      body {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            font-family: 'Karla', sans-serif;

        }
        /*new */
        
.offer-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.offer-card:hover {
  transform: scale(1.02);
}

.offer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 47, 0.5); /* Dark transparent overlay */
}

.offer-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.offer-content h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  animation: grow 0.4s ease-in-out;
  color: #fff;
}

@keyframes grow {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
        /*end*/
        
        
        
     .video-slide {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

        /* header  */

        .slider {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: opacity 0.5s ease;
            z-index: 0;
        }

        .slide.bg-base {
            z-index: 0;
            opacity: 1;
            clip-path: none;
        }

        .slide.wave-top {
            z-index: 1;
            opacity: 1;
            clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
            animation: waveClipSmooth 1.2s ease-in-out forwards;
        }

        @keyframes waveClipSmooth {
            0% {
                clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
            }

            20% {
                clip-path: polygon(20% 0, 15% 100%, 0 100%, 0 0);
            }

            40% {
                clip-path: polygon(50% 0, 45% 100%, 15% 100%, 20% 0);
            }

            60% {
                clip-path: polygon(80% 0, 75% 100%, 45% 100%, 50% 0);
            }

            80% {
                clip-path: polygon(100% 0, 100% 100%, 75% 100%, 80% 0);
            }

            100% {
                clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
            }
        }

        .slider-content {
            position: absolute;
            bottom: 20%;
            left: 10%;
            color: white;
            z-index: 2;
            opacity: 0;
            transform: translateX(-80px);
            transition: all 1s ease;
        }
   .slider-content{
        display:  none;
    }
    .sold-out-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: red;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 10;
}
        .slider-content.content-animate {
            opacity: 1;
            transform: translateX(0);
        }

        .slider-content h1 {
            font-size: 3rem;
            font-weight: bold;
        }
      

        /* new */
        .joves-section {
            z-index: 2;
            bottom: -128px;
            animation: zoomIn 0.8s ease;
            background: #fff;
            position: absolute;
            padding: 20px 20px;
            border-radius: 30px;
            width: 100%;
            text-align: center;
            max-width: 1140px;
            justify-self: center;
            --border-radius: 10px 10px 10px 10px;
            box-shadow: 0px 40px 45px -7px #A6A6A6;
            margin: auto;
        }

        .joves-section h3 {
            font-size: 1.75rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .joves-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin: 12px 0;
        }

        .joves-divider svg {
            width: 26px;
            height: auto;
            fill: #013050;
            /* Change color as needed */
            z-index: 1;
        }

        .joves-divider::before,
        .joves-divider::after {
            content: "";
            flex: 1;
            height: 1px;
            background-color: #333;
            margin: 0 20px;
        }


        .joves-section p {
            text-align: center;
            font-size: 18px;
            font-weight: 300;
            line-height: 24px;
            letter-spacing: 1.5px;
            color: #013050;
        }

        @keyframes zoomIn {
            0% {
                opacity: 0;
                transform: scale(0.9);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .typewriter-text {
            margin-top: 14px;
        }

        .typewriter-text {
            font-size: 2rem;
            font-weight: bold;
            border-right: 2px solid #013050;
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            color: #013050;
        }

        .property-card {
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }

        .property-card:hover {
            transform: scale(1.01);
        }

        .image-container {
            overflow: hidden;
            height: 200px;
        }

        .property-image {
            width: 100%;
            height: 240px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .property-card:hover .property-image {
            transform: scale(1.1);
        }

        .property-title {
            font-weight: 700;
            color: #013050;
            /* Amber/Orange */
        }

        .property-desc {
            color: #333;
            font-size: 14px;
        }

        .property-body {
            padding: 20px;
            text-align: center;
        }

        /* new */
        .facility-card {
            text-align: center;
        }

        .facility-image img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
            border-radius: 0;
            /* No rounding for image */
        }

        .facility-content {
            background: white;
            border-radius: 0 0 15px 15px;
            /* Rounded only at bottom */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            margin-top: -10px;
            /* Slight overlap with image */
            padding: 12px 0;
        }

        .facility-title {
            font-weight: bold;
            color: #0d1a5b;
            margin: 0;
            position: relative;
            background-color: #FFFFFF;
            margin: -8px 0px 0px 0px;
            padding: 14px 14px 14px 14px;
            border-radius: 11px 11px 11px 11px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        }


.amenaties-heading {
       margin: auto;
    text-align: center;
    max-width: 516px;
}
        .ambition-section {
            padding: 60px 15px;
        }

        .ambition-box {
            background: white;
            padding: 20px;
            margin-left: -140px;
            /* max-width: 900px; */
            width: 60%;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .ambition-boxx {
            background: white;
            padding: 20px;
            margin-right: -139px;
            /* max-width: 900px; */
            width: 60%;
            z-index: 1;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .ambition-title {
            font-size: 2rem;
            font-weight: 700;
            color: #013050;
        }

        .ambition-text {
            font-size: 1rem;
            color: #333;
            line-height: 1.8;
            margin-top: 15px;
        }

        .ambition-image {
            width: 100%;
            height: 400px;

            object-fit: cover;

            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        @media (min-width: 768px) {
            .ambition-section .container {
                display: flex;
                align-items: center;
                        justify-content: center;
                gap: 40px;
            }

          
        }



        /* new */
        .leader-img {
            max-width: 100%;
            height: auto;
        }

        .leader-box {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
        }

        .leader-img {
            max-width: 100%;
            height: 290px;
            border-radius: 8px;
            background-color: #fff;
            padding: 10px;
        }

        .section-heading {
            color: #1e9b73;
            font-weight: 700;
            text-align: center;
        }

        .leader-name {
            font-weight: 700;
            font-size: 1.5rem;
        }

        .leader-description {
            font-size: 1rem;
            color: #334;
        }

        /* new */
        .who-we-img {
            width: 100%;
            height:400px;
            max-width: 100%;
            border-radius: 200px 0px 200px 0px;
        }

        .who-we-are h1 {
            color: #013050;
            font-weight: 600;
        }

        .who-we-are p {
            font-size: 17px;
        }

        .our-goals-bg {
            background-image: url(../img/our-gols-bg.webp);
            --background-overlay: '';
            background-repeat: no-repeat;
            background-size: cover;
        }

        .get-more {
            border-color: #013050;
            background-color: #013050;
            padding: 9px 18px 9px 18px;
            color: #fff;
            margin: auto;
            font-size: 12px;
            border-style: solid;
            text-decoration: none;
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 0;
            border-bottom-width: 0;
            border-radius: 6px;
        }


        /* new */
        .parallax-section {
            background-image: url('../img/Mission&Vision1.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            background-repeat: no-repeat;

            padding: 100px 20px;
            color: white;
            text-align: center;
        }

        .parallax-section h2 {
          
            font-weight: 700;
            margin-bottom: 40px;
        }

        .parallax-section p {
            font-size: 1rem;
            line-height: 1.8;
            max-width: 900px;
            margin: auto;
        }

        .parallax-section b {
            color: #ffffff;
        }


     @media (max-width: 768px) {

            .typewriter-text {
                font-size: 1.2rem;
            }
            .ambition-box {
    background: white;
    padding: 20px;
    margin-left: 0px;
    /* max-width: 900px; */
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.who-we-img {
    width: 100%;
    height: 140px;
}
.ambition-boxx{
    margin-right: 0px;
    width: 100%;
}
 .joves-section{
    width: 90%;
    left: 50%;
  transform: translateX(-50%);
 bottom: -175px;
 }

 
 }