@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');

body {
    font-family: var(----font-primary) !important;
    font-size: 16px;
    /* Base font size */
    font-weight: 400;
    /* Normal weight */
    line-height: 1.6;
    /* Improves readability */
    color: var(--seconday-color);
    /* Default text color */
    background-color: #f8f9fa;
    /* Light background */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

:root {
    --bg-light: #f6f6f6;
    --primary-color: #b19777;
    --primary-text-color: #808080;
    --black-color: #000;
    --seconday-color: #30373e;
    --font-primary: "Overpass", sans-serif;
    --font-secondary: "Plus Jakarta Sans", sans-serif;
}


h1 {
    font-size: 60px !important;
    font-weight: 600 !important;
    color: var(--seconday-color) !important;
}

h2 {
    font-size: 45px !important;
    color: var(--seconday-color) !important;
}

h3 {
    font-size: 30px !important;
    color: var(--seconday-color) !important;
}

h4 {
    font-size: 26px !important;
    color: var(--seconday-color) !important;
}

h5 {
    font-size: 20px !important;
    color: var(--seconday-color) !important;
}

.font-10 {
    font-size: 10px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-35 {
    font-size: 35px;
}


.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.font-60 {
    font-size: 60px;
}

.fw-bold {
    font-weight: bold;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

p {
    font-size: 16px;
}

::-webkit-scrollbar {
    display: none !important;
}

.text-grey {
    color: var(--primary-text-color);
}

.w-30 {
    width: 30%;
}

.mt-10 {
    margin-bottom: 38px;
}

.mt-18 {
    margin-top: 18px;
}

.form-sec {
    padding: 0px 90px !important;
}

.text-secondary-color {
    color: var(--seconday-color);
}

.overflowx-hidden {
    overflow-x: hidden;
}

.text-hover-primary:hover {
    color: var(--primary-color) !important;
}

.pointer-cursor {
    cursor: pointer;
}

.font-secondary {
    font-family: var(--font-secondary);
}

.font-35 {
    font-size: 35px !important;
}

.cursor-white {
    caret-color: #a1a1a1 ;
}
.contact-top-contact{
    padding-top: 50px;
}
.contact-top {
    padding-top: 160px;
}
input.cursor-white{
    color: #a1a1a1 ;
}

/* =============================home css ======================= */

.secondary-btn.grey-btn {
    border: 1px solid rgb(217 217 217);
    background: transparent;
    color: var(--primary-text-color);
    border-radius: 3px;
    transition: 0.5s;
}

.secondary-btn.grey-btn:hover {
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 500;
    transform: translateY(-3px) scale(1.02);
}

.card-wt {
    background-color: #fff;
    padding: 36px;
    position: relative;
}

.br-10 {
    border-radius: 30px;
    border: 1px solid black;
    background-color: transparent;
    transition: 0.5s;
    color: var(--seconday-color);
    padding: 10px 10px;
}

.br-10:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.home-image{
    width: 100%;
}

.accordion-button::after {
    content: "+" !important;
    background-image: none !important;
    font-size: 20px;
    margin-left: auto;
    /* Reset any transform if needed */
    transform: none !important;
    margin-left: 20px !important;
}

.accordion-button:not(.collapsed)::after {
    content: "-" !important;
}

.accordion-item .accordion-button,
.accordion-button:focus {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 18px 0px !important;
    justify-content: space-between;
}

.accordion-item {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e3e3e3;
    background-color: transparent !important;
}

.accordion-button::after {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -3px;
    position: relative;

}

.accordion-button:not(.collapsed) {
    color: black !important;
}

.accordion-body {
    padding: 10px 0px !important;
}


/* ==============pavan css=============== */
.color-text {
    color: black;
}

.color-text:hover {
    color: var(--primary-color);
}

.blog-card .color-gray:hover {
    color: var(--primary-color) !important;
}

.card-blog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 140px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    color: var(--primary-text-color);
}

.desktop-menu.active {
    right: 0;
}

.desktop-menu ul {
    list-style: none;
    padding: 0;
}

.desktop-menu ul li {
    padding: 15px;
    text-align: center;
}

.desktop-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.menu-logo {
    width: 130px;
}

.close-desktop {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    cursor: pointer;
    color: white;
    background-color: var(--primary-color);
}

.btn-head {
    width: 150px;
    height: 40px;
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    border-radius: 3px;
    transition: 0.5s;
}

.btn-head:hover {
    transform: translateY(-3px) scale(1.02);
}

.details-btn {
    width: 150px;
    height: 50px;
    color: rgb(179, 178, 178);
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border: 1px solid rgb(179, 178, 178);
}

.details-btn:hover {
    background-color: var(--primary-color);
    color: white;
}

header {
    background: white;
    /* padding: 15px 20px; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.container-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 65px 0px 65px;
    /* background: #333;
    color: white; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: white;
}

.logo img {
    width: 100px;
}

nav {
    display: flex;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-size: 16px;
}

nav ul li a:hover {
    color: var(--primary-color);
}

a {
    text-decoration: none !important;

}

/* a:hover {
    color: white !important; 
} */
.with-dots {
    list-style-type: disc !important;
    /* Shows dots (default bullets) */
    padding-left: 20px;
    /* Ensures proper indentation */
    margin-left: 16px;
}

.with-dots li {
    display: list-item;
    /* Ensures list items behave normally */
}

.icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.icons i {
    font-size: 20px;
    cursor: pointer;
}

/* Mobile Menu (Left Sidebar) */
.mobile-menu {
    position: fixed;
    top: 0px;
    right: -413px;
    width: 315px;
    height: 100vh;
    background: #222;
    padding-top: 60px;
    transition: right 0.3s ease-in-out;
    z-index: 2;
}

.mobile-menu.active {
    right: 0;
    top: 0;
    z-index: 9999;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin-left: 50px;
    margin-top: 40px;
    margin-right: 50px;
}
.mobile-menu-border{
    border-bottom: 1px solid rgb(223, 221, 221);
}

.mobile-menu ul li {
    padding: 15px;
}
.mobile-menu ul li a.active {
    color: var(--primary-color);
}

.mobile-menu ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.close-mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    cursor: pointer;
    color: white;
    background-color: var(--primary-color);
}

/* Desktop Sidebar (Right Sidebar) */
.desktop-menu {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100vh;
    background: #111;
    padding-top: 60px;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: scroll;
}

.text-header {
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-text-color) !important;
}

.text-header:hover {
    color: var(--primary-color) !important;
}


.home-bg {
    background-image: url("D:\innovat\includes\images\home\home-img.jpg");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}


.card-interior {
    background-color: var(--seconday-color);
    padding: 40px 30px 40px 40px;
    width: 55%;
}

.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 130px 70px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}


