html , body {
  /* height: 100%; */
  overflow-x: hidden;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}



.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: rgb(5, 5, 5);
    border: none;
}

.btn.btn-light:hover {
    color: black;
    background: white;
}





/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/banners.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-bg-half-1 {
    background-image: url();
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url();
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

/* .hero-shape-1 {
    background-color: var(--bs-primary);
    width: 150px;
    height: 50%;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translateY(-50%) skew(-26deg, 0deg);
    position: relative;
}

.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
} */

/* .hero-shape-2 {
    background-color: var(--bs-dark);
    width: 150px;
    height: 50%;
    position: absolute;
    right: -43%;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    position: relative;
    z-index: 1;
}

.hero-shape-2::after {
    background-color: var(--bs-primary);
    content: "";
    width: 75px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
} */

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background:rgb(26, 26, 26);
    color: #fbfaf9;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 0;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-primary);
    color: var(--bs-dark);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bannerabout.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 100px;  /* 🔥 adds height like index banner */
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** rd Page Hero Header Start ***/
.bg-breadcrumb-rd {
    position: relative;
    overflow: hidden;
    background:url(../img/r&d_bannerimage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh; 
    transition: 0.5s;
 
}

.bg-breadcrumb-rd .breadcrumb {
    position: relative;
}

.bg-breadcrumb-rd .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** rd Page Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb1 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/solutionbanners.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb1 .breadcrumb1 {
    position: relative;
}

.bg-breadcrumb1 .breadcrumb1 .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/contactimg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb2 .breadcrumb1 {
    position: relative;
}

.bg-breadcrumb2 .breadcrumb1 .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb3 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/randd/mainfeatures/WiredCharging.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb3 .breadcrumb1 {
    position: relative;
}

.bg-breadcrumb3 .breadcrumb1 .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


.bg-breadcrumbpower {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/powerimg/powerbanners.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumbpower .breadcrumb1 {
    position: relative;
}

.bg-breadcrumbpower .breadcrumb1 .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--bs-primary);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    
    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/

/*** Projects Start ***/
.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.projects .nav-item a.active {
    background: var(--bs-primary);
}

.projects .nav-item a span {
    color: var(--bs-dark);
}

.projects .nav-item a.active span {
    color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
    color: var(--bs-primary);
}
/*** Projects End ***/


/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(246, 138, 10, .3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-heading {
    position: relative;
    background: var(--bs-white);
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: var(--bs-primary);
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: var(--bs-white);
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--bs-dark);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/
/*** FAQs Start ***/

/* FAQ section with transparent bg image and dark overlay */
.faq-section {
    position: relative;
    background-color: #121212; /* fallback dark */
    background-image: url('../img/application/appli (1).webp'); /* replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Dark transparent overlay */
.faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 18, 0.75); /* 75% opacity dark overlay */
    z-index: 0;
}

/* Ensure content is above overlay */
.faq-section > .container {
    position: relative;
    z-index: 1;
}

/* FAQ container and items */
.faq-section .accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: #1a1a1a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-section .accordion .accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

/* Accordion question button */
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    background-color: #101010;
    color: #f1f1f1;
    font-size: 13px; /* smaller font for questions */
    font-weight: 600;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    padding: 0.85rem 1.25rem;
    transition: background 0.3s ease, color 0.3s ease;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

/* Rotate arrow on expand */
.faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
    transition: transform 0.3s ease;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* Collapsed state style */
.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #f9f9f9;
    color: #333;
    font-weight: 600;
}

/* Smooth collapse/expand transition */
.faq-section .accordion .accordion-collapse {
    transition: height 0.35s ease;
}

/* Accordion answer body */
.faq-section .accordion .accordion-body {
    background-color: #222;
    color: #bbb;
    font-size: 12.5px; /* smaller font for answers */
    font-family: 'Inter', 'Segoe UI', sans-serif;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 1.6;
}

/* Left side headings and text */
.faq-section h4.text-primary {
    font-size: 16px;  /* smaller heading */
    font-weight: 600;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    margin-bottom: 0.5rem;
}

.faq-section h1.display-5 {
    font-size: 26px; /* decreased heading size */
    font-weight: 700;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    margin-bottom: 1rem;
}

.faq-section p.mb-4 {
    font-size: 14px;
    

}


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-primary);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px;
    border: 2px solid var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/



