/* Global */
body {
  /* font-family: 'Instrument Sans', sans-serif; */
  font-family: 'Lato', sans-serif; 
  color: #333;
  background-color: #fff;
  color: #fff;
  /* padding-top: 10px !important; */
  scroll-behavior: smooth;
  cursor: url('../assets/images/cur_logo.png') 0 0, auto;
}
.para1,.para2,.para3,.para4 {
    font-size: 16px !important;
    line-height: 1.8;
    max-width: 850px;  /* text ki width control karega */
    margin: 0 auto;     /* center align */
    text-align: justify;       /* Sab lines equal justify */
    text-align-last: center;   /* Sirf last line center me */
    text-justify: inter-word; 
}

.text-success {
  color: #c8a85b !important;
}
.hero {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.btn-outline-success {
  border-color: #c8a85b;
  color: #c8a85b;
  transition: 0.3s ease;
}

.btn-outline-success:hover {
  /* background-color: #636B2F; */
  background-color: #c8a85b;
  color: #c8a85b;
}

.hero h1 {
  line-height: 1.2;
}

.testimonial-box {
  max-width: 700px;
  margin: 0 auto;
}

footer a:hover {
  text-decoration: underline;
}

/* JOURNEY SECTION */
section .btn-outline-success {
  /* border-color: #636B2F;
  color: #636B2F; */
  border-color: #c8a85b;
  color: #c8a85b;
  font-weight: 500;
}
section .btn-outline-success:hover {
  /* background-color: #636B2F; */
  background-color: #c8a85b;
  color: #fff;
}




/* ====== GLOBAL ====== */
/* ====== GLOBAL ====== */
/* body {
  font-family: 'Instrument Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
} */

h1, h5, h6 {
  margin: 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  transition: all 0.3s ease;
}

/* ====== TESTIMONIALS ====== */
.testimonials-section {
  text-align: center;
  background: black;
  /* padding: 80px 0; */
  animation: fadeIn 1.2s ease-in;
}

.section-title {
  font-size: 2.2rem;
  /* color: #636B2F; */
  color: #1261A0;
  font-weight: 700;
  /* margin-bottom: 10px; */
}

.section-subtitle {
  font-size: 1rem;
  /* margin-bottom: 60px; */
}

/* .carousel-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    border-right: 3px solid #fff;
    padding-right: 5px;
    animation: blinkCursor 0.7s infinite;
}

@keyframes blinkCursor {
    0%, 100% { border-color: transparent; }
    50% { border-color: white; }
}

@media (max-width: 992px) {
  .carousel-title {
    font-size: 1.25rem;
  }
  .carousel-text {
    font-size: 0.1rem;
  }
}


@media (max-width: 576px) {
  .carousel-title {
    font-size: 1.5rem; 
  }
  .carousel-text {
    font-size: 0.9rem;
  }

  .carousel-caption {
    padding: 0 1rem;
  }
} */


.testimonial-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  padding: 50px;
  margin-bottom: 30px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  transition: all 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.testimonial-content p {
  text-align: left;
  color: #555;
  line-height: 1.7;
  font-size: 1rem;
}

.testimonial-author {
  text-align: center;
}

.testimonial-author img {
  width: 130px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.testimonial-author h5 {
  font-weight: 700;
  color: #000;
}

.testimonial-author span {
  display: block;
  color: #777;
  font-size: 0.9rem;
}

/* testimonial dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.testimonial-dots span {
  height: 10px;
  width: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.testimonial-dots span.active {
  /* background: #636B2F; */
  background: #1261A0;
  transform: scale(1.2);
}

/* trusted companies */
.trusted-by {
  margin-top: 40px;
}

.trusted-by p {
  color: #555;
  margin-bottom: 25px;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.trusted-logos img {
  height: 35px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.trusted-logos img:hover {
  opacity: 1;
  transform: scale(1.1);
}


/* ====== ANIMATIONS ====== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
  .testimonial-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .testimonial-content p {
    text-align: center;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col img {
    margin: 0 auto 20px;
  }

  .social-icons {
    justify-content: center;
  }
}








/* ====== DELIVERED RESULTS SECTION ====== */
.result-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

/* Darker base + slight blur for text clarity */
.result-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: all 0.4s ease;
  filter: brightness(55%) blur(1px); /* DARK + BLUR */
}

/* Hover — slight brighten but still dark */
.result-card:hover img {
  transform: scale(1.07);
  filter: brightness(70%) blur(0.5px);
}

/* Overlay stronger dark shade */
.result-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  transition: 0.3s ease;
}

.result-card:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* Text ultra visible */
.result-card .overlay h5 {
  color: #c8a85b;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .5px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.8);
}

/* Responsive */
@media (max-width: 768px) {
  .result-card img {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .result-card img {
    height: 220px;
  }
}





























.custom-card {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  transition: transform 0.4s, box-shadow 0.4s;
}

.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.custom-card:hover img {
  transform: scale(1.1); /* zoom on hover */
}

.overlayy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3); /* default dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s;
  z-index: 1;
}

.custom-card:hover .overlayy {
  background: rgba(0,0,0,0.3); /* hover lighter overlay */
}

