* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    /* background-color: #f4f5ff; */
    /* background-color: #f8f8f8; */
    background-color: #f4f5ff;
    /* overflow-x: hidden; */
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

p {
    margin-bottom: 0;
}


/* Header Custom Styles */

.main-header {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999;
}

.logo-wrap img {
    max-height: 55px;
}

.logo-text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 0 12px;
}

.navbar-nav .nav-link.active {
    color: #141414;
    text-decoration: underline;
}

.nav-separator {
    color: #aaa;
}

.apply-btn {
    background: #0a8f00;
    color: #fff;
    font-weight: 600;
    padding: 16px 18px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

.apply-btn:hover {
    color: #fff;
    opacity: 0.9;
}


/* Mobile Fix */

@media (max-width: 991px) {
    .nav-separator {
        display: none;
    }
}


/* footer css start */

.footer-v1 {
    background: #141414;
    color: #ffffff;
    padding: 50px 20px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}


/* LOGO */

.footer-logo img {
    width: 90px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}


/* VIEWS */

.footer-views {
    font-size: 15px;
    margin-bottom: 18px;
}


/* LINKS */

.footer-links {
    margin-bottom: 25px;
}

.footer-links a {
    color: #ffffff;
    margin: 0 10px;
    font-size: 15px;
    text-decoration: underline;
}


/* DISCLAIMER */

.footer-disclaimer {
    font-size: 14px;
    line-height: 1.6;
    max-width: 900px;
    margin: auto;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .footer-logo img {
        width: 60px;
    }
    .footer-links a {
        display: inline-block;
        margin: 6px 8px;
    }
    .footer-disclaimer {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .footer-links a {
        display: block;
        margin: 6px 0;
    }
}

.copyright-text {
    background-color: #322f2d;
}

.copyright-text p {
    margin-bottom: 0;
    padding: 10px 0;
    color: #fff;
}


/* important bar */


/* Main Section */

.important-update {
    background: transparent;
    padding: 20px 0;
}


/* Update Box */

.update-box {
    background: #0557a8;
    /* border-top: 4px solid #123b8b; */
    /* border-top: 4px solid rgb(255, 68, 68); */
    border-radius: 20px;
    padding: 15px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}


/* Marquee Text */

.update-box marquee {
    color: #ffed00;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}


/* Responsive */

@media (max-width: 768px) {
    .update-box {
        border-radius: 25px;
    }
    .update-box marquee {
        font-size: 15px;
    }
}


/* main slider css  */

.hero-slider {
    position: relative;
}

#propertySlider {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.overlayblank {
    position: absolute;
    background: rgba(0, 0, 0, 0.108);
    z-index: 5;
    inset: 0;
}


/* Slider Images */

.hero-slider .carousel-item img {
    height: 580px;
    object-fit: cover;
    border-radius: 20px
}


/* Dark Overlay */

.slider-overlay {
    position: absolute;
    left: 80px;
    top: 50px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.customrera {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
    width: 80px;
}


/* Text */

.overlay-content {
    color: #fff;
    max-width: 600px;
}

.overlay-content h1 {
    font-size: 42px;
    font-weight: 700;
}

.address {
    font-size: 18px;
    margin-bottom: 20px;
}


/* Points */

.location-points {
    list-style: none;
    padding: 0;
}

.location-points li {
    font-size: 16px;
    margin-bottom: 10px;
}


/* Arrows */

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
    z-index: 12;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}


/* Dots */

.carousel-indicators {
    bottom: 25px;
    z-index: 3;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
}

.carousel-indicators .active {
    opacity: 1;
}


/* Responsive */

@media (max-width: 768px) {
    .hero-slider .carousel-item img {
        height: 320px;
    }
    .overlay-content h1 {
        font-size: 28px;
    }
    .customrera {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 20;
        width: 50px;
    }
}

.carousel-indicators [data-bs-target] {
    border-radius: 5px !important;
}


/* about section */

.ddjay-section {
    padding-bottom: 20px;
}


/* Content */

.content-wrapper {
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    border: 2px solid #ddae5873;
}

.content-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2c2c2c;
}

.subtitle {
    font-size: 26px;
    color: #555;
    font-weight: 700;
    margin-bottom: 30px;
}

.content-wrapper p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 22px;
}

.register-btn {
    color: rgb(255, 255, 255);
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    width: 28%;
    background: rgb(38, 211, 103);
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    margin: 15px auto;
}

