@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.footer_sticky2 {
    display: none;
}

.btn-mrg {
    text-align: center;
    margin-bottom: 7%;
}

body {
    background-color: #fff;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 47%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm33 {
    width: 28%;
    float: left;
    margin: 1%;
}


.col_sm4 {
    width: 22%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 73%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}


.col_sm8 {
    width: 51%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 45%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top2 {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}

.top3 {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    width: 400px;
    float: left;
    padding: 0.5% 1% 0% 1%;
}

.logo a {
    display: inline-block;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1.3% 1%;
}


.fix_nav {
    position: relative;
    z-index: 99999;
    background: transparent;
}

.img {
    width: 100%;
}


.banner,
.slider,
#slider,
.swiper,
.swiper-container {
    z-index: 1 !important;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    z-index: 9999;
    background-color: #ede9e1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



/*------------------------------------------
footer
------------------------------------------*/
.footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.footer ul li {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    list-style: none;
    margin-top: 5px;
    width: 48%;
}

.ftr_btn {
    background: #ede9e1;
}

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #000 !important;
}

.ftr p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

.ftr_btn a {
    color: #000;
}


.ftr a {
    color: #000;
}


.ftr_right {
    text-align: right;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}



/*------------------------------------------
Main Code 
------------------------------------------*/
.banner-btn-main {
    display: flex;
    gap: 10px;
}

.banner-btn a {
    background: #000;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.banner-btn a:hover {
    background: #fff;
    color: #000;
}


.banner-btn-light a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    transition: all 0.5s ease-in-out;
}

.banner-btn-light a:hover {
    background: #ede9e1;
    color: #000;
}





.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.top_main {
    background-color: #ede9e1;
}

.top_main_flex {
    display: flex;
    gap: 16px;
    margin-bottom: 2%;
}


.top_main_flex p,
.top_main_flex p a {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}


.top_main_flex2 {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
}

.top_main_flex2 p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.fa-facebook-f,
.fa-instagram,
.fa-x-twitter,
.fa-linkedin-in,
.fa-tiktok {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}


.main_menu {
    background: #fff;
    position: absolute;
    bottom: -66px !important;
    left: 8%;
    border-radius: 3px;
    overflow: visible;
}

.img_one {
    width: 60%;
}

.img_one img {
    border-radius: 16px;
}

.about-us {
    position: relative;
    padding: 40px 0;
}

.img_two {
    top: 10%;
    width: 19%;
    left: 25%;
    position: absolute;
}

.img_two img {
    border-radius: 16px;
}

.shape2 {
    position: absolute;
    left: 24%;
    bottom: 14%;
    z-index: -1;
    width: 18%;
}

.shape4 {
    position: absolute;
    top: 10%;
    right: -53%;
    animation: upDown 1.3S infinite alternate;
}


@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.number-box {
    background: #15181B;
    border: 8px solid #FFFFFF;
    border-radius: 3px;
    height: 77px;
    width: 165px;
    padding: 15px 24px 12px;
    position: absolute;
    bottom: 14%;
    left: 24%;
}

.number-box h2 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 !important;
    text-align: left;
}

.number-box p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #ffffff;
}

.number-box {
    text-align: center;
    margin: 20px;
}

.about-us-content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px !important;
    color: #444241;
    text-align: left;
    font-style: italic;
}

.about-us-content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
}

.about-us-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
}


.btn2 a {
    background: #ede9e1;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    transition: all 0.5s ease-in-out;
}

.btn2 a:hover {
    background: #3a3a3a;
    color: #fff;
}

.btn22 {
    text-align: center;
}

.btn22 a {
    background: #000;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.btn22 a:hover {
    background: #fff;
    color: #000;
}



.ftr {
    background: #e6e6e6;
}


.services {
    background: #f9f9f9;
}

.services h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0% 0 0% !important;

    letter-spacing: 2px;
    text-align: center;
}

.services h2 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
}

.services p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
}