/* header */


    .service-submenus {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.service-group {
  min-width: 200px;
}

.service-group h6 {
  font-size: 14px;
  color: #fcfafa;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Six Caps', sans-serif;
  font-weight: bold;
}

.service-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-group ul li {
  /* margin-bottom: 8px; */
}

.service-group ul li a {
  color: #fdfbfb;
  font-size: 13px;
  text-decoration: none;
  font-family: 'Six Caps', sans-serif;
  letter-spacing: 1.5px;
}

.service-group ul li a:hover {
  text-decoration: underline;
}


    header {
      background: #070707;
  border-bottom: 1px solid #030303;
  position: sticky;
  top: 0;
  z-index: 9999;
      
    }

    .header-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
    }

    .logo {
      max-height: 48px;
    }

    .navmenu {
      display: flex;
      
    }

    .navmenu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 9px;
    }

    .navmenu ul li {
      position: relative;
    }

    .navmenu ul li a {
      text-decoration: none;
      color: #fffcfc;
      font-weight: 300;
     font-family: 'Six Caps', sans-serif;

  font-size: 10px;
  letter-spacing: 4px;
  color: #fff;

  /* padding: 2px 2px; */
  display: inline-block;
  text-transform: uppercase;
    }



    .main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(48, 47, 47, 0.35); /* transparent glassy overlay */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px;
}

.logo {
  max-height: 48px;
}

.navmenu ul {
  list-style: none;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.navmenu ul li a {
  font-family: 'Six Caps', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  font-size: 11px;
  font-weight: 300;
  transition: 0.3s;
}

.navmenu ul li a:hover {
  color: #797976;
}


    .mega-menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #070707;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      display: none;
      padding: 30px 60px;
      z-index: 1000;
    }

    .mega-menu.show {
      /* top: 100px; */
      display: block;
    }

    .section-title {
      font-weight: 300;
      color: #f3ebee;
      margin-bottom: 10px;
    }

    .underline {
      height: 2px;
      background: #fdfcfd;
      width: 40px;
      margin-bottom: 15px;
    }

    .description {
      font-size: 14px;
      color: #333;
    }

    .mega-menu a {
      font-size: 14px;
      color: #fdfbfb;
      text-decoration: none;
      display: inline-block;
      margin: 0 20px 10px 0;
      min-width: 180px;
       font-family: 'Six Caps', sans-serif;
    }

    .mega-menu a:hover {
      text-decoration: underline;
    }

    .menu-toggle {
      color: white !important;
      display: none;
      font-size: 28px;
      background: none;
      border: none;
    }

    /* Mobile View */
    @media (max-width: 768px) {
      .header-wrap {
        padding: 15px 20px;
      }

      .menu-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 22px;
        z-index: 1001;
      }

      .navmenu {
        width: 100%;
        flex-direction: column;
        display: none;
      }

      .navmenu.show {
        display: flex;
        padding-top: 70px;
      }

      .navmenu ul {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        padding: 0 20px;
      }

      .mega-menu {
        position: static;
        padding: 20px;
        display: none;
      }

      .mega-menu.show {
        display: block;
        top: auto;
      }

      .mega-menu .row {
        flex-direction: column;
      }

      .mega-menu .d-flex {
        flex-direction: column;
      }

      .mega-menu a {
        min-width: unset;
        margin: 5px 0;
      }
    }


    /* iPad Mini & iPad Air (portrait 768px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .header-wrap {
    padding: 18px 30px;
  }

  .navmenu ul {
    gap: 15px;
  }

  .navmenu ul li a {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .mega-menu {
    padding: 25px 40px;
  }

  .service-submenus {
    gap: 30px;
    flex-wrap: wrap;
  }
}

/* iPad Pro (landscape 1025px–1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
  .header-wrap {
    padding: 20px 40px;
  }

  .navmenu ul {
    gap: 20px;
  }

  .navmenu ul li a {
    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .mega-menu {
    padding: 30px 50px;
  }

  .service-submenus {
    gap: 35px;
  }
}

/* Nest Hub (1280px wide, 800px tall) */
@media (min-width: 1200px) and (max-width: 1366px) {
  .header-wrap {
    padding: 5px 50px;
  }

  .navmenu ul li a {
    font-size: 9px;
    letter-spacing: 4px;
  }
}



/* Normal Dropdown for R&D */
.navmenu ul li.dropdown {
  position: relative;
}

/* Dropdown Container */
.navmenu ul li .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000; /* black background */
  display: none;
  flex-direction: column;
  min-width: 220px; /* slightly narrower */
  padding: 0;
  margin: 0;
  border: 1px solid #030303;
  z-index: 1001;
  overflow: hidden;
}

/* Dropdown Items */
.navmenu ul li .dropdown-menu li {
  width: 100%;
}

