:root {
    --primary: 45 90% 65%;
    --primary-foreground: #000000;
    --secondary: hsl(222 20% 15%);
    --secondary-foreground: #ffffff;
    --background: hsl(222 20% 7%);
    --foreground: #fff;
    --border: hsl(222 20% 20%);
    --accent: #f8f9fa;
    --accent-foreground: #000000;
    --section-dark: hsl(222 20% 8%);
    --section-light: hsl(222 20% 12%);
    --muted-foreground: hsl(215 20% 65%);
    --radius: 0.75rem;
    --card: hsl(222 20% 10%);
    --tw-gradient-from-position: ;
    --tw-gradient-to-position: ;
    --input: 222 20% 20%;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --card-foreground: hsl(210 40% 98%);
    --tw-ring-offset-shadow: 0 0 #0000;
}

 /* container styling */
 #google_translate_element {
    display: inline-block;
    background: var(--background);
    border-radius: 8px;
  }

  /* select dropdown styling */
  .goog-te-combo {
    background: var(--background) !important;
    color: var(--foreground) !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    padding: 6px 8px !important;
    font-size: 14px !important;
  }

  /* remove Google banner (optional) */
  .goog-te-banner-frame.skiptranslate,
  body > .skiptranslate {
    display: none !important;
  }
  

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--background);
    margin: 0;
    padding: 0;
    top: 0px !important;
    font-size: 14px;
}

.editor_config p{
    margin: 0 !important;
}

.btn{
    font-size: 14px;
}

.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.text_para{
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.custom-font-md{
    font-size: 16px;
    font-weight: 500;
}

.custom-font-lg{
    font-size: 18px;
    font-weight: 500;
}

.them_main_title{
    font-size: 2rem;
}

.theme_short_title{
    max-width: 48rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}


/* Header Styles */
.header-sticky {
    position: sticky;
    top: 0;
    z-index: 1050;
    width: 100%;
    border-bottom: 1px solid var(--border);
    background-color: var(--background) / 0.6;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.header-sticky.scrolled {
    backdrop-filter: blur(8px);
}

.bg-section-dark {
    background-color: var(--section-dark);
    border-bottom: 1px solid var(--border);
}

.text-muted-foreground {
    color: var(--muted-foreground) !important;
}

.text-primary {
    color: hsl(var(--primary)) !important;
}

.text-foreground {
    color: var(--foreground) !important;
}

.btn-primary-custom {
    background-color: hsl(var(--primary));
    color: var(--primary-foreground);
    border: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: rgba(244, 196, 48, 0.9);
    color: var(--primary-foreground);
}

.btn-secondary-custom {
    background-color: var(--secondary);
    color: var(--secondary-foreground);
    border: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background-color: rgba(108, 117, 125, 0.8);
    color: var(--secondary-foreground);
}



.btn-outline-custom {
    border-color: hsl(var(--input));
    background-color: var(--background);
    color: var(--foreground);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background-color: var(--accent);
    color: var(--accent-foreground);
    border-color: var(--accent);
}

.navbar-brand {
    font-weight: bold;
}

.navbar-nav .nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Hero Section Styles */
.hero-gradient {
    background: linear-gradient(135deg, var(--background) 0%, hsl(219, 17%, 19%) 100%);
    position: relative;
    overflow: hidden;
}

.hero-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 74%);
    z-index: 2;
}

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

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.25rem;
    color: #e5e7eb;
    line-height: 32px;
    margin-bottom: 2rem;
}

.btn-hero-primary {
    background-color: hsl(var(--primary));
    color: var(--primary-foreground);
    border: none;
    font-weight: 500;
    padding: 12px 32px;
    font-size: 1.125rem;
    border-radius: calc(var(--radius) - 2px);
    transition: all 0.3s ease;
}

.btn-hero-primary:hover {
    background-color: rgba(244, 196, 48, 0.9);
    color: var(--primary-foreground);
    transform: translateY(-2px);
}

