* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary: #87452f;
  --primary-light: #efa079;
}

html,
body {
  overflow-x: hidden;
}

a {
  list-style: none;
  text-decoration: none !important;
}

.heading {
  font-size: 45px;
  color: black;
  font-weight: 700;
}



/* btn-animated start */
.btn-animated {
  position: relative;
  padding: 14px 20px;
  background: var(--primary);
  /* BEFORE background */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;

}

.btn-animated i {
  color: white !important;
}

/* AFTER animation layer */
.btn-animated::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: black;
  /* AFTER background color */
  transition: left 0.4s ease;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;

}

.btn-animated:hover::before {
  opacity: 1;
}

.btn-animated span {
  position: relative;
  z-index: 1;
}

.btn-animated a {
  position: relative;
  z-index: 1;
  color: white;
}

/* Hover animation */
.btn-animated:hover::before {
  left: 0;
}


/* btn-animated end */

/* main-btn start */
.main-btn {
  color: var(--primary);
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: uppercasex;
  overflow: hidden;
}

.main-btn i {
  color: var(--primary);

}

/* main-btn end */

/* btn-animated-2 start */
.btn-animated-2 {
  position: relative;
  padding: 14px 20px;
  background: black;
  /* BEFORE background */
  color: white;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  letter-spacing: 1px;
}

/* AFTER animation layer */
.btn-animated-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  /* AFTER background color */
  transition: left 0.4s ease;
  z-index: 1;
}

.btn-animated-2 span {
  position: relative;
  z-index: 1;

}

.btn-animated-2 a {
  position: relative;
  z-index: 1;
  color: white;

}

.btn-animated-2:hover a {
  color: w;
}

/* Hover animation */
.btn-animated-2:hover::before {
  left: 0;
}


/* btn-animated-2 end */


/* btn-animated-3 start */
.btn-animated-3 {
  position: relative;
  padding: 14px 20px;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  /* letter-spacing: 1px; */
  font-weight: 500;
}

/* AFTER animation layer */
.btn-animated-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  /* AFTER background color */
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-animated-3 span {
  position: relative;
  z-index: 1;

}

.btn-animated-3 a {
  position: relative;
  z-index: 1;
  color: white;

}

.btn-animated-3:hover a {
  color: white;
}

.btn-animated-3:hover span {
  color: black;
}

.btn-animated-3:hover i {
  color: black;

  z-index: 242343;
}

/* Hover animation */
.btn-animated-3:hover::before {
  left: 0;
}


/* btn-animated-3 end */


.top-head {
  font-size: 18px;
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 1px;
  /* margin-bottom: 10px; */
}

/* top-header start */
.header-top {
  position: relative;
  z-index: 1;
  background-color: white;

}

.header-top img {
  height: 20px;
  width: 20px;
}


.header-top::before {
  /* content: ''; */
  height: 100%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  z-index: 3;
}

.header-top .content {
  z-index: 2;

}

.header-top .content p {
  color: black;
  margin-bottom: 0;
  line-height: 2;
  font-size: 16px;
}

.header-top .content a {
  color: black;
}

.header-top .content p i {
  color: black;
  background-color: var(--primary-light);
  padding: 8px;
  margin-right: 10px;
  border-radius: 50%;
  font-weight: 16px;
  font-weight: 14px;
  font-size: 20px;
}

.header-top .content p span {
  color: var(--primary);
}


.header-top .content a i {
  color: var(--primary-light);
}

.header-top .soci-icon a {
  border-radius: 5px;
  background: var(--primary);
  padding: 10px;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;

}

.header-top .soci-icon a:hover i {

  color: white;

}

.header-top .soci-icon a:hover {
  background-color: var(--primary);
}

.header-top .soci-icon a i {
  color: white;
  font-size: 14px;
}

.header-top .soci-icon span {
  color: white;
}


/* top-header end */

/* header start */

/* #header {
  background-color: var(--primary);
} */

#header {
  background-color: black;
}

#header .navbar .nav-link {
  color: white;
  font-size: 17px;
  padding: 0 12px;
  font-weight: 500;
}

#header .navbar .nav-link:hover {
  color: var(--primary);
  transition: 0.5s;
}

#header .navbar .nav-link.active {
  color: var(--primary-light);
  transition: 0.5s;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler .fa-solid {
  color: white;
}