.services_sub {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0%;
    overflow: hidden;
    border: 1px solid rgba(21, 24, 27, 0.1);
    border-radius: 10px;
    z-index: 1;
    position: relative;
}


.services_sub h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: left;
    margin: 0 3%;

}

.services_sub p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
    margin: 0 3%;
}

.services_sub .btn2 {
    margin: 2% 3%;
    padding-bottom: 2%;
}


.services_sub_bg {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.services_sub:hover .services_sub_bg {
    opacity: 1;
}


.services_sub:hover:after {
    visibility: visible;
}

.services_sub:after {
    visibility: hidden;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(89.91deg, #e3e2de4f 46.5%, rgba(255, 255, 255, 0) 99.92%);
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
}


.icon-img {
    width: 55px;
    padding: 10px 11px;
}

.section1 {
    position: relative;
    z-index: 1;
    background: #ede9e1d9;
    padding: 109px 0;
    overflow: hidden;
}

.working-process-2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 10%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 69%;
    background-image: url(../images/bg.jpg);
}

.working-process-2__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: leftRight 1.3S infinite alternate;
    background-image: url(../images/bg-shape1.svg);
}

.section1 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.section1 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
}

.img-box1 {
    overflow: hidden;
    border-radius: 70px 0px;
    border: 6px solid #000;
    position: absolute;
    height: 56%;

}

.img-box1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-box2 {
    overflow: hidden;
    border-radius: 70px 0px;
    border: 6px solid #000;
    position: absolute;
    left: 70%;
    top: 5%;
    height: 41%;
}

.img-box2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.img-box3 {
    overflow: hidden;
    border: 6px solid #000;
    margin-bottom: 30px;
    border-radius: 0 70px;
    position: absolute;
    left: 70%;
    bottom: 2%;
    height: 41%;
}

.img-box3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 26px;
    padding: 0;
}

.bullet ul li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: left;
}

.inner-banner {
    position: relative;
}

.banner_content {
    position: absolute;
    top: 45%;
    text-align: left;
    float: left;
    margin: 1%;
    z-index: 9;
    left: 8%;
}

.banner_content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #fff;
}

.section-comply {
    background-color: #ebebeb;
    background-image: url("../images/shape-8.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.section-comply h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.section-comply p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.comply-shape {
    position: absolute;
    left: 0;
    top: 34px;
    width: 10%;

}

.alert-red {
    background-color: rgb(255 255 255 / 60%);
    border: 1px solid rgb(0 0 0);
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}

.alert-red svg {
    color: rgb(226, 75, 74);
    width: 32px;
    height: 32px;
    margin: 0px auto 12px;
}

.box-flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.box-flex2 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
    margin: 0 3%;

}

.deadline-table-wrapper {
    width: 100%;
    margin: 40px 0;
    overflow-x: auto;
}

.deadline-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #c9c9c9;
    background: #fff;
}

.deadline-table th {
    background: #000;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #fff;
    text-align: left;
    padding: 9px 19px;
    border: 2px solid #c9c9c9;
}

.deadline-table td {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
    padding: 9px 19px;
    border: 2px solid #c9c9c9;
}

.deadline-table td strong {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
}

.deadline-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

@media(max-width:768px) {

    .deadline-table th {
        font-size: 20px;
        padding: 12px;
    }

    .deadline-table td {
        font-size: 18px;
        padding: 12px;
    }

}


.box-flex {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.box-flex h2 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
    margin: 0 3%;

}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    position: relative;
}

/* Luxury connection line */
.cards-grid::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(200, 180, 255, 0.2) 10%,
            rgba(200, 180, 255, 0.3) 50%,
            rgba(200, 180, 255, 0.2) 90%,
            transparent);
    z-index: 1;
}

.process-card {
    background: rgb(245 245 245);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* Luxury glow effect on hover */
.process-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(200, 180, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.process-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.process-card:hover::before {
    opacity: 1;
}

.card-step {
    font-size: 2.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 2px;

}

.card-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgb(0 0 0 / 15%), rgb(0 0 0 / 5%));
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 3rem;
    transition: all 0.3s ease;
}

