.service-list .number {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #999999;
    margin-top: -10px
}

.service-list.style3 .box-title {
    margin-top: -10px;
}

.service-list .service-img img {
    width: 500px;
}

.feature-item:nth-child(1) .box-content {
    bottom: unset;
    right: unset;
    top: 60%;
    left: 20%
}

.feature-item:nth-child(2) .box-content {
    right: unset;
    bottom: 13%;
    left: 51%
}

.feature-item .box-content {
    padding: 12px;
    min-width: 239px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 1%;
    right: 25%;
    z-index: 4
}

.feature-item .shape-mockup .dot:after {
    background-color: var(--black-color);
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.feature-item .shape-mockup .dot {
    position: relative;
    color: var(--theme-color);
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: block;
    background-color: var(--black-color);
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.cta-wrapp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.hero-9 .button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    height: 200px;
    position: absolute;
    left: unset;
    right: 0;
    bottom: 0;
    z-index: 9
}

.hero-style9 {
    position: relative;
    padding: 170px 0;
    z-index: 2;
    margin-right: 50px
}

.hero-9 .button-wrap .button-arrow {
    background-color: transparent;
}

.header-layout1.style2 .icon-btn1 {
    background-color: var(--title-color);
    color: var(--white-color)
}

.header-layout1.style2 .icon-btn1:hover {
    background-color: var(--theme-color)
}

.icon-btn1 {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, transparent);
    border: 1px solid #999999;
    border-radius: 50%;
    color: var(--title-color);
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

/* Interactive SVG Map Styles */
#india-map {
    width: 100%;
    max-width: 450px;
    height: auto;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.05));
}

.state-path {
    fill: var(--smoke-color);
    /* Default map color from your theme variables */
    stroke: var(--white-color);
    /* Lines between states */
    stroke-width: 1.5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.state-path:hover,
.state-path.is-active {
    fill: var(--theme-color);
    /* Turns orange (or your theme color) on hover */
    transform: translateY(-2px);
}

.map-pin {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: var(--theme-color);
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    padding: 0;
}

.map-pin:hover,
.map-pin.is-active {
    transform: translate(-50%, -50%) scale(1.4);
    background-color: #222;
}

.service-list .box-title {
    font-weight: 700;
    font-size: 25px;
    color: #999999
}

.service-list-area {
    margin-top: 40px;
}

.service-list .number {
    font-size: 30px;
}

.title-area .sec-title {
    font-size: 35px;
    /* text-transform: capitalize; */
}

@media (min-width: 1400px) and (max-width: 1699px) {
    :root {
        --main-container: 1320px;
    }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    transition: max-width 0.3s ease-in-out;
}

.footer-layout3 {
    background-color: var(--smoke-color3);
    color: var(--black-color);
}

.footer-layout3 .widget_title,
.footer-layout3 .about-text,
.footer-layout3 .footer-info,
.footer-layout3 .footer-info a,
.footer-layout3 .copyright-text {
    color: var(--title-color) !important;
}

.footer-layout3 .menu li a,
.footer-layout3 .footer-links ul li a {
    color: var(--black-color);
}

.footer-layout3 .menu li a:hover,
.footer-layout3 .footer-links ul li a:hover,
.footer-layout3 .footer-info a:hover {
    color: var(--theme-color) !important;
}

.footer-layout3 .th-social a {
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid var(--th-border-color);
}

.footer-layout3 .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}

.footer-layout3 .border-top {
    border-top: 1px solid var(--th-border-color);
}

.footer-layout3 .th-widget-about.style2 .footer-info i {
    color: var(--black-color);
}

.footer-widget.widget_nav_menu a:before {
    top: -2px;
}

.img-box2_wrapp {
    gap: 0;
}

.img-box2 .img1 {
    margin-left: 0;
    min-width: 0;
}

.service-list-area {
    min-height: 0px;
}

.service-list .service-img img {
    height: 500px;
}

.footer-layout3 .footer-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-layout3 .footer-info i {
    margin-top: -8px;
}

