 /* =========================
ABOUT UTSAV INFRA
========================= */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400&display=swap');
 .about-utsav {

     padding: 120px 0;

     background: #ffff;

     color: white;
     border-bottom: 2px solid  #e1b66c;

 }

 .about-header {

     max-width: 850px;

     margin: auto;

     text-align: center;

     margin-bottom: 70px;

 }

 .about-header h5 {

     color: #071a15;

     letter-spacing: 2px;

     margin-bottom: 10px;

 }

 .about-header h2 {

     font-size: 42px;

     margin-bottom: 20px;
     color: #123a31;
 }

 .about-header p {

     color: #123a31;

     line-height: 1.8;

     margin-bottom: 15px;

 }


 /* DIRECTORS */

 .directors-grid {

     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 40px;
     margin-bottom: 80px;

 }

 .director-card {

     position: relative;
     background: #123a31;
     padding: 70px 40px 40px;
     /* top padding increase for image */
     border-radius: 10px;
     transition: .4s;
     border: 1px solid rgba(255, 255, 255, .08);
     text-align: center;

 }

 .director-card:hover {

     transform: translateY(-10px);
     border-color:  #e1b66c;
     box-shadow: 0 20px 40px rgba(0, 0, 0, .7);

 }

 .director-card h3 {

     margin-bottom: 5px;
     margin-top: 110px;

 }

 .director-card span {

     color:  #e1b66c;
     font-size: 14px;
     display: block;
     margin-bottom: 15px;

 }

 /* IMAGE */

 .director-img {

     position: absolute;
     top: -45px;
     left: 50%;
     transform: translateX(-50%);

 }

 .director-img img {

     width: 200px;
     height: 200px;
     border-radius: 10%;
     object-fit: cover;
     border: 1px solid  #e1b66c;
     box-shadow: 0 10px 20px rgba(0, 0, 0, .5);

 }

 /* VALUES */

 .values-title {

     text-align: center;

     font-size: 32px;

     margin-bottom: 40px;
     color:  #e1b66c;

 }

 .values-grid {

     display: grid;

     grid-template-columns: repeat(3, 1fr);

     gap: 30px;

     margin-bottom: 70px;

 }

 .value-card {

     background: #123a31;

     padding: 35px;

     border-radius: 10px;

     text-align: center;

     transition: .4s;

 }

 .value-card:hover {

     transform: translateY(-10px);

     box-shadow: 0 20px 50px rgba(0, 0, 0, .7);

 }

 .value-card i {

     font-size: 32px;

     color:  #e1b66c;

     margin-bottom: 15px;

 }


 /* RESULT */

 .about-result {

     text-align: center;

     max-width: 700px;

     margin: auto;

 }

 .about-result h3 {

     color:  #e1b66c;

     margin-bottom: 10px;

 }

 .about-result p {
     color: #071a15;
 }

 /* =========================
RESPONSIVE
========================= */

 @media(max-width:900px) {

     .directors-grid {

         grid-template-columns: 1fr;

     }

     .values-grid {

         grid-template-columns: 1fr 1fr;

     }

 }

 @media(max-width:600px) {

     .values-grid {

         grid-template-columns: 1fr;

     }

     .about-header h2 {

         font-size: 32px;

     }

 }


 /* ======================
FOOTER
====================== */

 .footer {
     background: #071a15;
     padding: 100px 0 30px;
 }

 .footer-wrapper {
     display: grid;
     grid-template-columns: 2fr 1fr 1fr 1fr;
     gap: 40px;
 }

 .footer h2 {
     color:  #e1b66c;
     margin-bottom: 15px;
 }

 .footer h3 {
     margin-bottom: 15px;
     color:  #e1b66c;
 }

 .footer p {
     font-size: 14px;
     line-height: 1.7;
     margin-bottom: 10px;
 }

 .footer ul {
     list-style: none;
 }

 .footer ul li {
     margin-bottom: 10px;
 }

 .footer ul li a {
     color: white;
     text-decoration: none;
     transition: .3s;
 }

 .footer ul li a:hover {
     color:  #e1b66c;
 }

 .footer-social {
     margin-top: 15px;
 }

 .footer-social a {
     margin-right: 10px;
     color: white;
     font-size: 16px;
     transition: .3s;
 }

 .footer-social a:hover {
     color:  #e1b66c;
 }

 .footer-bottom {
     text-align: center;
     margin-top: 50px;
     border-top: 1px solid rgba(255, 255, 255, .1);
     padding-top: 20px;
     font-size: 14px;
 }


 /* ======================
RESPONSIVE
====================== */

 @media(max-width:992px) {



     .footer-wrapper {
         grid-template-columns: 1fr 1fr;
     }

 }

 @media(max-width:600px) {

     .footer-wrapper {
         grid-template-columns: 1fr;
         text-align: center;
     }

 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins';
 }

 body {
     background: #0e2d25;
     color: white;
     line-height: 1.7;
 }
