* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary: #ffffff;
  --primary-dark: #ffffff !important;
  --secondary: #8a8a8a;
  --bg-color: rgba(255, 255, 255, 0.04);
  --surface-dark: #0a0a0a;
  --surface-soft: #121212;
  --surface-card: #171717;
  --line-soft: rgba(255, 255, 255, 0.12);
  --text-soft: rgba(255, 255, 255, 0.74);
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
h3 {
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 600;
}
.section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.squre-effect {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.squre-effect::after {
  position: absolute;
  height: 200%;
  width: 0%;
  content: "";
  left: 47%;
  top: -45%;
  transition: all 0.5s ease;
  transform: rotate(45deg);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);

}

.squre-effect:hover::after {
  width: 152%;
  left: -39%;
  top: -68%;
  opacity: 0;
}

/* btn-main start */
.btn-main {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: color .35s ease, border-color .35s ease;
  text-decoration: none;
}

.btn-main span i {
  color: white;
}

.btn-main span,
.btn-main span i {
  color: #ffffff !important;
}

/* Base background (primary color) */
.btn-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0a0a0a;
  z-index: -1;
}

/* Sliding background (secondary color) */
.btn-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: translateX(-100%);
  /* left se start */
  transition: transform .35s ease;
  z-index: -1;
}

/* Text wrapper */
.btn-main span {
  position: relative;
  z-index: 1;
}

/* Hover effects */
.btn-main:hover::after {
  transform: translateX(0);
  /* left → right swipe */
  border: 1px solid black;
}

.btn-main:hover {
  color: #050505;
  border-color:#ffffff;
}

.btn-main:hover span,
.btn-main:hover span i {
  color: #050505 !important;
}
/* btn-sec end */

/* btn-sec start */
.btn-sec {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid var(--primary-dark);
  background: transparent;
  /* IMPORTANT: transparent */
  color: #050505;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: color .35s ease, border-color .35s ease;
  text-decoration: none;
}

.btn-sec span i {
  color: #050505;
}

.btn-sec span,
.btn-sec span i {
  color: #050505 !important;
}

.btn-sec:hover span i {
  color: #050505;
}

/* Base background (primary color) */
.btn-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  z-index: -1;
}

/* Sliding background (secondary color) */
.btn-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  transform: translateX(-100%);
  /* left se start */
  transition: transform .35s ease;
  z-index: -1;
}

/* Text wrapper */
.btn-sec span {
  position: relative;
  z-index: 1;
}

/* Hover effects */
.btn-sec:hover::after {
  transform: translateX(0);
  /* left → right swipe */
}

.btn-sec:hover {
  color: #050505;
  border-color: #d9d9d9;
}

/* btn-sec end */

/* thir-btn start */
.thir-btn {
  color: var(--primary-dark);
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;

}

.thir-btn i {
  color: var(--primary-dark);
  font-size: 14px;
  margin-left: 2px;
  transition: 0.5s;
}

.thir-btn:hover i {
  margin-left: 5px;
  color: black;
}

.thir-btn:hover {
  color: black;
}

/* thir-btn end */

.sub-head {
  color: var(--primary-dark);
  font-size: 18px;

}

.sub-head i {
  color: var(--primary-dark);
  font-size: 18px;
  margin-right: 5px;

}

.heading {
  color: black;
  font-size: 43px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: popins;

}

.heading span {
  color: var(--primary-dark);
}

/* btn-sec end */

.combo {
  position: relative;
}

/* header start */
#header {
  /* position: absolute; */
  width: 100%;
  z-index: 2;
  background-color: black;
}

.navbar-nav .nav-link {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-item {
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500 !important;
  transition: 0.5s !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color:#ffffff !important;
}

.nav-link:focus,
.nav-link:hover {
  color:#ffffff !important;
}

.nav-link:focus,
.nav-link.active {
  color:#ffffff !important;
}

.navbar-nav .nav-item {
  margin: 0 10px;
}

.navbar .navbar-toggler .fa-solid {
  color:white;
  font-size: 22px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar .dropdown-menu {
  border-radius: 16px !important;
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px;
}

/* header end */

/* home banner start */
/* Carousel full viewport height */
#home-banner {
  position: relative;
}

.home-banner-2 {
  display: none;
}

/* Carousel ko full screen height do */
#home-banner .carousel,
#home-banner .carousel-inner,
#home-banner .carousel-item {
  /* height: 100vh; */
}

/* Har slide pe background image (yaha tum alag-alag slide pe bhi laga sakte ho) */
#home-banner .carousel-item {
  /* background-image: url('img/banner.jpg'); */
  /* yaha apni image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#home-banner .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.45); */
  /* thoda dark overlay */
  z-index: 1;
}

.carousel-indicators [data-bs-target] {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
  background-color: white;
}

.carousel-indicators .active {
  background-color: var(--primary) !important;
}

.carousel-caption {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  text-align: left !important;
  height: fit-content;
}


.carousel-caption h5 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.carousel-caption h6 {
  color: var(--primary);
}

.carousel-caption h6 i {
  color: var(--primary);
}
.carousel-caption p {
  font-size: 18px;
  max-width: 650px;
}

.carousel-caption .btn-main,
.carousel-caption .btn-sec {
  margin-right: 10px;
  margin-top: 10px;
}

/* ---------- RESPONSIVE PART ---------- */



/* home banner end */

/* about start */
#about-sec .main-wraper {
  position: relative;
  height: 580px;
  width: 100%;

}

#about-sec .main-wraper .top-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;

}

/* #about-sec .main-wraper .top-img::after{
  content: "";
  background-color: white;
  height: 100%;
  top:0;
  right: 0;
  position: absolute;
 animation-name: img-ani;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;

} */