.customplace .register-btn {
    color: rgb(255, 255, 255);
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    width: 28%;
    background: rgb(38, 211, 103);
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    margin: 30px 0 auto;
}


/* Responsive */

@media (max-width: 768px) {
    .content-wrapper h2 {
        font-size: 26px;
    }
    .content-wrapper p {
        font-size: 15px;
    }
    .info-bar {
        font-size: 14px;
    }
    .register-btn {
        width: 80% !important;
    }
}


/* Section background */

.refund-note-section {
    background: transparent;
    padding: 40px 0;
}


/* White rounded box */

.refund-note {
    background: #ffffff;
    border-top: 4px solid #9d0763;
    padding: 15px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.066);
    border-radius: 20px;
    text-align: center;
}


/* Blinking text */

.blink-text {
    font-weight: 700;
    font-size: 22px;
    color: red;
    animation: slowBlink 2.5s infinite;
}


/* Smooth slow blink animation */

@keyframes slowBlink {
    0% {
        color: red;
    }
    50% {
        color: rgb(19, 19, 19);
    }
    100% {
        color: red;
    }
}


/* Responsive */

@media (max-width: 768px) {
    .refund-note {
        text-align: center;
        border-radius: 25px;
    }
    .blink-text {
        font-size: 15px;
    }
}


/* amenities section css */

.amenities-section {
    background: #f5f7ff;
    padding: 20px 0;
}


/* Box container */

.amenities-box {
    background: #ffffff;
    border: 2px solid #ddae5873;
    border-radius: 40px;
    padding: 50px 60px;
    margin: 0 auto;
}


/* Heading */

.amenities-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1f1f1f;
}


/* Grid layout – 3 columns */

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
}


/* Amenity item – vertical layout */

.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}


/* Icon */

.amenity-item img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
    border: 10px;
}


/* Heading */

.amenity-item span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
}


/* Tablet */

@media (max-width: 991px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 40px;
    }
}


/* Mobile */

@media (max-width: 768px) {
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    .amenity-item span {
        font-size: 14px;
    }
}


/* cta section css */

.cta-section {
    padding: 20px 0;
    background: #f5f7ff;
}


/* Box Container */

.cta-box {
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.055);
}


/* Top Orange Area */

.cta-top {
    background: #9d0763;
    text-align: center;
    padding: 30px 20px;
    color: #fff;
}

.cta-top h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-top .divider {
    display: block;
    width: 120px;
    height: 2px;
    background: #fff;
    margin: 0 auto 15px;
}

.cta-top p {
    font-size: 18px;
    font-weight: 500;
}


/* Bottom Area */

.cta-bottom {
    padding: 30px 20px;
    text-align: center;
}

.cta-bottom h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 35px;
}


/* Buttons */

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.cta-actions a {
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    min-width: 320px;
}


/* Date Button */

.btn-date {
    background: #ff7a7a;
    color: #fff;
}


/* Apply Button */

.btn-apply {
    background: #0a8f00;
    color: #fff;
}


/* Hover */

.cta-actions a:hover {
    opacity: 0.9;
}


/* Responsive */

@media (max-width: 768px) {
    .cta-top h3 {
        font-size: 22px;
    }
    .cta-bottom h4 {
        font-size: 22px;
    }
    .cta-actions {
        flex-direction: column;
    }
    .cta-actions a {
        min-width: 100%;
        font-size: 16px;
    }
}


/* gallery section css start */

.gallery-section {
    padding: 20px 0;
    background: #f5f7ff;
}


/* Boxed container */

.gallery-box {
    background: #fff;
    border: 2px solid #ddae5873;
    border-radius: 20px;
    padding: 50px;
    margin: auto;
}


/* Header */

.gallery-header {
    margin-bottom: 40px;
}

.gallery-label {
    font-size: 18px;
    color: #d8a547;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.gallery-label::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #6ab04c;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.gallery-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    max-width: 900px;
}


/* Grid */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-grid img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid img:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}


/* Lightbox Overlay */

#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


/* Image */

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}


/* Close Button */

.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    transition: transform 0.2s ease, color 0.2s ease;
}

.lightbox-close:hover {
    color: #ff4d4d;
    transform: scale(1.2);
}


/* Mobile */