.navbar-expand-lg .navbar-nav {
  margin: auto !important;
}

.navbar-expand-lg .form .icon-box i {
  color: white;
}

.navbar-brand {
  font-size: 30px !important;
  color: white !important;
}

.navbar form .icon i {
  color: white;
  font-size: 50px;
  margin-right: 10px;
}

.navbar form .content p {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.navbar form .content p span {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.mega-dropdown {
    position: static !important;
}

.mega-menu {
     position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 0;
    border-radius: 0;
    z-index: 999;
}
.dropdown-menu{
  top:96% !important;
}
.mega-title {
    font-weight: 600;
    margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
}

/* Proper list styling */
.mega-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-list li {
    margin-bottom: 6px;
}

.mega-list a {
    text-decoration: none;
     color: black;
    font-size: 15px;
}

.mega-list a:hover {
    color: var(--primary);
    transition: 0.5s;
    letter-spacing: 1.1px;
}
/* header end */

/* home banner start */



/* home-banner section start */

.carousel-control-next-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-indicators {
  display: none
}

#home-banner .home-banner-1 {
  display: block;
}

#home-banner .carousel-item {
  height: 85vh;
}


#home-banner {
  position: relative;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 35%, rgb(0 0 0 / 40%) 70%), url(img/banner.jpg);
  background-position: center;
}

.home-banner .carousel-inner .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translatey(-60%);
  height: fit-content;
  z-index: 10px;
}

.home-banner .top-head p {
  margin-right: 0 !important;
  font-size: 16px !important;
}


.carousel-caption {
  position: absolute;
  right: unset !important;
  bottom: 1.25rem;
  left: unset !important;
}

.home-banner .carousel-inner .first .carousel-caption {
  text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
  text-align: start;
}

.home-banner .carousel-inner .carousel-caption h1 {
  font-size: 60px;
  color: white;
  /* color:black; */
  margin-bottom: 20px;
  /* font-family: popins; */
  font-weight: bold;
  text-align: center;
}

.home-banner .carousel-inner .carousel-caption h1 span {
  color: var(--secondary);
}

.home-banner .carousel-inner .carousel-caption p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.home-banner .carousel-inner .carousel-caption .sub-head {
  color: var(--primary);
  margin-bottom: 20px;
}

.home-banner .carousel-inner .carousel-caption .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(2px);
  align-items: center;
  padding-right: 100px;
  padding-left: 100px;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
  /* margin-right: 30%; */
  margin-left: 0;
  margin-bottom: 15px;
  text-align: center;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
  margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
  background-color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-left: 10px;
  text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
  color: var(--primary);
}

.home-banner .main-btn {
  padding: 6px 10px 6px 30px;
}

.home-banner .sec-btn {
  padding: 8px 10px 6px 30px;
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
  from {
    height: 20%;
    width: 16px;
  }

  to {}
}

/* home-banner section end */


/* feature-strip start */

.feature-strip {
  background: var(--primary);
  padding: 40px 100px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.feature-box.no-border {
  border-right: none;
}

.feature-strip .icon-box {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.feature-box h5 {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 700;
}

.feature-box p {
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.9;
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .feature-box {
    border-right: none;
    padding-right: 0;
  }
}

/* feature-strip end */

/* about-sec start */
#about-sec {
  background: #f1f0f0;
}

body {
  background: #f5f5f5;
}

.about-company .right .form-control {
  background-color: transparent !important;
}

.about-company .right .head {
  background-color: var(--primary);
  padding: 20px;

}

.about-company .right .head .heading {
  color: white;
  margin: auto;
  text-align: center;
}

.about-company .right form {
  padding: 20px;
}



.about-company .custom-input {
  background: transparent;
  border: 1px solid rgb(255 255 255 / 37%);
  color: #fff;
  padding: 14px;
}

.about-company .custom-input::placeholder {
  color: white;
}

.about-company .custom-input:focus {
  background: transparent;
  color: #fff;
  border-color: var(--primary);
  box-shadow: none;
}

.about-company .email-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5a0e;
}

.about-company .submit-btn {
  background: #18d26e;
  color: #fff;
  padding: 12px 30px;
  border: none;
  font-weight: 600;
}

.submit-btn:hover {
  background: #e14d09;
  color: #fff;
}

