/**
* Template Name: Grandoria
* Template URL: https://bootstrapmade.com/grandoria-bootstrap-hotel-template/
* Updated: Jul 29 2025 with Bootstrap v5.3.7
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


@charset "UTF-8";


/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/



/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */


.light-background {
  --background-color: #f1f6f5;
  --surface-color: #ffffff;
}


.dark-background {
  --background-color: #2f5d50;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #2e2b28;
  --contrast-color: #ffffff;
}


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #40524d;
  background-color: #2f5d50;
  font-family: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


a {
  color: #2f5d50;
  text-decoration: none;
  transition: 0.3s;
}


a:hover {
  color: color-mix(in srgb, #2f5d50, transparent 25%);
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d1f1a;
  font-family: "Josefin Sans",  sans-serif;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #436e62;
  --heading-color: #ffffff;
  color: #40524d;
  transition: all 0.5s;
  z-index: 997;
  background-color: #2f5d50;
}


.header .topbar {
  background-color: #f7d40d;
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}


.header .topbar .contact-info i {
  font-style: normal;
  color: #436e62;
}


.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: #436e62;
}


@media (max-width: 575px) {


  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}


.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}


.header .topbar .contact-info i a:hover {
  color: #436e62;
  text-decoration: underline;
}


.header .topbar .social-links a {
  color: color-mix(in srgb, #436e62, transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}


.header .topbar .social-links a:hover {
  color: #34584e;
}


.header .branding {
  min-height: 60px;
  padding: 10px 0;
}


.header .logo {
  line-height: 1;
}


.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}


.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}


.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}


.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }


  .navmenu svg {
    height: 16px;
    padding-right: 10px;
  }


  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }


  .navmenu li {
    position: relative;
  }


  .navmenu a,
  .navmenu a:focus {
    color: rgba(255, 255, 255, 0.6);
    padding: 18px 15px;
    font-size: 15px;
    font-family: "Poppins",  sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }


  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }


  .navmenu li:last-child a {
    padding-right: 0;
  }


  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ffffff;
  }


  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }


  .navmenu .dropdown ul li {
    min-width: 200px;
  }


  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #40524d;
  }


  .navmenu .dropdown ul a i {
    font-size: 12px;
  }


  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #2f5d50;
  }


  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }


  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }


  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  #menu-principal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  background: rgba(42, 123, 155, 1);
  border-radius: 5px;
  }

  #menu-principal li {
  position: relative;
  }

  #menu-principal li a {
  display: block;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s;
  }

  #menu-principal li a:hover {
  background: rgb(9, 74, 100);
  }

  #menu-principal li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(42, 123, 155, 1);
  min-width: 180px;
  }

  #menu-principal li:hover ul {
  display: block;
  }

  #menu-principal li ul li a {
  padding: 10px;
  }

}


/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }


  .navmenu {
    padding: 0;
    z-index: 9997;
  }


  .navmenu svg {
    height: 16px;
    padding-right: 10px;
  }


  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }


  .navmenu a,
  .navmenu a:focus {
    color: #40524d;
    padding: 10px 20px;
    font-family: "Poppins",  sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }


  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #2f5d50, transparent 90%);
  }


  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #2f5d50;
    color: #ffffff;
  }


  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #2f5d50;
  }


  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #2f5d50;
    color: #ffffff;
    transform: rotate(180deg);
  }


  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #40524d, transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }


  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }


  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }


  .mobile-nav-active {
    overflow: hidden;
  }


  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }


  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }


  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #2f5d50;
  background-color: #ffffff;
  font-size: 14px;
  position: relative;
}


.footer .footer-top {
  background-color: color-mix(in srgb, #2f5d50, white 5%);
  padding-top: 50px;
}


.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}


.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}


.footer .footer-about .logo span {
  color: #ffffff;
  font-family: "Josefin Sans",  sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}


.footer .footer-about p {
  font-size: 14px;
  font-family: "Josefin Sans",  sans-serif;
}


.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}


.footer h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #2f5d50;
  bottom: 0;
  left: 0;
}


.footer .footer-links {
  margin-bottom: 30px;
}


.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}


.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}


.footer .footer-links ul li:first-child {
  padding-top: 0;
}