@media (max-width: 576px) {
    .lightbox-close {
        top: 15px;
        right: 20px;
        font-size: 32px;
    }
}


/* Responsive */

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-header h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-box {
        padding: 30px 20px;
        border-radius: 25px;
    }
}


/* location advantages */

.location-section {
    background: #f5f9ff;
    padding: 20px 0;
}


/* Box container */

.location-box {
    background: #ffffff;
    border: 2px solid #ddae5873;
    border-radius: 20px;
    padding: 50px;
    margin: auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}


/* Grid */

.location-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}


/* Map */

.location-map img {
    width: 100%;
    border-radius: 12px;
    border: 6px solid #1b4d1b;
}


/* Label */

.section-label {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}


/* Heading */

.location-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}


/* List */

.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid #d2b3a3;
    color: #111;
}


/* Responsive */

@media (max-width: 992px) {
    .location-grid {
        grid-template-columns: 1fr;
    }
    .location-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .location-box {
        padding: 30px 20px;
        border-radius: 25px;
    }
    .location-list li {
        font-size: 14px;
    }
}


/* specification section css */

.specifications-section {
    background: #f5f7ff;
    padding: 20px 0;
}


/* Box Container */

.specifications-box {
    background: #ffffff;
    border-radius: 40px;
    padding: 50px 60px;
    margin: auto;
    border: 2px solid #ddae58;
}


/* Main Heading */

.specifications-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #111;
}


/* Grid */

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
}


/* Each Spec Block */

.spec-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.spec-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
    text-align: center;
}


/* Text */

.spec-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

.spec-item strong {
    color: #000;
}


/* Tablet */

@media (max-width: 991px) {
    .spec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .specifications-box {
        padding: 40px 30px;
    }
}


/* Mobile */

@media (max-width: 768px) {
    .spec-grid {
        grid-template-columns: 1fr;
    }
    .specifications-title {
        font-size: 28px;
    }
    .spec-item h3 {
        font-size: 20px;
    }
}


/* form wrapper */

.form-wrapper {
    margin: 40px auto;
    background: #fff;
    border: 2px solid #ddae5873;
    border-radius: 16px;
    padding: 30px;
}

h2 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 14px;
}

label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 768px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

.radio-group {
    display: flex;
    gap: 15px;
}

.radio-group input {
    width: auto;
}

small.error {
    color: red;
    font-size: 12px;
    display: none;
}

.submit-btn {
    display: block;
    margin: 30px auto 0;
    background: #000;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
}

@media(max-width:768px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 10px;
}

.address-title {
    font-weight: 600;
    font-size: 14px;
}

.required {
    color: red;
}

.same-address {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.same-address input {
    width: auto;
}

.section-label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}


/* Hide checkbox completely */

.shop-option {
    position: relative;
}

.shop-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* Layout */


/* Shop size wrapper */

.shop-size-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    /* vertical alignment fix */
    flex-wrap: wrap;
}


/* Hide checkbox */

.shop-option input {
    position: absolute;
    opacity: 0;
}


/* Box */

.shop-box {
    background: #000;
    color: #fff;
    padding: 16px 28px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /* equal width = perfect alignment */
    border: 2px solid transparent;
}


/* Price */

.shop-box span {
    display: block;
    color: #f3f3f3;
    font-size: 13px;
    margin-top: 6px;
}


/* Selected */

.shop-option input:checked+.shop-box {
    border-color: #ddaf58d8;
    box-shadow: 0 0 0 3px rgba(246, 166, 35, .35);
}

@media (max-width: 768px) {
    .shop-size-wrap {
        flex-direction: column;
        align-items: stretch;
    }
}

input[type="file"] {
    max-width: 100%;
}


/* pricing section css */

.price-list-section {
    margin: 20px auto;
    padding: 0 15px;
    font-family: Arial, sans-serif;
}


/* Container box like previous sections */

.price-box {
    border: 2px solid #ddae5873;
    border-radius: 18px;
    padding: 30px;
    background: #fff;
}


/* Headings */

.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.sub-title {
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 15px;
}


/* Tables */

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.price-table,
.info-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table th,
.price-table td,
.info-table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: center;
    font-size: 15px;
}

.price-table th {
    background: #f4f4f4;
    font-weight: 600;
}

.info-table td:first-child {
    text-align: left;
    font-weight: 500;
}

.info-table td:last-child {
    text-align: right;
    font-weight: 600;
}


