/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */

/* playfair-font-link */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* playfair-font-link */

/* signature-font-link */
@import url('https://fonts.googleapis.com/css2?family=Smooch&display=swap');
/* signature-font-link */


:root {
    --primary-color: #d4191b;
    --deep-black: #000;
    --secondry-color: #152a38;
    --color-black: #1a1414;
    --color-white: #fff;
    --sec-bg: #f5f1ee;
    --theme-color: #f5f1ee;
    --footer-color: #071739;
    --white-bg: #e7effc;
    --dark-bg: #0a0a0a;
    --light-black: #666;
    --text-gold: #c49b66;
    --light-white: #F7F7F7;
    --bg-white: #f2f2f2;
    --primary-font: "Poppins", sans-serif;
    --secondry-font: "Playfair", serif;
    --other-font: "DM Sans", sans-serif;
}

html {
    font-size: 62.5%;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

h1,
h2,
h3,
h4 {
    font-family: var(--secondry-font);
}

.img-coverr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptb {
    padding: 6rem 0;
}

.sec-pt {
    padding-top: 6rem;
}

.sec-pb {
    padding-bottom: 6rem;
}


p {
    font-size: 1.5rem;
    /* line-height: 2.4rem; */
    letter-spacing: 0.02rem;
}


/* header-start */

header.main-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(18, 18, 18, 0.50) !important;
    padding: 1.5rem 0;
    backdrop-filter: blur(60px) !important;
}


i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}

.hdr-logo img {
    width: 22rem;
}

/* .navbar-nav .nav-item .nav-link.active {
    text-decoration: underline !important;
    text-underline-offset: 8px;
    text-decoration-color: var(--primary-color) !important;
    text-decoration-thickness: 2px !important;
} */

.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000000e8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #ff000080;
}


li.nav-item .nav-link:hover {
    color: var(--text-gold) !important;
}

.btn-appointment:active {
    color: var(--color-white) !important;
}

.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}

.social-icons a {
    margin-left: 15px;
}

.main-header .nav-link {
    color: var(--color-white) !important;
    padding: 0 1.5rem !important;
}


.btn-appointment {
    background: var(--primary-color);
    border: none;
    color: var(--color-white);
    padding: 1.2rem 2.6rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.7rem;
}

.call-text small {
    color: var(--primary-color);
}

.call-text strong {
    color: var(--primary-color);
}

.contact-box {
    /* border-color: var(--primary-color) !important; */
    border: none !important;
}

.icon-call i {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
}

.btn-appointment:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

li.nav-item .nav-link {
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.5rem;
    font-weight: 600;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}


.main-hdr-area {
    align-items: center;
}

.navbar-nav {
    gap: 1rem;
}

.hdr-rt {
    gap: 1.5rem;
}


.heder_social_icon ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.heder_social_icon ul li {
    list-style: none;
}


.heder_social_icon ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--primary-color);
    font-size: 1.4rem;
    transition: all 0.3s ease;
    position: relative;
}


.heder_social_icon ul li a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}


.heder_social_icon ul li a .phone_txt {
    margin-left: 8px;
    font-size: 1.7rem;
    font-weight: 500;
}

.heder_social_icon ul li:last-child a {
    width: auto;
    padding: 0 12px;
    border-radius: 30px;
}

.heder_social_icon ul li a i {
    font-size: 1.9rem;
}

.hdr-rt-btn {
    margin-left: 0.5rem;
}

@media (min-width: 992px) and (max-width: 1440px) {

    li.nav-item .nav-link {
        font-size: 1.5rem;
    }
}

@media(max-width: 1199px) {

    .heder_social_icon ul {
        flex-wrap: wrap;
    }

    .heder_social_icon ul li:last-child a {
        width: 100%;
        justify-content: center;
    }

    .heder_social_icon {
        display: none;
    }

    li.nav-item .nav-link {
        font-size: 1.6rem;
        padding: 0 .8rem;
    }

    .hdr-logo img {
        width: 15rem;
    }


    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 270px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
        display: block !important;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 1.5rem 0 1rem !important;
        color: var(--color-black) !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
        margin-left: 0 !important;
    }

    .contact-box {
        display: none !important;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-nav .nav-item .nav-link.active {
        text-decoration: none !important;
    }


}

@media (max-width: 991px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 270px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        /* padding: 3rem 0 1rem !important; */
    }


    .main-header .nav-link {
        color: var(--color-black) !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
    }

    .contact-box {
        display: none !important;
    }

}

@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }
}

/* header-end */

/* bnr-start */

.hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../images/bnr-bg.png');
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    color: var(--color-white);
    padding: 6rem 0;
}



.hero-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 58px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    line-height: 70px;
}

.hero-banner>div {
    padding: 0 7rem;
}

.hero-desc {
    font-size: 1.8rem;
    margin: 3rem 0;
    max-width: 50rem;
    line-height: 1.6;
}

.bnr-btn-grid a.btn-outline-white:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transition: 0.4s linear;
}

.btn-red {
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem 3rem;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    margin-right: 2rem;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    display: inline-block;
}

.btn-red::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transition: all 0.5s ease;
}

.btn-red:hover {
    color: #fff;
    box-shadow: 0 0 15px rgba(227, 6, 19, 0.6);
}

.btn-red:hover::before {
    left: 100%;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 rgba(227, 6, 19, 0.6);
    }

    50% {
        box-shadow: 0 0 15px rgba(227, 6, 19, 0.8);
    }

    100% {
        box-shadow: 0 0 0 rgba(227, 6, 19, 0.6);
    }
}

.btn-red:hover {
    animation: pulseGlow 1.2s infinite;
}


.btn-outline-white {
    border: 1px solid var(--color-white);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem 3rem;
    border-radius: 0;
    text-transform: uppercase;
}

.stat-card {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4rem;
}

.stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-icon {
    font-size: 4rem;
    color: var(--primary-color);
    margin-right: 2.5rem;
}

.stat-text h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.stat-text p {
    font-size: 1.4rem;
    color: #ccc;
    margin: 0;
}

.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 3rem 0;
}

.text-red {
    color: var(--primary-color);
}

/* bnr-end */


/* about-start */

.abt-lt {
    position: relative;
    height: 520px;
}

.abt-lt-main-img {
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;

    clip-path: polygon(10% 0, 100% 0, 85% 100%, 0% 100%);
    overflow: hidden;
}

