body {
      font-family: 'Outfit', sans-serif;
      margin: 0;
      padding: 0;
      background: #fff;
    }

    /* Navbar Styling */
    .navbar {
     
      padding: 0.8rem 1rem;
    }

    .navbar-brand img {
      height: 40px;
    }

    .nav-link {
      color: #000 !important;
      font-weight: 500;
      margin: 0 10px;
      transition: color 0.3s ease;
    }

    .nav-link:hover {
      color: #F6B93B !important;
    }

    /* Request Free Trial Button */
    .btn-trial {
      background: #F6B93B;
      color: #000;
      font-weight: 600;
      border-radius: 50px;
      padding: 8px 20px;
      transition: all 0.3s ease;
    }

    .btn-trial:hover {
      background: #FAD390;
      color: #000;
    }

    /* Mobile Menu */
    .navbar-toggler {
      border: none;
      outline: none;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

       .banner {
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding:20px 5%;
      /* background: #000; */
      min-height:80vh;
    }
    .banner-text h1 {
      font-size: 60px;
      font-weight: 700;
      color: #000;
    }
    .banner-text h1 span {
    font-size: 60px;
    font-weight: 700;
    color: #F6B93B;
}
    .banner-text p {
      font-size: 20px;
      color: #999;
      margin: 20px 0 40px;
      max-width: 500px;
    }
    .banner-buttons a {
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      padding: 12px 24px;
      border-radius: 30px;
      transition: 0.3s;
    }
    .btn-trial {
      background: #F6B93B;
      color: #000;
      margin-right: 20px;
    }
    .btn-trial:hover {
      background: #FAD390;
    }
    .btn-how {
      color: #000;
    }
    .banner-image {
      position: relative;
      max-width: 500px;
    }
    .banner-image img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
    }
    .tag-ai {
      position: absolute;
         top: -5px;
    left: -15px;
      background: #F6B93B;
      color: #000;
      padding: 10px 18px;
      font-weight: 700;
      border-radius: 12px;
      font-size: 18px;
    }
    .arrow-btn {
         position: absolute;
    bottom: 25px;
    right: 25px;
    background: #000;
    border-radius: 12px;
    padding: 32px;
    cursor: pointer;
    }
    .arrow-btn svg {
      width: 22px;
      height: 22px;
      color: #fff;
    }

      .about-section {
      padding:20px 5%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 50px;
      flex-wrap: wrap;
    }
    .about-image img {
      max-width: 100%;
      border-radius: 12px;
    }
    .about-text small {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: #6c6c6c;
    }
    .about-text h2 {
      font-size: 36px;
      font-weight: 700;
      margin: 15px 0;
      color: #3b1f1f; /* dark reddish like screenshot */
    }
    .about-text p {
      font-size: 18px;
      line-height: 1.6;
      color: #444;
    }
    .use-case-section {
      padding: 80px 5%;
    }
    .use-case-section h2 {
      font-size: 36px;
      font-weight: normal;
      margin-bottom: 40px;
      text-align: center;
    }
    .use-case-card {
      position: relative;
      background: #f9f9f9;
      border-radius: 20px;
      padding: 30px;
      height: 100%;
      transition: all 0.3s ease;
    }
    .use-case-card:hover {
      background: #FAD390;
    }
    .use-case-icon {
      font-size: 40px;
      margin-bottom: 20px;
    }
    .use-case-card h5 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .use-case-card p {
      font-size: 16px;
      color: #333;
      margin-bottom: 20px;
    }
    .learn-more {
      font-size: 15px;
      font-weight: 500;
      text-decoration: none;
      color: #000;
    }
    .arrow-btn {
      position: absolute;
      bottom: 15px;
      right: 15px;
      background: #000;
      border-radius: 10px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .arrow-btn svg {
      width: 20px;
      height: 20px;
      color: #fff;
    }

    /* Swiper overrides */
    .swiper {
      padding-bottom: 40px;
    }

    .swiper-pagination {
      display: block;
      text-align: center;
      margin-top: 20px;
    }

    .solution-box {
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.solution-box:hover {
  background: #FAD390;
  transform: translateY(-5px);
}
.solution-box h5 {
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  background: #000;   /* inactive dots */
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  background: #F6B93B; /* active dot matches your theme */
  opacity: 1;
}

      #ai-work {
      padding: 80px 5%;
    }
    .play-video {
      padding: 80px 5%;
      background-color:#F6B93B; border-radius:20px;
    }

    .bg-warning {
        background-color: #FAD390 !important;
    }

    .bg-warning-ai-ifs {
    background-color: #F6B93B !important;
}

    #ifieldSmart-AI .feature-box {
    transition: all 0.3s ease-in-out;
  }
  #ifieldSmart-AI .feature-box .number-box {
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    background: #000;
    color: #fff;
  }
  #ifieldSmart-AI .bg-highlight {
    background-color: #FAD390 !important;
  }
  #ifieldSmart-AI .hover-highlight:hover {
    background-color: #FAD390 !important;
    transform: translateY(-5px);
  }
