:root {
  --accent: #4f46e5; /* indigo */
  --muted: #27282a;
  --card: #ffffff;
  --glass: rgba(255, 255, 255, 0.6);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
}

body {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  color: #111827;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* NAVBAR */
.navbar-brand img {
  height: 44px;
  width: auto;
}
.nav-link {
  color: var(--muted) !important;
  font-weight: 600;
}
.navbar {
  padding: 1rem 1rem;
}

/* Hero */
.hero {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  padding: 4rem 0;
  background-image: url("../images/banner-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /* background: linear-gradient(to bottom, #ee8d768c, #3d497dd6); */
}

/* .hero-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.85)
  );
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
  padding: 2rem;
  border: 1px solid rgba(99, 102, 241, 0.08);
} */

.kicker {
  display: inline-block;
  background: rgba(79, 70, 229, 0.08);
  color: var(--accent);
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.hero h1 {
  font-size: clamp(3.4rem, 3.4vw, 2.6rem);
  line-height: 1.05;
  margin-top: 1rem;
}
.hero p.lead {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.cta .btn {
  min-width: 190px;
  padding: 11px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 500;
}

/* chatbot art */
.bot-figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bot-card {
  border-radius: 16px;
  padding: 2.2rem;
  background: linear-gradient(180deg, #eef2ff, #ffffff);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.08);
}

/* Footer */
footer {
  /* padding: 2rem 0; */
  color: var(--muted);
}
.footer-link li {
  list-style: none;
  display: inline-block;
}
.footer-link a {
  text-decoration: none;
}
/* Responsive tweaks */
@media (max-width: 767.98px) {
  .hero {
    padding: 2rem 0;
  }
  .bot-card {
    margin-top: 1rem;
  }
  .navbar .nav-item + .nav-item {
    margin-left: 0;
  }
  .banner-con {
    height: auto !important;
  }
  h1 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .banner-con .banner-img-con .coment-box2 {
    right: 0px !important;
  }
  .heading-title-con h2 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 1.3;
  }
  .padding-top {
    padding-top: 74px !important;
    padding-bottom: 70px !important;
  }
  .amazing-features-con .feature-box {
    background-color: #d7e4fb !important;
    border-radius: 20px !important;
    margin-bottom: 20px;
  }
  .amazing-features-con .feature-box p {
    font-weight: 500;
    padding-bottom: 89px;
  }
  .work-img-con img {
    height: 167px !important;
    width: auto;
  }
  .how-it-works-con img.robot-img {
    top: 167px;
    left: 0px !important;
  }
  .image-1 {
    position: absolute;
    top: -39px;
    left: -3px !important;
  }
  .work-img-con::before {
    height: auto !important;
  }
  .how-it-works-con .vector3 {
    position: absolute;
    right: 2px !important;
    bottom: 34px !important;
    height: 120px !important;
  }
  .robot2 {
    right: 6px !important;
    top: 0 !important;
    bottom: -360px !important;
    margin: auto;
    height: 150px;
  }
  .robot1 {
    left: -35px !important;
    top: -366px !important;
    bottom: 0 !important;
    margin: auto !important;
    height: 150px !important;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    border: 0px;
  }
  .dropdown-menu a {
    padding-left: 10px;
    font-weight: 500;
  }
  .navbar {
    padding: 0px !important;
  }
  .navbar .container {
    padding: 10px !important;
  }
  .navbar-collapse {
    background: #cee3fe;
    padding: 10px;
  }
}
.navbar-nav .dropdown-menu {
  background: transparent;
  border: 0px;
}
.dropdown-menu a {
  font-weight: 600;
}
.contact-img img {
  height: 370px;
  width: auto;
}
/* Feature section */
.key-feature {
  padding: 50px 0;
  background-color: transparent;
  background-image: url("../images/feature.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
/* Feature end */
/* Pricing css start */
.card {
  border-radius: 15px;
  padding: 2rem 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

  margin: 1rem 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.price {
  font-size: 1.8rem;
  font-weight: bold;
  /* padding: 0.5rem 1rem; */
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}

.basic .price {
  background-color: #f26522;
}
.standard .price {
  background-color: #00bcd4;
}
.premium .price {
  background-color: #fbbc05;
}

.card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.card ul li {
  padding: 0.3rem 0;
  font-size: 0.95rem;
}
.card ul li::before {
  /* content: "✔"; */
  color: inherit;
  margin-right: 8px;
}
.basic ul li::before {
  color: #f26522;
}
.standard ul li::before {
  color: #00bcd4;
}
.premium ul li::before {
  color: #fbbc05;
}

.btn-buy {
  border-radius: 50px;
  padding: 0.5rem 2rem;
  font-weight: bold;
  transition: all 0.3s ease;
  width: fit-content;
}

.basic .btn-buy {
  background-color: #f26522;
  color: #fff;
  border: none;
}
.standard .btn-buy {
  background-color: #00bcd4;
  color: #fff;
  border: none;
}
.premium .btn-buy {
  background-color: #fbbc05;
  color: #fff;
  border: none;
}

/* Highlighted "Get Started" button for Popular plan */
.special-btn {
  background: linear-gradient(45deg, #ff416c, #ff4b2b);
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(255, 75, 43, 0.4);
}
.special-btn:hover {
  transform: translateY(-3px);
}

/* POPULAR Ribbon Style */
.ribbon {
  position: absolute;
  top: 20px;
  right: -45px;
  background: #007bff;
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 5px 50px;
  transform: rotate(45deg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive layout */
@media (min-width: 992px) {
  .card-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}

/* Contact page css start */
.page-banner {
  background-image: url("../images/banner-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title {
  padding: 70px 0;
}
.contact-form,
.map-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-form:hover,
.map-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.contact-title {
  background: linear-gradient(
    to right,
    rgba(240, 244, 253, 1),
    rgba(255, 255, 255, 0)
  );
  padding: 10px 15px;
  border-radius: 22px;
  color: #074eb9;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  width: fit-content;
}

.contact-title span {
  padding-right: 10px;
}

.contact-card h2 {
  font-size: 46px;
  font-weight: 700;
  color: #252840;
}

.con_sec h2 {
  font-size: 30px;
  font-weight: 700;
  color: #252840;
  margin-bottom: 30px;
}

.contact-card p {
  margin: 30px 0px;
}

.c-btn {
  margin-top: 50px;
}

.c-btn a {
  background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}

.address-sec {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 30px;
}

.add-sec h5 {
  font-size: 16px;
  color: #074eb9;
}

.add-sec p {
  font-size: 13px;
  color: #000;
}

.phone a {
  font-size: 18px;
  color: #0051af;
}

.phone a span {
  padding-right: 10px;
}

.phone a span i {
  color: #0051af;
}

/*  */

.social-icons a {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #007bff;
}

.social-icons a:hover {
  color: #0056b3;
}

#contact {
  background-color: #f0f2f8;
}

.con_sec {
  background-color: #fff;
  padding: 40px;
  width: 450px;
}

.con_sec h4 {
  font-size: 20px;
  font-weight: 700;
  color: #252840;
  margin-top: 40px;
}

.list-unstyled li {
  color: #000;
}

.list-unstyled li span {
  padding-right: 10px;
}

.list-unstyled li span i {
  color: #f27c0e;
}

.social-icons i {
  font-size: 18px;
  color: #f27c0e;
}

.form-sec .form-group .form-control {
  border-radius: 0px;
  background: transparent;
  padding: 0;
  height: 50px;
  border: 0px;
  border-bottom: 1px solid #000;
}

.form-sec .form-group .form-control::placeholder {
  font-size: 14px;
}

.form-sec .form-group .form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #dc3545;
  transition: 0.5;
}

.f-control-2 {
  height: 100px !important;
}

.con_sec-1 h2 {
  font-size: 30px;
  font-weight: 700;
  color: #252840;
  margin-bottom: 10px;
}

.send-btn {
  background-color: var(--blue);
  padding: 15px 30px;
  position: relative;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

/* .send-btn:hover {
  transition: 0.1;
  background-image: linear-gradient(to right, #f27c0e, #d36660, #f7bb17);
  color: #fff;
} */

.shape-image-animation svg path {
  width: 100%;
}

.shape-image-animation svg {
  height: 100%;
  width: 100%;
}

.send-btn {
  background-color: #f27c0e;
  padding: 15px 30px;
  position: relative;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  border-radius: 30px;
}
/* Contact page css end */
/* Modal fade + slide animation */
.animated-modal .modal-dialog {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.4s ease;
}

.animated-modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* Popup Box Style */
.popup-box {
  background-image: url("../images/banner-bg-img.jpg");
  background-size: cover;
  border-radius: 20px;
  padding: 15px;
  /* background: #ffffff; */
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}

/* Input Styles */
.popup-input {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ccc;
  transition: 0.3s;
}

.popup-input:focus {
  border-color: #000;
  box-shadow: none;
}

/* Submit Button */
.submit-btn {
  background: linear-gradient(135deg, #000, #444);
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #222, #666);
  transform: translateY(-3px);
}
::placeholder {
  font-size: 15px !important;
  color: #4b4b4b;
  font-weight: 500 !important;
}
.border-top {
  background-color: #365a97;
}
.form-control {
  border-radius: 7px !important;
}

#login-btn{
        border: 2px solid #f38d62;
    border-radius: 50%;
    width: 40px;
    background: #eb7f52;
    height: 40px;
}
#login-btn i{
        font-weight: 900;
    color: #fff;
    position: relative;
    left: 6%;
    font-size: 18px;
}
#login-btn:hover i{
    color:#333;
    transition: 0.5;
}
#login-btn:hover{
    background: #f4bda6;
}