.footer .footer-links ul a {
  color: color-mix(in srgb, #40524d, transparent 30%);
  display: inline-block;
  line-height: 1;
}


.footer .footer-links ul a:hover {
  color: #2f5d50;
}


.footer .footer-contact p {
  margin-bottom: 5px;
  color: #ffffff;
}


.footer .copyright {
  padding: 30px 0;
  background-color: #f7d40d;
}


.footer .copyright p {
  margin-bottom: 0;
}


.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}


.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: color-mix(in srgb, #f7d40d, transparent 92%);
  color: #2f5d50;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.footer .social-links a:hover {
  color: #f7d40d;
  background: #2f5d50;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #2f5d50;
  transition: all 0.6s ease-out;
}


#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: #2f5d50 transparent #2f5d50 transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}


@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #2f5d50;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}


.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}


.scroll-top:hover {
  background-color: color-mix(in srgb, #2f5d50, transparent 20%);
  color: #ffffff;
}


.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: #40524d;
  background-color: #d6d6d6;
  padding: 25px 0;
  position: relative;
}


.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}


.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}


.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}


.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, #40524d, transparent 70%);
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: #40524d;
  background-color: #ffffff;
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}


@media (max-width: 1199px) {


  section,
  .section {
    scroll-margin-top: 66px;
  }
}


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}


.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}


.section-title span {
  position: absolute;
  top: 4px;
  color: color-mix(in srgb, #0d1f1a, transparent 95%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}


.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}


@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }


  .section-title span {
    font-size: 38px;
  }
}


/*--------------------------------------------------------------
# Hotel Hero Section
--------------------------------------------------------------*/
.hotel-hero {
  padding-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}


.hotel-hero .hero-content {
  position: relative;
  z-index: 2;
}


.hotel-hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #0d1f1a;
}


@media (max-width: 992px) {
  .hotel-hero .hero-content h1 {
    font-size: 2.8rem;
  }
}


@media (max-width: 768px) {
  .hotel-hero .hero-content h1 {
    font-size: 2.2rem;
  }
}


.hotel-hero .hero-content .lead {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: color-mix(in srgb, #40524d, transparent 20%);
}


@media (max-width: 768px) {
  .hotel-hero .hero-content .lead {
    font-size: 1.1rem;
  }
}


.hotel-hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
}


@media (max-width: 576px) {
  .hotel-hero .hero-features {
    flex-direction: column;
    gap: 1rem;
  }
}


.hotel-hero .hero-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #40524d;
}


.hotel-hero .hero-features .feature-item i {
  color: #2f5d50;
  font-size: 1.2rem;
}


.hotel-hero .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}


.hotel-hero .hero-buttons .btn {
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}


.hotel-hero .hero-buttons .btn.btn-primary {
  background-color: #2f5d50;
  color: #ffffff;
  border-color: #2f5d50;
}


.hotel-hero .hero-buttons .btn.btn-primary:hover {
  background-color: color-mix(in srgb, #2f5d50, black 10%);
  border-color: color-mix(in srgb, #2f5d50, black 10%);
  transform: translateY(-2px);
}


.hotel-hero .hero-buttons .btn.btn-outline {
  background-color: transparent;
  color: #2f5d50;
  border-color: #2f5d50;
}


.hotel-hero .hero-buttons .btn.btn-outline:hover {
  transform: translateY(-2px);
}


.hotel-hero .hero-images {
  position: relative;
  z-index: 2;
}


.hotel-hero .hero-images .main-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px color-mix(in srgb, #40524d, transparent 85%);
}


.hotel-hero .hero-images .main-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.3s ease;
}


@media (max-width: 768px) {
  .hotel-hero .hero-images .main-image img {
    height: 400px;
  }
}


.hotel-hero .hero-images .main-image:hover img {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .hotel-hero .hero-images .floating-card {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2rem;
    max-width: none;
  }
}


.hotel-hero .hero-images .floating-card .rating {
  margin-bottom: 0.5rem;
}


.hotel-hero .hero-images .floating-card .rating i {
  color: #ffc107;
  margin-right: 0.2rem;
}


.hotel-hero .hero-images .floating-card h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0d1f1a;
}


.hotel-hero .hero-images .floating-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #40524d;
}


.hotel-hero .hero-images .floating-card .guest-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}


.hotel-hero .hero-images .floating-card .guest-info .guest-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}


.hotel-hero .hero-images .floating-card .guest-info span {
  font-weight: 500;
  color: #0d1f1a;
}