@keyframes img-ani {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

#about-sec {
  background-image: url(img/bg.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;

}

#about-sec .main-wraper .bottom-img {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 2;


}

/* #about-sec .main-wraper .bottom-img::after{
    content: "";
  background-color: white;
  height: 100%;
  top:0;
  left: 0;
  position: absolute;
 animation-name: img-ani;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  
} */
/* Circle badge */
.about-badge-circle {
  position: absolute;
  left: 40%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: 8px solid #f3f5f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  z-index: 2;
}

.about-badge-circle span.big {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}

.about-badge-circle span.small {
  font-size: 13px;
  line-height: 1.3;
}

/* Vertical feedback badge */
.about-feedback {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  z-index: 2;
  background: white;
}

.about-feedback .badge-pill {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 8px 6px;
  /* background: #f5f7f4; */
  border-radius: 999px;
  font-size: 20px;
  color: black;
  font-weight: 500;
}

.about-feedback .badge-round {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  transform: rotate(270deg);
}

#about-sec .left {
  padding: 20px;
}

#about-sec .bottom-content-left .main-box .icon-box {
  margin-bottom: 20px;
}

#about-sec .bottom-content-left .main-box .icon-box {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--primary-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
}

#about-sec .bottom-content-right .main-box .con-box a {
  text-decoration: none;
}

#about-sec .bottom-content-left .main-box .icon-box i {
  color: white;
  font-size: 12px;
}

#about-sec .bottom-content-left {
  border-right: 1px solid rgba(128, 128, 128, 0.726);
}

#about-sec .bottom-content-left .main-box,
#about-sec .bottom-content-right .main-box {
  align-items: flex-start;
  margin-bottom: 18px;
}

#about-sec .bottom-content-left .main-box .con-box,
#about-sec .bottom-content-right .main-box .con-box {
  color: rgba(17, 17, 17, 0.82);
  font-size: 18px;
  line-height: 1.55;
}

#about-sec .bottom-content-right .main-box .con-box a,
#about-sec .bottom-content-right .main-box .con-box a span {
  color: #111111 !important;
}

#about-sec .bottom-content-left .main-box .con-box {
  color: rgba(17, 17, 17, 0.74);
}

#about-sec .bottom-content-right .main-box .icon-box {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
}

#about-sec .bottom-content-right .main-box .con-box span {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
}

#about-sec .bottom-content-right .main-box .icon-box i {
  color: #050505;
  font-size: 18px;
}

#about-sec .bottom-content-left .main-box .icon-box {
  background: #ffffff;
}

#about-sec .bottom-content-left .main-box .icon-box i {
  color: #050505;
}

#about-sec .bottom-content-right {
  padding-left: 24px;
}

#about-sec .bottom-content-left .btn-main {
  margin-top: 10px;
}

#about-sec .about-feedback {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.24);
  padding: 8px 0;
}

#about-sec .about-feedback .badge-pill {
  color: #111111;
  font-size: 18px;
}

#about-sec .about-feedback .badge-round {
  background: #111111;
  color: #ffffff;
}

#about-sec .about-badge-circle {
  background: #f4f4f4;
  color: #050505;
  border-color: rgba(255, 255, 255, 0.28);
}

#about-sec .about-badge-circle span.big,
#about-sec .about-badge-circle span.small {
  color: #050505;
}

/* about end */

/* why-choose us start */

#why-choose {
  background-color: var(--bg-color);
}

#why-choose .bottom-content-right .main-box .icon-box {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--primary-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
}

#why-choose .bottom-content-right .main-box .con-box span {
  color: black;
  font-size: 24px;
  font-weight: 600;
}

#why-choose .bottom-content-right .main-box .icon-box i {
  color: white;
  font-size: 18px;
}

#why-choose .content .main-box .icon-box i {
  color: white;
  transition: 0.5s;
}

#why-choose .content .main-box {
  display: flex;
  margin: 0px 5px;
  border-radius: 20px;
  transition: 0.5s;
  position: relative;
}

#why-choose .content .main-box h5 {
  font-size: 22px;
  margin-bottom: 8px;
}

#why-choose .content .main-box .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  background: #e1e0df;
  position: relative;
}


#why-choose .content .main-box i {
  color: var(--primary);
  font-size: 30px;
  z-index: 1;
}

#why-choose .content .main-box .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--secondary);
  height: 0%;
  width: 0%;
  transition: 0.5s;
  border-radius: 50%;
}

#why-choose .content .main-box:hover .icon::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#why-choose .left {
  height: 100%;
}


/* why-choose us end */


/* services-sec start */



/* ===== SERVICE CARD ===== */
#services-sec {
  background-image: url(img/bg.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.service-card {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

/* Image */
.service-card .img-wrap {
  width: 100%;
  /* height: 480px; */
  overflow: hidden;
}

.service-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

/* Hover zoom */
.service-card:hover .img-wrap img {
  transform: scale(1.12);
}

/* Dark gradient overlay */
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .5) 40%,
      rgba(0, 0, 0, 0) 75%);
  z-index: 1;
  pointer-events: none;
}

/* Top-right round icon button */
.service-card .card-arrow {
  position: absolute;
    right: 26px;
    top: 26px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #ffffff;
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  transition: 0.5s;

}

.service-card .card-arrow i,
#product-sec .card-arrow i {
  color: #050505 !important;
}

.service-card:hover .card-arrow {
  transform: rotate(0deg);
}

.service-card .card-arrow {
  transform: rotate(-45deg);
}

/* Bottom content overlay */
.service-card .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 24px 26px;
  z-index: 2;
  color: #fff;
}