.home-bg {
    background-image: url("D:\innovat\includes\images\home\home-img.jpg");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.card-interior {
    background-color: var(--seconday-color);
    padding: 40px 30px 40px 40px;
    width: 30%;
}

.content-overlay {
    position: absolute;
    top: 0;
    left: -79px;
    height: 100%;
    width: 100%;
    padding: 130px 70px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.text-content {
    color: #fff;
    /* White text */
    text-align: center;
    padding: 20px;
    max-width: 80%;
    /* Optional: Limits the text width */
}

/* .primary-btn{
    width: 150px;
    height: 45px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.primary-btn:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
} */
.secondary-btn {
    width: 150px;
    height: 45px;
    /* border: none; */
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}

.secondary-btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.line-shape {
    position: absolute;
    right: -9px;
    top: -17px;
}

.about-container {
    position: relative;
    display: inline-block;
    /* Ensures the div wraps around the image */
}


.about-img {
    display: block;
    width: 100%;
    /* Ensures responsiveness */
    position: relative;
}

.section-padding {
    padding: 100px 0px;
}

.line-ht {
    line-height: 1.2;
}


.bg-light {
    background: var(--bg-light);
}

.card-wt {
    background-color: #fff;
    padding: 36px;
    position: relative;
}

.color-gray {
    color: #7d7d7d !important;
}

.timeline-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 65px !important;
}

.timeline {
    position: absolute;
    width: 90%;
    /* Ensures the line starts at the first card and ends at the last */
    top: 50%;
    left: 5%;
    /* Aligns the line with the start of the first card */
    height: 2px;
    background: #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timeline .dot {
    width: 18px;
    height: 17.5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: absolute;
    top: -8px;
    /* Centers the dot on the line */
}

.timeline .dot::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
    transition: 0.3s;
}

.timeline .dot:first-child:after,
.timeline .dot:first-child::after {
    background: black;
}

.step-card .number {
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #313131;
    display: block;
    margin-bottom: 85px;
    margin-left: 15px;
    padding-top: 20px;
}
.step-card .number-dark {
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #e3e3e3;
    display: block;
    margin-bottom: 85px;
    margin-left: 15px;
    padding-top: 20px;
}

.timeline .dot.active,
.timeline .dot:hover,
.step-card:hover~.timeline .dot,
.timeline .dot:first-child,
.timeline .dot:first-child:after {
    border-color: black;
    border: 1px solid black;
}

.timeline .dot.active::after,
.timeline .dot:hover::after {
    background: black;
    border: 1px solid black;
}

/* Cards */
.step-card h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.step-card {
    background: var(--bg-light);
    padding: 0px 20px;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;
    position: relative;
    height: 100%;
}

.step-card:hover,
.step-card.active {
    background-color: transparent;
    color: white;
}

/* Ensure the parent container can clip the pseudo-element */


