@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

   h2{
        font-family: "Nunito", sans-serif;
          font-weight: 700;
          font-size: 30px;
          line-height: 45px;
   }
   h1{
         font-family: "Nunito", sans-serif;
          font-weight: 700;
          font-size: 30px;
          line-height: 49px;
   }
   p{
      font-family: Arial, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 29px;
      Color :rgb(51, 51, 51)
   }

   /* Under line text  */
    .underline-hover {
      display: inline-block;
      position: relative;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer;
    }

    .underline-hover::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      width: 100%;
      height: 3px;
      background: #ff6f61;
      transition: transform 0.4s ease;
    }

    .underline-hover:hover::after {
      transform: translateX(-50%) scaleX(1);
    }


    /* by default underline  */
    





/* 
     top bar style 
       .promo {
        background: #cf3732;
        padding: 10px;
        text-align: center;
      }
      .promo .deal {
        font-size: 14px;
        display: inline;
      }
      .promo span{
        color: #ffffff;
      }
      .deal-off {
        border-left: 1px solid #ffffffa1;
        padding-left: 10px;
      }
      .promo .grab {
        background: #8c52ff;
        color: #ffffff;
        padding: 5px 10px;
        text-decoration: none;
        border-radius: 5px;
        margin-left: 10px;
      } */
/* Main dropdown (Services under Widgets) */
.dropdown-hover {
  position: relative;
}

.animated-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 700px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 999;
}

.dropdown-hover:hover .animated-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-box {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.3s;
}

