/**
 * Theme Name: Construction - Ultimate Construction Template
 * Version: 1.0
 * Description: HTML5 Template for Construction and Building Company
 * Author: BlogWP
 * Theme URI: http://www.blogwp.com/construction
 * Author URI: http://www.blogwp.com
 */

@import url("http://fonts.googleapis.com/css?family=Lato:400,400i|Montserrat:300,400,500,600,700&subset=latin");
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Dots&display=swap');
@import "assets/css/animsition.css";
@import "assets/css/animate.css";
@import "includes/rev-slider/css/settings.css";
@import "includes/rev-slider/css/layers.css";
@import "includes/rev-slider/css/navigation.css";
@import "assets/css/bootstrap.css";
@import "assets/css/navbars.css";
:root {
    --brand-color: #1b73bb;
    --dark-color: #000000;
    --light-color: #ffffff;
    --primary: #1a5276;
    --secondary: #f39c12;
    --accent: #2e86c1;
    --light: #f8f9fa;
    --dark: #333;
    --safety-red: #1b73bb;
    --brand-color: #1b73bb;
    --primary: #1a5276;
    --secondary: #f39c12;
    --accent: #2e86c1;
    --light: #f8f9fa;
    --dark: #333;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
    font-family: "DM Sans", sans-serif;
    scroll-padding-top: 150px;
}


/* Preloader */


/* Fullscreen Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
    transition: opacity 0.6s ease;
    text-align: center;
}


/* Typing Text */

#typing-text {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid #000;
    width: 0ch;
    animation: typing 4s steps(50) forwards, blinkCursor .7s infinite;
}

@keyframes typing {
    from {
        width: 0ch;
    }
    to {
        width: 60ch;
    }
}

@keyframes blinkCursor {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: black;
    }
    100% {
        border-color: transparent;
    }
}


/* Center Image */

#preloader img {
    width: 300px;
    margin-bottom: 15px;
    border: none;
}


/* Loading Dots */

.loading-dots span {
    font-size: 100px;
    opacity: 0;
    animation: blink 1.5s infinite;
}

.loading-dots span:nth-child(1) {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.4s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #cdcdcd;
    animation: slideDown 0.6s ease;
}

.header.sticky .navbar {
    width: 100%;
    background: #ffffff;
    animation: slideDown 0.6s ease;
    padding-bottom: 10px;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-brand img {
    max-width: 250px;
    transition: all 0.4s ease-in-out;
}

header.sticky .navbar-brand img {
    width: 180px;
}

.navbar-nav .nav-link {
    color: var(--dark-color);
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 10px 0px 10px !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--brand-color);
}

.nav-top {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: end;
}

.nav-top a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: 0.3s ease;
    text-decoration: none;
    color: #000;
}

.nav-top a.linkedin,
.nav-top a.twitter,
.nav-top a.instagram,
.nav-top a.facebook {
    font-size: 20px;
    width: 38px;
    height: 38px;
}


/* Brand colors */

.nav-top a.linkedin {
    color: #0077B5;
}

.nav-top a.twitter {
    color: #1DA1F2;
}

.nav-top a.instagram {
    color: #E4405F;
}

.nav-top a.facebook {
    color: #1877F2;
}


/* Hover effect */

.nav-top a.linkedin:hover,
.nav-top a.twitter:hover,
.nav-top a.instagram:hover,
.nav-top a.facebook:hover {
    transform: translateY(-4px);
    background: rgba(0, 0, 0, 0.08);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none !important;
}


/* Show only on desktop (tablet & large screens) */

.desktop {
    display: none;
}

@media (min-width: 768px) {
    .desktop {
        display: block !important;
    }
}


/* Show only on mobile (phones only) */

.mobile {
    display: block;
}

@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}

section {
    padding: 60px 0;
}


/* .banner1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75)), url(./assets/Images/construction-site.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 85vh;
    color: #fff;
    display: flex;
    align-items: end;
    padding: 100px 0px 50px;
} */


/* ===============================
   HERO CAROUSEL
================================ */

.hero-carousel {
    position: relative;
    overflow: hidden;
}

.hero-carousel .carousel-item {
    height: 100vh;
}

.hero-carousel img {
    height: 100vh;
    object-fit: cover;
    animation: zoomSlow 10s ease-in-out forwards;
}


/* Slow Zoom Animation */

@keyframes zoomSlow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}


/* ===============================
   OVERLAY CONTENT
================================ */

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    display: flex;
    align-items: end;
    z-index: 2;
}