/* about-sec end */


/* company-stats starta */

.company-stats {
  background: url("img/company.jpg") center/cover no-repeat fixed;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.company-stats .heading {
  color: white;

}

.company-stats .overlay {
  background: rgba(0, 25, 50, 0.75);
  width: 100%;
  padding: 90px 0;
}

.stats-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.counter {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter span {
  font-size: 22px;
  vertical-align: super;
}

.company-stats p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .stats-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }

  .company-stats {
    background-attachment: scroll;
  }
}

@media (max-width: 575px) {
  .counter {
    font-size: 40px;
  }
}

/* company-stats starta */



/* footer start */

.site-footer {
  background-color: black;
  color: #ffffff;
  padding: 70px 0 30px;
  font-size: 15px;
}

.footer-logo {
  font-size: 42px;
  font-weight: 700;
}

.footer-logo span {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  margin-top: -5px;
}

.footer-text {
  margin: 20px 0;
  line-height: 1.7;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--primary-light);
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}

.footer-social a i {
  font-size: 18px;
}

.footer-social a:hover {
  background: #ffffff;
  color: var(--primary);
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}

.footer-links a::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary-light);
}

.footer-links a:hover {
  color: var(--primary-light);
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-contact .icon {
  background-color: var(--primary-light);
  height: 40px;
  width: 40px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.footer-contact .icon i {
  font-size: 18px;
}

.footer-contact a {
  color: white;
}



.footer-contact p {
  margin: 5px 0 0;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 40px 0 20px;
}

.footer-bottom {
  font-size: 14px;
}

.footer-bottom a {
  color: white;
}


/* footer end */

/* why-choose start */

/* WHY CHOOSE US */
#why-choose-us {
  background: url(img/why-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;

}

.why-choose-us .right {
  background-color: black;
}


.heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-subtitle {
  max-width: 750px;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
}

.why-box {
  border-radius: 12px;
  /* text-align: center; */
  transition: 0.3s ease;
  padding: 18px 10px 10px 10px;
}

.why-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

}

.why-box:hover {
  transform: translateY(-8px);
}

.why-icon {
  width: 60px;
  height: 60px;
  /* margin: 0 auto 20px; */
  border-radius: 50%;
  background-color: white;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.why-box h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.why-box p {
  font-size: 15px;
  color: white;
  margin-bottom: 0;
}


/* why-choose end */


/* work-process start */
.work-process {
  background: #ffffff;
}

.process-badge {
  background: #eef2ff;
  color: #3f51b5;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.process-title {
  font-weight: 700;
  font-size: 34px;
  color: #0f172a;
}

.process-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.process-card:hover .process-img img {
  transform: scale(1.2);
  transition: 0.5s;
}

.process-img {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;

}

.process-card p {
  font-size: 15px;
}

.process-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}


.process-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}


/* Responsive */
@media (max-width: 991px) {
  .process-arrow {
    display: none;
  }

  .process-title {
    font-size: 26px;
  }
}


/* work-process end */

/* blog-sec start */


.blog-sec .section-tag {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #0d6efd;
}


.blog-sec .section-desc {
  max-width: 650px;
  margin: auto;
  color: #6c757d;
}

/* Card */
.blog-sec .case-card {
  background: #fff;
  /* border-radius: 16px; */
  overflow: hidden;
  border: 1px solid #e6eaf0;
  transition: all 0.4s ease;
  height: 100%;
  /* border: 1px solid var(--primary); */
  border-top: none;
  border: none;
}



/* Image */
.blog-sec .case-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Content */
.blog-sec .case-content {
  padding: 20px 0;
  border-top: none;
  padding-bottom: 15px;
}

.blog-sec .case-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-sec .case-content p {
  font-size: 16px;
  /* color: #6c757d; */
  margin-bottom: 18px;
}


/* blog-sec end */

/* marquee start */

.marquee-section {
  background: black;
  /* yellow background */
  overflow: hidden;
  padding: 18px 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.marquee-track .star {
  font-size: 26px;
  font-weight: bold;
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* marquee end */



/* This is the whatsapp section */
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white !important;
  box-shadow: 0 0 .75rem #18d26e;
  background-color: #18d26e;
  z-index: 2;
}

/* .whatsapp:hover {
  background-color: white;
  color: #18d26e;
} */

.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  transition: .1s all ease-in-out;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  color: white !important;
  background-color: black;
  box-shadow: 0 0 .5rem #eee;
  z-index: 2;
}