.menu-box:hover {
  background-color: #efefef;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pink { background: #ff6f91; }
.blue { background: #4e73df; }
.green { background: #1cc88a; }
.orange { background: orange; }
.purple { background: purple; }

/* Mobile */
@media (max-width: 768px) {
  .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 15px;
  }

  .dropdown-hover:hover .mega-menu {
    display: block;
  }
}

.sidebar-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #f4f4f4;
  padding-left: 15px;
}

.sidebar-dropdown a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.sidebar-dropdown a:hover {
  color: #ff6f61;
}

/* Active state (JS will toggle this class) */
.sidebar-dropdown.active {
  max-height: 500px; /* large enough to show all items */
}


      /* logo  */
      .navbar-brand img{
            width: 140px;
            padding-right: 10px;
      }
      .navbar-brand{
        padding-top: 0px;
      }
         
        /* Responsive styles */
        @media (max-width: 992px) {
          
            
            .mobile-menu-btn {
                display: block;
            }
        }

        .nav-bar{
            border: none;
            padding: 5px 15px;
            display: none;
            position: absolute;
            right: 30px;
        }

        @media (max-width: 986px) {
          .nav-bar{
            display: block;
          }
        }

        .website-navbar{
              position: sticky;
              top: 0;
              z-index: 999;
              background: white;
        }
         /* Sidebar Styles */
    .sidebar {
      height: 100%;
      width: 0;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
      z-index: 1000;
    }
    .sidebar a {
      padding: 15px 20px;
      text-decoration: none;
      font-size: 18px;
      color: #333;
      display: block;
      transition: 0.3s;
    }
    .sidebar a:hover {
      color: #ff6f61;
    }
    .sidebar .closebtn {
      position: absolute;
      top: 10px;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    @media (max-width: 768px) {
    
      .navbar-nav {
        display: none;
      }
    }



    /* main content style 0 section  */
     
      .main-content {
        padding-top: 100px;
        padding-bottom: 290px;
        background-color: #1a1a2e;
        text-align: center;
      }
      .main-content h1 {
        font-size: 65px;
        font-weight: 700;
        width: 55%;
        margin: auto;
        color: white;
        line-height: 69px;
      }
      .main-content h1 span {
        color: #cf3732;
      }
      .main-content p {
       color: white;
        padding-top: 20px;
        width: 50%;
        margin: auto;
        font-size: 17px;
      }
     
      .footer-text {
        font-size: 14px;
        color: #ccc;
      }


        .email-container {
            max-width: 500px;
            margin: 0 auto;
        }
        .email-label {
            display: block;
            margin-bottom: 8px;
            font-size: 1.1rem;
            color: #495057;
        }
        .email-input-group {
            display: flex;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .email-input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            font-size: 1rem;
            outline: none;
        }
        .email-btn {
            background-color: #cf3732;
            color: white;
            border: none;
            padding: 0 25px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .email-btn:hover {
            background-color: #fa4772;
        }
        @media (max-width: 576px) {
            .email-input-group {
                
                border-radius: 8px;
            }
            .email-input {
                padding: 12px 16px;
                border-radius: 25px 0px 0px 25px;
            }
            .email-input::placeholder{
              font-size: 15px;
            }
            .email-btn {
                padding: 12px;
                border-radius: 0px 25px 25px 0px;
                font-size: 15px;
            }
            .email-container{
              max-width: 300px;
            }
        }
        
   
        /* imgae container  */
      .image-section {
        text-align: center;
        margin-top: 30px;

        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
      }

      .image-section .bg-overlay {
        background-color: #1a1a2e;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        height: 100%;
        z-index: -1;
      }
      .image-section img {
        width: 900px;
        height: auto;
        display: block;
        margin-top: -300px;
      }
      @media (max-width: 940px) {
        .image-section img {
          width: 70%;
          height: auto;
          margin-top: -200px;
        }
        .main-content {
          padding-bottom: 250px;
        }
        .main-content h1 {
          font-size: 48px;
          width: 80%;
        }
      }
      @media (max-width: 600px) {
        .main-content h1 {
          font-size: 36px;
        }
        .main-content p{
          width: 80%;
        }
        .gallery .card {
          width: 150px;
          height: 150px;
        }
        .image-section .bg-overlay {
          width: 100%;
        }
        .process-section {
          flex-direction: column;
          align-items: center;
        }
        .efficiency-section .row {
          flex-direction: column;
          align-items: center;
        }
        .efficiency-section .row {
          flex-direction: column;
          align-items: center;
        }
        .efficiency-section .card {
          width: 100%;
          height: auto;
        }
      }
      .second-container {
        background-color: white;
        padding: 130px 30px;
      }
      .process-section {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 40px;
        background-color: white;
        padding: 100px 0px;
      }
      .process-section .col {
        max-width: 350px;
      }
      .process-section h3 {
        font-size: 24px;
        color: #333;
      }
      .process-section p {
        color: #666;
        font-size: 16px;
      }
      .image-section {
        margin-top: 40px;
        position: relative;
        text-align: center;
      }



      /* third container section styling  */
      .efficiency-section {
        padding: 50px 20px;
        text-align: center;
        background-color: #fafafa;
        gap: 20px;
      }
      .efficiency-section h2 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #333;
        font-weight: 700;
        font-family: "Nunito", sans-serif;
      }
      .efficiency-section p {
        color: #666;
        font-size: 18px;
        margin-bottom: 40px;
      }
      .efficiency-section .row {
        justify-content: center;
        gap: 30px;
      }
      .efficiency-section .card {
        background: #fff;
        border: none;
        border-radius: 10px;
        width: 530px;
        padding: 30px;
        text-align: left;
        height: 500px;
      }
      .efficiency-section .card img {
        width: 70%;
        object-fit: cover;
        margin-bottom: 20px;
        border-radius: 5px;
        background-position: right;
        margin: 0px;
      }
      .efficiency-section .card a {
        color: #007bff;
        text-decoration: none;
      }
      .cards {
        width: 350px !important;
      }
      .widget-section {
        padding: 50px 20px;
        background-color: #fafafa;
      }
      .card-custom {
        border: none;
        border-radius: 15px;
        padding: 30px 20px;
        text-align: center;
        transition: 0.3s ease;
        height: 440px;
        width: 350px;
        position: relative;
        background-color: white !important;
      }

      .card-custom:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      }

      .card-img {
        width: 100%;
        margin: 20px auto;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0px;
      }

      .card-title {
        font-weight: 700;
        font-size: 1.3rem;
        margin-bottom: 15px;
        color: black;
      }

      .card-text {
        font-size: 0.95rem;
        color: #555;
        margin-bottom: 15px;
      }

      a.link {
        font-size: 0.9rem;
        color: #007bff;
        text-decoration: none;
      }

      a.link:hover {
        text-decoration: underline;
      }
      .trusted-container {
        background-color: #000000;
        padding: 50px 20px;
        display: flex;
      }
      @media (max-width: 468px) {
        .efficiency-section h2{
          font-size: 26px;
          line-height: 37px;
        }
        
      }

       @media (max-width: 468px) {
        .webbot-black-container h2{
          font-size: 26px;
          line-height: 37px;
        }
        
      }
       @media (max-width: 468px) {
        .whatsapp-chatbot-wrapper h2{
          font-size: 26px;
          line-height: 37px;
        }    
      }
       @media (max-width: 468px) {
        .sms-section h2{
          font-size: 26px;
          line-height: 37px;
        }
        
      }

      /* testimonail container styling  */
      .testimonial-section {
        background-color: #0e0e0e;
        color: #fff;
        padding: 60px 0;
        position: relative;
      }
      .testimonial-section h2 {
        font-size: 53px;
        margin-bottom: 20px;
        color: white;
        font-weight: 700;
        line-height: 60px;
      }
      .testimonial-section p{
        color: white;
        font-size: 18px;
        margin-bottom: 40px;
      }
      .highlight {
        color: #8c52ff;
      }
      .highlight-red {
        color: #8c52ff;
      }
      .testimonial-text {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-top: 15px;
      }
      .text-secondary {
        padding-top: 30px;
      }
      .stars {
        color: #fbbf24;
        font-size: 1.2rem;
        margin-top: 15px;
      }
      .testimonial-image {
        height: 100%;
        border-radius: 20px;
        position: absolute;
        top: 0;
        right: 0;
      }
      @media (max-width: 1200px) {
        .testimonial-right {
          display: none;
        }
      }



      /* Platform section styling  */
      .platform-section {
        padding: 60px 0;
        background-color: white;
      }
      .platform-title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 2.5rem;
        font-weight: 700;
        color: #333;
      }
      .platform-subtitle {
        text-align: center;
        margin-bottom: 50px;
        font-size: 1.2rem;
        color: #6c757d;
      }
      .platform-card {
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        text-align: center;

        transition: transform 0.3s ease;
        height: 100%;
      }
      @media (max-width:900px) {
         .platform-card img{
          width: 70%;
      }
      }
     
      .platform-all {
        text-align: center;
        margin-top: 20px;
        font-size: 1.1rem;
        color: white;
        text-decoration: none;
        background-color: #cf3732;
        padding: 8px 25px;
        width: fit-content;
        border: 1px solid #cf3732;
        border-radius: 10px;
        transition: .3s ease-in-out;
        display: flex;
        justify-content: center;

      }
      .platform-all a{
        color: white;
        text-decoration: none;
      }
      .platform-all:hover{
        background-color: transparent;
        color: #8c52ff;
        border: 1px solid #8c52ff;
      }
      .platform-all:hover a{
        color: #8c52ff;
       
      }
      .platform-card:hover {
        transform: translateY(-5px);
      }
      .platform-name {
        font-weight: 600;
        margin-top: 10px;
      }
      .divider {
        margin: 40px auto;
        width: 100px;
        height: 3px;
        background-color: #0d6efd;
      }
      


      /* Feautures container styling  */
      .features-section {
        padding: 50px 0;
        background-color: #f8f9fa;
      }
      .feature-card {
        background: white;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 30px;
        height: 500px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
        position: relative;
      }

      .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
      }
      .feature-title {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 20px;
        color: #2c3e50;
      }
      .feature-desc {
        font-size: 1.1rem;
        color: #6c757d;
        margin-bottom: 25px;
        line-height: 1.6;
      }
      .feature-link {
        color: #0d6efd;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
      }
      .feature-link:hover {
        color: #0a58ca;
        text-decoration: underline;
      }
      .feature-link i {
        margin-left: 5px;
        transition: transform 0.3s ease;
      }
      .feature-link:hover i {
        transform: translateX(3px);
      }



      /* Call to action container  */
      .cta-section {
        padding: 130px 0;
        background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
        color: white;
        text-align: center;
      }
      .cta-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.3;
      }
      .cta-btn {
        background-color: white;
        color: #6841ea;
        border: none;
        padding: 12px 30px;
        font-size: 1.2rem;
        font-weight: 600;
        border-radius: 10px;
        margin-top: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }
      .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        background-color: #cf3732;
        color: white;
        border: 1px solid white;
      }
      @media (max-width: 768px) {
        .cta-title {
          font-size: 2rem;
        }
      }

      
      /* foooter conainer styling  */

      .footer {
        background-color: #111;
        color: #fff;
        padding: 50px 0 20px 0;
      }
      .footer a {
        color: #ccc;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        font-size: 0.95rem;
      }
      .footer a:hover {
        color: #fff;
        text-decoration: underline;
      }
      .footer .footer-heading {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 1.05rem;
      }
      .footer .footer-highlight {
        color: #ff3860;
        font-weight: 600;
      }
      .footer-bottom {
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-top: 30px;
        font-size: 0.9rem;
        color: #888;
      }
   


      /* whatsapp chat bot  */
       .whatsapp-section {
            background-color: white;
            padding: 40px 0;
        }
        .whatsapp-section h2{
          font-family: "Nunito", sans-serif;
          font-weight: 700;
          font-size: 40px;
          line-height: 50px;
        
        }
        .whatsapp-message-left{
          width: 90%;
          padding: 0px;
        }
        .whatsapp-message-left span{
          padding: 14px 10px;
          border-radius: 25px;
          background-color: #f4f4f4;
        }
        .whatsapp-message-left img{
            width: 30px;
        }
        .whatsapp-message-left h4{
          font-weight: 600;
          font-size: 23px;
        }
        .whatsapp-message-left p{
            font-size: 16px;
            font-weight: 500;
            margin-top: -15px;            
        }
        .nav-link {
            color: #000;
            font-weight: 500;
        }
        .btn-whatsapp {
           
            color: white !important;
            font-weight: 500 !important;
            padding: 10px 25px;
            border-radius: 5px;
             text-align: center;                               
            background-color: #cf3732;
            padding: 8px 25px !important;
            border: 1px solid #cf3732;
            border-radius: 10px;
            transition: .3s ease-in-out;
            font-family: Arial, Helvetica, sans-serif;
        }
        .btn-whatsapp:hover {
           background-color: transparent;
           color: #8c52ff !important;
           border: 1px solid #8c52ff;
        }


        /* Whatsapp second sectio  */
         .whatsapp-second-section {
            background-color: white;
            padding: 40px 0;
        }
        .whatsapp-second-section h2{
          font-family: "Nunito", sans-serif;
          font-weight: 700;
          font-size: 40px;
          line-height: 50px;
        }
      
        .feature-icon {
            font-size: 2rem;
            color: #25D366;
            margin-bottom: 15px;
        }
        h1 {
            font-weight: 700;
            margin-bottom: 20px;
        }
        .lead {
            font-size: 1.1rem;
            margin-bottom: 30px;
        }
         .dynamic-text {
            font-size: 2rem;
            color: #8c52ff;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
            font-family: "Nunito", sans-serif;
         
        }


    .whatsapp-chatbot-wrapper {
      background: linear-gradient(135deg, #d03b92, #f15a24); /* Apply gradient or image */
      padding: 70px 30px;
      position: relative;
      height: 1000px;

    }
    .whatsapp-chatbot-wrapper iframe{
      width: 100%;
      height: 700px;
      border-radius: 15px;
    }

    .webbot-black-container{
    background-color: black !important;
    padding: 40px 0px;
   
    }
    .webbot-black-container .section{
        background-color: #000;
    }
    .section h2{
        color: #fff;
        text-align: center;
    }
    .webbot-black-container .section h3{
        color: #fff;
        font-size: 32px;
        line-height: 42px;

    }
    .webbot-black-container .section p{
        color: #d4d3d3;
        font-size: 17px;
        line-height: 28px;

    }


      @media (max-width: 768px) {
        .chatbot-feauture{
          display: flex;
          flex-direction: column;
          padding: 10px 10px;
        }
        .main-content h1{
            font-size: 36px;
            line-height: 47px;
        }
        .process-section{
          padding: 50px 20px;
        }
        .efficiency-section{
          padding: 50px 30px !important;
        }
        .features-section{
          padding: 40px 10px;
        }
        .whatsapp-section{
          padding: 40px 20px;
        }
        .whatsapp-section h2{
          font-size: 24px;
          line-height: 31px;
        }
        .whatsapp-second-section{
          padding: 40px 20px;
        }
        .whatsapp-chatbot-wrapper{
          padding: 40px 20px;
        }
        .whatsapp-second-section h2{
          font-size: 24px;
          line-height: 31px;
        }
        .testimonial-section{
          padding: 20px 20px;
        }
         .footer{
          padding: 40px 20px !important;
        }
        
      }
     

/* SMS chatbot Section  */
  .sms-section {
      background-color: white;
      padding: 40px 0;
  }
  .sms-section h2{
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
  
  }
.sms-section a{
  text-decoration: none;
}
  .sms-btn{
        color: white;
        background-color: #cf3732;
        border: none;
        padding: 12px 30px;
        font-size: 1.2rem;
        font-weight: 600;
        border-radius: 10px;
        margin-top: 40px;
        transition: all 0.5s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }
      .sms-btn:hover {
        transform: translateY(-15px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        background-color: #8c52ff;
        color: white;
        border: 1px solid white;
      }


 /* SMS second Section  */
   .sms-second-section {
       background-color: white;
       padding: 40px 0;
   }
   .sms-second-section h2{
     font-family: "Nunito", sans-serif;
     font-weight: 700;
     font-size: 40px;
     line-height: 50px;
   
   }
    .sms-message-left{
          width: 90%;
          padding: 0px;
        }
        .sms-message-left span{
          padding: 14px 10px;
          border-radius: 25px;
          background-color: #f4f4f4;
        }
        .sms-message-left img{
            width: 30px;
        }
        .sms-message-left h4{
          font-weight: 600;
          font-size: 23px;
        }
        .sms-message-left p{
            font-size: 16px;
            font-weight: 500;
            margin-top: -15px;            
        }

/* SMS third Section  */
   .sms-third-section {
       background-color: white;
       padding: 40px 0;
   }
   .sms-third-section h2{
     font-family: "Nunito", sans-serif;
     font-weight: 700;
     font-size: 40px;
     line-height: 50px;
   
   }
    .sms-message-left{
          width: 90%;
          padding: 0px;
        }
        .sms-message-left span{
          padding: 14px 10px;
          border-radius: 25px;
          background-color: #f4f4f4;
        }
        .sms-message-left img{
            width: 30px;
        }
        .sms-message-left h4{
          font-weight: 600;
          font-size: 23px;
        }
        .sms-message-left p{
            font-size: 16px;
            font-weight: 500;
            margin-top: -15px;            
        }

     
     
/* SMS chatbot Section  */
  .rcs-section {
      background-color: white;
      padding: 40px 0;
  }
  .rcs-section h2{
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
  
  }
.rcs-section a{
  text-decoration: none;
}
  .rcs-btn{
        color: white;
        background-color: #cf3732;
        border: none;
        padding: 12px 30px;
        font-size: 1.2rem;
        font-weight: 600;
        border-radius: 10px;
        margin-top: 40px;
        transition: all 0.5s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }
      .rcs-btn:hover {
        transform: translateY(-15px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        background-color: #8c52ff;
        color: white;
        border: 1px solid white;
      }   

 

 /* SMS second Section  */
   .rcs-second-section {
       background-color: white;
       padding: 40px 0;
   }
   .rcs-second-section h2{
     font-family: "Nunito", sans-serif;
     font-weight: 700;
     font-size: 40px;
     line-height: 50px;
   
   }
    .rcs-message-left{
      width: 90%;
      padding: 0px;
    }
    .rcs-message-left span{
      padding: 14px 10px;
      border-radius: 25px;
      background-color: #f4f4f4;
    }
    .rcs-message-left img{
        width: 30px;
    }
    .rcs-message-left h4{
      font-weight: 600;
      font-size: 23px;
    }
    .rcs-message-left p{
        font-size: 16px;
        font-weight: 500;
        margin-top: -15px;            
    }     