.card-ui:nth-child(1) .step-card {
    background: url("/innovat/includes/images/services/process-img-one.jpg") no-repeat center center;
    color: #fff;
}

/* Define the pseudo-element with the background image */

.card-ui:nth-child(2) .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    /* Start completely off to the right */
    width: 100%;
    height: 100%;
    background: url("/innovat/includes/images/services/process-img-two.jpg") no-repeat center center;
    /* background-size: cover; */
    z-index: 0;
    transition: right 0.4s ease-in-out;
    /* Animate the "right" property */
}

.card-ui:nth-child(3) .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    /* Start completely off to the right */
    width: 100%;
    height: 100%;
    background: url("/innovat/includes/images/services/process-img-three.jpg") no-repeat center center;
    /* background-size: cover; */
    z-index: 0;
    transition: right 0.4s ease-in-out;
    /* Animate the "right" property */
}

.card-ui:nth-child(4) .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    /* Start completely off to the right */
    width: 100%;
    height: 100%;
    background: url("/innovat/includes/images/services/process-img-four.jpg") no-repeat center center;
    /* background-size: cover; */
    z-index: 0;
    transition: right 0.4s ease-in-out;
    /* Animate the "right" property */
}

.step-card {
    position: relative;
    /* Already set, but ensure it stays here */
}

/* On hover, slide the pseudo-element into view */
.card-ui:nth-child(1):hover .step-card::before,
.card-ui:nth-child(2):hover .step-card::before,
.card-ui:nth-child(3):hover .step-card::before,
.card-ui:nth-child(4):hover .step-card::before {
    color: white;
    right: 0;
}

.step-card:hover .number,
.step-card.active .number {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    color: transparent;
}

/* .step-card .number {
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #e3e3e3;
    display: block;
    margin-bottom: 106px;
    margin-left: 15px;
    margin-top: 12px;
} */

.br-right {
    border-right: 1px solid #d5d2d2;
}

.br-bottom {
    border-bottom: 1px solid #d5d2d2;
}

.section-wt {
    width: 50%;
}

.icon-class {
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-text-color);
    text-align: center;
    padding-top: 5px;
}

.side-menu-class {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(204, 202, 202);
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    padding: 17px;
    color: rgb(170, 169, 169);
}

.side-menu-class:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.br-top {
    border-top: 1px solid rgb(161, 160, 160);
}

.icon-class:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.design-img:hover {
    filter: invert(1);
}

.team-card {
    overflow: hidden;
}

.team-card img {
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.menu-class.active {
    color: var(--primary-color);
}
.mobile-menu-border .active{
    color: var(--primary-color);
}

.team-card:hover img {
    transform: scale(1.1);
}


.color-text {
    color: black;
}

.color-text:hover {
    color: var(--primary-color);
}

.blog-card .color-gray:hover {
    color: var(--primary-color) !important;
}

.card-blog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 140px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    color: var(--primary-text-color);
}

/* ==============================end=================== */
/* ==================search pop up css ============= */
.popup input {
    width: 80%;
    padding: 8px;
    font-size: 16px;
    border: 0px solid #ccc;
    border-radius: 5px;
    height: 55px;
    background-color: #f7f7f7;
}

.input-container {
    width: 80%;
    display: flex;
    justify-content: center;
    border: 0;
}

.search-btn {
    max-width: max-content;
    padding: 17.5px;
    background: var(--primary-color);
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: block;
    margin-left: -9px;
    border-radius: 0 5px 5px 0;
    border: 0;
}

.close-icon:hover {
    cursor: pointer;
}

.close-icon {
    position: absolute;
    right: 16px;
    top: 7px;
    font-size: 18px;
    color: var(--primary-color);
}