.bg-white {
   background: none !important;
}
.social .text-light i{
   color: #8C8C8C !important;
   font-size: 24px;
}
.arrow-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: #000;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.use-case-card .arrow-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #000;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.carousel-control-prev,
.carousel-control-next {
  width: 50px;                  /* size of the button */
  height: 50px;
  background-color: rgba(0,0,0,0.5); /* semi-transparent background */
  border-radius: 50%;           /* makes it circular */
  top: 50%;                     /* vertically centered */
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* makes the arrows white if background is dark */
}
.carousel-control-next {
        right: 20px;
    }

.carousel-control-prev{ left:20px;}
.about-text p{
  text-align: justify;  /* or center if you prefer */
}
    @media (min-width: 992px) {
      .swiper-wrapper {
        display: flex;
        gap: 30px;
      }
      .swiper-slide {
        flex: 1;
        height: auto;
      }
      .swiper-pagination {
        display: none; /* hide dots on desktop */
      }
    }
    @media (max-width: 992px) {
      .about-section {
        text-align: center;
      }
      .about-text h2 {
        font-size: 28px;
      }
      .about-text p {
        margin: 0 auto;
      }
    }

    .sub-tag{font-size: 50px; }
    @media (max-width: 992px) {
      .banner {
        flex-direction: column;
        text-align: center;
      }
      .banner-text {
        margin-bottom: 30px;
      }
      .banner-text h1 {
        font-size: 48px;
      }
      .banner-text p {
        margin: 15px auto 30px;
      }
    }


    /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
    .banner-text h1 {
        font-size:30px;
    }
    .banner-text h1 span {
    font-size:30px;
    font-weight: 700;
    color: #F6B93B;
}

.banner {
    padding:25px 5%;
}
.sub-tag {
    font-size: 34px;
}
.tag-ai {

    font-size: 12px;
}
.tag-ai {
    position: absolute;
    top: -5px;
    left: -15px;
    background: #F6B93B;
    color: #000;
    padding: 10px 18px;
    font-weight: 700;
    border-radius: 12px;
    font-size: 12px;
}
.arrow-btn {
    bottom: 21px;
    right: 25px;
    padding: 17px;
}
.btn-how{display: block;}
    .banner-text p {
        font-size: 14px;
    }
    .integrations-logos h2{font-size:20px;}
    .swiper-pagination-bullet-active{background:#F6B93B !important;}
    .use-case-section {
    padding: 30px 5%;
}
.use-case-section h2 {
    font-size: 24px;
}

#ai-work {
    padding:30px 5%;
}
.play-video {
      padding:30px 5%;
      background-color:#F6B93B; border-radius:20px;
    }

      .bg-warning {
        background-color: #FAD390 !important;
    }
        .bg-warning-ai-ifs {
    background-color: #F6B93B !important;
}
.bg-white {
   background: none !important;
}
.text-light {
   color: #8C8C8C;
}
.social .text-light i{
   color: #8C8C8C !important;
   font-size: 24px;

}
.about-text p {
    text-align: left;
  }
  #banner{margin-top:65px;}
  .carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 35%;
    transform: translateY(-50%);
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
.banner-text h1 {
    font-size: 40px;
}
.banner-text h1 span {
    font-size: 40px;
   
}
    .nav-links {
        gap: 15px;
    }
    .nav-logo img {
    height: 38px;
    width: auto;
}
.nav-cta {
    margin-top: 10px;
}
.nav-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
}
.banner {
    display: flex
;
    align-items: center;
    justify-content: space-around;
    padding: 20px 5%;
    /* background: #000; */
    min-height: 55vh;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
.banner-text h1 {
    font-size: 40px;
}
.banner-text h1 span {
    font-size: 40px;
   
}
    .nav-links {
        gap: 15px;
    }
    .nav-logo img {
    height: 38px;
    width: auto;
}
.nav-cta {
    margin-top: 10px;
}
.nav-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
}
}