.service-name {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 2; /* text overlay image */
  position: relative;
}


.para11 {
    font-size: 16px !important;
    text-align: justify;   /* Ensures text spans evenly across the line */
    text-justify: inter-word; /* Better word spacing for justification */
}





/* Vertical line */
.vertical-line {
  width: 1.5px;
  background-color: #c8a85b;
  height: 250px; /* default desktop height */
  transition: all 0.3s ease;
}

/* On mobile: horizontal and shorter */
@media (max-width: 768px) {
  .vertical-line {
    width: 50px; /* adjust length */
    height: 1.5px;
    margin: 20px 0; /* spacing between image and content */
  }
}

/* About heading animation */
.about-heading {
  color: #c8a85b;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  animation: slideFadeUp 1s forwards;
  animation-delay: 0.2s;
}

/* About text animation */
.about-text {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  animation: slideFadeUp 1s forwards;
  animation-delay: 0.4s;
}


/* Button animation */
.read-more-btn {
  background-color: #c8a85b;            /* Normal background white */
  color: #fff;                    /* Normal text color */
  border: 2px solid #fff;         /* Normal border */
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: slideFadeUp 1s forwards;
  animation-delay: 0.6s;
}

/* Hover Effect */
.read-more-btn:hover {
  background-color: #000;         /* Hover background */
  color: #fff;                       /* Hover text */
  border-color: #fff;                /* Hover border */
}


/* Card animation */
.value-cardd {
  min-height: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  /* background-color: #c8a85b; */
  /* animation: slideFadeUp 0.8s forwards; */
  /* transition: all 0.6s ease-out; */
}
.value-cardd.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Hover effect */
.value-cardd img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.value-cardd:hover img {
  transform: scale(1.08);
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.25));
}

/* Optional: Card hover feel */
.value-cardd:hover {
  transform: translateY(-6px);
  transition: transform 0.3s ease;
}


/* Slide & Fade animation keyframes */
@keyframes slideFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image animation: zoom + fade-in */
.about-us-section img {
  opacity: 0;
  transform: scale(0.9);
  animation: zoomFadeIn 1s forwards;
  animation-delay: 0.1s;
}

@keyframes zoomFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Optional: add subtle hover zoom effect on image */
.about-us-section img:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}







/* ================= TEAM ANIMATIONS + YOUR BLUE COLOR ================= */

.team-row { --reveal-distance: 30px; }

.team-member {
  position: relative;
  transform: translateY(var(--reveal-distance));
  opacity: 0;
  transition: transform 600ms cubic-bezier(.2,.9,.3,1), opacity 600ms ease;
  will-change: transform, opacity;
}

.team-member.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* Stagger delay */
.team-member {
  transition-delay: var(--delay, 0ms);
}

/* TEAM IMAGES */
.team-member img {
  width: 100%;
  border-radius: 8px; /* your radius kept */
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform 450ms cubic-bezier(.2,.9,.3,1);
}