.abt-lt-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-rt-float-img {
    position: absolute;
    width: 53%;
    height: 55%;
    bottom: -15px;
    right: 48px;
    z-index: 3;
    transform: skewX(-10deg);
    overflow: hidden;
    border: 5px solid var(--color-white);
    background: #000;
}

.abt-rt-float-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(0);
}

.abt-lt::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 57%;
    bottom: -21px;
    right: 48px;
    background: var(--primary-color);
    z-index: 1;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}


.sub-heading {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}




.sec-tle {
    font-size: 45px !important;
    font-weight: 700;
    padding-bottom: 10px;
}

.abt-rt-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.abt-rt-list li i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    background: var(--primary-color);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.abt-rt-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 15px;
    font-size: 15px;
}

.abt-rt-list {
    margin: 1.9rem 0 !important;
}

.abt-rt-list i {
    color: var(--primary-color);
}

.abt-lt::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-lt-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    left: -62%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}


.abt-rating-area ul {
    display: flex;
    gap: 54px;
    margin-top: 25px !important;
    padding: 0;
    list-style: none;
}

.abt-rating-area li {
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 2px solid #14131354;
    padding-left: 22px;
}

.abt-rating-area li:first-child {
    border-left: none;
}

.abt-rating-area i {
    font-size: 28px;
    color: var(--primary-color);
}

.abt-rating-txt p {
    margin: 0;
    font-size: 22px;
    padding-bottom: 5px;
}

.abt-rati-txt {
    font-size: 12px;
}


/* about-end */

/* service-start */

.services-sec {
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.services-main-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-white);
    margin: 0;

}

.services-grid-container {
    margin-top: 40px;
}

.service-card-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* height: 250px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-card-item:hover {
    transform: scale(1.02);
}


.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-image-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.service-card-item:hover .service-image-photo {
    transform: scale(1.05);
    filter: brightness(0.7);
}

.service-overlay-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #000000 0%, #262222 100%);
    display: flex;
    align-items: center;
    gap: 15px;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s ease;
}

.badge-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    flex-shrink: 0;
}

.badge-icon-box.residential-badge {
    background: var(--primary-color);
}

.service-overlay-badge .badge-icon-box {
    background: var(--primary-color);
}

.badge-text-content {
    flex: 1;
}

.badge-title-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-arrow-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.service-card-item:hover .badge-arrow-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}


.service-card-item,
.service-image-photo,
.service-overlay-badge,
.badge-arrow-icon {
    transition: all 0.3s ease;
}







/* service-end */

/* fea-start */

.hf-sec {
    background-color: #0a0a0a;
    color: var(--color-white);
    padding: 60px 20px;
    text-align: center;
    border-top: 2px solid #ffffff47;
}

.hf-tag {
    color: #e31e24;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hf-title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.hf-item {
    padding: 15px;
    transition: transform 0.3s ease;
    border-right: 2px solid #ffffff3b;
}

.col-lg-2:last-child .hf-item {
    border-right: none;
}

.hf-icon {
    color: var(--primary-color);
    font-size: 3.8rem;
    margin-bottom: 20px;
    display: inline-block;
}

.hf-label {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
    line-height: 20px;
    text-transform: uppercase;
}

.hf-desc {
    color: #a0a0a0;
    line-height: 19px;
}

/* fea-end */

/* projects-start */

.rp-tag {
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}


.rp-title {
    /* font-size: 2.2rem; */
    font-weight: 800;
    /* line-height: 1.2; */
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
}

.rp-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}


.rp-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Main Featured Project */
.rp-main {
    position: relative;
    overflow: hidden;
    height: 100%;
    /* min-height: 450px; */
}

.rp-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp-main-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-color: #0a0a0a;
    color: var(--color-white);
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.pro-divi-name {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.rp-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rp-loc {
    font-size: 1.4rem;
    color: #cccccc;
    margin-bottom: 25px;
}

.rp-text {
    /* font-size: 0.9rem; */
    color: #a0a0a0;
    /* line-height: 1.6; */
    margin-bottom: 30px;
}

.rp-link {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rp-link i {
    margin-left: 10px;
    font-size: 1.4rem;
}


.rp-grid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;

}

.rp-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp-grid-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(#0a0a0a7a 40%, rgb(0 0 0));
    color: var(--color-white);
    display: flex;
    flex-direction: column;
}

.rp-grid-cat {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rp-grid-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.rp-grid-loc {
    font-size: 1.5rem;
    color: #cccccc;
}


.rp-btn-wrap {
    text-align: center;
    margin-top: 45px;
}


.rp-btn:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
}



/* projects-end */


/* testi-start */

.testi-sec {
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center;
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
}

.testi-sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0ae8;
    z-index: -1;
}

.testi-slider {
    position: relative;
}

.athr-img img {
    width: 44px !important;
    height: 44px;
    object-fit: cover;
    flex-shrink: 0;
}

.testi-slider .owl-nav {
    position: absolute;
    top: 69%;
    left: -35%;
    display: flex !important;
    gap: 10px;
}


.stars {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.2rem;
    font-size: 17px;
    color: var(--primary-color);
}

.athr-nme {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-white);
    padding-bottom: .5rem;
    margin-bottom: 0;
}

.athr-post {
    font-size: 14px;
    color: #ffffffb8;
}

.testi-pra {
    color: #ffffff94;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--secondry-font);
    padding-bottom: 1.4rem;
}

.testi-athr-con {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.testi-card {
    padding: 3rem;
    border: 1.5px solid #ffffff40;
    border-radius: 1rem;
}

.testi-slider .owl-nav button {
    width: 45px;
    height: 45px;
    border: 1px solid #444 !important;
    background: transparent !important;
    color: var(--color-white) !important;
    font-size: 16px;
    transition: 0.3s;
}

.testi-slider .owl-nav button:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}


.testi-slider .owl-dots {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
}

.testi-card>i {
    font-size: 43px;
    color: var(--primary-color);
    padding-bottom: 11px;
    flex-shrink: 0;
}

.testi-slider .owl-nav button i {
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.testi-slider .owl-dot span {
    width: 8px;
    height: 8px;
    background: #777;
    display: block;
    border-radius: 50%;
    transition: 0.3s;
}

.testi-slider .owl-dot.active span {
    background: var(--primary-color);
    width: 18px;
    border-radius: 10px;
}



/* testi-end */

/* contact-start */

.contact-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
        url('../images/form-bg.jpg') center/cover no-repeat;

}



.lead-text {
    color: #cccccc;
}

.contact-info-list li a i {
    font-size: 1.8rem;

}

.contact-info-list li a {
    color: var(--primary-color);
    display: flex;
    gap: 1rem;
}