/* .call:hover {
  background-color: white;
  color: #222222;
} */


/* End whatsapp section */

/* breadcrumb start */
#breadcrumb {
  background: linear-gradient(to right, #00000091, rgb(0 0 0 / 3%), rgb(0 0 0 / 0%)), url(img/sub-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: left;
}
#breadcrumb.breadcrumb-contact {
    background-image: url(img/contact-banner.jpg);

}
#breadcrumb.breadcrumb-about {
    background-image: url(img/about-banner.jpg);

}
#breadcrumb.breadcrumb-blog {
    background-image: url(img/blog-banner.png);

}
#breadcrumb.breadcrumb-product {
    background-image: url(img/product-banner.png);

}
#breadcrumb h1 {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

#breadcrumb .breadcrumb-item {
  color: white;
  font-size: 18px;
}

#breadcrumb .breadcrumb-item a {
  color: var(--primary-light) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
}

/* breadcrumb end */

.cert-thumb {
  cursor: pointer;
  transition: 0.3s;
}

.cert-thumb:hover {
  transform: scale(1.03);
}

/* Lightbox navigation */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-nav.prev {
  left: 10px;
}

.lightbox-nav.next {
  right: 10px;
}


/* founder start */

#founder .img-box img {
  border-radius: 12px;
}

#founder .img-box {
  border-radius: 12px;
}

#founder .left p strong {
  color: var(--primary);
  font-size: 20px;
}


/* founder end */

/* certificate start */
#certificate {
  background-color: #006f9317;
}

/* certificate start */

/* team-section section start */

.team-section .sub-head {
  margin: auto;
}

.team-section .swiper {
  width: 100%;
  padding: 30px 0;
}

.team-section .main-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.team-section .main-card:hover .icon-box {
  top: 67%;
  transform: translate(-49%, 54%);
  transition: 0.5s;
  opacity: 1;
}

.team-section .main-card .icon-box {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-49%, 74%);
  background-color: var(--primary);
  opacity: 0;

}

.team-section .main-card .icon-box i {
  color: white;
  padding: 10px;
}


.team-section .card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 10px;
  background-color: #95a3b517;
}

.team-section .main-card h5 {
  position: relative;
  color: black;
  margin-bottom: 20px;
}

.team-section .main-card h5::after {
  content: "";
  background-color: var(--primary);
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 80px;
  text-align: center;
  margin: auto;
  transform: translateX(-50%);
}

/* Custom Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  /* aapke theme ka primary color */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 24px 20px;
}

.team-page .main-card {
  margin-top: 15px;
  box-shadow: none;
  border: none;

}

.team-page .div {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}


/* Left arrow ko thoda aur left side le jao */
.swiper-button-prev {
  left: -60px;
  /* ðŸ‘ˆ adjust according to your design */
}

/* Right arrow ko thoda aur right side le jao */
.swiper-button-next {
  right: -60px;
  /* ðŸ‘ˆ adjust according to your design */
}

.swiper-button-prev i {
  color: white;
}

.swiper-button-next i {
  color: white;
}

.swiper-button-prev:hover {
  background-color: white;
}

.swiper-button-next:hover {
  background-color: white;
}


.swiper-button-prev:hover i {
  color: var(--primary);
}

.swiper-button-next:hover i {
  color: var(--primary);
}


/* Default arrow icon ko hatakar Font Awesome lagayenge */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  /* âŒ default swiper arrow hide */
}

/* team-section section end */



