/*
 Theme Name: I-Dot Infra Theme
 Theme URI: https://idotinfra.com
 Description: Custom child theme for I-Dot Infra real estate website
 Author: I-Dot Infra
 Author URI: https://idotinfra.com
 Template: astra
 Version: 1.0.0
 Text Domain: idotinfra
*/

:root {
    --idot-primary: #1B3A5C;
    --idot-accent: #F37021;
    --idot-white: #FFFFFF;
    --idot-light: #F5F5F5;
    --idot-dark: #333333;
    --idot-primary-light: #2A5580;
    --idot-accent-light: #FF8C42;
    --idot-overlay: rgba(27, 58, 92, 0.85);

    --idot-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    --idot-contour-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='rgba(27,58,92,0.035)' stroke-width='0.8'%3E%3Cpath d='M0 50 Q100 20 200 55 T400 45'/%3E%3Cpath d='M0 95 Q130 65 200 100 T400 90'/%3E%3Cpath d='M0 140 Q80 110 180 145 T400 135'/%3E%3Cpath d='M0 190 Q120 155 220 195 T400 182'/%3E%3Cpath d='M0 240 Q90 210 200 248 T400 232'/%3E%3Cpath d='M0 290 Q110 258 190 295 T400 282'/%3E%3Cpath d='M0 340 Q130 310 230 348 T400 332'/%3E%3Cpath d='M0 385 Q80 358 200 392 T400 378'/%3E%3Cpath d='M40 0 Q20 100 45 200 T38 400'/%3E%3Cpath d='M110 0 Q95 90 115 190 T108 400'/%3E%3Cpath d='M190 0 Q170 110 195 200 T188 400'/%3E%3Cpath d='M270 0 Q250 95 275 195 T268 400'/%3E%3Cpath d='M350 0 Q335 105 355 200 T348 400'/%3E%3C/g%3E%3C/svg%3E");
    --idot-contour-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='0.8'%3E%3Cpath d='M0 50 Q100 20 200 55 T400 45'/%3E%3Cpath d='M0 95 Q130 65 200 100 T400 90'/%3E%3Cpath d='M0 140 Q80 110 180 145 T400 135'/%3E%3Cpath d='M0 190 Q120 155 220 195 T400 182'/%3E%3Cpath d='M0 240 Q90 210 200 248 T400 232'/%3E%3Cpath d='M0 290 Q110 258 190 295 T400 282'/%3E%3Cpath d='M0 340 Q130 310 230 348 T400 332'/%3E%3Cpath d='M0 385 Q80 358 200 392 T400 378'/%3E%3Cpath d='M40 0 Q20 100 45 200 T38 400'/%3E%3Cpath d='M110 0 Q95 90 115 190 T108 400'/%3E%3Cpath d='M190 0 Q170 110 195 200 T188 400'/%3E%3Cpath d='M270 0 Q250 95 275 195 T268 400'/%3E%3Cpath d='M350 0 Q335 105 355 200 T348 400'/%3E%3C/g%3E%3C/svg%3E");
}

/* ========== GLOBAL ========== */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--idot-dark);
    background-color: var(--idot-white) !important;
}

a {
    color: var(--idot-primary);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--idot-accent);
}

/* ========== HEADER ========== */

.ast-primary-header-bar,
.site-header,
.ast-header-break-point .main-header-bar {
    background-color: var(--idot-white) !important;
    border-bottom: 3px solid var(--idot-accent) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
}

#masthead .site-logo-img img,
#masthead .custom-logo-link img,
#masthead .ast-site-identity img,
.site-header .site-logo-img img,
.site-header .custom-logo-link img,
.site-header .custom-logo {
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    max-width: 200px !important;
}

#masthead .ast-site-title-wrap,
.site-header .ast-site-title-wrap,
.ast-logo-title-inline .ast-site-title-wrap {
    display: none !important;
}

.main-header-menu > .menu-item > a,
.ast-header-break-point .main-header-menu > .menu-item > a {
    color: var(--idot-primary) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
}

.main-header-menu > .menu-item > a:hover,
.main-header-menu > .menu-item.current-menu-item > a {
    color: var(--idot-accent) !important;
}