.overlay-content {
    max-width: 850px;
    color: #fff;
    padding-bottom: 100px;
    display: none;
}

.overlay-content h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--dark-color);
}

.overlay-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #eaeaea;
}

.overlay-content .slogan {
    margin-bottom: 25px;
    font-size: 20px;
    color: var(--accent);
    font-weight: 600;
}


/* ===============================
   BUTTON
================================ */

.overlay-content .btn-primary {
    background-color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    transition: all 0.4s ease;
    color: #000;
}

.overlay-content .btn-primary:hover {
    background-color: #aa6326;
    transform: translateY(-2px);
}


/* ===============================
   CONTROLS
================================ */

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    z-index: 999;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* filter: brightness(0) invert(1); */
    color: #000000;
    border: 2px solid #1a73bb !important;
    border-radius: 50%;
    padding: 9px !important;
    background-color: #000;
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
    .hero-carousel .carousel-item,
    .hero-carousel img {
        height: 85vh;
    }
    .overlay-content {
        padding: 0 15px;
    }
}

.banner1 h1 {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 5px;
    color: var(--brand-color) !important;
}

.banner1 p {
    font-size: 18px;
    margin-bottom: 5px;
}

.banner1 h5 {
    margin-bottom: 0px;
    font-size: 20px;
    color: var(--brand-color) !important;
}

.banner1 a {
    background-color: #ffffff;
    border-radius: 50px;
    color: #1a73bb;
    cursor: pointer;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    margin-top: 30px;
    text-decoration: none;
}


/* From Uiverse.io by adamgiebl */

.more-btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--brand-color);
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid var(--brand-color);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 var(--brand-color);
}

.more-btn:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 var(--brand-color);
}

.more-btn:active {
    transform: scale(0.9);
}

.counter-section {
    padding-top: 70px;
}

.count-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.count-card {
    position: relative;
    width: 240px;
    padding: 40px 25px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform .4s ease;
}

.count-card:hover {
    transform: translateY(-8px);
}


/* top-left icon */

.top-left-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 26px;
    color: #1e76bb;
    /* construction yellow */
}


/* bottom-right shape */

.bottom-right-corner {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 90px;
    height: 90px;
    background: var(--brand-color);
    opacity: 0.1;
    transform: rotate(45deg);
    border-radius: 8px;
}

.count-card h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.count-card h2 span {
    color: #000;
    font-size: 40px;
}

.count-card p {
    margin-top: 6px;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

#toTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: var(--brand-color);
    /* Construction orange */
    border: none;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    z-index: 999;
}

#toTopBtn img {
    width: 50px;
    filter: invert(1);
    /* white icon */
}

#toTopBtn:hover img {
    filter: grayscale(0%);
}

#toTopBtn:hover {
    background: #ccc;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}


/* -------------------------------
   PARENT: Construction Section
--------------------------------*/

.ssvc-construction-types {
    padding: 0 0 60px 0;
}


/* -------------------------------
   LEFT SIDE – IMAGE BOX
--------------------------------*/

.ssvc-construction-types .creative-image-box {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.ssvc-construction-types .creative-image-box img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: 0.5s ease;
}

.ssvc-construction-types .creative-image-box:hover img {
    transform: scale(1.08);
}

.ssvc-construction-types .creative-image-box .tag-label {
    position: absolute;
    top: 20px;
    left: -32px;
    background: #0d6efd;
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    transform: rotate(-90deg);
    letter-spacing: 1px;
    border-radius: 8px;
    font-size: 0.85rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.ssvc-construction-types .creative-image-box .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
    pointer-events: none;
}


/* -------------------------------
   RIGHT SIDE – TWO COLUMN LINKS
--------------------------------*/

.ssvc-construction-types .two-col-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 25px;
}


/* Link Items */

.ssvc-construction-types .two-col-links .link-item {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b2e59;
    text-decoration: none;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 6px 0;
    transition: 0.3s ease;
    position: relative;
}

.ssvc-construction-types .two-col-links .link-item::before {
    position: relative;
    content: url(./assets/Images/list-style.webp);
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: block;
}

.ssvc-construction-types .two-col-links .link-item:hover {
    color: #0d6efd;
    transform: translateX(4px);
}


/* Arrow Animation */

.ssvc-construction-types .two-col-links .link-item i {
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.3s ease;
    position: absolute;
    right: -15px;
    transform: rotate(-45deg);
}

.ssvc-construction-types .two-col-links .link-item:hover i {
    opacity: 1;
    transform: translateX(0);
    padding-left: 10px;
}