.process-card:hover .card-icon {
    background: linear-gradient(135deg, rgb(255 255 255 / 25%), rgb(255 255 255 / 10%));
    border-color: rgb(255 255 255 / 40%);
    transform: scale(1.05);
}

.card-title {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
    margin: 0 3%;

}

.card-description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center !important;
}

.card-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 1.2rem;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}

.card-icon img {
    width: 70px;
}

.marquee-container {
    margin-top: -1%;
    z-index: 9;
    position: relative;
}

/* Horizontal Scrolling Left */
.marquee-left {
    overflow: hidden;
    background: #ede9e1;
    padding: 15px 0;
}

.marquee-left-content {
    display: flex;
    animation: scrollLeft 60s linear infinite;
    gap: 50px;
    padding: 0 20px;
}

.marquee-left-content:hover {
    animation-play-state: paused;
}

.marquee-left-item {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

@keyframes scrollLeft {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.services-local {
    position: relative;
}


.services-local h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}

.services-local p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
    margin: 0 3%;
}

.services-local-card {
    border: 1px solid #e2e2e7;
    border-radius: 24px;
    background: #fff;
}

.services-local .shape {
    position: absolute;
    bottom: -10px;
    z-index: -9;
    left: 20px;
}

.services-local-card h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
    margin: 0 3%;

}

.services-local-card p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
    margin: 0 3%;
}

.img-box {
    position: relative;
    overflow: hidden;
    padding: 0 23px 23px;
}