.main-header-menu .sub-menu {
    background-color: var(--idot-white) !important;
    border-top: 3px solid var(--idot-accent) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.main-header-menu .sub-menu .menu-item a {
    color: var(--idot-primary) !important;
    font-size: 13px !important;
}

.main-header-menu .sub-menu .menu-item a:hover {
    color: var(--idot-accent) !important;
    background-color: var(--idot-light) !important;
}

/* Projects dropdown: Completed/Ongoing group labels */
.main-header-menu .menu-label > a {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: var(--idot-accent) !important;
    pointer-events: none;
    cursor: default;
    padding-top: 12px !important;
    padding-bottom: 4px !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 2px;
}

.main-header-menu .menu-label:first-child > a {
    padding-top: 8px !important;
}

.main-header-menu .menu-label > a:hover {
    background-color: transparent !important;
    color: var(--idot-accent) !important;
}

.main-header-menu .menu-label .sub-menu {
    position: static !important;
    box-shadow: none !important;
    border-top: none !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
}

.main-header-menu .menu-label .sub-menu .menu-item a {
    padding-left: 25px !important;
    font-size: 13px !important;
}

/* ========== HERO SECTION ========== */

.idot-hero {
    position: relative;
    background: linear-gradient(135deg, var(--idot-primary) 0%, #0D2137 100%);
    color: var(--idot-white);
    padding: 120px 40px 100px;
    text-align: center;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idot-hero.has-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.idot-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="80" cy="20" r="40" fill="rgba(243,112,33,0.08)"/><circle cx="20" cy="80" r="30" fill="rgba(243,112,33,0.05)"/></svg>') no-repeat center center;
    background-size: cover;
    pointer-events: none;
}

.idot-hero.has-bg-image::before {
    background: rgba(13, 33, 55, 0.65);
}

.idot-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.idot-hero h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--idot-white) !important;
}

.idot-hero h1 span {
    color: var(--idot-accent);
}

.idot-hero .tagline {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0.9;
}

.idot-hero .tagline strong {
    color: var(--idot-accent);
    font-weight: 700;
}