.service-card .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.service-card .content p {
  line-height: 1.6;
  margin-bottom: 0;
  color: white;
}

/* Agar icon nahi chahiye to .icon ko comment kar sakte ho */
.service-card .icon {
  display: none;
  /* screenshot jaisa clean look */
}

/* product-sec start */
#product-sec .service-card .content{
  background-color: #ffffff94;
}
#product-sec .card-arrow {
  position: absolute;
    left: 26px;
    bottom:  30%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #ffffff;
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  transition: 0.5s;

}
#product-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .5) 40%,
      rgba(0, 0, 0, 0) 75%); */
  z-index: 1;
  pointer-events: none;
}

#product-sec .service-card .content h4{
  color: black;
  backdrop-filter: blur(2px);
}
#product-sec .tab .tablinks {
  margin: 20px;
  color: black;
  background-color: transparent;
  border: none;
  position: relative;
}

#product-sec .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

#product-sec .tab .tablinks::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background-color: black;
  width: 0%;
  height: 2px;
  transition: 0.5s;
}

#product-sec .tab .tablinks:hover::after {
  width: 100%;
}

#product-sec .tab .tablinks::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  background-color: black;
  width: 0%;
  height: 2px;
  transition: 0.5s;
}

#product-sec .tab .tablinks:hover::before {
  width: 100%;
}

/* active */

#product-sec .tab .tablinks.active::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  background-color: black;
  width: 100%;
  height: 2px;
  transition: 0.5s;
}

#product-sec .tab .tablinks.active::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background-color: black;
  width: 100%;
  height: 2px;
  transition: 0.5s;
}

/* product-sec end */

/* we-work start */
#we-work {
  background-color: black;
}

#we-work .main-box .icon {
  margin-bottom: 20px;
}

#we-work .main-box .icon i {
  color: #ffffff8a;
  font-size: 40px;
}

#we-work .main-box p {
  color: white;

}

#we-work .heading {
  color: white;
}

#we-work p {
  color: white;
}

#we-work .main-box h5 {
  color: white;
  font-size: 22px;
  margin-bottom: 10px;
  font-family: popins;
  font-weight: 600;
}

.trust {
  padding: 20px 0;
}

.trust .heading-second {
  color: white;
}

.trust .heading-second::before {
  top: -135%;
  color: black;

}

.trust .content {

  margin-bottom: 40px;
}

.trust .content p {
  font-size: 18px;
  color: var(--gray);
}

.trust .item-group {
  display: flex;
}

.trust .item-group img {
  width: 150px;
  margin: 0 20px;
  height: auto;
  border-radius: 5px;
}

/* we-work end */
/* blog start */
#blog-sec {
  background-image: url("img/bg.svg");
}

.blog-card {
  background: transparent;
}

.blog-img-wrap {
  width: 100%;
  overflow: hidden;
}

.blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  display: block;
}

/* hover scale */
.blog-card:hover .blog-img-wrap img {
  transform: scale(1.08);
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.blog-page a{
  text-decoration: none;
}
.blog-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-link span.arrow {
  font-size: 22px;
  transform: translateY(1px);
  transition: transform .25s ease;
}

.blog-link:hover span.arrow {
  transform: translate(3px, 1px);
}

.blog-link:hover {
  text-decoration: underline;
}
/* blog end */

/* footer start */

.footerJah {
  background-color: black;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.footerJah .footer-topJah img {
  width: 50%;
}

.footerJah a {
  color: var(--primary-dark);
  text-decoration: none;
  font-size: 14px;
  transition: 0.5s;
}

.footerJah a:hover {
  color: #dcdcdc;
  background-color: transparent;
}

/* Top row */
.footer-topJah {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footerJah li a {
  color: white;
  font-size: 16px;
}

.footerJah li:hover a {
  color: var(--primary);
  background-color: transparent;
}


.footer-logoJah {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logoIconJah {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #4b5563;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.footer-logoTextJah {
  font-size: 22px;
  font-weight: 600;
}


.footer-socialsTitleJah {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right;
  margin-right: 10px;

}

.footer-socialsJah {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.footer-socialsJah a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background-color: white;
  /* border: 1px solid var(--primary-dark); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Column headings */
.footer-headingJah {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--primary);
}

.footer-linksJah {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-linksJah li {
  margin-bottom: 12px;
  font-size: 14px;
}

/* Contact */
.footer-contactItemJah {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
}

.footer-contactIconJah {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #4b5563;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.footerJah .footer-contactItemJah a {
  color: white !important;
  font-size: 16px;
  transition: 0.5s;
}

.footerJah .footer-contactItemJah a:hover {
  color: var(--primary) !important;
  background-color: transparent;
}

/* Newsletter */
.footer-newsTextJah {
  font-size: 16px;
  margin-bottom: 20px;
  color: #d1d5db;
}

.footer-inputWrapJah {
  position: relative;
}

.footer-inputJah {
  width: 100%;
  /* border-radius: 999px; */
  border: 1px solid #4b5563;
  background: white;
  padding: 10px 42px 10px 16px;
  font-size: 14px;
  color: black;
}

.footer-inputJah i {
  color: black !important;
}

.footer-inputJah::placeholder {
  color: black !important;
  font-size: 16px;
}


.footer-inputArrowJah {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #9ca3af;
}

.footer-inputArrowJah i {
  color: black;
}

/* Bottom */
.footer-bottomJah {
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: white;
}

.footer-bottomJah a {
  color: white;
}

.footer-bottomJah a:hover {
  color: var(--primary);
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .footer-socialsTitleJah {
    text-align: left;
    font-size: 16px;
  }

  .footer-socialsJah {
    justify-content: flex-start;
  }

  .footer-bottomJah {
    margin-top: 20px;
  }
}

/* footer end */

/* video start */
#video .img-box-1 {
  display: block;
}

#video .img-box-2 {
  display: none;
}

/* about-page start */

#about-sec .about-page .main-box .icon-box i {
  color: white;
  transition: 0.5s;
}


#about-sec .about-page .main-box {
  display: flex;
  margin: 0px 5px;
  border-radius: 20px;
  transition: 0.5s;
  position: relative;
}


#about-sec .about-page .main-box h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

#about-sec .about-page .main-box .icon {


  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  background: #e1e0df;
  position: relative;
}