/* Dropdown Links */
.navmenu ul li .dropdown-menu li a {
  display: block;
  padding: 8px 16px; /* reduced spacing */
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px; /* slightly tighter */
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover Animation: subtle letter-spacing and underline slide-in */
.navmenu ul li .dropdown-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.navmenu ul li .dropdown-menu li a:hover {
  background: #111;
  letter-spacing: 2px;
  color: rgb(202, 207, 207); /* optional: slight neon hover color */
}

.navmenu ul li .dropdown-menu li a:hover::after {
  width: 100%;
}

/* Show Dropdown */
.navmenu ul li.dropdown.show .dropdown-menu {
  display: flex;
}

/* Mobile Support */
@media (max-width: 768px) {
  .navmenu ul li .dropdown-menu {
    position: static;
    border: none;
    background: #000;
    width: 100%;
  }

  .navmenu ul li .dropdown-menu li a {
    padding: 8px 16px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .navmenu ul li .dropdown-menu li a:hover {
    background: #111;
    color: rgb(210, 214, 214);
  }

  .navmenu ul li .dropdown-menu li a::after {
    display: none; /* cleaner on mobile */
  }
}



    /* header */


    /* banner */
     .banner-video-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  display: flex;
  align-items: center;        /* Vertical center */
  justify-content: flex-start; /* Horizontal start (left) */
  text-align: left;
 
  color: white;
  background: rgba(0, 0, 0, 0.3);
}


.banner-content h1 {
  font-size: 1.8rem !important;
  color: rgb(190, 186, 186);
 
  margin: 0;
  font-family: 'Six Caps', sans-serif !important;
  font-weight: 100 !important;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.banner-content h2 {
  font-size: 1.8rem !important;
  color: white;
 
  margin: 0;
  font-family: 'Six Caps', sans-serif !important;
  font-weight: 100 !important;
  letter-spacing: 5px;
  text-transform: uppercase;
}

  @media (max-width: 768px) {
   
    .banner-content h1 {
      font-size: 1.5rem;
    }
    .banner-content h2 {
      font-size: 1.5rem !important;
    }
  }
/* banner */



/* heading segments */

.unique-impact-wrapper {
  width: 100%;
  height: 200px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #030303;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.unique-impact-wrapper span {
  opacity: 0;
  display: inline-block;
  transform: translateY(30px) scale(0.95);
  animation: cleanFadeUp 0.6s ease-out forwards;
  margin-right: 4px;
  color: white;
}

@keyframes cleanFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .unique-impact-wrapper {
    font-size: 2rem;
    height: 160px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 480px) {
  .unique-impact-wrapper {
    font-size: 1.4rem;
    height: 140px;
    letter-spacing: 1px;
    padding-left: 10px;
  }
}

/* heading segments */


/* about */
/* about */
.aboutthe-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  color: #ffffff;
  font-family: 'Six Caps', sans-serif;
}

.aboutthe-title {
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Six Caps', sans-serif;
}

.aboutthe-description {
  color: #e0e0e0;
  font-family: 'Six Caps', sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  display: inline-block;
}

.aboutthe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-top: 10px;
}

.aboutthe-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.4s ease;
  animation: floatUp 5s ease-in-out infinite;
}

.aboutthe-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.aboutthe-img:hover img {
  transform: scale(1.08) rotate3d(1, 1, 0, 4deg);
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.2);
}

/* Optional glassy overlay on hover */
.aboutthe-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.aboutthe-img:hover::before {
  opacity: 1;
}

/* Floating animation */
@keyframes floatUp {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .aboutthe-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 10px;
  }

  .aboutthe-img {
    flex: 0 0 auto;
    width: 220px;
    scroll-snap-align: center;
  }

  .aboutthe-img img {
    border-radius: 12px;
  }
}

/* about */




/* segmenst cards overlay baclground animations */

/* Your existing glassy-dark overlay */
.overlay-slide.glassy-dark {
  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}

.product-card:hover .overlay-slide.glassy-dark {
  opacity: 1;
  transform: translateY(0);
}

/* Content inside the overlay */
.glass-content {
  max-width: 90%;
  max-height: 100%;
  overflow-y: auto;
  padding: 10px 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  animation: fadeInZoom 0.6s ease forwards;
  transform: translateY(15px);
  opacity: 0;
}

.glass-content::-webkit-scrollbar {
  display: none;
}

/* Title */
.glass-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  animation: fadeSlide 0.5s ease forwards;
}

/* Description */
.glass-desc {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 18px;
  animation: fadeSlide 0.7s ease forwards;
}

/* Button */
.glass-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.glass-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
  color:#fff;
}

.glass-arrow {
  width: 18px;
  height: 18px;
  stroke: #fff;
  transition: transform 0.3s ease;
}