.section-title {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -6px;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-title h2 span {
    color: var(--brand-color);
}

.section-title p {
    font-size: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 10px;
}

.services-section {
    padding: 70px 0;
    background: #f8f8f8;
}

.services-para {
    max-width: 750px;
    margin: 0 auto 40px auto;
    text-align: center;
    color: #555;
    font-size: 17px;
    line-height: 1.7;
}

.projects-nav .nav-pills {
    justify-content: center;
    border-bottom: 4px solid #0d6efd;
    width: max-content;
    align-items: center;
    margin: 0 auto;
}


/* .services-para {
    text-align: center;
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 40px;
    color: #555;
} */


/* SECTION */

.main-projects-section {
    /* background: #f4f5f7; */
    padding: 0px 0 80px;
}

.main-projects-section .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.main-projects-section .section-subtitle {
    text-align: center;
    color: #6f6f6f;
    margin-bottom: 55px;
}


/* CARD */

.main-projects-section .project-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
    transition: all .35s ease;
    position: relative;
    /* needed for stretched link */
}

.main-projects-section .project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 45px rgba(0, 0, 0, 0.12);
}

.main-projects-section .project-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform .4s ease;
}

.main-projects-section .project-card:hover .project-image img {
    transform: scale(1.08);
}

.main-projects-section .project-content {
    padding: 22px 20px 26px;
}

.main-projects-section .project-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.main-projects-section .project-text {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 6px;
}


/* small read more text */

.main-projects-section .project-readmore {
    font-size: 12px;
    font-weight: 600;
    color: #f68c3d;
    text-decoration: none;
    padding-left: 10px;
}

.main-projects-section .project-readmore:hover {
    color: #cf6a1e;
    text-decoration: underline;
}


/* Core services */

.core-services {
    background: #f6f6f7;
    padding: 80px 0;
}


/* CARD */

.core-services .service-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #ececec;
    height: 100%;
    transition: .35s ease;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .06);
}

.core-services .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .12);
}


/* IMAGE */

.core-services .service-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.core-services .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.core-services .service-card:hover .service-image img {
    transform: scale(1.06);
}


/* OVERLAY TITLE */

.core-services .service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .55), transparent);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.core-services .overlay-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}


/* CONTENT */

.core-services .service-body {
    padding: 18px 18px 22px;
}

.core-services .service-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.core-services .service-meta {
    font-size: 12px;
    color: #999;
}


/* RESPONSIVE */

@media (max-width:575px) {
    .core-services {
        padding: 60px 0;
    }
    .core-services .section-title {
        font-size: 26px;
    }
    .core-services .service-image {
        height: 160px;
    }
}


/* Core services */

.projects-tabs {}

#panel-future .project-card {
    border: 1px solid #000 !important;
}

.projects-nav .nav-link {
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}


/* Card anchor fills column */

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
    display: block;
    height: 220px;
    text-decoration: none;
    color: inherit;
    background: #e9e9e9;
    transition: transform .28s ease, box-shadow .28s ease;
}


/* Slight lift on focus/hover */

.project-card:focus,
.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    z-index: 2;
}


/* Image fully covers card */

.project-card .card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.project-card:hover .card-img {
    transform: scale(1.06);
}


/* Overlay hidden by default */

.project-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem;
    /* start fully transparent */
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .32s ease, transform .32s ease, background .25s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.60) 100%), #636363;
    color: #fff;
    pointer-events: none;
    /* prevent tabbing into hidden content */
}


/* Show overlay on hover / focus (keyboard accessible) */

.project-card:hover .project-overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


/* Title styling */

.project-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem;
}


/* CTA styling */

.project-cta {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255, 255, 255, 0.12);
    padding: .35rem .6rem;
    border-radius: .4rem;
    font-size: .92rem;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}


/* Accessibility focus outline */

.project-card:focus {
    outline: none;
    outline-offset: 3px;
}


/* ---------- Modal Animation ---------- */


/* ORIGINAL perspectiveDownIn from Animate.css */

.modal.fade .modal-dialog {
    transform: perspective(1000px) rotateX(-90deg);
    transition: all 0.5s ease-in-out;
    transform-origin: top center;
    opacity: 0;
}

.modal.fade.show .modal-dialog {
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
}


/* ---------- Modal Style ---------- */

.project-modal .modal-content {
    border-radius: 12px;
    padding: 10px 20px;
}

.modal-content {
    min-height: 80vh;
}

