/********** Template CSS **********/
:root {
    --primary: #FFD700;
    --secondary: #D4AF37;
    --light: #FFF8E1;
    --dark: #0F0F10;
}
.navbar-brand h6{
  color: black !important;
  font-size: 20px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #0F0F10;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #ffbf16;
}
.text-primary{
    color: #0F0F10 !important;
}

.bg-gold2{
    background: linear-gradient(rgba(255, 215, 0, .9), rgba(255, 150, 0, .9));
}
.bg-dark1{
  background-color: #0F0F10 !important;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
 .h-85{
  height: 80% !important;
 }

/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #0F0F10;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 50px;
    padding: 10px 0;
    color: #000000;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Prata", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 180px;
    }
  
        .display-3 {
        font-size: 22px !important;
    }

       .carousel-caption p {
        font-size: 10px !important;
        margin: 0 !important;
    }
     .carousel-caption .btn-primary {
      font-size: 8px !important;
      padding: 3px 5px !important;
      margin: 0;
     }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

@media (max-width: 425px) {
    .year{
      position: absolute;
      top: 0;
      left: -0px;
      height: 85% !important;
        }
}

.page-header {
    background: url(../img/contact-back.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}
.page-header h1 {
    color: #ffffff ;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(255, 215, 0, .9), rgba(255, 150, 0, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
    
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(255, 215, 0, .9), rgba(255, 150, 0, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #A7A8B4;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    font-family: "Prata", sans-serif;
    font-weight: 900;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
.btn-application{
background: radial-gradient(circle, #fff8dc, #ffd700, #b8860b);
display: inline-block;
    transition: all 0.1s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none;
    font-weight: 500;
}
.btn-quick{
  background-color: #000000;
  color: #fff !important;
}
.btn-quick:hover{
  background-color: #FFD700;
  color: #fff !important;
}
.bg-gold{
    background: radial-gradient(circle, #fff8dc, #ffd700, #b8860b);
}
.btn-primary {
    color: #fff;
    background-color: #FFD700;
    border-color: #FFD700;
}
.btn-secondary{
    color: #fff;
    background-color: #FFD700;
    border-color: #FFD700;
}
.header {
    text-align: center;
    margin-bottom: 50px;
  }

  .header img {
    max-width: 400px;
    border-radius: 12px;
  }

  .header h1 {
    font-size: 30px;
  }

  .timeline {
    position: relative;
    margin: 50px 0;
    padding: 0;
  }

  /* Central vertical line */
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: #4a90e2;
  }

  .timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
  }

  /* Odd items left, even items right */
  .timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
  }

  .timeline-item:nth-child(even) {
    left: 50%;
  }

  .timeline-item::before {
    content: '';
    position: absolute;
    top: 70px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a90e2, #50e3c2);
    border: 4px solid #fff;
    z-index: 1;
  }

  .timeline-item:nth-child(odd)::before {
    right: -10px;
  }

  .timeline-item:nth-child(even)::before {
    left: -10px;
  }

  .timeline-item .content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .timeline-item .content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
  }

  .timeline-item .icon {
    font-size: 24px;
    color: #575757;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff8dc, #ffd700, #b8860b);
    position: absolute;
    top: 10px;
  }

  .timeline-item:nth-child(odd) .icon {
    right: -70px;
  }

  .timeline-item:nth-child(even) .icon {
    left: -70px;
  }

  .timeline-item h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .timeline-item p {
    margin: 0;
    color: #555;
  }

  @media (max-width: 900px) {
    .timeline-item, .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
      width: 100%;
      left: 0 !important;
      text-align: left !important;
      padding-left: 70px;
      padding-right: 30px;
      margin-bottom: 40px;
    }

    .timeline::before {
      left: 30px;
    }

    .timeline-item::before {
      left: 20px !important;
    }

    .timeline-item .icon {
      left: 0px !important;
    }
  }
  .bg-steps{
    background: linear-gradient(rgba(255, 215, 0, .9), rgba(255, 150, 0, .9)), url(../img/carousel-1.jpg) center right no-repeat;
  }
  .bg-steps1{
    background: linear-gradient(rgba(255, 215, 0, .9), rgba(255, 150, 0, .9));
  }
  .bg-primary {
    background-color: #FFD700 !important;
}
  

  


    .service-item:hover {
    background: linear-gradient(rgba(255, 215, 0, .9), rgba(255, 150, 0, .9));
    color: #fff; /* text ko white karne ke liye (optional) */
    transform: translateY(-5px); /* thoda upar lift effect */
}
.service-item:hover h4,
.service-item:hover p {
    color: #fff;
}
.service-item:hover .service-icon {
    background: #fff !important;
    transition: background 0.3s ease;
}
.service-item:hover .service-icon img {
    filter: invert(1); /* black ko white aur white ko black kar dega */
    transition: filter 0.3s ease;
}
 .services {
      display: flex;
      flex-direction: column;
      gap: 30px;
      max-width: 600px;
      width: 100%;
    }

    .service {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .service .icon {
      font-size: 32px;
      line-height: 1;
    }

    .service .content h3 {
      margin: 0;
      font-size: 1.2rem;
      color: #333;
    }

    .service .content p {
      margin: 5px 0 0 0;
      color: #555;
      line-height: 1.4;
    }

    @media (max-width: 500px) {
      .services {
        padding: 0 20px;
      }
    }





    /* left panel with character */
    .left{
      position:relative;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
      padding-right: 24px;
    }

    .character-wrap{
      display:flex;
      align-items:flex-end;
      justify-content:flex-end;
      position:relative;
    }

    .character{
      width: 520px;
      height: 520px;
      border-radius:28px;
      overflow:hidden;
      display:flex;align-items:center;justify-content:center;
      position:relative;
    }

    .character img{width:100%;height:100%;object-fit:cover;display:block}

    /* particles */
    .particles{position:absolute;inset:0;pointer-events:none;}
    .particle{position:absolute;border-radius:50%;opacity:0.9;filter:blur(6px)}

    /* right card */
    .card{
      background: #ffffff;
      border-radius:22px;
      padding:32px 36px;
      box-shadow: 0 12px 30px rgba(29,20,12,0.08);
      display:flex;flex-direction:column;gap:18px;align-items:flex-start;
      color:#3b2a1f;
    }

    .badge{display:flex;align-items:center;gap:10px;font-weight:600;color:#c07c12;font-size:14px}
    .headline{font-size:44px;line-height:1.02;font-weight:800;color:#3b2a1f;}
    .headline small{display:block;font-weight:700}
    .sub{color:var(--muted);font-size:20px;line-height:1.5}

    .cta{
      margin-top:14px;
      display:inline-block;padding:16px 44px;border-radius:14px;font-weight:700;background:linear-gradient(180deg,#f6d86a,#e4b65a);
      box-shadow: 0 10px 20px rgba(198,127,19,0.18);
      border:none;cursor:pointer;font-size:18px;color:#3b2a1f;
      text-decoration:none;display:inline-flex;align-items:center;justify-content:center;
    }
    .cta:hover{transform:translateY(-3px)}

    /* small screen adjustments */
    @media (max-width:1000px){
      /* .banner{grid-template-columns: 1fr;grid-auto-rows: auto;height:auto;padding:24px} */
      .left{justify-content:center;padding:0}
      .character{width:400px;height:400px}
      .card{width:100%;}
      .headline{font-size:34px}
    }

    @media (max-width:420px){
      .character{width:300px;height:300px}
      .headline{font-size:24px}
      .cta{padding:12px 22px;font-size:16px}
    }

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.contact-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 30px 20px;
    width: 350px;
  transition: all 0.3s ease;
  text-align: center;
}

.contact-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.cont-icon {
  background: #FFD700;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 20px;
  transition: 0.3s;
}

.contact-box:hover .cont-icon {
  background: #fff;
  color: #FFD700;
}

.contact-box h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

.contact-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .contact-box {
    width: 80%;
  }
}

    .branches-section h2 {
      font-weight: 700;
      text-transform: uppercase;
      color: #0F0F10;
      text-align: center;
      margin-bottom: 20px;
    }

    .branches-section p.subtitle {
      text-align: center;
      color: #555;
      margin-bottom: 50px;
    }

    .branch-card {
      background: #fff;
      border: none;
      border-radius: 16px;
      padding: 30px 25px;
      text-align: left;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
.branch-card iframe {
  position: relative;
  z-index: 2; /* brings map above hover background */
  pointer-events: auto; /* ensures map stays clickable */
}

    .branch-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(120deg,rgba(255, 215, 0, 1), rgba(255, 150, 0, 1));
      z-index: 0;
      transition: all 0.4s ease;
    }

    .branch-card:hover::before {
      left: 0;
    }

    .branch-card:hover {
      color: white;
      transform: translateY(-10px);
    }

    .branch-icon {
      font-size: 40px;
      color: #ff6600;
      margin-bottom: 15px;
      z-index: 1;
      position: relative;
      text-align: center;
      display: block;
    }

    .branch-card:hover .branch-icon {
      color: white;
    }

    .branch-card h5 {
      font-weight: 500;
      margin-bottom: 15px;
      text-align: center;
      z-index: 1;
      position: relative;
      color: #0F0F10;
  font-family: "Roboto",sans-serif;
    }

    .branch-details p {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
      z-index: 1;
      position: relative;
      color: #555;
      font-size: 0.95rem;
    }

    .branch-details i {
      color: #ff6600;
      font-size: 18px;
    }

    .branch-card:hover .branch-details i {
      color: white;
    }

    .branch-card:hover .branch-details p {
      color: white;
    }
    .branch-card:hover .branch-card h5 {
      color: white !important;
    }
    @media (max-width: 768px) {
      .branch-card {
        margin-bottom: 25px;
      }
    }

    .Application-form h2 {
      font-weight: 700;
      color: #0F0F10;
      margin-bottom: 50px;
      text-align: center;
    }

    .Application-form p {
      color: #555;
      margin-bottom: 40px;
    }

    .form-control {
      border-radius: 10px;
      border: 1px solid #ddd;
      padding: 12px 15px;
      transition: all 0.3s ease;
    }

    .form-control:focus {
      border-color: #ff6600;
      box-shadow: 0 0 10px rgba(255,102,0,0.2);
    }

    .btn-submit {
      background: linear-gradient(90deg, #ffb300, #ff6600);
      border: none;
      border-radius: 10px;
      padding: 15px;
      color: #fff;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .btn-submit:hover {
      opacity: 0.9;
      transform: translateY(-2px);
      color:#fff;
      background: linear-gradient(180deg, #ffb300, #ff6600);
    }

    /* Icons inside labels */
    .form-label i {
      color: #ff6600;
      margin-right: 8px;
    }

    /* Responsive */
    @media (min-width: 992px) {
      .contact-image {
        display: block;
      }
    }

    @media (max-width: 768px) {
      .Application-form {
        padding: 40px 25px;
      }
    }
  
/* Press effect on click */
.btn-application:hover {
    transform: translateY(3px); /* Moves button down slightly */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2); /* Shadow shrinks */
}


    .gallery-section h2 {
      text-align: center;
      font-weight: 700;
      color: #0F0F10;
      margin-bottom: 15px;
    }

    .gallery-section p.subtitle {
      text-align: center;
      color: #555;
      margin-bottom: 50px;
    }

    .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-img {
  width: 270px;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
}

.gallery-img:hover {
  transform: scale(1.05);
}

/* Lightbox overlay */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 5px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}



/* CTA */
/* ---------- CTA: Release Girvi Gold ---------- */
/* Mobile-first, self-contained styles */
.cta-release { 
  padding: 26px 16px;
  background: linear-gradient(rgba(255, 215, 0, .9), rgba(255, 150, 0, .9)), url(../img/carousel-1.jpg) center right no-repeat;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
}

.cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255,215,64,0.06), rgba(0,0,0,0.00));
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  box-shadow: 0 6px 24px rgba(30,30,30,0.06);
}

