:root{
        --accent: #f96a1c; /* orange (button) */
        --panel-bg:#e9eaec; /* main grey panel */
        --panel-left:#f3f3f4; /* left icon background */
      }



body {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

.text-orange { color: #ff5e14; }

/* Navbar */
.custom-navbar {
  background: linear-gradient(90deg, #1b32d8 0%, #007cf8 100%);
  padding: 15px 0;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 10px;
  font-weight: 400;
}





/* Hero Section */
.hero-section {
  position: relative !important;
  padding: 160px 0 130px;
  background: linear-gradient(90deg, #332BB0 0%, #2258CA 50%, #0D92EB 100%);
  color: #fff;
  overflow: hidden;
}

/* background abstract shape */
.hero-bg-shape {
  position: absolute;
  top: -50px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, #ffffff 0%, #1a8dff 70%, transparent 100%);
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(60px);
  z-index: 0;
}

/* wavy transparent lines */
.hero-bg-line::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 50px;
  width: 800px;
  height: 400px;
  background: url('../images/shape1.png') no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 0;
}

/* Hero Texts */
.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-title span {
  color: #fff;
  font-weight: 800;
}

.hero-text {
  font-size: 16px;
  color: #d8e1f5;
  margin-top: 15px;
  max-width: 450px;
}

.hero-img {
  max-width: 90%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* Bottom wave */

/* Offcanvas */
.offcanvas {
  background-color: #1a2b4d !important;
}
.offcanvas a.nav-link {
  color: #fff !important;
}
.wave-shape {
    position: absolute;
    width: 100%;
    bottom: -57px;
    left: 0px;
    right: 0px;
}
.shape2 {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 260px;
}
.btn-touch {
  display: inline-flex;
  align-items: center;
  background: #ff6b00;
  color: #fff;
  padding: 12px 24px;
  font-weight: 400;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-touch .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #fff;
  color: #ff6b00;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.btn-touch:hover {
  background: #ff7f1a;
}

.btn-touch:hover .icon {
  transform: translateX(5px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 12px 26px;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-outline:hover .icon {
  transform: translateX(5px);
}

/*video-section*/
.feature-box {
    background: linear-gradient(135deg, #015de700, #038fed, #05c1f100);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 27%);
    transition: all 0.3s 
ease;
    text-align: center;
    border: 7px solid #fff;
    position: relative;
    overflow: hidden;
}

    .feature-box:hover {
      transform: translateY(-5px);
    }

    .inner-box {
     
      border-radius: 15px;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .inner-box img {
      width: 100%;
      border-radius: 15px;
      display: block;
    }
a.navbar-brand img {
    height: 60px !important;
}
    .video-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.9);
      color: #5a4fff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .video-icon:hover {
      background: #5a4fff;
      color: #fff;
      transform: translate(-50%, -50%) scale(1.1);
    }
    #video-sec{
      margin-top: -110px;
    }
    img.img-fluid.shape-image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: revert-layer;
    width: 391px;
    height: 421px;
}

/*tab-section*/
.section-title {
      text-align: center;
      margin-bottom: 30px;
    }

    .section-title h3 {
      font-weight: 700;
    }

    .feature-box1 {
      background: #fff;
      border-radius: 16px;
      padding: 25px 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
      cursor: pointer;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      position: relative;
      overflow: hidden;
          border: 1px solid #ff6b00;
    }

    .feature-box1.active,
    .feature-box1:hover {
      border-color: #007bff;
      background: linear-gradient(135deg, #eaf2ff, #ffffff);
      transform: translateY(-3px);
    }

    .feature-icon {
      background: #007bff;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      font-weight: 600;
      margin-bottom: 12px;
      font-size: 18px;
    }

    .mobile-preview {
      text-align: center;
      position: relative;
    }

    .mobile-preview img {
      
      transition: all 0.5s ease;
      border-radius: 20px;
    }

    @media (max-width: 768px) {
      .mobile-preview {
        margin-top: 25px;
      }
    }
    .container h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.box-shape {
    position: absolute;
    right: -27px;
    width: 76px;
    bottom: -39px;
    z-index: 1;
    opacity: 1;
    transform: rotate(264deg);
}
#tab-sec{
  position: relative;
}
.after-image{
  position: absolute;
  right: 0px;
  top: 0px;
}
.after-image {
    position: absolute;
    right: -280px;
    top: 50px;
    max-width: 480px;
    z-index: -1;
    opacity: 0.5;
}
.before-shape {
    position: absolute;
    max-width: 460px;
    left: -490px;
    top: 50px;
    opacity: 0.5;
}

/*third-section*/
.section-wrapper {
  padding: 80px 0;
}

.text-content span {
  color: #6c63ff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
}
.live{
      color: #6c63ff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    width: 150px;
    height: 47px;
    padding: 15px;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 17px 1px #e2dbdb;
}

.text-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0;
  color: #111;
}

.text-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.btn-custom {
  background: transparent;
  color: #007bff;
  border: 1.5px solid #007bff;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
  margin-top: 20px;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #007bff;
  color: #fff;
}

.image-box {
  position: relative;
  text-align: center;
}

.image-box img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.play-icon:hover {
  background: #007bff;
  color: #fff !important;
}

.play-icon i {
  font-size: 30px;
  color: #007bff;
  transition: 0.3s;
}

.play-icon:hover i {
  color: #fff;
}
section.section-wrapper {
    background-color: #f0f3f8;
}
.text-content span {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    display: block;
    line-height: 20px;
    background-color: #6083fd;
}

/*forth-section*/
 .slider-section {
      padding: 60px 0;
      position: relative;
    }

    .section-title {
      color: #007cf8;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
    }

    .carousel-item {
      min-height: 450px;
    }

    .slide-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .slide-text {
      flex: 1;
      min-width: 300px;
      padding: 20px 40px;
    }

    .slide-text h2 {
      font-size: 2.3rem;
      font-weight: 700;
      color: #000;
      line-height: 1.3;
    }

    .slide-text h2 span {
      color: #ff7a2f;
    }

    .slide-text h5 {
      margin-top: 10px;
      font-weight: 600;
      color: #000;
    }

    .slide-text ul {
      margin-top: 20px;
      list-style: disc;
      padding-left: 20px;
      color: #333;
    }

    .slide-img {
      flex: 1;
      text-align: center;
      min-width: 300px;
      padding: 20px;
    }

    .slide-img img {
      width: 80%;
      max-width: 420px;
      border-radius: 20px;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .slide-content {
        flex-direction: column;
        text-align: center;
      }
      .slide-text {
        padding: 10px 20px;
      }
      .slide-img img {
        width: 70%;
      }
    }

   .before-shape1 {
    position: absolute;
    top: 30px;
    left: -170px;
    max-width: 490px;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(347deg);
}

/*fifth-section*/
/* Section Style */
    .connect-section {
      background-image: url(../images/orange.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position:center;
      color: #fff;
      padding: 80px 0;
      overflow: hidden;
    }

    /* Left Image Column */
    .connect-section .image-col {
      position: relative;
      margin-left: -80px; /* container er baire nibe */
    }

    .connect-section .left-image {
      height: auto;
      animation: floatImg 4s ease-in-out infinite;
    }

    @keyframes floatImg {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }

    /* Carousel Box */
    .connect-carousel .item {
      background: #fff;
      color: #000;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      height: 250px;
    }

    .connect-carousel .item:hover {
      transform: translateY(-5px);
    }

    .owl-dots {
      text-align: center;
      margin-top: 20px;
    }

    .owl-dot span {
      width: 12px;
      height: 12px;
      background: #fff !important;
      opacity: 0.6;
    }

    .owl-dot.active span {
      opacity: 1;
      background: #000 !important;
    }

    @media (max-width: 768px) {
      .connect-section .image-col {
        margin-left: 0;
        text-align: center;
      }
      .connect-section .left-image {
        max-width: 100%;
      }
    }
    .contact-section, .owl-carousel .owl-item img {
    max-width: 130px !important;
    width: 20% !important;
    margin-bottom: 12px;
}

/*fifth-section*/
.section-title {
      text-align: center;
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 40px;
      color: #222;
    }
    .info-card {
      border-radius: 20px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      padding: 30px;
      transition: all 0.3s ease;
      background: #fff;
      height: 100%;
      border-bottom: 5px solid #ff6b00;
    }
    .info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }
    .icon-box {
      background: linear-gradient(90deg, #1b32d8 0%, #007cf8 100%);
      color: #fff;
      width: 70px;
      height: 70px;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      margin-bottom: 20px;
    }
    .btn-green {
      background-color: #4caf50;
      color: #fff;
      border-radius: 25px;
      padding: 8px 20px;
      font-weight: 500;
      border: none;
    }
    .btn-green:hover {
      background-color: #43a047;
    }
    .icon-box img {
    max-width: 46px;
}

/*testimonials*/

 .testimonial-section2 {
      padding: 80px 0;
      text-align: center;
      background-color: #ffefe3;
    }
    .testimonial-section2 .badge {
      background: #ff6b00;
      color: #fff;
      border-radius: 20px;
      padding: 5px 15px;
      font-size: 0.9rem;
      text-transform: lowercase;
    }
    .testimonial-section2 h2 {
      font-weight: 700;
      color: #222;
      margin-top: 15px;
      margin-bottom: 40px;
      color: #ff6b00;
    }
    .testimonial-box2 {
      background: #ff6b00;
      color: #fff;
      border-radius: 40px;
      padding: 50px;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }
    .testimonial-box2 p {
      font-size: 1.05rem;
      margin-bottom: 30px;
    }
    .testimonial-box2 img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 10px;
    }
    .testimonial-box2 h5 {
      font-weight: 600;
      margin-bottom: 5px;
    }
    .testimonial-box2 small {
      color: #e8f5e9;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #ff6b00;
      width: 8px;
      height: 8px;
      border-radius: 50%;
    }

    /*faq-section*/
    .faq-section2 {
      padding: 80px 0;
    }
    .faq-section2 .badge {
      background-color: #ff6b00;
      color: #fff;
      border-radius: 20px;
      padding: 5px 15px;
      font-size: 0.9rem;
      text-transform: uppercase;
    }
    .faq-section2 h2 {
      font-weight: 700;
      color: #222;
      margin-top: 15px;
      margin-bottom: 20px;
    }
    .faq-section2 p {
      color: #555;
      max-width: 500px;
    }
    .accordion-button {
      font-weight: 500;
      color: #0b2447;
      background-color: #fff;
      box-shadow: none !important;
    }
    .accordion-button:not(.collapsed) {
      background-color: #d7e6ff;
      color: #0b2447;
    }
    .accordion-item {
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 8px;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    .accordion-button:not(.collapsed){
      color: #fff !important;
      background: linear-gradient(90deg, #1b32d8 0%, #007cf8 100%);
    }

    /*pricing*/
    .section-title {
      text-align: center;
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 50px;
      color: #222;
    }

    .pricing-card {
      background: #fff;
      border-radius: 25px;
      padding: 40px 35px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
      position: relative;
      overflow: hidden;
      transition: all 0.4s ease;
      border-bottom: 5px solid #ff6b00;
    }

    .pricing-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    }

    .recommended-badge {
    position: absolute;
    top: 39px;
    right: -40px;
    background: #ff6b00;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transform: rotate(45deg);
    padding: 6px 65px;
}

    .pricing-title {
      font-weight: 700;
      font-size: 1.6rem;
      color: #222;
      margin-bottom: 25px;
    }

    .price-tag {
      background: linear-gradient(90deg, #1b32d8 0%, #007cf8 100%);
      border-radius: 12px;
      display: inline-block;
      padding: 20px 35px;
      margin-bottom: 25px;
      text-align: center;
      box-shadow: inset 0 0 5px rgba(160, 93, 255, 0.1);
    }

    .pricing-price {
      font-size: 2.8rem;
      font-weight: 700;
      color: #fff;
      line-height: 1;
    }

    .price-tag span {
      font-size: 0.9rem;
      color: #fff;
    }

    .feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .feature-list li {
      display: flex;
      align-items: center;
      font-size: 15px;
      margin-bottom: 12px;
      color: #333;
      transition: all 0.3s ease;
    }

    .feature-list li i {
      color: #ff7b2f;
      font-size: 1.2rem;
      margin-right: 10px;
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .feature-list li:hover i {
      transform: scale(1.2);
      color: #ff9b4d;
    }

    .pricing-card .divider {
      height: 1px;
      background: #eee;
      margin: 25px 0;
    }

    @media (max-width: 767px) {
      .pricing-card {
        margin-bottom: 30px;
      }
      .section-title {
        font-size: 1.7rem;
      }
    }
    section.pricing-sec {
    background-color: #e3f1fff5;
}

    /*footer*/
    footer {
      background: url('https://www.transparenttextures.com/patterns/dark-mosaic.png'); /* gray pattern background */
      background-color: #1a1a1a;
      color: #fff;
      padding: 60px 0 20px;
    }
    footer a {
      color: #ccc;
      text-decoration: none;
    }
    footer a:hover {
      color: #fff;
    }
    .footer-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 22px;
      font-weight: 600;
    }
    .footer-logo i {
      background: #ff6600;
      color: #fff;
      border-radius: 50%;
      padding: 10px;
      font-size: 18px;
    }
    .social-icons a {
      color: #fff;
      font-size: 20px;
      margin-right: 10px;
    }
    .social-icons a:hover {
      color: #ff6600;
    }
    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 40px;
      padding-top: 15px;
      text-align: center;
      font-size: 14px;
      color: #aaa;
    }

     .page-header {
    background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
    padding: 80px 80px;
    text-align: center;
    margin-top: 80px;
}

    .breadcrumb {
      justify-content: center;
      background: transparent;
      margin-bottom: 10px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
      content: "›";
      color: #ff6600;
    }

    .page-title {
      font-weight: 700;
      color: #ff6600;
      font-size: 2rem;
    }

    .title-underline {
      width: 60px;
      height: 3px;
      background-color: #ff6600;
      margin: 10px auto 0;
    }

    .pricing-sec h2{
      color: #000;
    }

    .feature-icon {
      background-color: #007bff; /* Blue */
      color: #fff;
      font-size: 28px;
      width: 60px;
      height: 60px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }

    .feature-box1 {
      text-align: center;
      padding: 20px;
      height: 100%;
    }

    .feature-box1 h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .feature-box1 p {
      color: #555;
      font-size: 15px;
    }

    .section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .section-title h2 {
      font-weight: 700;
    }

    .section-title hr {
      width: 60px;
      height: 3px;
      background-color: #007bff;
      border: none;
      margin: 10px auto;
    }
    #featured h2{
      color: #000;
    }
    .feature-icon img {
    max-width: 43px;
}

/*testimonials*/
.testimonial-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      overflow: hidden;
      text-align: center;
      transition: 0.3s;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

    .video-frame {
      position: relative;
      cursor: pointer;
      overflow: hidden;
    }

    .video-frame img {
      width: 100%;
      height: 300px; /* full large image */
      object-fit: cover;
      transition: 0.4s ease;
    }

    .video-frame:hover img {
      transform: scale(1.05);
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5rem;
      transition: 0.3s;
    }

    .play-btn:hover {
      background: #007bff; /* blue play button hover */
    }

    .testimonial-info {
      padding: 20px 15px 5px;
    }

    .testimonial-info h5 {
      margin-bottom: 5px;
      font-weight: 600;
    }

    .testimonial-info p {
      color: #777;
      font-size: 0.9rem;
      margin-bottom: 10px;
    }

    .hashtag {
      color: #007bff;
      font-weight: 600;
      font-size: 0.9rem;
      margin-bottom: 8px;
    }

    .testimonial-quote {
      font-style: italic;
      color: #444;
      font-size: 0.95rem;
      padding: 0 15px 20px;
      border-bottom: 4px solid #ff6b00;
    }
    .testimonial-slider.owl-carousel .owl-item img{
      max-width: 100% !important;
      width: 100% !important;

    }
    .testimonial-card h5 {
    color: #ff6b00;
}
#testimonials h2{
  color: #000;
}

/*testimonials*/
.heyo-section {
  position: relative;
}
.image-shape img {
    position: absolute;
    width: 250px;
    top: 0px;
    left: 0px;
}
.shape-two {
    position: absolute;
    width: 420px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.heyo-title {
  font-weight: 700;
  color: #000 !important;
  font-size: 2rem;
}
.heyo-title span {
  color: #ff6600;
  text-decoration: underline;
}

.heyo-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 20px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #007cf8;
}
.heyo-card:hover {
  transform: translateY(-5px);
}

.heyo-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.heyo-video img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff6600;
  color: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.play-btn:hover {
  background: #e65100;
}

.heyo-info h5 {
  margin-top: 15px;
  font-weight: 700;
  color: #222;
}
.heyo-info p {
  color: #555;
  font-size: 15px;
}

.hashtag {
  background: #ff6600;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin: 15px 0;
  border-radius: 6px;
  font-weight: 600;
}

.read-story {
  background: #000;
  color: #fff;
  padding: 8px 25px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}
.read-story:hover {
  background: #ff6600;
}


    .ivr-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #000;
      line-height: 1.3;
    }

    .ivr-section h2 span {
      color: #ff6600;
    }

    .ivr-section p {
      color: #333;
      font-size: 1rem;
      margin-top: 15px;
      margin-bottom: 20px;
    }

    .ivr-section ul {
      list-style: none;
      padding: 0;
      margin-bottom: 25px;
    }

    .ivr-section ul li {
      font-size: 1rem;
      margin-bottom: 10px;
      padding-left: 25px;
      position: relative;
    }

    .ivr-section ul li::before {
      content: "•";
      position: absolute;
      left: 0;
      top: 0;
      color: #ff6600;
      font-weight: bold;
    }

    .ivr-section .app-icons img {
      width: 45px;
      margin-right: 10px;
      cursor: pointer;
    }

    .ivr-section .downloads {
      font-weight: 600;
      color: #ff6600;
      margin-top: 10px;
      font-size: 1.2rem;
    }

    .ivr-section .downloads span {
      display: block;
      font-weight: 400;
      color: #000;
      font-size: 1rem;
    }

    .ivr-image {
      position: relative;
      text-align: center;
    }
.ivr-section {
    padding: 102px 0 0 0;
}
    .ivr-image img.phone {
     
      position: relative;
      z-index: 1;
    }

    .ivr-image img.person {
      position: absolute;
      right: -60px;
      bottom: -10px;
      width: 230px;
      z-index: 2;
    }

    @media (max-width: 992px) {
      .ivr-image img.person {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 25px;
        width: 200px;

      }
      .after-image{display: none;}
      img#mobileImage {
    max-width: 320px;
}
.before-shape1{display:none;}
.hero-title{font-size: 26px;}
.container h2{font-size: 24px;}
p.text-muted{font-size: 17px;}
.text-content h2{font-size: 25px;}
.col-md-6.text-center.mobile-preview {
    display: none;
}
    }



    .section-title h2 {
    font-weight: 700;
    color: #000;
}
#choose-sec h2{color: #000;}

