.highlights {
    padding: 80px 60px;
    background: #FFFCEF;
    text-align: center;
    margin: 0;
}

.highlights h2 {
    font-size: 34px;
    margin-bottom: 60px;
}

.highlight-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.highlight-list {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.item {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    color: #777;
    transition: 0.3s;
}

/* DOT */
.item::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #bbb;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 0.3s;
}

/* ACTIVE */
.item.active {
    color: #000;
    font-weight: 600;
}

.item.active::before {
    background: #000;
}

/* HOVER */
.item:hover {
    color: #000;
}

/* IMAGE */
.highlight-image {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.4s ease;
}

/* ZOOM EFFECT */
.highlight-image img.zoom {
    transform: scale(1.1);
}
.item {
    position: relative;
    color: #555;
    line-height: 1.6;
}

/* REMOVE default */
.item::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #bbb;
    border-radius: 50%;
    position: absolute;
    top: 8px;
}

/* LEFT BLOCK → DOT RIGHT SIDE */
.highlight-list.left .item {
    text-align: right;
    padding-right: 25px;
    padding-left: 0; /* IMPORTANT */
}

.highlight-list.left .item::before {
    right: 0;
    left: auto; /* IMPORTANT FIX */
}

/* RIGHT BLOCK → DOT LEFT SIDE */
.highlight-list.right .item {
    text-align: left;
    padding-left: 25px;
    padding-right: 0;
}

.highlight-list.right .item::before {
    left: 0;
    right: auto; /* IMPORTANT FIX */
}

/* ACTIVE */
.item.active {
    color: #000;
    font-weight: 600;
}

.item.active::before {
    background: #000;
}
/* LEFT SIDE */
.highlight-list.left .item:nth-child(2) {
    margin-right: 20px;
}
.highlight-list.left .item:nth-child(3) {
    margin-right: 35px;
}

/* RIGHT SIDE */
.highlight-list.right .item:nth-child(2) {
    margin-left: 20px;
}
.highlight-list.right .item:nth-child(3) {
    margin-left: 35px;
}
.section-title {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}

/* LINE */
.section-title::after {
    content: "";
    width: 0; /* start hidden */
    height: 2px;
    background: #0a3d62;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    transition: width 0.6s ease;
}

/* ACTIVE STATE */
.section-title.active::after {
    width: 150px;
}
/* WRAPPER */
.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

/* TEXT */
.divider-label h2 {
    font-size: 12px;
    letter-spacing: 3px;
    color: #777;
    margin: 0;
    white-space: nowrap;
}

/* COMMON LINE */
.divider-line {
    flex: 1;
    max-width: 150px;
    height: 1px;
    width: 0; /* animation start */
    background: linear-gradient(90deg, #004280 0%, transparent 100%);
    transition: width 0.6s ease;
}

/* REVERSE LINE */
.divider-line.rev {
    background: linear-gradient(90deg, transparent 0%, #004280 100%);
}

/* ACTIVE (ANIMATION) */
.divider.active .divider-line {
    width: 150px;
}
/* General styling for the cards and icons */
.amenity-card {
    text-align: center;
    padding: 20px 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    margin: 0;
}

.amenity-card i {
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #004280;
    display: inline-block;
    margin-bottom: 15px;
    transition: 0.3s;
}

.amenity-card:hover i {
    background: #00428087;
    color: #fff !important;
}

.amenity-card h6 {
    font-weight: 600;
    margin: 0;
    font-size: 12px;
}

.amenity-card:hover {
    background: #f4f4f4;
    transform: translateY(-5px);
    color: #004280;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
section{
    padding: 80px 60px;
    background: #FFFCEF;
    margin: 0;
}

/* Ensure consistent font family */
body, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input {
    font-family: 'Poppins', sans-serif !important;
}

.nav-tabs{
border-bottom:0px !important;
gap:5px;
padding-bottom:35px;
}

/* LOCATION HIGHLIGHTS SECTION */
#location-bliss {
padding: 80px 60px;
background: #FFFCEF;
margin: 0;
}

.heading-wrapper {
margin-bottom: 50px;
}

.section-heading {
    color: #1f3c88;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.accordionMap {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.accordion-item:last-child {
    border-bottom: none;
}

/* Override Bootstrap accordion styles with higher specificity */
.accordionMap .accordion-button {
    border: none !important;
    position: relative !important;
    color: #000 !important;
    background: transparent !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 20px 25px !important;
    box-shadow: none !important;
}

.accordionMap .accordion-button:not(.collapsed) {
    background: transparent !important;
    color: #000 !important;
}

.accordionMap .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

/* Custom arrow styles */
.accordionMap .accordion-button::after {
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: auto !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #000 !important;
    border-bottom: none !important;
    transition: transform 0.3s ease !important;
}

.accordionMap .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: auto !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: none !important;
    border-bottom: 6px solid #000 !important;
    transform: rotate(0deg) !important;
}

.accordionMap .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius) !important;
    border-top-right-radius: var(--bs-accordion-inner-border-radius) !important;
}