.footer-widget {
    margin-bottom: 0;
}

.widget-area {
    padding-top: 60px;
    padding-bottom: 0;
}

.text-capetalize {
    text-transform: capitalize;
}

.choose-block_img {
    width: 100px;
}

.space-bottom1 {
    padding-bottom: 20px;
}

.space-bottom2 {
    padding-bottom: 60px;
}

.space-top1 {
    padding-top: 60px;
}

.service-img img{
    height: 356px;
    object-fit: cover;
    width: 100%;
}

.service-detail-img img{
    object-fit: cover;
    object-position: top;
}

.space {
    padding: 80px 0;
}

.space-top {
    padding-top: 80px;
}

.space-bottom {
    padding-bottom: 80px;
}

.contact-info-card {
    background-color: rgba(246, 132, 33, 0.08);
    padding: 50px;
    border-radius: 12px;
    border: 1px solid rgba(246, 132, 33, 0.15);
}

.contact-info-card .info-desc {
    color: var(--body-color);
    line-height: 1.6;
}

/* .contact-info-card .border-line {
    border-color: rgba(246, 132, 33, 0.2) !important;
} */

.contact-info-card .info-title {
    color: var(--title-color);
}

.contact-info-card .info-text {
    color: var(--body-color);
    transition: all 0.3s ease;
}

/* Inverted Icon Boxes (White circle, Orange Icon) */
.contact-info-card .icon-box {
    width: 60px;
    height: 60px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
    box-shadow: 0px 8px 20px rgba(246, 132, 33, 0.12);
    /* Soft orange glowing shadow */
}

/* Hover effect on icons (Fills with orange, white icon) */
.contact-info-card .contact-info-item:hover .icon-box {
    background-color: var(--theme-color);
    color: var(--white-color);
    transform: translateY(-3px);
}

.contact-info-card .info-text:hover {
    color: var(--theme-color);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .contact-info-card {
        padding: 30px;
        margin-top: 30px;
    }
}

.contact-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 50%;
    margin-right: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(246, 132, 33, 0.12);
    /* Soft orange glow */
}

.contact-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    transform: translateY(-3px);
}

/* =========================================
   FLOATING WHATSAPP ICON (BOTTOM LEFT)
========================================= */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #f68421;
    /* Official WhatsApp Green */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    z-index: 999;
    /* Keeps it on top of everything */
    box-shadow: 0px 8px 20px rgb(246 132 33 / 35%);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1) translateY(-5px);
    color: #ffffff;
}

/* =========================================
   FLOATING GET A QUOTE BUTTON (MIDDLE RIGHT)
========================================= */
.floating-quote-btn {
    position: fixed;
    right: 0;
    top: 50%;
    /* Flip it 180deg so it reads from bottom to top, just like your screenshot */
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    /* Makes the text flow vertically */

    background-color: var(--title-color);
    /* Dark theme color */
    color: var(--white-color);
    padding: 25px 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;

    /* Because it's rotated 180deg, the bottom right and top right are actually the left corners! */
    border-radius: 0 8px 8px 0;
    z-index: 999;
    transition: all 0.3s ease;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.floating-quote-btn:hover {
    background-color: var(--theme-color);
    /* Turns orange on hover! */
    color: var(--white-color);
    padding-right: 20px;
    /* Gives a cool "sliding out" effect when hovered */
}

/* =========================================
   MOBILE RESPONSIVENESS
========================================= */
@media (max-width: 768px) {

    /* Make WhatsApp slightly smaller on phones */
    .floating-whatsapp {
        bottom: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    /* Make Quote button slightly smaller on phones */
    .floating-quote-btn {
        padding: 20px 10px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

/* =========================================
   FLOATING BUTTONS CONTAINER (LEFT SIDE)
========================================= */
.floating-buttons-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    /* Moved to the left side */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Aligns both buttons evenly to their left edge */
    gap: 15px;
    z-index: 999;
}

/* Base styles for hover animations */
.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0px 12px 25px rgba(246, 132, 33, 0.3);
}

/* =========================================
   WHATSAPP CIRCLE BUTTON
========================================= */
.whatsapp-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 36px;
}

.whatsapp-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

/* =========================================
   INQUIRY PILL BUTTON
========================================= */
.quote-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 25px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
}