.popup {
    display: none !important;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 200px;
    background: #fff;
    padding: 1.2rem 0 0 0;
    color: #fff;
    overflow: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup.show {
    display: flex !important;
    animation: slideIn 0.5s forwards;
}

.popup.close {
    animation: slideOut 0.5s forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.popup .input-container {
    border: 0;
    width: 80%;
}


/* ==========================end ========================== */

/* ================privacy css ============== */
/* ========================privacy =========================== */
.terms-wrapper-main {
    padding: 120px 250px;
}

/* ======================= end ========================== */
/* ==================privacy end =========== */

/* ======================== aos animation css ============ */
/* Base state for move-left animation */
[data-aos="move-left"] {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

/* Animation state for screens larger than 768px */
@media screen and (min-width: 768px) {
    [data-aos="move-left"] {
        transform: translateX(100px);
    }

    [data-aos="move-left"].aos-animate {
        transform: translateX(0);
    }
}

/* Animation state for all screen sizes */
[data-aos="move-left"].aos-animate {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Base state for move-right animation */
[data-aos="move-right"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

/* Animation state for screens larger than 768px */
@media screen and (min-width: 768px) {
    [data-aos="move-right"] {
        transform: translateX(-100px);
    }

    [data-aos="move-right"].aos-animate {
        transform: translateX(0);
    }
}

/* Animation state for all screen sizes */
[data-aos="move-right"].aos-animate {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================================end============ */


/* =============================home css end  ======================= */

/* =============services css ====================== */
.service-bg {
    position: relative;
    width: 100%;
    height: 60vh;
    background-image: url('../images/services/services-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.text-clr {
    color: var(--primary-color) !important;
}

.arrow-image {
    height: auto;
    width: 100%;
}

.pd-top {
    padding-top: 100px;
}

.circle {
    width: 30px;
    /* Set the width */
    height: 30px;
    /* Set the height */
    background-color: var(--primary-color);
    /* Change to any color */
    border-radius: 50%;
    /* Makes it a circle */
    position: absolute;
    top: 77px;
}

.service-card:hover .circle {
    top: 26px;
}

.circle-position {
    position: relative;
    z-index: 1;
    font-size: 60px;
}

/* .image-container {
            width: 100%;
            height: 200px; 
            overflow: hidden;
            border-radius: 10px;
        }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease-in-out;
        }

        .image-container:hover img {
            transform: scale(1.1);
        } */
.pt-50 {
    padding-top: 50px;
}

.third-bg {
    position: relative;
    width: 100%;
    /* height: 60vh; */
    padding: 130px 0px;
    background-image: url('../images/services/services-third-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 
.br-10 {
    border-radius: 30px;
    border: 1px solid black;
    background-color: transparent;
} */

.w-30 {
    width: 25%;
}

.service-card {
    position: relative;
    overflow: hidden;
    /* background-color: transparent;  */
}

.menu-class.active {
    color: var(--primary-color);
    /* Change to your desired active color */
    font-weight: bold;
}



.service-card:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    /* background-image: url('../images/services/service-card.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 0;
    transition: .4s;
}

.service-card-1:after {
    background-image: url('../images/services/service-1.jpg');
}
.service-card-2:after {
    background-image: url('../images/services/service-2.jpg');
}
.service-card-3:after {
    background-image: url('../images/services/service-3.jpg');
}
.service-card-4:after {
    background-image: url('../images/services/service-4.jpg');
}
.service-card-5:after {
    background-image: url('../images/services/service-5.jpg');
}
.service-card-6:after {
    background-image: url('../images/services/service-6.jpg');
}
.service-card-7:after {
    background-image: url('../images/services/service-7.jpg');
}
.service-card-8:after {
    background-image: url('../images/services/service-8.jpg');
}
.service-card-9:after {
    background-image: url('../images/services/service-9.jpg');
}
.service-card-10:after {
    background-image: url('../images/services/service-10.jpg');
}
.service-card-11:after {
    background-image: url('../images/services/service-11.jpg');
}
.service-card-12:after {
    background-image: url('../images/services/service-12.jpg');
}
.service-card-13:after {
    background-image: url('../images/services/service-13.jpg');
}
.service-card-14:after {
    background-image: url('../images/services/service-14.jpg');
}
.service-card-15:after {
    background-image: url('../images/services/service-15.jpg');
}
.service-card-16:after {
    background-image: url('../images/services/service-16.jpg');
}
.service-card-17:after {
    background-image: url('../images/services/service-17.jpg');
}
.service-card-18:after {
    background-image: url('../images/services/service-18.jpg');
}




.service-card:hover::after {
    transform: translate(-50%, -50%) scale(1);
    /* opacity: 1;  */
    color: #fff;
}

/* ===========services css end ========================================== */

/* =======================portfolio csss =============== */
.text-after::after {
    position: absolute;
    top: 29px;
    content: "";
    left: 0;
    width: 40px;
    height: 1px;
    background: var(--primary-color);
}

.text-after {
    margin-bottom: 8px;
    padding-left: 50px;
    position: relative;
    color: var(--color-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    text-transform: capitalize;
}

.view-projects {
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrow-one {
    width: 60px;
    height: 60px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    transition: 0.5s;
}

.arrow {
    font-size: 30px;
    color: var(--black-color);
}

.view-text {
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    transition: color 0.3s ease-in-out;
    /* position: relative; */
}

/* .view-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: -2px;
} */

.view-projects:hover .arrow-one {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff !important;
    transform: scale(1.2);
}

.view-projects:hover .arrow {
    color: #fff !important;
}

.view-projects a {
    color: var(--primary-text-color) !important;
    text-decoration: underline !important;
}

/* .arrow-one:hover .arrow {
    color: #fff;
} */

.w-432 {
    width: 540px;
}
.ml-100{
    margin-left: 100px;
}

.head-class:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.project-one {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.project-one:hover img,
.project-two:hover img,
.project-three:hover img {
    transform: scale3d(1.2, 1.2, 1.2);
}

.project-two {
    text-align: end;
    display: flex;
    justify-content: end;
    height: auto;
    width: 70%;
    overflow: hidden;
}

.project-two img {
    width: 100%;
}

.project-three {
    height: auto;
    width: 70%;
    overflow: hidden;
}

.text-end {
    text-align: end !important;
}

.pl-208 {
    padding-left: 208px;
}

.flex-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-button-next {
    right: 7% !important;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute !important;
    top: -20% !important;
    /* transform: translateY(-160%); */
    background-color: transparent;
    color: var(--primary-text-color) !important;
    border-radius: 3% !important;
    border: 1px solid rgb(207, 205, 205);
    width: 45px !important;
    height: 45px !important;
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10 !important;
}

.swiper-button-prev {
    top: -10% !important;
    left: 89.6% !important;
}

/* =====================portfolio css end ================= */


/* =================footer csss ============ */
.bg-blue {
    background-color: black;
}

.footer-sec .text-grey {
    color: #a1a1a1 !important;
}

.footer-sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-sec .address-sec {
    max-width: 347px;
}

.terms-container a:hover{
    color: var(--primary-color);
}

.logo {
    height: auto;
    width: 100px;
}


ul {
    list-style: none;
    /* Removes bullets */
    padding: 0;
    /* Removes extra padding */
    margin: 0;
    /* Removes extra margin */
}

ul li {
    text-decoration: none;
    /* Ensures no underlines */
}

ul li a {
    text-decoration: none;
    color: inherit;
    /* Keeps text color unchanged */
}

a.size-increase:hover {
    color: var(--primary-color) !important;
}

.page-l-r ul li a:hover {
    color: var(--primary-color) !important;
}
#carouselExampleFade .carousel-inner {
    overflow: visible !important;
}

.footer-icon {
    cursor: auto !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    transition: background-color 0.3s ease;
    background-color: var(--green-color);
    color: grey;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 10px;
}

.cube-class {
    width: 6px;
    height: 6px;
    background: var(--primary-text-color);
    display: inline-block;
    /* Ensures it appears before the text */
    margin-right: 5px;
    /* Adds spacing between the cube and text */
    vertical-align: middle;
    /* Aligns with text */
}

.footer-icon:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.input-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid grey;
    padding: 5px;
    position: relative;
    width: 100%;
}

input {
    border: 0px !important;
    outline: none;
    flex-grow: 1;
    font-size: 16px;
    padding: 5px;
    background-color: transparent;
}

textarea {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 16px;
    padding: 5px;
}

.submit-btn {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}

.br-top {
    border-top: 1px solid rgb(219, 218, 218);
}

.footer-bg {
    background-image: url('../images/home/home-footer-bg.jpg');
    /* Replace with your image URL */
    background-size: cover;
    /* Ensures the image covers the entire element */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents repeating */
}

/* ========================footer css end ======== */

/* =================================contact us csss ============================= */

/* .flex-basis{
    flex-basis: 30% !important;
} */
.bg-clr {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 7px;

}

/* ================contact us end ============== */



/* ==========manasa buttn css ============== */
nav ul li a.active {
    color: var(--primary-color);
}

.primary-btn:hover,
.build.primary-btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-color: var(--primary-color) !important;
    transition: .3s;
    color: #fff;
}

.build.primary-btn:hover {
    transform: translateY(-3px) scale(1.02);
}

.primary-btn:hover {
    transform: translateY(-3px) scale(1.02);
}

.build.primary-btn {
    transition: .3s;
    color: var(--black-color);
}

.primary-btn {
    width: 150px !important;
    height: 50px !important;
    /* border: none; */
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    padding: 13px 25px;
}


/* ==================end ========== */



/* ======================================== Details =========================== */
.light-btn {
    background: #fff;
    color: var(--seconday-color);
    padding: 15px 17px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: 0.5s;
}

.light-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.mr-right {
    margin-right: 50px;
}

.bottom-line {
    border-bottom: 1px solid var(--primary-text-color);
}

.input-class {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    color: #7d7d7d;
    border: none;
    font-size: 13px;
    font-weight: 500;
}

.input-class:focus-visible {
    outline: 0px;
}

.textarea-class {
    width: 100%;
    background-color: #fff;
    color: #7d7d7d;
    padding: 15px;
    border: 0px;
    font-size: 13px;
    font-weight: 500;
}

.textarea-class:focus-visible {
    outline: 0px;
}

.details-btn {
    /* width: 100%; */
    text-align: center;
    padding: 10px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
}

.text-class {
    margin-top: 40px;
    color: var(--seconday-color) !important;
    /* font-size: 34px; */
    font-style: normal;
    /* font-weight: 500; */
    line-height: 44px;
    text-transform: capitalize;
}

.color-blue {
    color: var(--seconday-color) !important;
}

.single {
    position: relative;
    /* Ensures proper positioning of the bullet */
    margin-bottom: 5px;
    padding-left: 15px;
    /* Adds space for bullet */
}

.service-details-list-check-bullet .single p {
    position: relative;
    /* Needed for proper bullet placement */
    margin: 0;
}

.service-details-list-check-bullet .single p::before {
    content: "";
    position: absolute;
    left: -12px;
    /* Adjusts bullet position */
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: var(--seconday-color);
}



/* =====================================details end ================ */
/* =====================about us css ================= */
.story-head {
    font-size: 38px;
    font-weight: 700;
}

.aboutus-numbers {
    margin-bottom: 0;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: var(--seconday-color);
    color: transparent;
    display: block;
}

.client-sec {
    border-top: 1px solid #e0e0e0;
}

.quotes {
    width: 850px;
    padding-right: 50px;
}

.w-350 {
    width: 350px;
}

.form-control {
    /* border-bottom: 1px solid #e3e3e3 !important; */
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    margin-bottom: 25px;
    box-shadow: none !important;
    border-bottom: none !important;
}

.form-group {
    max-width: 100% !important;
}

textarea.form-control {
    height: 110px !important;
}

.send-btn {
    margin-top: 50px;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 50px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color) !important;
    border: none;
    color: #fff;
}


.about-container {
    position: relative;
    display: inline-block;
    /* Ensures the div wraps around the image */
}


.about-img {
    display: block;
    width: 100%;
    /* Ensures responsiveness */
    position: relative;
}

.section-padding {
    padding: 100px 0px;
}

.line-ht {
    line-height: 1.2;
}

.count-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}

.section-padding {
    padding: 100px 0px;
}


.section-wt {
    width: 50%;
}

/* .icon-class{
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-text-color);
    text-align: center;
    padding-top: 5px;
}
.icon-class:hover{
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
} */
.design-img:hover {
    filter: invert(1);
}

.bg-smoke {
    background-color: var(--bg-light);
}
.header-shadow {
    box-shadow: 0 7px 18px #1810100d;
    transition: box-shadow 0.3s ease-in-out;
}

.w-60 {
    width: 120%;
}

.bg-green {
    background-color: var(--seconday-color);
    color: white;
}

.icon-class {
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-text-color);
    text-align: center;
    padding-top: 5px;
}

.icon-class:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.design-img:hover {
    filter: invert(1);
}

.team-card {
    overflow: hidden;
}

.team-card img {
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.team-card:hover img {
    transform: scale(1.1);
}

/* ================process section start========== */
.timeline-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.timeline {
    position: absolute;
    width: 99%;
    top: 50%;
    left: 0.5%;
    /* Aligns the line with the start of the first card */
    height: 2px;
    background: #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timeline .dot {
    width: 18px;
    height: 17.5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: absolute;
    top: -8px;
    /* Centers the dot on the line */
}

.timeline .dot::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
    transition: 0.3s;
}

.timeline .dot:first-child:after,
.timeline .dot:first-child::after {
    background: black;
}

.timeline .dot.active,
.timeline .dot:hover,
.step-card:hover~.timeline .dot,
.timeline .dot:first-child,
.timeline .dot:first-child:after {
    border-color: black;
    border: 1px solid black;
}

.timeline .dot.active::after,
.timeline .dot:hover::after {
    background: black;
    border: 1px solid black;
}


/* Ensure the parent container can clip the pseudo-element */
.card-ui .step-card {
    position: relative;
    overflow: hidden;
}

.card-ui:nth-child(1) .step-card {
    background: url("../images/aboutus/process-one.jpg") no-repeat center center;
    color: #fff;
}

.card-ui:nth-child(1) .step-card h5,
.card-ui:nth-child(1) .step-card p {
    color: #fff !important;
}

.step-card:hover h5 {
    color: #fff !important;
}

/* Define the pseudo-element with the background image */

.card-ui:nth-child(2) .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    /* Start completely off to the right */
    width: 100%;
    height: 100%;
    background: url("../images/aboutus/process-two.jpg") no-repeat center center;
    /* background-size: cover; */
    z-index: 0;
    transition: right 0.4s ease-in-out;
    /* Animate the "right" property */
}

.card-ui:nth-child(3) .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    /* Start completely off to the right */
    width: 100%;
    height: 100%;
    background: url("../images/aboutus/process-three.jpg") no-repeat center center;
    /* background-size: cover; */
    z-index: 0;
    transition: right 0.4s ease-in-out;
    /* Animate the "right" property */
}

.card-ui:nth-child(4) .step-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    /* Start completely off to the right */
    width: 100%;
    height: 100%;
    background: url("../images/aboutus/process-four.jpg") no-repeat center center;
    /* background-size: cover; */
    z-index: 0;
    transition: right 0.4s ease-in-out;
    /* Animate the "right" property */
}

.step-card * {
    position: relative;
    z-index: 1;
}

.step-card::before {
    z-index: 0;
    color: #fff;
}

.step-card:hover .text-grey {
    color: #fff;
}

.outlined-text {
    font-size: 75px !important;
    font-weight: bold;
    color: transparent !important;
    -webkit-text-stroke: 1px #4e4d4d;
    /* Creates the outline effect */
    text-transform: uppercase;
}

/* ==================process section end =========== */
/* =====================about us css end ================= */




/* ============================ swiper carousal one csss ======================= */
/* Swiper Container */
.swiper-container {
    width: 100%;
    /* padding: 40px 0; */
    /* overflow-x: hidden; */
    position: relative;
}

/* Swiper Slide */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Product Card Styling */
.single-product-one {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
}

.single-product-one img {
    width: 100%;
    border-radius: 0px;
}

/* Number Styling */
.single-product-one span.number {
    position: absolute;
    right: -160px;
    transition: .5s;
    top: 30px;
    z-index: 2;
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #e3e3e3;
    color: transparent;
}
.single-product-one span.number-dark {
    position: absolute;
    right: -160px;
    transition: .5s;
    top: 30px;
    z-index: 2;
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #4b4949;
    color: transparent;
}

/* Hover Effects */
.single-product-one:hover span.number {
    right: 30px;
}

.single-product-one:hover .inenr-content-absolute {
    bottom: 50px;
}

.single-product-one .inenr-content-absolute {
    position: absolute;
    left: 40px;
    bottom: -122px;
    transition: .3s;
    z-index: 2;
}

.single-product-one .inenr-content-absolute .title {
    color: #e3e3e3 !important;
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.single-product-one .inenr-content-absolute .category {
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

/* Background Hover Effect */
.single-product-one:hover:after {
    height: 100%;
}

.single-product-one:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: .4s;
    z-index: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(18, 20, 21, 0) 30.87%, rgba(1, 1, 1, .8) 73.06%);
    pointer-events: none;
}

/* Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    position: absolute !important;
    top: -20% !important;
    /* transform: translateY(-160%); */
    background-color: transparent;
    color: var(--primary-text-color) !important;
    border-radius: 3% !important;
    border: 1px solid rgb(207, 205, 205);
    width: 45px !important;
    height: 45px !important;
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10 !important;
}

/* Show Buttons Always */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
    /* Increase arrow size */
    font-weight: bold;
}