/* Notes */

.note-box {
    margin-top: 30px;
    font-size: 14px;
}

.note-box ul {
    padding-left: 18px;
    margin-top: 8px;
}

.note-box li {
    margin-bottom: 6px;
}


/* Mobile */

@media(max-width:768px) {
    .price-box {
        padding: 20px;
    }
    .section-title {
        font-size: 24px;
    }
    .sub-title {
        font-size: 20px;
    }
    .price-table th,
    .price-table td,
    .info-table td {
        font-size: 14px;
        padding: 10px;
    }
}


/* Contact Us Page */

.contact-box-section {
    /* background: #fdebd2; */
    /* light cream like screenshot */
    padding: 60px 15px;
}

.contact-box {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #ddae5873;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
}

.contact-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #333;
}

.contact-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 14px;
    color: #444;
}

.contact-content strong {
    font-weight: 600;
    color: #222;
}

.contact-content a {
    color: #0d6efd;
    text-decoration: none;
}

.contact-content a:hover {
    text-decoration: underline;
}


/* Mobile */

@media (max-width: 576px) {
    .contact-box {
        padding: 25px 15px;
    }
    .contact-title {
        font-size: 22px;
    }
    .contact-content p {
        font-size: 16px;
    }
}


/* Privacy Policy Page css */

.contentpage {
    /* light cream like other sections */
    padding: 60px 15px;
}

.content-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #ddae5873;
    border-radius: 20px;
    padding: 40px 30px;
}

.content-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}

.blockcontent {
    margin-bottom: 22px;
}

.blockcontent h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.blockcontent p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.blockcontent ul {
    padding-left: 18px;
    margin-top: 8px;
}

.blockcontent li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.blockcontent a {
    color: #0d6efd;
    text-decoration: none;
}

.blockcontent a:hover {
    text-decoration: underline;
}


/* Mobile */

@media (max-width:576px) {
    .content-box {
        padding: 25px 18px;
    }
    .content-title {
        font-size: 24px;
    }
    .blockcontent p,
    .blockcontent li {
        font-size: 15px;
    }
}


/* Refund Page css */

.contentpage {
    padding: 60px 15px;
}

.content-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #ddae5873;
    border-radius: 20px;
    padding: 40px 30px;
}

.content-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.blockcontent {
    margin-bottom: 22px;
}

.blockcontent h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blockcontent ul {
    padding-left: 18px;
}

.blockcontent li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.blockcontent a {
    color: #0d6efd;
    text-decoration: none;
}

.blockcontent a:hover {
    text-decoration: underline;
}

@media (max-width:576px) {
    .content-box {
        padding: 25px 18px;
    }
    .content-title {
        font-size: 24px;
    }
}


/* info section css start */

.info-section {
    padding: 20px 15px;
}

.info-box {
    margin: 0 auto;
    border: 2px solid #ddae5873;
    border-radius: 18px;
    padding: 40px 20px;
    background: #fff;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.info-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.info-item h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.info-item p {
    font-size: 15px;
    color: #333;
}


/* Tablet */

@media(max-width:992px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile */

@media(max-width:576px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
}


/* master plan layout */

.masterplan-section {
    padding: 20px 15px;
}

.masterplan-box {
    margin: 0 auto;
    background: #fff;
    border: 2px solid #ddae5873;
    border-radius: 18px;
    padding: 30px 20px;
}

.masterplan-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
}

.masterplan-image {
    width: 100%;
    overflow: hidden;
}

.masterplan-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: contain;
}


/* Tablet */

@media(max-width:768px) {
    .masterplan-title {
        font-size: 24px;
    }
    .masterplan-box {
        padding: 25px 15px;
    }
}


/* Mobile */

@media(max-width:576px) {
    .masterplan-title {
        font-size: 22px;
    }
}

.image-row-section {
    padding: 20px 15px;
}

.image-row-box {
    margin: 0 auto;
    background: #fff;
    border: 2px solid #ddae5873;
    border-radius: 18px;
    padding: 30px 20px;
}

.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
}

.image-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.image-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}


/* Tablet */

@media (max-width: 768px) {
    .image-row {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 24px;
    }
}


/* Mobile */

@media (max-width: 576px) {
    .image-row-box {
        padding: 22px 15px;
    }
    .section-title {
        font-size: 22px;
    }
}