#about-sec .about-page .main-box i {
  color: var(--primary);
  font-size: 30px;
  z-index: 1;
}

#about-sec .about-page .main-box .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--secondary);
  height: 0%;
  width: 0%;
  transition: 0.5s;
  border-radius: 50%;
}

#about-sec .about-page .main-box:hover .icon::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#about-sec .about-page .row-bottom {
  margin-top: 50px;
}


/* about-page end */


/* Vision-Mission start */
#Vision-Mission {
  background-color: black;
  margin-bottom: 180px;
}


#Vision-Mission .main-box .icon-box i {
  color: white;
  transition: 0.5s;

}


#Vision-Mission .main-box {
  display: flex;
  margin: 0px 5px;
  transition: 0.5s;
  position: relative;
  /* background-color: white !important; */
  flex-direction: column;
  padding: 30px 20px;
  border-right: 1px solid rgb(218, 218, 218);

}

#Vision-Mission .row-bottom .col-lg-4:nth-child(3) .main-box {
  border-right: none !important;
}


#Vision-Mission .main-box h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

#Vision-Mission .main-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  background: #e1e0df;
  position: relative;
  margin-bottom: 15px;
}

#Vision-Mission .main-box i {
  color: var(--primary);
  font-size: 30px;
  z-index: 1;
}

#Vision-Mission .main-box .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--secondary);
  height: 0%;
  width: 0%;
  transition: 0.5s;
  border-radius: 50%;
}

#Vision-Mission .main-box:hover .icon::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#Vision-Mission .heading {
  color: white;
}

#Vision-Mission .heading {
  color: white;
}

#Vision-Mission .row-bottom {
  background-color: #f8f8f8;
  width: 100%;
}

.Vision-Mission {
  position: relative;
  height: 600px;
}

.Vision-Mission .row-bottom {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Vision-Mission end */

/* STATS / COUNTER SECTION STYLING */

/* about-2 start */

#about-2 .stat-box {
  text-align: left;
}

#about-2 .stat-number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  font-family: emoji;
}

#about-2 .stat-line {
  height: 1px;
  width: 100%;
  background-color: #dedede;
  margin: 16px 0 18px;
}

#about-2 .stat-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

#about-2 .stat-text {
  font-size: 16px;
  max-width: 260px;
}

/* Mobile alignment adjust if you want center on small screens */
@media (max-width: 575.98px) {
  #about-2 .stat-box {
    text-align: center;
  }

  #about-2 .stat-text {
    margin: 0 auto;
  }
}

/* about-2 start */


/* faq-sec start */
/* Remove Bootstrap default right arrow */
#faq-sec {
  background-image: url('img/faq.png');
  background-position: right;
  background-size: auto;
  background-repeat: no-repeat;

}

.accordion-button::after {
  display: none !important;
}

.faq-sec .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* FAQ Styling */
.faq-btn {
  font-size: 20px;
  font-weight: 600;
  color: #0e2a47;
  background: transparent;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  /* Push icon to RIGHT END */
  align-items: center;
  padding-right: 15px;
  position: relative;
}

/* Yellow box icon */
.faq-icon {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: 0.3s;
  flex-shrink: 0;
}

/* Icon inside */
.faq-icon i {
  font-size: 16px;
  color: white;
  transition: 0.3s;
}

/* When open */
.faq-btn:not(.collapsed) .faq-icon {}

.faq-btn:not(.collapsed) .faq-icon i {
  color: white;
  transform: rotate(180deg);
}

/* Body text */
.accordion-body {
  font-size: 16px;
  color: #444;
  padding-left: 5px;
  padding-bottom: 20px;
}

/* Borders */
.accordion-item {
  border: none !important;
  border-bottom: 1px solid #e4e4e4 !important;
  background: transparent;
}

.accordion-button {
  font-size: 18px !important;
}

.accordion-button:not(.collapsed) {
  color: black !important;
}

.accordion-item:first-of-type .accordion-.accordion-item:first-of-type .accordion-button {
  background-color: transparent !important;
}

#faq-sec .accordion-button,
#faq-sec .accordion-button:not(.collapsed),
#faq-sec .accordion-button:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Body bhi transparent rahe (just in case) */
#faq-sec .accordion-body {
  background-color: transparent;
}

/* faq-sec end */

/* breadcrumb start */
#breadcrumb {
  background-image: url('img/breadcrum-bg\ \(1\).jpg');
  background-position: center;
  background-size: cover;
  padding: 200px 0 150px 0;
}

#breadcrumb .breadcrumb {
  justify-content: center;
}

#breadcrumb .breadcrumb-item.active,
#breadcrumb .breadcrumb-item.active a {
  font-weight: 500;
  color: white !important;
  font-size: 20px;
  text-decoration: none;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: white!important;
}

#breadcrumb .breadcrumb-item a {
  font-weight: 500;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: 0.5s;
}
#breadcrumb .breadcrumb-item a:hover{
  color: var(--primary-dark);
}
#breadcrumb h2 {
  font-weight: 600;
  color: white !important;
  font-size: 60px;
  font-family: popins;
      text-align: center;
}