.btn-hero-outline {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 32px;
    font-size: 1.125rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-hero-outline:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.btn-hero-secondary {
    background-color: var(--secondary);
    color: var(--secondary-foreground);
    border: none;
    font-weight: 500;
    padding: 12px 32px;
    font-size: 1.125rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background-color: rgba(108, 117, 125, 0.8);
    color: var(--secondary-foreground);
}

/* Mobile hamburger icon */
.navbar-toggler {
    border: none;
    color: #fff;
    padding: 4px 8px;
}

.hero_content{
    max-width: 56rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}


 /* Hero Bottom Container Styles */
 .hero_bottom_container {
    background-color: var(--section-light);
    padding: 3rem 0;
    color: white;
}

.hero_bottom_item {
    padding: 1rem;
}

.hero_bottom_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_bottom_icon i {
    font-size: 2rem;
    color: hsl(var(--primary));
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_bottom_title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.hero_bottom_description {
    color: #cccccc;
    margin-bottom: 0;
    font-size: 1rem;
}


.floor_plans_container{
    background-color: hsl(var(--background));
    padding: 4rem 0; 
}

.floor_plans_container p{
    max-width: 48rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.floor_plans_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.floor_plan_card {
    background-color: var(--card);
    border-radius: 12px;
    border: 1px solid;
    border-color: var(--border);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    overflow: hidden;
    transition: all 0.3s ease;
}

.floor_plan_card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.floor_plan_header {
    height: 192px;
    background: linear-gradient(to right, #12141A, #171A22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.floor_plan_header_content {
    text-align: center;
}

.floor_plan_code {
    font-size: 3.7rem;
    font-weight: bold;
    color: hsl(var(--primary));
    margin-bottom: 0.5rem;
}

.floor_plan_type {
    font-size: 1.125rem;
    color: white;
}

.floor_plan_body {
    padding: 1.5rem;
}

.floor_plan_title_section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.floor_plan_title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: var(--card-foreground);
    margin: 0;
    line-height: 1.3;
}

.floor_plan_size_badge {
    background-color: var(--secondary);
    color: var(--secondary-foreground);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.floor_plan_description {
    color: #666;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    margin: 0;
}

.floor_plan_details {
    padding: 0 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.floor_plan_specs {
    display: flex;
    gap: 1rem;
    color: #666;
    font-size: 0.875rem;
}

.floor_plan_spec {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.floor_plan_spec i {
    width: 16px;
    height: 16px;
    color: #666;
}

.floor_plan_price {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--primary));
}

.floor_plan_features ul {
    list-style-type: disc;       
    padding-left: 1.5rem;
    margin-bottom: 0.25rem;
    color: var(--card-foreground);
}

/* .floor_plan_features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style-type: disc !important;
} */

.floor_plan_features li i {
    width: 12px;
    height: 12px;
    color: hsl(var(--primary));
    flex-shrink: 0;
}

.floor_plan_btn {
    display: block;
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem;
    padding: 0.75rem 1rem;
    background-color: hsl(var(--primary));
    color: var(--primary-foreground);
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.floor_plan_btn:hover {
    background-color: rgba(244, 196, 48, 0.9);
    color: var(--primary-foreground);
    text-decoration: none;
}

.floor_plan_specs i{
    color: var(--muted-foreground);
}

.amenities_container {
    background: linear-gradient(180deg, var(--section-dark) 0%, var(--section-light) 100%);
    padding: 4rem 0;
}


.amenities_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
}

.amenity-card {
    text-align: center;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #322D22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.icon-wrapper i {
    font-size: 32px;
    color: hsl(var(--primary));
}

.amenity-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.cta_section_container {
    padding: 4rem 0;
    background-color: var(--section-dark);
    color: #ffffff;
  }
  
  .cta_section_container .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
  }
  
  .cta_section_container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.2;
  }
  
  .cta_section_container p {
    font-size: 1.25rem;
    color: #a1a1aa;
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  
  .cta_section_container .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
 
  
  .footer_section_container {
    background-color: var(--section-dark);
    color: var(--section-foreground);
    border-top: 1px solid rgba(75, 85, 99, 0.2);
  }
  
  .footer_section_container .container {
    padding: 3rem 0;
  }
  
  .footer_section_container .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer_section_container .footer-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  /* Brand Section */
  .footer_section_container .brand-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .footer_section_container .brand-primary {
    color: hsl(var(--primary));
  }
  
  .footer_section_container .brand-secondary {
    color: #ffffff;
    margin-left: 0.5rem;
  }
  
  .footer_section_container .brand-description {
    color: var(--muted-foreground);
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  /* Section Headings */
  .footer_section_container .section-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
  }
  
  /* Contact Section */
  .footer_section_container .contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
  }
  
  .footer_section_container .contact-icon {
    width: 16px;
    height: 16px;
    color: hsl(var(--primary));
    flex-shrink: 0;
    margin-top: 2px;
  }
  
  .footer_section_container .contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .footer_section_container .contact-info div {
    color: #e5e7eb;
  }
  
  /* Quick Links */
  .footer_section_container .links-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .footer_section_container .links-nav a {
    display: block;
    color: var(--muted-foreground);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
  }
  
  .footer_section_container .links-nav a:hover {
    color: hsl(var(--primary));
  }
  
  /* Office Hours */
  .footer_section_container .hours-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
  }
  
  .footer_section_container .hours-icon {
    width: 16px;
    height: 16px;
    color: hsl(var(--primary));
    flex-shrink: 0;
    margin-top: 2px;
  }
  
  .footer_section_container .hours-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: #a1a1aa;
  }
  
  /* Bottom Section */
  .footer_section_container .footer-bottom {
    border-top: 1px solid rgba(75, 85, 99, 0.2);
    margin-top: 2rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: #a1a1aa;
  }

  .footer_section_container .copyright {
    color: #a1a1aa;
  }
  
  .footer_section_container .footer-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  
  .footer_section_container .footer-links a {
    color: #a1a1aa;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer_section_container .footer-links a:hover {
    color: hsl(var(--primary));
  }
  
  .footer_section_container .footer-links .spanish {
    color: hsl(var(--primary));
    cursor: pointer;
  }
  
  .footer_section_container svg {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  

  /* floor plans page */

  .inner_floor_plans{
    padding: 4rem 0;
  }

  .ineer_page_title{
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem;
  }

    .inner_floor_plans_grid{
        display: grid;
        grid-template-columns: repeat(2, minmax(350px, 1fr));
        gap: 2rem;
        margin-top: 2rem;
    }

    .inner_floor_plans_header{
        height: 16rem;
        position: relative;
    }

    .header_inner_bagde{
        position: absolute;
        top: 1rem;
        right: 1rem;
        background-color: hsl(var(--primary));
        color: var(--primary-foreground);
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 600;
        white-space: nowrap;
        flex-shrink: 0;
    }

.header_inner_bagde.inner2{
    background-color: transparent;
    color: #fff;
    border: 1px solid var(--border);
}

.square_badge{
    font-size: 12px;
    text-align: end;
}

.inner_plan_description{
    font-size: 1rem;
    line-height: 1.625;
    margin: 0;
}

.inner_plans_title{
    font-size: 1.5rem;
    color: var(--card-foreground);
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.inner_plan_price{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.inner_floor_plan_btn{
    background-color: hsl(var(--primary));
    color: var(--primary-foreground);
    border: none;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 32px;
    font-size: 14px;
    border-radius: calc(var(--radius) - 2px);
    transition: all 0.3s ease;
}

.inner_floor_plan_btn:hover{
    background-color: rgba(244, 196, 48, 0.9);
}

.inner_floor_btn_outline{
    border: 1px solid var(--border);
    background-color: var(--background);
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 32px;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.inner_floor_btn_outline:hover{
    background-color: hsl(var(--primary));
    color: #000;
}

.cta_inner_section{
    background-color: var(--section-light);
    margin-top: 35px;
    border-radius: 12px;
    padding: 2rem;
}

.cta_inner_title{
    font-size: 1.875rem;
    color: var(--card-foreground);
    line-height: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.cta_inner_description{
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--muted-foreground);
    text-align: center;
}
  /*  */

  /* amenities page */
.inner_amenities_container{
    padding: 4rem 0;
}
.inner_amenities_container .inner-content-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.inner_amenities_container .inner-content-description{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--muted-foreground);
}

.inner-amenities-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;

}

.inner-amenities-cards .inner-amenities-card{
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: var(--card-foreground);
    background-color: var(--card);
    border-radius: var(--radius);
    border: 1px solid;
    border-color: var(--border);
    padding: 1.5rem;
}

.inner-amenities-cards .inner-amenities-card-title{
    font-size: 1.25rem;
    text-align: center;
    color: var(--card-foreground);
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.inner-amenities-cards .inner-amenities-card-description{
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}

.cta_grid_cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.icon-wrapper.cta-icons{
    height: 52px;
    width: 52px;
    margin: 0 auto 5px;    
}

.icon-wrapper.cta-icons i{
    font-size: 24px;
}

.cta-grid-card-title{
    font-size: 1rem;
    text-align: center;
    color: var(--card-foreground);
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

    


  /*  */


  /* sidebar */
  .sidebar_mobile_layout {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100vh;
    padding: 1.5rem;
    background-color: var(--background);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

.sidebar_mobile_layout.active {
    right: 0;
}

/* Sidebar Header */
.sidebar_mobile_layout .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar_mobile_layout .sidebar-brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
}

.sidebar_mobile_layout .sidebar-brand .brand-primary {
    color: hsl(var(--primary));
}

.sidebar_mobile_layout .sidebar-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.sidebar_mobile_layout .sidebar-close:hover {
    color: #d4a574;
}

/* Sidebar Content */
.sidebar-content{
    margin-top: 2rem;
}


.sidebar_mobile_layout .sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}


.sidebar_mobile_layout .sidebar-nav a {
    display: block;
    padding: 0.5rem 0;
    color: var(--card-foreground);
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.sidebar_mobile_layout .sidebar-nav a:hover {
    color: hsl(var(--primary));
    padding-left: 1.5rem;
}

.sidebar_mobile_layout .sidebar-nav a.active {
    color: hsl(var(--primary));
}

/* Backdrop Overlay */
.sidebar_mobile_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.sidebar_mobile_backdrop.active {
    opacity: 1;
    visibility: visible;
}
/*  */

/* gallery */
.gallery-section-container{
    padding: 4rem 0;
}

.gallery-section-inner-content-one{
    padding: 3rem;
    text-align: center;
    background-color: var(--section-light);
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.gallery-section-inner-content-one.apply-border{
    border: 1px solid var(--border);
}

.icon-wrapper.gallery-icon{
    background: none;
    margin-bottom: 1.5rem;
}

.icon-wrapper.gallery-icon i{
    font-size: 55px;
}

.gallery-section-title{
    color: var(--card-foreground);
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.gallery-section-description{
    color: var(--muted-foreground);
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 42rem;
    margin-bottom: 2rem;
}


.gallery-section-inner-content-two{
    margin-bottom: 3rem;
}

.gallery-amenities-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.gallery-amenities-cards .gallery-amenities-card{
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: var(--card-foreground);
    background-color: var(--card);
    border-radius: var(--radius);
    border: 1px solid;
    border-color: var(--border);
    padding: 1.5rem;
}

.gallery-amenities-cards .gallery-amenities-card-title{
    font-size: 1.25rem;
    text-align: center;
    color: var(--card-foreground);
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.gallery-amenities-cards .gallery-amenities-card-description{
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.75rem;
    text-align: center;
}

.gallery-section-inner-content-three{
    padding: 3rem;
    text-align: center;
    background-color: var(--section-dark);
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.gallery-amenities-cards.second{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.gallery-amenities-cards .gallery-amenities-card-title.second{
    color: var(--card-foreground);
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.gallery-amenities-cards .gallery-amenities-card-description.second{
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 0.75rem;
    text-align: center;
}
/*  */


/* contact */
.contact-section-container{
    padding: 4rem 0;
}

.contact-section-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.contact-left-card, .contact-right-side-card{
    border-radius: var(--radius);
    border: 1px solid;
    border-color: var(--border);
    background-color: var(--card);
    color: var(--card-foreground);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-card-header, .contact-right-side-card-header{
    padding: 1.5rem;
}

.contact-card-body, .contact-right-side-card-body{
    padding: 1.5rem;
}

.contact-card-title{
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.contact-card-body-title{
    font-weight: 600;
    font-size: 17px;
}

.contact-section-info{
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-decoration: none;
}
.contact-section-info:hover{
    text-decoration: underline;
}


.custom-contact-from-input{
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    caret-color: var(--muted-foreground);
    background-color: var(--background);
    border: 1px solid;
    border-color: hsl(var(--input));
    border-radius: calc(var(--radius) - 2px);
    width: 100%;
    height: 2.5rem;
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.custom-contact-from-input::placeholder{
    color: var(--muted-foreground);
}

.custom-contact-from-input:focus{
    border-color: hsl(var(--primary));
    background-color: var(--background);
    color: var(--muted-foreground);
    box-shadow: 0 0 0 3px rgba(var(--primary), 0.1);
}

.input_layout_top{
    margin-top: 16px;
}


.contact-custom-dropdown .dropdown-container {
    position: relative;
}

.contact-custom-dropdown .dropdown-toggle {
    width: 100%;
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: var(--card-foreground);
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
    width: 100%;
    height: 2.5rem;
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.contact-custom-dropdown .dropdown-toggle:hover {
    border-color: var(--border);
}

.contact-custom-dropdown .dropdown-toggle.active {
    border-color: var(--border);
    background: var(--background);
}

.contact-custom-dropdown .dropdown-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #cccccc;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.contact-custom-dropdown .dropdown-toggle.active .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.contact-custom-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-top: 4px;
    padding: 0.4rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
    overflow: hidden;
}

.contact-custom-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-custom-dropdown .dropdown-item {
    padding: 8px 16px;
    color: #cccccc;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border: none;
    background: none;
    border-radius: var(--radius);
    width: 100%;
    text-align: left;
    display: block;
}

.contact-custom-dropdown .dropdown-item:hover {
    background: var(--section-light);
}

.contact-custom-dropdown .dropdown-item.selected {
    background: hsl(var(--primary));
    color: #000;
    border-radius: var(--radius);
    font-weight: 500;
}

.contact-custom-dropdown .dropdown-item.selected:hover {
    background: #f4c430;
}

/* Optional: Click outside to close */
.contact-custom-dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.contact-custom-dropdown-overlay.active {
    display: block;
}
.textarea-height{
    min-height: 120px !important;
}
.contact-map-section{
    padding: 4rem 0;
}

.contact-section-map-title{
    color: var(--card-foreground);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.contact-info a {
    color: inherit;
    text-decoration: none;
}

.contact-section-info {
    text-decoration: none !important;
}
.contact-section-info:hover {
    text-decoration: none !important;
}

.floor_plan_features  p{
    color: #fff !important;
}

.inner_plan_description p{
    color: #fff !important;
}



.floor-plan-detail-gallery{
    padding: 1rem;
}

.floor-plan-image-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.floor-plan-image{
    border-radius: var(--radius);
    overflow: hidden;
}

.floor-plan-image img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.zoomable:hover{
    cursor: pointer;
}


.floor_plan_body p{
    color: var(--muted-foreground) !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.zoom_modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: grid;
    place-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
  }

  .zoom_modal.show {
    visibility: visible;
    opacity: 1;
  }



  
  .zoom_modal_content {
    max-width: 90%;
    max-height: 700px;
    border-radius: 8px;
    box-shadow: 0 0 15px #000;
    transform: scale(0.95);
    transition: transform 0.3s ease;
  }

  .zoom_modal.show .zoom_modal_content {
    transform: scale(1);
}
  
  .zoom_close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 32px;
    font-weight: bold;
    color: white;
    cursor: pointer;
  }


/*  */