/* Landscape*/

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
      .banner-text h1 {
    font-size: 40px;
}
.banner-text h1 span {
    font-size: 40px;
   
}
    .nav-links {
        gap: 15px;
    }
    .nav-logo img {
    height: 38px;
    width: auto;
}
.nav-cta {
    margin-top: 10px;
}
.nav-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
}
    }

    /* Portrait*/
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
      .banner-text h1 {
    font-size: 40px;
}
.banner-text h1 span {
    font-size: 40px;
   
}
    .nav-links {
        gap: 15px;
    }
    .nav-logo img {
    height: 38px;
    width: auto;
}
.nav-cta {
    margin-top: 10px;
}
.nav-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
}
    }



/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
.banner-text h1 {
    font-size: 40px;
}
      .banner-text h1 {
    font-size: 40px;
}
.banner-text h1 span {
    font-size: 40px;
   
}
    .nav-links {
        gap: 15px;
    }
    .nav-logo img {
    height: 38px;
    width: auto;
}
.nav-cta {
    margin-top: 10px;
}
.nav-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
}
}

/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
.carousel-control-prev,
.carousel-control-next {
  width: 50px; /* size of the button */
  height: 50px;
  background-color: rgba(0,0,0,0.5); /* semi-transparent background */
  border-radius: 50%;           /* makes it circular */
  top: 50%;                     /* vertically centered */
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* makes the arrows white if background is dark */
}
.carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 35%;
    transform: translateY(-50%);
}
    .nav-links a {
        color: #333;
        text-decoration: none;
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase;
        /* letter-spacing: 0.3px; */
        transition: color 0.3s 
ease;
        padding: 5px 0;
        display: block;
    }
}
    .nav-links {
        gap: 10px !important;
    }
    .nav-contact {
     gap: 0px !important;
}







 .desktop-nav {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 10px 0;
        }

        .nav-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 0 20px;
        }

        .nav-logo img {
            height:25px;
            width: auto;
        }

        .nav-links {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 30px;
        }

        .nav-links li {
            position: relative;
        }

        /* .nav-links a {
            color: #333;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
            padding: 5px 0;
            display: block;
        } */

        .nav-links a:hover {
            color: #ff6600;
        }

        /* Dropdown Styles */
        .dropdown {
            position: relative;
        }

        .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            padding: 10px 0;
            min-width: 200px;
            z-index: 1000;
        }

        .dropdown:hover .dropdown-menu {
            display: block;
        }

        .dropdown-menu a {
            display: block;
            padding: 8px 20px;
            color: #333;
            text-transform: none;
            font-size: 13px;
            border-bottom: 1px solid #f5f5f5;
            position: relative;
        }

        .dropdown-menu a:hover {
            background: #f8f8f8;
            color: #ff6600;
        }

        .dropdown > a::after {
            content: "▼";
            margin-left: 5px;
            font-size: 10px;
        }

        /* Multi-level dropdown styles */
        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu > a::after {
            content: "▶";
            float: right;
            margin-left: 10px;
            margin-right: -10px;
        }

        .dropdown-submenu-content {
            display: none !important;
            top: 0;
            left: 100%;
            margin-left: 0;
            min-width: 220px;
        }

        .dropdown-submenu:hover .dropdown-submenu-content {
            display: block !important;
        }

        /* Contact Info */
        .nav-contact {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .contact-info {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 12px;
        }

        .contact-info a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-info a:hover {
            color: #F6B93B;
        }

        .contact-info i {
            color: #F6B93B;
            margin-right: 5px;
        }

        /* CTA Button */
        .nav-cta {
          background: #F6B93B;
    color: #000 !important;
    padding: 5px 10px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
    text-transform: capitalize !important;
    transition: all 0.3s 
ease;
    border: 1px solid #F6B93B;
        }

        .nav-cta:hover {
            background:none;
            color: #000 !important;
            transform: translateY(-2px);
            border: 1px solid #F6B93B;
        }

        /* Mobile Header */
        .mobile-header {
            display: none;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 15px 20px;
        }

        .mobile-header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mobile-logo img {
            height: 35px;
            width: auto;
        }

        .mobile-toggle {
            background: none;
            border: none;
            font-size: 24px;
            color: #333;
            cursor: pointer;
        }

        /* Mobile Navigation Overlay */
        .mobile-nav-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: #fff;
            z-index: 9999;
            overflow-y: auto;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

        .mobile-nav-overlay.active {
            transform: translateX(0);
        }

        .mobile-nav-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }

        .mobile-nav-close {
            background: none;
            border: none;
            font-size: 24px;
            color: #333;
            cursor: pointer;
        }

        .mobile-nav-menu {
            padding: 20px 0;
        }

        .mobile-nav-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .mobile-nav-menu li {
            border-bottom: 1px solid #f5f5f5;
        }

        .mobile-nav-menu a {
            display: block;
            padding: 15px 20px;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            transition: background 0.3s ease;
        }

        .mobile-nav-menu a:hover {
            background: #f8f8f8;
            color: #ff6600;
        }

        .mobile-nav-menu .dropdown > a::after {
            content: "▶";
            float: right;
            font-size: 12px;
        }

        /* Mobile Back Button */
        .mobile-back-btn {
            padding: 15px 20px;
            background: #f5f5f5;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            font-weight: 600;
            color: #333;
        }

        .mobile-back-btn:hover {
            background: #e9e9e9;
        }

        /* Mobile Menu Levels */
        .mobile-menu-level {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        /* Mobile CTA */
        .mobile-cta {
            margin: 20px;
            text-align: center;
        }

        .mobile-cta .nav-cta {
            display: inline-block;
            padding: 15px 30px;
            font-size: 14px;
        }

        
        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
            .desktop-nav {
                display: none;
            }
            
            .mobile-header {
                display: block;
            }
            
            .mobile-nav-overlay {
                display: block;
            }
        }

        @media (min-width: 1025px) {
            .nav-links {
                gap: 25px;
            }
            
            .contact-info {
                gap: 20px;
            }
        }

        @media (max-width: 1200px) {
            .contact-info {
                display: none;
            }
        }

        /* Content spacing for fixed header */
        .content {
            margin-top: 80px;
            padding: 50px 20px;
            text-align: center;
        }

        @media (max-width: 1024px) {
            .content {
                margin-top: 70px;
            }
        }

        .owl-dots{display: none;}