/* Left Button */
.swiper-button-prev {
    top: -10% !important;
    left: 89.6% !important;
}

/* Right Button */
.swiper-button-next {
    right: 7% !important;
}

/* Hover Effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--primary-color);
    color: white !important;
    /* Darker on hover */
}

/* Ensure Buttons are Visible */
.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.map-section {
    padding: 100px 0px 70px 0px;
}

.service-card:hover>div,
.service-card:hover>p,
.service-card:hover .text-grey,
.service-card:hover .color-gray {
    color: #fff !important;
    z-index: 9;
    position: relative;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    /* Ensures spacing on smaller screens */
}

/* Full-width below 1200px */
@media (max-width: 1400px) {
    .container {
        max-width: 100% !important;
        /* Makes it full width below 1200px */
        padding: 0 20px !important;
        /* Optional: Adds padding on smaller screens */
    }
}

/* ======================================end =========================== */

/* =============================testimonals css =============== */
.testimonial-section {
    background-image: url('../images/home/testimonials-bg.jpg');
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 100px;
}

.swiper-container {
    width: 100%;
    /* padding: 40px 0; */
    overflow-x: clip;
    position: relative;
}

/* .testimonial-logo {
    width: 100px;
    height: auto;
} */

.pre-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    display: block;
    /* margin-top: 10px; */
}

