/* USama's Code / start */
/* OWL Carousel */
.owl-carousel .owl-nav {display:flex;justify-content:flex-end;gap:10px;padding:10px 0 0 0;z-index:1;}
.owl-carousel .owl-stage-outer {z-index:2;}
.owl-carousel .owl-prev,.owl-carousel .owl-next {font-size:30px!important;width:15px;font-family:ETmodules!important;font-weight:400!important;display:block!important;width:35px!important;margin-top:-5px;}
@media only screen and (min-width:800px){.product-carousel .owl-nav {justify-content:space-between;margin-right:-40px;margin-left:-40px;position:absolute;width:calc(100% + 80px);top:50%;transform:translateY(-50%);padding:0;}.product-carousel .woocommerce-loop-product__title {overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;padding:0 12px!important;margin:20px 0 7px!important;}}
.owl-carousel .owl-dots{display:flex;gap:5px;}
.owl-carousel .owl-dots > .owl-dot{width:30px;height:7px;background-color:#ccc;}
.owl-carousel .owl-dots > .owl-dot.active{background-color:#333;}

.cx-testimonials .owl-item{padding:15px 30px;}
.cx-testimonials blockquote{position:relative;border:none;padding:0;}
.cx-testimonials blockquote:before,
.cx-testimonials blockquote:after{background:url(/wp-content/uploads/2026/01/quote.webp);background-repeat:no-repeat;background-size:contain;position:absolute;content:"";height:43px;width:32px;top:-20px;left:-30px;}
.cx-testimonials blockquote:after{left:auto;top:auto;bottom:-20px;right:-30px;}
.cx-testimonials ul{list-style:none;padding-left:0;}
.cx-testimonial-author{display:block;color:#1C9CD8;font-weight:600;font-size:18px;margin-bottom:20px;}

.mfp-bg, .mfp-wrap{
	z-index:999999!important;
}
/* Usama's Code / End */


/* ======================service */

.services-section {
    padding: 100px 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;

}

.service-section-bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: -1;
    margin: 0 auto
}

.service-section-bg-2 {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
    margin: 0 auto
}



/* =====================service-card */
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.hover-img {
    position: absolute;
    top: -9px;
    left: 0;
    right: -35px;
    bottom: -5px;
    width: 102%;
    z-index: -1;
    height: 110%;
    display: none;
}

.hover-img-r {
    position: absolute;
    top: -9px;
    left: -15px;
    right: 0px;
    bottom: -5px;
    width: 102%;
    z-index: -1;
    height: 110%;
    display: none;
}

.service-col:hover .bg-img {
    display: none;
}

.service-col:hover .hover-img-r,
.service-col:hover .hover-img {
    display: block;
}

.service-col {
    margin: 10px;
    position: relative;
    height: 100%;
}

.service-card {
    position: relative;
    height: 100%;
    cursor: pointer;
    padding: 25px 50px;
    width: 63%;
    z-index: 4;
}

.service-card:hover h3 {
    color: #041A38;
}

.service-card:hover p {
    color: #8B9697;
}

.service-image {
    height: 94px;
    width: 94px;
    border-radius: 100%;
    background-color: rgba(135, 135, 135, 0.400);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.service-image svg {
    fill: #878787;
}

.service-card:hover .service-image {
    background-color: #041A38;


}

.service-card:hover .service-image svg {
    fill: #FFFFFF !important;
}
.service-card:hover .service-image svg path{
    fill: #FFFFFF !important;
}
.service-card h3 {


    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height, or 115% */
    display: flex;
    align-items: center;

    color: #8B9697;


}

.service-card p {


    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* or 130% */
    display: flex;
    align-items: center;

    color: #8B9697;


}


/* =================process */
.process-bg {
    position: absolute;
    top: -40%;
    left: 0;
    height: auto;
    z-index: -1;
    margin: 0 auto;
    /* width: 100%; */
    height: 100%;
}

.step {
    width: 23% !important;
}

.step-img-down {
    margin-top: 20px !important;

}

.step-even {
    margin-top: -32px;
}

.step-even,
.step-odd {
    /* max-width: 150px !important; */
    text-align: center;
    position: relative;
    /* margin-left: 40px; */
}

.process-text-row {
    margin-top: -20px !important;
}

.line-1,
.line-3 {
    max-width: 200px !important;
    position: absolute;
    top: -20px;
    left: 53%;
    /* width: ; */
    z-index: 10;
}

.line-2 {
    max-width: 240px !important;
    position: absolute;
    top: 16px;
    left: 62%;
}

.line-4 {
    max-width: 240px !important;
    position: absolute;
    top: 22px;
    left: 62%;
}



.step-circle {
    height: 35px;
    width: 35px;
    background-color: #1C9CD8;
    border-radius: 100%;
    border: 1px solid #333333;
    margin: 10px auto;
}

.step-heading {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    /* font-size: 26px;
    line-height: 30px; */
    font-size: 22px;
    /* identical to box height, or 115% */
    text-align: center;

    color: #8B9697;
    text-transform: uppercase;
}

.process-step p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    /* font-size: 22px;
    line-height: 26px; */
    font-size: 18px;

    /* or 118% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #041A38;
    max-width: 150px !important;
    margin: 0 auto;
}




.process-wrapper {
    position: relative;
}

.process-step {
    position: absolute;
    width: 150px;
    text-align: center;
}


.step-1 {
    top: 100%;
    left: -30px;
}

.step-2 {
    top: 82%;
    left: 22%;
}

.step-3 {
    top: 100%;
    left: 49%;
}

.step-4 {
    top: 82%;
    left: 74%;
}



/* ========================================================carousel */
.testimonial-carousel {
    margin: auto;
    position: relative;
    font-family: 'Kumbh Sans', sans-serif;
    padding-left: 20px;
}

.testimonial-carousel input {
    display: none;
}

.slides {
    overflow: hidden;
    position: relative;
}

/* ===== SLIDE ANIMATION CORE ===== */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(40px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
    pointer-events: none;
}

.slide.active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* ===== QUOTE ICON ===== */
.quote svg {
    width: 28px;
    height: 18px;
}

.start-quote {
    position: absolute;
    left: 0;
    z-index: 10 !important;
}

/* ===== QUOTE TEXT ===== */
.quote {
    color: #8B9697;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    padding-left: 35px;
    position: relative;
    z-index: 10;
}

/* ===== LIST ===== */
.slides ul {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #8B9697;
    list-style: none;
    padding-left: 70px;
    list-style: none !important;
}

/* ===== AUTHOR ===== */
.author {
    color: #1C9CD8;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

/* ===== DOTS ===== */
.dots {
    margin-top: 12px;
    display: flex;
}

.dots button {
    width: 16px;
    height: 9px;
    background: #C8C8C8;
    cursor: pointer;
    border: none;
    margin-right: 6px;
    transition: background 0.3s ease;
}

.dots button.active {
    background: rgba(85, 85, 85, 0.72);
}

/* ===== PAGE BACKGROUND SVG ===== */
/* .page-id-9 .et_pb_row_20.et_pb_row {
    position: relative !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='1061' height='444' viewBox='0 0 1061 444' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M70.0537 1C341.285 1 1060 1 1060 1V443H1C1 443 1 200.112 1 70.6166C1 70.3579 70.0537 1 70.0537 1Z' stroke='%23041A38' stroke-width='2'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
} */

/* ====================================================Projects */
/* ====== PORTFOLIO GRID FIX ====== */
.grid {
    position: relative;
    margin: -12px;
}

.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item {
    float: left;
    padding: 12px;
}

/* Card wrapper */
.grid-img {
    display: block;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #000000;
    box-shadow: 0px 10px 17.9px 0px #00000026;

    /* KEY PART */
    height: 240px !important; 
}

/* Image styling */
.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* makes all images same height */
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect */
.grid-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Clearfix */
.grid::after {
    content: "";
    display: block;
    clear: both;
}


/* ====== FILTER BUTTONS ====== */
.button-group {
    gap: 10px;
}

.filter-btns {
    background: transparent;
    color: #1B9CD8;
    /* adjust as needed */
    border: 0px solid black;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;

}

.filter-bg-hover,
.filter-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.filter-bg-hover {
    display: none;
}

.filter-bg-hover {
    z-index: -1;
}

.filter-btns:hover {
    color: #fff;
}

.filter-btns:hover .filter-bg {
    display: none;
}

.filter-btns:hover .filter-bg-hover {
    display: block;
}

.active-category .filter-bg-hover {
    display: block;
}

.active-category {
    color: white !important;
}


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

@media (max-width: 991px) {

    .grid-sizer,
    .grid-item {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .footer-form h3{
font-size: 30px;
}
.insights-input input{
font-size: 16px;
line-height: 10px;
letter-spacing: 0%;
padding: 12px;
}
.footer-form-btn{
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: black;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .service-card {
        width: 62%;
    }

    .circle-svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 190px;
        height: auto;
        z-index: -1;
    }

    .service-card h3 {
        font-size: 26px;
        line-height: 30px;


    }

    .process-step {
        width: 210px
    }

    .step-1 {
        top: 100%;
        left: -50px;
    }

    .step-2 {
        top: 90%;
        left: 20%;
    }

    .step-3 {
        top: 100%;
        left: 47%;
    }

    .step-4 {
        top: 90%;
        left: 72%;
    }

    .service-card p {
        font-size: 26px;
        line-height: 30px !important;
    }

    .quote {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0%;
        padding-left: 35px;
        position: relative;
        z-index: 10;
    }

    .slides ul {
        font-weight: 700;
        font-style: Bold;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0%;
        color: #8B9697;
        list-style: none;
        padding-left: 70px;
    }

    .author {
        color: #1C9CD8;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0%;

    }

    .quote svg {
        width: 33px;
        height: 22px;
    }

    .start-quote {
        position: absolute;
        left: 0;
        z-index: 10 !important;
    }

    .dots button {
        width: 18px;
        height: 11px;
        background: #C8C8C8;
        cursor: pointer;
        border: none;
        margin-right: 6px;
    }

    .step-heading {
        font-size: 26px;
    }

    .process-step p {

        font-size: 22px;

    }
}

/* @media only screen and (max-width: 1600px) {
    .service-card {

        width: 75%;

    }
} */

@media only screen and (max-width: 1024px) {
    .service-card {

        width: 100%;

    }

    .step-1 {
        top: 100%;
        left: -27px;
    }

    .step-2 {
        top: 85%;
        left: 22%;
    }

    .step-3 {
        top: 100%;
        left: 49%;
    }

    .step-4 {
        top: 85%;
        left: 74%;
    }

    .main-heading {
        font-size: 36px;
        line-height: 40px;
    }

    .handwritten-text {
        font-size: 20px;
        line-height: 22px;
        width: 300px;
        bottom: 35px;
        left: -85%;
    }

    .handwritten-textprocess {
        left: -30%;
    }


    .heading-underline {
        width: 70px;
        left: 28px;

    }

    .process-text .help-text {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 5px 10px;
    }



    .subtitle {

        font-size: 16px;
        line-height: 28px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    /* .help-circle {
    display: inline-block;
    position: relative;
    margin: 0 10px;
} */

    .circle-svg {
        position: absolute;
        left: 50%;
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        width: 100%;
    }

    .process-text .circle-svg {
        width: 180px;
    }

    .service-card {
        padding: 20px 30px;
    }

    .heading-underline-process {
        left: -20px;
    }

}


@media only screen and (max-width: 1024px) {
    .process-step {
        position: absolute;
        width: 120px;
        text-align: center;
    }

   .step-1 {
        top: 100%;
        left: -20px;
    }

    .step-2 {
        top: 85%;
        left: 23%;
    }

    .step-3 {
        top: 100%;
        left: 50%;
    }

    .step-4 {
        top: 85%;
        left: 76%;
    }


    .process-step p {

        font-size: 14px;

    }
    .process-step img{
        height: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .process-step {
        position: relative !important;
        top: unset !important;
        left: unset !important;
    }

    .step-1,
    .step-2,
    .step-3,
    .step-4 {
        margin: 0 0 30px 0 !important;
        position: relative !important;
        top: unset !important;
        left: unset !important;
    }

    .process-step {
        width: 100% !important;
    }
       .step-heading {
        font-size: 22px !important;
    }

    .process-step p {

        font-size: 18px;

    }
.process-step p{
    max-width: 80% !important;
}
}

@media only screen and (max-width:767px) {

    .hover-img-r,
    .hover-img {
        position: absolute;
        top: -9px;
        left: 0;
        right: -35px;
        bottom: -5px;
        width: 102%;
        z-index: -1;
        height: 110%;
        display: none;
    }



}

@media only screen and (max-width: 600px) {
    .service-card h3 {
        font-size: 24px;
    }

    .service-card {
        padding: 15px 20px;
    }

    .main-heading {
        font-size: 24px;
        line-height: normal;
    }

    .service-card p {
        font-size: 16px;
    }

    .handwritten-text {
        font-size: 16px;
        bottom: 25px;
        left: 0;
        width: fit-content;
    }

    .process-text .circle-svg {
        width: 130px;
    }

    .heading-underline-process {
        left: -12px;
    }

    .process-bg {
        height: 200px;
        top: 0;
    }
}

@media only screen and (max-width:500px) {
.footer-form h3{
font-size: 16px;

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


    .step-heading {
        font-size: 12px;
    }

   

    .quote {
        font-size: 16px;

    }

    .slides ul {
        font-weight: 600;
        font-size: 16px;
    }

    .author {
        font-size: 16px;

    }

    .quote svg {
        width: 25px;
        height: 18px;
    }
}

/* ====================== Brand Carousel ====================== */

.bc-carousel-section {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.bc-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Carousel Wrapper */
.bc-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Brand Rows */
.bc-brand-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bc-brand-track {
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
}

/* Animation for left to right */
.bc-row-left-to-right .bc-brand-track {
    animation: bc-scrollLeftToRight 15s linear infinite;
}

/* Animation for right to left */
.bc-row-right-to-left .bc-brand-track {
    animation: bc-scrollRightToLeft 15s linear infinite;
}

/* Pause on hover */
.bc-brand-row:hover .bc-brand-track {
    animation-play-state: paused;
}

@keyframes bc-scrollLeftToRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes bc-scrollRightToLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Brand Logo */
.bc-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    flex-shrink: 0;
    padding: 20px;
}

.bc-brand-logo img {
    max-width: 180px;
    height: auto;
    object-fit: contain;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.bc-brand-logo:hover img {
    opacity: 0.8;
    filter: grayscale(0%);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .bc-brand-track {
        gap: 30px;
    }
    
    .bc-brand-logo {
        min-width: 180px;
    }
    
    .bc-brand-logo img {
        max-width: 160px;
    }
}

@media (max-width: 992px) {
    .bc-brand-track {
        gap: 30px;
    }
    
    .bc-brand-logo {
        min-width: 150px;
    }
    
    .bc-brand-logo img {
        max-width: 140px;
    }
}

@media (max-width: 768px) {
    .bc-carousel-wrapper {
        gap: 40px;
    }
    
    .bc-brand-track {
        gap: 25px;
    }
    
    .bc-brand-logo {
        min-width: 130px;
        padding: 15px;
    }
    
    .bc-brand-logo img {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .bc-container {
        padding: 0 20px;
    }
    
    .bc-carousel-wrapper {
        gap: 30px;
    }
    
    .bc-brand-track {
        gap: 20px;
    }
    
    .bc-brand-logo {
        min-width: 110px;
        padding: 10px;
    }
    
    .bc-brand-logo img {
        max-width: 100px;
    }
}