/*Hero Section*/

.services-heading-h1 {
    font-size: 18px;
    font-weight: 500;
}

.service-hero-section-bg {
    padding-top: 100px;
    padding-bottom: 20px;
    background: #e3f7fe;

}

.service-hero-section-bg .text-muted {
    padding-bottom: 5px;
}

.service-hero-section-bg .img-fluid {
    max-width: 100%;
    max-height: 448px;
}

.service-hero-h1 {
    letter-spacing: -0.24px;
    font-weight: 600;
    font-size: 1rem;
    color: #1463FF !important;
}

.service-hero-heading {
    font-family: "Lexend", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -2.5px;

}

.services-hero-text {
    font-size: 16px;
}

.service-hero-section-btn {

    padding: 10px 20px;
    border-radius: 6px;

}







/* Social icons slider */
.social-icon-heading-button {
    align-items: center !important;
}





/* Mobile devices (up to 767px) */
@media (max-width: 600px) {

    .services-page-hero-button {
        display: none;
    }

    .services-hero-heading {
        font-size: 30px;
        letter-spacing: -1.5px !important;
    }
}



/*======= About Us Page ========*/

/*Hero Section*/


.about-us-hero-heading,
.services-hero-heading {

    font-family: "Lexend", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -2.5px;
}

/* About Us Section */
.services-page-aboutus-section-button {
    margin-top: 20px;
}

@media (max-width: 600px) {


    .services-page-aboutus-section-button {
        display: flex;
        justify-content: center;
        /* Horizontally center the button */
        align-items: center;
        /* Vertically center the button (if needed) */
        text-align: center;
        /* Ensure text alignment */
    }
}

@media (max-width: 600px) {

    .about-us-hero-heading {
        font-size: 30px;
        letter-spacing: -2.5px;
    }
}

.about-us-hero-text {
    font-size: 16px;
}




/*======= services main page - services card befor section ========*/
.custom-section {
    height: 60vh;
    background-color: #ffffff;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

/* Floating circles */
.custom-section::before,
.custom-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(20, 94, 243, 0.05);
}

.custom-section::before {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
}

.custom-section::after {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 173, 87, 0.05);
}

.circle-1 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: 10%;
}

.circle-2 {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 15%;
}

.content-box {
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.content-box {
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.sub-heading {
    font-size: 18px;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border: 2px solid #1463FF;
    border-radius: 16px;
    padding: 6px 20px;
    /* optional for spacing inside the border */
    display: inline-block;
    /* ensures the border wraps around the content only */
}


.main-heading {
    font-family: "Onest", Sans-serif !important;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -2.5px;
    margin-bottom: 20px;
    color: #222;
}

.section-paragraph {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.price-style {
    font-size: 56px;
    background-color: #ffad57;
    color: #0E0A3E !important;
    padding: 0 5px;
    line-height: 0.9;
    transform: rotate(-4deg) !important;
    display: inline-block;
}

/*======= Our-Work Page portfolio and services page services cards ========*/

.portfolio-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.portfolio-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    /*            margin-bottom: 30px;*/
    overflow: hidden;
    transition: all 0.3s ease;
    /*            height: 100%;*/
    display: flex;
    flex-direction: column;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.card-image-container {
    padding: 15px 15px 0 15px;
}

.services-card-image-container {
    padding: 15px 15px 15px 15px;
}

.card-image {
    width: 100%;
    height: 365px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.portfolio-content {
    padding: 15px 25px 25px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-page-portfolio-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0357FF;
}

.portfolio-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.portfolio-description {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 15px;
    flex-grow: 1;
}

.portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background-color: #0357FF;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

/* Staggered layout adjustments */
.row-staggered {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.card-wrapper {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;

}

.ourwork-cardwrapper {
    z-index: 100;
}

.ourwork-cardwrapper:nth-child(odd) .portfolio-card {
    margin-top: -30px !important;
}

.card-wrapper:nth-child(odd) .portfolio-card {
    margin-top: 0;
}

.card-wrapper:nth-child(even) .portfolio-card {
    margin-top: 75px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .card-image {
        height: 160px;
    }
}

@media (max-width: 767px) {

    .portfolio-container {
        margin-top: 30px;
        /* adjust value as needed */
    }

    .card-wrapper {
        width: 100%;
    }

    .card-wrapper:nth-child(even) .portfolio-card {
        margin-top: 0;
    }

    .card-image {
        height: 200px;
    }

    .portfolio-content {
        padding: 15px 20px 20px 20px;
    }
}

@media (max-width: 576px) {
    body {
        /*padding: 20px 0;*/
    }

    .portfolio-header {
        margin-bottom: 30px;
    }

    .card-image {
        height: 160px;
    }

    .card-image-container {
        padding: 12px 12px 0 12px;
    }

    .services-card-image-container {
        padding: 12px 12px 12px 12px;
    }
}


/*======= Our-Work Page portfolio section css ========*/
.ourwork-section {
    height: 50vh;
    background-color: #f8f9fa;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

/* Diagonal gradient overlay */
.ourwork-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(20, 94, 243, 0.03) 0%, rgba(255, 173, 87, 0.03) 100%);
    z-index: 0;
}

/* Floating dots pattern */
.ourwork-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(20, 94, 243, 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 0;
}

.ourwork-section .content-box {
    max-width: 750px;
    position: relative;
    z-index: 1;
}

.ourwork-sub-heading {
    font-size: 16px;
    font-weight: 600;
    color: #145EF3;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}


.ourwork-main-heading {
    font-family: "Onest", Sans-serif !important;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -2.5px;
    margin-bottom: 20px;
    color: #222;
}

.ourwork-main-heading span {
    color: #145EF3;
    position: relative;
}

.ourwork-main-heading span::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(255, 173, 87, 0.3);
    z-index: -1;
}

.ourwork-paragraph {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
}