.contact-info-list li {
    font-size: 16px;
    letter-spacing: 0.02rem;
    padding-bottom: 12px;
}

.contact-info-list li a {
    color: var(--primary-color);
}

.custom-form-card {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-input {
    background-color: #222222 !important;
    border: 1px solid #333333 !important;
    color: var(--color-white) !important;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 15px;
}


.custom-input::placeholder {
    color: #888888;
}

.custom-input:focus {
    box-shadow: none;
    border-color: var(--primary-color) !important;
}

/* Specific Select Arrow Color */
.form-select.custom-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.request-btn {
    border-radius: 2px;
    letter-spacing: 0.4px;
    transition: 0.3s ease;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}

.request-btn:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

/* contact-end */

/* footer-start */

.footer-sec {
    background-color: #000;
    color: var(--color-white);
}

.footer-sec .ftr-logo img {
    width: 180px;
}

.footer-sec p {
    color: #ccc;
    font-size: 14px;
    padding-top: 1.4rem;
}

.ftr-tle {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.ftr-tle::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    margin-top: 8px;
}

.ftr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr-list li {
    margin-bottom: 10px;
}

.ftr-list li a,
.ftr-list li {
    color: #ccc;
    transition: all 0.3s ease;
    font-size: 15px !important;
}


.ftr-list li a:hover {
    color: var(--primary-color);
}

.ftr-list-2 li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ftr-list-2 i {
    color: var(--primary-color);
    font-size: 16px;
}

.ftr-list-2 li a:hover i {
    color: var(--color-white);
}

.ftr-items ul.ftr-list.ftr-list-2 li {
    margin-bottom: 12px;
}


.ftr-list.ftr-list-2 li a i.fa-brands {
    background-color: var(--primary-color);
    color: var(--color-white);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ftr-list.ftr-list-2 li a:hover i.fa-brands {
    background-color: var(--color-white);
    color: var(--primary-color);
}


.ftr-social {
    display: flex;
    gap: 1rem;
}


.ftr-cpyrt-ara {
    background-color: #111;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #aaa;
    border-top: 1px solid #222;
}

.ftr-cpyrt-ara b,
.ftr-cpyrt-ara a {
    color: var(--primary-color);
    text-decoration: none;
}

.ftr-cpyrt-ara a:hover {
    text-decoration: underline;
}

.ftr-rt {
    position: relative;
    isolation: isolate;
}

.ftr-rt:after {
    content: "";
    position: absolute;
    background-image: url(../images/logo-ftr-float-rt.png);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 190px;
    height: 100%;
    top: 50%;
    right: -193px;
    transform: translateY(-50%);
    opacity: 0.7;
}



/* footer-end */


/* about-pg */

.innr-bnr-text-con-1 {
    max-width: 60%;
}

.inner-bnr-1 {
    height: 70vh;
    background-position: top center;
}

.sub-hding-2 {
    position: relative;
    display: inline-block;
}

.sub-hding-2::after {
    content: "";
    width: 39px;
    height: 2.5px;
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}




/* abt-stor-sec */


.abt-lt-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.abt-lt-img img {
    width: 100%;
    display: block;
}

.stry-img-ovrlay {
    position: absolute;
    top: 0;
    left: 38px;
    background: #000000a6;
    color: var(--color-white);
    padding: 4rem 2rem;
    border-radius: 4px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.stry-img-ovrlay span {
    font-size: 28px;
    font-weight: 700;
    display: block;
    padding-bottom: 1rem;
}

.stry-img-ovrlay p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}


.abt-stry-rt-txt p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}


.abt-fea-area ul {
    margin-top: 3.5rem !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.abt-fea-area ul li {
    flex: 1 1 30%;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #00000052;
    padding-right: 41px;
}

.abt-fea-area ul li:last-child {
    border-right: none;
}

.abt-fea-area ul li i {
    font-size: 38px;
    color: var(--primary-color);
}

.abt-fea-txt {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}


/* abt-stor-sec */

/* cta-sec */

.cta-sec {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    isolation: isolate;
}


.cta-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000d4;
    z-index: -1;
}

.sub-hding-3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-hding-3::before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -60px;
}




.cta-sec h3 {
    font-size: 50px;
    padding: 2rem;
    font-weight: 600;
    line-height: 53px;
}

.cta-txt-con {
    max-width: 70%;
    margin: auto;
}

/* cta-sec */

/* abt-rating-sec */

.stats-sec {
    background: var(--color-white);
}

.stat-box {
    border: 1px solid #eee;
    padding: 30px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
}

.stat-box i {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.stat-box h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--primary-font);
}


.stat-title {
    font-size: 19px;
    font-weight: 600;
}

.stat-desc {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.stat-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}


/* abt-rating-sec */

/* abt-company */

.abt-company {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.abt-com-lt {
    position: relative;
}

.abt-com-lt img {
    border-radius: 6px;
    width: 100%;
}

.abt-com-ovrly {
    position: absolute;
    bottom: 20px;
    left: -33px;
    background: rgba(0, 0, 0, 0.8);
    color: var(--color-white);
    padding: 15px 20px;
    border-radius: 4px;
    border-left: 7px solid var(--primary-color);
}

.abt-com-athr-name {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.abt-com-athr-post {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 15px;
}

.abt-com-athr-post i {
    color: var(--primary-color);
    font-size: 18px;
}



.abt-com-rt p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 10px;
}

.abt-com-sign {
    margin-top: 25px;
}

.sign-name {
    font-size: 26px;
    color: var(--color-black);
    display: block;
    font-family: "Smooch", cursive;
    padding-bottom: 10px;
}

.sign-post {
    display: flex !important;
    flex-direction: column;
    font-size: 17px;
    position: relative !important;
}

.sign-post:after {
    position: absolute;
    content: "";
    bottom: -19px;
    left: 0;
    width: 40px;
    height: 2.5px;
    background: var(--primary-color);
}

/* abt-company */

/* why-chse-us */

.why-us-wrpr {
    padding-top: 3rem;
}

.why-us-crd {
    padding: 3rem;
    background: var(--color-white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    min-height: 227px;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    border: 1px solid #00000029;
    position: relative;
    cursor: pointer;
    transition: 0.4s linear;
}

.why-us-crd:after {
    position: absolute;
    content: "";
    bottom: 19px;
    left: 30px;
    width: 40px;
    height: 2.2px;
    background: var(--primary-color);
}

.why-us-crd i {
    font-size: 30px;
    color: var(--primary-color);
}

.why-us-crd h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.why-us-crd:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: 0.4s linear;
}

/* why-chse-us */

/* giv-back */

.giv-back {
    background: #f5f6fa;
}

.giv-back-rt-lt-img img,
.giv-back-rt-rt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}


