#topBar .govBranding ul li a:focus,
#topBar .govBranding ul li a:hover,
.newsletter button,
.status-item:hover {
    background-color: #f98a33;
}
/* Remove hover effect for these items */
.govBranding ul li.no-hover a,
.govBranding ul li.no-hover a:hover,
.govBranding ul li.no-hover a:focus {
    background: none !important;
    color: inherit !important;
    text-decoration: none !important;
    cursor: default !important;
    pointer-events: none;
}
#overflowMenu a:hover,#overflowMenu a:focus {
  background-color: #1e3a8a !important; /* 🔵 Dark blue or any color you want */
  
  color: #fff; /* Optional: white text */
}
/* Target <ul> that comes immediately after an <a> inside #overflowMenu */
#overflowMenu a + ul {
    /* Your styles here */
    background-color: #5973b9 !important;
}

.breadcrumb a,
.insp-tab-content a,
.insp-title a,
.project-link {
    text-decoration: none;
}
.insp-tab-content a:hover,
.mda-notice-001 .bt-content a:hover,
.policy-section .link {
    text-decoration: underline;
}
#menu-header-en li a {
    text-transform: capitalize !important;
}
.insp-box {
    width: 100%;
    height: 162px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.insp-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f98a33;
    font-size: 30px;
    color: #f98a33;
}
.insp-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.insp-title a {
    color: #000;
    transition: color 0.3s;
}
.insp-title a:hover,
.view-footer a {
    color: #f98a33;
    font-weight: 600;
}