.img-box-icon {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 70px;
    height: 66px;
    background: #fff;
    border-radius: 0 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.img-box-icon i {
    width: 45px;
    height: 45px;
    background: #ede9e1;
    border-radius: 50%;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box-icon2 {
    position: absolute;
    bottom: 29px;
    left: 21px;
    width: 70px;
    height: 66px;
    background: #fff;
    border-radius: 0 50% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.img-box-icon2 i {
    width: 45px;
    height: 45px;
    background: #ede9e1;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;

}



.test h4 {
    color: #17666d;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 16px !important;
    text-align: center;
    background: #e2e2e2;
    width: fit-content;
    font-family: "Figtree", sans-serif;
}

.test h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
}

.test p {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.services-bg {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Reviews Testimonial */
.testimonials .section-head.style-1 {
    margin-bottom: 30px;
}

.review-testimonial .item {
    padding: 60px 0 20px;
}

.testimonial-pic.style-1 {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 0;
    left: 50%;
    border: 0;
    transform: translate(-50%, -55%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-pic.style-1 .profile-pic {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-pic-circle {
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(50%, -50%);
    animation: testimonial-circle 30s linear infinite;
}

@keyframes testimonial-circle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.testimonial-pic-circle:after,
.testimonial-pic-circle:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 50%;
}

.testimonial-pic-circle:after {
    top: -1px;
    transform: translate(-50%, -50%);
}

.testimonial-pic-circle:before {
    bottom: -1px;
    transform: translate(-50%, 50%);
}

.testimonial-wrapper .testimonial-inner {
    padding: 59px 36px 20px;
    position: relative;
    background: #e6e6e6;
    text-align: center;
    border-radius: 6px;
}

.testimonial-wrapper .testimonial-inner .bg-img {
    position: absolute;
    top: 30px;
    left: 30px;
}

.testimonial-wrapper .testimonial-inner .bg-img svg path {
    fill: #000;
}

.testimonial-wrapper .testimonial-inner .profile-info {
    padding-bottom: 10px;
}

.testimonial-wrapper .testimonial-inner .profile-info .profile-name {
    margin-bottom: 0;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.testimonial-wrapper .testimonial-inner .profile-info h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 2%;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    font-family: "Figtree", sans-serif;
}


/* FAQ */
.faq-item {
    margin-bottom: 16px;
}

.faq-question {
    width: 100%;
    padding: 16px;
    background-color: white;
    border: 1px solid #D3D1C7;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    transition: background 0.2s;
    text-align: left;
    font-family: inherit;
}

.faq-question:hover {
    background-color: #F5F3EF;
}

.faq-question svg {
    transition: transform 0.2s;
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-question.active svg {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 16px;
    background-color: #F8F6F2;
    font-size: 14px;
    color: #555;
}

.faq-answer.show {
    display: block;
}

/* Form */
.form-section {
    max-width: 600px;
}

.form-section p.intro {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 32px;
}

.success-msg {
    background-color: #EAF3DE;
    border: 1px solid #639922;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 24px;
    color: #27500A;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.success-msg.show {
    display: block;
}

form {
    display: grid;
    gap: 16px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

select {
    background-color: white;
}

form .btn {
    width: fit-content;
}


.section-1 {
    width: 48%;
    float: left;
    margin: 0%;
    background: #fff;
}

.section-1-pdg {
    padding: 21px 10px 21px 10px;
}

.section-1 h2 {
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: center;

}

.section-1 img {
    height: 70vh;
    object-fit: cover;
}

.ftr {
    margin-top: -14px;
    z-index: 9;
    position: relative;
}

.section-1 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
    margin: 0 3%;
}

#faqContainer {
    padding: 0px 30px;
}

.gray-bg2 {
    background: #ede9e1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-111 {
    width: 43%;
    float: left;
    margin: 0%;
    background-color: #ede9e1;
    padding: 22px 18px 21px 18px;
}

.section-111 h2 {
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: center;

}

.section-2 {
    width: 50%;
    float: left;
    margin: 0%;
    background-color: #ede9e1;
    padding: 22px 18px 21px 18px;
}

.section-2 h2 {
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.section-2 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
    margin: 0 3%;
}

.gray-bg {
    display: flex;
}

.btn222 {
    background: #000;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
    border: none;
}

.before-after h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.before-after p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
    margin: 0 3%;
}

.slider-container {
    margin: 0 auto;
    margin-top: 5rem;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 400px;
    border-radius: 0.7rem;
    overflow: hidden;
    margin: 0;
}

.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
    position: absolute;
    font-family: system-ui;
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    z-index: 4;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 0.3rem;
    letter-spacing: 2px;
    transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
    left: 20px;
    /* Position text to the left */
    top: 20px;
    z-index: 5;
}

/* After text */
.after-text {
    right: 20px;
    /* Position text to the right */
    top: 20px;
    z-index: 3;
}

/* Hide the After text initially */
.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: #fff;
    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;
}

.pulse-container {
    position: relative;
    display: inline-block;
}

.pulse-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    /* Larger than the SVG */
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    /* Color of the pulse */
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.slider-line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
    user-select: none;
    /* Disable selection on most browsers */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

.slider-handle,
.slider-line {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.slider-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.before-image img,
.after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:768px) {
    .before-after-grid {
        grid-template-columns: 1fr;
    }

    .slider-container {
        height: 300px;
    }
}


/* Filter Section */
.filter-section {
    padding: 40px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #2a2a2a;
}

.filter-btn {
    padding: 10px 20px;
    border: 1px solid #3a3a3a;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.filter-btn:hover {
    border-color: #5a5a5a;
    color: #d4d4d4;
}

.filter-btn.active {
    border-color: #000;
    background-color: rgb(0 0 0 / 13%);
    color: #000;
}

/* Project Grid */
.projects-grid {
    padding: 60px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
}

.project-card {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-4px);
}

.project-thumbnail {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #1a1a1a;
}

.project-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-card:hover .project-thumbnail img {
    transform: scale(1.05);
}

.project-category {
    font-size: 12px;
    color: #ff6e25;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-weight: 600;
}

.project-title {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
}

.project-location {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    text-align: left;
    font-weight: 600;
}

.project-description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: left;
}

/* Lightbox Modal */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #a0a0a0;
    cursor: pointer;
    font-size: 28px;
    padding: 8px;
    transition: color 0.3s ease;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    color: #ff6e25;
}