.title.quote {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
}

/* Swiper Wrapper */
.testimonial-slider-wrapper {
    position: relative;
}

/* Testimonial Card */
.testimonial-card {
    padding: 30px;
    position: relative;
    text-align: left;
    border: 1px solid #ddd;
    margin: 10px;
}

/* Quote Icon */
/* .top-quote img {

} */
.top-quote {
    position: absolute;
    top: -11%;
    width: 70px;
    height: auto;
    margin-bottom: 15px;
    background: #f2f2f2;
    border-radius: 50%;
    text-align: center;
}

/* Testimonial Text */
.testimonial-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 28px;
    margin-top: 28px;
}

/* Author Area */
.author-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    bottom: -27px;
    right: 45px;
    padding: 8px 14px;
    border-radius: 5px;
    background: #f1f1f1;
}

.thumbnail img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.client-role {
    font-size: 14px;
    color: #888;
}

/* Swiper Customization */
.swiper-slide {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--primary-color) !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

.testimonal-bg {
    background-image: url('../images/home/testimonal-bg.jpg');
    /* Replace with your image URL */
    background-size: cover;
    /* Ensures the image covers the entire element */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents repeating */
}

.mt-104 {
    margin-top: 104px;
}

.bullet-list p {
    margin: 10px 0;
    padding-left: 30px;
    text-indent: -15px;
    /* Align text properly with bullets */
}