.hotel-hero .hero-stats {
  margin-top: 4rem;
  padding: 2rem 0;
  border-top: 1px solid color-mix(in srgb, #40524d, transparent 90%);
}


.hotel-hero .hero-stats .stat-item .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2f5d50;
  line-height: 1;
  margin-bottom: 0.5rem;
}


@media (max-width: 768px) {
  .hotel-hero .hero-stats .stat-item .stat-number {
    font-size: 2rem;
  }
}


.hotel-hero .hero-stats .stat-item .stat-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #40524d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


@media (max-width: 992px) {
  .hotel-hero {
    min-height: auto;
    padding: 4rem 0;
  }


  .hotel-hero .row {
    min-height: auto;
  }


  .hotel-hero::before {
    display: none;
  }
}

/*--------------------------------------------------------------
# Rooms Showcase Section
--------------------------------------------------------------*/
.rooms-showcase .mt-6 {
  margin-top: 5rem;
}


.rooms-showcase .hero-room-showcase {
  background-color: #2e2b28;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease;
  height: 100%;
}


.rooms-showcase .hero-room-showcase:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}


.rooms-showcase .hero-room-showcase .showcase-image-container {
  position: relative;
  height: 400px;
  overflow: hidden;
}


.rooms-showcase .hero-room-showcase .showcase-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}


.rooms-showcase .hero-room-showcase .showcase-image-container:hover img {
  transform: scale(1.03);
}


.rooms-showcase .hero-room-showcase .showcase-image-container .room-category-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #0d1f1a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


.rooms-showcase .hero-room-showcase .showcase-image-container .room-details-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}


.rooms-showcase .hero-room-showcase .showcase-image-container .room-details-overlay .room-specs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}


.rooms-showcase .hero-room-showcase .showcase-image-container .room-details-overlay .room-specs .spec-item {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #0d1f1a;
}


.rooms-showcase .hero-room-showcase .showcase-image-container .room-details-overlay .room-specs .spec-item i {
  color: #2f5d50;
  font-size: 0.9rem;
}


.rooms-showcase .hero-room-showcase .showcase-content {
  padding: 40px;
}


.rooms-showcase .hero-room-showcase .showcase-content .room-title-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}


.rooms-showcase .hero-room-showcase .showcase-content .room-title-section h2 {
  color: #0d1f1a;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0;
  line-height: 1.2;
}


.rooms-showcase .hero-room-showcase .showcase-content .room-title-section .room-rating {
  text-align: right;
  white-space: nowrap;
}


.rooms-showcase .hero-room-showcase .showcase-content .room-title-section .room-rating .stars {
  color: #ffc107;
  font-size: 0.85rem;
  margin-bottom: 4px;
}


.rooms-showcase .hero-room-showcase .showcase-content .room-title-section .room-rating .rating-text {
  color: color-mix(in srgb, #40524d, transparent 30%);
  font-size: 0.75rem;
  font-weight: 500;
}


.rooms-showcase .hero-room-showcase .showcase-content .room-description {
  color: color-mix(in srgb, #40524d, transparent 20%);
  line-height: 1.7;
  margin-bottom: 32px;
  font-size: 0.95rem;
}


.rooms-showcase .hero-room-showcase .showcase-content .amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}


.rooms-showcase .hero-room-showcase .showcase-content .amenities-grid .amenity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
}


.rooms-showcase .hero-room-showcase .showcase-content .amenities-grid .amenity-item i {
  color: #2f5d50;
  font-size: 1.1rem;
  width: 20px;
}