.quote-btn:hover {
    background-color: var(--title-color);
    color: var(--theme-color);
}

/* =========================================
   MOBILE RESPONSIVENESS
========================================= */
@media (max-width: 768px) {
    .floating-buttons-container {
        bottom: 20px;
        left: 20px;
        /* Moved to the left side for mobile too */
        gap: 10px;
    }

    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .quote-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

/* =========================================
   INQUIRY POPUP STYLING
========================================= */
.popup-form-block {
    background: var(--white-color);
    padding: 40px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    /* Centers the popup */
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}

/* Style the close (X) button provided by the Magnific Popup plugin */
.popup-form-block .mfp-close {
    top: 10px;
    right: 10px;
    color: var(--title-color) !important;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
}

.popup-form-block .mfp-close:hover {
    background: var(--theme-color);
    color: var(--white-color) !important;
}

/* Mobile adjustments for popup */
@media (max-width: 768px) {
    .popup-form-block {
        padding: 30px 20px;
        margin: 20px;
    }
}

/* --- Remove vertical scrollbar from Magnific Popup --- */
.mfp-wrap {
    overflow-y: hidden !important;
}

/* Ensure the popup container itself also doesn't force a scroll */
.popup-form-block {
    overflow-y: hidden !important;
}

/* --- 1. Force equal padding so the form centers perfectly --- */
.popup-form-block {
    padding: 40px !important;
    position: relative;
}

/* --- 2. Pull the close button out of the layout so it takes NO space --- */
.popup-form-block .mfp-close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.05) !important;
    color: var(--title-color) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

.popup-form-block .mfp-close:hover {
    background: var(--theme-color) !important;
    color: var(--white-color) !important;
}

.image-radius {
    border-radius: 4.5px !important;
}

.testi-grid2 .box-text {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #02000F;
    margin-bottom: 25px
}

.team-box .box-title {
    font-size: 20px;
}

.process-item .box-text {
    font-size: 16px;
}

.breadcumb-wrapper {
    padding: 150px 0;
}

.team-box .box-img img {
    height: 400px;
    object-position: top;
}

/* 1. Make the main wrapper relative so we can position the text inside it */
.team-box.style2 {
    position: relative;
    overflow: hidden;
    /* Adjust this to match your image-radius */
}

/* 2. Your dark overlay (I uncommented the background so the white text will be readable!) */
.team-box .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2, 0, 15, 0.6);
    /* 60% black overlay */
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

/* 3. Position the Name, hide it by default, and push it down slightly */
.team-box.style2 .box-title {
    position: absolute;
    bottom: 50px;
    /* Distance from the bottom of the card */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    /* Places the text ON TOP of the dark overlay */
    margin: 0;

    /* Hidden state */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    /* Pushes it down so it can slide up later */
    transition: all 0.4s ease-in-out;
}

/* Make sure the text is white so it contrasts with the dark overlay */
.team-box.style2 .box-title a {
    color: var(--white-color, #ffffff);
}

/* 4. THE HOVER EFFECTS */

/* Fade in the dark overlay */
.team-box.style2:hover .box-img:before {
    opacity: 1;
    visibility: visible;
}

/* Slide up and fade in the name */
.team-box.style2:hover .box-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* Slides it back to its original position */
}

.about-director h3 {
    font-size: 25px;
}

.service-box .icon-btn {
    line-height: 70px;
}

.counter-card_text {
    font-size: 20px;
}

.service-box .box-title,
.price-box h4,
.project-detail h3 {
    font-size: 30px;
}

.hospitality-cta {
    background-image: linear-gradient(rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.7)), url('../img/new-home/future.jpg');
    background-size: cover;
    background-position: center;
}