/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
.carousel-control-prev,
.carousel-control-next {
  width:50px; /* size of the button */
  height:50px;
  background-color:rgba(0,0,0,0.5); /* semi-transparent background */
  border-radius:50%; /* makes it circular */
  top:50%;  /* vertically centered */
  transform:translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* makes the arrows white if background is dark */
}
  .carousel-control-prev, .carousel-control-next {
      width:50px;
      height:50px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      top:50%;
      transform: translateY(-50%);
  }

  .nav-links a {
      color: #333;
      text-decoration: none;
      font-weight: 500;
      font-size:14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: color 0.3s ease;
      padding: 5px 0;
      display: block;
  }
  .nav-links {
    gap:25px !important;
  }
  .contact-info {
    font-size:14px !important; padding-right: 10px;
  }









   .desktop-nav {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 10px 0;
        }

        .nav-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 0 20px;
        }

        .nav-logo img {
            height: 45px;
            width: auto;
        }

        .nav-links {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 30px;
        }

        .nav-links li {
            position: relative;
        }

        /* .nav-links a {
            color: #333;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
            padding: 5px 0;
            display: block;
        } */

        .nav-links a:hover {
            color: #ff6600;
        }

        /* Dropdown Styles */
        .dropdown {
            position: relative;
        }

        .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            padding: 10px 0;
            min-width: 200px;
            z-index: 1000;
        }

        .dropdown:hover .dropdown-menu {
            display: block;
        }

        .dropdown-menu a {
            display: block;
            padding: 8px 20px;
            color: #333;
            text-transform: none;
            font-size: 13px;
            border-bottom: 1px solid #f5f5f5;
            position: relative;
        }

        .dropdown-menu a:hover {
            background: #f8f8f8;
            color: #ff6600;
        }

        .dropdown > a::after {
            content: "▼";
            margin-left: 5px;
            font-size: 10px;
        }

        /* Multi-level dropdown styles */
        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu > a::after {
            content: "▶";
            float: right;
            margin-left: 10px;
            margin-right: -10px;
        }

        .dropdown-submenu-content {
            display: none !important;
            top: 0;
            left: 100%;
            margin-left: 0;
            min-width: 220px;
        }

        .dropdown-submenu:hover .dropdown-submenu-content {
            display: block !important;
        }

        /* Contact Info */
        .nav-contact {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .contact-info {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 12px;
        }

        .contact-info a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-info a:hover {
            color: #F6B93B;
        }

        .contact-info i {
            color: #F6B93B;
            margin-right: 5px;
        }

        /* CTA Button */
        .nav-cta {
            background: #F6B93B;
            color: #000 !important;
            padding: 10px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            border: 1px solid #F6B93B;
        }

        .nav-cta:hover {
            background:none;
            color: #000 !important;
            transform: translateY(-2px);
            border: 1px solid #F6B93B;
        }

        /* Mobile Header */
        .mobile-header {
            display: none;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 15px 20px;
        }

        .mobile-header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mobile-logo img {
            height: 35px;
            width: auto;
        }

        .mobile-toggle {
            background: none;
            border: none;
            font-size: 24px;
            color: #333;
            cursor: pointer;
        }

        /* Mobile Navigation Overlay */
        .mobile-nav-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: #fff;
            z-index: 9999;
            overflow-y: auto;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

        .mobile-nav-overlay.active {
            transform: translateX(0);
        }

        .mobile-nav-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }

        .mobile-nav-close {
            background: none;
            border: none;
            font-size: 24px;
            color: #333;
            cursor: pointer;
        }

        .mobile-nav-menu {
            padding: 20px 0;
        }

        .mobile-nav-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .mobile-nav-menu li {
            border-bottom: 1px solid #f5f5f5;
        }

        .mobile-nav-menu a {
            display: block;
            padding: 15px 20px;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            transition: background 0.3s ease;
        }

        .mobile-nav-menu a:hover {
            background: #f8f8f8;
            color: #ff6600;
        }

        .mobile-nav-menu .dropdown > a::after {
            content: "▶";
            float: right;
            font-size: 12px;
        }

        /* Mobile Back Button */
        .mobile-back-btn {
            padding: 15px 20px;
            background: #f5f5f5;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            font-weight: 600;
            color: #333;
        }

        .mobile-back-btn:hover {
            background: #e9e9e9;
        }

        /* Mobile Menu Levels */
        .mobile-menu-level {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        /* Mobile CTA */
        .mobile-cta {
            margin: 20px;
            text-align: center;
        }

        .mobile-cta .nav-cta {
            display: inline-block;
            padding: 15px 30px;
            font-size: 14px;
        }

        
        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
            .desktop-nav {
                display: none;
            }
            
            .mobile-header {
                display: block;
            }
            
            .mobile-nav-overlay {
                display: block;
            }
        }

        @media (min-width: 1025px) {
            .nav-links {
                gap: 25px;
            }
            
            .contact-info {
                gap: 20px;
            }
        }

        @media (max-width: 1200px) {
            .contact-info {
                display: none;
            }
        }

        /* Content spacing for fixed header */
        .content {
            margin-top: 80px;
            padding: 50px 20px;
            text-align: center;
        }

        @media (max-width: 1024px) {
            .content {
                margin-top: 70px;
            }
        }

        .owl-dots{display: none;}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}