.rooms-showcase .hero-room-showcase .showcase-content .amenities-grid .amenity-item span {
  color: color-mix(in srgb, #40524d, transparent 25%);
  font-size: 0.85rem;
  font-weight: 500;
}


.rooms-showcase .hero-room-showcase .showcase-content .booking-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.rooms-showcase .hero-room-showcase .showcase-content .booking-section .price-display {
  display: flex;
  align-items: baseline;
  gap: 4px;
}


.rooms-showcase .hero-room-showcase .showcase-content .booking-section .price-display .currency {
  color: #2f5d50;
  font-size: 1.2rem;
  font-weight: 400;
}


.rooms-showcase .hero-room-showcase .showcase-content .booking-section .price-display .amount {
  color: #2f5d50;
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: -1px;
}


.rooms-showcase .hero-room-showcase .showcase-content .booking-section .price-display .period {
  color: color-mix(in srgb, #40524d, transparent 40%);
  font-size: 0.9rem;
  margin-left: 8px;
}


.rooms-showcase .hero-room-showcase .showcase-content .booking-section .primary-booking-btn {
  background-color: #2f5d50;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: all 0.4s ease;
}


.rooms-showcase .hero-room-showcase .showcase-content .booking-section .primary-booking-btn:hover {
  background-color: color-mix(in srgb, #2f5d50, black 15%);
  color: #ffffff;
  transform: translateY(-1px);
}


.rooms-showcase .room-list-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}


.rooms-showcase .standard-room-card {
  background-color: #2e2b28;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  transition: all 0.4s ease;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
}


.rooms-showcase .standard-room-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transform: translateX(4px);
}


.rooms-showcase .standard-room-card .card-image {
  position: relative;
  width: 120px;
  flex-shrink: 0;
}


.rooms-showcase .standard-room-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rooms-showcase .standard-room-card .card-image .view-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2f5d50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  opacity: 0;
  transition: all 0.3s ease;
}


.rooms-showcase .standard-room-card .card-image:hover .view-link {
  opacity: 1;
}


.rooms-showcase .standard-room-card .card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}


.rooms-showcase .standard-room-card .card-content h4 {
  color: #0d1f1a;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.3;
}


.rooms-showcase .standard-room-card .card-content p {
  color: color-mix(in srgb, #40524d, transparent 35%);
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 12px;
  flex-grow: 1;
}


.rooms-showcase .standard-room-card .card-content .features-list {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}


.rooms-showcase .standard-room-card .card-content .features-list span {
  color: color-mix(in srgb, #40524d, transparent 40%);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 4px;
}


.rooms-showcase .standard-room-card .card-content .features-list span i {
  color: #2f5d50;
  font-size: 0.8rem;
}


.rooms-showcase .standard-room-card .card-content .booking-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.rooms-showcase .standard-room-card .card-content .booking-row .price {
  color: #2f5d50;
  font-size: 1.1rem;
  font-weight: 500;
}


.rooms-showcase .standard-room-card .card-content .booking-row .price small {
  color: color-mix(in srgb, #40524d, transparent 50%);
  font-size: 0.65rem;
  font-weight: 400;
}


.rooms-showcase .standard-room-card .card-content .booking-row .book-link {
  color: #2f5d50;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 6px 16px;
  border: 1px solid color-mix(in srgb, #2f5d50, transparent 70%);
  border-radius: 4px;
  transition: all 0.3s ease;
}


.rooms-showcase .standard-room-card .card-content .booking-row .book-link:hover {
  background-color: #2f5d50;
  color: #ffffff;
  border-color: #2f5d50;
}


.rooms-showcase .minimal-room-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}


.rooms-showcase .minimal-room-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}


.rooms-showcase .minimal-room-card .room-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}


.rooms-showcase .minimal-room-card .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}


.rooms-showcase .minimal-room-card .room-image .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.rooms-showcase .minimal-room-card .room-image .hover-overlay .view-room {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}


.rooms-showcase .minimal-room-card .room-image .hover-overlay .view-room:hover {
  color: #ffffff;
  transform: scale(1.1);
}


.rooms-showcase .minimal-room-card .room-image:hover .hover-overlay {
  opacity: 1;
}


.rooms-showcase .minimal-room-card .room-image:hover img {
  transform: scale(1.04);
}


.rooms-showcase .minimal-room-card .room-summary {
  padding: 24px 20px;
  text-align: center;
}


.rooms-showcase .minimal-room-card .room-summary h5 {
  color: #0d1f1a;
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 12px;
}


.rooms-showcase .minimal-room-card .room-summary .price-tag {
  color: #2f5d50;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 16px;
  display: block;
}