/* Left content */
.cta-content {
  flex: 1 1 auto;
  min-width: 0;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  background: rgba(255, 255, 255, 0.568);
  padding: 6px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.cta-title {
  font-size: 22px;
  line-height: 1.04;
  margin: 0 0 8px 0;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.cta-title .accent {
  color: #000000;
  background: linear-gradient(90deg, #ffd65a, #ffb84d);
  padding: 2px 6px;
  border-radius: 6px;
}

.cta-sub {
  margin: 6px 0 16px 0;
  font-size: 16px;
  color: #ffffff;
}

/* Actions */
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: linear-gradient(90deg, #ffd65a, #ffb84d);
  color: #2b1a00;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(176,122,0,0.18);
  transition: transform .14s ease, box-shadow .14s ease;
}

.btn-phone:active { transform: translateY(1px); }
.btn-phone:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(176,122,0,0.22); }

.phone-icon { opacity: .95; }
.phone-text { font-size: 20px; }

/* Secondary button */
.btn-learn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #6b4a00;
  background: rgba(255, 255, 255, 0.336);
  font-weight: 600;
  border: 1px solid rgba(167,116,0,0.08);
}

/* Badge on the right */
.cta-badge {
  width: 110px;
  flex: 0 0 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,#ffffff,#fff8e6);
  border-radius: 12px;
  border: 1px solid rgba(167,116,0,0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(167,116,0,0.06);
}

.badge-num {
  background: #b07a00;
  color: white;
  font-weight: 900;
  font-size: 28px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 6px;
}

.badge-label {
  text-align: center;
  font-size: 12px;
  color: #3a2b11;
  line-height: 1.05;
}
.text-outline {
    color: #fff;
    /* -webkit-text-stroke: 2px #000; */
    text-shadow: 3px 3px 6px rgb(0 0 0)}

/* Responsive: stack on small screens */
@media (max-width: 767px) {
  .cta-inner {
    flex-direction: column;
    padding: 18px;
  }
  .cta-badge {
    width: 82px;
    flex: 0 0 auto;
  }
  .cta-title { font-size: 25px; text-align: center;}
  .phone-text { font-size: 13px; text-align: center;}
  .btn-phone { width: 100%; justify-content: center; }
  .btn-learn { width: 100%; text-align: center; }
  .cta-actions { flex-direction: column; }

  .eyebrow{
    display: flex;
    justify-content: center;
  }
}

/* Larger screens */
@media (min-width: 992px) {
  .cta-release { padding: 40px 20px; }
  .cta-title { font-size: 40px; }
  .badge-inner { padding: 14px; }
  .badge-num { font-size: 34px; width: 64px; height: 64px; border-radius: 12px; }
}

/* about us */
.mission-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 5%;
  background: #fafafa;
  border-radius: 20px;
}

.section-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title span {
  color: #000000;
  border-bottom: 3px solid #000000;
}

.mission-subtext {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.mission-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.mission-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  text-align: left;
  transition: 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
  border-top: 4px solid #ffbf16;
  
}

.mission-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.mission-box i {
  font-size: 32px;
  color: #ffbf16;
  margin-bottom: 15px;
}

.mission-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.mission-image img {
  width: 100%;
  max-width: 460px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 900px) {
  .mission-section {
    flex-direction: column;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .mission-image img {
    max-width: 100%;
  }
}
.stats-section {
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)),
                url("../img/carousel-1.jpg"); /* apni image path */
    background-size: cover;
    background-position: center;
}