.idot-hero p.hero-desc {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.idot-btn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.idot-btn-primary {
    background-color: var(--idot-accent);
    color: var(--idot-white) !important;
    border: 2px solid var(--idot-accent);
}

.idot-btn-primary:hover {
    background-color: var(--idot-accent-light);
    border-color: var(--idot-accent-light);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(243, 112, 33, 0.3);
    color: var(--idot-white) !important;
}

.idot-btn-outline {
    background-color: transparent;
    color: var(--idot-white) !important;
    border: 2px solid var(--idot-white);
}

.idot-btn-outline:hover {
    background-color: var(--idot-white);
    color: var(--idot-primary) !important;
    transform: translateY(-2px);
}

.idot-hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ========== SECTION COMMONS ========== */

.idot-section {
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.idot-section-alt {
    background-color: var(--idot-light);
}

.idot-section-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 800;
    color: var(--idot-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.idot-section-subtitle {
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
    color: #777;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.idot-section-label {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--idot-accent);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

/* ========== ABOUT SNIPPET ========== */

.idot-about-snippet {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.idot-about-snippet .about-image {
    flex: 0 0 45%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.idot-about-snippet .about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.idot-about-snippet .about-text {
    flex: 1;
}

.idot-about-snippet .about-text h2 {
    font-size: 36px;
    color: var(--idot-primary);
    margin-bottom: 20px;
    font-weight: 800;
}

.idot-about-snippet .about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* ========== PROJECT CARDS ========== */

.idot-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.idot-project-card {
    background: var(--idot-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.idot-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    color: inherit;
}

.idot-project-card .card-image {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.idot-project-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.idot-project-card:hover .card-image img {
    transform: scale(1.08);
}

.idot-project-card .card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--idot-accent);
    color: var(--idot-white);
    padding: 5px 14px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.idot-project-card .card-body {
    padding: 25px;
}

.idot-project-card .card-body h3 {
    font-size: 22px;
    color: var(--idot-primary);
    margin-bottom: 8px;
    font-weight: 700;
}

.idot-project-card .card-body .card-location {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.idot-project-card .card-body .card-location svg {
    width: 14px;
    height: 14px;
    fill: var(--idot-accent);
    flex-shrink: 0;
}

.idot-project-card .card-body .card-config {
    font-size: 15px;
    color: var(--idot-dark);
    font-weight: 600;
}

.idot-project-card .card-footer {
    padding: 15px 25px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.idot-project-card .card-footer .view-link {
    color: var(--idot-accent);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========== USP / WHY CHOOSE US ========== */

.idot-usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.idot-usp-item {
    text-align: center;
    padding: 40px 25px;
    background: var(--idot-white);
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.idot-usp-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.idot-usp-item .usp-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(243, 112, 33, 0.1);
    border-radius: 50%;
}

.idot-usp-item .usp-icon svg {
    width: 35px;
    height: 35px;
    fill: var(--idot-accent);
}

.idot-usp-item h4 {
    font-size: 18px;
    color: var(--idot-primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.idot-usp-item p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

/* ========== CONTACT CTA ========== */

.idot-cta {
    background: linear-gradient(135deg, var(--idot-primary) 0%, #0D2137 100%);
    color: var(--idot-white);
    text-align: center;
    padding: 80px 40px;
}

.idot-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--idot-white) !important;
}

.idot-cta p {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.idot-cta .cta-phone {
    font-size: 28px;
    font-weight: 800;
    color: var(--idot-accent);
    display: block;
    margin-bottom: 25px;
    text-decoration: none;
}

.idot-cta .cta-phone:hover {
    color: var(--idot-accent-light);
}

/* ========== SINGLE PROJECT PAGE ========== */

.idot-project-hero {
    position: relative;
    background: linear-gradient(135deg, var(--idot-primary) 0%, #0D2137 100%);
    color: var(--idot-white);
    padding: 80px 40px 60px;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.idot-project-hero.has-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.idot-project-hero .project-hero-overlay {
    display: none;
}

.idot-project-hero.has-bg-image .project-hero-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 33, 55, 0.6);
    z-index: 0;
}

.idot-project-hero .project-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.idot-project-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--idot-white) !important;
}

.idot-project-hero .project-type {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.idot-project-hero .project-location {
    font-size: 16px;
    color: var(--idot-accent);
}

.idot-project-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.idot-project-gallery img:first-child {
    grid-column: span 2;
    height: 400px;
}

.idot-project-gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.3s;
}

.idot-project-gallery img:hover {
    transform: scale(1.03);
}

.idot-project-about {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
}

.idot-project-about h2 {
    font-size: 32px;
    color: var(--idot-primary);
    margin-bottom: 25px;
    font-weight: 800;
}

.idot-project-about p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Specifications grid */
.idot-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.idot-spec-item {
    text-align: center;
    padding: 30px 20px;
    background: var(--idot-white);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.idot-spec-item .spec-icon {
    font-size: 40px;
    margin-bottom: 12px;
    display: block;
}

.idot-spec-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--idot-primary);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.idot-spec-item p {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

/* Amenities */
.idot-amenities-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}

.idot-amenity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: var(--idot-white);
    border-radius: 6px;
    border-left: 3px solid var(--idot-accent);
}

.idot-amenity-item svg {
    width: 18px;
    height: 18px;
    fill: var(--idot-accent);
    flex-shrink: 0;
}

.idot-amenity-item span {
    font-size: 15px;
    color: var(--idot-dark);
}

/* Floor plans */
.idot-floorplans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.idot-floorplans img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* ========== PROJECTS LISTING PAGE ========== */

.idot-projects-listing {
    padding: 60px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.idot-projects-listing h1 {
    text-align: center;
    font-size: 42px;
    color: var(--idot-primary);
    margin-bottom: 15px;
    font-weight: 800;
}

.idot-projects-listing .listing-subtitle {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-bottom: 50px;
}

/* ========== FOOTER ========== */

.idot-footer {
    background-color: var(--idot-primary);
    color: var(--idot-white);
    padding: 60px 40px 0;
}

.idot-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.idot-footer-col h4 {
    color: var(--idot-accent);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--idot-accent);
    display: inline-block;
}

.idot-footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
}

.idot-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.idot-footer-col ul li {
    margin-bottom: 10px;
}

.idot-footer-col ul li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.idot-footer-col ul li a:hover {
    color: var(--idot-accent);
}

.idot-footer-logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 15px;
}

.idot-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.idot-footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.idot-footer-social a:hover {
    background: var(--idot-accent);
}

.idot-footer-social a svg {
    width: 18px;
    height: 18px;
    fill: var(--idot-white);
}

.idot-footer-contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.idot-footer-contact-item svg {
    width: 18px;
    height: 18px;
    fill: var(--idot-accent);
    flex-shrink: 0;
    margin-top: 3px;
}

.idot-footer-contact-item span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.idot-footer-contact-item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.idot-footer-contact-item a:hover {
    color: var(--idot-accent);
}

.idot-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
}

.idot-footer-bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ========== WHATSAPP FLOAT ========== */

.idot-whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.idot-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.idot-whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

/* ========== COMING SOON CARD ========== */

.idot-coming-soon-card {
    border: 2px dashed rgba(27, 58, 92, 0.3);
    box-shadow: none;
    cursor: default;
}

.idot-coming-soon-card:hover {
    transform: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.idot-coming-soon-card .coming-soon-placeholder {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(243, 112, 33, 0.05) 0%, rgba(27, 58, 92, 0.08) 100%);
    text-align: center;
    padding: 30px;
}

.idot-coming-soon-card .coming-soon-placeholder svg {
    color: var(--idot-accent);
    opacity: 0.7;
    margin-bottom: 15px;
    animation: comingSoonPulse 2s ease-in-out infinite;
}

.idot-coming-soon-card .coming-soon-placeholder h3 {
    font-size: 22px;
    color: var(--idot-primary);
    margin-bottom: 8px;
    font-weight: 700;
}

.idot-coming-soon-card .coming-soon-placeholder p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

@keyframes comingSoonPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
}

/* ========== RESPONSIVE ========== */

@media (max-width: 992px) {
    .idot-hero h1 {
        font-size: 38px;
    }

    .idot-hero .tagline {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .idot-about-snippet {
        flex-direction: column;
        gap: 30px;
    }

    .idot-about-snippet .about-image {
        flex: auto;
        width: 100%;
    }

    .idot-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .idot-project-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .idot-hero {
        padding: 80px 20px 60px;
    }

    .idot-hero h1 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .idot-section {
        padding: 50px 20px;
    }

    .idot-section-title {
        font-size: 28px;
    }

    .idot-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .idot-footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .idot-floorplans {
        grid-template-columns: 1fr;
    }

    .idot-project-gallery {
        grid-template-columns: 1fr;
    }

    .idot-project-gallery img:first-child {
        grid-column: span 1;
        height: 250px;
    }

    .idot-project-gallery img {
        height: 220px;
    }
}

/* ========== CONTACT FORM ========== */

.page-template-default .entry-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
}

.page-template-default .entry-content h2 {
    font-size: 32px;
    color: var(--idot-primary);
    font-weight: 800;
    margin-bottom: 10px;
}

.page-template-default .entry-content > p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.wpcf7 {
    background: var(--idot-white);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.idot-contact-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.idot-contact-col {
    flex: 1;
    min-width: 0;
}

.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--idot-primary);
    margin-bottom: 6px;
}

.wpcf7 label .required {
    color: var(--idot-accent);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    font-family: inherit !important;
    color: var(--idot-dark) !important;
    background: #fafafa !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-sizing: border-box !important;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: var(--idot-primary) !important;
    box-shadow: 0 0 0 3px rgba(27, 58, 92, 0.1) !important;
    background: var(--idot-white) !important;
    outline: none !important;
}

.wpcf7 select {
    appearance: auto !important;
    cursor: pointer;
    height: auto !important;
    line-height: 1.4 !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.wpcf7 textarea {
    min-height: 120px !important;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    background-color: var(--idot-accent) !important;
    color: var(--idot-white) !important;
    border: 2px solid var(--idot-accent) !important;
    padding: 14px 40px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: var(--idot-accent-light) !important;
    border-color: var(--idot-accent-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(243, 112, 33, 0.3) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 4px;
}

.wpcf7 .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 12px 20px !important;
    border-radius: 5px !important;
    font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #28a745 !important;
    background: #d4edda;
    color: #155724;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3545 !important;
    background: #f8d7da;
    color: #721c24;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffc107 !important;
    background: #fff3cd;
    color: #856404;
}

.page-template-default .entry-content h3 {
    font-size: 22px;
    color: var(--idot-primary);
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.page-template-default .entry-content div[style*="margin-top"] p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .idot-contact-row {
        flex-direction: column;
        gap: 0;
    }

    .wpcf7 {
        padding: 25px 20px;
    }

    .page-template-default .entry-content {
        padding: 40px 20px;
    }
}

/* ========== TEXTURE OVERLAYS ========== */

/* Light sections: dark contour lines + grain */
.idot-section,
.idot-about-snippet,
.idot-project-about,
.idot-projects-listing,
.idot-project-gallery,
.page-template-default .entry-content {
    position: relative;
}

.idot-section::after,
.idot-about-snippet::after,
.idot-project-about::after,
.idot-projects-listing::after,
.idot-project-gallery::after,
.page-template-default .entry-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        var(--idot-contour-light) repeat,
        var(--idot-grain) repeat;
    background-size: 400px 400px, 200px 200px;
    pointer-events: none;
    z-index: 0;
}

/* Alt (gray) sections: slightly stronger contour + grain */
.idot-section-alt {
    position: relative;
}

.idot-section-alt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        var(--idot-contour-light) repeat,
        var(--idot-grain) repeat;
    background-size: 400px 400px, 200px 200px;
    opacity: 1.2;
    pointer-events: none;
    z-index: 0;
}

/* Dark sections: light contour lines + grain */
.idot-hero::after,
.idot-cta::after,
.idot-project-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        var(--idot-contour-dark) repeat,
        var(--idot-grain) repeat;
    background-size: 400px 400px, 200px 200px;
    pointer-events: none;
    z-index: 1;
}

/* Footer: light contour lines + grain */
.idot-footer {
    position: relative;
}

.idot-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        var(--idot-contour-dark) repeat,
        var(--idot-grain) repeat;
    background-size: 400px 400px, 200px 200px;
    pointer-events: none;
    z-index: 0;
}

/* Ensure content sits above texture overlays */
.idot-hero-content,
.idot-hero-buttons,
.idot-section-label,
.idot-section-title,
.idot-section-subtitle,
.idot-projects-grid,
.idot-usp-grid,
.idot-about-snippet .about-image,
.idot-about-snippet .about-text,
.idot-project-about h2,
.idot-project-about p,
.idot-cta h2,
.idot-cta p,
.idot-cta .cta-phone,
.idot-cta .idot-btn,
.idot-project-hero .project-hero-content,
.idot-project-hero .project-hero-overlay,
.idot-project-gallery img,
.idot-specs-grid,
.idot-amenities-list,
.idot-floorplans,
.idot-projects-listing h1,
.idot-projects-listing .listing-subtitle,
.idot-footer-inner,
.idot-footer-bottom,
.wpcf7,
.page-template-default .entry-content h2,
.page-template-default .entry-content h3,
.page-template-default .entry-content > p,
.page-template-default .entry-content > div {
    position: relative;
    z-index: 2;
}

/* Cards stay clean (no texture) for contrast */
.idot-project-card,
.idot-usp-item,
.idot-spec-item,
.idot-amenity-item {
    position: relative;
    z-index: 2;
}

/* ========== ASTRA OVERRIDES ========== */

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
    background: transparent;
    padding: 0;
}

.ast-separate-container {
    background: transparent;
}

.entry-content {
    max-width: 100%;
}

.ast-breadcrumbs {
    display: none !important;
}

#primary {
    padding: 0 !important;
    margin: 0 !important;
}

.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.site-content > .ast-container {
    max-width: 100% !important;
    display: block !important;
}

.ast-small-footer,
.site-footer {
    display: none !important;
}