.rooms-showcase .minimal-room-card .room-summary .price-tag span {
  color: color-mix(in srgb, #40524d, transparent 50%);
  font-size: 0.7rem;
  font-weight: 400;
}


.rooms-showcase .minimal-room-card .room-summary .basic-amenities {
  display: flex;
  justify-content: center;
  gap: 12px;
}


.rooms-showcase .minimal-room-card .room-summary .basic-amenities i {
  color: #2f5d50;
  font-size: 1rem;
  opacity: 0.8;
}


.rooms-showcase .explore-all-link {
  color: #0d1f1a;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}


.rooms-showcase .explore-all-link:hover {
  color: #2f5d50;
  border-bottom-color: #2f5d50;
  transform: translateX(4px);
}


.rooms-showcase .explore-all-link i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}


.rooms-showcase .explore-all-link:hover i {
  transform: translateX(4px);
}


@media (max-width: 1200px) {
  .rooms-showcase .hero-room-showcase .showcase-content .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 992px) {
  .rooms-showcase .standard-room-card {
    flex-direction: column;
  }


  .rooms-showcase .standard-room-card .card-image {
    width: 100%;
    height: 120px;
  }


  .rooms-showcase .hero-room-showcase .showcase-content .room-title-section {
    flex-direction: column;
    gap: 12px;
  }


  .rooms-showcase .hero-room-showcase .showcase-content .room-title-section .room-rating {
    text-align: left;
  }


  .rooms-showcase .hero-room-showcase .showcase-content .booking-section {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}


@media (max-width: 768px) {
  .rooms-showcase .mt-6 {
    margin-top: 3rem;
  }


  .rooms-showcase .hero-room-showcase .showcase-image-container {
    height: 280px;
  }


  .rooms-showcase .hero-room-showcase .showcase-image-container .room-details-overlay .room-specs {
    gap: 8px;
  }


  .rooms-showcase .hero-room-showcase .showcase-image-container .room-details-overlay .room-specs .spec-item {
    padding: 6px 12px;
    font-size: 0.75rem;
  }


  .rooms-showcase .hero-room-showcase .showcase-content {
    padding: 24px;
  }


  .rooms-showcase .hero-room-showcase .showcase-content .room-title-section h2 {
    font-size: 1.4rem;
  }


  .rooms-showcase .hero-room-showcase .showcase-content .amenities-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}


/*--------------------------------------------------------------
# Amenities Cards Section
--------------------------------------------------------------*/
.amenities-cards .facility-card {
  background-color: #ffffff;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 5px 25px color-mix(in srgb, #40524d, transparent 88%);
  transition: all 0.4s ease;
  position: relative;
}


.amenities-cards .facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px color-mix(in srgb, #40524d, transparent 80%);
}


.amenities-cards .facility-card:hover .facility-image .facility-overlay {
  background: color-mix(in srgb, transparent 15%);
}


.amenities-cards .facility-card:hover .facility-image img {
  transform: scale(1.05);
}


.amenities-cards .facility-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}


.amenities-cards .facility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}


.amenities-cards .facility-image .facility-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, transparent 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}


.amenities-cards .facility-image .facility-overlay i {
  font-size: 48px;
  color: #ffffff;
}


.amenities-cards .facility-info {
  padding: 30px 25px;
}


.amenities-cards .facility-info h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0d1f1a;
}


.amenities-cards .facility-info p {
  color: color-mix(in srgb, #40524d, transparent 15%);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}


.amenities-cards .facility-features {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}


.amenities-cards .facility-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #2f5d50;
}


.amenities-cards .facility-features span i {
  font-size: 14px;
}


@media (max-width: 992px) {
  .amenities-cards .facility-image {
    height: 200px;
  }


  .amenities-cards .facility-info {
    padding: 25px 20px;
  }


  .amenities-cards .facility-info h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }


  .amenities-cards .facility-info p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}


@media (max-width: 768px) {
  .amenities-cards .facility-image {
    height: 180px;
  }


  .amenities-cards .facility-image .facility-overlay i {
    font-size: 40px;
  }


  .amenities-cards .facility-info {
    padding: 22px 18px;
  }


  .amenities-cards .facility-info h4 {
    font-size: 18px;
  }


  .amenities-cards .facility-info p {
    font-size: 13px;
    line-height: 1.6;
  }


  .amenities-cards .facility-features {
    gap: 12px;
  }


  .amenities-cards .facility-features span {
    font-size: 12px;
  }
}

.testimonials .testimonials-wrapper {
  padding: 20px 0;
}


.testimonials .testimonial-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 30px 30px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid color-mix(in srgb, #40524d, transparent 92%);
  transition: all 0.3s ease;
  overflow: hidden;
}


.testimonials .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border-color: color-mix(in srgb, #2f5d50, transparent 80%);
}