/* breadcrumb end */

.combo {
  position: relative;
}

.combo #header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
}
/* contect-sec start */
.contect-sec {
  position: relative;
}

.contect-sec .buuter {
  position: absolute;
  top: 109px;
  left: 20px;
  height: auto;
  width: fit-content;
}

.contect-sec .buuter img {
  height: 178px;
  width: 178px;
  transform: rotate(141deg);
  opacity: 0.2;
  position: absolute;
  top: -49px;
  left: 48px;
  z-index: -1;
}

.contect-sec .btn-sec {
  color: white;
}

.contect-sec .left .content {
  padding: 20px;

}

.contect-sec .left .content p {
  font-size: 18px;
}

.form-control {
  padding: 0.70rem 1rem !important;
}

.form-control:focus {
  border-color: black !important;
  outline: 0;
  box-shadow: none !important;
}


@media (max-width:500px) {


  .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

/* ontact-page start */

.contact-page .left {
  background-color: var(--tolightwhite);
}

.contact-page .form h4 {
  font-size: 28px;
  font-weight: 500;
}

.contact-page .form input {
  padding: 14px 12px;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
  width: 100%;
}

.contact-page .form input:focus-visible {
  outline: 1px solid var(--primary-color);
}

.contact-page .form textarea {
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  border: none;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
}

.contact-page .form textarea:focus-visible {
  outline: 1px solid var(--primary-color);
}

.contact-page .right .box {
  padding: 15px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.contact-page .right .box .icon {
  /* padding: 8px 20px; */
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: #80bf00;
  margin-right: 20px;
  height: 84px;
  width: 84px;
}

.contact-page .right .box .icon i {
  font-size: 2.5rem;
  height: fit-content;
  color: white;
}

.contact-page .right .box h4 {

  color: #0d2329;
}

.contact-page .right .box p,
a {
  color: gray;

}

.contact-page .right .box a {
  font-size: 16px;
}

.contact-page .right .box .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact-page .right .box .content p {
  margin-bottom: 0;
  line-height: normal;
}


/* contact-page end */

@media (max-width:425px) {
  .contact-page .right .box .icon {
    height: 70px;
    width: 70px;
  }

  .contact-page .right .box a {
    font-size: 16px;
  }

  .contact-page .right .box h4 {
    font-size: 20px;
  }
}
.contect-sec .row-first .main-box .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  background: #e1e0df;
  position: relative;
}


.contect-sec .main-box i {
  color: var(--primary);
  font-size: 30px;
  z-index: 1;
}

.contect-sec .main-box .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--secondary);
  height: 0%;
  width: 0%;
  transition: 0.5s;
  border-radius: 50%;
}

.contect-sec .main-box a {
  color: black;
  text-decoration: none;
  font-size: 18px;

}

.contect-sec .main-box:hover .icon::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#contact {
  background-image: url('img/bg.svg');
  background-size: cover;
  background-position: center;
}

iframe {
  border: 5px solid #000000;
}

/* contect-sec end */

/* error-page start */

#error-page h2 {
  font-size: 60px;
  margin-bottom: 30px;
  font-family: popins;
}

/* error-page end */

/* service-details start */

#service-details a {
  text-decoration: none;
  color: black;

}

#service-details .left .cat-main {
  padding: 20px;
  border: 1px solid #80808029;
}

#service-details .left .cat-main h5 {
  font-weight: bold;
  font-family: popins;
  font-size: 24px;
}

#service-details .left .cat-main h5:hover a {
  color: var(--primary-dark);
}

#service-details .left .cat-main .box .icon i {
  transform: rotate(-45deg);
  transition: 0.5s;
}

#service-details .left .cat-main .box:hover .icon i {
  transform: rotate(0deg);

}

#service-details .left .cat-main .box p {
  font-weight: 500;
  transition: 0.5s;
  font-size: 18px;
}

#service-details .left .cat-main .box:hover p {
  color: var(--primary-dark);
}

#service-details .left .list-group-flush .main-box {
  display: flex;
  margin: 0px 5px;
  transition: 0.5s;
  position: relative;
  padding: 15px 5px;
}

#service-details .left .list-group-flush .main-box a {
  text-decoration: none;
  color: #212529;
}

#service-details .left .list-group-flush .main-box h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

#service-details .left .list-group-flush .main-box .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  background: #e1e0df;
  position: relative;
}


#service-details .left .list-group-flush .main-box i {
  color: var(--primary);
  font-size: 25px;
  z-index: 1;
}

#service-details .left .list-group-flush .main-box .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--secondary);
  height: 0%;
  width: 0%;
  transition: 0.5s;
  border-radius: 50%;
}

#service-details .left .list-group-flush .main-box:hover .icon::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#service-details .faq-heading {
  font-size: 38px;
  font-weight: 700;
}

#service-details .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  position: relative;

}

#service-details .accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding-left: 0;
  background: none !important;
  box-shadow: none !important;
}

#service-details .accordion-button:not(.collapsed) {
  color: #000;
}

.faq-icon {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

#service-details .accordion-button:not(.collapsed)+.faq-icon {
  transform: rotate(45deg);
  color: black;

}

#service-details .accordion-body {
  font-size: 16px;
  color: #555;
  padding-left: 0;
  margin-top: -10px;
}

#service-details .right .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

#service-details .right .box i {
  color: var(--primary);
  font-size: 30px;

}

#service-details .right .box P {
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

#service-details .right h3 {
  font-weight: bold;
  font-family: popins;

}

