.aboutus {
    padding-top: 60px;
}

.custom-stroke-title {
    -webkit-text-stroke: 2px #fff !important;
    color: transparent !important;
}

.hero-style8.no-sparkle .title-1::before {
    display: none !important;
    background-image: none !important;
}

/* Reduce font size for sliders 2, 3, 4 only */
.hero-style8.no-sparkle .hero-title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
}

.hero-style8.no-sparkle .title-1,
.hero-style8.no-sparkle .title-2 {
    font-size: 3rem !important;
    line-height: 1.2 !important;
}

/* Make hamburger menu 3 lines white */
.header-button .sidemenu-bar span {
    background: #ffffff !important;
}

.header-button .sidemenu-bar {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

/* =============================================
   CLICK SPACE LOGO SIZING - All Placements
   ============================================= */

.cs-logo-main {
    width: 140px;
    height: auto;
    display: block;
    object-fit: contain;
}

.cs-logo-mobile {
    width: 120px;
    height: auto;
    display: block;
    object-fit: contain;
}

.cs-logo-sidebar {
    width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
    margin-bottom: 16px;
}

.cs-logo-footer {
    width: 140px;
    height: auto;
    display: block;
    object-fit: contain;
    margin-top: 12px;
}

.header-logo {
    display: flex;
    align-items: center;
}

.sticky .cs-logo-main {
    width: 120px;
}

/* =============================================
   RESPONSIVE DESIGN & OVERFLOW FIXES
   ============================================= */

html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* ---------------------------------------------
   ABOUT SECTION IMAGE GRID (.img-box1.about-1)
   --------------------------------------------- */
.img-box1.about-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

.img-box1.about-1 .about-left,
.img-box1.about-1 .about-middle,
.img-box1.about-1 .about-right {
    flex: 1 1 32%;
    min-width: 0;
}

.img-box1.about-1 .about-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: end;
}

.img-box1.about-1 .about-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
}

.img-box1.about-1 img {
    border-radius: 20px;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block;
}

.img-box1.about-1 .about-left .img-box,
.img-box1.about-1 .about-middle,
.img-box1.about-1 .about-right .img-box {
    max-width: 100% !important;
}

.img-box1.about-1 .about-left .img-box.small {
    max-width: 180px !important;
    max-height: 180px !important;
    margin-left: auto;
}

.img-box1.about-1 .about-right .img-box.small {
    max-width: 180px !important;
    max-height: 180px !important;
    width: 100% !important;
    height: auto !important;
}

.img-box1.about-1 .about-right .img-box.big {
    max-width: 250px !important;
    max-height: 270px !important;
    width: 100% !important;
    height: auto !important;
}

.img-box1.about-1 .about-middle img {
    max-width: 100% !important;
    height: auto !important;
}

/* Floating Badge Text */
.about-logo-wrap-2 {
    position: absolute;
    top: -15px;
    right: 30px;
    z-index: 5;
}

/* ---------------------------------------------
   VIEWPORT FIT — 1280 × 720 SCREEN & LAPTOPS
   --------------------------------------------- */

.th-hero-wrapper .hero-inner {
    min-height: 100vh;
}

@media (max-width: 1399px) {
    .img-box1.about-1 {
        gap: 16px;
    }
    .about-logo-wrap-2 {
        right: 15px;
        top: -10px;
        transform: scale(0.85);
    }
}