/* Image Section */
.lightbox-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lightbox-main-image {
    background-color: #1a1a1a;
    border-radius: 2px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.lightbox-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox-controls {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.lightbox-btn {
    background-color: rgba(212, 175, 55, 0.15);
    border: 1px solid #ff6e25;
    color: #ff6e25;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px;
}

.lightbox-btn:hover {
    background-color: rgba(212, 175, 55, 0.25);
}

.lightbox-counter {
    font-size: 12px;
    color: #808080;
    flex: 1;
    text-align: center;
}

.lightbox-thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.lightbox-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid #3a3a3a;
    border-radius: 2px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.lightbox-thumbnail:hover {
    opacity: 0.8;
}

.lightbox-thumbnail.active {
    opacity: 1;
    border-color: #ff6e25;
}

/* Info Section */
.lightbox-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px;
}

.lightbox-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lightbox-category {
    font-size: 12px;
    color: #ff6e25;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.lightbox-title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
}

.lightbox-location {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: left;
}

.lightbox-description-box {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: left;
}

.lightbox-description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: left;
}

.lightbox-details {
    padding-top: 8px;
}

.lightbox-details-label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: left;
}

.lightbox-details-text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: left;
}


.faq .section-title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: center;
}

.about-us-section {
    background: url(../images/pattern-bg.png);
}

.about-us-section h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.team-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    display: flex;
}

.team-card img {
    height: 350px;
    object-fit: cover;
}

.team-content {
    padding: 15px;
}

.team-content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: left;
}

.pd-btm {
    padding-bottom: 1%;
}

.team-content span {
    color: #7c7c7c;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.team-photo {
    border-radius: 20px;
}

.team-card p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
}

.fas {
    font-size: 40px;
    color: #000;
    margin-bottom: 15px;
}

.stats {
    background: #111;
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

.stat-box {
    text-align: center;
}

.stat-box h2 {
    color: #fff;
    font-size: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
}

.stat-box p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: center;
}

.container {
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* contact-us */


.contact-txt2 {
    transition: all .4s linear;
    min-height: 369px;
    background-color: #fff;
}

.contacct-active {
    box-shadow: 0 0 16px 3px #64646447;
    border-radius: 20px;
}

.img-con {
    border-radius: 20px;
    overflow: hidden;
    height: 146px;
    width: 92%;
    margin: 17px auto;
}

.icon_con {
    background-color: #000;
    width: 40px;
    height: 40px;
    padding: 4%;
    margin: -45px 40% 3%;
    z-index: 1;
    position: relative;
    border-radius: 23px;
    box-shadow: 1px 20px 20px 4px #7575757d;
}

.contact-txt2 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: center;
}

.contact-txt2 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    line-height: 140%;
    margin: 1% 0% 0% !important;
    color: #000;
}

.contact-txt2 p a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: #000;

    margin: 0% !important;
    text-align: center;
    text-decoration: none;
}



.contact h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    padding: 0% 1%;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
}

.frm-mrg {
    margin: 0px 0% 0px 1% !important;
}

/* contact-us */