#IconFeature {
    background: 0 0 !important;
    border: none !important;
}
#IconFeature .slides li {
    width: 180px !important;
}
.section-title {
    margin-top: 20px !important;
}
.section-content {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.facebook-section .section-content,
.twitter-section .section-content {
    height: 412px;
    overflow-y: scroll;
}
.dropdown-container {
    text-align: center;
    margin: 10px 16px;
}
.dropdown {
    width: 100%;
    height: 42px !important;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #fe9b00;
}
.gis-section,
.master-plan-section {
    flex: 1 1 30%;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gis-section .map,
.master-plan-section .map {
    width: 100%;
    border-radius: 10px;
    display: block;
}
@media (max-width: 768px) {
    .box-container {
        align-items: center;
        gap: 12px;
    }
    .gis-section,
    .master-plan-section,
    .projects-section {
        flex: 1 1 100%;
    }
}
.insp-projet-title {
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0;
}
.box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}
.insp-vc {
    position: relative;
    left: -290px;
    box-sizing: border-box;
    width: 1910px;
    max-width: 1910px;
    padding-left: 290px;
    padding-right: 290px;
}
@media screen and (max-width: 768px) {
    .insp-vc {
        position: relative;
        left: 10px;
        width: 105%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
}
.insp-vc.vc_column-gap-20 {
    margin-left: -25px;
    margin-right: -25px;
}
.events-section {
    padding: 60px 10px !important;
}
.social-media-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: no-repeat #f6f3ee;
    padding: 60px 20px;
    gap: 20px;
}
.facebook-section,
.twitter-section {
    flex: 1 1 30%;
    min-width: 300px;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.status-section {
    flex: 1 1 30%;
    margin: 10px;
}
@media (max-width: 1024px) {
    .facebook-section,
    .twitter-section {
        flex: 1 1 45%;
    }
}
@media (max-width: 768px) {
    .social-media-section {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .facebook-section,
    .twitter-section {
        flex: 1 1 100%;
    }
    .status-item {
        padding: 21px !important;
    }
}
.status-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 36px;
}
.social-media-section .section-content {
    display: flex;
    flex-direction: column;
    margin: 15px !important;
    gap: 18px;
    align-items: center;
    height: 412px;
    overflow-y: auto;
    padding: 0 !important;
}
.status-item {
    width: 100%;
    background: #fff;
    padding: 33px 25px;
    border-radius: 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.grid-img img,
.mda-project-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.status-item a {
    font-size: 23px;
    color: #0f0f0f;
}
#facebook-feed iframe,
.area-value:hover::after,
.projects-tab-section .tabs-container,
.twitter-timeline {
    width: 100%;
}
#ticker01 li,
#ticker02 li,
#ticker03 li {
    transition: margin-top 0.5s ease-in-out;
    border-bottom: 1px solid #e0e0e0 !important;
}
.news-ticker-card {
    min-height: 286px !important;
}
.header-right {
    padding: 0 !important;
}
.imp-link-card {
    background: #f6f3ee !important;
    border: none;
    border-radius: 10px;
    padding: 15px !important;
}
.view-footer {
    text-align: end;
}
.view-footer a:hover {
    color: #000;
}
#topBar .govBranding ul li:nth-child(2),
#topBar .govBranding ul li:nth-child(3) {
    border-right: 1px solid #c2c0c1;
}
.footer-content-main {
    background-color: #052963;
    padding: 30px 0;
    color: #fff;
    font-family: Arial, sans-serif;
}
.social-media-sec,
.visitor-count {
    padding: 15px;
    background-color: #052963;
    border-radius: 5px;
    display: flex;
    text-align: center;
    width: 100%;
}
.social-media-sec {
    justify-content: center;
    align-items: center;
    gap: 28px;
}
.social-media-sec .social-icon {
    font-size: 18px;
    color: #fff;
    transition: color 0.3s;
}
.social-media-sec .social-icon:hover {
    color: #f39c12;
}
.visitor-count {
    justify-content: center;
    align-items: center;
}
.visitor-count h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #052963;
    padding: 11px;
    border-radius: 5px;
    text-align: center;
}
.newsletter h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 10px;
}
.newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter input[type="email"] {
    flex: 1;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border: none;
    border-radius: 3px;
}
.newsletter button {
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.copyRightsText p,
.flash-button,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a .vc_tta-title-text {
    color: #fff !important;
}
.newsletter button:hover {
    background-color: #e67e22;
}
.flash-button {
    background: #f98a33;
    animation: 1s linear infinite change !important;
}
.flash-button:active {
    animation: none;
}
@keyframes change {
    0% {
        background: #f98a33;
    }
    50% {
        background: red;
    }
    100% {
        background: #052963;
    }
}
.highlight-link-sec {
    justify-content: center;
}
.highlight-link-sec a {
    padding: 14px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.project-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.project-container .mda-project-card{
    max-width: 400px;
}
.projects-tab-section .tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
.projects-tab-section .tab-btn {
    flex: 0;
    padding: 0.75rem 1.5rem;
    border: 1px solid #1e3a8a;
    background-color: transparent;
    color: #1e3a8a;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
    text-align: center;
    font-size: 1.5rem;
}
.projects-tab-section .tab-btn.active {
    background-color: #f98a33;
    color: #fff;
    border-color: #f98a33;
}
.event-box:hover .year-circle,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background-color: #f98a33 !important;
}
.projects-tab-section .tab-btn:hover:not(.active) {
    background-color: rgba(30, 58, 138, 0.05);
}
.mda-har-chart-level:last-child .mda-har-chart-parent-box::after,
.mp-map-panel .mp-title,
.projects-tab-section .tab-panel {
    display: none;
}
.grid-img img,
.insp-tab-content.active,
.projects-tab-section .tab-panel.active {
    display: block;
}
@media (max-width: 640px) {
    .projects-tab-section .tabs {
        flex-direction: row;
        gap: 0.75rem;
    }
    .projects-tab-section .tab-btn {
        width: 100%;
    }
}
.mda-project-card {
    flex: 1 1 30%;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s;
}
.project-img img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.project-info {
    padding: 15px 15px 0px 15px;
}
.project-title {
    font-size: 18px;
    color: #000 !important;
    font-weight: 700;
    margin-bottom: 7px;
}
.project-content {
    font-size: 14px;
    color: #1b1b1b !important;
    margin-bottom: 10px;
}
.project-location {
    font-size: 12px;
    color: #1b1b1b;
    margin-bottom: 15px;
}
.project-link {
    color: #000b18 !important;
    transition: color 0.3s;
}
.ad-title,
.project-title .project-link:focus,
.project-title .project-link:hover {
    color: #f98a33 !important;
}
.gen-list-2 {
    height: 286px !important;
    overflow: hidden;
}
.news-ticker {
    border: 1px solid #ece7e7;
}
.vc_tta-panels {
    padding: 0 14px !important;
}
.vc_tta-panels-container {
    min-height: 298px !important;
}
.project-content p {
    text-align: justify !important;
}
.citizen-corner,
.flow-card,
.footer-note,
.heading-item,
.mda-stat-card,
.text-center,
.timeline-item,
.urban-box {
    text-align: center;
}
.wpb_animate_when_almost_visible {
    opacity: 1;
}
.ad-title {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 12px;
}
.ad-sub-title {
    display: inline !important;
    border: 1px solid #fff;
    padding: 5px;
}
.citizen-corner {
    width: 100%;
    margin: 30px 0 !important;
}
.insp-brand-banner {
    position: relative;
    background: url("images/banner/banner.png") center center/cover no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    color: #fff;
}
.insp-brand-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.insp-brand-banner .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.banner-content {
    margin: 0 15px;
}
.mda-bottom-note,
.mda-description,
.policy-section,
p {
    margin-left: auto;
    margin-right: auto;
}
.banner-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.breadcrumb {
    display: flex;
    gap: 5px;
    padding-left: 0;
    font-size: 14px;
    color: #ffc107;
}
.breadcrumb li,
.mda-tour-list {
    list-style: none;
}
.breadcrumb a {
    color: #ffc107;
}
.breadcrumb .active,
.mda-har-chart-chairman .mda-har-chart-box-title {
    color: #fff;
}
.insp-img-stack {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 100%;
    padding: 10px;
}
.grid-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.grid-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s;
}
.card-image:hover,
.grid-img:hover img,
.it-image:hover img {
    transform: scale(1.05);
}
.timeline-container,
.timeline-container-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 50px 20px;
    align-content: center;
}
.timeline-line {
    position: absolute;
    width: 72%;
    top: 29%;
    left: 176px;
    right: 0;
    height: 2px;
    background-color: #ccc;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 1px;
    opacity: 0.7;
    border-top: 1px dashed #bbb;
    border-bottom: 1px dashed #bbb;
}
.event-box,
.year-circle {
    background-color: #052963;
    color: #fff;
}
.timeline-container-2 .timeline-line {
    width: 63% !important;
    top: 12%;
    left: 233px;
}
.timeline-item {
    display: flex;
    max-width: 332px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.year-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.event-box {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 216px;
    min-height: 86px;
    margin-top: 15px;
}
.event-box:hover {
    background-color: #f98a33;
    color: #fff;
    transition: 0.3s;
    box-shadow: 0 5px 2px 1px rgb(5 41 99);
}
.event-box:hover .year-circle {
    color: #fff;
    transition: 0.3s;
}
.heading-item,
.insp-card {
    transform: translateY(0);
    overflow: hidden;
}
.it-image,
.map-container,
.mda-card,
.mda-feature-card,
.mp-map-panel,
.section-title,
.styled-list li {
    position: relative;
}
.insp-card-map {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px -3px rgb(249 138 51);
}
.finance-accounts-section,
.image-home-section,
.insp-Establishment-section,
.insp-city-profile-section,
.insp-it-section,
.masterplan-section,
.mda-land-acquisition-section,
.property-section,
.py-60 {
    padding: 30px 0;
}
/* Space between gallery items */
.HomeGalleryCarasole .slides {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap if screen is small */
  gap: 3px; /* Adjust spacing between images */
  padding: 0;
  margin: 0;
}
.mda-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0f172a;
    letter-spacing: 0.5px;
}
.mda-description,
p {
    font-size: 15px !important;
    color: #374151;
    margin-bottom: 32px;
}
.mda-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 40px;
    padding: 20px 0;
}
.mda-card {
    padding: 25px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.35);
    border-image: linear-gradient(45deg, #00c6ff, #0072ff) 1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    color: #fff;
}
.mda-card:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.mda-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff;
}
.mda-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #f0f0f0;
}
.mda-blue {
    background: linear-gradient(to bottom right, #2e2e73, #0072ff);
}
.mda-dark-blue {
    background: linear-gradient(to bottom right, #f9d423, #f98a33);
}
.mda-purple {
    background: linear-gradient(to bottom right, #6a1b9a, #ab47bc);
}
.mda-pink {
    background: linear-gradient(to bottom right, #ec407a, #d81b60);
}
.mda-bottom-note {
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 40px;
}
.mda-highlight-link {
    margin-top: 25px;
}
.mda-highlight-link a {
    background: linear-gradient(90deg, #f9d423, #ff4e50);
    color: #000;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
    transition: background 0.3s;
}
.mda-highlight-link a:hover {
    background: linear-gradient(90deg, #ffe53b, #ff2525);
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .newsticker {
        overflow: hidden;
    }
}
.planning-department {
    padding: 24px 0;
    background: #f6f3ee;
}
.flowchart-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.bottom-row {
    margin-top: 20px;
}
.flow-card {
    flex: 1 1 250px;
    max-width: 300px;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.flow-card:hover {
    transform: translateY(-10px);
}
.flow-card p {
    color: #ffff;
}
.circle {
    background: #fff;
    color: #333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.card1,
.card2,
.card3,
.card4,
.card5 {
    color: #fff;
}
.card1 {
    background: linear-gradient(to bottom right, #2e2e73, #0072ff);
}
.card2 {
    background: linear-gradient(to bottom right, #9393f7, #5d5db8);
}
.card3 {
    background: linear-gradient(to bottom right, #f9d423, #f98a33);
}
.card4 {
    background: linear-gradient(to bottom right, #6a1b9a, #ab47bc);
}
.card5 {
    background: linear-gradient(to bottom right, #ec407a, #d81b60);
}
.policy-section {
    margin-top: 60px;
    font-size: 1rem;
}
.policy-section .link {
    color: #007bff;
}
.styled-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}
.mission-box,
.vision-box {
    border-radius: 50px;
    padding: 30px 40px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    align-content: center;
    display: flex;
    gap: 30px;
}
.styled-list li {
    list-style: none;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    transition: 0.3s;
}
.styled-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #f57c20;
}
.styled-list li:hover {
    color: #0a3a6b;
    transform: translateX(4px);
}
.vision-box {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.mission-box {
    align-items: center;
    background: #fff;
    flex-wrap: wrap;
    justify-content: center;
}
.goal-card,
.it-image img {
    transition: transform 0.3s;
}
.mission-icon img,
.vision-icon img {
    width: 380px;
    /* height: 296px; */
    /* object-fit: contain; */
    background: #f98a33;
    border-radius: 11px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.mission-text,
.vision-text {
    flex: 1;
    border-left: 2px solid #f98a33;
    padding-left: 25px;
}
.mission-text h3,
.vision-text h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.mission-text p,
.vision-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.mission-number,
.vision-number {
    background: #f98a33;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    border-radius: 50%;
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.goal-card {
    background: #f6f3ee;
    border-radius: 14px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
}
.goal-card:hover {
    transform: translateY(-3px);
}
.goal-toggle {
    width: 100%;
    background: #f6f3ee;
    border: none;
    outline: 0;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}
.goal-toggle.open,
.goal-toggle:hover {
    background: #ffb867bf;

}
.heading-item:focus,
.heading-item:hover,
.insp-card:focus,
.insp-card:hover {
    box-shadow: 4px 4px 0 #cec2ab;
    background-color: #fef6e8;
    border: 1px solid #f98a33;
}
.goal-toggle .icon {
    transition: transform 0.4s;
}
.goal-toggle.open .icon {
    transform: rotate(180deg);
}
.goal-details {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    background-color: #fff;
    border-radius: 11px;
    color: #444;
    transition: 0.5s;
}
.goal-details.open {
    margin: 20px 24px;
    padding: 20px 24px;
    max-height: 500px;
}
.goal-details p {
    font-weight: 500;
    margin-bottom: 12px;
}
.goal-details ul {
    margin: 0;
    padding-left: 20px;
}
.goal-details li {
    margin-bottom: 8px;
    padding: 0 !important;
}
.overlapping-headings-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 16px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 992px) {
    .overlapping-headings-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .overlapping-headings-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}
@media (max-width: 575px) {
    .overlapping-headings-container {
        grid-template-columns: 1fr;
    }
}
.heading-item {
    background-color: #f6f3ee;
    color: #00152b;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.heading-item:hover,
.insp-card:hover {
    transform: translateY(-5px);
}
.heading-item:focus:before,
.heading-item:hover:before,
.insp-card:focus:before,
.insp-card:hover:before {
    background-color: #ffdbc0 !important;
}
.heading-item h2 i {
    font-size: 1em;
    color: #052963;
}
.heading-item::before,
.insp-card::before {
    content: "";
    position: absolute;
    top: 19px;
    right: 200px;
    width: 142px;
    height: 142px;
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.7;
}
@media (max-width: 768px) {
    .mda-project-card {
        flex: 1 1 45%;
        margin: 8px;
        padding: 8px;
    }
    .banner-content h1 {
        font-size: 22px;
    }
    .insp-brand-banner {
        height: 150px;
    }
    .grid-img.img-1,
    .insp-img-stack {
        display: block;
    }
    .grid-img,
    .mission-number,
    .vision-number {
        display: none;
    }
    .timeline-container,
    .timeline-container-2 {
        flex-wrap: wrap !important;
        flex-direction: column;
        align-items: stretch;
    }
    .timeline-container-2 .timeline-line {
        width: 1% !important;
        top: 8% !important;
        left: 39px;
        height: 60%;
    }
    .timeline-line {
        top: 102px;
        bottom: 20px;
        left: 11%;
        width: 2px;
        height: 55%;
        transform: translateX(-50%);
    }
    .timeline-item {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding-left: 60px;
        position: relative;
    }
    .year-circle {
        position: absolute;
        left: 0;
        top: 16px;
        margin-bottom: 0;
    }
    .event-box {
        margin-top: 0;
        width: 100%;
    }
    .mission-icon img,
    .vision-icon img {
        width: 100%;
        height: auto;
    }
    .goal-details.open,
    .goal-toggle {
        padding: 16px 20px;
    }
    .goal-toggle {
        font-size: 16px;
    }
    .goal-details {
        padding: 0 20px;
    }
    .overlapping-headings-container {
        gap: 20px;
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
    }
    .heading-item {
        font-size: 21px;
        padding: 15px 20px;
        margin-bottom: 15px;
    }
    .heading-item::before {
        width: 200px;
        height: 200px;
        top: 10%;
        left: 90%;
    }
}
.heading-item h2 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #052963;
}
.insp-wrapper {
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
}
.insp-tab-container {
    display: flex;
    flex-wrap: wrap;
}
.insp-tabs {
    flex: 1 1 33.3%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}
.insp-tab.active,
.insp-tab:focus,
.insp-tab:hover {
    border-left: 4px solid #f98a33;
    box-shadow: none !important;
    outline: 0 !important;
}
.insp-content {
    flex: 1 1 66.7%;
    padding: 30px;
    background: #f6f3ee !important;
    border: none;
    border-radius: 10px;
}
.insp-tab-content {
    display: none;
    animation: 0.5s ease-in-out fadeIn;
}
.insp-tab-content h3 {
    margin-top: 0;
}
.insp-tab-content a {
    color: #020c47;
}
.insp-tab-content a:hover {
    color: #000;
}
.insp-tabs .insp-tab {
    font-size: 18px;
    font-weight: 600;
    text-wrap: wrap;
    text-align: start;
    color: #052963;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.urban-development-section {
    padding: 30px 0;
    background-color: #f4f7f6;
}
.urban-development-section h2 {
    font-size: 32px;
    color: #052963;
    max-width: 850px;
    text-align: center;
    margin: 28px auto;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: -20px;
}
.urban-description {
    font-size: 17px;
    line-height: 1.9;
    margin: 0 auto 35px;
    color: #546e7a;
}
.Establishment-block,
.it-block,
.urban-diagram-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 75px;
}
.urban-box {
    background-color: #fff;
    color: #34495e;
    border: 1px solid #f7be68;
    border-radius: 8px;
    padding: 20px;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.urban-box:hover {
    transform: translateY(-5px);
    border: none;
    cursor: pointer;
}
.urban-box i {
    font-size: 2em;
    margin-bottom: 10px;
    color: #f98a33;
}
.mda-notice-001 .controls label,
.urban-box span {
    font-weight: 700;
}
@media (max-width: 768px) {
    .insp-tab-container {
        flex-direction: column;
    }
    .insp-content,
    .insp-tabs {
        flex: 1 1 100%;
    }
    .urban-box {
        min-width: 150px;
        padding: 15px;
    }
    .urban-box i {
        font-size: 1.5em;
        margin-bottom: 8px;
    }
    .urban-box span {
        font-size: 0.9em;
    }
}
@media (max-width: 576px) {
    .heading-item::before {
        width: 151px;
        height: 151px;
        top: 5%;
        left: 95%;
        opacity: 0.5;
    }
    .urban-box {
        min-width: 90%;
    }
}
.urban-points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 15px), 1fr));
    gap: 20px;
}
.urban-point-box {
    background-color: #fff6e9;
    border-left: 8px solid #f7be68;
    border-radius: 6px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.2s ease-in-out;
}
.urban-point-box:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.urban-point-box strong {
    display: block;
    color: #052963;
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 700;
}
.urban-point-box p {
    margin: 0;
    line-height: 1.8;
    color: #434a54;
    font-size: 16px;
}
.footer-note {
    font-size: 14px;
    margin-top: 50px;
    border-top: 1px solid #dce775;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .urban-diagram {
        flex-direction: column;
        align-items: center;
    }
    .urban-box {
        width: 85%;
        min-width: auto;
    }
    .urban-points-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}
.mda-content-wrapper {
    padding: 0 30px 50px;
}
.mda-section-title {
    font-size: 2.5rem;
    color: #2a5f8b;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.mda-section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #f4a261;
}
.mda-section-description {
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #6c757d;
}
.mda-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}
.mda-feature-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.mda-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
.mda-feature-img {
    height: 180px;
    background-size: cover;
    background-position: center;
}
.mda-legal-section,
.mda-stat-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.mda-feature-content {
    padding: 25px;
}
.mda-feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2a5f8b;
}
.mda-feature-description {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 20px;
}
.mda-learn-more {
    display: inline-block;
    color: #e76f51;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.mda-learn-more:hover {
    color: #f4a261;
}
.mda-legal-section {
    padding: 40px;
    margin-top: 50px;
    border-left: 5px solid #e76f51;
}
.mda-legal-title {
    font-size: 2rem;
    color: #2a5f8b;
    margin-bottom: 20px;
}
.mda-legal-text,
.mda-stat-label {
    font-size: 1.1rem;
    color: #6c757d;
}
.mda-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 60px 0;
}
.mda-stat-card {
    padding: 30px 20px;
}
.mda-stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e76f51;
    margin-bottom: 10px;
}
.head-2,
.insp-it-section h2 {
    font-size: 32px;
    color: #052963;
    margin: 0 auto 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.mp-land-usage th,
.mp-title {
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.it-block .it-item {
    flex: 1 1 100%;
    max-width: 100%;
}
.it-image {
    overflow: hidden;
    border: 1px solid #f98a33;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.it-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0 !important;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.insp-card {
    background-color: #f6f3ee;
    color: #00152b;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (max-width: 768px) {
    .mda-section-title {
        font-size: 2rem;
    }
    .mda-feature-grid {
        grid-template-columns: 1fr;
    }
    .insp-card::before {
        width: 200px;
        height: 200px;
        top: 10%;
        left: 90%;
    }
}
.insp-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.insp-flex-item {
    flex-grow: 1;
    margin-bottom: 20px;
}
.boxes-4 .insp-flex-item {
    flex-basis: calc(25% - 15px);
}
.boxes-3 .insp-flex-item {
    flex-basis: calc(33.333% - 15px);
}
.boxes-2 .insp-flex-item {
    flex-basis: calc(50% - 15px);
}
.boxes-1 .insp-flex-item {
    flex-basis: 100%;
}
@media (max-width: 1199px) {
    .boxes-3 .insp-flex-item,
    .boxes-4 .insp-flex-item {
        flex-basis: calc(50% - 10px);
    }
}
@media (max-width: 991px) {
    .boxes-2 .insp-flex-item,
    .boxes-3 .insp-flex-item,
    .boxes-4 .insp-flex-item {
        flex-basis: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .boxes-1 .insp-flex-item,
    .boxes-2 .insp-flex-item,
    .boxes-3 .insp-flex-item,
    .boxes-4 .insp-flex-item {
        flex-basis: 100%;
    }
}
.card-content {
    width: 100%;
    min-height: 100px !important;
}
.card-content p {
    font-size: 16px !important;
    font-weight: 600;
    color: #5c5c5c;
    margin-bottom: 0;
    line-height: 1.5;
}
.card-image {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    text-align: center !important;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s;
}
.card-image img {
    width: 45%;
    margin: auto;
}
.insp-establishment .insp-card::before {
    top: 19px !important;
    right: -281px;
    width: 337px;
    height: 337px;
}
@media (max-width: 768px) {
    .insp-establishment .insp-card::before {
        width: 300px;
        height: 300px;
        top: 10%;
        left: 90% !important;
    }
    .card-image {
        margin-bottom: 0 !important;
    }
    .card-content h3 {
        font-size: 19px !important;
    }
    .insp-flex-column .card-image img {
        width: 32%;
        margin: 0;
    }
}
.insp-it-section .insp-card::before {
    top: 19px !important;
    right: 66px;
    width: 200px;
    height: 200px;
}
.insp-flex-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
@media (min-width: 768px) {
    .it-block .it-item {
        flex: 1 1 48%;
        max-width: 48%;
    }
    .insp-flex-column {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .insp-flex-column .card-image {
        flex: 1 3 auto;
        margin-bottom: 0;
    }
    .insp-flex-column .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.geo-header p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.geo-highlight {
    color: #d32f2f;
    font-weight: 700;
}
.geo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}
.geo-card {
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.geo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.geo-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.geo-table-box,
.lt-deve .highlight-section {
    margin-bottom: 30px;
}
.geo-table-box h3 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #000769;
}
.heading-wrapper {
    margin-bottom: 20px;
}
.mp-masterplan-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ffead1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}
.mp-data-panel,
.mp-map-panel {
    padding: 35px;
    flex: 1;
    min-width: 350px;
}
.mp-map-placeholder {
    width: 100%;
    height: 480px;
    background: linear-gradient(145deg, #e9ecef 0, #d6dde3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #6c757d;
    border: 3px dashed #adb5bd;
    border-radius: 10px;
    transition: 0.3s;
}
.mp-land-usage table,
.mp-stat-block {
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.masterplan-map,
.mp-stat-block {
    transition: transform 0.3s, box-shadow 0.3s;
}
.mp-map-placeholder:hover {
    background: linear-gradient(145deg, #d6dde3 0, #e9ecef 100%);
    border-color: #6c757d;
    transform: scale(1.01);
}
.mp-title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    color: #1f2a44;
    font-weight: 700;
}
.mp-area-info,
.mp-land-usage,
.mp-statistics {
    margin-bottom: 35px;
}
.mp-land-usage table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}
.mp-land-usage td,
.mp-land-usage th {
    padding: 16px 20px;
    border: 1px solid #e9ecef;
    text-align: left;
    font-size: 15px;
}
.mp-land-usage th {
    background: linear-gradient(90deg, #2b2d42 0, #1f2a44 100%);
    color: #fff;
    font-weight: 600;
}
.mp-land-usage td {
    color: #495057;
    font-weight: 500;
}
.mp-land-usage tr:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}
.mp-statistics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 25px;
}
.mp-stat-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    min-height: 160px;
    align-items: center;
}
.mp-stat-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.mp-stat-block i {
    font-size: 28px;
    color: #f98a33;
    margin-bottom: 12px;
}
.mp-stat-block p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}
.mp-stat-block p:first-of-type {
    font-weight: 600 !important;
    color: #2b2d42 !important;
    margin-bottom: 8px;
}
.mp-area-info p {
    font-size: 15px;
    margin: 10px 0;
    color: #495057;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}
.mp-area-info p:last-child {
    border-bottom: none;
}
.mp-area-info p span {
    font-weight: 700;
    color: #1f2a44;
}
@media (max-width: 1024px) {
    .mp-masterplan-container {
        flex-direction: column;
    }
    .mp-data-panel,
    .mp-map-panel {
        width: 100%;
    }
    .mp-map-placeholder {
        height: 400px;
    }
    .mp-title {
        font-size: 24px;
    }
    .mp-statistics {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}
@media (max-width: 600px) {
    .mp-data-panel,
    .mp-map-panel {
        padding: 20px;
    }
    .mp-map-placeholder {
        height: 300px;
        font-size: 18px;
    }
    .mp-map-panel .mp-title {
        display: block;
    }
    .mp-data-panel .mp-title {
        display: none;
    }
    .mp-title {
        font-size: 20px;
    }
    .mp-statistics {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
    }
    .mp-stat-block {
        min-height: 140px;
        padding: 15px;
    }
    .mp-land-usage td,
    .mp-land-usage th {
        padding: 12px 15px;
        font-size: 14px;
    }
}
.section-title {
    text-align: center;
    font-size: 2.5rem;
    background-clip: text;
    color: #000c51;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    animation: 1.5s ease-in-out fadeIn;
}
.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}
.map-container {
    flex: 2;
    min-width: 300px;
    overflow: hidden;
    border-radius: 8px;
}
.masterplan-map {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.stats-container {
    flex: 1;
    min-width: 250px;
    background: padding-box #ffead1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, #3498db, #e74c3c) 1;
}
.stats-container h2 {
    font-size: 1.9rem;
    color: #040357;
    margin-bottom: 10px;
    transition: color 0.3s;
}
.stats-container h2:hover {
    color: #3498db;
}
.area-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.area-value::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #e74c3c;
    left: 0;
    bottom: -2px;
    transition: width 0.3s;
}
.area-value.total {
    color: #2ecc71;
    font-size: 1.8rem;
}
.area-value.total::after {
    background: #2ecc71;
}
.legend-container {
    background: #ffead1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
}
.description-container,
.table-container {
    min-width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.legend-container::-webkit-scrollbar {
    width: 8px;
}
.legend-container::-webkit-scrollbar-track {
    background: #dfe6e9;
    border-radius: 4px;
}
.legend-container::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #3498db, #2ecc71);
    border-radius: 4px;
}
.legend-container h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: sticky;
    top: 0;
    padding-bottom: 5px;
}
.legend-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}
.legend-list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #34495e;
    padding: 8px;
    border-radius: 5px;
    transition: background 0.3s, transform 0.3s;
}
.legend-list li:hover {
    background: rgba(52, 152, 219, 0.1);
    transform: translateX(5px);
}
.legend-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
    transition: transform 0.3s;
}
.legend-list li:hover .legend-color {
    transform: scale(1.2);
}
.legend-color.residential {
    background-color: #f1c40f;
}
.legend-color.commercial {
    background-color: #e74c3c;
}
.legend-color.industrial {
    background-color: #3498db;
}
.legend-color.green {
    background-color: #2ecc71;
}
.legend-color.transport {
    background-color: #9b59b6;
}
.connectivity-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}
.table-container {
    flex: 1;
    background: linear-gradient(145deg, #ffe8cc, #fff5e6);
    padding: 20px;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(45deg, #d35400, #e67e22) 1;
}
.connectivity-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.1rem;
    margin: 0 auto;
}
.connectivity-table td,
.connectivity-table th {
    padding: 12px 15px;
    text-align: left;
    transition: background 0.3s;
}
.connectivity-table th {
    background: linear-gradient(45deg, #d35400, #e67e22);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.connectivity-table td {
    background: #fff5e6;
    color: #34495e;
}
.connectivity-table tr:hover td {
    background: rgba(211, 84, 0, 0.1);
}
.description-container {
    flex: 2;
    background: linear-gradient(145deg, #fff5e6, #ffe8cc);
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.description-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.description-container ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
}
.description-container li {
    position: relative;
    font-size: 1.3rem;
    color: #34495e;
    margin-bottom: 15px;
    line-height: 1.6;
}
.description-container li::before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #d35400;
    font-size: 1.5rem;
}
.image-container {
    flex: 1;
    min-width: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.connectivity-image {
    width: 100%;
    height: auto;
    border: 2px solid #d35400;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
}
.image-container:hover .connectivity-image {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .geo-card img {
        height: auto;
    }
    .geo-header h2 {
        font-size: 24px;
    }
    .geo-header p,
    .geo-points li {
        font-size: 15px;
    }
    .section-title {
        font-size: 2rem;
    }
    .connectivity-content-wrapper,
    .content-wrapper {
        flex-direction: column;
    }
    .stats-container {
        text-align: center;
        position: static;
    }
    .legend-list {
        grid-template-columns: 1fr;
    }
    .description-container {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .mda-project-card {
        flex: 1 1 100%;
        margin: 6px;
        padding: 6px;
    }
    .geo-header h2 {
        font-size: 20px;
    }
    .geo-card img {
        height: auto;
    }
    .section-title {
        font-size: 1.7rem;
    }
    .masterplan-section {
        margin: 10px;
        padding: 20px 10px;
    }
    .stats-container h2 {
        font-size: 1rem;
    }
    .area-value {
        font-size: 1.2rem;
    }
    .area-value.total {
        font-size: 1.5rem;
    }
    .connectivity-section {
        margin: 0;
        padding: 0;
    }
    .connectivity-table td,
    .connectivity-table th {
        font-size: 0.9rem;
        padding: 8px 10px;
    }
    .description-container li {
        font-size: 0.9rem;
    }
}
.connectivity-section {
    margin-bottom: 60px;
}
.mda-tour-container {
    margin: 2rem auto;
    padding: 0 1.5rem;
}
.mda-tour-section {
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(20px);
    animation: 0.6s ease-out forwards fadeIn;
}
.mda-tour-section h2 {
    font-size: 3.3rem;
    color: #00093a;
    margin-bottom: 1.2rem;
    text-align: left;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.5rem;
}
.mda-tour-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #00093a;
}
.mda-tour-section p {
    font-size: 1.05rem;
    color: #333;
}
.mda-tour-item {
    margin-bottom: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    transition: transform 0.3s;
}
.mda-har-chart-box,
.mda-har-chart-child-box {
    position: relative;
    transition: all var(--mda-transition-speed) ease;
}
.mda-tour-item:hover {
    transform: translateX(10px);
}
.mda-tour-item img {
    width: 240px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}
.lt-dev-3-highlight-image,
.lt-dev-3-highlights-text,
.mda-enforcement .content,
.mda-tour-item-content {
    flex: 1;
}
.mda-tour-item h3 {
    font-size: 2.3rem;
    color: #050030;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.mda-tour-item p {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}
.mda-tour-item p strong {
    color: #001441;
    font-weight: 600;
}
.lt-deve {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100%,
    to {
        opacity: 1;
        transform: translateY(0);
    }
    from {
        opacity: 0;
        transform: translateY(20px);
    }
}
.lt-deve h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #011236;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    position: relative;
    animation: 0.8s ease-out slideIn;
}
@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.lt-deve-section,
.section-notices {
    padding: 60px 0;
}
.lt-deve h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #ff6f00, #ff8f33);
    margin: 15px auto;
    border-radius: 2px;
}
.lt-deve h2 span {
    color: #ff6f00;
}
.content-section {
    flex: 1;
    min-width: 600px;
}
.lt-deve .highlight-section p {
    font-size: 1.15em;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.9;
    margin-bottom: 25px;
    background: linear-gradient(145deg, #fff5e6, #ffe8cc);
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #1a3c87;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.lt-deve .highlight-section p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: width 0.3s;
}
.lt-deve .highlight-section p:hover {
    background: #f98a3352;
    transform: translateX(5px);
}
.lt-deve .highlight-section p:hover::before {
    width: 0;
}
.lt-deve .image-section {
    flex: 0 0 480px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.lt-deve .image-section img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #ffe9cf;
    background-clip: padding-box;
    transition: transform 0.4s, box-shadow 0.4s;
    animation: 1.2s ease-in-out imageFade;
}
@keyframes imageFade {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.lt-deve .image-section img:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.lt-deve .step-towards,
.lt-deve .unique-initiative {
    margin: 30px 0;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    border-left: 6px solid #ff6f00;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}
.lt-deve .step-towards:hover,
.lt-deve .unique-initiative:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.lt-deve .step-towards h3,
.lt-deve .unique-initiative h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: #1a3c87;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.lt-deve .step-towards h3::before,
.lt-deve .unique-initiative h3::before {
    content: "🏛️";
    margin-right: 12px;
    font-size: 1.4em;
}
.lt-deve .unique-initiative ul {
    list-style-type: none;
    padding-left: 0;
    color: #3a3a3a;
}
.lt-deve .unique-initiative li {
    margin-bottom: 15px;
    font-size: 1.15em;
    position: relative;
    list-style: none;
    padding-left: 30px;
    transition: color 0.3s;
}
.lt-deve .unique-initiative li:hover {
    color: #1a3c87;
}
.lt-deve .unique-initiative li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #ff6f00;
    font-size: 1.3em;
}
.lt-deve .step-towards p {
    font-size: 1.15em;
    color: #3a3a3a;
    line-height: 1.9;
}
.lt-deve .initiative-text {
    text-align: center;
    font-style: italic;
    font-size: 1.15em;
    color: #4a4a4a;
    margin: 25px 0;
    padding: 15px;
    background: #f9fbff;
    border-radius: 10px;
    border: 1px dashed #1a3c87;
    transition: background 0.3s;
}
.lt-deve .initiative-text:hover {
    background: #e9f0ff;
}
.lt-dev-2-section-main {
    padding: 60px 0;
    background-color: #fff5e6;
}
.lt-dev-2-header {
    font-size: 2.2em;
    color: #052963;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}
.lt-dev-2-section {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.lt-dev-2-section.reverse {
    flex-direction: row-reverse;
}
.lt-dev-2-content,
.lt-dev-2-image {
    flex: 1;
    min-width: 300px;
}
.lt-dev-2-content.mda-initiative {
    width: 50%;
}
.lt-dev-2-title {
    font-size: 1.6em;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}
.lt-dev-2-text {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 15px;
}
.lt-dev-2-list {
    list-style: none;
    padding: 0;
}
.lt-dev-2-list li {
    list-style: none;
    font-size: 1.1em;
    padding: 8px 0;
    color: #333;
}
.lt-dev-2-list li::before {
    content: "✔";
    color: #000;
    margin-right: 10px;
}
.lt-dev-2-image img {
    width: 100%;
    border-radius: 5px;
    display: block;
}
.lt-dev-2-footer {
    font-size: 1.2em;
    color: #ff6f00;
    margin-top: 40px;
    font-weight: 700;
}
.lt-dev-3-header::after,
.lt-dev-3-message::before {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #66bb6a;
    position: absolute;
}
.lt-dev-3-header {
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.lt-dev-3-header::after {
    content: "";
    bottom: 20px;
}
.lt-dev-3-header h2 {
    font-size: 2.5rem;
    color: #000d38;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.lt-dev-3-header p {
    font-size: 1.1rem;
    color: #424242;
    max-width: 800px;
    margin: 0 auto;
}
.lt-dev-3-highlights {
    padding: 50px 0;
    display: flex;
    gap: 40px;
    align-items: center;
}
.lt-dev-3-highlights-text h2 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}
.lt-dev-3-highlight-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lt-dev-3-card,
.mda-enforcement .section {
    padding: 15px;
    align-items: center;
    display: flex;
}
.lt-dev-3-card {
    background-color: #f1f8e9;
    border-left: 4px solid #81c784;
    gap: 10px;
}
.lt-dev-3-card::before {
    content: "🌳";
    font-size: 1.2rem;
}
.lt-dev-3-card p {
    font-size: 1rem;
    color: #424242;
}
.lt-dev-3-highlight-image img,
.lt-dev-3-message img {
    max-width: 100%;
    border-radius: 5px;
}
.lt-dev-3-message {
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.lt-dev-3-message::before {
    content: "";
    top: 20px;
}
.lt-dev-3-message h2 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}
.lt-dev-3-message p {
    font-size: 1.1rem;
    color: #424242;
    max-width: 800px;
    margin: 0 auto 20px;
}
.lt-deve-4-header h2 {
    font-size: 2rem;
    color: #1a237e;
    margin-bottom: 1.5rem;
}
.lt-deve-4-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}
.lt-deve-4-left {
    flex: 1 1 50%;
}
.lt-deve-4-left p {
    font-size: 1rem;
    line-height: 1.6;
}
.lt-deve-4-highlights,
.lt-deve-4-info {
    padding-left: 1rem;
    margin-top: 1rem;
}
.lt-deve-4-highlights li,
.lt-deve-4-info li {
    margin-bottom: 0.5rem;
    list-style: none;
}
.lt-deve-4-highlights li::before {
    content: "✔ ";
    color: green;
}
.lt-deve-4-right {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.lt-deve-4-img {
    width: 100%;
    border: 3px solid #ffb74d;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.lt-deve-4-container,
.mda-har-section {
    padding: 60px 0;
    background-color: #f6f3ee;
}
.mda-har-chart-box,
.mda-har-chart-chairman .mda-har-chart-box-title::after,
.mda-har-chart-parent-box {
    background-color: #fff;
}
.mda-har-chart {
    --mda-primary-color: #e76f51;
    --mda-secondary-color: #fef6e8;
    --mda-highlight-color: #e74c3c;
    --mda-accent-color: #f98a33;
    --mda-shadow-color: rgba(0, 0, 0, 0.15);
    --mda-transition-speed: 0.3s;
    --mda-indent-size: 24px;
    --mda-border-radius: 8px;
    --mda-box-padding: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0 auto;
    position: relative;
    overflow-x: auto;
}
.mda-har-chart-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--mda-primary-color);
}
.mda-har-chart-header-title {
    color: var(--mda-primary-color);
    font-size: 2.2rem;
    margin-bottom: 8px;
}
.mda-har-chart-header-subtitle {
    color: #666;
    font-size: 1.1rem;
}
.mda-har-chart-level {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin: 40px 0;
    position: relative;
    animation: 0.5s ease-out backwards mda-har-chart-fadeInUp;
}
.mda-har-chart-box {
    border-radius: var(--mda-border-radius);
    padding: var(--mda-box-padding);
    box-shadow: 0 4px 12px var(--mda-shadow-color);
    overflow: hidden;
    border-top: 4px solid var(--mda-primary-color);
}
.mda-har-chart-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.mda-har-chart-box-title {
    font-size: 1.8rem;
    color: #052963;
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}
.mda-har-chart-box-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--mda-accent-color);
}
.mda-har-chart-box-description {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
    margin-top: 8px;
}
.mda-har-chart-chairman {
    background-color: var(--mda-primary-color);
    color: #fff;
    border: none;
}
.mda-har-chart-chairman .mda-har-chart-box-description {
    color: rgba(255, 255, 255, 0.9);
}
.mda-har-chart-vice-chairman {
    background-color: #fef6e8;
    color: #313131;
    border: none;
}
.mda-har-chart-vice-chairman .mda-har-chart-box-title {
    color: #e76f51;
}
.mda-har-chart-vice-chairman .mda-har-chart-box-title::after {
    background-color: #e76f51;
}
.mda-har-chart-vice-chairman .mda-har-chart-box-description {
    color: rgba(56, 56, 56, 0.9);
}
.mda-har-chart-children-container {
    margin-top: 16px;
    padding-left: 0;
    position: relative;
}
.mda-har-chart-child-box {
    background-color: var(--mda-secondary-color);
    border-radius: var(--mda-border-radius);
    padding: 12px;
    margin-bottom: 10px;
    border-left: 3px solid var(--mda-accent-color);
}
.mda-har-chart-child-box:last-child {
    margin-bottom: 0;
}
.mda-har-chart-child-box:hover {
    background-color: #dde8f3;
    transform: translateX(5px);
}
.mda-har-chart-parent-box::after,
.mda-har-chart-tooltip,
.mda-har-chart-tooltip::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mda-har-chart-child-box-title {
    font-size: 1.4rem;
    color: #444;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mda-har-chart-parent-box::after {
    content: "";
    bottom: -20px;
    width: 2px;
    height: 20px;
    background-color: var(--mda-primary-color);
    z-index: -1;
}
.mda-har-chart-tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    border-radius: 4px;
    z-index: 10;
    bottom: 100%;
    opacity: 0;
    transition: opacity var(--mda-transition-speed) ease;
    white-space: nowrap;
    font-size: 0.8rem;
    margin-bottom: 8px;
}
.mda-har-chart-tooltip::after {
    content: "";
    top: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent;
}
.mda-har-chart-box:hover .mda-har-chart-tooltip {
    visibility: visible;
    opacity: 1;
}
@keyframes mda-har-chart-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.mda-har-chart-level:nth-child(2) {
    animation-delay: 0.1s;
}
.mda-har-chart-level:nth-child(3) {
    animation-delay: 0.2s;
}
.mda-har-chart-level:nth-child(4) {
    animation-delay: 0.3s;
}
.mda-har-chart-level:nth-child(5) {
    animation-delay: 0.4s;
}
@media (max-width: 1200px) {
    .mda-har-chart-level {
        gap: 20px;
    }
}
@media (max-width: 992px) {
    .urban-development-section {
        padding: 30px;
        margin: 30px auto;
    }
    .urban-development-section h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .urban-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .mda-har-chart-level {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 18px;
    }
    .mda-har-chart-box {
        padding: 14px;
    }
}
@media (max-width: 768px) {
    .mda-tour-section h2 {
        font-size: 1.9rem;
    }
    .mda-tour-item {
        flex-direction: column;
        gap: 1rem;
    }
    .mda-tour-item img {
        width: 100%;
        height: 200px;
    }
    .mda-tour-item h3 {
        font-size: 2.2rem;
    }
    .mda-tour-item p {
        font-size: 0.95rem;
    }
    .lt-dev-2-section,
    .lt-dev-3-highlights,
    .lt-deve,
    .lt-deve-4-content {
        flex-direction: column;
    }
    .lt-deve h2 {
        font-size: 18px !important;
    }
    .content-section {
        min-width: 100%;
    }
    .lt-deve .image-section {
        flex: 1;
        align-items: center;
    }
    .lt-deve .image-section img {
        width: 100%;
        max-width: 320px;
    }
    .lt-deve .highlight-section p,
    .lt-deve .step-towards p,
    .lt-deve .unique-initiative li {
        font-size: 1em;
    }
    .lt-dev-2-content.mda-initiative {
        width: 100%;
    }
    .lt-dev-2-image img {
        max-width: 100%;
    }
    .lt-dev-3-header h1 {
        font-size: 2rem;
    }
    .lt-dev-3-header p {
        font-size: 1rem;
    }
    .lt-dev-3-highlights-text h2 {
        text-align: center;
    }
    .lt-dev-3-highlight-image {
        flex: 1;
    }
    .lt-dev-3-highlights h2,
    .lt-dev-3-message h2,
    .mda-har-chart-box-title {
        font-size: 1.5rem;
    }
    .lt-deve-4-left,
    .lt-deve-4-right {
        flex: 1 1 100%;
    }
    .mda-har-chart-level {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 16px;
        margin: 30px 0;
    }
    .mda-har-chart-box-description {
        font-size: 0.85rem;
    }
}
@media (max-width: 576px) {
    .urban-development-section {
        padding: 20px;
        margin: 20px auto;
    }
    .urban-development-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .urban-description {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .urban-box {
        width: 95%;
    }
    .urban-points-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .urban-point-box {
        padding: 20px;
    }
    .urban-point-box strong {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .urban-point-box p {
        font-size: 15px;
    }
    .insp-card::before {
        width: 151px;
        height: 151px;
        top: 5%;
        left: 95%;
        opacity: 0.5;
    }
    .mda-har-chart-level {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .mda-har-chart-header-title {
        font-size: 1.8rem;
    }
    .mda-har-chart-box {
        padding: 12px;
    }
    .mda-har-chart-child-box {
        padding: 10px;
    }
}
.mda-enforcement h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mda-enforcement .section {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s, background-color 0.3s;
}
.mda-enforcement .section:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.2);
}
.mda-enforcement .icon {
    width: 50px;
    height: 50px;
    background-color: #f98a33;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.mda-enforcement .icon svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}
.mda-enforcement .content h2 a {
    font-size: 20px;
    margin: 0 0 8px;
    color: #f1c40f;
}
.mda-enforcement .content p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.mda-notice-001 h2 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.mda-notice-001 table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
    border: none;
}
.mda-notice-001 td,
.mda-notice-001 th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.mda-notice-001 th {
    background-color: #f98a33;
    color: #fff;
    font-weight: 700;
}
.mda-notice-001 tr:nth-child(2n) {
    background-color: #f8f8f8;
}
.mda-notice-001 tr:hover {
    background-color: #e0e0e0;
}
.mda-notice-001 .controls {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.mda-notice-001 .controls button,
.mda-notice-001 .controls input[type="text"],
.mda-notice-001 .controls select {
    width: max-content;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 0;
}
.mda-notice-001 .controls button {
    background-color: #f4a261;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}
.mda-notice-001 .controls button:hover {
    background-color: #e07a5f;
}
.mda-notice-001 .bt-content a {
    text-decoration: none;
    color: #052963;
    font-weight: 700;
}
.data-table-1 thead th,
.mda-notice-001 .data-table-1 tbody td,
table tbody tr td,
table thead tr th {
    min-width: 100%;
    max-width: 100%;
}
.menuToggle {
    color: #052963 !important;
}
.insp-786-news-ticker-container {
    color: #fff;
    padding: 6px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s;
}
.insp-786-news-ticker-header {
    display: flex;
    align-items: center;
    margin-right: 16px;
    flex-shrink: 0;
}
.insp-786-news-icon {
    font-size: 2.5rem !important;
    color: #003087;
    margin-right: 8px;
}
.insp-786-news-badge,
.insp-786-news-ticker-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.insp-786-news-ticker-title {
    background: #003087;
    font-size: 1.4rem;
    padding: 4px 12px;
    white-space: nowrap;
    border-radius: 4px;
}
.insp-786-news-ticker {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.insp-786-ticker-content {
    display: inline-flex;
    white-space: nowrap;
    animation: 20s linear infinite scroll;
    will-change: transform;
}
.insp-786-news-ticker-container:hover .insp-786-ticker-content {
    animation-play-state: paused;
}
.insp-786-news-item {
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
}
.insp-786-news-item a {
    color: #052963;
    text-decoration: none;
    font-size: clamp(0.8rem, 2vw, 1.4rem);
    transition: color 0.3s, transform 0.2s;
    white-space: nowrap;
}
.insp-786-news-item a:focus,
.insp-786-news-item a:hover {
    color: #f98a33;
    transform: translateY(-1px);
}
.insp-786-news-item a:focus {
    outline: #f98a33 solid 2px;
    outline-offset: 2px;
}
.insp-786-news-badge {
    background: red;
    font-size: clamp(0.65rem, 1.5vw, 0.7rem);
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 10px;
}
.insp-786-separator {
    margin: 0 12px;
    color: #d1d5db;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}
.mda-enforcement-section {
  padding: 30px 0 10px;
  background: #fafbfc;
}

.mda-side-menu {
  margin-bottom: 20px;
}

.mda-side-menu .nav {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.mda-side-menu .nav > li > a {
  color: #333;
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 500;
  display: block;
  transition: 0.2s;
}

.mda-side-menu .nav > li:last-child > a {
  border-bottom: none;
}

.mda-side-menu .nav > li.active > a,
.mda-side-menu .nav > li > a:hover {
  background: #005baa;
  color: #fff;
}

.mda-enforcement {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 32px 20px;
}

.enforcement-title {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #005baa;
}

.enforcement-desc {
  font-size: 1.08em;
  margin-bottom: 24px;
  color: #444;
}

.enforcement-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  background: #f5f8fa;
  border-radius: 8px;
  padding: 18px 16px;
  flex: 1 1 45%;
  min-width: 260px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.feature-item .icon {
  flex: 0 0 44px;
  margin-right: 14px;
}
.alt-row-gray tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}

.feature-item svg {
  width: 38px;
  height: 38px;
  fill: #005baa;
  background: #e6f0fa;
  border-radius: 50%;
  padding: 6px;
}

.feature-item .content h3 {
  font-size: 1.13em;
  margin-bottom: 6px;
  color: #222;
  font-weight: 600;
}

.feature-item .content p {
  font-size: 0.98em;
  color: #555;
  margin: 0;
}

#colonyTable tbody tr td a {
  color: #0f0f0f; /* Match name column color */
  text-decoration: none;
  /* background-color: red; */
}

#colonyTable a:hover {
  text-decoration: none;
  color: #005baa; /* Optional: Add hover color for better UX */
}

/*  enforcement sidebar */


.mda-side-menu .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.mda-side-menu .nav > li {
  width: 100%;
}

.mda-side-menu .nav > li > a {
  display: block; /* Make anchor fill the li */
  width: 100%;
  padding: 14px 18px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.mda-side-menu .nav > li:last-child > a {
  border-bottom: none;
}

.mda-side-menu .nav > li > a:hover,
.mda-side-menu .nav > li.active > a {
  background-color: #005baa;
  color: #fff;
}

.menu-item .arrow {
    font-size: 20px;
    margin-left: 6px;
    color: #111111; /* Adjust color to match your design */
    display: inline-block;
    transform: translateY(2px); /* Optional: align better vertically */
    }
.menu-item > a:hover .arrow,
.menu-item > a:focus .arrow,
.menu-item > a:active .arrow {
    color: #ffffff;
}
/*  enforcement sidebar  end*/

.officer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
    padding: 0 10px;
}

.officer-box {
    flex: 1 1 calc(25% - 20px);
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-sizing: border-box;
    transition: transform 0.2s ease;
}

.officer-box:hover {
    transform: translateY(-5px);
}

.officer-box img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.officer-info .title {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.officer-info .name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #222;
}

    .ci-container {
      font-family: Arial, sans-serif;
      /* max-width: 1200px; */
      margin: 0 auto;
      padding: 5px 20px 20px 20px;
      /* background: url('background.jpg') no-repeat center center fixed; */
      /* background-image: url("{{ asset('assets/images/background.jpg') }}"); */
      background-size: cover;
      color: #fff;
    }

    .ci-heading {
      text-align: center;
      margin-bottom: 30px;
    }

    .ci-main-content {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .ci-tiles-wrapper {
      flex: 3;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .ci-tile {
        flex: 1 1 calc(25% - 15px);
        background-color: #007bd4;
        border-radius: 5px;
        padding: 15px;
        text-align: center;
        min-width: 200px;
        color: white;
        transition: 0.3s;
        border: 2px solid white;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
    }

    .ci-tile.orange {
      background-color: #ffffff;
      border:2px solid #f15a29;
      color: black;

    }

    .ci-tile i {
      font-size: 30px;
      margin-bottom: 10px;
      color: black;
      font-weight: 700;
    }

    .ci-tile:hover {
      transform: scale(1.05);
      cursor: pointer;
    }

    .ci-sidebar {
      flex: 1;
      background-color: #007bd4;
      color: white;
      padding: 15px;
      border-radius: 5px;
    }

    .ci-sidebar h3 {
      margin-top: 0;
      text-align: center;
      font-size: 18px;
    }

    .ci-sidebar ul {
      list-style: none;
      padding: 0;
    }

    .ci-sidebar ul li {
      background: #035a9e;
      margin: 10px 0;
      padding: 10px;
      border-radius: 4px;
      text-align: center;
      font-size: 14px;
      list-style-type: none;
    }
    .wpb_wrapper.news-ticker{
        height: 435px;
        border-radius: 11px;
        background-color: #f6f3ee;
    }  
    .departments-section .departments-carousel-wrapper {
        margin-top: 32px;
    }
    .departments-carousel .slides {
        display: flex;
        align-items: stretch;
    }
    .departments-carousel .department-card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        width: 270px;
        min-height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #000b18;
        transition: transform 0.15s, box-shadow 0.15s;
        margin: 0 12px;
    }
    .departments-carousel .department-card:hover {
        transform: translateY(-6px) scale(1.03);
        box-shadow: 0 6px 18px rgba(0,0,0,0.13);
        color: #000b18;
        background:#f6f3ee;
    }
    .departments-carousel .department-card .dept-img {
        width: 270px;
        height: 170px;
        margin-bottom: 14px;
        overflow: hidden;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .departments-carousel .department-card .dept-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    /* .departments-carousel .department-card .dept-title {
        font-size: 1.1em;
        font-weight: 600;
        color: inherit;
        margin-top: 8px;
    } */
.colony-buttons {
  display: flex;
  gap: 10px;
}

.colony-btn {
  padding: 10px 20px;
  border: 2px solid #0f2b61;
  background-color: transparent;
  color: #0f2b61;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
}

.colony-btn:hover {
  background-color: #e6f0ff;
}

.colony-btn.active {
  background-color: #0f2b61;
  color: #ffffff;
}
.colony-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  /* height: 100vh; Optional: center vertically in full viewport */
}
.vc_tta-tabs-container{ 
    margin-bottom: 20px;
}
.imp-links-list-index ul{
    /* padding: 8px 12px;
    border-bottom: 1px solid #eee; */
    background: white !important;
    border-radius: 10px;
    padding-left: 26px !important;

}

     /* Objectives List - Icon-based styling */
        .objectives-list {
            list-style: none;
            padding: 0px 0px 0px 20px;
            margin: 0;
            max-width: 65vw;
        }   
        .objectives-list li {
           list-style: none;;
        }

        .objectives-list li {
            position: relative;
            margin-bottom: 20px;
            padding: 20px 20px 20px 60px;
            background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
            border-radius: 12px;
            border-left: 4px solid #f98a3363;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            font-size: 16px;
            line-height: 1.6;
            color: #444;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .objectives-list li:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-left-color: #f98a33;
        }

        .objectives-list li::before {
            content: '👉';
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        /* Animated entrance */
        .objectives-list li {
            opacity: 0;
            animation: slideInUp 0.6s ease forwards;
        }

        .objectives-list li:nth-child(1) { animation-delay: 0.1s; }
        .objectives-list li:nth-child(2) { animation-delay: 0.2s; }
        .objectives-list li:nth-child(3) { animation-delay: 0.3s; }
        .objectives-list li:nth-child(4) { animation-delay: 0.4s; }
        .objectives-list li:nth-child(5) { animation-delay: 0.5s; }
        .objectives-list li:nth-child(6) { animation-delay: 0.6s; }

        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .objectives-list li {
                padding: 15px 15px 15px 50px;
                font-size: 15px;
            }
            
            .objectives-list li::before {
                width: 20px;
                height: 20px;
                left: 15px;
                font-size: 18px;
            }
        }
    @media (max-width: 991px) {
        .departments-carousel .department-card {
            width: 44vw;
            min-width: 140px;
            max-width: 220px;
        }
    }
    @media (max-width: 600px) {
        .departments-carousel .slides {
            flex-direction: row;
        }
        .departments-carousel .department-card {
            width: 80vw;
            margin: 0 4vw;
        }
        .colony-buttons {
            flex-direction: column;
            align-items: center;
        }

        .colony-btn {
            width: 100%;
            max-width: 250px;
        }
    }
    @media (max-width: 768px) {
      .ci-tile {
        flex: 1 1 calc(50% - 15px);
      }

      .ci-main-content {
        flex-direction: column;
      }

      .ci-sidebar {
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .ci-tile {
        flex: 1 1 100%;
      }
    }

/* ✅ Responsive Breakpoints */
@media (max-width: 992px) {
    .officer-box {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .officer-box {
        flex: 1 1 100%;
    }
}


/* Responsive */
@media (max-width: 991px) {
  .mda-enforcement {
    padding: 20px 12px;
  }

  .feature-item {
    padding: 14px 10px;
  }
}

@media (max-width: 767px) {
  .mda-side-menu .nav {
    display: flex;
    flex-direction: row;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .mda-side-menu .nav > li {
    flex: 1;
    text-align: center;
  }

  .mda-side-menu .nav > li > a {
    border-bottom: none;
    border-right: 1px solid #f0f0f0;
    padding: 12px 0;
    font-size: 1em;
  }

  .mda-side-menu .nav > li:last-child > a {
    border-right: none;
  }

  .enforcement-features {
    flex-direction: column;
    gap: 10px;
  }

  .feature-item {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .mda-enforcement {
    padding: 10px 4px;
  }

  .enforcement-title {
    font-size: 1.15em;
  }

  .feature-item svg {
    width: 28px;
    height: 28px;
    padding: 3px;
  }

  .feature-item .content h3 {
    font-size: 1em;
  }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (max-width: 768px) {
    .govBranding ul:last-of-type li:last-child,
    .top-sitemap {
        display: none !important;
    }
    .mda-notice-001 {
        padding: 15px;
        margin: 10px;
    }
    .mda-notice-001 .controls {
        flex-direction: column;
        align-items: stretch;
    }
    .mda-notice-001 .controls > div {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 10px;
    }
    .mda-notice-001 .controls button,
    .mda-notice-001 .controls input[type="text"],
    .mda-notice-001 .controls select {
        width: 100%;
        box-sizing: border-box;
    }
    .mda-notice-001 table,
    .mda-notice-001 tbody,
    .mda-notice-001 td,
    .mda-notice-001 th,
    .mda-notice-001 thead,
    .mda-notice-001 tr {
        display: block;
    }
    .mda-notice-001 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .mda-notice-001 tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        border-radius: 4px;
    }
    .mda-notice-001 td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }
    .mda-notice-001 td:before {
        position: absolute;
        left: 10px;
        white-space: nowrap;
        font-weight: 700;
        content: attr(data-label);
    }
    .highlight-link-sec a {
        padding: 9px !important;
        font-size: 9px !important;
        font-weight: 500 !important;
    }
    .hero-after-pdf-banner {
        flex-wrap: nowrap !important;
        padding: 0;
    }
    .insp-786-news-item a,
    .insp-786-news-ticker-title {
        font-size: clamp(0.75rem, 2vw, 0.85rem);
    }
    .insp-786-news-ticker-container {
        padding: 6px 0;
    }
    .insp-786-news-ticker-title {
        padding: 3px 10px;
    }
    .insp-786-news-badge {
        font-size: 0.65rem;
        padding: 1px 5px;
    }
    .insp-786-news-icon {
        font-size: 1.5rem !important;
        color: #003087;
        margin-right: 8px;
    }
    .insp-786-news-ticker-header {
        display: flex;
        align-items: center;
        margin-right: 5px;
        flex-shrink: 0;
    }
    .breadcrumb li {
        list-style: none;
        font-size: 10px;
    }
    .title-font-bold {
        font-size: 3.1rem !important;
    }
    .gen-list.default-list ul li a {
        font-size: 16px !important;
    }
    .news-ticker .gen-list.default-list ul li a {
        font-size: 13px !important;
    }
    .vc_custom_1580380051885 {
        padding-top: 60px !important;
    }
}
@media (max-width: 480px) {
    .mda-tour-container {
        margin: 1rem;
        padding: 0 1rem;
    }
    .mda-tour-section h2 {
        font-size: 1.9rem;
    }
    .head-2 {
        font-size: 24px;
    }
    .mda-tour-item img {
        height: 180px;
    }
    .mda-tour-item h3 {
        font-size: 2.1rem;
    }
    .insp-786-news-item a,
    .mda-tour-item p {
        font-size: 0.9rem;
    }
    .insp-786-news-ticker-title {
        display: none;
    }
    .insp-786-ticker-content {
        animation-duration: 15s;
    }
    .insp-786-news-item {
        margin-right: 16px;
    }
    .insp-786-separator {
        margin: 0 8px;
    }
    .insp-786-news-icon {
        font-size: 1.5rem !important;
        color: #003087;
        margin-right: 8px;
    }
    .insp-786-news-ticker-header {
        display: flex;
        align-items: center;
        margin-right: 5px;
        flex-shrink: 0;
    }
    .breadcrumb li {
        list-style: none;
        font-size: 10px;
    }
}

    .vc_row.events-section {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
    }

    .vc_row.events-section > .wpb_column.vc_column_container {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: unset !important;
    }

    .vc_row.events-section .vc_col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5) !important;
    max-width: calc(100% / 12 * 5) !important;
    width: calc(100% / 12 * 5) !important;
    }

    .vc_row.events-section .vc_col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3) !important;
    max-width: calc(100% / 12 * 3) !important;
    width: calc(100% / 12 * 3) !important;
    }

    .vc_row.events-section .vc_col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4) !important;
    max-width: calc(100% / 12 * 4) !important;
    width: calc(100% / 12 * 4) !important;
    }

    .vc_row.events-section .vc_column-inner {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    }

    .vc_row.events-section .wpb_wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    }

    .vc_row.events-section .dynamic-card-wrapper.left {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    }

    .vc_row.events-section .gen-list.imp-links-list-index {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    }

    .vc_row.events-section .vc_tta-panels-container {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    }

    .vc_row.events-section .vc_tta-panel-body {
    flex: 1 !important;
    overflow: hidden !important;
    padding-top: 1px !important;
    display: flex !important;
    flex-direction: column !important;
    }

    .vc_row.events-section .view-footer {
    margin-top: auto !important;
    }

    .vc_row.events-section .gen-card.dynamic-card {
    height: auto !important;
    flex-shrink: 0 !important;
    }

    @media screen and (max-width: 1024px) {
        .vc_row.events-section .vc_col-sm-5,
        .vc_row.events-section .vc_col-sm-3,
        .vc_row.events-section .vc_col-sm-4 {
            flex: 0 0 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }
    }

    .scheme-container {
      padding: 20px;
      font-family: Arial, sans-serif;
    }

    .scheme-container h3 {
      margin-bottom: 10px;
    }

    .scheme-container ol {
      padding-left: 20px;
    }

    .scheme-layout {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
    }

    .scheme-box {
      flex: 1 1 100%;
      max-width: 100%;
    }

    .scheme-image {
      width: 100%;
      height: auto;
      border: 1px solid #ccc;
    }

    .scheme-title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 10px 0;
      text-decoration: underline;
    }

    .scheme-desc {
      font-size: 14px;
      line-height: 1.6;
      padding: 0 10px;
    }

    .scheme-desc ul {
      padding-left: 0px;
    }

    .scheme-desc li {
      /* margin-bottom: 10px; */
      list-style-type: none;
    }

    /* Responsive */
    @media screen and (min-width: 768px) {
      .scheme-box {
        flex: 1 1 48%;
        max-width: 48%;
      }
    }
    .footer-scroll-animate {
        display: flex;
        gap: 24px;
        align-items: center;
        animation: footer-scroll 20s linear infinite;
        /* Adjust duration for speed */
    }
    .footer-scroll-animate li {
        flex: 0 0 auto;
    }
    .footer-scroll-animate img {
        max-height: 90px;
        /* Increased from 60px to 90px */
        width: auto;
        display: block;
        filter: grayscale(0.2);
        transition: filter 0.3s;
    }
    .footer-scroll-animate img:hover {
        filter: grayscale(0) drop-shadow(0 2px 8px #0002);
    }
    @keyframes footer-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* Duplicate the list for seamless loop */
    .footer-scroll-animate::after {
        content: '';
    }


      /* Main Layout Container for 3 Columns (formerly urban-diagram-container) */
        .main-layout-container {
            display: flex;
            flex-direction: row; /* Default to side-by-side */
            gap: 30px; /* Space between the three main columns */
            align-items: flex-start; /* Align columns to the top */
            max-width: 1300px; /* Adjust max width as per image */
            margin: 0 auto; /* Center the layout */
            padding: 25px 0px 0px 0px; /* Top padding for spacing */
            /* background-color: #fff; */
            border-radius: 10px;
            /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
        }
        .main-layout-container .sidebar-engineering-info span {
            font-weight: 600;
            color:#052963;
        }
        .main-layout-container .main-content-area .urban-box {
            padding: 11px;

        }
        /* --- LEFT SIDEBAR STYLES (Online Property Information Sidebar) --- */
        /* This replaces the old .urban-sidebar styles */
        .sidebar-engineering-info {
            flex: 0 0 240px; /* Fixed width sidebar, does not grow or shrink */
            background-color: #fff; /* White background for the main sidebar */
            border-radius: 8px; /* Apply border-radius to the sidebar itself */
            overflow: hidden; /* Ensures border-radius applies to content */
            padding-bottom: 10px; /* Small internal padding at bottom */
            /* Removed box-shadow here as it's part of the main-layout-container now */
        }

        .sidebar-header {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            background-color: #f7f3ed; /* Light beige background for header */
            border-left: 5px solid #ff7f00; /* Orange vertical line */
            color: #ff7f00; /* Orange text color */
            font-weight: bold;
            font-size: 1.1em;
            gap: 10px;
            margin-bottom: 10px; /* Space between header and first link */
        }

        .sidebar-header .fa {
            font-size: 1.2em;
        }

        .sidebar-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sidebar-nav-list li {
            /* No border-bottom here, will be on active/hover links */
        }

        .sidebar-nav-list a {
            display: flex;
            align-items: center;
            padding: 6px 20px;
            text-decoration: none;
            color: #052963; /* Blue link color */
            font-size: 0.95em;
            transition: background-color 0.2s ease, color 0.2s ease, border-left-color 0.2s ease;
            gap: 15px;
        }

        .sidebar-nav-list a:hover:not(.active-link) { /* Hover effect for non-active links */
            background-color: #eaf6ff; /* Light blue on hover */
            color: #0056b3; /* Darker blue on hover */
        }

        /* Active Menu Item Styling */
        .sidebar-nav-list .active-link {
            background-color: #f7f3ed; /* Light beige background for active */
            border-left: 5px solid #ff7f00; /* Orange vertical line for active */
            color: #ff7f00; /* Orange text color for active */
            font-weight: bold; /* Make active link text bold */
            padding-left: 15px; /* Adjust padding due to border-left */
        }

        .sidebar-nav-list .fa {
            font-size: 1.2em;
            width: 25px; /* Fixed width for icons */
            text-align: center;
            /* Adjust icon color for active state if needed */
            /* .active-link .fa { color: #ff7f00; } */
        }

        /* --- MIDDLE CONTENT AREA STYLES (Cards + Description) --- */
        /* This replaces the old .urban-content styles */
        .main-content-area {
            flex: 1; /* Allows this section to grow and take remaining space */
            display: flex;
            flex-direction: column; /* Stack cards and description vertically */
        }

        .property-cards-grid {
            display: grid; /* Use CSS Grid for the 2x2 layout */
            grid-template-columns: repeat(2, 1fr); /* Two equal columns */
            gap: 20px; /* Space between cards */
        }

        .property-card {
            background-color: #f0f8ff; /* Lightest blue background */
            border: 1px solid #d0e0f0; /* Subtle border */
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100px; /* Ensure consistent card height */
            color: #333;
            font-weight: bold;
            font-size: 1.1em;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
        }

        .property-card .fa {
            font-size: 2em; /* Larger icon size */
            margin-bottom: 10px;
            color: #007bff; /* Blue icon color */
        }

        .property-card:hover {
            transform: translateY(-3px); /* Subtle lift effect */
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            background-color: #e6f2ff; /* Slightly darker blue on hover */
        }

        .property-description {
            background-color: #f9f9f9;
            padding: 25px;
            border-radius: 8px;
            line-height: 1.7;
            color: #555;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); /* Subtle shadow for description box */
        }

        /* --- RIGHT VIDEO REEL STYLES --- */
        /* This replaces the old .urban-video styles and adds a wrapper */
        .video-reel-container {
            flex: 0 0 250px; /* Fixed width for the video section */
            display: flex;
            flex-direction: column; /* Stack video and caption vertically */
            gap: 15px;
            align-items: center; /* Center items horizontally */
        }

        .urban-video {
            background-color: #000; /* Dark background for video */
            padding: 8px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
            width: 100%; /* Take full width of its flex item */
        }

        .urban-video video {
            display: block;
            width: 100%; /* Fill parent */
            aspect-ratio: 9/16; /* Maintain vertical reel aspect ratio */
            border-radius: 6px;
        }

        .video-caption {
            background-color: #fff;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            line-height: 1.5;
            color: #333;
            font-size: 0.9em;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
            width: 100%; /* Take full width of its flex item */
        }

        /* --- RESPONSIVE DESIGN (MEDIA QUERIES) --- */

        /* For screens smaller than 1024px (e.g., larger tablets) */
        @media (max-width: 1024px) {
            .main-layout-container {
                flex-wrap: wrap; /* Allow columns to wrap */
                gap: 20px;
            }
            /* Sidebar takes full width on top */
            .sidebar-property-info {
                flex: 1 1 100%; /* Sidebar takes full width, then content */
            }
            /* Main content and video share the space below the sidebar */
            .main-content-area {
                flex: 1 1 60%; /* Main content takes more space */
            }
            .video-reel-container {
                flex: 1 1 35%; /* Video reel takes remaining space, wraps if needed */
                max-width: 250px; /* Maintain video's preferred max width */
                margin: 0 auto; /* Center video if it wraps to new line */
            }
        }

        /* For screens smaller than 768px (e.g., tablets in portrait, mobile) */
        @media (max-width: 768px) {
            .page-wrapper {
                padding: 15px;
            }
            .main-layout-container {
                flex-direction: column; /* Stack all items vertically */
                gap: 15px;
                padding: 15px;
            }

            /* Make all items take full width when stacked */
            .sidebar-property-info,
            .main-content-area,
            .video-reel-container {
                flex: 0 0 auto; /* Reset flex properties */
                width: 100%; /* Take full width */
                max-width: none; /* Remove max-width constraint */
            }

            .property-cards-grid {
                grid-template-columns: 1fr; /* Stack cards vertically on small screens */
            }

            .video-reel-container {
                order: 3; /* Move video reel to the bottom on mobile */
                margin: 0 auto; /* Center video if it's narrower than 100% */
            }
            .urban-video video {
                max-width: 300px; /* Limit max width of video to prevent it from being too large on mobile */
                width: 100%; /* Fill container up to max-width */
            }
        }

        /* For very small screens (e.g., smaller phones) */
        @media (max-width: 480px) {
            .page-wrapper {
                padding: 10px;
            }
            .main-layout-container {
                padding: 10px;
                gap: 10px;
            }
            .sidebar-property-info,
            .main-content-area,
            .video-reel-container {
                padding: 15px; /* Adjust padding for better fit */
            }
            .sidebar-header,
            .sidebar-nav-list a,
            .property-card,
            .property-description,
            .video-caption {
                padding: 12px; /* Slightly reduce padding on very small screens */
            }
        }

        /* for media-coverage page */

        .media-main-content {
            background: white;
            margin: -50px auto 0;
            border-radius: 20px 20px 0 0;
            position: relative;
            z-index: 10;
            box-shadow: 0 -10px 40px rgba(0,0,0,0.1);
        }

        .media-section-header {
            text-align: center;
            padding: 60px 20px 40px;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            /* border-radius: 20px 20px 0 0; */
        }
        .media-section-subtitle {
            /* font-size: 1.1rem; */
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }

        .media-section-title {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
            position: relative;
        }

        .media-section-title::after {
            content: '';
            width: 80px;
            height: 4px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: block;
            margin: 15px auto;
            border-radius: 2px;
        }
        

        @media (max-width: 768px) {
            .media-section-title {
                    font-size: 2rem;
            }
        }
                /* Mobile view */
        @media (max-width: 768px) {
          #bankLogo {
            max-width: 88%; /* shrink to 88% of screen */
            width: auto;    /* keep proportional scaling */
          }
        }