/* giv-back */


/* about-pg */

/* serv-pg */

/* serv-abt */

.serv-img-overly {
    top: 0;
    left: 0;
    height: 100%;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0;
    max-width: 172px;
    overflow: hidden;
}

.serv-img-overly span {
    font-size: 62px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serv-img-overly p {
    font-size: 26px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background: #e2e2e2;
    color: var(--secondry-color);
    font-family: var(--secondry-font);
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

/* serv-abt */


/* offer */

.serv-sec {
    background: #f5f6fa;
}

.service-grid-card {
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-grid-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.service-grid-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f0f0f0;
}

.service-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.service-grid-card:hover .service-grid-img {
    transform: scale(1.08);
    filter: brightness(0.75);
}


.service-grid-overlay {
    position: absolute;
    top: 7px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.service-grid-icon-badge {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 26px;
    box-shadow: 0 4px 16px rgba(231, 76, 60, 0.3);
    transition: all 0.3s ease;
}


.service-grid-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.service-grid-title {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: 0.02rem;
    text-transform: capitalize;
}


.service-grid-description {
    color: #666666;
    line-height: 21px;
    margin-bottom: 15px;
    flex: 1;
}


.service-grid-link {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-grid-link i {
    font-size: 1.4rem;
    padding-left: .5rem;
}

.service-grid-link:hover {
    color: var(--primary-color);
    gap: 12px;
}

.service-grid-link i {
    font-size: 11px;
    transition: all 0.3s ease;
}

.service-grid-card:hover .service-grid-link i {
    transform: translateX(3px);
}


/* Smooth Transitions */
.service-grid-card,
.service-grid-img,
.service-grid-overlay,
.service-grid-icon-badge,
.service-grid-link {
    transition: all 0.3s ease;
}


@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-grid-card {
    animation: slideUp 0.6s ease forwards;
    cursor: pointer;
}


/* offer */

/* fea-project  */

.sec-tle-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-tle-2 a:hover {
    gap: 0 !important;
    color: var(--text-gold);
    transition: 0.4s linear;
}



.slider-container {
    margin: 0 auto;
    margin-top: 5rem;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 400px;
    overflow: hidden;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.before-text,
.after-text {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    z-index: 4;
    padding: 10px 20px;
    background-color: #0000009e;
    border-radius: 0.3rem;
    letter-spacing: 2px;
    transition: opacity 0.3s ease-in-out;
    backdrop-filter: blur(10px);
}


.before-text {
    left: 20px;
    top: 20px;
    z-index: 5;
}


.after-text {
    right: 20px;
    bottom: 20px;
    z-index: 3;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 1.6rem;
}


.after-image .after-text {
    visibility: visible;
    z-index: 3;
}

.after-image {
    clip-path: inset(0 50% 0 0);
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0px;
    height: 100%;
    background-color: var(--color-white);
    cursor: pointer;
    z-index: 2;
}

.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    z-index: 1;
}

.slider-line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.slider-container,
.before-image img,
.after-image img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider-handle,
.slider-line {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.serv-project-info .project-title {
    font-size: 27px;
    color: var(--color-black);
    font-weight: 700;
}

.serv-project-info {
    padding: 2rem;
    background: var(--color-white);
    box-shadow: 0 2px 8px rgb(0 0 0 / 21%);
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}

/* fea-project  */

/* why-chse-sec-2  */

.why-chse-us-2-sec {
    background: #f5f6fa;
}

.why-chse-crd-2 {
    padding: 2rem;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    box-shadow: 0 2px 8px rgb(0 0 0 / 21%);
    min-height: 235px;
    border-radius: 1.2rem;
    cursor: pointer;
}

.why-chse-crd-2 i {
    font-size: 30px;
    padding-bottom: .8rem;
    color: var(--primary-color);
}

.why-chse-crd-2 h5 {
    font-size: 25px;
    font-family: var(--secondry-font);
    line-height: 24px;
}

.why-chse-crd-2:hover {
    transform: translateY(-5px);
    transition: 0.4s linear;
}

/* why-chse-sec-2  */

/* work-process  */

.header-line {
    width: 5rem;
    height: 0.3rem;
    background-color: var(--primary-color);
    margin: 0 auto;
}

.process-wrapper {
    margin-top: 4rem;
}

.step-line {
    position: absolute;
    top: 3.5rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #e0e0e0;
    z-index: 1;
}

.process-step {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.process-step .icon-box {
    width: 6rem;
    height: 6rem;
    background-color: var(--primary-color);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 0.5rem solid var(--color-white);
    transition: transform 0.3s ease;
}

.icon-box:hover {
    transform: scale(1.1);
}

.process-step h5 {
    font-size: 2rem;
    margin-top: 1.5rem;
    padding-bottom: .5rem;
}

.process-step p {
    padding: 0 1rem;
}



/* work-process  */

/* cta-2  */

.cta-txt-2 {
    max-width: 100%;
    margin: 0 !important;
}

.cta-txt-2 h3 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 0;
}

.cta-sec-2 {
    height: 400px;
}

.cta-sec-2-list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-sec-2-list li .cta-2-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ff000057;
    padding-right: 3rem;
}

.cta-sec-2-list li:last-child .cta-2-box {
    border-right: none;
}

.cta-sec-2-list li .cta-2-box i {
    color: var(--primary-color);
    font-size: 30px;
}

.cta-sec-2-list li .cta-2-box .cta-nmbr {
    font-size: 29px;
    color: var(--color-white);
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

.cta-sec-2-list li .cta-2-box p {
    color: var(--color-white);
    font-size: 1.8rem;
}

/* cta-2  */

/* serv-pg */


/* porjec-dtls-pg */

/* Project Details Section */


.proje-det-lt {
    background: var(--color-white);
    padding: 3rem;
    border-radius: 1.2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


.projec-heding {
    margin-bottom: 1.5rem;
}

.projec-tle {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pro-det-adrs {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
}


.hding-hr-line {
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    margin-top: 10px;
    border-radius: 10px;
}


.pro-detil-conte {
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.pro-detil-conte h3 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
}

.pro-detil-conte p {
    font-size: 17px;
    line-height: 26px;
}


.pro-dtls-rt {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

.pro-dtls-rt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.2rem;
    transition: transform 0.5s ease;
}

.pro-dtls-rt:hover img {
    transform: scale(1.05);
}

.pro-dtls-rt::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
    border-radius: 1.2rem;
}

/* Responsive */



/* porjec-dtls-pg */

/* testimonial-pg */

section.inner-bnr-2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 44vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    text-align: center;
}


.innr-bnr-2-txt h1 {
    font-size: 36px;
    background: linear-gradient(90deg, #000000, transparent);
    max-width: 40rem;
    text-align: center;
    margin: auto;
    padding: 1rem 0;
    color: var(--color-white);
    font-weight: 600;
}



.testimonial-card {
    background: var(--color-white);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    border: 1px solid #d4191b30;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--primary-color);
}

.quote-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 3rem;
    opacity: 0.4;
}

.rating {
    color: #fbbf24;
    margin-bottom: 20px;
    font-size: 15px;
}

.testimonial-text {
    color: #334155;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 24px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px dashed #0000003d;
    padding-top: 25px;
}


.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user-details h5 {
    margin-bottom: .5rem;
    color: #0f172a;
    font-size: 20px;
}

.user-details p {
    margin: 0;
    color: #64748b;
}


.row-gap {
    row-gap: 30px;
}


/* testimonial-pg */

/* conatact-pg */

/* contact-page */

.f-grp,
.inf-ttl {
    position: relative
}


.cnt-box {
    /* background: var(--primary-color); */
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(15, 14, 14, 0.03);
    border: 1px solid #ff00005c;
}

.cnt-ttl {
    /* color: #1a4d4a; */
    font-weight: 700;
    margin-bottom: 10px
}

.cnt-sub {
    color: #666;
    margin-bottom: 30px
}

.cnt-ttl,
.inf-ttl {
    font-weight: 500 !important;
    font-size: 34px;
    padding-bottom: .5rem;
    color: var(--primary-color) !important;
}


.f-grp {
    margin-bottom: 20px
}

.inf-itm,
.inf-ttl {
    margin-bottom: 42px;
}

.f-grp i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #666;
    font-size: 1.5rem
}

.f-ctrl {
    padding: 12px 15px 12px 45px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 1.6rem
}

.f-ctrl:focus {
    border-color: var(--primary-color);
    box-shadow: none
}


.f-btn:hover {
    background: #143b39;
    color: #fff;
}

.inf-ttl {
    padding-bottom: 10px
}

.inf-ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
}


.inf-itm {
    display: flex;
    align-items: center
}

.inf-icn {
    width: 45px;
    height: 45px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 1.7rem;
    color: var(--primary-color);
}

.inf-txt h6 {
    margin: 0;
    font-size: 17px;
    padding-bottom: .5rem
}

.inf-txt p {
    margin: 0;
    color: #666;
    font-size: 1.5rem;
    line-height: 1.5
}

.inf-img {
    border-radius: 15px;
    width: 100%;
    margin-top: 10px
}

/* contact-page */

/* faq-page */

/* policy_page */
.faq_box h3 {
    color: var(--black);
}

.faq_box .accordion-button {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: .5rem !important;
    overflow: hidden;
}

.faq_box .accordion-item {
    border-color: transparent;
    margin-top: 1rem;
    text-align: left;
}

.faq_box .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--primary-color);
}

.faq_box .accordion-button:not(.collapsed) h4 {
    color: var(--white);
}

.faq_box .accordion-body {
    padding: 1.5rem;
}

.faq_box .accordion-button h4 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: var(--black);
    padding-right: 2rem;
}