/*register*/
 .register-section {
      align-items: center;
      background: #fff;
    }

    .register-image {
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }

    .register-form {
      background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border: 1px solid #007cf8;
    }

    .form-group {
      position: relative;
      margin-bottom: 22px;
    }

    .input-icon-left {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #007bff;
      font-size: 16px;
    }

    .input-icon-right {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #6c757d;
      cursor: pointer;
    }

    .form-control {
      border-radius: 10px;
      padding: 12px 45px;
      border: 1px solid #ddd;
      transition: all 0.3s ease;
    }

    .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 8px rgba(0,123,255,0.2);
    }

    .btn-primary {
      background: linear-gradient(90deg, #007bff, #ff6b00);
      border: none;
      border-radius: 10px;
      padding: 12px 0;
      font-weight: 600;
      transition: 0.3s;
    }

    .btn-primary:hover {
      opacity: 0.9;
      transform: translateY(-2px);
    }

    @media(max-width: 992px) {
      .register-image {
        display: none;
      }
      a.navbar-brand img {
    height: 60px !important;
}
      .register-form {
        border-radius: 10px;
      }
    }
    button.btn.btn-primary.w-100.mt-2 {
    width: 50% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/*ivr-section*/
.why-section {
    background: url('../images/banner2.webp') no-repeat bottom center;
    background-size: cover;
}

.underline {
    width: 80px;
    height: 3px;
    background: #e76f51;
}

.why-text {
    max-width: 900px;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

.feature-box {
    border-radius: 10px;
    background: #fff;
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}
.why-section h2{color: #000;}

/*pricing*/
.plan-card {
    border-radius: 15px;
    border: 1px solid #2b8ded;
    overflow: hidden;
    background: #ffffff;
    min-height: 235px;
}

.plan-top {
    background: linear-gradient(90deg, #0067c5, #0a8bdf);
    padding: 25px;
    text-align: left;
}

.plan-top h5 {
    margin-bottom: 10px;
    font-size: 17px;
}

.plan-top .price {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.plan-top .price span {
    font-size: 14px;
    font-weight: 400;
}

.plan-features {
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
    background: #fff;
    flex-wrap: wrap;
    border-top: 1px solid #2b8ded;
}

.plan-features li {
    list-style: none;
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
}

.explore-btn {
    background: #f47e52;
    color: #fff;
    font-weight: bold;
    padding: 10px 28px;
    border-radius: 10px;
    font-size: 18px;
}

.explore-btn:hover {
    background: #e26838;
    color: #fff;
}
.choose-section{
  background-color:#f0f3f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ivr-tutorial-section {
  background: #ccecff; /* Light sky blue background */
}

.underline {
  width: 80px;
  height: 4px;
  background: #ff7f4f;
  border-radius: 4px;
}

.step {
  color: #0057b7;   /* Blue Step Color */
  font-weight: 700;
  font-size: 18px;
}

.video-wrapper {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

/* Tablet Responsive */
@media (max-width: 992px) {
  .video-wrapper {
    height: 300px;
    margin-top: 20px;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  h2 {
    font-size: 22px;
  }
a.navbar-brand img {
    height: 47px !important;
}
  .step {
    font-size: 16px;
  }

  .video-wrapper {
    height: 220px;
  }
  .step-circle {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  
  .step-line p {
    font-size: 15px;
  }
}


.step-line {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

/* Round Circle Number */
.step-circle {
  width: 38px;
  height: 38px;
  background: #0057b7;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.app-icon img {
    margin-right: 4px;
}
/* Step text */
.step-line p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}
.ivr-tutorial-section h2{color:#0057b7;}
.pricing-section h2{
  color: #000;
}
/* LAPTOP FRAME */
.laptop-frame{
flex:1 1 350px;
max-width:500px;
position:relative;
}
.laptop{
width:100%;
display:block;
}
.video-embed{
position:absolute;
top:5%;
left:11%;
width:78%;
height:74%;
border-radius:6px;
overflow:hidden;
}
.video-embed iframe{
width:100%;
height:100%;
}


@media(max-width:768px){
.steps-section{
flex-direction:column;
text-align:center;
}
.ivr-image img {
    max-width: 278px;
}
.step{
justify-content:center;
}
}

 .hello-section {
        padding: 70px 0;
    }

    .heyo-icons img {
        width: 83px;
        margin-bottom: 10px;
    }

    .phone-wrapper {
        position: relative;
        text-align: center;
    }

    .hello-section h2{color: #000;}

    .overlay-box {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translateX(-50%);
        background: #ff6723;
        color: #fff;
        padding: 12px 25px;
        font-weight: 600;
        border-radius: 10px;
        font-size: 15px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .bottom-note {
        font-size: 14px;
        text-align: center;
        margin-top: 40px;
        color: #444;
    }
.left-sec p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.right-sec p{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 20px;
}

/*demo-form*/
.appoint-panel{
     display:flex;
    align-items:stretch;
    background:var(--panel-bg);
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 1px 0 rgba(0,0,0,0.03);
     min-height:84px;
}
 .panel-left{
    width:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--panel-left);
}
 .panel-left .bi{
    font-size:22px;
    color:var(--accent)
}
 .panel-center{
    flex:1;
    padding:18px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
 .panel-center .text-area{
    flex:1
}
 .panel-center .title{
    font-weight:600;
    color:#222;
    font-size:14px
}
 .panel-center .subtitle{
    font-size:12px;
    color:#6b6b6b;
    margin-top:4px
}
 .panel-right-icon{
    width:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--accent);
}
 .caret{
    font-size:12px;
    color:var(--accent);
}
/* CTA styling to match combined height of two panels */
 .cta-btn{
    background:var(--accent);
    color:#fff;
    border:none;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    padding:20px;
    height: 85px;
}
 .col-stack{
    display:flex;
    flex-direction:column;
    gap:16px
}
 @media (max-width:767px){
     .panel-left{
        width:72px
    }
     .panel-center{
        padding:12px
    }
}
 .appoint-panel {
     display: flex;
     align-items: stretch;
     background: var(--panel-bg);
     border-radius: 6px;
     overflow: hidden;
     box-shadow: 0 1px 0 rgba(0,0,0,0.03);
     min-height: 84px;
     cursor: pointer;
}
 .panel-left {
     width: 120px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: var(--panel-left);
}
 .panel-left .bi {
     font-size: 22px;
     color: var(--accent);
}
 .panel-center {
     flex: 1;
     padding: 18px 22px;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .panel-center .text-area {
     flex: 1;
}
 .panel-center .title {
     font-weight: 600;
     color: #222;
     font-size: 14px;
}
 .panel-center .subtitle {
     font-size: 12px;
     color: #6b6b6b;
     margin-top: 4px;
}
 .panel-right-icon {
     width: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--accent);
}
 .caret {
     font-size: 12px;
     color: var(--accent);
}
/* Offcanvas custom style */
 .offcanvas-header {
     border-bottom: 1px solid #eee;
}
 .offcanvas-body .sidebar-box {
     background: #f8f8f8;
     border: 1px solid #eee;
     border-radius: 6px;
     padding: 15px;
     margin-bottom: 15px;
}
 .icon-box {
     width: 45px;
     height: 45px;
     margin-right: 12px;
     border-radius: 8px;
     background: var(--accent);
     display: flex;
     justify-content: center;
     align-items: center;
}
 .icon-box i {
     color: #fff;
     font-size: 18px;
}
 .sub {
     font-size: 12px;
     color: #777;
}
 .title-off {
     font-weight: 600;
}
 .btn-orange {
     background: var(--accent);
     color: #fff;
     font-weight: 600;
}
 .btn-orange:hover {
     background: darken(var(--accent), 5%);
}
 .iti {
     width: 100%;
}
 .input-phone {
     height: 46px;
     border-radius: 6px !important;
     font-size: 14px;
     padding-left: 90px !important;
    /* matches screenshot */
     border: 1px solid #dcdcdc;
}
 .input-phone:focus {
     border-color: #f96a1c !important;
     box-shadow: 0 0 0 0.15rem rgba(249, 106, 28, 0.15);
}
 .iti__flag-container {
     background:#fff;
     border-right:1px solid #ddd;
     padding:0 8px;
}
 .iti--allow-dropdown .iti__selected-flag {
     padding: 0 6px 0 8px;
}
 .iti__selected-dial-code {
     font-size:14px;
     color:#666;
     margin-left:3px;
}
 .modal-backdrop.show{
     backdrop-filter: blur(3px);
     background: rgba(0,0,0,0.25);
}
 .time-slot-btn:hover{
     background:#34c77b;
    color:#fff;
    border-color:#34c77b;
}
div#bookingOffcanvas {
    background-color: #fff !important;
}



/* Dropdown animation */
.animated-dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s ease;
  padding: 10px 0 !important;
}

/* Hover effect for desktop */
.nav-item.dropdown:hover > .animated-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Fix dropdown positioning under menu item */
.navbar-nav .dropdown-menu {
  margin-top: 10px !important;
  left: 0 !important;
}

/* Base animation style */
.dropdown-menu {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.35s ease;
}

/* Desktop hover (>= 992px) */
@media (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}


@media (max-width: 991px) {

  .nav-item.dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    transform: translateY(0) !important;
  }

  /* When submenu is open */
  .nav-item.dropdown .dropdown-menu.open {
    position: relative;
    margin-top: 5px !important;
  }
}

/*contact-us-page*/
.contact-sections {
  background: #e6f3fc;
}
.left-content-box {
    position: relative;
    background: #f7f9ff;
    padding: 35px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 14px 9px #ff6b001c;
}

/* Background shape */
.bg-shape {
    position: absolute;
    top: -40px;
    left: -45px;
    width: 220px;
    height: 236px;
    background: url(../images/shp1.png);
    background-size: cover;
    opacity: 0.15;
    z-index: 1;
}

/* Title */
.left-content-box h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
}

/* Info Item */
.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

/* Icon Box */
.icon-box {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.icon-box i {
  font-size: 20px;
  color: #ff6b00; /* Blue icon */
}

/* Text */
.info-item h5 {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}

.info-item p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.left-shape-area {
  background: #e6f3fc;
  padding: 80px;
  position: relative;
}

/* The same bubble shape look */
.left-shape-area::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -20%;
  background: #e6f3fc;
  border-radius: 50%;
  z-index: -1;
}

.left-content-box h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
}

.info-item {
  margin-bottom: 20px;
}

.info-item h5 {
  margin: 0;
  font-weight: 600;
  color: #000;
}

.info-item p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #333;
}

.form-side {
  background: #e6f3fc;
}

.form-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
}

.form-field {
  padding: 14px;
  border-radius: 8px;
}

.contact-btn {
  background: #f0a102;
  color: #fff;
  padding: 12px 40px;
  border-radius: 35px;
  font-size: 18px;

}

a#contact-btn {
    margin-left: 0px !important;
    margin-top: 25px !important;
    color: #fff !important;
    width: 180px;
}

/* White form card */
.form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border: 1px solid #ff6b00;
}

/* Grid 2 column */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 25px;
}

/* Full row items */
.full-row {
  grid-column: span 2;
}

/* Input group */
.input-group-custom {
  position: relative;
}

.input-group-custom i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0A7DFF;   /* BLUE ICON */
}

/* Inputs + Select */
.input-group-custom input,
.input-group-custom select,
.input-group-custom textarea {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-size: 16px;
  background: #f9f9f9;
  transition: 0.3s;
}

/* Textarea has NO icon */
.textarea-group textarea {
  padding-left: 16px !important;
}
.after-image{
right:10px !important;
}
/* Focus effect */
.input-group-custom input:focus,
.input-group-custom select:focus,
.input-group-custom textarea:focus {
  border-color: #0A7DFF;
  background: #fff;
  box-shadow: 0 0 10px rgba(10, 125, 255, 0.18);
  outline: none;}

    /*my-css*/
  @media (min-width: 992px) and (max-width: 1600px) {
    a.navbar-brand img {
    max-height: 44px;
}

a.btn.btn-touch {
    font-size: 15px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    margin: 0 1px;
    font-weight: 400;
}
.after-image{
right:10px !important;
}
    
}
@media (min-width: 768px) and (max-width: 991px){
}

@media (min-width: 576px) and (max-width:767px){
}

@media (min-width: 320px) and (max-width: 575px){
}  
   