/********** Template CSS **********/
/* :root {
  --primary: #e9e9e9;
  --light: #feeeb8;
  --dark: #94711f;
} */

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}
.sale_h5 {
  font-style: italic;
  font-size: 16px;
  text-align: right;
  background: #9b0000;
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  border-radius: 10px;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.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;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.main-title {
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.main-title:hover { 
  background: rgba(161, 161, 161, 0.3);

}
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
}



.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #2a3369;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}
header i {
  color: #e9e9e9;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #e9e9e9;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #e9e9e9;
  text-decoration: none;
  text-align: center !important;
}
.data p a:hover {
  text-decoration: underline;
}
.buttons {
  padding: 20px 0px;
  text-align: center;
}
.buttons .cookie-button {
  border: 2px solid #e9e9e9;
  color: #fff;
  padding: 8px 0;
  background: #757575;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}
.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #e9e9e9;
}
#declineBtn {
  background-color: #fff;
  color: #4a4a4a;
}
#declineBtn:hover {
  background-color: #e9e9e9;
  color: #fff;
}
/* Footer Style */


/* new styles  */
:root {
  --bg-color: #edfff1;
  --accent-color: #90b14d;
  --secondary-color: #73b64a;
  --light-accent: #9ee0a7;
  --dark-text: #333;
  --light-text: #fff;
  --dark-bg: #1a1a1a;
  --green-btn: #5c9732;
  --green-btn-hover: #4b7e28;
  --footer-bg: #121212;
}
  
.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.4)), url('../img/hero-img.webp');
  background-size: cover;
  background-position: center;
}