/* case-studies-page start */
.case-banner {
  background: linear-gradient(135deg, #0d6efd, #084298);
  padding: 80px 0;
}

.case-banner h1 {
  font-weight: 700;
  margin-bottom: 10px;
}

.case-banner p {
  font-size: 16px;
  opacity: 0.9;
}

/* Case Study page Section */
/* Latest Cases Box */
.latest-cases-box {
  background: #006f8e;
  padding: 25px;
  border-radius: 16px;
  color: #fff;
}

.box-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.case-item {
  display: flex;
  /* gap: 15px; */
  margin-bottom: 18px;
  align-items: center;
}

.case-item img {
  width: 120px;
  height: 85px;
  border-radius: 12px;
  object-fit: cover;
}

.case-content h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.case-content span {
  font-size: 13px;
  opacity: 0.85;
  color: white;

}

/* CTA Box */
.case-cta-box {
  background: url("img/contact.jpg") center/cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
}

.case-cta-box .overlay {
  background: rgba(0, 0, 0, 0.55);
  padding: 40px 25px;
  text-align: center;
  color: #fff;
}

.case-cta-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.case-studies-page .left img {
  border-radius: 20px;
}

/* case-studies-page end */

/* error-page start */
#error-page {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(0, 0, 0)), url(img/error.jpg);
  background-size: cover;
  height: 85vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

#error-page h1 {
  font-size: 200px;
  color: white;
}

#error-page h2 {
  font-size: 70px;
  color: white;
  margin-bottom: 20px;
}

#error-page p {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;

}

#error-page .btn-animated {
  width: fit-content;
}




/* product-sec start */


#product-sec .card .card-title {
  color: black;
  font-weight: 500;
}

#product-sec .card:hover .card-img-top {
  transform: scale(1.1);
  transition: 0.5s;
}

#product-sec .card {
  position: relative;
  overflow: hidden;
}

#product-sec .btn-animated {
  position: absolute;
  bottom: -100%;
  white-space: nowrap;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;

}

#product-sec .card:hover .btn-animated {
  bottom: 20%;
  opacity: 1;
}


/* product-sec end */

/* contact-stripv start */

.contact-strip {
  background: linear-gradient(var(--primary), var(--primary)),
    url('https://images.unsplash.com/photo-1581091215367-59ab6b3d4c8b');
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: white;
}

.contact-strip h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-strip p {
  margin: 0;
  opacity: 0.9;
}


/* contact-stripv end */

/* testimonial-sec start */
.testimonial-section {
  padding: 80px 0;
  background: url("https://www.transparenttextures.com/patterns/marble.png");
  background-size: cover;
}

.testimonial-section .testimonial-title {
  font-weight: 700;
  color: #0c1d3c;
}

.testimonial-section .testimonial-subtitle {
  max-width: 650px;
  margin: auto;
  color: #555;
}

.testimonial-section .testimonial-card {
  background: #f3f3f3;
  padding: 30px;
  position: relative;
  transition: 0.3s;
}


.testimonial-section .client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonial-section .client-info h5 {
  margin: 0;
  font-weight: 600;
}

.testimonial-section .client-info span {
  font-size: 14px;
  color: #777;
}

.testimonial-section .testimonial-text {
  margin: 20px 0;
  color: #444;
}

.testimonial-section .stars {
  color: #f4af0a;
}

/* testimonial-sec end */

/* contact-page start */

#contact-page .main-box .icon-box i {
  font-size: 45px;
  color: #87452f;
}

#contact-page .main-box .cont-box h4 {
  font-size: 26px;
  font-family: popins;
  font-weight: bold;
}

#contact-page .cont-box a p {
  color: black;
}

#contact-page .cont-box a:hover p {
  color: var(--primary);
  transition: 0.5s;
}

#contact-page .contact-section {
  padding: 80px 0;
  text-align: center;
}

#contact-page .contact-section h2 {
  font-weight: 700;
  letter-spacing: 1px;
}

#contact-page .contact-section p {
  color: #666;
  margin-bottom: 40px;
}

#contact-page .form-control {
  border-radius: 0;
  padding: 15px;
  border: 1px solid #ccc;
}

#contact-page .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

#contact-page .submit-btn {
  background-color: #333;
  color: #fff;
  padding: 12px 30px;
  border: none;
  margin-top: 20px;
  transition: 0.3s;
}

#contact-page .submit-btn:hover {
  background-color: #000;
}

#contact-page .form-box {
  max-width: 900px;
  margin: auto;
}

/* product-page start */

/* product-page start */

#product-page .card-title {
    font-size: 24px;
    margin-bottom: .5rem;
    font-family: popins;
    font-weight: 600;
}
#product-page .card {
    position: relative;
}

#product-page .card .btn-animated{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}
#product-page .card:hover .btn-animated{
    opacity: 1;
}
#product-page .card {
    border: 1px solid black;
    height: 100%;
    margin-top: 20px;
}