.title {
    font-size: 26px !important;
    font-weight: 700;
}
.contact-top a:hover {
    color: var(--primary-color);
}

/* =========================================testimonal css end =============== */


/* =========media quires=========== */

@media(max-width:1024px) {
    .card-interior {
        width: 80% !important;
    }

    .content-overlay {
        padding: 0px 70px !important;
    }

    .arrow-btn {
        display: none !important;
    }

    .terms-wrapper-main {
        padding: 120px 50px !important;
    }
    .content-overlay {
        position: absolute;
        top: 50px;
        left: -79px;
        height: 100%;
        width: 100%;
        /* padding: 130px 70px; */
    }
}


@media screen and (min-width: 993px) {
.mobile-menu {
    display: none;
}

#mobile-toggle {
    display: none;
}

#desktop-toggle {
    display: block;
}


}

@media screen and (max-width: 992px) {
    .email_field{
        overflow: hidden !important;
        width: 97%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .quote-carousal.w-100{
        width: 200px !important;
    }
    /* #carouselExampleFade{
        min-height: 450px;
    } */
    #carouselExampleFade .carousel-item .home-sec-img{
        height: 450px;
        /* object-fit: fill; */
    }
    .content-overlay {
        left: 0px;
        top: 50px;
    }
    .outlined-text {
        font-size: 65px !important;
    }
    nav {
        display: none;
    }

    #desktop-toggle {
        display: none;
    }

    #mobile-toggle {
        display: block;
    }

    .mr-right {
        margin-right: 0px !important;
    }

    .step-card {
        max-width: 315px;
    }

    .card-ui {
        justify-content: center;
        display: flex;
    }

    .timeline-container {
        display: none;
    }
}