.main-gallery .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main-gallery .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
}

.main-gallery .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

.main-gallery .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .main-gallery .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
}


/* Left side content */

.modal-left p {
    line-height: 1.7;
    color: #444;
}


/* Gallery */

.gallery-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.gallery-img {
    width: 31%;
    border-radius: 8px;
    transition: transform 0.3s;
}

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


/* Right Sticky Box */

.project-details {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    position: sticky;
    top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.project-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-details li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.faq-section {
    background-image: url(./assets/Images/Architects.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.vtp-faq-section {
    border-radius: 16px;
}

.vtp-faq-title {
    font-size: 24px;
    margin: 0 0 8px;
    color: #0f172a;
    text-align: start;
}

.vtp-faq-subtitle {
    margin: 0 0 18px;
    font-size: 14px;
    color: #6b7280;
    max-width: 620px;
}

.vtp-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vtp-faq-item {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    overflow: hidden;
}

.vtp-faq-question {
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    color: #111827;
}

.vtp-faq-question span:first-child {
    flex: 1;
}

.vtp-faq-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    flex-shrink: 0;
}

.vtp-faq-item.active .vtp-faq-toggle {
    background: #25377f;
    color: #ffffff;
    border-color: #25377f;
}

.vtp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, padding 0.25s ease;
    padding: 0 16px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.vtp-faq-item.active .vtp-faq-answer {
    padding: 10px 16px 12px;
    max-height: max-content !important;
    text-align: start !important;
}

.vtp-faq-answer p {
    margin: 0;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    max-width: 90%;
}

.ssvc-blogs {
    position: relative;
}

.ssvc-blogs .blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.ssvc-blogs .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.ssvc-blogs .blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

.ssvc-blogs .blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.ssvc-blogs .blog-content {
    padding: 20px;
}

.ssvc-blogs .blog-content h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ssvc-blogs .blog-content p {
    font-size: 0.92rem;
    color: #6c757d;
    margin-bottom: 14px;
}

.read-btn {
    font-weight: 600;
    text-decoration: none;
    color: #0d6efd;
    transition: 0.3s;
}

.read-btn i {
    margin-left: 6px;
    transition: 0.3s;
}

.read-btn:hover i {
    transform: translateX(5px);
}

.footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 60px 0 0;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #f7931e, var(--brand-color));
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-brand .logo-placeholder {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.footer-brand h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.footer-brand p {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 1.6;
}

.footer-links h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    color: var(--brand-color);
}

.footer-links h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    border-radius: 2px;
}

.all-footer-links {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.footer-links ul li:hover {
    transform: translateX(5px);
}

.footer-links ul li a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links ul li a:hover {
    color: var(--brand-color);
}

.footer-links ul li a::before {
    content: '→';
    margin-right: 8px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.footer-links ul li a:hover::before {
    opacity: 1;
}

.location-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #ff6b35;
}

.location-item {
    margin-bottom: 20px;
}

.location-item i {
    color: var(--brand-color);
    margin-right: 12px;
    font-size: 18px;
}

.location-item h5 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--brand-color);
}

.location-item p {
    color: #d1d1d1;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
}

.contact-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #f7931e;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item i {
    color: var(--brand-color);
    margin-right: 15px;
    font-size: 20px;
    width: 24px;
}

.contact-item a {
    color: #d1d1d1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: var(--brand-color);
}

.social-links {
    margin-top: 25px;
}

.social-links h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--brand-color);
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    transform: translateY(-3px);
}

.copyright {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
    margin: 0;
    font-size: 14px;
    color: #b8b8b8;
}