/* service-details start */

/* blog-page start */
.blog-page {
  padding: 60px 0;
}

.blog-page .blog-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 10px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee; */
}

.blog-page .blog-badge {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
}

.blog-page .blog-title {
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 15px;
  color: #222;
}

 .blog-page .blog-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.blog-page .blog-meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 25px;
}

.blog-page .blog-meta span {
  margin-right: 15px;
}

.blog-page .blog-content h2,
.blog-page .blog-content h3 {
  font-weight: 600;
  color: #222;
  margin-top: 28px;
  margin-bottom: 5px;
  font-size: 22px;
  font-family:popins;
}

.blog-page .blog-content h3 {
  font-size: 18px;
}

.blog-page .blog-content p {
  margin-bottom: 12px;
}

.blog-page .blog-content ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.blog-page .highlight-box {
  background: #b4861b1a;
    border-left: 4px solid #b4861b;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 18px;
}

.blog-page .section-divider {
  border-top: 1px dashed #ddd;
  margin: 30px 0;
}
.blog-page .right .recent-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.blog-page .right .main-box {
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.blog-page .right .main-box:last-child {
    border-bottom: none;
}


.blog-page .right{
padding: 35px 10px;
}
    
.blog-page .right .img-box {
    width: 120px;
    height: 100px;
    overflow: hidden;
        flex-shrink: 0;
}

.blog-page .right .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page .right .date {
    font-size: 16px;
    margin-bottom: 4px;
        color: black;
}

.blog-page .right .post-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.blog-page .right .main-box:hover .post-title {
    color: #000;
    transition: 0.5s;
}
.blog-page .right .main-box:hover .post-title:hover{
  color:var(--primary-dark);
}
/* blog-page end */


/* gallery-sec start */

/* gallery-sec end */
#gallery-sec{
  padding-bottom: 100px;
}

#gallery-sec .gallery-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px;
}

#gallery-sec .gallery-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#gallery-sec .gallery-img-box:hover img {
  transform: scale(1.08);
}

/* Lightbox background */
#imgLightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

/* active */  
#imgLightbox.active {
    opacity: 1;
    visibility: visible;
}

/* image */
#imgLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* close icon */
.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}


/* Comparison start */
.img-comp-container {
  position: relative;
  height: 600px;
}

.img-comp-container .img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-comp-container .img-comp-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SLIDER FIX */
.img-comp-container .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;

  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.8;
  border-radius: 50%;

  top: 50%;
  transform: translate(-50%, -50%); /* ✅ PERFECT CENTER */
}
/* Comparison end */



/* Gallery Hover */
.gallery-item img {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* Lightbox */
#lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    text-align: center;
    padding-top: 60px;
}

.gallery-item{
  overflow: hidden;
}

#lightbox img {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
}

/* Close Button */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

/* Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.prev { left: 30px; }
.next { right: 30px; }

/* gallery end */

/* fixed-left icon */
.left-sidebar {
    width: 200px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 60%;
    left: -160px;
    border-radius: 10px;
    z-index: 10;
}

.left-sidebar a {
    padding: .5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    margin-top: 0.2rem;
    transition: all 0.5s ease;
    /* border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; */

}


.left-sidebar a:hover {
    transform: translateX(100px);
    transition: 0.5s;

}

.left-sidebar a i {
    width: 24px;
    height: 24px;
    margin-left: 1rem;
    left: 30px;
    font-size: 22px;
    color: white;
}


.left-sidebar a.call {
    background-color: #1877F2;
}


.left-sidebar a.whatsapp {
    background-color: #25D366;

}

.left-sidebar a.mail {
    background-color: #cf9d05;
}


/* fixed-social icon */
.social {
    width: 200px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 60%;
    right: -160px;
    border-radius: 10px;
    z-index: 10;
    box-sizing: border-box;
    transform: translateY(-50%);
}


.social a {
    padding: .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    margin-top: 0.2rem;
    transition: all 0.5 ease;
}

.social a:hover {
    transform: translateX(-100px);
    transition: 0.5s;
}

.social a svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    color: white;
}

.social a.facebook {
    background-color: #1877F2;
}


.social a.gbusiness {
    background-color: #DD4B39;
}

.social a.youtube {
    background-color: #CD201F;
}

.social a.instagram {
    background-color: #E4405F;
}

.social a.twitter {
    background-color: #1DA1F2;
}

.social a.linkedin {
    background-color: #0A66C2;
}
/* fixed icon end */

body {
  font-family: "Manrope", sans-serif;
  color: #111111;
  background:
    radial-gradient(circle at top left, rgba(0, 0, 0, 0.03), transparent 18%),
    radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.02), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 32%, #f4f4f4 100%);
}

h1, h2, h3, h4, h5, h6, .heading, #breadcrumb h2 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.01em;
}

#header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.combo #header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72));
  border-bottom: none;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
}

.site-logo {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 88px;
  object-fit: contain;
}

.footer-logoJah .site-logo {
  max-width: 240px;
  max-height: 96px;
}

.brand-mark {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  text-transform: uppercase;
}

.brand-overline {
  font-size: 10px;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.58);
}

.brand-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.brand-location {
  font-size: 11px;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.7);
}

.footer-brand .brand-overline,
.footer-brand .brand-location {
  color: rgba(255, 255, 255, 0.65);
}

.footer-brand .brand-title {
  color: #fff5df;
}

.home-intro-strip {
  margin-top: -72px;
  position: relative;
  z-index: 3;
}

.intro-strip {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 248, 0.96));
  backdrop-filter: blur(14px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  padding: 22px 28px;
}