.stats-number {
    color: #f5c46b; /* gold color */
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stats-number small {
    font-size: 20px;
    vertical-align: super;
}

.stats-text {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .stats-number {
        font-size: 28px;
    }
.navbar-brand h6{
  color: black !important;
  font-size: 13px;
}
    .stats-text {
        font-size: 12px;
    }
}
.whatsapp-float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 80px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: 0.3s ease;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0px 6px 12px rgba(0,0,0,0.4);
}
.call-button {
  position: fixed;       /* Hamesha screen pe visible */
  bottom: 80px;          /* Screen ke bottom se distance */
  left: 20px;           /* Screen ke right se distance */
  width: 70px;           /* Button diameter */
  height: 70px;
  background-color: red; /* Button color */
  color: white;          /* Icon color */
  border-radius: 50%;    /* Round button */
  font-size: 20px;       /* Icon size */
  display: flex;
  align-items: center;
  justify-content: center; /* Icon center me */
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.2s, box-shadow 0.2s;
}

.call-button:hover {
  transform: scale(1.1);  /* Hover effect */
  box-shadow: 0 6px 10px rgba(0,0,0,0.4);
}

.sell-steps {
  padding: 20px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.sell-steps h2 {
  font-size: 32px;
  margin-bottom: 50px;
  color: #ffffff;
  position: relative;
}

.steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.step {
  text-align: center;
  width: 220px;
}

.circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 6px solid #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8e1;
  margin: 0 auto 15px;
}