h2,h1,h3{
    font-family: "Bodoni Moda", serif;

}
ul li{
    font-weight: 200;
}
p{
    font-weight: 200;
}
 .view-more-btn {
     position: relative;
     display: inline-block;
     padding: 14px 36px;
     font-size: 16px;
     font-weight: 600;
     text-decoration: none;
     color: #0e2d25;
     border: 2px solid #0e2d25;
     border-radius: 50px;
     overflow: hidden;
     transition: all 0.4s ease;
     letter-spacing: 0.5px;
 }

 .view-more-btn span {
     position: relative;
     z-index: 2;
 }

 .view-more-btn::before {
     content: "";
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: #0e2d25;
     transition: all 0.4s ease;
     z-index: 1;
 }

 .view-more-btn:hover::before {
     left: 0;
 }

 .view-more-btn:hover {
     color:  #e1b66c;
 }

 .container {
     width: 90%;
     max-width: 1200px;
     margin: auto;
 }

 /* NAV */

 header {
     background: #071a15;
 }

 .nav {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 20px 0;
 }

 .logo {
     font-size: 26px;
     font-weight: 600;
     color:  #e1b66c;
 }

 nav ul {
     display: flex;
     gap: 30px;
     list-style: none;
 }

 nav a {
     text-decoration: none;
     color: white;
     transition: .3s;
 }

 nav a:hover {
     color:  #e1b66c;
 }




 .btn {
     display: inline-block;
     padding: 14px 32px;
     background:  #e1b66c;
     color: black;
     text-decoration: none;
     border-radius: 4px;
     transition: .3s;
     margin-top: 20px;
 }

 .btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 10px 30px rgba(212, 175, 55, .6);
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins';
 }

 body {
     background: #0e2d25;
     color: white;
 }

 .container {
     width: 90%;
     max-width: 1200px;
     margin: auto;
 }

 /* NAV */

 header {
     background: #071a15;
     position: relative;
     z-index: 999;
 }

 .nav {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 20px 0;
 }

 .logo {
     font-size: 26px;
     font-weight: 600;
     color:  #e1b66c;
 }

 .nav-links {
     display: flex;
     list-style: none;
     gap: 30px;
 }

 .nav-links a {
     color: white;
     text-decoration: none;
     transition: .3s;
 }

 .nav-links a:hover {
     color:  #e1b66c;
 }

 /* MENU TOGGLE */

 .menu-toggle {
     display: none;
     font-size: 26px;
     cursor: pointer;
     color: white;
 }

 .logo img {
     height: 65px;
     width: auto;
     object-fit: contain;
 }

 @media(max-width:768px) {

     .logo img {
         height: 45px;
     }

 }

 /* MOBILE */

 @media(max-width:768px) {

     .nav-links {

         position: fixed;

         top: 0;
         right: -100%;

         width: 100%;
         height: 100vh;

         background: linear-gradient(135deg, #071a15, #123a31);

         flex-direction: column;
         justify-content: center;
         align-items: center;

         gap: 40px;

         transition: .4s;

         z-index: 9999;

     }

     .nav-links li a {

         font-size: 22px;

     }

     .nav-links.active {

         right: 0;

     }

     .menu-toggle {

         display: block;
         z-index: 10000;

     }

 }

 /* HERO */

 .hero {

     height: 100vh;
     position: relative;
     overflow: hidden;

 }

 .hero-slider {

     position: relative;
     height: 100%;

 }

 .slide {

     position: absolute;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: 1s;

 }

 .slide.active {

     opacity: 1;
     z-index: 2;

 }

 .slide img {

     width: 100%;
     height: 100%;
     object-fit: cover;

     animation: zoom 10s linear infinite;

 }

 @keyframes zoom {

     0% {
         transform: scale(1)
     }

     100% {
         transform: scale(1.1)
     }

 }

 /* overlay */

 .hero::after {

     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;

     background: linear-gradient(90deg,
             rgba(7, 26, 21, 0.95) 0%,
             rgba(7, 26, 21, 0.90) 35%,
             rgba(7, 26, 21, 0.65) 55%,
             rgba(7, 26, 21, 0.35) 75%,
             rgba(0, 0, 0, 0.05) 100%);

     z-index: 1;

 }

 /* content */

 .hero-content {

     position: absolute;
     top: 50%;
     left: 8%;
     transform: translateY(-50%);
     max-width: 680px;
     z-index: 3;
     color: white;

     animation: fadeUp 1.5s;

 }

 .hero-content {

     backdrop-filter: blur(2px);
     padding: 20px 30px;
     border-left: 3px solid  #e1b66c;

 }

 .hero-content h1 {

     font-size: 58px;
     margin-bottom: 20px;
     color: #fff;
     text-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
 }

 .hero-content p {

     font-size: 18px;
     line-height: 1.9;
     color: rgba(255, 255, 255, 0.9);
 }

 /* button */

 .hero-btn {

     display: inline-block;
     margin-top: 25px;
     padding: 14px 34px;

     background:  #e1b66c;
     color: #000;

     text-decoration: none;
     font-weight: 600;

     border-radius: 5px;

     transition: .4s;

 }

 .hero-btn:hover {

     background: #fff;

     transform: translateY(-3px);

     box-shadow: 0 15px 35px rgba(216, 172, 124, .6);

 }

 /* arrows */

 .slider-arrows {

     position: absolute;
     top: 50%;
     width: 100%;
     display: flex;
     justify-content: space-between;

     padding: 0 40px;

     z-index: 4;

 }

 .slider-arrows span {

     font-size: 35px;
     color: transparent;
     cursor: pointer;
     transition: .3s;

 }

 .slider-arrows span:hover {

     color:  #e1b66c;

 }

 @keyframes fadeUp {

     0% {
         opacity: 0;
         transform: translateY(40px);
     }

     100% {
         opacity: 1;
         transform: translateY(0);
     }

 }

 /* TRUST */

 .trust {
     padding: 120px 0;
     background: #071a15;
 }

 .section-title {
     text-align: center;
     font-size: 36px;
     margin-bottom: 60px;
     color:  #e1b66c;
 }

 .trust-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 30px;
 }

 .trust-card {
     background: #0e2d25;
     padding: 35px;
     border-radius: 10px;
     text-align: center;
     transition: .4s;
 }

 .trust-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .7),
         0 0 20px rgba(216, 172, 124, .3);
 }

 .trust-card i {
     font-size: 30px;
     color:  #e1b66c;
     margin-bottom: 15px;
 }

 /* FOOTER */

 footer {
     background: #071a15;
     padding: 30px;
     text-align: center;
 }

 /* MOBILE */

 @media(max-width:900px) {

     .menu-toggle {
         display: block;
     }

     .nav-links {
         position: absolute;
         top: 70px;
         left: 0;
         width: 100%;
         background: #071a15;
         flex-direction: column;
         text-align: center;
         display: none;
     }

     .nav-links.active {
         display: flex;
     }

     .trust-grid {
         grid-template-columns: 1fr 1fr;
     }

 }


 /* ABOUT */

 .about {
     padding: 120px 0;
 }

 .about-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     align-items: center;
 }

 .about img {
     width: 100%;
     border-radius: 10px;
     transition: .5s;
 }

 .about img:hover {
     transform: scale(1.05);
 }





 /* CTA */

 .cta {
     text-align: center;
     padding: 120px 20px;
     background: linear-gradient(45deg, #0e2d25, #1f4d43);
 }



 /* FOOTER */

 footer {
     background: #071a15;
     padding: 80px 0;
 }

 .footer-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 40px;
 }

 ul {
     list-style: none;
 }



 /* RESPONSIVE */

 @media(max-width:900px) {

     .trust-grid,
     .project-grid,
     .footer-grid {
         grid-template-columns: 1fr 1fr;
     }

     .about-grid {
         grid-template-columns: 1fr;
     }

 }

 /* =========================
TABLET RESPONSIVE
========================= */

 @media (max-width:1024px) {

     .hero-content h1 {
         font-size: 42px;
     }

     .hero-content p {
         font-size: 16px;
     }

     .trust-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .project-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .footer-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .about-grid {
         grid-template-columns: 1fr;
         gap: 40px;
     }

     .about-text {
         text-align: center;
     }

     .hero-content {
         left: 5%;
         max-width: 500px;
     }

 }


 /* =========================
MOBILE RESPONSIVE
========================= */

 @media (max-width:768px) {

     /* NAV */

     .menu-toggle {
         display: block;
     }

     .nav-links {
         position: absolute;
         top: 70px;
         left: 0;
         width: 100%;
         background: #071a15;
         flex-direction: column;
         align-items: center;
         padding: 20px 0;
         display: none;
         gap: 20px;
     }

     .nav-links.active {
         display: flex;
     }

     /* HERO */

     .hero {
         height: 90vh;
     }

     .hero-content {
         left: 5%;
         right: 5%;
         max-width: 100%;
     }

     .hero-content h1 {
         font-size: 32px;
     }

     .hero-content p {
         font-size: 15px;
     }

     /* ARROWS */

     .slider-arrows {
         padding: 0 15px;
     }

     /* TRUST */

     .trust-grid {
         grid-template-columns: 1fr;
     }

     /* PROJECT */

     .project-grid {
         grid-template-columns: 1fr;
     }

     /* FOOTER */

     .footer-grid {
         grid-template-columns: 1fr;
         text-align: center;
     }

     /* CTA */

     .cta h2 {
         font-size: 26px;
     }

 }


 /* =========================
SMALL MOBILE
========================= */

 @media (max-width:480px) {

     .section-title {
         font-size: 28px;
     }

     .hero-content h1 {
         font-size: 26px;
     }

     .hero-btn {
         padding: 12px 24px;
         font-size: 14px;
     }

     .project-info {
         padding: 18px;
     }

     .trust-card {
         padding: 25px;
     }

 }

 /* WHY US SECTION */

 .why-us {

     background: #0e2d25;
     padding: 100px 0;
     border-top: 2px Solid  #e1b66c;
     border-bottom: 3px solid  #e1b66c;
 }

 .section-title {

     text-align: center;
     font-size: 36px;
     color:  #e1b66c;
     margin-bottom: 60px;

 }

 .why-grid {

     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 30px;

 }

 .why-card {

     background: #123a31;
     padding: 35px 10px;

     border-radius: 10px;

     border: 1px solid rgba(255, 255, 255, 0.08);

     transition: .4s;

     display: flex;
     gap: 15px;

     align-items: flex-start;

 }

 .why-card:hover {

     transform: translateY(-8px);

     border-color:  #e1b66c;

     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);

 }

 .why-card p {

     color: #fff;
     font-size: 16px;
     line-height: 1.7;

 }

 .why-card strong {

     color:  #e1b66c;

 }

 .icon {

     font-size: 22px;
     color:  #e1b66c;
     margin-top: 3px;

 }

 @media(max-width:900px) {

     .why-grid {
         grid-template-columns: 1fr 1fr;
     }

 }

 @media(max-width:500px) {

     .why-grid {
         grid-template-columns: 1fr;
     }

 }

 /* TESTIMONIALS */
 /* TESTIMONIALS */

 .testimonials {

     background: #071a15;
     padding: 100px 0;
     border-bottom: 2px solid  #e1b66c;
 }

 .testimonial-title {

     text-align: center;
     font-size: 36px;
     color:  #e1b66c;
     margin-bottom: 70px;

 }

 /* SLIDER */

 .testimonial-slider {

     position: relative;
     overflow: hidden;
     max-width: 1200px;
     margin: auto;

 }

 .testimonial-track {

     display: flex;
     gap: 40px;
     transition: 0.6s;

 }

 /* CARD */

 .testimonial-card {

     background: #123a31;
     padding: 40px 35px;
     border-radius: 12px;

     position: relative;

     border: 1px solid rgba(255, 255, 255, 0.08);

     transition: .4s;

     /* 3 cards visible */

     min-width: calc(33.33% - 27px);

 }

 .testimonial-card:hover {

     transform: translateY(-10px);

     border-color:  #e1b66c;

     box-shadow: 0 20px 40px rgba(0, 0, 0, .7);

 }

 /* QUOTE */

 .quote {

     font-size: 60px;
     color:  #e1b66c;

     position: absolute;

     top: 15px;
     left: 25px;

     opacity: .3;

 }

 .testimonial-card p {

     color: #eee;

     line-height: 1.8;

     margin-top: 20px;

     font-size: 16px;

 }

 /* CLIENT */

 .client {

     display: flex;

     align-items: center;

     gap: 15px;

     margin-top: 25px;

 }

 .client img {

     width: 55px;
     height: 55px;

     border-radius: 50%;

     object-fit: cover;

     border: 2px solid  #e1b66c;

 }

 .client h4 {

     color: #fff;

     margin-bottom: 3px;

 }

 .client span {

     font-size: 13px;

     color:  #e1b66c;

 }

 /* ARROWS */

 .testimonial-arrows {

     position: absolute;

     top: 50%;

     left: 0;

     width: 100%;

     display: flex;

     justify-content: space-between;

     transform: translateY(-50%);

 }

 .testimonial-arrows span {

     font-size: 35px;

     cursor: pointer;

     color:  #e1b66c00;

     padding: 10px;

     transition: .3s;

 }

 .testimonial-arrows span:hover {

     color: #fff;

 }

 /* RESPONSIVE */

 @media(max-width:900px) {

     .testimonial-card {
         min-width: calc(50% - 20px);
     }

 }

 @media(max-width:600px) {

     .testimonial-card {
         min-width: 100%;
     }

 }

 /* PROJECTS */

 .projects {

     background: #071a15;

     padding: 110px 0;

 }

 .section-title {

     text-align: center;

     font-size: 38px;

     color:  #e1b66c;

     margin-bottom: 70px;

 }

 /* LAYOUT */

 .projects-layout {

     display: grid;

     grid-template-columns: 2fr 1fr;

     gap: 30px;

 }

 /* BIG PROJECT */

 .project-large {

     position: relative;

     overflow: hidden;

     border-radius: 12px;

 }

 .project-large img {

     width: 100%;

     height: 520px;

     object-fit: cover;

     transition: .7s;

 }

 .project-info {

     position: absolute;

     bottom: 0;

     left: 0;

     width: 100%;

     padding: 40px;

     background: linear-gradient(to top,
             rgba(7, 26, 21, 0.95),
             rgba(7, 26, 21, 0.6),
             transparent);

     color: #fff;

 }

 .project-info h3 {

     font-size: 30px;

     color:  #e1b66c;

     margin-bottom: 10px;

 }

 .project-info p {

     font-size: 15px;

     line-height: 1.7;

     margin-bottom: 18px;

 }

 /* BUTTON */

 .project-btn {

     background:  #e1b66c;

     color: #000;

     padding: 10px 24px;

     text-decoration: none;

     font-weight: 600;

     border-radius: 4px;

     transition: .3s;

 }

 .project-btn:hover {

     background: #fff;

 }

 /* SIDE PROJECTS */

 .project-small {

     display: flex;

     flex-direction: column;

     gap: 30px;

 }

 .small-card {

     position: relative;

     overflow: hidden;

     border-radius: 12px;

 }

 .small-card img {

     width: 100%;

     height: 245px;

     object-fit: cover;

     transition: .6s;

 }

 .small-info {

     position: absolute;

     bottom: 0;

     left: 0;

     width: 100%;

     padding: 20px;

     background: linear-gradient(to top,
             rgba(7, 26, 21, 0.9),
             transparent);

     display: flex;

     justify-content: space-between;

     align-items: center;

 }

 .small-info h4 {

     color:  #e1b66c;

 }

 .small-info a {

     color: #fff;

     text-decoration: none;

 }

 /* HOVER EFFECT */

 .project-large:hover img,
 .small-card:hover img {

     transform: scale(1.1);

 }

 .container {
     width: 90%;
     max-width: 1200px;
     margin: auto;
 }

 @media(max-width:900px) {

     .projects-layout {

         grid-template-columns: 1fr;

     }

     .project-large img {

         height: 420px;

     }

 }

 /* FEATURED INVESTMENT */

 .featured-investment {

     background: #ffff;

     padding: 120px 0;

 }

 .featured-wrap {

     display: flex;

     align-items: center;

     gap: 60px;

 }

 /* IMAGE */

 .featured-image {
    flex: 1;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.featured-image video {
    width: 100%;
    height: 650px;
    display: block;
    object-fit: cover;
    transition: .6s;
}


@media (max-width: 768px) {
    .featured-image video {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .featured-image video {
        height: 240px;
    }
}
 /* CONTENT */

 .featured-content {

     flex: 0;

 }

 .tag {

     display: inline-block;

     background: #0f5132;

     color: #fff;

     padding: 6px 14px;

     font-size: 13px;

     border-radius: 4px;

     margin-bottom: 18px;

 }

 .featured-content h2 {

     font-size: 36px;

     margin-bottom: 20px;
text-align: center;
     color:  #e1b66c;
     
     line-height: 43px;
 }

 span#hgs {
     font-weight: 600;
     color: #0f5132;
 }

 .featured-content p {

     line-height: 1.7;

     margin-bottom: 25px;

     color: #555;

 }

 /* FEATURES */

 .features {

     display: grid;

     grid-template-columns: 1fr 1fr;

     gap: 12px;

     margin-bottom: 25px;

     color: #333;

     font-weight: 500;

 }

 /* BUTTON */

 .invest-btn {

     display: inline-block;

     background: #0f5132;

     color: #fff;

     padding: 12px 28px;

     text-decoration: none;

     font-weight: 600;

     border-radius: 5px;

     transition: .3s;

 }

 .invest-btn:hover {

     background: #0f5132;

 }

 @media(max-width:900px) {

     .featured-wrap {

         flex-direction: column;

     }

 }
 /* Section */
.blog-section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  font-size: 42px;
  color:  #e1b66c;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Card */
.blog-card {
  background: #ffff;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  position: relative;
}

.blog-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
}