/* Floating motion */
@keyframes floatY {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
.team-member.in-view img {
  animation: floatY 6s ease-in-out infinite;
}

/* ================= OVERLAY (YOUR COLOR APPLIED) ================= */
.overlay {
  background-color: #1261A0 !important; /* YOUR COLOR */
  opacity: 0;
  border-radius: 8px; /* YOUR RADIUS */
  transition: opacity 0.4s ease;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* Hover show */
.team-member:hover .overlay {
  opacity: 1;
}

/* Text */
.overlay h6 {
  font-weight: 600;
  margin-bottom: 2px;
}
.overlay small {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* Responsive overlay text */
@media (max-width: 767px) {
  .overlay h6,
  .overlay small {
    font-size: 13px;
  }
}











/* ========= OUR VALUE SECTION ANIMATION ========= */

/* Scroll reveal */
.value-card {
  transform: translateY(25px);
  opacity: 0;
  /* background-color: #c8a85b; */
  transition: 
    transform 0.7s cubic-bezier(.2,.9,.3,1),
    opacity 0.7s ease,
    box-shadow 0.4s ease;
}

.value-card.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* Card hover effects */
.value-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

/* Icon animation */
.value-card i {
  display: inline-block;
  transition: transform 0.6s ease, color 0.3s ease;
  transform-origin: center;
}

/* Icon rotate + scale */
.value-card:hover i {
  transform: rotate(360deg) scale(1.15);
  color: #fff !important; /* Slightly darker shade of #1261A0 for effect */
}

/* Title animation */
.value-card h6 {
  transition: color 0.3s ease;
  color: #041424;
}

.value-card:hover h6 {
  color: #000;
}

/* Responsive spacing */
@media (max-width: 767px) {
  .value-card {
    padding: 2.2rem !important;
  }
}


















/* Dark overlay on carousel images */
.carousel-item {
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* darkness adjust karo */
  z-index: 1;
}

/* Text always above overlay */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  /* width: 100%; */
  width: 90%;
  text-align: center;
}
/* Hero Carousel Text */
/* .carousel-caption {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
} */

.carousel-title {
  /* font-size: 3rem;
  font-weight: 700;
  text-transform: none; */
  font-size: clamp(2.2rem, 3vw + 1rem, 3.5rem); 
  font-weight: 700;
  animation: blinkCursor 0.7s infinite;
}
@keyframes blinkCursor {
    0%, 100% { border-color: transparent; }
    50% { border-color: white; }
}

.carousel-text {
  /* font-size: 1.2rem;
  margin-top: 15px; */
  font-size: clamp(1rem, 1vw + 0.6rem, 1.3rem);
  line-height: 1.6;
  margin-top: 15px;
}

.carousel-sub {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.carousel-sub span {
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}
.carousel-sub span.active,
.carousel-sub span:hover {
  opacity: 1;
  color: #00aeef;
}

/* Responsive text sizes */
/* @media (max-width: 991px) {
  .carousel-title { font-size: 2rem; }
  .carousel-text { font-size: 1rem; }
  .carousel-sub { font-size: 1rem; gap: 15px; }
}
@media (max-width: 576px) {
  .carousel-title { font-size: 1.4rem; }
  .carousel-text { font-size: 0.9rem; }
  .carousel-sub { font-size: 0.9rem; gap: 10px; flex-direction: column; }
} */
.carousel-indicators [data-bs-target] {
  width: 40px;
  height: 4px;
  border-radius: 0%;
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.3s ease;
  margin: 0 4px;
}
.carousel-indicators .active {
  background-color: #c8a85b;
  opacity: 1;
}


/* Tablet (768px–991px) */
@media (max-width: 991px) {
  .carousel-title {
    font-size: 2rem;
  }
  .carousel-text {
    font-size: 1rem;
  }
}

/* Mobile (576px–767px) */
@media (max-width: 767px) {
  .carousel-caption {
    top: 55%;
  }
  .carousel-title {
    font-size: 1.6rem;
  }
  .carousel-text {
    font-size: 0.95rem;
  }
}

/* Small Mobiles (up to 575px) */
@media (max-width: 575px) {
  .carousel-caption {
    top: 55%;
    width: 95%;
  }
  .carousel-title {
    font-size: 1.35rem;
    line-height: 1.3;
  }
  .carousel-text {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

/* Extra Small (320px – 400px) */
@media (max-width: 400px) {
  .carousel-title {
    font-size: 1.1rem;
  }
  .carousel-text {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  #heroCarousel {
    margin-top: 60px; /* apni navbar height ke hisaab se adjust karo */
  }
}

/* CSS (add to your stylesheet) */

.stacked-cards { width: 100%; }

.card-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: clamp(220px, 32vw, 520px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.card-overlay{
  position: absolute;
  inset: 0;
  /* pehle se zyada dark kar diya */
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.55) 30%,
    rgba(0,0,0,0.25) 60%,
    rgba(0,0,0,0.15) 100%
  );
  pointer-events: none;
}

.card-content{
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: clamp(1rem, 3.5vw, 2.5rem);
  color: #fff;
  opacity: 0; /* scroll animation ke liye */
  transform: translateY(30px);
  transition: transform .6s ease, opacity .6s ease;
}

.card-content h2{
  margin: 0 0 .35rem 0;
  font-size: clamp(1.25rem, 3.5vw, 2.1rem);
  line-height: 1.05;
}
.card-content .muted{
  margin: 0 0 1rem 0;
  font-size: clamp(.85rem, 1.8vw, 1rem);
  opacity: .9;
}

/* CTA button */
.cta{
  display: inline-block;
  padding: .45rem .9rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  transition: background .25s ease, transform .15s ease, color .25s ease;
}
.cta:hover{
  background: #0A1737;
  border-color: #0A1737;
  color: #fff;
  transform: translateY(-2px);
}

/* Scroll animation active */
.animate-show{
  opacity: 1 !important;
  transform: translateY(0) !important;
}




#page-loader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity .4s ease, visibility .4s ease;
}

#page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.dots-loader span {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #c8a85b;
  border-radius: 50%;
  display: inline-block;
  animation: bounce 1.4s infinite ease-in-out both;
}

.dots-loader span:nth-child(1) { animation-delay: -0.32s; }
.dots-loader span:nth-child(2) { animation-delay: -0.16s; }

@keyframes bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}