.service-box:hover .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.project-detail-img {
    height: 280px !important;
}

.about-area3 {
    padding: 40px 40px;
}

.gap-80 {
    row-gap: 60px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.header-layout1 .main-menu>ul>li>a {
    padding: 25px 0;
}

.header-layout1 .sticky-wrapper.sticky .main-menu>ul>li>a {
    padding: 24px 0;
}

.header-layout1 .header-button .th-btn {
    padding: 10px 30px;
}

.process-item-area .box-content .process-icon {
    display: flex;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.process-item-area .box-content .process-icon1 {
    display: flex;
    width: 50px;
    height: 50px;
    object-fit: contain;
}


/* =========================================
   PROCESS LIST (PILL TAGS STYLE)
   ========================================= */
.box-content ul.process-tags {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end; /* This pushes the tags to the right */
}

.box-content ul.process-tags li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    /* Very subtle transparent background */
    border: 1px solid var(--theme-color);
    /* Matches your orange/brand theme */
    color: var(--text-color);
    /* Assuming your text box is dark, change to var(--title-color) if white */
    padding: 4px 14px;
    border-radius: 50px;
    /* Gives it the rounded pill shape */
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Optional hover effect for the tags */
.box-content ul.process-tags li:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.header-logo {
    padding-bottom: 10px;
    padding-top: 10px;
}

.about-img {
    height: 600px !important;
}

.margin-bottom1 {
    margin-bottom: 100px !important;
}

.service-box .box-title {
    font-size: 25px;
}

/* =========================================
   PURE CSS MASONRY LAYOUT
   ========================================= */

/* The Grid Container */
.testi-masonry-grid {
    column-count: 1;
    /* Mobile default: 1 column */
    column-gap: 24px;
    /* Space between columns */
    width: 100%;
}

/* Tablet: 2 Columns */
@media (min-width: 768px) {
    .testi-masonry-grid {
        column-count: 2;
    }
}

/* Desktop: 3 Columns */
@media (min-width: 992px) {
    .testi-masonry-grid {
        column-count: 3;
    }
}

/* The Individual Items */
.testi-masonry-item {
    break-inside: avoid;
    /* Prevents a card from being cut in half across columns */
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 24px;
    /* Vertical space between stacked cards */
    display: inline-block;
    width: 100%;
}

/* IMPORTANT TWEAK FOR YOUR PREVIOUS CSS: 
   If you have 'height: 100%' on .testi-card-modern from the last step, 
   you MUST remove it so the cards can adopt their natural, varied heights!
*/
.testi-card-modern {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 4.5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    height: auto !important;
    /* Forces natural height for masonry */
}

.author-name {
    font-size: 25px;
}

.service-benefit-card .icon-box i {
    font-size: 20px;
}

/* =========================================
   POPUP FORM SCROLL BAR (VERTICAL SCROLL)
   ========================================= */
#inquiry-popup {
    max-height: 85vh !important;
    /* Prevents the box from exceeding 85% of the screen height */
    overflow-y: auto !important;
    /* Enables the vertical scrollbar */
    overflow-x: hidden !important;
    /* Prevents accidental horizontal scrolling */

    /* Adds a little padding so the text doesn't touch the scrollbar */
    padding-right: 20px !important;
}

/* Premium Scrollbar Styling for Webkit (Chrome, Safari, Edge) */
#inquiry-popup::-webkit-scrollbar {
    width: 6px;
}

#inquiry-popup::-webkit-scrollbar-track {
    background: var(--smoke-color);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#inquiry-popup::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    /* Your Brand Orange */
    border-radius: 10px;
}

#inquiry-popup::-webkit-scrollbar-thumb:hover {
    background: var(--title-color);
    /* Turns dark on hover */
}

.form-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.form-btn1:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.form-btn {
    /* background-color: var(--theme-color); */
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: var(--body-font);
    border: none;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 16px 28px;
    border-radius: 48px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    gap: 8px;
}