/* Image */
.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Tag */
.tag {
 display: none;
  top: 15px;
  left: 15px;
  background: #0b2e26;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  letter-spacing: 1px;
}

/* Content */
.blog-content {
  padding: 25px;
}

.blog-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0b2e26;
}

.blog-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Button */
.blog-content a {
  text-decoration: none;
  color: #0b2e26;
  font-weight: 600;
  position: relative;
}

.blog-content a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #c8a96a; /* gold */
  left: 0;
  bottom: -3px;
  transition: 0.3s;
}

.blog-content a:hover::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.why-invest {
  padding: 100px 0;
  background: linear-gradient(135deg, #0b2e26, #06201a);
  color: #fff;
}

.container {
  width: 90%;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #cbd5e1;
  margin-bottom: 60px;
}

/* Grid */
.invest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.invest-card {
  background: #ffff;
  color: #111;
  padding: 30px;
  border-radius: 18px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  position: relative;
}

.invest-card:hover {
  transform: translateY(-10px);
}

/* Icon */
.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* Title */
.invest-card h3 {
  font-size: 20px;
  color: #0b2e26;
  margin-bottom: 10px;
}

/* Text */
.invest-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Gold line effect */
.invest-card::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #c8a96a;
  display: block;
  margin: 15px auto 0;
  transition: 0.3s;
}

.invest-card:hover::after {
  width: 80px;
}

/* Responsive */
@media (max-width: 992px) {
  .invest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .invest-grid {
    grid-template-columns: 1fr;
  }
}

.contact-hero {
  height: 100vh;
  background: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa') no-repeat center/cover;
  position: relative;
}

/* Dark overlay */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(6,32,26,0.9), rgba(6,32,26,0.95));
}

/* Layout */
.contact-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 90%;
  margin: auto;
}

/* LEFT */
.contact-left {
  width: 45%;
}

.contact-left h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.contact-left p {
  color: #cbd5e1;
  margin-bottom: 25px;
}

.info-box p {
  margin-bottom: 10px;
}

/* SOCIAL */
.socials a {
  margin-right: 15px;
  color: #c8a96a;
  text-decoration: none;
  font-weight: 500;
}

/* RIGHT FORM */
.contact-right {
  width: 45%;
}

/* Glass Form */
.glass-form {
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.08);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.glass-form h2 {
  margin-bottom: 20px;
}

/* Floating Input */
.input-group {
  position: relative;
  margin-bottom: 20px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1px solid #aaa;
  color: #fff;
  border-radius: 8px;
  outline: none;
}

.input-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #aaa;
  font-size: 14px;
  transition: 0.3s;
  pointer-events: none;
}

.input-group input:focus + label,
.input-group input:valid + label,
.input-group textarea:focus + label,
.input-group textarea:valid + label {
  top: -8px;
  font-size: 12px;
  color: #c8a96a;
  background: #06201a;
  padding: 0 5px;
}

/* Button */
.glass-form button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 30px;
  background: #c8a96a;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.glass-form button:hover {
  background: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400&family=DM+Sans:wght@300;400;500&display=swap');


/* =========================
   AMENITIES SECTION
========================= */

.amenities-section {
    width: 100%;
    background: #003d35;
    color: #ffffff;
    padding: 75px 0 85px;
}