@media (max-width: 1366px) and (max-height: 768px) {
    .menu-area {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .space {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .space-bottom {
        padding-bottom: 60px !important;
    }

    .sec-title {
        font-size: 1.9rem !important;
        line-height: 1.25 !important;
    }

    .hero-style1 .hero-title {
        font-size: 2.8rem !important;
        line-height: 1.2 !important;
    }

    .cs-logo-main {
        width: 130px !important;
    }
}

/* ---------------------------------------------
   MEDIUM DESKTOPS / LAPTOPS (992px - 1199px)
   --------------------------------------------- */
@media (max-width: 1199px) {
    .img-box1.about-1 {
        gap: 12px;
    }
    .img-box1.about-1 .about-left .img-box.small,
    .img-box1.about-1 .about-right .img-box.small {
        max-width: 140px !important;
    }
    .img-box1.about-1 .about-right .img-box.big {
        max-width: 200px !important;
    }
    .about-logo-wrap-2 {
        right: 0px;
        top: -15px;
        transform: scale(0.75);
    }
}

/* ---------------------------------------------
   TABLETS (768px - 991px)
   --------------------------------------------- */
@media (max-width: 991px) {
    .cs-logo-main {
        width: 110px;
    }
    .cs-logo-mobile {
        width: 100px;
    }
    .img-box1.about-1 {
        justify-content: center;
        gap: 16px;
        margin-bottom: 35px;
    }
    .about-logo-wrap-2 {
        display: none;
    }
    .counter-card-wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .counter-card-wrap .divider {
        display: none;
    }
    .download-get-in-touch {
        padding: 30px 20px !important;
    }
}

/* ---------------------------------------------
   MOBILE SMARTPHONES (<768px)
   --------------------------------------------- */
@media (max-width: 767px) {
    .img-box1.about-1 {
        flex-wrap: wrap;
        gap: 14px;
    }
    .img-box1.about-1 .about-left,
    .img-box1.about-1 .about-right {
        flex: 1 1 47%;
        text-align: center;
    }
    .img-box1.about-1 .about-left .img-box.small,
    .img-box1.about-1 .about-right .img-box.small,
    .img-box1.about-1 .about-right .img-box.big {
        max-width: 100% !important;
        max-height: 100% !important;
        margin: 0 auto;
    }
    .img-box1.about-1 .about-middle {
        flex: 1 1 100%;
        text-align: center;
        order: -1;
    }
    .img-box1.about-1 .about-middle img {
        max-width: 100% !important;
        max-height: 280px !important;
        object-fit: cover !important;
    }
    .title-area {
        text-align: center !important;
    }
    .about-bottom-wrap {
        justify-content: center;
    }
    .download-3-left {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .cs-logo-main,
    .cs-logo-mobile {
        width: 90px;
    }
    .sec-title {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
    }
    .sub-title {
        font-size: 0.9rem !important;
    }
    .img-box1.about-1 img {
        border-radius: 16px;
    }
    .about-1-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* =============================================
   SERVICES PAGE — Responsive Card Grid & Image Sizing
   ============================================= */

.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card .box-thumb {
    height: 250px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.service-card .box-thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

.service-card .box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .service-card .box-thumb {
        height: 220px;
    }
}

@media (max-width: 575px) {
    .service-card .box-thumb {
        height: 200px;
    }
    .service-card .box-content {
        padding: 20px 16px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -45px;
    }
}

/* =============================================
   GALLERY PAGE — Responsive Image Grid & Uniform Heights
   ============================================= */

.gallery-card2 .gallery-img {
    height: 280px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.gallery-card2 .gallery-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.gallery-card2:hover .gallery-img img {
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .gallery-card2 .gallery-img {
        height: 240px;
    }
}

@media (max-width: 575px) {
    .gallery-card2 .gallery-img {
        height: 200px;
        border-radius: 16px;
    }
    .gallery-card2 .gallery-img img {
        border-radius: 16px;
    }
  /* =============================================
   HOME PAGE (index.php) — Hero Section Styles
   ============================================= */

.th-hero-wrapper.hero-1 {
    position: relative;
    overflow: hidden;
}

.hero-inner.hero-style1 {
    position: relative;
    z-index: 1;
    min-height: 650px;
    background-size: cover !important;
    background-position: center center !important;
    display: flex !important;
    align-items: center !important;
    padding: 180px 0 140px !important;
}

.hero-inner.hero-style1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.55) 60%, rgba(15, 23, 42, 0.25) 100%);
    z-index: 1;
}

.hero-1-content {
    position: relative;
    z-index: 5;
}

.hero-title {
    font-size: 72px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    line-height: 1.15 !important;
    margin-bottom: 25px !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.hero-title .title2.text-theme {
    color: #E5A93C !important;
    display: inline !important;
}

.hero-1-content .btn-group {
    justify-content: flex-start !important;
    margin-bottom: 25px !important;
}

.hero-1-content .trust-content {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

.hero-1-content .trust-content .box-title {
    color: #FFFFFF !important;
    margin: 0 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.hero-1-content .bottom {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.hero-1-content .bottom .review-title {
    color: #FFFFFF !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.hero-1-content .bottom .th-social i {
    color: #E5A93C !important;
    font-size: 14px !important;
    margin-right: 2px !important;
}

@media (max-width: 1399px) {
    }
    .hero-title .title-2 {
        font-size: 38px !important;
    }
    .hero-img-shape-1 {
        right: 3% !important;
    }
}

@media (max-width: 991px) {
    .hero-inner.hero-style1 {
        min-height: 520px;
        padding: 90px 0 !important;
    }
    .hero-inner.hero-style1 .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .hero-title .title-1 {
        font-size: 28px !important;
    }
    .hero-title .title-2 {
        font-size: 34px !important;
    }
    .hero-img-shape-1 {
        display: none !important; /* Hide floating badge on tablet/mobile to prevent overlapping text */
    }
}

@media (max-width: 575px) {
    .hero-inner.hero-style1 {
        min-height: 440px;
        padding: 70px 15px !important;
    }
    .hero-inner.hero-style1 .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hero-title .title-1 {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }
    .hero-title .title-2 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    .hero-1-content {
        margin-top: 10px !important;
    }
    .hero-1-content .btn-group {
        justify-content: flex-start !important;
    }
}

/* About Section Images */
.about-6-img-box img,
.img-box2.about-1 .img1 img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .about-6-img-box img,
    .img-box2.about-1 .img1 img {
        height: 320px !important;
    }
}

@media (max-width: 575px) {
    .about-6-img-box img,
    .img-box2.about-1 .img1 img {
        height: 250px !important;
        border-radius: 14px;
    }
}

/* Panorama / Explore 360 View Section — 10% Size Reduction (Fit Container) */
.explore-cites-sec,
.explore-single-item,
.explore-single-item .main-container,
.explore-single-item .panoramaSlide1,
.explore-single-item .swiper-wrapper,
.explore-single-item .swiper-slide,
.explore-single-item .explore-single-slide,
.explore-single-slide canvas,
.explore-single-slide .panolens-canvas,
.pnlm-container {
    height: 630px !important;
    min-height: 630px !important;
    max-height: 630px !important;
    position: relative !important;
    overflow: hidden !important;
}

.explore-single-slide img {
    width: 100% !important;
    height: 100% !important;
    min-height: 630px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 991px) {
    .explore-cites-sec,
    .explore-single-item,
    .explore-single-item .main-container,
    .explore-single-item .panoramaSlide1,
    .explore-single-item .swiper-wrapper,
    .explore-single-item .swiper-slide,
    .explore-single-item .explore-single-slide,
    .explore-single-slide canvas,
    .explore-single-slide .panolens-canvas,
    .pnlm-container,
    .explore-single-slide img {
        height: 470px !important;
        min-height: 470px !important;
        max-height: 470px !important;
    }
}

@media (max-width: 575px) {
    .explore-cites-sec,
    .explore-single-item,
    .explore-single-item .main-container,
    .explore-single-item .panoramaSlide1,
    .explore-single-item .swiper-wrapper,
    .explore-single-item .swiper-slide,
    .explore-single-item .explore-single-slide,
    .explore-single-slide canvas,
    .explore-single-slide .panolens-canvas,
    .pnlm-container,
    .explore-single-slide img {
        height: 340px !important;
        min-height: 340px !important;
        max-height: 340px !important;
    }
}

/* Popular Workspace Cards */
.popular-list-1 .thumb-wrapper {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.popular-list-1 .thumb-wrapper img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 575px) {
    .popular-list-1 .thumb-wrapper img {
        height: 210px !important;
    }
}

/* =============================================
   TERMS & PRIVACY POLICY PAGE STYLES
   ============================================= */
.terms-content-wrap,
.privacy-content-wrap {
    background: #0F172A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.terms-block .box-title,
.privacy-block .box-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.terms-block .box-text,
.privacy-block .box-text {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.75;
}

.terms-content-wrap .policy-list li,
.privacy-content-wrap .policy-list li,
.terms-content-wrap ul li,
.privacy-content-wrap ul li {
    color: #cbd5e1 !important;
    font-size: 16px !important;
    margin-bottom: 12px !important;
    line-height: 1.7 !important;
}

.terms-content-wrap ul li strong,
.privacy-content-wrap ul li strong {
    color: #ffffff !important;
}

/* =============================================
   CONTACT PAGE FAQ ACCORDION STYLES
   ============================================= */
.faq-area .accordion-card {
    background: #0F172A !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px !important;
    overflow: hidden;
}

.faq-area .accordion-card .accordion-button {
    background: #0F172A !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 22px 30px !important;
    border: none !important;
    box-shadow: none !important;
}

.faq-area .accordion-card .accordion-button:not(.collapsed) {
    color: #D97706 !important;
}

.faq-area .accordion-card .accordion-body {
    background: #0F172A !important;
    padding: 0 30px 24px 30px !important;
    border: none !important;
}

.faq-area .accordion-card .faq-text {
    color: #CBD5E1 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .terms-content-wrap,
    .privacy-content-wrap {
        padding: 24px;
    }
}

/* =============================================
   NAVIGATION ACTIVE LINK HIGHLIGHT STYLES
   ============================================= */
.main-menu > ul > li.active > a,
.main-menu > ul > li > a.active {
    color: var(--theme-color, #FF4D30) !important;
    font-weight: 700 !important;
    position: relative !important;
}

.main-menu > ul > li.active > a::after,
.main-menu > ul > li > a.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: 14px !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background-color: var(--theme-color, #FF4D30) !important;
    border-radius: 3px !important;
    display: block !important;
}

/* Mobile Menu Active Highlight */
.th-mobile-menu ul li.active > a,
.th-mobile-menu ul li > a.active {
    color: var(--theme-color, #FF4D30) !important;
    font-weight: 700 !important;
}

/* =============================================
   SERVICES PAGINATION STYLES
   ============================================= */
.th-pagination {
    margin-top: 60px !important;
    margin-bottom: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.th-pagination ul {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.th-pagination li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #0F172A !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.th-pagination li a:hover,
.th-pagination li a.active {
    background: var(--theme-color, #FF4D30) !important;
    border-color: var(--theme-color, #FF4D30) !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 15px rgba(255, 77, 48, 0.4) !important;
}

/* =============================================
   WISHLIST NAVBAR & GALLERY STYLES
   ============================================= */
.wishlist-nav-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    margin-right: 12px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.wishlist-nav-btn:hover {
    background: var(--theme-color, #FF4D30) !important;
    border-color: var(--theme-color, #FF4D30) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 77, 48, 0.4) !important;
}

.wishlist-counter-badge {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background: var(--theme-color, #FF4D30) !important;
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #0F172A !important;
}

.gallery-img {
    position: relative !important;
}

.gallery-wishlist-btn {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: rgba(15, 23, 42, 0.80) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #FFFFFF !important;
    font-size: 17px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.gallery-wishlist-btn:hover {
    background: #FFFFFF !important;
    color: #FF4D30 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.gallery-wishlist-btn.active {
    background: #FFFFFF !important;
    color: #E11D48 !important;
    border-color: #E11D48 !important;
    box-shadow: 0 4px 15px rgba(225, 29, 72, 0.5) !important;
}

.gallery-wishlist-btn.active i {
    animation: heartPulse 0.4s ease-in-out !important;
}

@keyframes heartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.35); }
    100% { transform: scale(1); }
}

/* Wishlist Page Remove Button */
.btn-remove-wishlist {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #F87171 !important;
    font-size: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
}

.btn-remove-wishlist:hover {
    background: #EF4444 !important;
    color: #FFFFFF !important;
    border-color: #EF4444 !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4) !important;
}

/* =============================================
   MOBILE RESPONSIVENESS OVERRIDES & HEADER FIXES
   ============================================= */
@media (max-width: 991px) {
    /* Solid Header Navbar Background on Mobile */
    .th-header,
    .menu-area {
        background-color: #0F172A !important;
        position: relative !important;
    }

    .sticky-wrapper.sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
        background-color: #0F172A !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    }

    .menu-area {
        padding: 10px 0 !important;
    }

    .cs-logo-main {
        max-height: 42px !important;
        width: auto !important;
        object-fit: contain !important;
    }

    /* Ensure Breadcrumb title has top padding on Mobile so it doesn't overlap header */
    .breadcumb-wrapper {
        padding-top: 110px !important;
        padding-bottom: 50px !important;
        min-height: auto !important;
    }

    .breadcumb-title {
        font-size: 1.8rem !important;
        line-height: 1.25 !important;
    }

    /* Mobile Menu Toggle button styling */
    .th-menu-toggle {
        width: 42px !important;
        height: 42px !important;
        border-radius: 8px !important;
        background-color: #FF4D30 !important;
        color: #FFFFFF !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 18px !important;
    }

    /* Mobile Wishlist Button styling */
    .wishlist-nav-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
        margin-right: 6px !important;
    }

    /* Counter boxes 2x2 grid on mobile */
    .about-6-counter-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .about-6-counter-wrap .counter-box {
        margin: 0 !important;
        padding: 15px !important;
    }
}

@media (max-width: 575px) {
    .cs-logo-main {
        max-height: 34px !important;
        width: auto !important;
    }

    .breadcumb-wrapper {
        padding-top: 95px !important;
        padding-bottom: 40px !important;
    }

    .breadcumb-title {
        font-size: 1.5rem !important;
    }

    .sec-title {
        font-size: 1.45rem !important;
        line-height: 1.3 !important;
    }

    .sub-title {
        font-size: 0.85rem !important;
    }

    /* 2 column stat grid on extra small mobile screens (320px) */
    .about-6-counter-wrap {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .about-6-counter-wrap .counter-box .box-number {
        font-size: 1.6rem !important;
    }

    .about-6-counter-wrap .counter-box .box-text {
        font-size: 0.78rem !important;
    }
}

/* =============================================
   INNER PAGES (NON-HOME) MOBILE HEADER HEIGHT REDUCTION
   ============================================= */
@media (max-width: 991px) {
    /* Hide top bar on mobile for inner pages to save space */
    .inner-page .header-top {
        display: none !important;
    }

    /* Compact Header navbar on inner pages */
    .inner-page .menu-area {
        padding: 6px 0 !important;
    }

    /* Compact Breadcrumb Header Section on Inner Pages */
    .inner-page .breadcumb-wrapper {
        padding-top: 35px !important;
        padding-bottom: 25px !important;
        min-height: auto !important;
    }

    .inner-page .breadcumb-content {
        margin: 0 !important;
        padding: 0 !important;
    }

    .inner-page .breadcumb-title {
        font-size: 1.35rem !important;
        line-height: 1.2 !important;
        margin-bottom: 6px !important;
    }

    .inner-page .breadcumb-menu {
        margin-top: 2px !important;
        margin-bottom: 0 !important;
    }

    .inner-page .breadcumb-menu li {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }

    /* Compact section top spacing for inner pages on mobile */
    .inner-page section.space,
    .inner-page section.space-top,
    .inner-page div.space {
        padding-top: 35px !important;
    }
}

@media (max-width: 575px) {
    .inner-page .breadcumb-wrapper {
        padding-top: 25px !important;
        padding-bottom: 20px !important;
    }

    .inner-page .breadcumb-title {
        font-size: 1.2rem !important;
    }

    .inner-page .breadcumb-menu li {
        font-size: 0.75rem !important;
    }
}

/* =============================================
   CONTACT SUCCESS POPUP MODAL STYLES
   ============================================= */
.cs-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(10, 15, 29, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.cs-modal-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.cs-modal-card {
    background: #0F172A !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 35px rgba(255, 77, 48, 0.25) !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    max-width: 480px !important;
    width: 90% !important;
    text-align: center !important;
    transform: scale(0.8) translateY(20px) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.cs-modal-overlay.active .cs-modal-card {
    transform: scale(1) translateY(0) !important;
}

.cs-modal-icon {
    width: 76px !important;
    height: 76px !important;
    border-radius: 50% !important;
    background: rgba(34, 197, 94, 0.15) !important;
    border: 2px solid #22C55E !important;
    color: #22C55E !important;
    font-size: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    animation: successPulse 1.8s infinite !important;
}

@keyframes successPulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.cs-modal-title {
    color: #FFFFFF !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.cs-modal-text {
    color: #94A3B8 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
}