.faq-box-1 .accordion-button h4 {
    font-size: 2.2rem;
}

.faq_box .accordion-body p {
    font-size: 1.5rem;
    line-height: 27px;
}

.faq_box .accordion-button:not(.collapsed)::after,
.faq_box .accordion-button::after {
    background-image: none;
    content: "\f067";
    font: normal 14px/1 FontAwesome;
    color: var(--primary-color);
    position: absolute;
    right: 2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.faq_box .accordion-button:not(.collapsed)::after {
    content: "\f068";
    color: var(--white);
}

.faq_box .accordion-button:focus {
    box-shadow: none !important;
    border: 1px solid #ff000070 !important;
}

.faq_box {
    background: var(--white);
    box-shadow: 0 0 4rem 0 rgba(0, 0, 0, .1);
    padding: 3rem 3rem;
    border-radius: .8rem;
    text-align: left;
    position: relative;
}

.faq_box .accordion-body h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

/* faq-end */


/* gallery-start */



.iner_gallery .wrapper {
    --_gap: .5rem;
    --_offset: 10%;
    --_offset-1: calc(var(--_offset) * 1);
    --_offset-2: calc(var(--_offset) * 2);
    --_offset-3: calc(var(--_offset) * 3);
    --_offset-7: calc(var(--_offset) * 7);
    --_offset-8: calc(var(--_offset) * 8);
    --_offset-9: calc(var(--_offset) * 9);
    width: calc(100% - 4rem);
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 var(--_gap);
    pointer-events: none;
    transform-style: preserve-3d;
}

.iner_gallery .wrapper>div {
    position: relative;
    pointer-events: auto;
    aspect-ratio: 1;
    transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
    clip-path: polygon(var(--_clip-path));
    transform: translate3d(0, 0, 0);
}

.iner_gallery .wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iner_gallery .wrapper>div:nth-child(n+4) {
    margin-top: calc(var(--_offset-3) * -1 + var(--_gap));
}

.iner_gallery .wrapper>div:nth-child(1) {
    --_clip-path: 0 0, 100% 0, 100% var(--_offset-9), 0 100%;
}

.iner_gallery .wrapper>div:nth-child(2) {
    --_clip-path: 0 0, 100% 0, 100% var(--_offset-8), 0 var(--_offset-9);
}

.iner_gallery .wrapper>div:nth-child(3) {
    --_clip-path: 0 0, 100% 0, 100% var(--_offset-7), 0 var(--_offset-8);
}

.iner_gallery .wrapper>div:nth-child(4) {
    --_clip-path: 0 var(--_offset-3), 100% var(--_offset-2), 100% var(--_offset-8), 0 var(--_offset-7);
}

.iner_gallery .wrapper>div:nth-child(5) {
    --_clip-path: 0 var(--_offset-2), 100% var(--_offset-1), 100% var(--_offset-9), 0 var(--_offset-8);
}

.iner_gallery .wrapper>div:nth-child(6) {
    --_clip-path: 0 var(--_offset-1), 100% 0%, 100% 100%, 0 var(--_offset-9);
}

.iner_gallery .wrapper>div:nth-child(7) {
    --_clip-path: 0 0%, 100% var(--_offset-1), 100% 100%, 0 100%;
}

.iner_gallery .wrapper>div:nth-child(8) {
    --_clip-path: 0 var(--_offset-1), 100% var(--_offset-2), 100% 100%, 0 100%;
}

.iner_gallery .wrapper>div:nth-child(9) {
    --_clip-path: 0 var(--_offset-2), 100% var(--_offset-3), 100% 100%, 0 100%;
}

.iner_gallery .wrapper>div.inr_galy_box:hover {
    transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
    scale: 1.3;
    --_clip-path: 0 0, 100% 0, 100% 100%, 0 100%;
    z-index: 100;
    opacity: 1;
}

.iner_gallery .wrapper:has(:hover)>div:not(:hover) {
    filter: grayscale(1) blur(3px);
    opacity: .5;
    scale: 0.9;
}

@keyframes zIndexHack {

    0%,
    100% {
        z-index: 100;
    }
}


.iner_gallery code {
    color: var(--clr-secondary);
    border: 1px solid rgba(from var(--primary-color) r g b / .25);
    padding-inline: .25rem;
    border-radius: 5px;
}

.iner_gallery .wrapper>div {
    position: relative;
}

.inr_galy_box {
    position: relative;
    overflow: hidden;
    height: 100%;
}


.portfolio_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}


