/* ==========================================================================
   CHENNAI TRENDZ INTERIORS - COMPLETE MODERN WEBSITE REDESIGN
   ========================================================================== */

/* Global Font Override (excluding FontAwesome icons) */
body, p, h1, h2, h3, h4, h5, h6, a, span, label, input, button, select, textarea, div, li, ul {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.fa, .fas, .far, .fab, [class*="fa-"] {
    font-family: 'FontAwesome', 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important;
}

body {
    background-color: #f8fafc !important;
    color: #1e293b !important;
    overflow-x: hidden !important;
}

/* Widescreen Container Spacing */
@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}

/* Remove Awkward Fixed 60px Left Vertical Sidebar */
.int_infosidebar, 
.int_infosidebar_style2 {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.int_content_wraapper,
.int_contentw_left {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    position: relative !important;
}

.int_main_wraapper {
    overflow-x: hidden !important;
}

/* Header & Navigation Bar */
.int_header_style2 {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08) !important;
    padding: 12px 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

.int_header_style2 .container-fluid {
    max-width: 1440px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.int_header_flex_container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.int_header_style2 .int_logo img {
    max-height: 80px !important;
    width: auto !important;
    transition: transform 0.3s ease !important;
}

.int_header_style2 .int_logo img:hover {
    transform: scale(1.03) !important;
}

.int_nav_right_group {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 32px !important;
}

/* Header CTA "Book Now" Button Base Styles */
a.header_book_btn,
.header_book_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 12px 26px !important;
    background: linear-gradient(135deg, #ff1d4d 0%, #d9143f 100%) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-radius: 30px !important;
    box-shadow: 0 6px 20px rgba(255, 29, 77, 0.4) !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    border: none !important;
}

a.header_book_btn:hover,
.header_book_btn:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #e01740 0%, #b80d32 100%) !important;
    box-shadow: 0 10px 28px rgba(255, 29, 77, 0.6) !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

a.header_book_btn i,
.header_book_btn i {
    font-size: 15px !important;
    color: #ffffff !important;
}

/* ==========================================
   DESKTOP NAVIGATION (992px and up)
   ========================================== */
@media (min-width: 992px) {
    .int_header_style2 .int_menu {
        display: flex !important;
        align-items: center !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        transform: none !important;
    }

    .int_header_style2 .int_menu > ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 32px !important;
    }

    .int_header_style2 .int_menu > ul > li {
        display: inline-block !important;
        margin: 0 !important;
        position: relative !important;
    }

    .int_header_style2 .int_menu > ul > li > a {
        color: #0f172a !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        padding: 10px 0 !important;
        position: relative !important;
        transition: color 0.3s ease !important;
        text-decoration: none !important;
        display: inline-block !important;
        white-space: nowrap !important;
    }

    .int_header_style2 .int_menu > ul > li > a:hover,
    .int_header_style2 .int_menu > ul > li > a.active {
        color: #ff1d4d !important;
    }

    .int_header_style2 .int_menu > ul > li > a::after {
        content: "" !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 0% !important;
        height: 3px !important;
        background: linear-gradient(90deg, #ff1d4d, #ff6b8b) !important;
        border-radius: 3px !important;
        transition: width 0.3s ease !important;
    }

    .int_header_style2 .int_menu > ul > li > a:hover::after {
        width: 100% !important;
    }

    /* Desktop Services Dropdown Submenu */
    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 260px !important;
        background: #ffffff !important;
        border-radius: 14px !important;
        box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15) !important;
        padding: 8px 0 !important;
        border: 1px solid rgba(226, 232, 240, 0.9) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(15px) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: 99999 !important;
        list-style: none !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown:hover > ul {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(5px) !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li > a {
        display: block !important;
        width: 100% !important;
        padding: 11px 20px !important;
        color: #334155 !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        transition: all 0.2s ease !important;
        border-bottom: 1px solid rgba(241, 245, 249, 0.8) !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li > a::after {
        display: none !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
        color: #ff1d4d !important;
        background: rgba(255, 29, 77, 0.06) !important;
        padding-left: 24px !important;
    }

    .int_toggle {
        display: none !important;
    }

    .close_menu_int {
        display: none !important;
    }

    .mobile_book_btn_container {
        display: none !important;
    }
}

/* ==========================================
   MOBILE NAVIGATION (991px and below)
   ========================================== */
@media (max-width: 991px) {
    .int_header_style2 {
        padding: 10px 0 !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        background: #ffffff !important;
    }

    .int_header_style2 .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .int_header_flex_container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .int_header_style2 .int_logo img {
        max-height:100px !important;
        width: auto !important;
    }

    .int_nav_right_group,
    .int_nav {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        margin-left: auto !important;
        gap: 12px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

    /* Hamburger Menu Button - High Visibility Crimson Red */
    .int_header_style2 .int_toggle,
    .int_toggle,
    div.int_toggle {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        background: linear-gradient(135deg, #ff1d4d 0%, #d9143f 100%) !important;
        border: none !important;
        border-radius: 10px !important;
        cursor: pointer !important;
        padding: 9px 8px !important;
        gap: 4px !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 14px rgba(255, 29, 77, 0.4) !important;
        margin-left: auto !important;
        position: relative !important;
        z-index: 9999 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .int_header_style2 .int_toggle span,
    .int_toggle span,
    div.int_toggle span {
        width: 24px !important;
        height: 3px !important;
        background-color: #ffffff !important;
        background: #ffffff !important;
        display: block !important;
        border-radius: 3px !important;
        transition: all 0.3s ease !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .int_header_style2 .int_toggle:hover,
    .int_toggle:hover {
        background: linear-gradient(135deg, #e01740 0%, #b80d32 100%) !important;
        transform: scale(1.05) !important;
        box-shadow: 0 6px 18px rgba(255, 29, 77, 0.6) !important;
    }

    /* Slide-out Mobile Off-Canvas Drawer */
    .int_header_style2 .int_menu,
    .int_menu {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;
        width: 310px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        background: #ffffff !important;
        box-shadow: -10px 0 40px rgba(15, 23, 42, 0.25) !important;
        z-index: 999999 !important;
        padding: 65px 20px 30px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        overflow-y: auto !important;
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .int_header_style2 .int_menu.int_menu_open,
    .int_menu.int_menu_open {
        right: 0 !important;
        left: auto !important;
    }

    /* Remove legacy logo watermark behind mobile drawer */
    .int_menu:after,
    .int_menu.int_menu_open:after,
    .int_header_style2 .int_menu:after,
    .int_header_style2 .int_menu.int_menu_open:after {
        display: none !important;
        content: none !important;
        background: none !important;
    }

    /* Close Button inside Mobile Drawer */
    span.close_menu_int,
    .close_menu_int {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        background: #f1f5f9 !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        position: absolute !important;
        top: 16px !important;
        right: 18px !important;
        z-index: 99999 !important;
        transition: all 0.2s ease !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    span.close_menu_int:after,
    .close_menu_int:after {
        display: none !important;
        content: none !important;
        border: none !important;
    }

    .close_menu_int:hover {
        background: #ff1d4d !important;
    }

    .close_menu_int:hover svg path {
        fill: #ffffff !important;
    }

    .close_menu_int svg path {
        fill: #0f172a !important;
    }

    /* Mobile Drawer Menu List */
    .int_header_style2 .int_menu > ul,
    .int_menu > ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        height: auto !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        position: static !important;
    }

    .int_header_style2 .int_menu > ul > li,
    .int_menu > ul > li {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        float: none !important;
        clear: both !important;
        border-bottom: 1px solid #f1f5f9 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .int_header_style2 .int_menu > ul > li > a,
    .int_menu > ul > li > a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 14px 8px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-decoration: none !important;
        position: relative !important;
        transition: color 0.2s ease !important;
    }

    .int_header_style2 .int_menu > ul > li > a::after,
    .int_menu > ul > li > a::after {
        display: none !important;
    }

    .int_header_style2 .int_menu > ul > li > a:hover,
    .int_menu > ul > li > a:hover {
        color: #ff1d4d !important;
    }

    /* Chevron Arrow Icon for Services Dropdown */
    .int_menu > ul > li.int_home_dropdown:before,
    li.int_home_dropdown:before {
        content: "\f107" !important;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
        position: absolute !important;
        right: 12px !important;
        top: 15px !important;
        color: #64748b !important;
        font-size: 14px !important;
        pointer-events: none !important;
        transition: transform 0.3s ease !important;
    }

    .int_menu > ul > li.int_home_dropdown.int_hr_menu:before,
    li.int_home_dropdown.int_hr_menu:before {
        transform: rotate(180deg) !important;
        color: #ff1d4d !important;
    }

    /* Mobile Dropdown Submenu - Expands Naturally Without Overlapping Sibling Links */
    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul,
    .int_menu > ul > li.int_home_dropdown > ul {
        position: static !important;
        display: none !important;
        height: auto !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: #f8fafc !important;
        border-radius: 10px !important;
        margin: 4px 0 12px 0 !important;
        padding: 6px 0 !important;
        width: 100% !important;
        list-style: none !important;
        float: none !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown.int_hr_menu > ul,
    .int_menu > ul > li.int_home_dropdown.int_hr_menu > ul,
    .int_menu.int_menu_open > ul > li.int_home_dropdown.int_hr_menu > ul {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li,
    .int_menu > ul > li.int_home_dropdown > ul > li {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li > a,
    .int_menu > ul > li.int_home_dropdown > ul > li > a {
        padding: 10px 16px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #475569 !important;
        border-bottom: 1px solid #f1f5f9 !important;
        display: block !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li:last-child > a,
    .int_menu > ul > li.int_home_dropdown > ul > li:last-child > a {
        border-bottom: none !important;
    }

    .int_header_style2 .int_menu > ul > li.int_home_dropdown > ul > li > a:hover,
    .int_menu > ul > li.int_home_dropdown > ul > li > a:hover {
        color: #ff1d4d !important;
        background: transparent !important;
        padding-left: 20px !important;
    }

    .mobile_book_btn_container {
        display: block !important;
        margin-top: 24px !important;
        width: 100% !important;
        position: relative !important;
        clear: both !important;
    }

    .mobile_book_btn_container .header_book_btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* Hero Page Title Banner for ALL Pages */
.int_about_page_title {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 55px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    border-bottom: 4px solid #ff1d4d !important;
    z-index: 1 !important;
}

.int_about_page_title:after,
.int_about_page_title::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 41, 59, 0.92) 100%) !important;
    z-index: 1 !important;
}

.int_about_page_title::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at 85% 30%, rgba(255, 29, 77, 0.25) 0%, transparent 65%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.int_about_page_title .container-fluid,
.int_about_page_title .container {
    max-width: 1320px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
}

.int_about_page_title .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
}

.int_about_page_title .int_bread_crumbs h1 {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    margin: 0 !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
}

.int_about_page_title .int_home_crumbs {
    display: flex !important;
    justify-content: flex-end !important;
}

.int_about_page_title .int_home_crumbs ul {
    margin: 0 !important;
    padding: 8px 20px !important;
    list-style: none !important;
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.int_about_page_title .int_home_crumbs ul li {
    display: inline-block !important;
    color: #e2e8f0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.int_about_page_title .int_home_crumbs ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.int_about_page_title .int_home_crumbs ul li a:hover {
    color: #ff1d4d !important;
}

.int_about_page_title .int_home_crumbs ul li span {
    color: #cbd5e1 !important;
}

/* Section Heading & Headers */
.int_project_wrapper {
    background: #f8fafc !important;
    padding: 70px 0 90px 0 !important;
}

.int_heading_gallery_wrapper,
.latest_work_heading {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.int_project_wrapper .int_heading h4,
.latest_work_heading h4 {
    color: #ff1d4d !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}

.int_project_wrapper .int_heading h2,
.latest_work_heading h2 {
    color: #0f172a !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    position: relative !important;
    display: inline-block !important;
}

.int_project_wrapper .int_heading h2::after,
.latest_work_heading h2::after {
    content: "" !important;
    display: block !important;
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #ff1d4d, #ff6b8b) !important;
    border-radius: 4px !important;
    margin: 12px auto 0 auto !important;
}

/* Modern Filter Navigation Bar (Index & Gallery Pages) */
.int_project_gallery .gallery_nav {
    margin-bottom: 45px !important;
}

.int_project_gallery .gallery_nav ul {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 16px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.int_project_gallery .gallery_nav ul li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.int_project_gallery .gallery_nav ul li::before,
.int_project_gallery .gallery_nav ul li::after {
    display: none !important;
}

.int_project_gallery .gallery_nav ul li a {
    display: block !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    border-radius: 30px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    text-transform: capitalize !important;
    position: relative !important;
    text-decoration: none !important;
}

.int_project_gallery .gallery_nav ul li a::after {
    display: none !important;
}

.int_project_gallery .gallery_nav ul li a:hover {
    color: #ff1d4d !important;
    background: rgba(255, 29, 77, 0.06) !important;
    transform: translateY(-1px) !important;
}

.int_project_gallery .gallery_nav ul li a.gallery_active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff1d4d 0%, #d9143f 100%) !important;
    box-shadow: 0 6px 20px rgba(255, 29, 77, 0.35) !important;
    transform: translateY(-2px) !important;
}

/* Latest Work Page Layout & Cards */
.latest_work_wrapper {
    background: #f8fafc !important;
    padding: 70px 0 90px 0 !important;
}

.project_card {
    background: #ffffff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    margin-bottom: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: calc(100% - 30px) !important;
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    position: relative !important;
}

.project_card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15) !important;
    border-color: rgba(255, 29, 77, 0.35) !important;
}

.project_card_img_holder {
    position: relative !important;
    width: 100% !important;
    height: 240px !important;
    overflow: hidden !important;
    background: #0f172a !important;
}

.project_card_img_holder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s ease !important;
}

.project_card:hover .project_card_img_holder img {
    transform: scale(1.08) !important;
    filter: brightness(0.95) !important;
}

.project_card_badge {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 14px !important;
    border-radius: 30px !important;
    letter-spacing: 0.5px !important;
    z-index: 2 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.project_card_body {
    padding: 24px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: space-between !important;
    background: #ffffff !important;
}

.project_card_title {
    color: #0f172a !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.35 !important;
    transition: color 0.3s ease !important;
}

.project_card:hover .project_card_title {
    color: #ff1d4d !important;
}

.project_card_location {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 20px !important;
}

.project_card_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 12px 18px !important;
    background: rgba(255, 29, 77, 0.07) !important;
    color: #ff1d4d !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.project_card:hover .project_card_btn {
    background: linear-gradient(135deg, #ff1d4d 0%, #d9143f 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(255, 29, 77, 0.35) !important;
}

/* Glassmorphic Pagination Bar */
.pagination_wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.pagination_container {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.pagination_link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.pagination_link:hover:not(.disabled):not(.active) {
    color: #ff1d4d !important;
    background: rgba(255, 29, 77, 0.08) !important;
}

.pagination_link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff1d4d 0%, #d9143f 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 29, 77, 0.35) !important;
}

.pagination_link.disabled {
    color: #cbd5e1 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Modern Dark Luxury Footer Styling */
.main_footer_wrapper {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    color: #cbd5e1 !important;
    padding: 60px 0 25px 0 !important;
    border-top: 4px solid #ff1d4d !important;
    position: relative !important;
    font-size: 14px !important;
}

.footer_about_text {
    color: #94a3b8 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    max-width: 780px !important;
}

.footer_divider {
    height: 1px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    margin: 20px 0 !important;
}

.footer_col_title {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    position: relative !important;
    display: inline-block !important;
}

.footer_col_title::after {
    content: "" !important;
    display: block !important;
    width: 35px !important;
    height: 3px !important;
    background: #ff1d4d !important;
    border-radius: 3px !important;
    margin-top: 8px !important;
}

.footer_services_list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer_services_list li {
    margin-bottom: 10px !important;
}

.footer_services_list li a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.footer_services_list li a span {
    color: #ff1d4d !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    transition: transform 0.3s ease !important;
}

.footer_services_list li a:hover {
    color: #ff1d4d !important;
    transform: translateX(4px) !important;
}

.footer_contact_info p {
    color: #cbd5e1 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.footer_contact_info i {
    font-size: 16px !important;
    margin-top: 3px !important;
}

.footer_google_review {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 16px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.footer_google_review:hover {
    background: rgba(255, 29, 77, 0.15) !important;
    border-color: rgba(255, 29, 77, 0.4) !important;
    color: #ffffff !important;
}

.footer_copy_text {
    color: #64748b !important;
    font-size: 13px !important;
}

.footer_social_icons {
    display: inline-flex !important;
    gap: 12px !important;
}

.footer_social_icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.footer_social_icons a:hover {
    background: #ff1d4d !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 12px rgba(255, 29, 77, 0.4) !important;
}

/* Book Now Modal Styling */
.book_now_modal_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999999 !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.book_now_modal_content {
    background: #ffffff;
    border-radius: 24px;
    width: 100%;
    max-width: 520px;
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    animation: modalPopIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

@keyframes modalPopIn {
    from { opacity: 0; transform: scale(0.88) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.book_now_close {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 28px;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1;
}

.book_now_close:hover {
    color: #ff1d4d;
}

.book_now_modal_header .modal_title {
    color: #0f172a !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
}

.book_now_modal_header .modal_subtitle {
    color: #64748b !important;
    font-size: 13px !important;
    margin-bottom: 25px !important;
}

.book_now_form label {
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

.book_now_form .form-control {
    border-radius: 12px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    transition: all 0.3s ease !important;
}

.book_now_form .form-control:focus {
    border-color: #ff1d4d !important;
    box-shadow: 0 0 0 4px rgba(255, 29, 77, 0.15) !important;
    outline: none !important;
}

.book_now_submit_btn {
    width: 100% !important;
    padding: 14px !important;
    background: linear-gradient(135deg, #ff1d4d 0%, #d9143f 100%) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 25px rgba(255, 29, 77, 0.35) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.book_now_submit_btn:hover {
    background: linear-gradient(135deg, #e01740 0%, #b80d32 100%) !important;
    box-shadow: 0 12px 30px rgba(255, 29, 77, 0.5) !important;
    transform: translateY(-2px) !important;
}