.copyright a {
    color: var(--brand-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright a:hover {
    color: #ff6b35;
}

.footer-divider {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 40px 0;
}


/* About page */

.about-page {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.page-banner h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-banner p {
    max-width: 700px;
    margin: 0 auto;
}


/* Section Styles */

.section-content {
    padding: 60px 0;
}

.section-content:nth-child(even) {
    background-color: var(--light);
}


/* Card Styles */

.feature-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    margin-bottom: 30px;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-card .card-body {
    padding: 30px;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 20px;
}


/* Image Styles */

.image-container {
    position: relative;
    display: inline-block;
}

.section-img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.year-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--secondary);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/* Values Section */

.value-item {
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
}

.value-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.quality-statement-section {
    background-color: #fff;
}

.quality-statement-content ul {
    list-style: url(./assets/Images/list-style2.webp);
}


/* .quality-statement-content{
    padding-left: 100px;
} */


/* background-image:url(./assets/Images/quality-statement.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 50vh, 0 100%); 
    background-attachment: fixed; */

.safety-section {
    padding: 60px 0;
    background-color: var(--light);
    .safety-process {
        margin-bottom: 60px;
    }
    .process-step {
        background: white;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 0px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s;
        height: max-content;
    }
    .process-step:hover {
        transform: translateY(-5px);
    }
    .step-icon {
        font-size: 2.5rem;
        color: var(--safety-red);
        margin-bottom: 20px;
    }
    .step-title {
        color: var(--primary);
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    .step-content {
        color: var(--dark);
    }
    .safety-visual {
        text-align: center;
        margin-bottom: 50px;
    }
    .safety-flow {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .flow-item {
        background: white;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 15px 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border: 3px solid var(--safety-yellow);
        position: relative;
    }
    .flow-item i {
        font-size: 2rem;
        color: var(--primary);
        margin-bottom: 10px;
    }
    .flow-item span {
        font-size: 0.9rem;
        font-weight: 600;
        text-align: center;
    }
    .flow-arrow {
        font-size: 1.5rem;
        color: var(--safety-red);
        margin: 0 10px;
    }
    .safety-commitment {
        text-align: center;
        margin-top: 60px;
        padding: 40px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        border-top: 5px solid var(--safety-red);
    }
    .commitment-text {
        font-size: 1.3rem;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 20px;
    }
    .safety-officer {
        font-weight: 700;
        color: var(--safety-red);
    }
}


/* SECTION */

.mc-section {
    padding: 60px 0 0;
    background: #ffffff;
}

.mc-section .mc-title {
    text-align: center;
    margin-bottom: 40px;
}

.mc-section .mc-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mc-section .mc-title p {
    color: #666;
}


/* GRID */

.mc-section .mc-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

@media(max-width: 991px) {
    .mc-section .mc-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .mc-section .mc-row {
        grid-template-columns: 1fr;
    }
}


/* CARD */

.mc-section .mc-row .mc-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.mc-section .mc-row .mc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}


/* IMAGE WRAPPER */

.mc-section .mc-row .mc-card .mc-avatar {
    width: 140px;
    height: 160px;
    margin: 0 auto 0px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}


/* GRADIENT HOVER BORDER */

.mc-section .mc-row .mc-card .mc-avatar::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 22px;
    /* background: linear-gradient(135deg, #0d6efd, #6610f2, #20c997); */
    z-index: -1;
    opacity: 0;
    transition: 0.35s ease;
}

.mc-section .mc-row .mc-card:hover .mc-avatar::before {
    opacity: 1;
    filter: blur(3px);
}


/* IMAGE */

.mc-section .mc-row .mc-card .mc-avatar img {
    width: 100%;
}


/* ROLE */

.mc-section .mc-row .mc-card .mc-role {
    background: #eaf1ff;
    padding: 6px 14px;
    display: inline-block;
    border-radius: 40px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 10px;
    font-size: 14px;
}


/* NAME */

.mc-section .mc-row .mc-card .mc-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}


/* BIO */

.mc-section .mc-row .mc-card .mc-bio {
    font-size: 14px;
    color: #555;
    margin-bottom: 18px;
    line-height: 22px;
}


/* SOCIAL ICONS */

.mc-section .mc-row .mc-card .mc-actions a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #f1f4ff;
    color: #0d6efd;
    font-size: 18px;
    margin: 0 4px;
    transition: 0.25s;
    text-decoration: none;
}

.mc-section .mc-row .mc-card .mc-actions a:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateY(-5px);
}


/* Construction Page */

.construction-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/Images/Construction/All-constructions.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.constructions-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.constructions-card-details {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 300px;
    transition: transform 0.3s ease;
}

.constructions-card-details:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.constructions-card-details .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.constructions-card-details:hover .img-fluid {
    transform: scale(1.1);
}

.constructions-card-details>h5 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    transition: opacity 0.3s ease;
}

.constructions-card-details:hover>h5 {
    opacity: 0;
}

.constructions-card-details .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--brand-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.constructions-card-details:hover .overlay {
    opacity: 1;
}

.constructions-card-details .overlay h5 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: none;
    text-align: center;
}

