@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

    .custom-active-link,
.nav-link.active {
    color: #C6B05A !important;
}

.nav-link:hover,
.custom-active-link:hover {
    color: #C6B05A !important;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem !important;
}

/* Hero Section Styles */
.hero-section {
  min-height: 650px;
  background: url("../banner/Hero.svg") center center/cover no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-section .container-fluid,
.hero-section .row {
  position: relative;
  z-index: 2;
}
.hero-img {
  position: absolute;
  right: -80px;
  bottom: 0;
  max-width: 520px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-img {
    position: static;
    max-width: 350px;
    margin-top: 40px;
    right: 0;
  }
  .hero-section {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
  }
  .counter-box {
    margin-bottom: 20px;
  }
}
.counter-box img {
  display: block;
  margin: 0 auto 8px auto;
}
.counter-box .fw-bold {
  color: #222;
}
.counter-box .text-muted {
  color: #555;
}

.counters-wrapper {
  margin-top: 2rem;
}
.counters-wrapper .bg-white {
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.counter-box img {
  margin-bottom: 8px;
}
.counter-box .fw-bold {
  color: #222;
}
.counter-box .text-muted {
  color: #555;
}

/* Services Slider Section */
/* 
.swiper{
    margin-right: 50px !important;
    margin-left: 50px !important;
} */

.team-card {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s;
}
.team-card:hover {
  box-shadow: 0 8px 32px rgba(44, 49, 66, 0.12);
}
@media (max-width: 767px) {
  .team-card img {
    width: 80px !important;
  }
  .team-card {
    padding: 2rem 0.5rem !important;
  }
}

.testimonial-section {
  background: #1a1512;
}
.testimonial-card {
  min-height: 320px;
  box-shadow: 0 4px 24px rgba(44, 49, 66, 0.07);
}
.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  background: #eaeaea;
}
.swiper.testimonial-swiper {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .testimonial-card {
    min-height: 260px;
  }
  .testimonial-avatar {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-card {
    min-height: 200px;
    padding: 1.2rem;
  }
  .testimonial-avatar {
    width: 48px;
    height: 48px;
  }
}

.consultation-form label {
  margin-bottom: 0.5rem;
}
.consultation-form .form-control {
  box-shadow: none;
}
@media (max-width: 767px) {
  .consultation-form label {
    font-size: 1.1rem !important;
  }
  .consultation-form .btn {
    font-size: 1.1rem !important;
    padding: 10px 20px !important;
  }
}

.faq-section .accordion-button {
  box-shadow: none !important;
}
.faq-section .accordion-button:not(.collapsed) {
  background: #fff;
  color: #b89c4c;
  font-weight: bold;
}
.faq-section .accordion-item {
  border: none;
}
.faq-section .accordion-body {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}

.main-footer {
  background: #fff;
  font-family: "Inria Serif", serif;
  font-size: 1.1rem;
}
.main-footer h5 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.main-footer a:hover {
  color: #b89c4c !important;
}
@media (max-width: 991px) {
  /* .main-footer .row > div {
        margin-bottom: 2rem;
    } */
}
@media (max-width: 767px) {
  .main-footer {
    font-size: 1rem;
  }
  .main-footer h3 {
    font-size: 1.5rem !important;
  }
}

.about-kuberaa-section {
  background: #23211e;
}
.about-kuberaa-section .about-img-wrapper {
  position: relative;
}
.about-kuberaa-section .about-img-wrapper img.position-absolute {
  background: #23211e;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991px) {
  .about-kuberaa-section h2 {
    font-size: 2rem !important;
  }
  .about-kuberaa-section .about-img-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-kuberaa-section .row > div {
    margin-bottom: 2rem;
  }
  .about-kuberaa-section h2 {
    font-size: 1.5rem !important;
  }
}

.mission-section {
  background: linear-gradient(90deg, #19160d 60%, #b5a15c 100%);
}
.mission-section .mission-img-wrapper {
  position: relative;
}
.mission-section .mission-img-wrapper img.position-absolute {
  background: #19160d;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.mission-section .mission-img-wrapper img {
  max-width: 500px !important;
}

@media (max-width: 991px) {
  .mission-section h2 {
    font-size: 2rem !important;
  }
  .mission-section .mission-img-wrapper img {
    max-width: 100% !important;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .mission-section .row > div {
    margin-bottom: 2rem;
  }
  .mission-section h2 {
    font-size: 1.5rem !important;
  }
}

.services-grid-section {
  background: #3a320e;
}
.service-card {
  box-shadow: 0 4px 24px rgba(44, 49, 66, 0.07);
  transition: box-shadow 0.2s;
}
.service-card:hover {
  border-radius: 12px;
  border: 1px solid #a89453;
  background: #d1b06b !important;
}

.service-card:hover .service-card-button {
  background: #000 !important;
  color: #fff !important;
}

.service-card:hover .service-card-span {
  background: #000 !important;
}

.service-card:hover .service-card-h5 {
  color: #000 !important;
}

.service-card:hover .service-card-ul {
  color: #000 !important;
}

.service-card h5 {
  color: #fff;
  font-size: 1.2rem;
}
.service-card ul {
  padding-left: 1.2rem;
}
.service-card .btn {
  font-family: "Martel", serif;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 0;
  background: #fff;
  color: #3a320e;
  transition: background 0.2s, color 0.2s;
}
.service-card .btn:hover {
  background: #c6b05a;
  color: #fff;
}
@media (max-width: 991px) {
  .service-card {
    padding: 1.5rem 1rem !important;
  }
}
@media (max-width: 767px) {
  .service-card {
    padding: 1rem 0.5rem !important;
  }
  .service-card h5 {
    font-size: 1rem;
  }
}

.explore-services-section {
  background: #000;
}
.explore-card {
  box-shadow: 0 4px 24px rgba(44, 49, 66, 0.07);
  transition: box-shadow 0.2s, background 0.2s;
}
.explore-card.bg-gold {
  background: #e9d9a2 !important;
}
.explore-card h3 {
  font-size: 2rem;
}
.explore-btn {
  transition: background 0.2s, color 0.2s;
}
.explore-card:hover {
  border: 1px solid #a89453;
  background: #fff1d3 !important;
}

.explore-card .explore-btn {
  background: #b89c4c !important;
  color: #fff !important;
}
.explore-card.bg-gold .card3-title {
  color: #b89c4c !important;
}
.explore-card.bg-gold .card3-list {
  color: #7a773d !important;
}
.explore-card.bg-gold .card3-btn {
  background: #b89c4c !important;
  color: #fff !important;
  transition: background 0.2s, color 0.2s;
}
.explore-card.bg-gold:hover .card3-btn,
.explore-card.bg-gold:focus .card3-btn {
  background: linear-gradient(90deg, #c6b05a 0%, #a89453 100%) !important;
  color: #e9d9a2 !important;
}
.explore-card:hover .card-title2,
.explore-card:focus .card-title2 {
  color: #8d6c00 !important;
}

.explore-card:hover .card-title3,
.explore-card:focus .card-title3 {
  color: #000 !important;
}
.explore-card:hover .explore-btn,
.explore-card:focus .explore-btn {
  background: #b89c4c !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .explore-card h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .explore-card {
    padding: 1rem 0.5rem !important;
  }
  .explore-card h3 {
    font-size: 1.2rem;
  }
}

.case-card {
  padding: 10px;
  box-shadow: 0 4px 24px rgba(44, 49, 66, 0.07);
  transition: box-shadow 0.2s;
}
/* Card hover effect */
.case-card:hover {
  background: linear-gradient(
    145deg,
    #c6b05a 0%,
    #fff6d5 49.49%,
    #a89453 98.99%
  ) !important;
  /* box-shadow: 0 8px 32px rgba(198,176,90,0.18); */
}

/* Button hover effect inside card */
.case-card:hover .case-btn {
  background: #000 !important;
  color: #fff !important;
}
.case-year {
  font-weight: 600;
  letter-spacing: 1px;
}
.case-btn {
  font-weight: 600;
  background: #e0e0e0;
  color: #222;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
}
.case-btn:hover {
  background: #c6b05a;
  color: #fff;
}
@media (max-width: 991px) {
  .case-card h3 {
    font-size: 1.3rem;
  }
  .case-btn {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .case-card {
    margin-bottom: 2rem;
  }
  .case-card h3 {
    font-size: 1.1rem;
  }
}

.recent-victories-section {
  background: #222;
}
.victory-card {
  /* min-height: 220px; */
  box-shadow: 0 4px 24px rgba(44, 49, 66, 0.07);
  transition: box-shadow 0.2s;
  padding: 1.5rem 1rem !important;
}
.victory-card:hover {
  box-shadow: 0 8px 32px rgba(198, 176, 90, 0.18);
}


.victory-label{
  font-size:1.2rem;
}
@media (max-width: 991px) {
  .victory-card {
    min-height: 180px;
    padding: 1.5rem 1rem !important;
  }
}
@media (max-width: 767px) {

  .victory-label{
  font-size:0.9rem;
}
  .victory-card {
    min-height: 140px;
    padding: 1rem 0.5rem !important;
    margin-bottom: 1.5rem;
  }
  .recent-victories-section h2 {
    font-size: 2rem !important;
  }
}

.contact-inquiry-section .form-control,
.contact-inquiry-section .form-select {
  font-size: 1.2rem;
  border-radius: 8px;
  background: #f8f8f8;
  border: 1.5px solid #e0e0e0;
  margin-bottom: 0.5rem;
}
.contact-inquiry-section .form-control:focus,
.contact-inquiry-section .form-select:focus {
  border-color: #b89c4c;
  box-shadow: none;
}
@media (max-width: 991px) {
  .contact-inquiry-section h2 {
    font-size: 2rem !important;
  }
  .contact-inquiry-section .col-lg-5 {
    margin-top: 2rem;
  }
}

.about-hero-section {
  min-height: 320px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.about-hero-section h1 {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: Martel;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  letter-spacing: 0.2px;
}

@media (max-width: 767px) {
  .about-hero-section {
    min-height: 180px;
    padding: 2rem 0;
  }
  .about-hero-section h1 {
    font-size: 2rem !important;
  }
  .about-hero-section p {
    font-size: 1.1rem !important;
  }
}

.services-slider-section {
  /* padding: 3rem 0; */
  background-color: #fafafa;
  position: relative;
}

.services-swiper {
  position: relative;
  padding: 0 60px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  /* min-height: 350px; */
  padding: 2.5rem 1.5rem;
  text-align: start;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: background 0.3s;
  margin: 1rem 0;
  overflow: hidden;
}



.service-card2.active,
.service-card2:hover {
  background: #000 !important;
}

.service-card .service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  filter: brightness(1);
  transition: filter 0.3s;
}

.service-card.active .service-icon,
.service-card:hover .service-icon {
  filter: brightness(1.5);
}

.service-card:hover i {
    color: #ffffff !important; /* or any color you prefer */
    transition: color 0.3s;
}

.service-title {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
  transition: color 0.3s;
  margin-top: 20px;
}

.service-card.active .service-title,
.service-card:hover .service-title {
  color: #fff;
}

.service-description {
  color: #777;
  font-size: 1rem;
  margin-bottom: 2rem;
  transition: color 0.3s;
  flex-grow: 1;

  color: #a2a2a2;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.2px;
}

.service-card.active .service-description,
.service-card:hover .service-description {
  color: #d1c08f;
}

.service-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 2px solid #d1c08f;
  border-radius: 50px;
  color: #d1c08f;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s;
}

.service-card.active .service-btn,
.service-card:hover .service-btn {
  border-radius: 37px;
  background: #c6b05a;
  color: #fff;
  border-color: #d1c08f;
}

.service-btn .arrow-icon {
  margin-left: 0.5rem;
  transition: transform 0.3s;
}

.service-btn:hover .arrow-icon {
  transform: translateX(5px);
}

/* Swiper Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
  border-radius: 50%;
  color: #777;
  transition: background 0.3s, color 0.3s;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #d1c08f;
  color: #fff;
}

@media (max-width: 768px) {
  .services-swiper {
    padding: 0 40px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 16px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;

  width: 30px !important;
  height: 30px !important;
  color: white !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: white !important;
}

.team-behind-card {
  box-shadow: 0 4px 24px rgba(44, 49, 66, 0.07);
  transition: box-shadow 0.2s;
  min-height: 220px;
}
.team-behind-card:hover {
  box-shadow: 0 8px 32px rgba(198, 176, 90, 0.18);
}
@media (max-width: 991px) {
  .team-behind-card {
    flex-direction: row !important;
    min-height: 180px;
  }
  .team-behind-card img {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 767px) {
  .team-behind-card {
    flex-direction: row !important;
    min-height: 140px;
    margin-bottom: 1.5rem;
  }
  .team-behind-section h2 {
    font-size: 1.8rem !important;
  }
}

.contact-info-box {
  background: #fff;
}
.info-card {
  background: #fff;
}
@media (max-width: 991px) {
  .contact-info-box {
    margin-bottom: 2rem;
  }
}

.service-card:hover .arrow-icon {
  display: none;
  transition: opacity 0.2s;
}

/* header css */

/* Mobile Navigation Styles */
.mobile-nav {
  background-color: black;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #c6b05a;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: all 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

.mobile-menu-header {
  padding: 20px;
  text-align: right;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile-menu-body {
  padding: 20px;
}

.mobile-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-items li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu-items a {
  display: block;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.mobile-menu-items a:hover {
  color: #c6b05a;
  padding-left: 10px;
}

.mobile-menu-contact {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-info {
  display: flex;
  align-items: center;
  color: #c6b05a;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-info i {
  margin-right: 10px;
  color: #c6b05a;
}

.mobile-book-btn {
  width: 100%;
  padding: 12px 20px;
  background-color: #c6b05a;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-book-btn:hover {
  background-color: #c6b05a;
  transform: translateY(-2px);
}

.mobile-menu-footer {
  /* margin-top: 30px; */
  padding: 20px 0;
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
  text-align: center;
}

.mobile-logo-footer {
  margin-bottom: 5px;
}

.mobile-copyright {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.4;
}

.mobile-copyright p {
  margin: 2px 0;
}

.thyo-link {
  color: #c6b05a;
  font-weight: 600;
}

/* Prevent body scroll when menu is open */
body.mobile-menu-open {
  overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 576px) {
     
      .disclaimer-fs p{
    font-size:0.8rem !important;

    margin-bottom: 0.3rem !important;

  }
    
  .text-size44 {
    font-size: 2rem !important;
  }

  .font-size45 {
    color: #000;
    text-align: center !important;
    font-family: Martel !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important; 
    letter-spacing: normal !important;
    margin-top: 20px !important;
  }
  .mobile-menu-content {
    width: 100%;
    max-width: 100%;
  }
}




/* Modal Popup Styles */
.modal-content {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.modal.fade .modal-dialog {
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

#popupConsultationForm .form-control,
#popupConsultationForm .form-select {
  border-radius: 8px;
}

#popupConsultationForm button {
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.object-fit-cover {
  object-fit: cover;
}

/* Close button styling */
.modal .btn-close {
  background-color: white;
  opacity: 0.8;
  border-radius: 50%;
  padding: 0.6rem;
  z-index: 10;
}

.modal .btn-close:hover {
  opacity: 1;
}




.modal {
    --bs-modal-width: 700px !important;

}