.form-btn1 {
    background-color: var(--theme-color);
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: var(--body-font);
    border: none;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 16px 28px;
    border-radius: 48px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    gap: 8px;
}

/* =========================================
   PROJECT PORTFOLIO GRID
   ========================================= */

.project-card-premium {
    background-color: var(--white-color);
    border-radius: 4.5px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-card-premium:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.project-card-premium .project-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.project-card-premium .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.project-card-premium:hover .project-img img {
    transform: scale(1.08);
    /* Smooth zoom effect on hover */
}

.project-card-premium .project-content {
    padding: 30px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.project-card-premium .project-category {
    font-size: 13px;
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.project-card-premium .project-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.project-card-premium .project-title a {
    color: var(--title-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-card-premium .project-title a:hover {
    color: var(--theme-color);
}

.project-card-premium .project-loc {
    font-size: 15px;
    color: var(--body-color);
    margin-bottom: 0;
    margin-top: auto;
    /* Pushes location to the bottom if title is short */
}

/* =========================================
   PURE VISUAL PORTFOLIO GALLERY CSS
   ========================================= */
.portfolio-img-card {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 350px;
}

.portfolio-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-img-card:hover img {
    transform: scale(1.08);
}

.portfolio-img-card .img-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(2, 0, 15, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.portfolio-img-card:hover .img-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-img-card .img-overlay i {
    color: var(--white-color);
    font-size: 24px;
    background: var(--theme-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: scale(0.5);
    transition: transform 0.4s ease;
}

.portfolio-img-card:hover .img-overlay i {
    transform: scale(1);
}

/* =========================================
   CUSTOM LIGHTBOX CSS
   ========================================= */
.k9-lightbox {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 0, 15, 0.95);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.k9-lightbox.show {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.k9-lightbox .lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    object-fit: contain;
}

.k9-lightbox.show .lightbox-content {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 25px;
    right: 40px;
    color: var(--white-color);
    font-size: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.lightbox-close:hover {
    color: var(--theme-color);
    transform: rotate(90deg);
}

.color-main {
    color: var(--theme-color);
}


.about-icon {
    height: 44px !important;
}

/* Container for the video inside the popup */
.video-popup-custom {
    max-width: 300px;
    /* Set your desired width here */
    height: 450px;
    /* Set your desired height here */
    margin: 20px auto;
    background: #000;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

/* Adjustments for smaller screens to ensure responsiveness */
@media (max-width: 768px) {
    .video-popup-custom {
        max-width: 95%;
        height: auto;
        /* Allow height to scale on mobile */
        aspect-ratio: 16 / 9;
        /* Maintains the shape */
    }
}

/* Base flexbox setup to stack items vertically */
.box-content {
    display: flex;
    flex-direction: column;
    /* Stacks the icon above the text */
    justify-content: center;
    gap: 15px;
    /* Space between the icon and the heading */
}

/* Removes default margin from icon */
.box-content .process-icon,
.box-content .process-icon1 {
    margin-bottom: 0 !important;
}

/* Left Alignment */
.box-content.align-left {
    align-items: flex-start;
    /* Aligns the icon to the left */
    text-align: left;
    /* Aligns the text to the left */
}

/* Right Alignment */
.box-content.align-right {
    align-items: flex-end;
    /* Aligns the icon to the right */
    text-align: right;
    /* Aligns the text to the right */
}

/* Remove default margins/padding from the menu lists so they fit better side-by-side */
.footer-wrapper .menu-all-pages-container ul.menu {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-wrapper .menu-all-pages-container ul.menu li {
    margin-bottom: 8px; /* space between list items */
}

/* Ensure icons in the Get In Touch section don't shrink */
.footer-info i {
    flex-shrink: 0;
    color: var(--theme-color); /* Uses your existing orange theme variable */
}

/* Make social icons look a bit cleaner on mobile */
.th-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05); /* subtle background */
    transition: 0.3s ease;
}

.th-social a:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.sidebar-area .icon-box i{
    font-size: 40px;
}

.widget_banner h4{
    font-size: 25px;
}