.intro-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.intro-item i {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #111111, #2a2a2a);
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.intro-item h4 {
  font-size: 22px;
  margin-bottom: 4px;
  color: #111111;
}

.intro-item p {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
}

#home-banner {
  position: relative;
}

#home-banner .carousel-item img {
  min-height: 760px;
  object-fit: cover;
  filter: saturate(0.9);
}

#home-banner .carousel-item::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.hero-shell {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-panel {
  max-width: 720px;
  color: #111111;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.76));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.78);
}

.hero-title {
  font-size: 82px;
  line-height: 0.92;
  margin: 22px 0 14px;
  color: #111111;
}

.hero-title span {
  color: #333333;
}

.hero-copy {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-metric {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-metric strong {
  display: block;
  font-size: 28px;
  color: #111111;
}

.hero-metric span {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.62);
}

.btn-ghost-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  color: #111111;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.56);
  transition: 0.3s ease;
}

.btn-ghost-light:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.hero-luxury {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #171717;
}

.hero-luxury-bg,
.hero-luxury-bg img,
.hero-luxury-overlay {
  position: absolute;
  inset: 0;
}

.hero-luxury-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-luxury-overlay {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, 0.76) 0%, rgba(20, 20, 20, 0.58) 35%, rgba(20, 20, 20, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%);
  z-index: 1;
}

.hero-luxury-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 40px;
  padding-top: 120px;
  padding-bottom: 70px;
}

.hero-luxury-copy {
  max-width: 560px;
  color: #ffffff;
}

.hero-luxury-copy h1 {
  /* font-family: "Manrope", sans-serif; */
  font-size: 65px;
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 18px;
}

.hero-luxury-copy p {
  max-width: 470px;
  font-size: 28px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 34px;
}

.hero-luxury-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 10px 10px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(98, 99, 98, 0.96), rgba(39, 39, 39, 0.96));
  color: #ffffff !important;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.18);
}

.hero-luxury-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
}

.hero-luxury-btn-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 20px;
}

.hero-luxury-trust {
  margin-top: 26px;
}

.hero-luxury-trust small {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 12px;
}

.hero-luxury-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.hero-luxury-brands span {
  color: #ffffff;
  font-size: 26px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}

.hero-luxury-visual {
  position: relative;
  height: 580px;
}

.hero-floating-card {
  position: absolute;
  overflow: hidden;
  background: rgba(24, 24, 24, 0.86);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.25);
}

.hero-floating-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-floating-card-top {
  top: 0;
  right: 10px;
  width: 430px;
  height: 360px;
}

.hero-floating-card-bottom {
  left: 10px;
  bottom: 30px;
  width: 350px;
  height: 250px;
  border: 10px solid rgba(209, 190, 160, 0.18);
}

.hero-floating-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 22px 18px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.02), rgba(16, 16, 16, 0.78));
}

.hero-floating-arrow {
  position: absolute;
  top: -64px;
  right: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 20, 20, 0.56);
  color: #ffffff;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-floating-content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.hero-floating-rating {
  color: #f2cb5f;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.hero-floating-rating span {
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0;
  margin-left: 8px;
}

.hero-luxury-stats {
  position: absolute;
  right: 24px;
  bottom: 42px;
  display: flex;
  gap: 18px;
  z-index: 3;
}

.hero-stat-box {
  min-width: 220px;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.hero-stat-box strong {
  display: block;
  font-size: 56px;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  margin-bottom: 8px;
}

.hero-stat-box span {
  display: block;
  max-width: 150px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.4;
}

#about-sec,
#services-sec,
#blog-sec,
#contact {
  background-image: none;
}

#about-sec .about-sec,
#services-sec .services-sec,
#product-sec .product-sec,
#blog-sec .blog-sec,
#service-details .service-details {
  position: relative;
}

#about-sec .about-sec::before,
#services-sec .services-sec::before,
#product-sec .product-sec::before,
#blog-sec .blog-sec::before,
#service-details .service-details::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 248, 0.98));
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  z-index: 0;
}

#about-sec .about-sec > *,
#services-sec .services-sec > *,
#product-sec .product-sec > *,
#blog-sec .blog-sec > *,
#service-details .service-details > * {
  position: relative;
  z-index: 1;
}

.heading {
  font-size: 54px;
  line-height: 1.02;
  font-weight: 700;
  color: #111111;
}

.sub-head {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 700;
  color: rgba(243, 238, 238, 0.68);
}

.sub-head i,
.heading span {
  color: #f8f6f6;
}

#about-sec p,
#services-sec p,
#product-sec p,
#blog-sec p,
#service-details p,
#service-details li,
#service-details .accordion-body,
#service-details a,
#service-details .right .box p,
#service-details .left .list-group-flush .main-box a {
  color: rgba(8, 8, 8, 0.74);
}

#about-sec .thir-btn,
#about-sec .thir-btn i,
#blog-sec .thir-btn,
#blog-sec .thir-btn i,
#services-sec .thir-btn,
#services-sec .thir-btn i,
#product-sec .thir-btn,
#product-sec .thir-btn i {
  color: #111111;
}

#about-sec .thir-btn:hover,
#about-sec .thir-btn:hover i,
#blog-sec .thir-btn:hover,
#blog-sec .thir-btn:hover i,
#services-sec .thir-btn:hover,
#services-sec .thir-btn:hover i,
#product-sec .thir-btn:hover,
#product-sec .thir-btn:hover i {
  color: #444444;
}

#breadcrumb .breadcrumb-item a:hover {
  color: #111111 !important;
}

#why-choose {
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}

#why-choose .heading,
#why-choose p,
#why-choose h5 {
  color: #111111;
}