.cta-banner {
    background: #d4d4d4;
    color: #1a1a1a;
    padding: 48px 40px;
    border-radius: 0;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #000000;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-headline {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

.cta-subtitle {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.contact-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.contact-card {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    gap: 16px;
    align-items: center;
}

.contact-card:hover {
    background: #f0f0f0;
    border-color: #000000;
}

.phone-icon {
    width: 44px;
    height: 44px;
    background: #000000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    color: #fff;
}

.contact-info h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-family: "Roboto", sans-serif;
    margin-bottom: 4px;
}

.contact-info a {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    font-family: "Roboto", sans-serif;
}

.contact-info a:hover {
    color: #333333;
}

.email-section {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
}

.email-label {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
    font-family: "Roboto", sans-serif;
}

.email-link {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
    font-family: "Roboto", sans-serif;
}

.email-link:hover {
    color: #333333;
}

@media (max-width: 768px) {
    .cta-banner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 24px;
    }

    .cta-headline {
        font-size: 24px;
    }

    .cta-banner::before {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .cta-banner {
        padding: 32px 20px;
        gap: 32px;
    }

    .cta-headline {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .contact-card {
        padding: 16px;
    }

    .phone-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .contact-info h3 {
        font-size: 14px;
    }

    .contact-info a {
        font-size: 14px;
    }
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .logo {
        width: 337px;
        padding: 0% 1% 0% 1%;
    }

    .top2 {
        width: 90%;
    }

    .img-box1 {
        height: 50%;
    }

    .img-box2,
    .img-box3 {
        left: 73%;
    }

}

@media only screen and (max-width :1500px) {
    .img-box1 {
        height: 44%;
    }

    .cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media only screen and (max-width :1400px) {

    .col_sm4 {
        width: 31%;
    }

    .img-box2,
    .img-box3 {
        left: 74%;
    }

}

@media only screen and (max-width :1300px) {
    .top2 {
        width: 98%;
    }

    .img_one {
        width: 98%;
    }

    .img_two {
        display: none;
    }

    .box-flex {
        flex-wrap: wrap;
    }



    .logo {
        width: 262px;

    }

    .img-box1 {
        height: 39%;
        top: 29%;
    }


    .img-box2,
    .img-box3 {
        left: 76%;
        height: 40%;
    }
}



@media only screen and (max-width :1200px) {
    .lightbox-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lightbox-info {
        max-height: 400px;
        overflow-y: auto;
    }


    .img-box1 {
        height: 36%;
    }

    .img-box2,
    .img-box3 {
        left: 76%;
        height: 34%;
    }

    .img-box3 {
        bottom: 15%;
    }

}

@media screen and (max-width: 1100px) {
    .img-box1 {
        height: 31%;
    }
}

@media only screen and (max-width :1000px) {
    .inspiro-slider .slide .slide-captions {
        top: 19% !important;
    }

    .col_sm88 {
        width: 98%;
    }

    .img_two {
        top: 13%;
        width: 34%;
        left: 46%;
    }


    .number-box {
        bottom: 47%;
        left: 41%;
    }

    .col_sm8 {
        width: 98%;
    }


    .shape2 {
        left: 53%;
        bottom: 38%;
        width: 26%;
    }


    .col_sm2 {
        width: 98%;
    }

    .display {
        display: none;
    }

}


@media only screen and (max-width:960px) {

    .inner-banner img {
        height: 300px;
        object-fit: cover;
    }


    .header h1 {
        font-size: 36px;
    }

    .projects-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 24px;
        padding: 40px 20px;
    }

    .filter-section {
        padding: 30px 20px;
        gap: 8px;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .lightbox-close {
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    .cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .col_sm4 {
        width: 98%;
    }

    .gray-bg {
        display: flex;
        flex-wrap: wrap;
    }


    #mobile-slider .slide .slide-captions a {
        font-family: "Roboto", sans-serif;
        border-color: #ffffff;
        background-color: transparent;
        color: #fff;
        background: #e77019;
        border: none;
        border-radius: 50px;
        display: flex;
        width: fit-content;
    }

    .banner-btn-main {
        display: block;
    }

    .banner-btn a {
        gap: 10px;
        align-items: center;
    }

    .banner-btn-light a {
        gap: 10px;
        align-items: center;
    }

    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .top_main {
        display: none;
    }

    .main_menu {
        position: static !important;
        width: 100% !important;
    }

    .shape4 {
        display: none;

    }

    .shape2 {
        display: none;
    }

    .logo img {
        position: relative;
        z-index: 999;
        width: 280px;

    }

    .number-box {
        bottom: 40%;
        left: 44%;
    }

    .col_sm3 {
        width: 47%;
    }

    .navbarrr {
        width: 100%;
        margin-top: -6%;
        display: none;
    }

    #cssmenu ul {
        margin-top: 6% !important;
    }

    .col_sm4 {
        width: 48%;
    }

    .ftr .col_sm4 {
        min-height: 23vh;
    }

    .ftr_right {
        text-align: left;
    }

    .mb {
        display: block;
    }

    .footer_sticky2 {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #e77019;
        padding: 7px 0;
        z-index: 9;
        right: 0;
        border-radius: 0;
        border: 0;
    }


    .cta_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }

    .cta_grid .cta_item {
        border-right: 1px solid #fff;
        border-bottom: 0;
    }

    .cta_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }

    .cta_grid .cta_item {
        border-right: 1px solid #fff;
        border-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .cta_item a {
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 0% !important;
        color: #fff;
        text-align: left;
        margin: 0 3%;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
        width: 100%;
    }

}

@media only screen and (max-width:800px) {
    .client-carousel {
        top: 0 !important;
        margin-bottom: 5% !important;
    }

    .navbarrr {
        margin-top: -9%;
    }

    .number-box {
        bottom: 47%;
    }

    .shape2 {
        bottom: 45%;
    }

    .banner-overlay {
        width: 110% !important;
    }

    .inspiro-slider .slide .slide-captions {
        width: 81% !important;

    }

    .container {
        width: 98%;
    }

    .top_main_flex2 {
        display: none;
    }

    .top_main {
        height: 9vh;
    }

    .col_sm3 {
        width: 47%;
    }


}


@media only screen and (max-width : 700px) {
    #slider {
        height: 63vh !important;
    }

    .img_one {
        width: 79%;
    }
}