.glass-btn:hover .glass-arrow {
  transform: translateX(4px);
}

/* Animations */
@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* segmenst cards overlay baclground animations */




/* segmenst */

 .solumens-desktop-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.solumens-bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.solumens-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
  z-index: 1;
}

.solumens-bg-circle,
.solumens-center-circle,
.solumens-flip-card {
  position: relative;
  z-index: 2;
}


.solumens-flip-card {
  position: relative;
  background-color: transparent;
  width: 250px;
  height: 120px;
  perspective: 1000px;
  z-index: 15;
  overflow: hidden;
  border-radius: 30px;
}

.solumens-flip-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/segmentimgs/smart4.webp'); /* Your transparent PNG */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3; /* Control how transparent it looks */
  z-index: 1;
}

.solumens-flip-inner {
  position: relative;
  z-index: 2; /* Keep flip content on top */
}



    .solumens-flip-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .solumens-flip-card:hover .solumens-flip-inner {
      transform: rotateY(180deg);
    }

    .solumens-front,
    .solumens-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      background: #fbfafa;
      color: white;
      padding: 20px;
      border-radius: 20px;
      box-shadow: 0 0 10px #000;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .solumens-front {
      flex-direction: row;
    }

    .solumens-back {
      transform: rotateY(180deg);
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 15px;
      background: #fbfafa;
    }

    .solumens-back img.solumens-gif {
      width: 60px;
      height: 60px;
      object-fit: contain;
    }

    .solumens-icon {
      font-size: 30px;
      margin-right: 15px;
      color: #2b2b2a;
    }

    .solumens-title {
      font-size: 20px;
      color: #030303;
      font-weight: bold;
    }

    /* ================================
   UNIVERSAL RESPONSIVE SETTINGS
==================================*/

/* Medium-sized tablets (portrait and landscape) */
@media (max-width: 1024px) {
  .solumens-desktop-container {
    transform: scale(0.85);
    transform-origin: center;
  }

  .solumens-center-circle {
    width: 200px;
    height: 200px;
  }

  .solumens-bg-circle {
    width: 400px;
    height: 400px;
  }

  .solumens-flip-card {
    width: 200px;
    height: 100px;
  }

  .solumens-title {
    font-size: 16px;
  }

  .solumens-icon {
    font-size: 24px;
  }

  .solumens-front,
  .solumens-back {
    padding: 15px;
  }

  .solumens-box1 { top: 30%; left: 20%; }
  .solumens-box2 { top: 50%; left: 22%; }
  .solumens-box3 { bottom: 12%; left: 26%; }
  .solumens-box4 { top: 30%; right: 20%; }
  .solumens-box5 { top: 50%; right: 22%; }
  .solumens-box6 { bottom: 12%; right: 26%; }
}


/* Small tablets & large phones */
@media (max-width: 820px) {
  .solumens-desktop-container {
    transform: scale(0.75);
  }

  .solumens-flip-card {
    width: 180px;
    height: 90px;
  }

  .solumens-title {
    font-size: 14px;
  }

  .solumens-center-circle {
    width: 180px;
    height: 180px;
  }

  .solumens-bg-circle {
    width: 350px;
    height: 350px;
  }

  .solumens-box1 { top: 28%; left: 18%; }
  .solumens-box2 { top: 48%; left: 20%; }
  .solumens-box3 { bottom: 12%; left: 22%; }
  .solumens-box4 { top: 28%; right: 18%; }
  .solumens-box5 { top: 48%; right: 20%; }
  .solumens-box6 { bottom: 12%; right: 22%; }
}


/* Mobile screens (already handled but can improve) */
@media (max-width: 600px) {
  .solumens-mobile-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .solumens-mobile-grid .solumens-flip-card {
    height: 140px;
  }

  .solumens-title {
    font-size: 12px;
  }
}