.text-header {
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-text-color) !important;
}

.text-header:hover {
    color: var(--primary-color) !important;
}

@media (max-width: 768px) {
    .overlay {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 95%;
        height: 95%;
    }
    .ml-100{
        margin-left: 0px;
    }

    .d-md-flex {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .text-content {
        width: 85% !important;
    }

    .swiper-slide {
        width: 350.5px;
        margin-right: 30px;
    }

    .footer-sec {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .page-l-r {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mt-25 {
        margin-top: 25px !important;
    }

    .md-mr {
        margin-top: 65px !important;
    }

    .pd-top {
        padding-top: 50px;
    }

    .flex-flow {
        display: flow-root !important;
    }

    .project-two {
        height: auto;
        width: 100%;
    }

    .project-three {
        height: auto;
        width: 100%;
    }

    .pl-208 {
        padding-left: 0px;
    }

    .font-60 {
        font-size: 40px !important;
    }

    .count-flex {
        display: flex !important;
        flex-direction: column;
    }

    nav {
        display: none !important;
        position: absolute;
        top: 60px;
        right: 20px;
        background: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        width: 200px;
        text-align: right;
        padding: 10px;
        border-radius: 5px;
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li {
        margin: 10px 0;
    }

    #toggle-menu {
        display: block;
    }

    .section-padding {
        padding: 60px 0px !important;
    }

    .terms-wrapper-main {
        padding: 120px 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-sec {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    
    .home-image{
        width: 347px;
    }
}
 
@media only screen and (max-width: 457px) {
    .page-l-r {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .home-image{
        width: 100%;
    }
}

@media (max-width:992px) {
    .carousel-item .content-overlay{
        display: none;
    }
    .outlined-text {
        font-size: 45px !important;
    }
    .form-sec {
        padding: 0px 20px !important;
    }

    .br-bottom {
        border: 0px !important;
    }

    .br-right {
        border: 0px !important;
    }

    .section-wt {
        width: 100% !important;
    }

    .about-container::after {
        display: none !important;
    }

    .card-interior {
        width: 100% !important;
    }

    .ht-100vh {
        height: 100vh !important;
    }

    .content-overlay {
        padding: 0px 20px !important;
    }

    .ft-30 {
        font-size: 30px !important;
    }

    .image-responsive {
        justify-content: center !important;
    }

    .pl-5 {
        padding-left: 0px !important;
    }

}

@media(max-width:426px) {
    .mr-l-r {
        margin-left: 20px;
        margin-right: 20px;
    }
    .container-head{
        padding: 10px 20px !important;
    }

    .pd-top {
        padding-top: 50px;
    }

    .font-60 {
        font-size: 25px !important;
    }

    .w-30 {
        width: 50%;
    }
    .mobile-menu {
        width: 70%;
    }
 
}

@media(max-width:321px) {
    .mr-l-r {
        margin-left: 10px;
        margin-right: 10px;
    }

    .page-l-r {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}