/*Logo Slider Style*/
  .logo-slider {
            width: 100%;
            overflow: hidden;
            background: white;
            /* padding: 40px 0; */
            border-top: 1px solid #e9ecef;
            border-bottom: 1px solid #e9ecef;
            position: relative;
        }

        .logo-slider::before,
        .logo-slider::after {
            content: '';
            position: absolute;
            top: 0;
            width: 100px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .logo-slider::before {
            left: 0;
            background: linear-gradient(to right, white, transparent);
        }

        .logo-slider::after {
            right: 0;
            background: linear-gradient(to left, white, transparent);
        }

        .slider-track {
            display: flex;
            width: calc(250px * 16); /* 8 logos * 2 sets * 250px width */
            animation: scroll 20s linear infinite;
        }

        .logo-slide {
            min-width: 250px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .logo-slide img {
            /* max-width: 140px; */
            max-height: 60px;
            object-fit: contain;
            /* opacity: 0.6; */
            transition: opacity 0.3s ease, transform 0.3s ease;
            /* filter: grayscale(100%); */
        }

        .logo-slider:hover .slider-track {
            animation-play-state: paused;
        }

        .logo-slide:hover img {
            opacity: 1;
            transform: scale(1.05);
            filter: grayscale(0%);
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-250px * 8));
            }
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 16px;
        }

        .section-header p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .logo-slide {
                min-width: 200px;
            }
            
            .slider-track {
                width: calc(200px * 16);
            }
            
            @keyframes scroll {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(-200px * 8));
                }
            }

            .section-header h2 {
                font-size: 2rem;
            }
                .banner {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 20px 5%;
        /* background: #000; */
        min-height: 55vh;
        padding-top:12%;
    }