#why-choose .sub-head,
#why-choose .sub-head i {
  color: #111111;
}

#why-choose .content .main-box {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#why-choose .content .main-box p {
  color: rgba(17, 17, 17, 0.72);
}

.service-card,
#gallery-sec .gallery-img-box,
.blog-card,
#service-details .left .cat-main,
#service-details .sevice-contact .card,
#service-details .img-box img,
.footerJah {
  border-radius: 26px;
}

.service-card {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.service-card .content {
  padding: 24px 24px 28px;
}

#product-sec .service-card .content {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.72), rgba(8, 8, 8, 0.92));
}

#product-sec .service-card .content h4 {
  color: #fff;
}

.blog-card {
  background: linear-gradient(180deg, #ffffff, #f8f8f8);
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.blog-content {
  padding: 18px 6px 8px;
}

#service-details .left .cat-main,
#service-details .sevice-contact .card {
  background: linear-gradient(180deg, #ffffff, #f9f9f9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.service-highlight {
  background: linear-gradient(135deg, #ffffff, #cecece);
  color: #050505;
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 28px 60px rgba(255, 255, 255, 0.08);
}

.service-highlight .mini-label {
  display: inline-block;
  color: #111;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}

.service-highlight h3 {
  color: #050505;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 12px;
}

.service-highlight p {
  color: rgba(0, 0, 0, 0.74);
  margin-bottom: 0;
}

.service-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.service-highlight-grid div {
  border-radius: 18px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.08);
}

.service-highlight-grid strong {
  display: block;
  color: #050505;
  font-size: 24px;
}

.service-highlight-grid span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.64);
}

.footerJah {
  background:
    radial-gradient(circle at top left, rgba(0, 0, 0, 0.03), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 14px 14px;
}

.footerJah p,
.footerJah li,
.footerJah .footer-newsTextJah,
.footerJah .footer-contactItemJah div,
.footerJah .footer-socialsTitleJah,
.footerJah .footer-bottomJah {
  color: rgba(17, 17, 17, 0.78);
}

.footerJah a,
.footerJah li a,
.footerJah .footer-headingJah {
  color: #111111;
}

.footerJah .footer-socialsJah a {
  color: #050505;
}

.footerJah .footer-socialsJah a i {
  color: #050505;
}

.footerJah .footer-socialsJah a:hover,
.footerJah .footer-socialsJah a:hover i {
  color: #ffffff;
  background-color: #111111;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item::before,
#breadcrumb h2 {
  color: #e7e7e7 !important;
}

#about-sec .bottom-content-right .main-box .con-box,
#about-sec .bottom-content-right .main-box .con-box span,
#why-choose .bottom-content-right .main-box .con-box,
#why-choose .bottom-content-right .main-box .con-box span,
#product-sec .tab .tablinks,
#product-sec .service-card .content h4,
#service-details .left .cat-main h5,
#service-details .left .cat-main .box p,
#service-details .left .list-group-flush .main-box a,
#service-details .left .list-group-flush .main-box h5,
#service-details .accordion-button,
#service-details .accordion-button:not(.collapsed),
#service-details .accordion-button:not(.collapsed) + .faq-icon,
#service-details .right .box p,
#service-details .right h3,
#service-details .faq-section h3 {
  color: #111111 !important;
}

#service-details .left .cat-main .box:hover p,
#product-sec .tab .tablinks:hover,
#product-sec .tab .tablinks.active {
  color: #444444 !important;
}

#service-details .left .list-group-flush .main-box .icon,
#why-choose .content .main-box .icon {
  background: rgba(0, 0, 0, 0.08);
}

#service-details .left .list-group-flush .main-box i,
#why-choose .content .main-box i,
.contect-sec .main-box a {
  color: #111111 !important;
}

#services-sec .service-card .content h4,
#services-sec .service-card .content p {
  color: #ffffff !important;
}

#product-sec .service-card .content h4,
#product-sec .service-card .content p {
  color: #ffffff !important;
}
/* Final header/footer theme */
#header,
.combo #header {
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.96), rgba(16, 16, 16, 0.92)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 3000 !important;
}

#header .navbar,
#header .container,
#header .container-fluid {
  overflow: visible;
}

#header .navbar,
#header .navbar-collapse,
#header .dropdown {
  position: relative;
  z-index: 3001;
}

#header .navbar-nav .nav-link,
#header .navbar .navbar-toggler .fa-solid {
  color: #ffffff !important;
}

#header .nav-link:hover,
#header .nav-link:focus,
#header .nav-link.active {
  color: #d9d9d9 !important;
}

#header .dropdown-menu {
  display: none;
  min-width: 280px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 18px !important;
  background: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
  position: absolute;
  z-index: 4000 !important;
}

#header .dropdown:hover .dropdown-menu,
#header .dropdown-menu.show {
  display: block;
}

#header .dropdown-item {
  color: rgba(255, 255, 255, 0.84) !important;
  border-radius: 12px;
  padding: 10px 14px;
}

#header .dropdown-item:hover,
#header .dropdown-item:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.footerJah {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #0a0a0a 0%, #141414 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footerJah p,
.footerJah li,
.footerJah .footer-newsTextJah,
.footerJah .footer-contactItemJah div,
.footerJah .footer-socialsTitleJah,
.footerJah .footer-bottomJah,
.footerJah a,
.footerJah li a,
.footerJah .footer-headingJah {
  color: #ffffff !important;
}

.footerJah .footer-socialsJah a {
  background: #ffffff;
  color: #111111 !important;
}

.footerJah .footer-socialsJah a i {
  color: #111111 !important;
}

.footerJah .footer-socialsJah a:hover {
  background: #d9d9d9;
}