.circle.highlight {
  background: linear-gradient(135deg, #d4af37, #b8962e);
}

.circle img {
  max-width: 120px;
}

.step-label {
  display: inline-block;
  background: #d4af37;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 18px;
  margin-bottom: 8px;
}

.step p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.arrow {
  font-size: 40px;
  color: #c59d2f;
}

/* Mobile */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
  }
.number{
  font-size: 15px;
}
  .arrow {
    transform: rotate(90deg);
  }
}

/* 
.carousel-section {
  padding: 40px;
} */

.carousel-container {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide1 {
  min-width: 25%;
  padding: 10px;
}

.slide1 img {
   width: 100%;
  border-radius: 12px;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #d4af37;
  color: #fff;
  border: none;
  font-size: 26px;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 50%;
    z-index: 10;

}

.prev { left: 10px; }
.next { right: 10px; }

/* Tablet */
@media (max-width: 900px) {
  .slide1 { min-width: 50%; }
}

/* Mobile */
@media (max-width: 600px) {
  .slide1 { min-width: 100%; }
    .header h1 {
    font-size: 20px;
  }
    .timeline-item h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .timeline-item p{
    font-size: 14px;
  }
  .wow {
    margin: 10px 0;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
      width: 1rem;
      height: 1rem;
      background-color: var(--primary);
      border: 5px solid var(--primary);
      border-radius: 50px;
  }
}