.portfolio_content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}


.portfolio_content i {
    color: var(--primary-color);
    font-size: 28px;
    border: 2px solid #fff;
    padding: 12px;
    border-radius: 50%;
    transform: scale(0.7);
    transition: 0.3s;
}

.inr_galy_box:hover .portfolio_content {
    opacity: 1;
}

.inr_galy_box:hover .portfolio_content i {
    transform: scale(1);
}

.inr_galy_box:hover img {
    transform: scale(1.1);
}

.iner_gallery .wrapper>div {
    aspect-ratio: 1;
    transition: 0.5s;
    clip-path: polygon(var(--_clip-path));
}




/* gallery-end */




/* responsive */

@media (min-width: 992px) and (max-width: 1440px) {

    /* home-pg */

    .hero-title {
        font-size: 48px;
        line-height: 58px;
        line-height: 60px;
    }

    .hero-desc {
        font-size: 1.6rem;
        margin: 2.5rem 0;
    }

    .stat-icon {
        font-size: 3.5rem;
        margin-right: 2.2rem;
    }

    .stat-text h3 {
        font-size: 2.7rem;
    }

    .btn-red,
    .btn-outline-white {
        font-size: 1.5rem;
        padding: 1.3rem 2.7rem;
    }

    .hero-banner {
        height: 85vh;
        margin-top: 3rem;
    }

    .sec-tle {
        font-size: 40px !important;
    }

    .badge-icon-box,
    .badge-arrow-icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .services-grid-container {
        margin-top: 30px;
    }

    .hf-label {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 18px;
    }

    .rp-title {
        margin-bottom: 15px;
    }

    .pro-divi-name {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .rp-text {
        margin-bottom: 24px;
    }

    .rp-link i {
        margin-left: 6px;
        font-size: 1.2rem;
    }


    .rp-link {
        font-size: 1.3rem;
        letter-spacing: 0.02rem;
    }

    .rp-grid-cat {
        margin-bottom: 0;
    }

    .rp-grid-name,
    .rp-grid-loc {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .testi-slider .owl-nav {
        top: 58%;
    }

    .athr-nme {
        font-size: 1.8rem;
        padding-bottom: 0;
    }

    .abt-lt::before {
        width: 300px;
        height: 300px;
        left: -22%;
    }

    /* ftr-sec */

    .footer-sec .ftr-logo img {
        width: 150px;
    }

    .ftr-rt:after {
        width: 180px;
        top: 80%;
        right: 0;
    }

    /* abt-pg */

    .cta-sec h3 {
        font-size: 40px;
        line-height: 43px;
    }

    .cta-sec {
        height: 370px;

    }

    /* serv-pg */

    .slider-container {
        margin-top: 2rem;
    }

    .serv-project-info {
        min-height: 16rem;
    }

    .why-chse-crd-2 {
        min-height: 262px;
    }

    /* proje-pg */

    .projec-tle {
        font-size: 35px;
    }

    .pro-detil-conte h3 {
        font-size: 28px;
        margin-bottom: .8rem;
    }

    .pro-detil-conte p {
        font-size: 15px;
        line-height: 24px;
    }

    /* faq-pg */

    .faq-box-1 .accordion-body p {
        font-size: 1.5rem;
        line-height: 21px;
    }




}

@media (max-width: 1199px) {
    .abt-lt {
        height: 400px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 45px;
    }

    .hero-desc {
        font-size: 1.4rem;
        margin: 1.7rem 0;
    }

    .btn-red,
    .btn-outline-white {
        font-size: 1.4rem;
        padding: 1.2rem 2.6rem;
        letter-spacing: 0.02rem;
        display: flex;
        align-items: center;
    }

    .bnr-btn-grid {
        padding-top: 1rem;
    }

    .hero-banner {
        height: 78vh;
        margin-top: 5rem;
    }

    .sub-heading {
        font-size: 13px;
        letter-spacing: 0.5rem;
    }

    .sec-tle {
        font-size: 28px !important;
        line-height: 30px;
        padding-top: .5rem;
    }

    p,
    .abt-rt-list li {
        font-size: 1.4rem;
    }

    .abt-rating-txt p {
        margin: 0;
        font-size: 18px;
        padding-bottom: 0;
    }

    .abt-rating-area li {
        padding-left: 10px;
    }

    .abt-lt::before {
        left: -14%;
        top: 18%;
    }

    .badge-icon-box,
    .badge-arrow-icon {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .services-grid-container {
        margin-top: 22px;
    }

    .hf-icon {
        font-size: 3rem;
        margin-bottom: 17px;
    }

    .hf-label {
        font-size: 1.5rem;
        line-height: 18px;
    }

    .ptb {
        padding: 5rem 0;
    }

    .hf-sec {
        padding: 50px 20px;
    }

    .rp-main-content {
        width: 70%;
    }

    .rp-grid-cat {
        font-size: 1.8rem;
    }

    .rp-btn-wrap .rp-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        max-width: 27rem;
    }

    .testi-slider .owl-nav button i {
        font-size: 17px;
    }

    .ftr-rt:after {
        right: 0 !important;
        top: 85%;
        width: 150px;
    }

    .ftr-list li a,
    .ftr-list li,
    .footer-sec p {
        font-size: 1.3rem !important;
    }

    /* abt-pg */

    .abt-fea-area ul li i {
        font-size: 26px;
    }

    .abt-fea-txt {
        font-size: 13px;
    }

    .abt-fea-area ul {
        margin-top: 2.5rem !important;
        gap: 10px;
    }

    .stat-box h3 {
        font-size: 19px;
    }

    .stat-title {
        font-size: 16px;
    }

    .abt-com-lt img {
        border-radius: 6px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .abt-com-lt {
        height: 100%;
    }

    .why-us-crd {
        min-height: 290px;
    }

    .why-us-wrpr {
        padding-top: 2rem;
    }

    .cta-btn {
        display: flex;
        justify-content: center;
    }

    /* serv-pg */

    .serv-project-info,
    .why-chse-crd-2 {
        min-height: auto;
    }

    .cta-sec h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .cta-sec-2-list {
        gap: 1rem;
        flex-wrap: nowrap;
    }

    .cta-sec-2-list li .cta-2-box .cta-nmbr {
        font-size: 23px;
    }

    .cta-sec-2-list li .cta-2-box p {
        font-size: 1.5rem;
    }

    /* proje-pg */

    .projec-tle {
        font-size: 31px;
    }

    .innr-bnr-2-txt h1 {
        font-size: 31px;
        max-width: 34rem;
    }

    .pro-detil-conte h3 {
        font-size: 23px;
        margin-bottom: .5rem;
    }

    .pro-detil-conte p {
        font-size: 13px;
        line-height: 23px;
    }

    /* contact-pg */

    .cnt-ttl,
    .inf-ttl {
        font-size: 30px;
        padding-bottom: 0;
    }

    .f-ctrl {
        font-size: 1.5rem;
    }

}

@media (max-width: 991px) {

    .abt-lt {
        height: 351px;
        margin-bottom: 0;
    }

    .abt-lt-main-img {
        width: 100%;
        clip-path: none;
    }

    .abt-rt-float-img {
        /* width: 60%;
        height: 50%;
        bottom: 0; */
        display: none;
    }

    .abt-lt::after {
        display: none;
    }

    .abt-rating-area ul {
        /* flex-direction: column; */
        gap: 30px;
    }

    .abt-rating-area li {
        padding-left: 16px;
    }

    .abt-rating-area li:first-child {
        padding-left: 0;
    }

    .rp-main img {
        display: none;
    }

    .rp-title {
        margin-bottom: 10px;
    }

    /* serv-sec */

    .services-main-title {
        font-size: 32px;
    }

    .service-card-item {
        height: 220px;
    }

    .service-overlay-badge {
        padding: 12px;
        gap: 12px;
    }

    .badge-icon-box {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .badge-title-text {
        font-size: 11px;
    }

    .badge-arrow-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    /* proj-sec */
    .rp-main-content {
        position: relative;
        width: 100%;
        height: auto;
    }

    .rp-main {
        min-height: auto;
    }

    /* ftr-sec */

    .footer-sec {
        text-align: center;
    }

    .ftr-tle::after {
        margin: 8px auto;
    }

    .ftr-list-2 li a,
    .ftr-social {
        justify-content: center;
    }

    .ftr-rt:after {
        right: 6px !important;
        top: -114px;
        width: 140px;
    }

    /* abt-pg */

    .abt-com-lt,
    .abt-com-rt {
        text-align: center;
    }

    .abt-com-ovrly {
        left: 100px;
        transform: translateX(-50%);
    }

    /* serv-pg */

    .services-grid-section {
        padding: 40px 0;
    }

    .service-grid-image {
        height: 220px;
    }

    .service-grid-content {
        padding: 20px;
    }

    .service-grid-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .service-grid-description {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .service-grid-icon-badge {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    /* proje-det-pg */

    .proje-det-lt {
        padding: 2rem;
    }

    .projec-tle {
        font-size: 26px;
    }

    .pro-dtls-rt {
        height: 300px;
    }

    /* home-pg */

    .hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .btn-red,
    .btn-outline-white {
        font-size: 1.3rem;
        padding: 1rem 2.5rem;
    }

    .stat-card {
        padding: 2rem;
        display: flex;
        margin-top: 3rem;
    }

    .stat-item {
        margin-bottom: 2rem;
    }

    .stat-icon {
        font-size: 3rem;
    }

    .hero-desc {
        margin: 1rem 0;
    }

    .hero-banner {
        height: 72vh;
        margin-top: 6rem;
    }

    .custom-form-card form div div:last-child button {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* abt-pg */

    .bnr-tle-2 {
        font-size: 37px;
        padding: 1rem 0;
    }

    .sign-post:after {
        display: none;
    }

    .why-us-crd {
        min-height: 225px;
    }

    .cta-sec h3 {
        font-size: 35px;
        padding: 15px;
        line-height: 34px;
    }

    .innr-bnr-text-con-1 {
        max-width: 100%;
    }


    .inner-bnr-1 {
        height: 58vh;
        margin-top: 5rem;
    }

    .cta-sec {
        height: 346px;
    }

    /* serv-pg */

    .slider-container {
        margin-top: 15px;
        max-width: 100%;
    }

    .step-line {
        display: none !important;
    }

    .process-wrapper {
        margin-top: 0 !important;
    }

    .cta-sec-2-rt {
        padding-top: 4rem;
    }

    .testi-slider .owl-nav {
        display: none;
    }

    /* glry-pg */

    .iner_gallery .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .iner_gallery .wrapper>div {
        clip-path: none !important;
    }

    .iner_gallery .wrapper {
        gap: 1.5rem;
    }

    .iner_gallery .wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .iner_gallery .wrapper>div {
        clip-path: none !important;
        margin-top: 0 !important;
    }

    /* testi-pg */

    .user-details h5 {
        margin-bottom: 0;
        font-size: 1.8rem;
    }

    .innr-bnr-2-txt h1 {
        font-size: 32px;
        max-width: 34rem;
    }

    /* proje-pg */

    .pro-dtls-rt {
        height: auto;
    }

    /* contac-pg */

    .cnt-ttl {
        margin-bottom: .5rem;
    }





}

@media (max-width: 575px) {

    /* serv-sec */
    .services-sec {
        padding: 30px 0;
    }

    .services-header-block {
        margin-bottom: 18px;
        text-align: center;
    }

    .services-label-text {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .services-main-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .services-grid-container {
        margin-top: 25px;
    }

    .service-card-item {
        height: 180px;
    }

    .service-overlay-badge {
        padding: 8px;
        gap: 8px;
    }

    .badge-icon-box {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .badge-text-content {
        flex: 1;
    }

    .badge-title-text {
        /* font-size: 9px; */
        letter-spacing: 0.2px;
    }

    .badge-arrow-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-4,
    .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .g-3 {
        gap: 0.75rem !important;
    }

    /* serv-pg */

    .services-grid-section {
        padding: 25px 0;
    }

    .service-grid-card {
        border-radius: 6px;
    }

    .service-grid-image {
        height: 180px;
    }

    .service-grid-content {
        padding: 15px;
    }

    .service-grid-title {
        /* font-size: 14px; */
        margin-bottom: 5px;
    }

    .service-grid-description {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .service-grid-link {
        font-size: 13px;
    }

    .service-grid-icon-badge {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-3,
    .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .g-3 {
        gap: 0.75rem !important;
    }

    /* proj-det-pg */

    .proje-det-lt {
        padding: 1.5rem;
    }

    .projec-tle {
        font-size: 22px;
    }

    .pro-detil-conte h3 {
        font-size: 18px;
    }

    .pro-detil-conte p {
        font-size: 14px;
    }

    /* cont-pg */

    .cnt-box {
        padding: 30px
    }

    .inf-txt h6 {
        margin: 0;
        font-size: 15px
    }

    /* home-pg */

    .hero-banner>div {
        padding: 0 3rem;
    }

    .hero-banner {
        height: 80vh;
        margin-top: 5rem;
    }

    .divider {
        margin: .5rem 0;
    }

    .stat-card {
        padding: 1rem;
        display: flex;
        margin-top: 1rem;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .stat-icon {
        font-size: 2rem;
    }

    .stat-text h3 {
        font-size: 2.5rem;
    }

    .hero-title {
        font-size: 22px;
        line-height: 29px;
    }

    .btn-red,
    .btn-outline-white {
        padding: 1rem 2.4rem;
    }

    .abt-rating-area ul {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .ptb {

        padding: 3rem 0;
    }

    .abt-rating-area li {
        padding-left: 0;
        border: none;
    }

    .sec-tle {
        font-size: 26px !important;
        line-height: 28px !important;
        padding-top: .5rem;
    }

    .hf-item {
        padding: 10px;
        border-right: none;
    }

    section.hf-sec div .row {
        margin-top: 1rem !important;
    }

    .pro-divi-name {
        color: var(--primary-color);
        font-size: 19px;
        margin-bottom: 10px;
    }

    .rp-loc {
        margin-bottom: 10px;
    }

    .rp-btn-wrap .rp-btn {
        max-width: 22rem;
    }

    .rp-btn-wrap {
        margin-top: 21px;
    }

    .testi-lt {
        padding-left: 18px;
    }

    .custom-input {
        font-size: 14px;
    }

    .ftr-rt:after {
        display: none;
    }

    /* abt-pg */

    .inner-bnr-1 {
        height: 58vh !important;
    }

    .stry-img-ovrlay {
        left: 0;
        padding: 2rem;
    }

    .stry-img-ovrlay span {
        font-size: 32px;
        padding-bottom: 0;
    }

    .abt-stry-rt-txt p {
        font-size: 14px;
        line-height: 1.5;
    }

    .abt-fea-area ul {
        flex-wrap: nowrap;
    }

    .abt-fea-area ul li i {
        font-size: 20px;
    }

    .abt-fea-txt {
        font-size: 12px;
    }

    .cta-txt-con {
        max-width: 100%;
    }

    .cta-sec h3 {
        font-size: 26px;
        padding: 15px;
        line-height: 30px;
    }

    .abt-com-ovrly {

        padding: 1.5rem;
    }

    .why-us-crd h3 {
        font-size: 21px;
        padding: 0;
        margin: 0;
    }

    /* serv-pg */

    .abt-fea-area ul li {
        padding-right: 27px;
    }

    .sec-tle-2 {
        flex-direction: column;
        align-items: self-start;
    }

    .fea-project div .text-left,
    .serv-sec div .text-left {
        padding-left: 1rem;
    }

    .why-chse-crd-2 h5 {
        font-size: 22px;
        line-height: 15px;
    }

    .cta-sec {
        height: 414px;
    }

    .cta-sec-2-list li .cta-2-box .cta-nmbr {
        font-size: 19px;
    }

    .cta-sec-2-list li .cta-2-box i {
        font-size: 23px;
    }

    .cta-sec-2-list li .cta-2-box p {
        font-size: 1.3rem;
    }

    .process-step h5 {
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    .cta-sec h3 {
        font-size: 22px;
        padding: 15px;
        line-height: 27px;
    }

    .serv-img-overly p {
        background: transparent;
        color: var(--white);
        font-size: 20px;
        line-height: 22px;
    }

    .serv-project-info .project-title {
        font-size: 22px;
        color: var(--color-black);
        font-weight: 700;
    }

    /* glry-pg */

    .iner_gallery .wrapper {
        grid-template-columns: 1fr;
    }

    .iner_gallery .wrapper>div {
        clip-path: none !important;
    }

    .iner_gallery .wrapper {
        grid-template-columns: 1fr;
        width: calc(100% - 2rem);
    }

    .builder-gallery-main {
        height: auto;
    }

    /* testi-pg */

    .innr-bnr-2-txt h1 {
        font-size: 27px;
        max-width: 30rem;
    }

    section.inner-bnr-2 {
        height: 28vh;
        padding-top: 80px;
    }

    .user-details h5 {
        font-size: 1.6rem;
    }

    .testimonial-text {
        font-size: 1.3rem;
    }

    .rating {
        font-size: 15px;
    }

    .testimonial-card {
        padding: 30px;
    }

    .row-gap {
        row-gap: 10px;
    }

    /* contac-pg */
    .cnt-ttl,
    .inf-ttl {
        font-size: 26px;
    }

    /* faq-pg */

    .faq-box-1 .accordion-button h4 {
        font-size: 19px;
        line-height: 25px;
    }

    .faq_box .accordion-body p {
        font-size: 1.37rem;
        line-height: 24px;
    }

    .faq_box .accordion-button:not(.collapsed)::after,
    .faq_box .accordion-button::after {
        font-size: 15px;
    }


    .faq_box .accordion-button h4 {
        font-size: 2.2rem;
    }
}

/* responsive */