  .Aboutus_area {padding: 50px 0;}
  #about_us_image img { max-width: 100%; display: flex; justify-content: center; align-items: center; }
  .industry-btn { padding:20px 43px; border-radius:30px; border-radius: 15px; background-color: red; }

  /* tabs */

  .tabs .nav button {padding: 10px; }

  .tabs .nav button h6{margin: 0; }

  .tabs .nav .bg-white{height: 100%; background: transparent !important; width: 20%; border: unset; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;}

  .tabs .nav .bg-white .svg svg{width: 30px; height: 30px;}

  .tabs .nav .active .svg svg{fill: #0059c8;}

  .tabs .nav .active h3{color: var(--first-color);}

  .tabs .nav .active{background: #fff !important; color: #000;}

  .tabs .tab-content .tab-pane{background: transparent; padding: 15px; }

  .tabs .tab-content .tab-pane.active{background: #fff !important;}

  /* .tabs .tab-content .tab-pane .imdustry_tab_image img { width: 30%; height: 50%; } */

  .tabs .tab-content .tab-pane ul li::before { content: "✔️ "; color: green; }

  .feature_box { height: 450px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-radius: 10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important; }
  .feature_box:hover { transform: scale(1.05); }
  .feature_box .feature_img_box { padding: 20px; display: flex; justify-content: start; align-items: center; height: 100px; width: 100%; }
  .feature_box .feature_content_box { height: 350px; padding: 20px; text-align: left;} 
  .feature_box .feature_content_box ul li {font-size: 14px; color: #707b8e; line-height: 2rem;}
  .feature_box .feature_content_box ul li::before {content: "✔️"; margin-right: 8px; color: green; font-size: 12px; }

  @media only screen and (min-width: 550px) and (max-width: 770px) {
    .feature_box { height: 550px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-radius: 10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important; }
    .feature_box .feature_img_box { padding: 20px; display: flex; justify-content: start; align-items: center; height: 100px; width: 100%; }
    .feature_box .feature_content_box  { height: auto; padding: 20px; text-align: left;} 
    .feature_box .feature_content_box p { font-size: 14px; }
  }


  /* -------------------------------------------------------whu salesspot360 in features start --------------------------------- */

  /* Outer title */
  .why_sales_outer h3 {
      font-size: 33px;
      font-weight: 800;
      text-align: center;
      margin-bottom: 30px;
  }

  /* Feature box wrapper */
  .why_salespot_box {
      height: 250px;
      width: 100%;
      max-width: 300px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2),
                  0 3px 10px rgba(0, 0, 0, 0.19);
      transition: transform 0.3s ease;
  }

  /* Hover effect */
  .why_salespot_box:hover {
      transform: scale(1.05);
  }

  /* Icon box */
  .feature_img_box {
      height: 100px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
  }

  /* Support for both PNG & SVG icons */
  .feature_img_box img,
  .feature_img_box svg {
      height: 100%;
      width: auto;
      object-fit: contain;
      display: block;
  }

  /* Text content box */
  .feature_content_box {
      padding: 20px;
      text-align: center;
  }

  .feature_content_box h4 {
      font-size: 20px;
      margin-bottom: 10px;
  }

  .feature_content_box p {
      font-size: 14px;
      color: #555;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .why_sales_outer h3 {
          font-size: 24px;
      }

      .why_salespot_box {
          height: auto;
          padding: 20px 10px;
      }

      .feature_img_box {
          height: 80px;
      }

      .feature_content_box h4 {
          font-size: 18px;
      }

      .feature_content_box p {
          font-size: 13px;
      }
  }


  /* -------------------------------------------------------whu salesspot360 in features end --------------------------------- */

  .feature_box_page { height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-radius: 10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important; }

  .feature_box_page .feature_img_box {
      padding: 20px;
      display: flex;
      justify-content: start;   /* center horizontally */
      align-items: center;       /* center vertically */
      height: 100px;
      width: 100%;
  }

  .feature_box_page .feature_img_box img,
  .feature_box_page .feature_img_box svg {
      height: 100%;
      width: auto;
      object-fit: contain;
      display: block;
  }

  .feature_box_page .feature_content_box { padding: 16px; text-align: left;}

  /* @media only screen and (min-width: 400px) and (max-width: 600px) {
    .feature_box_page { height: 300px; display: flex; }
    .feature_box_page .feature_img_box { padding: 20px; display: flex; justify-content: start; align-items: center; height: 100px; width: 100%; }
    .feature_box_page .feature_content_box { padding: 20px; text-align: left;} 
  } */

  #industries_section .bg .text ul li {font-size: 14px; color: #ffffff; line-height: 1.5rem;}
  /* #industries_section .bg .text ul li::before {font-family: "Font Awesome 6 Free";
    content: "\f00c"; 
    font-weight: 900; 
    color: white !important; margin-right: 8px; color: green; font-size: 12px; } */

  /* .feature_box {
      height: 100%;
      border-radius: 15px;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2),
                  0 6px 10px 0 rgba(0, 0, 0, 0.19) !important;
      overflow: hidden;
      width: 95%;
      margin-bottom: 20px;     
  }
  .feature_box:hover { transform: scale(1.05); }

  .feature_box .feature_img_box {
      height: 65%;
      width: 100%;
      overflow: hidden;
  }

  .feature_box .feature_img_box img {
      height: 50%;
      width: 100%;
      object-fit:cover;
      display: block;
  } */

  /* .horizontal-divider {
    width: 104%;
    height: 4px;
    background-color:rgb(153, 153, 153);
    margin: 1rem 0;
    border-radius: 10px;
  } */

  /* --------------------------- feature start ---------------------------------------- */
  /* 💠 Container */
    .container {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 30px;
      row-gap: 30px;
      justify-items: center;
    }

    /* 💠 Box Styling */
    .function_content_box {
      border-radius: 10px;
      padding: 20px;
      background-color: white;
      border-right: 2px solid #D32F2F;
      border-bottom: 2px solid #D32F2F;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.15);
      height: 230px;
      width: 100%;
      max-width: 400px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    /* Keep your commented styles */
    /* .features-icon {
      text-align: center;
      margin-bottom: 15px;
    }

    .features-icon img {
      height: 60px;
      max-width: 100%;
    } */

    .features-caption h3 {
      margin-bottom: 10px;
      border-bottom: 2px solid #D32F2F;
      padding-bottom: 5px;
      font-size: 1.1rem;
      color: black;
      text-align: center;
    }

    .function_content_box ul {
      padding-left: 20px;
      margin: 0;
    }

    .function_content_box ul li {
      font-size: 14px;
      color: #222;
      margin-bottom: 10px;
      list-style: none;
      display: flex;
      align-items: flex-start;
    }

    .function_content_box ul li i {
      font-size: 8px;
      color: #D32F2F;
      margin-right: 8px;
      margin-top: 6px;
    }

    .center-box {
      grid-column: span 1;
    }

    /* 📱 Mobile */
    @media (max-width: 576px) {
      .feature-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
      }

      .function_content_box {
        padding: 20px;
        max-width: 95%;
        height: auto;
      }

      .features-caption h3 {
        font-size: 1.2rem;
      }

      .function_content_box ul li {
        font-size: 0.95rem;
      }

      .function_content_box ul li i {
        font-size: 8px;
      }
    }

    /* 📲 Tablet - 2/2/1 Layout */
    @media (min-width: 577px) and (max-width: 991px) {
      .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 25px;
      }

      .function_content_box {
        padding: 20px;
        height: auto;
        width: 100%;
      }

      .center-box {
        grid-column: 1 / 1;
        justify-self: center;
        max-width: 500px;
      }
    }


    /* ---------------- features end ----------------------------- */


    /* --------------------------------------------- */

  /* Loader Overlay */
  .loader-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(17, 17, 17, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      /* opacity: 0.5; */
    }

    .loader-wrapper {
      position: relative;
      width: 120px;
      height: 120px;
    }

    .logo {
      width: 100%;
      display: block;
    }

    svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    .m-light {
      fill: none;
      stroke: white;
      stroke-width: 4;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 30 170;
      stroke-dashoffset: 0;
      animation: moveLight 1s linear infinite;
      filter: drop-shadow(0 0 4px #f00) drop-shadow(0 0 12px #ff6600);
    }

    @keyframes moveLight {
      0% {
        stroke-dashoffset: 0;
      }
      100% {
        stroke-dashoffset: -200;
      }
    }

    /*  */

  /* about-us */

  .about-sec{position: relative;}

  .about-sec .bg{position: relative; overflow: hidden;}

  .about-sec .bg.center{transform: scale(1.1);}

  .about-sec .bg .img-box{height: 100%; margin-top: 35px;}

  .about-sec .bg .img-box img{height: 100%; object-fit: cover;}

  .about-sec .bg:hover .text{
    /* top: 0%;  */
    /* background: var(--four-color); */
    /* background: transparent; */
    /* background: linear-gradient(#ffffff, #000000); */
    /* Top to bottom (default) */
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.8)); */
    
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 35px;
    width: 100%;
    /* bottom: 100px; */
    top: 0%;
    /* left: 50%; */
    /* opacity: 1; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-0%, -0%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #ffffff;
  /* background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(199, 199, 199, 1) 21%, rgba(0, 0, 0, 1) 100%); */
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(79, 77, 77, 0.2) 28%, rgba(0, 0, 0, 0.8) 100%);
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,        
    rgba(199, 199, 199, 0.4) 21%,      
    rgba(0, 0, 0, 0.8) 100%           
  ); */
  /* opacity: 0.5; */
  }

  /* .content-details {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    bottom: 100px;
    top: 100%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  } */

  /* ##########################################################industory area################# */
  .about-sec {
    overflow-x: hidden;
  }

  .about-sec .bg .text {
    background-color: transparent;
    padding: 30px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 100%;
    transition: linear 0.5s;
  }

  .about-sec .bg h3 {
    position: relative;
    top: -45%;
    padding-top: 20px;
    color: var(--second-color);
  }

  .about-sec .bg:hover h3 {
    color: #fff;
    top: 0%;
  }

  .about-sec .bg h3:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 50px;
    height: 10px;
    background-color: var(--first-color);
    z-index: 1;
  }

  .about-sec .bg ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
  }

  .about-sec .bg .text p {
    font-size: 14px;
    color: #fff;
  }

  .about-sec .side-text {
    position: relative;
  }

  .about-sec .left-text,
  .about-sec .right-text {
    font-size: 100px;
    font-weight: 900;
    line-height: 2;
    writing-mode: vertical-lr;
    background-image: linear-gradient(175deg, rgba(209,209,209,1) 0%, rgba(209,209,209,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .about-sec .left-text {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    direction: ltr;
  }

  .about-sec .right-text {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ececec96;
    direction: rtl;
  }

  /* ✅ Responsive spacing below 768px */
  @media (max-width: 768px) {
    .about-sec .industry-item {
      margin-bottom: 1.5rem;
    }

    .about-sec .industry-item:last-child {
      margin-bottom: 0;
    }

    .about-sec .left-text,
    .about-sec .right-text {
      display: none;
    }
  }

  @media (max-width: 450px) {
    .about-sec .industry-item {
      margin-bottom: 1.5rem;
      width: 85%;
    }

    .about-sec .industry-item:last-child {
      margin-bottom: 0;
    }

    .about-sec .left-text,
    .about-sec .right-text {
      display: none;
    }
  }
  .contact_button_inside { display: flex; justify-content: end; align-items: center; }
  .contact_button_inside a { width: fit-content; }

  @media only screen and (min-width: 450px) and (max-width: 750px) {
    .contact_button_inside { display: flex; justify-content: center; align-items: center; }
    .contact_button_inside a { width: fit-content; }
  }

  @media only screen and (max-width: 450px) {
    .contact_button_content { text-align: center; }
    .contact_button_inside { display: flex; justify-content: center; align-items: center; }
    .contact_button_inside a { width: fit-content; }
  }
  /* ############################################### industory area############################### */

  :root{--first-color: #D32F2F;
    --bs-accordion-btn-icon: url(../images/mini-logo.png);
      --second-color: #DFE4F2; 
      --third-color: #000; 
      --fifth-color: #c9c9d242;
      --four-color: #d3d3d3;}

  .sub-title{color: var(--first-color); font-size: 25px; font-weight: 800;}
  .inner-contain .sub-title{position: relative; padding-bottom: 5%;}

  .inner-contain .sub-title::after{position: absolute; content: ""; bottom: 25%; transform: translateX(-50%); left: 50%; width: 100px; height: 3px; background: var(--first-color);}
    /*  */

  /* Container for the whole slider */
  .slider-container {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 40px auto;
  }

  /* Slider track that moves */
  .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  /* Each customer item */
  .single-customer {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Customer image */
  .what-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }

  /* Text content */
  .what-cap h4 {
    margin: 10px 0;
    font-size: 20px;
    color: #333;
  }

  .what-cap p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Arrow buttons */
  .slider-btn {
    all: unset;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 12rem;
    color: #999;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    transition: color 0.3s ease;
  }

  .slider-btn:hover {
    color: #444;
  }

  .left-btn {
    left: 10px;
  }

  .right-btn {
    right: 10px;
  }

  /* Section title */
  .section-tittle h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  /* Contact Us Section Start */

  .contact_us_box { 
    background: #000;
    padding: 40px;
  }

  .contact_us_box h1 { 
    color: #fff;
    font-weight: bold;
  }

  .contact_us_button {
    background: #D32F2F;
    padding: 20px 40px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #D32F2F;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
  }

  .contact_us_button:hover {
    background: #ffffff;
    padding: 20px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #D32F2F !important;
    font-size: 18px;
    font-weight: bold;
  }

  /* Contact Us Section End */


  /* Get in Touch - Start */

  /* .contact_home_form {
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .best-pricing .form-group .form-control {
    border: 1px solid #D32F2F;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: white;
  }
  .form-contact .form-control::placeholder {
    color: #D32F2F;
    opacity: 1; /* Ensures full color visibility in some browsers */
  }

  .get_in_touch_title { color: #D32F2F; border-bottom: 2px solid black; padding-bottom: 5px; display: inline-block; }

  /* ####################################footer################################## */

  /* Reset */
  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .footer-area {
    background: #f5f5f5;
    padding: 40px 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    grid-template-areas:
      "logo quick support contact";
  }

  .footer-logo-section {
    grid-area: logo;
    text-align: center;
  }

  .quick-links {
    grid-area: quick;
  }

  .support {
    grid-area: support;
  }

  .contact-us {
    grid-area: contact;
  }

  .footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .footer-column ul {
    list-style: none;
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    color: #333;
    text-decoration: none;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #666;
  }

  /* Tablet view: 990px to 721px */
  @media (max-width: 990px) and (min-width: 721px) {
    .footer-grid {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas:
        "logo logo logo"
        "quick support contact";
    }
  }

  /* Mobile view: 720px to 551px */
  @media (max-width: 720px) and (min-width: 551px) {
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
        "logo logo"
        "quick support"
        "contact contact";
    }
    .contact-us {
      display: flex;
      flex-direction: column;
      align-items: center; /* Horizontally center items */
      text-align: center;  /* Center text */
    }
  }

  /* Extra small screens: ≤ 550px */
  @media (max-width: 550px) {
    .footer-grid {
      grid-template-columns: 1fr;
      grid-template-areas:
        "logo"
        "quick"
        "support"
        "contact";
    }
    .contact-us {
      display: flex;
      flex-direction: column;
      align-items: center; /* Horizontally center items */
      text-align: center;  /* Center text */
    }

    .footer-logo-section,
    .footer-column {
      text-align: center;
    }
  }

  *{
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100vw;
  }

  /* ######################################footer############################################ */
  .contact_home_form_div {
        background-color: #ffffff;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 20px;
      }

      /* Country code select dropdown */
      .form-select {
        appearance: none;
        width: 100%;
        padding: 0.5rem 0.75rem;
        font-size: 14px;
        color: #212529;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.375rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      }

      /* User range buttons */
      .users_button {
        background-color: #e9ecef;
        border-radius: 5px;
        padding: 0.4rem 0.8rem;
        cursor: pointer;
        font-size: 14px;
        transition: 0.3s;
        border: 1px solid transparent;
        text-align: center;
        display: inline-block;
        margin-top: 8px;
      }

  .users_button:hover,
  .users_button.active {
    background-color: #D32F2F;
    color: #fff;
    border-color: #D32F2F;
  }

      /* Captcha box styling */
      .captcha-box {
        min-height: 45px;
        font-weight: bold;
        border: 1px solid #ced4da;
      }

      /* Captcha refresh button */
      .refresh-captcha {
        background: none;
        border: none;
        color: #28a745;
        font-size: 1.2rem;
        margin-left: 5px;
        cursor: pointer;
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .users_button {
          flex: 1 1 48%;
          text-align: center;
        }

        .btn.w-50 {
          width: 100% !important;
        }

        #about_us_image img {
          max-width: 100%;
          height: auto;
        }
      }

      .loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(36, 36, 36, 0.6); /* semi-transparent */
    z-index: 9999;
    overflow: hidden;
  }


  .loader-overlay * {
    box-sizing: border-box;
  }

  .loader-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    perspective: 1000px;
  }

  .loader-wrapper .logo-part {
    position: absolute;
    width: min(40vw, 200px);
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }

  .loader-wrapper .logo1 {
    left: -50vw;
    animation: slideInFromLeft 1.2s forwards ease-out;
  }

  .loader-wrapper .logo2 {
    right: -50vw;
    animation: slideInFromRight 1.2s forwards ease-out;
  }

  @keyframes slideInFromLeft {
    to {
      left: calc(50% - min(40vw, 200px) / 2);
      opacity: 1;
    }
  }

  @keyframes slideInFromRight {
    to {
      right: calc(50% - min(40vw, 200px) / 2);
      opacity: 1;
    }
  }

  @keyframes spinYForward {
    from {
      transform: translateY(-50%) rotateY(0deg);
    }
    to {
      transform: translateY(-50%) rotateY(1080deg);
    }
  }

  @keyframes spinYBackward {
    from {
      transform: translateY(-50%) rotateY(0deg);
    }
    to {
      transform: translateY(-50%) rotateY(-1080deg);
    }
  }



  .app-btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center; /* center by default */
  }

  @media (max-width: 575px) {
    .app-btn {
      flex-direction: column;         /* stack vertically */
      align-items: center;            /* center buttons horizontally */
    }

    .app-btn a {
      width: 70%;                     /* reduce size */
      max-width: 250px;               /* optional max limit */
    }

    .app-btn img {
      width: 100%;                    /* make image fit the container */
      height: auto;
    }
  }

  #contact_number, .iti {
    width: 100% !important;
  }

  .captcha-image {
      user-select: none;            /* Prevents text selection */
      -webkit-user-select: none;    /* Safari */
      -moz-user-select: none;       /* Firefox */
      -ms-user-select: none;        /* IE/Edge */
      pointer-events: none;         /* Prevents mouse interaction like right-click */
  }


  /*--------------------------------------------- smart feature start---------------------------------------  */
  /* Section Container */
  /* Section Container */
  .smart-features-area {
      background-color: #ffffff;
      padding: 60px 0;
  }

  /* Section Title */
  .smart-features-area .section-tittle h2 {
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
      color: #2c2c2c;
      position: relative;
      margin-bottom: 40px;
  }

  /* Feature Box Wrapper */
  .smart-feature-box-content {
      margin-bottom: 20px;
  }

  /* Smart Feature Box - Normal */
  .single-smart-feature {
      display: flex;
      align-items: center;
      background-color: #f9f9f9;
      padding: 15px 20px;
      border-radius: 10px;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      cursor: pointer;
  }

  /* Smart Feature Box - When Clicked */
  .single-smart-feature.clicked {
      background-color: #ffe9e9;
      border: 2px solid #d32f2f;
  }
  /* Icon */
  .smart-feature-icon img {
      height: 40px;
      width: auto;
      padding: 10px;
      background-color: #d32f2f;
      border-radius: 6px;
      margin-right: 15px;
  }

  /* Caption */
  .smart-feature-caption h3 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 5px;
      color: #000000;
  }

  .smart-feature-caption p {
      font-size: 0.95rem;
      color: #555555;
      margin: 0;
  }

  /* Image styling */
  #smart_features_image img {
      width: 100%;
      max-width: 100%;
      border-radius: 8px;
  }

  /*--------------------------------------------- smart feature end---------------------------------------  */
  .refresh-captcha {
    background: none;
    border: none;
    color: #28a745;
    font-size: 1.2rem;
    margin-left: 5px;
    cursor: pointer;
  }
  /*--------------------------------------------- contactus section in home  start---------------------------------------  */
  .input-with-flag {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 15px;
  }

  .autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    border: 1px solid #ccc;
    background: white;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
  }

  .autocomplete-item {
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .autocomplete-item img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
  }

  .autocomplete-item:hover {
    background-color: #f0f0f0;
  }

  .input-with-flag {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 22px 22px;
  }







  /*--------------------------------------------- contactus section in home  end---------------------------------------  */