.constructions-card-details .overlay p {
    color: white;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.constructions-card-details .overlay a {
    color: white;
    text-decoration: none;
    border: 2px solid white;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: none;
}

.constructions-card-details .overlay a:hover {
    background: white;
    color: var(--brand-color);
}

.constructions-section .section-title {
    text-align: start;
}

.category-divider {
    border-top: 3px solid var(--brand-color);
    width: 80px;
    margin: 40px auto;
    display: none;
}


/* Services Page */

.property-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/Images/Services/services-banner.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}


/* projects Page */

.projects-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/Images/Projects/onsite-working.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}


/* FAQ Page */

.faq-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/Images/Faq/construction-image.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}


/* Clients page */

.clients-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/Images/Clients/clients-shake-hand.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}


/* blogs page */

.blogs-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/Images/Blogs/civil-site-maps.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}


/* Contact Page */

.contact-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/Images/Contact/COntact-of-ssvc.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-links {
        margin-bottom: 20px;
    }
    .all-footer-links {
        display: flex;
        gap: 0px;
        justify-content: space-between;
        flex-direction: column;
    }
    .location-section,
    .contact-section {
        margin-bottom: 20px;
    }
}


/* Small devices */

@media (max-width: 600px) {
    .vtp-faq-section {
        padding: 20px 15px;
    }
    .vtp-faq-title {
        font-size: 20px;
    }
}


/* Responsive */

@media (max-width: 767px) {
    .vt-water-item {
        padding: 24px 18px 24px 30px;
    }
    .vt-water-item::before {
        font-size: 55px;
        right: 14px;
    }
}


/* Responsive */

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}


/* Responsive heights */

@media (min-width: 992px) {
    .project-card {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .project-card {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .flow-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    .safety-flow {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-banner h1 {
        font-size: 2.2rem;
    }
    .page-banner {
        padding: 70px 0;
    }
    .section-content {
        padding: 0px 0 40px;
    }
}

@media (max-width: 768px) {
    .constructions-card-details {
        height: 250px;
    }
    .section-title h2 {
        font-size: 2rem;
    }
}

@media(max-width: 768px) {
    .count-card {
        width: 45%;
    }
}

@media(max-width: 480px) {
    .count-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #preloader {
        padding: 30px;
    }
    html {
        scroll-padding-top: 200px;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .nav-top {
        display: flex;
        gap: 0px;
        align-items: center;
        justify-content: end;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        /* margin: 0 auto; */
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        /* z-index: 1; */
        /* background: #f3f3f3; */
        padding-top: 10px;
    }
    .section-title {
        text-align: center;
        max-width: unset;
        margin-bottom: 30px;
        margin-top: 0;
        padding: 0px 12px;
    }
    .banner1 {
        background-image: unset;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: auto;
        color: #fff;
        display: flex;
        align-items: end;
        padding: 50px 0px 50px;
    }
    .banner1 h1 {
        margin: 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 400;
        font-size: 48px;
        margin-bottom: 5px;
    }
    .banner1 p {
        margin-bottom: 25px;
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }
    .projects-nav .nav-link {
        border-radius: 10px 10px 0 0;
        font-weight: 600;
        font-size: 13px;
        padding: 8px 7px;
    }
    .nav-link:focus-visible {
        outline: 0;
        box-shadow: none !important;
    }
    .about-ssvc-sec-content {
        padding: 12px;
    }
    .counter-section {
        padding-top: 0px;
    }
    .count-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
    }
    .ssvc-construction-types {
        padding: 0 0 60px 0;
        overflow: hidden;
    }
    .ssvc-construction-types .two-col-links {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .ssvc-construction-types .two-col-links .link-item {
        font-size: 0.9rem;
    }
    .ssvc-construction-types .two-col-links .link-item i {
        opacity: 1;
        right: 0;
        transform: rotate(0deg);
        position: relative;
        left: 75px;
    }
    .ssvc-construction-types .two-col-links .link-item::after {
        position: relative;
        content: 'Read more';
        margin-right: 0px;
        width: 100px;
        /* height: 20px; */
        display: block;
        font-size: 10px;
    }
    .constructions-section .section-title h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .service-content-text {
        padding: 20px;
    }
    .safety-section {
        padding-top: 0 !important;
    }
    .safety-section .process-step {
        margin-bottom: 30px;
    }
    .page-banner h1 {
        margin-bottom: 10px;
    }
    #typing-text {
        display: none !important;
    }
    #preloader .mobile {
        font-size: 20px;
        font-weight: 600;
    }
    .mc-section {
        padding: 60px 0 60px;
        background: #ffffff;
    }
    .navbar-brand img {
        max-width: 215px;
        transition: all 0.4s ease-in-out;
    }
}