@media only screen and (max-width:600px) {
    .team-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .team-card img {
        height: 57vh;
    }

    .team-card {
        flex-wrap: wrap;
    }


    .section-111 {
        width: 90%;
    }

    .form-row {
        grid-template-columns: 1fr;
    }



    .projects-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
        padding: 30px 20px;
    }

    .project-thumbnail {
        height: 200px;
    }

    .lightbox-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lightbox-title {
        font-size: 22px;
    }

    .inspiro-slider .slide .slide-captions {
        top: 3% !important;
    }

    .inspiro-slider .slide .slide-captions h1 {
        font-size: 34px !important;

    }

    .number-box {
        display: none;
    }

    .top_main_flex {
        display: flex;
        gap: 16px;
        margin-bottom: 2%;
        flex-wrap: wrap;
    }

    .top_main {
        height: 16vh;
    }

    .main_menu {
        top: 11.9%;
    }

    .col_sm3 {
        width: 98%;
    }

    .col_sm4 {
        width: 98%;
    }

    .ftr img {
        width: 44%;
    }

    .ftr .col_sm4 {
        min-height: 0;
    }

    .services_sub {
        height: fit-content;
    }

    #slider {
        height: 73vh !important;
    }

    .img_one {
        width: 98%;
    }

    .img_two {
        display: none;
    }

    .col_sm33 {
    width: 96%;
    }

}


@media only screen and (max-width:500px) {
    .ftr img {
        width: 66%;
        margin-top: 5%;
    }

    .navbarrr {
        margin-top: -12%;
    }

}


@media only screen and (max-width:400px) {
    .number-box {
        bottom: 60%;
        left: 36%;
    }

    .navbarrr {
        margin-top: -15%;
    }
}

@media only screen and (max-width:360px) {
    .top_main_flex {
        flex-wrap: wrap;
    }

    .top_main {
        height: 17vh;
    }

    .main_menu {
        top: 12.9%;
    }

    #slider {
        height: 110vh !important;
    }

    .number-box {
        bottom: 63%;
        left: 28%;
    }

    .logo {
        width: 215px;

    }

    .col_sm3 {
        width: 98%;
    }

}