.hero-content {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 3rem;
  border-radius: 24px;
  backdrop-filter: blur(8px);
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-content:hover {
  transform: translateY(10px);
}

.subtitle {
  color: var(--accent-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.main-title {
  color: var(--light-text);
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.short-desc {
  color: var(--light-accent);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

.hero-btn {
  background-color: var(--accent-color);
  color: var(--light-text);
  border: none;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-btn:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: var(--light-text);
}

.hero-btn .material-icons {
  margin-left: 8px;
}


/* Media Queries */
@media (max-width: 992px) {
  .main-title {
      font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .hero-content {
      padding: 2rem;
  }
  
  .main-title {
      font-size: 2.3rem;
  }
  
  .short-desc {
      font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .hero-content {
      padding: 1.5rem;
  }
  
  .main-title {
      font-size: 2rem;
  }
  
  .subtitle {
      font-size: 0.8rem;
  }
  
  .short-desc {
      font-size: 1rem;
      margin-bottom: 1.5rem;
  }
  
  .hero-btn {
      padding: 0.7rem 1.5rem;
      font-size: 1rem;
  }
}

.about-section {
  padding: 5rem 0;
}

.section-subtitle {
  color: var(--accent-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--dark-text);
}

.about-image-container {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  height: 100%;
  min-height: 350px;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-image-container:hover .about-image {
  transform: scale(1.05);
}

.about-content {
  padding: 2rem;
  background-color: var(--light-text);
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.about-text {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.feature-item {
  margin-bottom: 1.5rem;
}

.feature-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
}

.feature-title .material-icons {
  margin-right: 0.5rem;
  color: var(--accent-color);
}

.value-list {
  list-style: none;
  padding-left: 2.5rem;
  margin-top: 1rem;
}

.value-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.value-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--accent-color);
  border-radius: 50%;
}

.value-title {
  font-weight: 600;
  color: var(--secondary-color);
}

@media (max-width: 991px) {
  .about-image-container {
      margin-bottom: 2rem;
      min-height: 300px;
  }
  
  .about-content {
      padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2rem;
  }
  
  .about-text {
      font-size: 1rem;
  }
}
.services-section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-subtitle {
  color: var(--accent-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--dark-text);
}

.service-card {
  background-color: var(--light-text);
  border-radius: 24px 100px 50px 24px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-img {
  transform: scale(1.05);
}

.service-content {
  padding: 1.5rem;
}

.service-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--accent-color);
  color: var(--light-text);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.service-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--dark-text);
}

.service-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 992px) {
  .service-card {
      margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2rem;
  }
  
  .services-section {
      padding: 3rem 0;
  }
  
  .section-header {
      margin-bottom: 2rem;
  }
}
.guide-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.guide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.6)), url('../img/guide-section.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.guide-container {
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.guide-subtitle {
  color: var(--accent-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.guide-title {
  color: var(--light-text);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.guide-description {
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.guide-steps {
  margin-top: 2rem;
}

.step-item {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.step-number {
  background-color: var(--accent-color);
  color: var(--light-text);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-title {
  color: var(--light-text);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.step-text {
  color: #aaa;
  font-size: 1rem;
  line-height: 1.5;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .guide-title {
      font-size: 2.2rem;
  }
  
  .guide-container {
      padding: 2rem;
  }
}

@media (max-width: 768px) {
  .guide-section {
      padding: 3rem 0;
  }
  
  .guide-title {
      font-size: 1.8rem;
  }
  
  .guide-description {
      font-size: 1rem;
  }
  
  .step-title {
      font-size: 1.1rem;
  }
  
  .guide-container {
      padding: 1.5rem;
  }
}
.cta-section {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
  background-color: var(--light-accent);
}


.cta-container {
  position: relative;
  background-color: var(--dark-bg);
  border-radius: 24px;
  padding: 3rem;
  z-index: 1;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.cta-title {
  color: var(--light-text);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-text {
  color: #aaa;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.cta-btn {
  background-color: var(--accent-color);
  color: var(--light-text);
  border: none;
  padding: 0.8rem 2.5rem;
  font-size: 1.1rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  color: var(--light-text);
}

@media (max-width: 768px) {
  .cta-container {
      padding: 2rem;
  }
  
  .cta-title {
      font-size: 2rem;
  }
  
  .cta-text {
      font-size: 1.1rem;
  }
}

.values-section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--dark-text);
  position: relative;
  display: inline-block;
}


.value-card {
  background-color: var(--light-text);
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.value-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 5rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
}

.value-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--secondary-color);
}

.value-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
}

@media (max-width: 992px) {
  .value-card {
      margin-bottom: 2rem;
  }
  
  .section-title {
      font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .values-section {
      padding: 3rem 0;
  }
  
  .section-header {
      margin-bottom: 2.5rem;
  }
  
  .section-title {
      font-size: 1.8rem;
  }
  
  .value-card {
      padding: 1.5rem;
  }
  
  .value-title {
      font-size: 1.3rem;
  }
  
  .value-number {
      font-size: 4rem;
      top: 10px;
      right: 10px;
  }
}
.testimonials-section {
  padding: 5rem 0;
  background-color: var(--light-accent);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  z-index: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-text);
  display: inline-block;
  position: relative;
}

.testimonial-card {
  background-color: var(--light-text);
  border-radius: 24px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.testimonial-icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-text);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-quote {
  color: var(--dark-text);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid var(--light-accent);
}

.testimonial-author {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1.1rem;
}

.testimonial-city {
  color: #777;
  font-size: 0.9rem;
}




@media (max-width: 992px) {
  .section-title {
      font-size: 2.2rem;
  }
  
  .testimonial-card {
      margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
      padding: 3rem 0;
  }
  
  .section-header {
      margin-bottom: 3rem;
  }
  
  .section-title {
      font-size: 1.8rem;
  }
  
  .testimonial-card {
      padding: 1.5rem;
  }
}
.join-section {
  position: relative;
  padding: 5rem 0;
  background: url('../img/join-section.webp');

  overflow: hidden;
}



.join-container {
  position: relative;
  background-color: var(--dark-bg);
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
  z-index: 1;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.join-title {
  color: var(--light-text);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.join-text {
  color: #aaa;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.join-btn {
  background-color: var(--green-btn);
  color: var(--light-text);
  border: none;
  padding: 0.8rem 2.5rem;
  font-size: 1.1rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.join-btn:hover {
  background-color: var(--green-btn-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  color: var(--light-text);
}

@media (max-width: 768px) {
  .join-section {
      padding: 3rem 0;
  }
  
  .join-container {
      padding: 2rem;
  }
  
  .join-title {
      font-size: 2rem;
  }
  
  .join-text {
      font-size: 1.1rem;
      margin-bottom: 2rem;
  }
}
.contact-section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--dark-text);
}

.contact-container {
  background-color: var(--light-text);
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.contact-info {
  color: var(--light-text);
  padding: 3rem 2rem;
  height: 100%;
}

.contact-info-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  margin-right: 1rem;
  color: var(--light-text);
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-text {
  font-size: 1rem;
  line-height: 1.5;
}

.contact-form {
  padding: 3rem 2rem;
}

.form-floating {
  margin-bottom: 1.5rem;
}

.form-control {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  height: calc(3.5rem + 2px);
}

.form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem rgba(120, 151, 204, 0.25);
}

.form-floating > label {
  padding: 1rem;
}

.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.privacy-checkbox {
  margin-bottom: 1.5rem;
}

.privacy-text {
  font-size: 0.9rem;
  color: #666;
  margin-left: 0.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

@media (max-width: 991px) {
  .contact-info {
      margin-bottom: 2rem;
      border-radius: 24px;
  }
  
  .contact-container {
      padding: 0;
  }
  
  .contact-form {
      padding: 2rem;
  }
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2rem;
  }
  
  .contact-section {
      padding: 3rem 0;
  }
}

/* Custom checkbox styling */
.custom-checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  accent-color: var(--accent-color);
}
.footer {
  background-color: var(--footer-bg);
  color: var(--light-text);
  padding-top: 4rem;
  margin-top: auto;
}

.footer-logo {
  color: var(--light-text);
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1.5rem;
  position: relative;
  transition: color 0.3s ease;
}

.footer-logo:hover {
  color: var(--accent-color);
}

.footer-logo::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: var(--accent-color);
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease;
}

.footer-logo:hover::after {
  width: 100%;
}

.footer-description {
  color: #aaa;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #aaa;
}

.contact-icon {
  margin-right: 1rem;
  color: var(--accent-color);
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-link {
  color: #aaa;
  text-decoration: none;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--accent-color);
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: var(--light-text);
  transform: translateX(5px);
}

.footer-link:hover::before {
  width: 100%;
}

.disclaimer-box {
  background-color: var(--light-text);
  color: var(--dark-text);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 3rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.disclaimer-title {
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.disclaimer-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  margin-top: 3rem;
  text-align: center;
}

.copyright {
  color: #777;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .footer {
      padding-top: 3rem;
  }
  
  .footer-col {
      margin-bottom: 2rem;
  }
  
  .disclaimer-box {
      margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .footer-logo {
      font-size: 28px;
  }
  
  .disclaimer-box {
      padding: 1.5rem;
  }
  
  .disclaimer-title {
      font-size: 1.2rem;
  }
  
  .disclaimer-text {
      font-size: 0.85rem;
  }
}