@media (min-width: 1020px) and (max-width: 1300px) {
  .solumens-center-circle {
    width: 220px;
    height: 220px;
  }

  .solumens-bg-circle {
    width: 430px;
    height: 430px;
  }

  .solumens-flip-card {
    width: 200px;
    height: 100px;
  }

  .solumens-box1 { top: 30%; left: 20%; }
  .solumens-box2 { top: 50%; left: 23%; }
  .solumens-box3 { bottom: 10%; left: 26%; }
  .solumens-box4 { top: 30%; right: 20%; }
  .solumens-box5 { top: 50%; right: 23%; }
  .solumens-box6 { bottom: 10%; right: 26%; }

  /* Optional: give some breathing room */
  .solumens-desktop-container {
    padding-bottom: 60px;
    height: auto; /* Instead of 100vh, if needed */
  }
}



    /* ================================
       DESKTOP CONTAINER
    ================================== */
    .solumens-desktop-container {
      width: 100%;
      height: 100vh;
      position: relative;
    }

    .solumens-center-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background: #222;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-shadow: 0 0 20px #000;
    }

    .solumens-center-circle h1 {
      color: #fbfaf7;
      font-size: 20px;
    }

    .solumens-bg-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 500px;
      height: 500px;
      border-radius: 50%;
      background: #adadac;
      z-index: 5;
    }

    /* Flip card positions for desktop */
    .solumens-box1 { position: absolute; top: 35%; left: 22%; }
    .solumens-box2 { position: absolute; top: 55%; left: 25%; }
    .solumens-box3 { position: absolute; bottom: 8%; left: 30%; }
    .solumens-box4 { position: absolute; top: 35%; right: 22%; }
    .solumens-box5 { position: absolute; top: 55%; right: 25%; }
    .solumens-box6 { position: absolute; bottom: 8%; right: 30%; }

    /* ================================
       MOBILE CONTAINER
    ================================== */
    .solumens-mobile-container {
      display: none;
      padding: 40px 10px;
      text-align: center;
    }

    .solumens-mobile-heading {
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 20px;
    }

    .solumens-mobile-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 600px;
      margin: 0 auto;
      padding: 0 10px;
    }

    .solumens-mobile-grid .solumens-flip-card {
      position: static !important;
      width: 100%;
      height: 150px;
      margin: 0 auto;
    }

    /* ================================
       RESPONSIVE SWITCHING
    ================================== */
    @media (max-width: 768px) {
      .solumens-desktop-container {
        display: none;
      }

      .solumens-mobile-container {
        display: block;
      }

      .solumens-title {
      font-size: 11px;
      color: #030303;
      font-weight: bold;
    }
    }

    /* segmenst */


    /* applications */
 .appliarco-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  height: 100vh;
}

.appliarco-slider-inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.8s ease-in-out;
}

.appliarco-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100vh;
  width: 100%;
  padding: 0 5vw;
  box-sizing: border-box;
  flex-shrink: 0;
}

.appliarco-slide-content {
  flex: 0.8;
  padding: 20px;
}

.appliarco-slide-content h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.appliarco-slide-description {
  font-size: 15px;
  color: #fdfdfd;
  max-width: 400px;
  line-height: 1.6;
}

.appliarco-buttons {
  margin-top: 20px;
}

.appliarco-buttons button {
  font-size: 16px;
  background: none;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.appliarco-slide-image {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.appliarco-slide-image img {
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

/* Arrows */
.appliarco-slider-arrow {
  position: absolute;
  right: 10px;
  font-size: 36px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.appliarco-slider-arrow.up {
  top: 20px;
}

.appliarco-slider-arrow.down {
  bottom: 20px;
}

/* === MOBILE VIEW === */
@media (max-width: 768px) {
  .appliarco-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    padding: 0;
    text-align: center;
  }

  .appliarco-slide-content {
    padding: 10px 15px 0;
    margin: 0;
  }

  .appliarco-slide-content h2 {
    font-size: 20px;
    margin: 10px 0 5px;
    color: #fff;
  }

  .appliarco-slide-description {
    font-size: 14px;
    margin: 0;
    padding: 0 5px;
    color: #ddd;
    line-height: 1.4;
  }

  .appliarco-buttons {
    margin-top: 8px;
  }

  .appliarco-buttons button {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
  }

  .appliarco-slide-image {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .appliarco-slide-image img {
    max-width: 95%;
    height: auto;
    transform: scale(1.1);
    object-fit: contain;
  }
}


  /* applications */





  .btn-md-square {
    width: 50px;
    height: 50px;
    border-radius: 50%; /* 👈 This makes it perfectly round */
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    background-color: #fff;
    color: white;
    border: 1px solid #333;
  }

  .btn-md-square:hover {
    background-color: #fff;
    color: #0b0b0b;
    transform: scale(1.15);
    box-shadow: 0 0 10px #fff;
  }

  /* Tablet */
  @media (max-width: 768px) {
    .btn-md-square {
      width: 40px;
      height: 40px;
      font-size: 16px;
      border-radius: 50%; /* Still round */
    }
  }

  /* Mobile */
  @media (max-width: 480px) {
    .btn-md-square {
      width: 36px;
      height: 36px;
      font-size: 14px;
      border-radius: 50%; /* Super round for mobile */
    }
  }




  @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
}


@font-face {
  font-family: 'bootstrap-icons';
  src: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff2') format('woff2');
  font-display: swap;
}


.texts{
  color: #adadac;
}