.testimonials .testimonial-card:hover .quote-mark {
  color: #2f5d50;
}


.testimonials .quote-mark {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 2.5rem;
  line-height: 1;
  color: color-mix(in srgb, #2f5d50, transparent 80%);
  transition: color 0.3s ease;
  opacity: 0.8;
}


.testimonials .quote-mark i {
  transform: scaleX(-1);
}


.testimonials .testimonial-content {
  margin-bottom: 25px;
  padding-top: 10px;
}


.testimonials .testimonial-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: color-mix(in srgb, #40524d, transparent 15%);
  font-style: italic;
  margin-bottom: 0;
}


.testimonials .testimonial-author {
  display: flex;
  align-items: center;
}


.testimonials .testimonial-author img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid color-mix(in srgb, #2f5d50, transparent 85%);
  margin-right: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}


.testimonials .testimonial-author .author-info h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 5px;
  color: #0d1f1a;
}


.testimonials .testimonial-author .author-info span {
  font-size: 0.85rem;
  color: color-mix(in srgb, #40524d, transparent 30%);
  display: block;
}


@media (max-width: 1199px) {
  .testimonials .testimonial-card {
    padding: 35px 25px 25px;
  }


  .testimonials .quote-mark {
    font-size: 2.2rem;
  }
}


@media (max-width: 991px) {
  .testimonials .testimonial-card {
    margin-bottom: 20px;
  }


  .testimonials .testimonial-content p {
    font-size: 0.95rem;
  }
}


@media (max-width: 767px) {
  .testimonials .testimonial-card {
    padding: 30px 20px 20px;
  }


  .testimonials .quote-mark {
    font-size: 2rem;
    top: 15px;
    left: 20px;
  }


  .testimonials .testimonial-author img {
    width: 50px;
    height: 50px;
  }


  .testimonials .testimonial-author .author-info h4 {
    font-size: 1rem;
  }


  .testimonials .testimonial-author .author-info span {
    font-size: 0.8rem;
  }
}


@media (max-width: 575px) {
  .testimonials .testimonial-card {
    padding: 25px 18px 18px;
  }


  .testimonials .quote-mark {
    font-size: 1.8rem;
  }


  .testimonials .testimonial-content p {
    font-size: 0.9rem;
  }


  .testimonials .testimonial-author img {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  position: relative;
  overflow: hidden;
}


.call-to-action .container {
  position: relative;
  z-index: 1;
}


.call-to-action .content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #0d1f1a;
}


@media (max-width: 768px) {
  .call-to-action .content h2 {
    font-size: 2rem;
  }
}


.call-to-action .content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: color-mix(in srgb, #40524d, transparent 20%);
}


.call-to-action .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}


.call-to-action .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #40524d;
}


.call-to-action .features-list li i {
  color: #2f5d50;
  font-size: 1.2rem;
  margin-right: 1rem;
  flex-shrink: 0;
}


.call-to-action .cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}


@media (max-width: 576px) {
  .call-to-action .cta-buttons {
    flex-direction: column;
  }
}


.call-to-action .btn-primary {
  background: #2f5d50;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px color-mix(in srgb, #2f5d50, transparent 70%);
}