.swiper-pagination-bullet-active{background: #F6B93B !important;}
        }

        @media (max-width: 480px) {
            .logo-slide {
                min-width: 150px;
            }
            
            .slider-track {
                width: calc(150px * 16);
            }
            
            @keyframes scroll {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(-150px * 8));
                }
            }
        }


        /* ------------------------------
   iPadOS 16+ (any iPad, any size)
   Feature-detects touch iPad, not Macs
---------------------------------*/
@media (hover: none) and (pointer: coarse) and (min-width: 768px) {
  /* styles for iPad (all) */
}

/* Optional: split tablet layouts */
@media (hover: none) and (pointer: coarse) and (min-width: 1024px) {
  /* larger iPad layouts (Pro/Air) */
}

/* ------------------------------
   iPad Pro 12.9"  (CSS px @2x)
   Portrait: 1024 x 1366
   Landscape: 1366 x 1024
---------------------------------*/
/* Portrait */
@media only screen 
  and (min-device-width: 1024px) and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
  /* 12.9" portrait */
}

/* Landscape */
@media only screen 
  and (min-device-width: 1366px) and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
  /* 12.9" landscape */
  .nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size:12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s 
ease;
    padding: 5px 0;
    display: block;
}
    .nav-links {
        gap: 10px !important;
    }
    .nav-contact {
     gap: 0px !important;
}
}




/*Menu Arrow*/
.menu-link {
  position: relative;
  display: inline-block;  /* needed for positioning */
  padding-right: 20px;    /* space for the arrow */
}

.menu-link::after {
    content: "›";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
}

.gy-4 {
    --bs-gutter-y: 1.1rem !important;
}