#product-page .card-body .card-title{
    color: white;
    margin-bottom: 0;
}


/* product-page end */

/* about-page start */
.about-page p {
  font-size: 18px;
}

.stat-box {
  /* background: #f5f5f5; */
  padding: 50px 20px;
  border-radius: 6px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

}

.stat-box h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.stat-box:hover {
  transform: translateY(-5px);
}

/* about-page end */

/* faq section start */
.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: var(--primary) !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

/* faq section end */

/* infrastructure start */

#infrastructure {
  background: url(img/infa.jpg);
  background-position: right;
  background-size: cover;
  color: white !important;
  background-attachment: fixed;
}

#infrastructure .heading {
  color: white
}

#infrastructure .top-head {
  color: var(--primary-light);
}

#infrastructure .infrastructure span {
  letter-spacing: 1px;
  font-size: 14px;
}


#infrastructure .infrastructure p {
  color: white;
  line-height: 1.7;
}

#infrastructure .infra-list {
  list-style: none;
  padding: 0;
}

#infrastructure .infra-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

#infrastructure .left {
  backdrop-filter: blur(2px);
}

/* infrastructure end */

/* blog-details start */
.blog-details h1 {
  margin-bottom: 10px;
}

.blog-details h3 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}

.blog-details p {
  color: #555;
  /* line-height: 1.7; */
  margin-bottom: 3px;
}

.blog-details ul li {
  margin-bottom: 8px;
}

.sidebar-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.sidebar-box h5 {
  margin-bottom: 15px;
  font-weight: 600;
}


.blog-details h3 {
  margin-top: 25px;
  font-size: 22px;
}

.sidebar-box a {
  text-decoration: none;
  color: #333;
}

.sidebar-box p .hed {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.sidebar-box a:hover {
  color: var(--primary);
  transition: 0.5s;
}

.right .box .img-box {
  height: auto;
  width: 150px;
}

/* blog-details end */

.why-oem {
  background: #f4f4f4;
}

.top-text {
  color: #ff5a2c;
  font-weight: 700;
  letter-spacing: 1px;
}

.main-heading {
  font-weight: 800;
  font-size: 32px;
  color: #222;
}

.oem-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 15px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

}

.oem-box img {
  width: 100px;
  margin-bottom: 15px;
}

.oem-box h6 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.oem-box:hover {
  transform: translateY(-8px);
}


/* category start */
.category-section {
  background: #f7f7f7;
}

.category-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
}

.category-card {
  background: #fff;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.category-card h3 {
font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #87452f;
}

.category-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.category-btn {
  background: #0d6efd;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.category-btn:hover {
  background: #0b5ed7;
  color: #fff;
}

/* category end */

/* heroa start */


#hero {
  position: relative;
  width: 100vw;
  height: 85vh;
  overflow: hidden;
  background: #000;
  /* fallback color while video loads */
}

/* make video behave like background and cover viewport */
#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* cover area while preserving aspect */
  z-index: 0;
  pointer-events: none;
}

/* gentle overlay to improve text contrast */
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  z-index: 1;
}

/* content sits above overlay */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}


.hero-inner {
  max-width: var(--max-width);
  width: fit-content;
  color: var(--text);
  background: #0000000a;
}

.eyebrow {
  color: rgb(255 255 255);
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block;
  /* background: rgba(255, 255, 255, 0.06); */
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 20px;
}

.hero-title {
  margin: 20px 0 35px 0;
  /*font-size: clamp(28px, 5vw, 56px);  responsive size */
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: white;
  line-height: 75px;
  font-size: 60px;


}

.cursor {
  display: inline-block;
    animation: blink 1s steps(2, start) infinite;
    margin-left: 6px;
  opacity: 1;
}

@keyframes blink {
  50% {
    opacity: 0
  }
}

.hero-sub {
  margin: 0 0 20px;
  font-size: clamp(14px, 1.6vw, 18px);
  color: rgba(255, 255, 255, 0.9);
}

.hero-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.btn.primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark)
}

.btn.ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

/* responsive tweaks */
@media (max-width: 768px) {

  /* .hero-title{font-size: clamp(20px, 7vw, 30px)} */
  #hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  }

  .hero-title {
    font-size: 40px;
  }


}

/* hero end */