.call-to-action .btn-primary:hover {
  background: color-mix(in srgb, #2f5d50, black 10%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px color-mix(in srgb, #2f5d50, transparent 60%);
  color: #ffffff;
}


.call-to-action .btn-secondary {
  background: transparent;
  color: #40524d;
  border: 2px solid #40524d;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}


.call-to-action .btn-secondary:hover {
  background: #2f5d50;
  border-color: #2f5d50;
  color: #ffffff;
  transform: translateY(-2px);
}


.call-to-action .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px color-mix(in srgb, #40524d, transparent 85%);
}


.call-to-action .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.call-to-action .image-wrapper:hover img {
  transform: scale(1.05);
}


.call-to-action .image-wrapper .overlay-content {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}


.call-to-action .image-wrapper .special-offer {
  background: linear-gradient(135deg, #2f5d50, color-mix(in srgb, #2f5d50, black 20%));
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 25px color-mix(in srgb, #2f5d50, transparent 60%);
}


.call-to-action .image-wrapper .special-offer .label {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0.9;
}


.call-to-action .image-wrapper .special-offer .discount {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}


@media (max-width: 768px) {
  .call-to-action .image-wrapper {
    margin-top: 2rem;
  }


  .call-to-action .image-wrapper .overlay-content {
    top: 20px;
    right: 20px;
  }


  .call-to-action .image-wrapper .special-offer {
    padding: 12px 16px;
  }


  .call-to-action .image-wrapper .special-offer .label {
    font-size: 0.8rem;
  }


  .call-to-action .image-wrapper .special-offer .discount {
    font-size: 1.3rem;
  }
}


@media (max-width: 992px) {
  .call-to-action .content {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------------------------------
# Gallery Showcase Section
--------------------------------------------------------------*/
.gallery-showcase .gallery-carousel {
  margin-bottom: 2rem;
}


.gallery-showcase .gallery-carousel .swiper-wrapper {
  height: auto !important;
}


.gallery-showcase .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}


.gallery-showcase .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


.gallery-showcase .gallery-item:hover .gallery-overlay {
  opacity: 1;
}


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


.gallery-showcase .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}


@media (max-width: 576px) {
  .gallery-showcase .gallery-item img {
    height: 200px;
  }
}


.gallery-showcase .gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.gallery-showcase .gallery-item .gallery-overlay i {
  color: #ffffff;
  font-size: 2rem;
}


.gallery-showcase .btn-gallery {
  background: linear-gradient(135deg, #2f5d50, color-mix(in srgb, #2f5d50, #000000 20%));
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.gallery-showcase .btn-gallery:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  background: linear-gradient(135deg, color-mix(in srgb, #f7d40d, #000000 10%), color-mix(in srgb, #f7d40d, #000000 10%));
}


.gallery-showcase .btn-gallery i {
  font-size: 1.2rem;
}


@media (max-width: 576px) {
  .gallery-showcase .btn-gallery {
    padding: 12px 28px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .contact-form-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
}


.contact .contact-form-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0d1f1a;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}


.contact .contact-form-wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #2f5d50;
}


.contact .contact-form-wrapper .form-control {
  border: 1px solid color-mix(in srgb, #40524d, transparent 80%);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 15px;
  background-color: #ffffff;
  color: #40524d;
  transition: 0.3s;
  margin-bottom: 15px;
}


.contact .contact-form-wrapper .form-control:focus {
  border-color: #2f5d50;
  box-shadow: 0 0 0 3px color-mix(in srgb, #2f5d50, transparent 90%);
}


.contact .contact-form-wrapper .form-control::placeholder {
  color: color-mix(in srgb, #40524d, transparent 50%);
}


.contact .contact-form-wrapper textarea.form-control {
  resize: vertical;
  min-height: 180px;
}


.contact .contact-form-wrapper .btn-submit {
  background-color: #2f5d50;
  border: none;
  color: #ffffff;
  padding: 13px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}


.contact .contact-form-wrapper .btn-submit:hover {
  background-color: color-mix(in srgb, #cfb20f, transparent 20%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px color-mix(in srgb, #2f5d50, transparent 70%);
}


.contact .contact-info-card {
  background-color: color-mix(in srgb, #2f5d50, transparent 92%);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: 0.3s;
  height: 100%;
}


.contact .contact-info-card:hover {
  background-color: color-mix(in srgb, #2f5d50, transparent 85%);
  transform: translateY(-5px);
}


.contact .contact-info-card .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #2f5d50;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


.contact .contact-info-card .icon-box i {
  font-size: 26px;
}


.contact .contact-info-card .info-content h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0d1f1a;
}


.contact .contact-info-card .info-content p {
  margin-bottom: 8px;
  color: color-mix(in srgb, #40524d, transparent 30%);
  font-size: 16px;
}


.contact .map-container {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}


.contact .map-container iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}


@media (max-width: 768px) {
  .contact .contact-form-wrapper {
    padding: 30px;
  }


  .contact .contact-form-wrapper h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }


  .contact .contact-info-card {
    padding: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }


  .contact .contact-info-card .icon-box {
    margin-bottom: 15px;
  }


  .contact .map-container iframe {
    height: 400px;
  }
}


@media (max-width: 576px) {
  .contact .contact-form-wrapper {
    padding: 20px;
  }


  .contact .contact-form-wrapper h2 {
    font-size: 22px;
  }


  .contact .contact-info-card {
    padding: 20px;
  }


  .contact .map-container iframe {
    height: 350px;
  }
}