.amenities-container {
    width: min(100% - 54px, 1140px);
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

.amenities-header {
    margin-bottom: 60px;
}

.eyebrow {
    display: block;
    margin-bottom: 15px;

    color: #d7b56d;

    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.amenities-header h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.amenities-header p {
    max-width: 430px;
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
}


/* =========================
   GRID
========================= */

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* =========================
   CARD
========================= */

.amenity-card {
    min-height: 193px;

    padding: 25px 25px 23px;

    border: 1px solid rgba(199, 176, 119, 0.28);

    background: rgba(0, 47, 40, 0.25);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.amenity-card:hover {
    transform: translateY(-5px);

    border-color: rgba(215, 181, 109, 0.65);

    background: rgba(215, 181, 109, 0.05);
}


/* =========================
   ICON
========================= */

.amenity-icon {
    width: 35px;
    height: 35px;

    margin-bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(199, 176, 119, 0.25);

    background: rgba(255, 255, 255, 0.025);

    color: #d7b56d;

    font-family: "Times New Roman", serif;
    font-size: 21px;
    line-height: 1;
}


/* =========================
   CARD TEXT
========================= */

.amenity-card h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
}

.amenity-card p {
    margin: 0;

    color: rgba(255, 255, 255, 0.62);

    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .amenities-section {
        padding: 60px 0 70px;
    }

    .amenities-container {
        width: min(100% - 40px, 720px);
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .amenities-header {
        margin-bottom: 45px;
    }

    .amenity-card {
        min-height: 200px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .amenities-section {
        padding: 50px 0 55px;
    }

    .amenities-container {
        width: calc(100% - 32px);
    }

    .amenities-header {
        margin-bottom: 35px;
    }

    .amenities-header h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .amenities-header p {
        max-width: 100%;
        font-size: 13px;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .amenity-card {
        min-height: auto;
        padding: 22px;
    }

    .amenity-icon {
        margin-bottom: 15px;
    }

    .amenity-card h3 {
        font-size: 16px;
    }

    .amenity-card p {
        font-size: 14px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .amenities-header h2 {
        font-size: 30px;
    }

    .amenity-card {
        padding: 20px;
    }
}

.strategic-value-section {
    width: 100%;
    background: #003d35;
    color: #fff;
    padding: 130px 0;
    overflow: hidden;
}

.strategic-value-container {
    width: calc(100% - 50px);
    max-width: 1140px;
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

.strategic-value-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    margin-bottom: 75px;
}

.strategic-label {
    display: block;
    margin-bottom: 17px;

    color: #d7b56d;

    font-family: "DM Sans", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.strategic-value-heading h2 {
    margin: 0;

    color: #fff;

    font-family: "Bodoni Moda",
                 "Times New Roman",
                 serif;

    font-size: clamp(38px, 4vw, 46px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -1px;
}

.strategic-value-description {
    padding-top: 27px;
}

.strategic-value-description p {
    max-width: 410px;
    margin: 0;

    color: rgba(255, 255, 255, 0.60);

    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.55;
}


/* =========================
   MAIN CONTENT
========================= */

.strategic-value-content {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 97px;
    align-items: start;
}


/* =========================
   TABS
========================= */

.strategic-tabs {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.strategic-tab {
    width: 100%;
    min-height: 52px;

    display: flex;
    align-items: center;
    gap: 11px;

    padding: 8px 11px;

    border: 1px solid rgba(120, 170, 157, 0.18);
    outline: none;

    background: transparent;
    color: rgba(255, 255, 255, 0.65);

    font-family: "DM Sans", sans-serif;
    font-size: 9px;
    font-weight: 400;

    text-align: left;
    cursor: pointer;

    transition: all 0.3s ease;
}

.strategic-tab:hover {
    border-color: rgba(215, 181, 109, 0.6);
    color: #d7b56d;
}

.strategic-tab.active {
    border-color: #d7b56d;
    color: #d7b56d;
    background: rgba(215, 181, 109, 0.025);
}

.strategic-tab-icon {
    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(120, 170, 157, 0.22);

    color: #d7b56d;
    font-size: 16px;
}


/* =========================
   DETAILS
========================= */

.strategic-details {
    margin-top: 28px;

    border-top: 1px solid rgba(120, 170, 157, 0.15);
}

.strategic-details-title {
    padding: 20px 0 12px;

    color: #d7b56d;

    font-family: "Bodoni Moda",
                 "Times New Roman",
                 serif;

    font-size: 17px;
}


/* Dynamic Rows */

.strategic-detail-row {
    min-height: 38px;

    display: grid;
    grid-template-columns: 1fr 45px 40px;

    align-items: center;

    border-bottom: 1px solid rgba(120, 170, 157, 0.12);

    transition: background 0.25s ease;
}

.strategic-detail-row:hover {
    background: rgba(255, 255, 255, 0.025);
}

.strategic-place {
    color: rgba(255, 255, 255, 0.80);

    font-family: "Bodoni Moda",
                 "Times New Roman",
                 serif;

    font-size: 9px;
}

.strategic-distance {
    color: rgba(255, 255, 255, 0.45);

    font-family: "DM Sans", sans-serif;
    font-size: 8px;
    text-align: right;
}

.strategic-time {
    color: #d7b56d;

    font-family: "DM Sans", sans-serif;
    font-size: 8px;
    font-weight: 500;
    text-align: right;
}


/* =========================
   MAP
========================= */

.strategic-map {
    width: 100%;
}

.strategic-map-inner {
    position: relative;

    width: 100%;
    height: 360px;

    overflow: hidden;

    border: 1px solid rgba(120, 170, 157, 0.25);

    background:
        radial-gradient(
            circle at center,
            rgba(17, 94, 79, 0.40),
            transparent 65%
        ),
        #063f36;
}


/* =========================
   MAP CIRCLES
========================= */

.strategic-map-circle {
    position: absolute;

    display: block;

    border: 1px solid rgba(115, 157, 147, 0.10);
    border-radius: 50%;
}

.strategic-circle-1 {
    width: 230px;
    height: 230px;
    left: -20px;
    top: -50px;
}

.strategic-circle-2 {
    width: 195px;
    height: 195px;
    right: 20px;
    top: 70px;
}

.strategic-circle-3 {
    width: 150px;
    height: 150px;
    left: 50px;
    bottom: -65px;
}

.strategic-circle-4 {
    width: 105px;
    height: 180px;
    right: -15px;
    bottom: -20px;
}


/* =========================
   MAP ROADS
========================= */

.strategic-map-road {
    position: absolute;

    display: block;

    height: 1px;

    background: rgba(215, 181, 109, 0.15);

    transform-origin: left center;
}

.strategic-road-1 {
    width: 470px;
    left: -40px;
    top: 150px;
    transform: rotate(25deg);
}

.strategic-road-2 {
    width: 420px;
    left: 120px;
    top: 250px;
    transform: rotate(-38deg);
}

.strategic-road-3 {
    width: 360px;
    left: 180px;
    top: 105px;
    transform: rotate(145deg);

    background: rgba(100, 151, 140, 0.15);
}


/* =========================
   MAP DOTS
========================= */

.strategic-map-dot {
    position: absolute;

    width: 7px;
    height: 7px;

    display: block;

    border-radius: 50%;

    background: rgba(220, 220, 210, 0.55);
}

.strategic-dot-1 {
    left: 20%;
    top: 19%;
}

.strategic-dot-2 {
    left: 70%;
    top: 34%;
}

.strategic-dot-3 {
    left: 80%;
    top: 69%;
}

.strategic-dot-4 {
    left: 57%;
    top: 82%;

    background: rgba(215, 181, 109, 0.55);
}


/* =========================
   MAIN MARKER
========================= */

.strategic-main-marker {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.strategic-marker-pin {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #d7b56d;
    border-radius: 50%;

    background: #d7b56d;
    color: #003d35;

    font-family: "DM Sans", sans-serif;
    font-size: 9px;
    font-weight: 600;

    box-shadow:
        0 0 0 4px rgba(215, 181, 109, 0.08);
}

.strategic-marker-label {
    min-width: 92px;

    margin-top: 9px;
    padding: 6px 9px;

    border: 1px solid rgba(215, 181, 109, 0.5);

    background: rgba(0, 45, 39, 0.90);

    text-align: center;
}

.strategic-marker-label strong {
    display: block;

    color: #d7b56d;

    font-family: "DM Sans", sans-serif;
    font-size: 7px;
    font-weight: 600;
}

.strategic-marker-label small {
    display: block;

    margin-top: 2px;

    color: rgba(255, 255, 255, 0.55);

    font-family: "DM Sans", sans-serif;
    font-size: 5px;
}


/* =========================
   MAP LABELS
========================= */

.strategic-map-range {
    position: absolute;

    top: 25px;
    left: 23px;

    color: rgba(255, 255, 255, 0.30);

    font-family: "DM Sans", sans-serif;
    font-size: 7px;
}

.strategic-vip-label {
    position: absolute;

    right: 25px;
    bottom: 25px;

    color: rgba(215, 181, 109, 0.55);

    font-family: "DM Sans", sans-serif;
    font-size: 7px;
    letter-spacing: 0.5px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .strategic-value-section {
        padding: 90px 0;
    }

    .strategic-value-container {
        width: calc(100% - 40px);
        max-width: 720px;
    }

    .strategic-value-header {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 50px;
    }

    .strategic-value-description {
        padding-top: 0;
    }

    .strategic-value-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .strategic-value-left {
        max-width: 600px;
    }

    .strategic-map-inner {
        height: 400px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .strategic-value-section {
        min-height: auto;
        padding: 65px 0 70px;
    }

    .strategic-value-container {
        width: calc(100% - 32px);
    }

    .strategic-value-header {
        margin-bottom: 40px;
    }

    .strategic-value-heading h2 {
        font-size: 34px;
        line-height: 1.18;
    }

    .strategic-value-description p {
        font-size: 14px;
    }

    .strategic-value-content {
        gap: 35px;
    }

    .strategic-tab {
        min-height: 55px;
        font-size: 13px;
    }

    .strategic-detail-row {
        grid-template-columns: 1fr 45px 38px;
    }

    .strategic-place {
        font-size: 15px;
    }

    .strategic-distance,
    .strategic-time {
        font-size: 7px;
    }

    .strategic-map-inner {
        height: 320px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .strategic-value-container {
        width: calc(100% - 25px);
    }

    .strategic-value-heading h2 {
        font-size: 30px;
    }

    .strategic-map-inner {
        height: 290px;
    }

    .strategic-tab {
        padding: 7px 9px;
    }
}
/* =========================================
   ARCHITECTURE GALLERY
========================================= */

.architecture-gallery {
  width: min(100% - 64px, 1120px);
  margin: 0 auto;
  padding: 60px 0 80px;
}


/* =========================================
   HEADER
========================================= */

.architecture-gallery__header {
  text-align: center;
  margin-bottom: 45px;
}

.architecture-gallery__eyebrow {
  display: block;
  margin-bottom: 10px;

  color: #c59d6b;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.architecture-gallery__title {
  margin: 0 0 14px;

  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

.architecture-gallery__description {
  max-width: 520px;
  margin: 0 auto;

  color: #7b8585;
  font-size: 10px;
  line-height: 1.7;
}


/* =========================================
   GRID
========================================= */

.architecture-gallery__grid {
  display: grid;

  grid-template-columns: 1fr 1fr 0.9fr;
  grid-template-rows: 205px 205px 205px;

  gap: 16px;
}


/* =========================================
   ITEMS
========================================= */

.architecture-gallery__item {
  position: relative;
  overflow: hidden;

  min-width: 0;

  background: #ddd;
}

.architecture-gallery__item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.8s cubic-bezier(.2, .7, .2, 1),
    filter 0.5s ease;
}


/* First image */

.architecture-gallery__item--large {
  grid-column: 1 / 3;
  grid-row: 1;
}


/* Right tall image */

.architecture-gallery__item--tall {
  grid-column: 3;
  grid-row: 1 / 3;
}


/* Bottom image */

.architecture-gallery__item--bottom {
  grid-column: 1 / 3;
  grid-row: 3;
}


/* =========================================
   OVERLAY
========================================= */

.architecture-gallery__overlay {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 24px;

  background:
    linear-gradient(
      to top,
      rgba(10, 38, 42, 0.94) 0%,
      rgba(10, 38, 42, 0.65) 35%,
      rgba(10, 38, 42, 0) 72%
    );

  opacity: 0;

  transition: opacity 0.45s ease;
}


/* =========================================
   HOVER
========================================= */

.architecture-gallery__item:hover img {
  transform: scale(1.08);
  filter: saturate(0.8);
}

.architecture-gallery__item:hover .architecture-gallery__overlay {
  opacity: 1;
}


/* =========================================
   CONTENT
========================================= */

.architecture-gallery__category {
  margin-bottom: 7px;

  color: #d3ac78;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(15px);

  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.architecture-gallery__item-title {
  margin: 0 0 8px;

  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;

  opacity: 0;
  transform: translateY(15px);

  transition:
    opacity 0.4s ease 0.05s,
    transform 0.4s ease 0.05s;
}

.architecture-gallery__details {
  max-width: 380px;
  margin: 0;

  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  line-height: 1.6;

  opacity: 0;
  transform: translateY(15px);

  transition:
    opacity 0.4s ease 0.1s,
    transform 0.4s ease 0.1s;
}


/* Show content on hover */

.architecture-gallery__item:hover
.architecture-gallery__category,

.architecture-gallery__item:hover
.architecture-gallery__item-title,

.architecture-gallery__item:hover
.architecture-gallery__details {
  opacity: 1;
  transform: translateY(0);
}
#callme-1 {
  bottom: 38%;
  position: fixed;
  right: 15px;
  z-index: 100;
  }
  #callme-3 {
  bottom: 26%;
  position: fixed;
  right: 15px;
  z-index: 100;
  }
  #callme-3 a {
background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 100%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    width: 50px;
  }
  
  #callme-2 {
  bottom: 17%;
  position: fixed;
  right: 15px;
  z-index: 100;
  }
  #callme-2 a {
  background: #00382f;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    width: 50px;
     border: 1px solid #d4a653;
  }
  #callme-3 a {
  background: #00382f;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
     border: 1px solid #d4a653;
  }

/* =========================================
   LINK
========================================= */

.architecture-gallery__link {
    display: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  width: fit-content;

  margin-top: 14px;
  padding-bottom: 4px;

  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;

  border-bottom: 1px solid rgba(255, 255, 255, 0.6);

  opacity: 0;
  transform: translateY(15px);

  transition:
    opacity 0.4s ease 0.15s,
    transform 0.4s ease 0.15s;
}

.architecture-gallery__item:hover
.architecture-gallery__link {
  opacity: 1;
  transform: translateY(0);
}

.architecture-gallery__link span {
  transition: transform 0.3s ease;
}

.architecture-gallery__link:hover span {
  transform: translateX(5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .architecture-gallery {
    width: min(100% - 40px, 720px);
  }

  .architecture-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 230px 230px 230px;
  }

  .architecture-gallery__item--large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .architecture-gallery__item--tall {
    grid-column: 2;
    grid-row: 2 / 4;
  }

  .architecture-gallery__item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .architecture-gallery__item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .architecture-gallery__item--bottom {
    grid-column: 1 / 3;
    grid-row: 4;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .architecture-gallery {
    width: calc(100% - 28px);
    padding: 40px 0 50px;
  }

  .architecture-gallery__header {
    margin-bottom: 30px;
  }

  .architecture-gallery__title {
    font-size: 31px;
  }

  .architecture-gallery__description {
    padding: 0 10px;
    font-size: 9px;
  }

  .architecture-gallery__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .architecture-gallery__item,
  .architecture-gallery__item--large,
  .architecture-gallery__item--tall,
  .architecture-gallery__item--bottom {
    width: 100%;
    height: 280px;
  }

  .architecture-gallery__item--tall {
    height: 400px;
  }


  /*
    Mobile par hover available nahi hota,
    isliye details visible rakhi hain.
  */

  .architecture-gallery__overlay {
    opacity: 1;
    padding: 20px;
  }

  .architecture-gallery__category,
  .architecture-gallery__item-title,
  .architecture-gallery__details,
  .architecture-gallery__link {
    opacity: 1;
    transform: translateY(0);
  }

  .architecture-gallery__item-title {
    font-size: 20px;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

  .architecture-gallery__item {
    height: 250px;
  }

  .architecture-gallery__item--tall {
    height: 350px;
  }

  .architecture-gallery__overlay {
    padding: 16px;
  }

  .architecture-gallery__details {
    font-size: 9px;
  }
}
/* =========================================
   CONSTRUCTION TIMELINE
========================================= */

.construction-timeline {
  width: 100%;
  margin: 0;
  padding: 45px 20px 90px;
  background: #ffffff;
}


/* =========================================
   HEADER
========================================= */

.construction-timeline__header {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}

.construction-timeline__eyebrow {
  display: block;

  margin-bottom: 7px;

  color: #c49b67;
  font-size: 6px;
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 1;
  text-transform: uppercase;
}

.construction-timeline__title {
  margin: 0 0 12px;

  color: #173a41;

  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.construction-timeline__description {
  width: 100%;
  max-width: 390px;

  margin: 0 auto;

  color: #7d8584;

  font-size: 6px;
  font-weight: 400;
  line-height: 1.7;
}


/* =========================================
   TIMELINE WRAPPER

   Narrow overall width so cards
   don't become too wide.
========================================= */

.construction-timeline__wrapper {
  position: relative;

  width: 440px;
  max-width: 100%;

  margin: 0 auto;
  padding-bottom: 5px;
}


/* =========================================
   CENTER BASE LINE
========================================= */

.construction-timeline__line {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 50%;

  width: 1px;

  background: #e0e3df;

  transform: translateX(-50%);

  z-index: 1;
}


/* =========================================
   GOLD PROGRESS LINE
========================================= */

.construction-timeline__progress {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 0;

  background: #d5aa69;

  transition: height 0.08s linear;

  z-index: 2;
}


/* =========================================
   TIMELINE ITEM
========================================= */

.construction-timeline__item {
  position: relative;

  display: flex;
  align-items: flex-start;

  width: 100%;
  min-height: 135px;

  margin: 0;
}


/* =========================================
   LEFT ITEM
========================================= */

.construction-timeline__item--left {
  justify-content: flex-start;
}


/* =========================================
   RIGHT ITEM
========================================= */

.construction-timeline__item--right {
  justify-content: flex-end;
}


/* =========================================
   CARD
========================================= */

.construction-timeline__card {
  position: relative;

  width: 168px;
  height: 94px;

  padding: 16px 18px;

  background: #ffffff;

  border: 1px solid #eceae6;

  box-shadow: 0 2px 8px rgba(22, 42, 44, 0.035);

  z-index: 3;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


/* =========================================
   LEFT CARD DISTANCE FROM CENTER
========================================= */

.construction-timeline__item--left
.construction-timeline__card {
  margin-right: 52px;
}


/* =========================================
   RIGHT CARD DISTANCE FROM CENTER
========================================= */

.construction-timeline__item--right
.construction-timeline__card {
  margin-left: 52px;
}


/* =========================================
   CARD HOVER
========================================= */

.construction-timeline__card:hover {
  transform: translateY(-3px);

  border-color: #ded0bb;

  box-shadow:
    0 9px 22px rgba(22, 42, 44, 0.065);
}


/* =========================================
   META ROW
========================================= */

.construction-timeline__meta {
  display: flex;
  align-items: center;
  gap: 6px;

  width: 100%;

  margin-bottom: 8px;

  color: #c5b8a7;

  font-size: 5px;
  font-weight: 400;
  line-height: 1;

  white-space: nowrap;
  text-transform: uppercase;
}


/* =========================================
   STATUS
========================================= */

.construction-timeline__status {
  display: inline-flex;
  align-items: center;

  padding: 2px 5px;

  color: #708887;

  border: 1px solid #c4d2d0;

  font-size: 4px;
  font-weight: 500;
  line-height: 1;

  text-transform: uppercase;
}

.construction-timeline__status--progress {
  color: #bd8d51;

  border-color: #e4cda9;
}

.construction-timeline__status--planned {
  color: #898f8d;

  border-color: #d6d9d6;
}


/* =========================================
   CARD TITLE
========================================= */

.construction-timeline__card h3 {
  margin: 0 0 7px;

  color: #1b4148;

  font-family: "Playfair Display", serif;
  font-size: 11px;
  font-weight: 400;

  line-height: 1.2;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.construction-timeline__card p {
  width: 100%;
  max-width: 135px;

  margin: 0;

  color: #7b8584;

  font-size: 5.2px;
  font-weight: 400;
  line-height: 1.55;
}


/* =========================================
   CENTER DOT
========================================= */

.construction-timeline__dot {
  position: absolute;

  top: 47px;
  left: 50%;

  width: 8px;
  height: 8px;

  background: #ffffff;

  border: 1px solid #cbd3d0;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  z-index: 10;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}


/* =========================================
   ACTIVE DOT
========================================= */

.construction-timeline__item.is-active
.construction-timeline__dot {
  background: #d5aa69;

  border-color: #d5aa69;

  box-shadow:
    0 0 0 3px rgba(213, 170, 105, 0.12);
}


/* =========================================
   ACTIVE CARD
========================================= */

.construction-timeline__item.is-active
.construction-timeline__card {
  border-color: #e7dccb;
}


/* =========================================
   PROJECT LINK
========================================= */

.construction-timeline__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  margin-top: 8px;
  padding-bottom: 3px;

  color: #ffffff;

  font-size: 5px;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;

  background: #183e44;

  padding: 5px 7px;

  opacity: 0;
  transform: translateY(5px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease;
}

.construction-timeline__link span {
  transition: transform 0.25s ease;
}

.construction-timeline__link:hover {
  background: #c49b67;
}

.construction-timeline__link:hover span {
  transform: translateX(3px);
}


/* =========================================
   SHOW LINK ON CARD HOVER
========================================= */

.construction-timeline__card:hover
.construction-timeline__link {
  opacity: 1;
  transform: translateY(0);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 700px) {

  .construction-timeline {
    padding: 45px 15px 75px;
  }

  .construction-timeline__wrapper {
    width: 420px;
  }

  .construction-timeline__card {
    width: 160px;
  }

  .construction-timeline__item--left
  .construction-timeline__card {
    margin-right: 50px;
  }

  .construction-timeline__item--right
  .construction-timeline__card {
    margin-left: 50px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 500px) {

  .construction-timeline {
    padding: 40px 12px 65px;
  }

  .construction-timeline__header {
    margin-bottom: 38px;
  }

  .construction-timeline__title {
    font-size: 25px;
  }

  .construction-timeline__description {
    max-width: 310px;
    font-size: 6px;
  }

  /*
    Mobile par center line ko
    left side shift karenge.
  */

  .construction-timeline__wrapper {
    width: 100%;
    max-width: 380px;

    padding-left: 28px;
  }

  .construction-timeline__line {
    left: 9px;

    transform: none;
  }

  .construction-timeline__progress {
    left: 0;
  }

  .construction-timeline__item,
  .construction-timeline__item--left,
  .construction-timeline__item--right {
    justify-content: flex-start;

    min-height: 125px;
  }

  .construction-timeline__dot {
    left: 9px;
    top: 47px;
  }

  .construction-timeline__card {
    width: 168px;
    height: 94px;

    margin-left: 28px !important;
    margin-right: 0 !important;

    padding: 16px 17px;
  }

  .construction-timeline__card h3 {
    font-size: 11px;
  }

  .construction-timeline__card p {
    max-width: 135px;
    font-size: 5.2px;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 360px) {

  .construction-timeline__wrapper {
    padding-left: 25px;
  }

  .construction-timeline__card {
    width: 155px;

    margin-left: 25px !important;

    padding: 15px 15px;
  }

  .construction-timeline__card h3 {
    font-size: 10px;
  }

  .construction-timeline__card p {
    max-width: 125px;
    font-size: 5px;
  }

  .construction-timeline__meta {
    gap: 4px;
    font-size: 4.5px;
  }

  .construction-timeline__status {
    padding: 2px 4px;
    font-size: 3.7px;
  }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  .construction-timeline__progress,
  .construction-timeline__card,
  .construction-timeline__dot,
  .construction-timeline__link {
    transition: none;
  }
}

/* =========================================
   ELITE ARCHITECTURAL ICONS
========================================= */

.elite-icons {
  width: 100%;
  padding: 75px 30px 90px;

  background: #003d35;

  color: #ffffff;
}


/* =========================================
   HEADER
========================================= */

.elite-icons__header {
  width: 100%;
  max-width: 650px;

  margin: 0 auto 62px;

  text-align: center;
}

.elite-icons__eyebrow {
  display: block;

  margin-bottom: 17px;

  color: #d6a65c;

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3px;

  text-transform: uppercase;
}

.elite-icons__title {
  margin: 0 0 22px;

  color: #ffffff;

  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 400;

  line-height: 1.1;
}

.elite-icons__description {
  max-width: 540px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.68);

  font-size: 10px;
  font-weight: 400;

  line-height: 1.75;
}


/* =========================================
   CARDS GRID
========================================= */

.elite-icons__grid {
  width: min(100%, 1000px);

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 34px;
}


/* =========================================
   CARD
========================================= */

.elite-card {
  position: relative;

  min-width: 0;

  background: #00382f;

  border: 1px solid rgba(194, 158, 87, 0.30);

  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.elite-card:hover {
  transform: translateY(-8px);

  border-color: rgba(211, 170, 92, 0.75);

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.20);
}


/* =========================================
   IMAGE
========================================= */

.elite-card__image {
  position: relative;

  width: 100%;
  height: 194px;

  overflow: hidden;

  background: #123d37;
}

.elite-card__image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(0, 35, 31, 0.05),
      rgba(0, 35, 31, 0.18)
    );

  pointer-events: none;
}

.elite-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.8s cubic-bezier(.2,.7,.2,1);
}

.elite-card:hover
.elite-card__image img {
  transform: scale(1.07);
}


/* =========================================
   BADGE
========================================= */

.elite-card__badge {
  position: absolute;

  top: 13px;
  left: 13px;

  z-index: 2;

  display: inline-block;

  padding: 9px 13px;

  background: rgba(0, 55, 48, 0.90);

  border: 1px solid rgba(206, 166, 91, 0.55);

  color: #d7ad67;

  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1px;

  text-transform: uppercase;
}


/* =========================================
   CARD CONTENT
========================================= */

.elite-card__content {
  padding: 20px 22px 22px;
}


/* =========================================
   LOCATION
========================================= */

.elite-card__location {
  display: flex;
  align-items: center;
  gap: 7px;

  margin-bottom: 13px;

  color: rgba(255, 255, 255, 0.48);

  font-size: 13px;
  letter-spacing: 0.2px;
}

.elite-card__location span {
  color: #d0a35c;

  font-size: 9px;
}


/* =========================================
   TITLE
========================================= */

.elite-card__title {
  margin: 0 0 13px;

  color: #ffffff;

  font-family: "Playfair Display", serif;

  font-size: 25px;
  font-weight: 400;

  line-height: 1.2;
}


/* =========================================
   PROPERTY TYPE
========================================= */

.elite-card__type {
  display: flex;
  align-items: center;
  gap: 7px;

  margin-bottom: 19px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 14px;
}

.elite-card__type span {
  color: #d0a35c;

  font-size: 9px;
}


/* =========================================
   FEATURES
========================================= */

.elite-card__features {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  min-height: 64px;

  padding-bottom: 18px;
}

.elite-card__features span {
  display: inline-flex;
  align-items: center;

  height: 21px;

  padding: 0 9px;

  color: rgba(255, 255, 255, 0.65);

  background: rgba(255, 255, 255, 0.025);

  border: 1px solid rgba(117, 168, 157, 0.28);

  font-size: 12px;
  letter-spacing: 0.4px;

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.elite-card:hover
.elite-card__features span {
  border-color: rgba(207, 165, 87, 0.38);

  color: rgba(255, 255, 255, 0.85);
}


/* =========================================
   FOOTER
========================================= */

.elite-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 10px;

  padding-top: 18px;

  border-top: 1px solid rgba(133, 164, 155, 0.18);
}


/* =========================================
   INVESTMENT
========================================= */

.elite-card__investment {
  display: flex;
  flex-direction: column;

  gap: 5px;
}

.elite-card__investment small {
  color: rgba(255, 255, 255, 0.42);

  font-size: 10px;
  letter-spacing: 1px;
}

.elite-card__investment strong {
  color: #d6a55d;

  font-family: "Playfair Display", serif;

  font-size: 15px;
  font-weight: 400;

  white-space: nowrap;
}


/* =========================================
   BUTTON
========================================= */

.elite-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 101px;
  height: 30px;

  padding: 0 12px;

  color: #e1b66c;

  border: 1px solid #d0a45b;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;

  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.elite-card__button:hover {
  color: #003d35;

  background: #d6a65c;

  border-color: #d6a65c;
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1000px) {

  .elite-icons {
    padding-left: 25px;
    padding-right: 25px;
  }

  .elite-icons__grid {
    gap: 22px;
  }

  .elite-card__content {
    padding: 18px;
  }

  .elite-card__image {
    height: 175px;
  }

  .elite-card__title {
    font-size: 15px;
  }

  .elite-card__features span {
    font-size: 8.5px;
  }

  .elite-card__button {
    min-width: 90px;
  }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

  .elite-icons {
    padding: 60px 20px 70px;
  }

  .elite-icons__header {
    margin-bottom: 45px;
  }

  .elite-icons__title {
    font-size: 35px;
  }

  .elite-icons__description {
    font-size: 12px;
  }

  .elite-icons__grid {
    grid-template-columns:
      repeat(2, 1fr);

    max-width: 600px;

    gap: 20px;
  }

  .elite-card__image {
    height: 190px;
  }

  /*
    Third card full width
  */

  .elite-card:last-child {
    grid-column: 1 / -1;

    width: calc(50% - 10px);

    margin: 0 auto;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {
    

  .elite-icons {
    padding: 50px 15px 60px;
  }

  .elite-icons__header {
    margin-bottom: 35px;
  }

  .elite-icons__eyebrow {
    font-size: 12px;
    letter-spacing: 2.5px;
  }

  .elite-icons__title {
    font-size: 30px;

    margin-bottom: 16px;
  }

  .elite-icons__description {
    max-width: 350px;

    font-size: 12px;
    line-height: 1.7;
  }


  /* Single column */

  .elite-icons__grid {
    display: grid;

    grid-template-columns: 1fr;

    width: min(100%, 390px);

    gap: 18px;
  }


  /* Reset third-card tablet rule */

  .elite-card:last-child {
    grid-column: auto;

    width: 100%;

    margin: 0;
  }


  .elite-card__image {
    height: 220px;
  }

  .elite-card__content {
    padding: 20px;
  }

  .elite-card__title {
    font-size: 18px;
  }

  .elite-card__features {
    min-height: auto;
  }

  .elite-card__footer {
    margin-top: 5px;
  }

  .elite-card__button {
    min-width: 105px;
    height: 32px;

    font-size: 10px;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

  .elite-icons {
    padding-left: 12px;
    padding-right: 12px;
  }

  .elite-icons__title {
    font-size: 27px;
  }

  .elite-card__image {
    height: 195px;
  }

  .elite-card__content {
    padding: 17px;
  }

  .elite-card__footer {
    align-items: center;
  }

  .elite-card__investment strong {
    font-size: 9px;
  }

  .elite-card__button {
    min-width: 95px;
  }
}

/* =========================================
   GULMOHAR GREENS III
   LUXURY PROJECT
========================================= */

.gg-project {
  --green: #063d34;
  --green-dark: #032b25;
  --green-light: #0b4b3f;

  --gold: #d4a653;
  --gold-light: #e7c57e;

  --cream: #f5f1e8;
  --white: #fff;

  --serif: "Playfair Display", Georgia, serif;

  width: 100%;
  overflow: hidden;

  background: var(--cream);

  color: var(--green);
}


/* =========================================
   HERO
========================================= */

.gg-hero {
  position: relative;

  min-height: 760px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  background: var(--green-dark);
}

.gg-hero__bg {
  position: absolute;
  inset: 0;
}

.gg-hero__bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1.02);
}

.gg-hero__overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(1, 35, 29, .68),
      rgba(1, 48, 40, .78)
    );
}

.gg-hero__content {
  position: relative;
  z-index: 2;

  width: min(100% - 40px, 850px);

  text-align: center;
}


/* BRAND CARD */

.gg-brand-card {
  display: inline-flex;
  align-items: center;

  margin-bottom: 55px;
  padding: 22px 42px;

  background: rgba(255,255,255,.96);

  border-radius: 35px;

  box-shadow:
    0 20px 60px rgba(0,0,0,.22);
}

.gg-brand {
  min-width: 135px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.gg-brand span {
  margin-bottom: 6px;

  color: #28473f;
font-weight: 500;
  font-size: 12px;
}

.gg-brand strong {
  color: var(--gold);

  font-family: Arial, sans-serif;

  font-size: 28px;
  font-weight: 700;

  letter-spacing: -1px;
}

.gg-brand small {
  color: #53655f;
font-weight: 500;
  font-size: 10px;
  letter-spacing: 3px;
}

.gg-brand-divider {
  width: 1px;
  height: 65px;

  margin: 0 25px;

  background: #cfcfc6;
}


/* HERO TEXT */

.gg-eyebrow {
  display: block;

  margin-bottom: 17px;

  color: #fff;

  font-family: Arial, sans-serif;

  font-size: clamp(20px, 3vw, 36px);
  font-weight: 800;

  letter-spacing: 1px;
}

.gg-hero h1 {
  margin: 0;

  color: var(--gold-light);

  font-family: var(--serif);

  font-size: clamp(65px, 10vw, 125px);
  font-weight: 400;

  line-height: .82;
}

.gg-hero h1 span {
  display: block;

  margin-top: 15px;

  color: white;

  font-size: .58em;

  letter-spacing: 3px;
}

.gg-hero__line {
  width: 100px;
  height: 1px;

  margin: 35px auto 20px;

  background: var(--gold);
}

.gg-hero__status {
  color: var(--gold-light);

  font-size: 20px;
  font-weight: 600;

  letter-spacing: 4px;
}


/* =========================================
   INTRO
========================================= */

.gg-intro {
  padding: 120px max(30px, calc((100% - 1100px) / 2));

  background: var(--cream);
}

.gg-intro__label {
  margin-bottom: 55px;

  color: var(--gold);

  font-size: 8px;
  font-weight: 600;

  letter-spacing: 3px;
}

.gg-intro__content {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 100px;
}

.gg-section-tag {
  display: block;

  margin-bottom: 15px;

  color: var(--gold);

  font-size: 20px;
  font-weight: 600;

  letter-spacing: 2.5px;

  text-transform: uppercase;
}

.gg-intro h2 {
  margin: 0;

  color: var(--green);

  font-family: var(--serif);

  font-size: clamp(50px, 6vw, 78px);
  font-weight: 400;

  line-height: .95;
}

.gg-intro h2 em {
  color: var(--gold);

  font-style: italic;
}

.gg-intro__text {
  padding-top: 45px;
}

.gg-intro__text p {
  margin: 0;

  color: var(--green);

  font-family: var(--serif);

  font-size: 24px;
}

.gg-rule {
  width: 55px;
  height: 1px;

  margin: 22px 0;

  background: var(--gold);
}

.gg-intro__text .gg-muted {
  color: #7a837e;

  font-family: Arial, sans-serif;

  font-size: 24px;
  line-height: 2;

  letter-spacing: 1px;
}


/* =========================================
   LAYOUT
========================================= */

.gg-layout {
  position: relative;

  padding: 110px max(20px, calc((100% - 1200px) / 2));

  background: #fff;
}

.gg-layout__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  margin-bottom: 50px;
}

.gg-layout__heading h2 {
  margin: 0;

  color: var(--green);

  font-family: var(--serif);

  font-size: clamp(48px, 6vw, 76px);
  font-weight: 400;

  line-height: .9;
}

.gg-layout__heading h2 em {
  color: var(--gold);

  font-style: italic;
}

.gg-layout__number {
  width: 100px;
  height: 100px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: var(--green);

  border: 1px solid var(--gold);

  border-radius: 50%;
}

.gg-layout__number span {
  color: var(--gold-light);

  font-family: var(--serif);

  font-size: 32px;
}

.gg-layout__number small {
  color: rgba(255,255,255,.65);

  font-size: 6px;

  letter-spacing: 2px;
}


/* MAP FRAME */

.gg-layout__frame {
  position: relative;

  padding: 12px;

  background: var(--cream);

  border: 1px solid var(--gold);

  box-shadow:
    0 20px 60px rgba(0,40,30,.10);
}

.gg-layout__frame::before {
  content: "";

  position: absolute;
  inset: 5px;

  border: 1px solid rgba(6,61,52,.25);

  pointer-events: none;
}

.gg-layout__frame img {
  display: block;

  width: 100%;
  height: auto;

  position: relative;
  z-index: 1;
}

.gg-layout__frame-label {
  position: absolute;

  left: 35px;
  bottom: 30px;

  z-index: 3;

  display: flex;
  flex-direction: column;

  padding: 13px 18px;

  background: rgba(3,43,37,.93);

  border-left: 2px solid var(--gold);
}

.gg-layout__frame-label span {
  color: var(--gold);

  font-size: 10px;
  letter-spacing: 2px;
}

.gg-layout__frame-label strong {
  margin-top: 4px;

  color: white;

  font-family: var(--serif);

  font-size: 16px;
  font-weight: 400;
}


/* COMING SOON */

.gg-coming {
  position: absolute;

  left: 50%;
  bottom: 65px;

  z-index: 5;

  min-width: 150px;

  padding: 12px 25px;

  background: #d6a65c;

  color: white;

  text-align: center;

  transform: translateX(-50%) rotate(-2deg);

  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.gg-coming span,
.gg-coming strong {
  display: block;
}

.gg-coming span {
  font-size: 18px;
}

.gg-coming strong {
  font-size: 22px;
  line-height: .9;
}


/* =========================================
   ADDRESS
========================================= */

.gg-address {
  padding: 65px max(30px, calc((100% - 1050px) / 2));

  background: var(--green);

  color: white;

  text-align: center;
}

.gg-address__item {
  max-width: 850px;

  margin: auto;
}

.gg-address__item p {
  margin: 0;

  color: rgba(255,255,255,.85);

  font-size: 15px;
  line-height: 1.8;
}

.gg-address__divider {
  width: 60px;
  height: 1px;

  margin: 40px auto;

  background: var(--gold);
}


/* =========================================
   STATEMENT
========================================= */

.gg-statement {
  padding: 110px 25px;

  background:
    linear-gradient(
      rgba(3,43,37,.96),
      rgba(3,43,37,.96)
    );
}

.gg-statement__header {
  width: min(100%, 850px);

  margin: 0 auto 50px;

  text-align: center;
}

.gg-statement__header h2 {
  margin: 0;

  color: white;

  font-family: var(--serif);

  font-size: clamp(40px, 5vw, 65px);
  font-weight: 400;

  line-height: 1;
}

.gg-statement__header h2 em {
  color: var(--gold);

  font-style: italic;
}

.gg-statement__header p {
  margin: 20px 0 0;

  color: rgba(255,255,255,.5);

  font-size: 8px;
  letter-spacing: 1px;
}


/* TABLE */

.gg-table-wrap {
  width: min(100%, 1250px);

  margin: auto;

  overflow-x: auto;

  border: 1px solid var(--gold);

  background: white;
}

.gg-table {
  width: 100%;

  min-width: 1250px;

  border-collapse: collapse;

  color: #182e29;

  font-family: Arial, sans-serif;

  font-size: 19px;
}

.gg-table th {
  padding: 12px 7px;

  color: white;

  background: var(--green);

  border: 1px solid rgba(255,255,255,.25);

  font-size: 15px;
  font-weight: 600;

  line-height: 1.4;
}

.gg-table td {
  padding: 8px 6px;

  border: 1px solid #bfc5c1;

  text-align: center;

  white-space: nowrap;
}

.gg-table tbody tr:nth-child(even) {
  background: #f3f5f1;
}

.gg-table tbody tr:hover {
  background: #eee4cd;
}

.gg-table tfoot td {
  padding: 12px 8px;

  color: white;

  background: var(--green);

  border-color: var(--gold);

  font-weight: 700;
}


/* =========================================
   FOOTER
========================================= */

.gg-footer {
  padding: 65px 30px;

  background: #02241f;

  text-align: center;
}

.gg-footer__brand {
  color: white;

  font-family: var(--serif);

  font-size: 32px;
}

.gg-footer__brand span {
  color: var(--gold);
}

.gg-footer__contact {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 15px;

  margin-top: 20px;
}

.gg-footer__contact a {
  color: rgba(255,255,255,.65);

  font-size: 9px;

  text-decoration: none;
}

.gg-footer__contact a:hover {
  color: var(--gold);
}

.gg-footer__contact i {
  width: 3px;
  height: 3px;

  background: var(--gold);

  border-radius: 50%;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 800px) {

  .gg-hero {
    min-height: 650px;
  }

  .gg-brand-card {
    padding: 18px 25px;

    margin-bottom: 40px;
  }

  .gg-intro__content {
    grid-template-columns: 1fr;

    gap: 20px;
  }

  .gg-intro__text {
    padding-top: 10px;
  }

  .gg-layout__heading {
    align-items: center;
  }
}


@media (max-width: 600px) {

  .gg-hero {
    min-height: 600px;
  }

  .gg-brand-card {
    width: min(100%, 330px);

    justify-content: center;

    padding: 16px 10px;
  }

  .gg-brand {
    min-width: 110px;
  }

  .gg-brand-divider {
    margin: 0 10px;
  }

  .gg-brand strong {
    font-size: 20px;
  }

  .gg-eyebrow {
    font-size: 16px;
  }

  .gg-hero h1 {
    font-size: 60px;
  }

  .gg-hero h1 span {
    font-size: 32px;
  }

  .gg-hero__status {
    font-size: 14px;

    letter-spacing: 2px;
  }

  .gg-intro,
  .gg-layout {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .gg-layout__heading {
    align-items: flex-start;
  }

  .gg-layout__number {
    width: 75px;
    height: 75px;
  }

  .gg-layout__number span {
    font-size: 25px;
  }

  .gg-layout__frame {
    padding: 7px;
  }

  .gg-coming {
    bottom: 40px;

    min-width: 120px;

    padding: 9px 18px;
  }

  .gg-coming span {
    font-size: 14px;
  }

  .gg-coming strong {
    font-size: 18px;
  }

  .gg-address {
    padding: 50px 20px;
  }

  .gg-address__item p {
    font-size: 12px;
  }

  .gg-statement {
    padding: 75px 12px;
  }

  .gg-footer__contact {
    flex-direction: column;

    gap: 8px;
  }
}


@media (max-width: 380px) {

  .gg-hero h1 {
    font-size: 50px;
  }

  .gg-hero h1 span {
    font-size: 27px;
  }

  .gg-brand {
    min-width: 95px;
  }

  .gg-brand strong {
    font-size: 17px;
  }

  .gg-brand small {
    font-size: 5px;
  }

  .gg-layout__heading {
    flex-direction: column;

    gap: 25px;
  }

  .gg-layout__number {
    align-self: flex-end;
  }
}

.hero-video-section {
    position: relative;

    width: 100%;
    height: 100vh;
    min-height: 600px;

    overflow: hidden;

    background: #000;
}

.hero-video {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    margin: 0;
    padding: 0;
}


/* TABLET */

@media (max-width: 991px) {

    .hero-video-section {
        height: 75vh;
        min-height: 520px;
    }

    .hero-video {
        object-position: center center;
    }

}


/* MOBILE */

@media (max-width: 600px) {

    .hero-video-section {
        width: 100%;
        height: 70vh;
        min-height: 450px;
    }

    .hero-video {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center center;
    }

}


/* SMALL MOBILE */

@media (max-width: 380px) {

    .hero-video-section {
        height: 65vh;
        min-height: 400px;
    }

}