.accordion-body {
    padding: 0 25px 25px 25px;
}

.location-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-points li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.location-points li:hover {
    color: #0a3d62;
    padding-left: 10px;
}

.location-points li:last-child {
    border-bottom: none;
}

.location-points li::before {
    content: ">";
    color: #0a3d62;
    margin-right: 10px;
    font-weight: bold;
}

#map {
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#map iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* Fix row layout to prevent map expansion */
#location-bliss .row {
    display: flex;
    align-items: stretch;
}

#location-bliss .col-lg-7 {
    display: flex;
    flex-direction: column;
}

#location-bliss .col-lg-5 {
    display: flex;
    flex-direction: column;
}

/* Market Context Styles */
.market-context {
    padding: 15px 0;
}

.market-context h4 {
    color: #1f3c88;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.market-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.market-item:last-child {
    border-bottom: none;
}

.market-item .metric {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.market-item .value {
    color: #0a3d62;
    font-size: 14px;
    font-weight: 600;
}

/* Amenities Categories Styles */
.accordion-body h4 {
    color: #1f3c88;
    font-size: 16px;
    margin: 25px 0 15px 0;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.accordion-body h4:first-child {
    margin-top: 0;
}

/* LAYOUT PLANS SECTION */
.layout-plans {
    padding: 80px 60px;
    background: #FFFCEF;
    margin: 0;
}

/* Master Plan Styles */
.master-plan-container {
    text-align: center;
}

.master-plan-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.master-plan-image .plan-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.master-plan-image .plan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 61, 98, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.master-plan-image:hover .plan-overlay {
    opacity: 1;
}

.download-btn {
    background: #fff;
    color: #0a3d62;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.download-btn:hover {
    background: #0a3d62;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Floor Plan Slider Styles */
.floor-plan-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.plan-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #fff;
}

.plan-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blur-plan {
    filter: blur(5px);
}

.plan-card:hover .blur-plan {
    filter: blur(0);
}

.plan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 61, 98, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.plan-card:hover .plan-overlay {
    opacity: 1;
}

.view-btn {
    background: #fff;
    color: #0a3d62;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: #0a3d62;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0a3d62;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

.slider-prev:hover, .slider-next:hover {
    background: #fff;
    color: #0a3d62;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Unit Plan Grid Styles */
.unit-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.unit-plan-grid .plan-card {
    height: 300px;
}

.unit-plan-grid .plan-card img {
    height: 100%;
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-overlay.show {
    display: flex;
}

.popup-content {
    background: #fff;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
}

.popup-header h3 {
    color: #1f3c88;
    font-size: 24px;
    margin: 0;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #0a3d62;
}

.popup-body {
    padding: 30px;
}

.popup-body p {
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

.popup-body input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.popup-body input:focus {
    outline: none;
    border-color: #0a3d62;
}

.submit-download-btn {
    width: 100%;
    background: #0a3d62;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-download-btn:hover {
    background: #1f3c88;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* COSTING SECTION */
.costing-section {
    padding: 80px 60px;
    background: #FFFCEF;
    margin: 0;
}

.costing-tabs {
    max-width: 1200px;
    margin: 0 auto;
}

.costing-table-container {
    margin-top: 40px;
}

.costing-table {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #1f3c88;
    color: #fff;
    font-weight: 600;
}

.header-cell {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.header-cell:last-child {
    border-right: none;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.table-row:hover {
    background: #f8f9fa;
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    padding: 20px 15px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border-right: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-cell:last-child {
    border-right: none;
}

.table-cell:first-child {
    font-weight: 600;
    color: #1f3c88;
}

.learn-more-btn {
    background: #0a3d62;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.learn-more-btn:hover {
    background: #1f3c88;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Tab styling for costing */
.costing-tabs .nav-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 0;
}

.costing-tabs .nav-link {
    color: #666;
    border: none;
    background: transparent;
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.costing-tabs .nav-link:hover {
    color: #0a3d62;
    border: none;
}

.costing-tabs .nav-link.active {
    color: #0a3d62;
    background: transparent;
    border: none;
    border-bottom: 3px solid #0a3d62;
}

/* GALLERY SECTION */
.gallery-section {
    padding: 80px 60px;
    background: #FFFCEF;
    margin: 0;
}

.gallery-subtitle {
    text-align: center;
    color: #1f3c88;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 40px 0;
}

/* Horizontal Slider Styles */
.image-gallery {
    margin-bottom: 40px;
}

.horizontal-slider {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 400px;
}

.slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
    gap: 10px;
    padding: 0 10px;
}

.slide-item {
    position: relative;
    width: calc(20% - 8px);
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.5s ease, flex 0.5s ease;
    border-radius: 10px;
}

.slide-item:hover {
    width: calc(40% - 8px);
    flex: 0 0 calc(40% - 8px);
}

.slide-item:not(:hover) {
    flex: 0 0 calc(15% - 8px);
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slide-item:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slide-item:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    padding: 20px;
    color: #fff;
}

.overlay-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.overlay-content p {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    color: #0a3d62;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.slider-nav:hover {
    background: #0a3d62;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
    left: 10px;
}

.slider-nav.next {
    right: 10px;
}

/* Video Gallery Styles */
.video-gallery {
    margin-top: 60px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.video-item {
    text-align: center;
}

.video-thumbnail {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    cursor: pointer;
    margin-bottom: 20px;
}

.video-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-item:hover .video-thumbnail img {
    transform: scale(1.05);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-item:hover .video-overlay {
    opacity: 1;
}

.play-btn {
    background: #0a3d62;
    color: #fff;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.play-btn:hover {
    background: #1f3c88;
    transform: scale(1.1);
}

.video-item h4 {
    color: #1f3c88;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.video-item p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Video Lightbox Styles */
.video-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-lightbox.show {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 900px;
    width: 90%;
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: #0a3d62;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/* CIRCULAR TABS SECTION */
.circular-tabs-section {
    padding: 80px 60px;
    background: #FFFCEF;
    margin: 0;
}

.circular-tabs-container {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.left-section {
    flex: 0 0 40%;
}

.right-section {
    flex: 0 0 60%;
}

/* Circular Tabs Styles */
.circle-container {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 auto;
}

.circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #0a3d62;
}

.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #0a3d62;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(10,61,98,0.3);
}

.tab-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 2px solid transparent;
    z-index: 2;
}

.tab-item:hover {
    transform: translate(-50%, -50%) scale(1.1);
    border-color: #0a3d62;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.tab-item.active {
    background: #0a3d62;
    color: #fff;
    border-color: #0a3d62;
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 10px 30px rgba(10,61,98,0.3);
}

.tab-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.tab-title {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

/* Initial tab positioning - will be updated by JavaScript */
.tab-item:nth-child(1) { transform: translate(-50%, -50%) translateY(-140px) scale(1.15); }
.tab-item:nth-child(2) { transform: translate(-50%, -50%) translate(121px, -70px); }
.tab-item:nth-child(3) { transform: translate(-50%, -50%) translate(121px, 70px); }
.tab-item:nth-child(4) { transform: translate(-50%, -50%) translateY(140px); }
.tab-item:nth-child(5) { transform: translate(-50%, -50%) translate(-121px, 70px); }
.tab-item:nth-child(6) { transform: translate(-50%, -50%) translate(-121px, -70px); }

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Content Area Styles */
.content-area {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    min-height: 350px;
}

.circular-tabs-section .tab-content {
    display: none;
    animation: fadeInContent 0.5s ease;
}

.circular-tabs-section .tab-content.active {
    display: block;
}

.tab-content h3 {
    color: #1f3c88;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tab-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content li {
    color: #333;
    font-size: 15px;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.tab-content li:last-child {
    border-bottom: none;
}

.tab-content li::before {
    content: ">";
    position: absolute;
    left: 0;
    color: #0a3d62;
    font-weight: bold;
}

@keyframes fadeInContent {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* FAQ SECTION */
.faq-section {
    padding: 80px 60px;
    background: #FFFCEF;
    margin: 0;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-list {
    margin-bottom: 40px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.hidden {
    display: none;
}

.faq-item.visible {
    display: block;
    animation: fadeInFAQ 0.5s ease;
}

@keyframes fadeInFAQ {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h4 {
    color: #1f3c88;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.faq-question i {
    color: #0a3d62;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
    color: #fff;
}

.faq-item.active .faq-question {
    background: #0a3d62;
}

.faq-item.active .faq-question h4 {
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 25px 20px 25px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.faq-toggle {
    text-align: center;
}

.read-more-btn {
    background: #0a3d62;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.read-more-btn:hover {
    background: #1f3c88;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn.less i {
    transform: rotate(180deg);
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){
    #location-bliss {
        padding: 40px 20px;
    }
    
    #map {
        height: 400px;
        margin-top: 30px;
    }
    
    .accordion-button {
        font-size: 14px;
        padding: 15px 20px;
    }
    
    .location-points li {
        font-size: 13px;
    }
    
    .market-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .accordion-body h4 {
        font-size: 15px;
        margin: 20px 0 12px 0;
    }
    
    .layout-plans {
        padding: 40px 20px;
    }
    
    .unit-plan-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .slider-prev, .slider-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .slider-prev {
        left: 10px;
    }
    
    .slider-next {
        right: 10px;
    }
    
    .popup-content {
        width: 95%;
        margin: 20px;
    }
    
    .popup-header, .popup-body {
        padding: 20px;
    }
    
    .costing-section {
        padding: 40px 20px;
    }
    
    .table-header {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .table-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .header-cell, .table-cell {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 15px 10px;
    }
    
    .table-row:last-child .table-cell {
        border-bottom: none;
    }
    
    .learn-more-btn {
        margin-top: 10px;
    }
    
    .circular-tabs-section {
        padding: 40px 20px;
    }
    
    .circular-tabs-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .left-section, .right-section {
        flex: 1;
        width: 100%;
    }
    
    .circle-container {
        width: 280px;
        height: 280px;
    }
    
    .tab-item {
        width: 60px;
        height: 60px;
    }
    
    .tab-icon {
        font-size: 18px;
    }
    
    .tab-title {
        font-size: 8px;
    }
    
    .content-area {
        padding: 30px;
    }
    
    .tab-content h3 {
        font-size: 24px;
    }
    
    .tab-content p {
        font-size: 14px;
    }
    
    .tab-content li {
        font-size: 13px;
    }
    
    .faq-section {
        padding: 40px 20px;
    }
    
    .faq-question {
        padding: 15px 20px;
    }
    
    .faq-question h4 {
        font-size: 16px;
    }
    
    .faq-answer p {
        padding: 0 20px 15px 20px;
        font-size: 14px;
    }
}

/* FOOTER SECTION */
.footer-section {
    position: relative;
    margin-top: 0;
    overflow: hidden;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.footer-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.footer-content {
    position: relative;
    z-index: 3;
    padding: 80px 60px 40px;
    color: #fff;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.footer-column h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-column h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #0a3d62;
    border-color: #0a3d62;
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover {
    color: #fff;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ccc;
    font-size: 15px;
}

.contact-item i {
    color: #0a3d62;
    font-size: 18px;
    width: 20px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-form input {
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: #ccc;
}

.newsletter-form input:focus {
    outline: none;
    border-color: #0a3d62;
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-form button {
    padding: 12px 20px;
    background: #0a3d62;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-form button:hover {
    background: #1f3c88;
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* Mobile Responsive Footer */
@media(max-width:768px) {
    .footer-content {
        padding: 60px 20px 30px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}