.about-hero {
    min-height: 390px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-hero h1 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 64px;
}

.about-hero p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 500;
}

/* Top intro section */
.about-us-intro-section {
    padding: 50px 0 40px;
    text-align: center;
    position: relative;
}

.about-us-intro-shape-img {
    position: absolute;
    left: 0;
    bottom: -65px;
}

.about-us-intro-section h1 {
    font-weight: 700;
    max-width: 870px;
    margin: 0 auto 25px;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
}

.about-us-intro-section p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 18px;
    color: #1E1E1E;
    line-height: 33px;
}

.who-we-are-image-card {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.who-we-are-image-card img {
    width: 501px;
    height: 335px;
    object-fit: cover;
    border-radius: 24px;
}

.who-we-are-section {
    padding: 40px 0;
}

.who-we-are-content-box {
    /* background: linear-gradient(to right, #ffffff, #fafafa); */
    border-radius: 24px;
    /* padding: 40px; */
    height: 100%;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    width: 85%;
}

.who-we-are-content-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
}

.who-we-are-content-box p {
    color: black;
    line-height: 32px;
    font-size: 17px;
}

@media (max-width: 991px) {
    .who-we-are-content-box {
        margin-top: 0px;
        width: 100%;
    }
}

.what-we-do-section {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

/* LEFT TEXT */
.what-we-do-section .section-text h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 34px;
}

.what-we-do-section .section-text p {
    margin-bottom: 80px;
    color: black;
    line-height: 32px;
    font-size: 17px;
}

/* CARD BASE */
.what-we-do-section .service-item {
    position: relative;
    width: 320px;
    z-index: 2;
    display: flex;
}

/* CARD */
.what-we-do-section .service-card {
    background: #f5f8fc;
    border-radius: 22px;
    padding: 33px 30px 33px;
    /* font-weight: 500; */
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
}

/* ICON BOX */
.what-we-do-section .icon-box {
    width: 100px;
    height: 110px;
    background: #ec008c0a;
    border-radius: 16px;
    position: absolute;
    top: -39px;
    left: 0px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pause animation on hover */
.what-we-do-section .service-item:hover .icon-box {
    animation-play-state: paused;
}

.what-we-do-section .icon-box img {
    width: 50px;
}

/* RIGHT AREA */
.what-we-do-section .cards-right {
    position: relative;
    height: 400px;
}

.what-we-do-section .card-left {
    margin-left: 70px;
}

/* RIGHT CARD POSITIONS */
.what-we-do-section .card-top {
    position: absolute;
    top: 80px;
    right: 0;
}

.what-we-do-section .card-bottom {
    position: absolute;
    bottom: 0;
    right: 200px;
}

/* SVG CONNECTORS */
.what-we-do-section .connector {
    position: absolute;
    z-index: 1;
}

.what-we-do-section .connector-1 {
    top: 280px;
    left: 391px;
    width: 240px;
}

.what-we-do-section .connector-2 {
    top: 151px;
    right: 245px;
    width: 185px;
}

.paddin-righ-left-clas {
    padding-right: 100px;
    padding-left: 75px;
}

/* MOBILE */
@media (max-width: 991px) {
    .what-we-do-section .cards-right {
        height: auto;
    }

    .what-we-do-section .card-top,
    .what-we-do-section .card-bottom {
        position: relative;
        right: 0;
        margin-bottom: 145px;
    }

    .what-we-do-section .connector {
        display: none;
    }

    .paddin-righ-left-clas {
        padding-right: 0px;
        padding-left: 0px;
    }

    .what-we-do-section .service-item {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
}

/* SECTION WRAPPER */
.our-approach-section {
    padding: 60px 0;
}

/* ROUNDED CONTAINER */
.our-approach-box {
    position: relative;
    background: linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
    border-radius: 40px;
    padding: 55px 40px;
    overflow: hidden;
    /* height: 398px; */
}

.vission-mission-card {
    margin-top: 40px;
}

/* HEADING */
.our-approach-box h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

/* TEXT */
.our-approach-box p {
    max-width: 905px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #222;
}

/* BACKGROUND ICON (WATERMARK) */
/* .our-approach-box::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    width: 230px;
    height: 230px;
    background-image: url(../images/our-approach-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
} */

/* MOBILE */
@media (max-width: 768px) {
    .our-approach-box {
        padding: 60px 20px;
        border-radius: 24px;
    }

    .our-approach-box p {
        font-size: 1rem;
        text-align: justify;
    }
}

.vision-mission-section {
    padding: 0px 0 20px;
}

/* CARD */
.vm-card-div {
    background: white;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: justify;
}

/* ICON CIRCLE */

.vm-icon-div img {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
}

/* TITLE */
.vm-card-div h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 13px;
}

/* TEXT */
.vm-card-div p {
    font-size: 18px;
    line-height: 25px;
    color: black;
    margin: 0;
}

/* MOBILE */
@media (max-width: 768px) {
    .vm-card-div {
        padding: 30px;
    }
}

/* SECTION BACKGROUND */
.values-section {
    padding: 0px 0 50px;
}

.values-bg-div {
    background: radial-gradient(#ec008c17 0%, #ffe3f433 70%);
    padding: 60px 0;
    border-radius: 20px;
}

.values-accordion {
    max-width: 1100px;
}

/* HEADING */
.values-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.values-subtitle {
    font-size: 18px;
    color: black;
    margin-bottom: 50px;
    margin-top: 20px;
}

/* ACCORDION */
.values-accordion .accordion-item {
    border: none;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.values-accordion .accordion-button {
    padding: 20px 24px;
    border-radius: 16px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    box-shadow: none;
}

.values-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #222;
    box-shadow: unset;
}

/* REMOVE DEFAULT ICON */
.values-accordion .accordion-button::after {
    display: none;
}

/* CUSTOM ICON */
.values-section .value-icon {
    width: 40px;
    margin-right: 14px;
}

/* CHEVRON */
.values-section .chevron {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.values-section .accordion-button:not(.collapsed) .chevron {
    transform: rotate(180deg);
}

/* BODY */
.values-section .accordion-body {
    padding: 0 27px 24px 27px;
    font-size: 17px;
    line-height: 1.8;
    color: black;
    font-family: Calibri;
}

.values-section button.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.contact-section {
    padding: 0px 0 50px;
}

/* HEADING */
.contact-title {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 34px;
    line-height: 45px;
    text-align: center;
}

.contact-desc {
    max-width: 770px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: black;
}

/* LEFT CARD */
.contact-card {
    background: #f7fbff;
    border-radius: 24px;
    padding: 36px;
    height: 100%;
}

.contact-card h3 {
    color: #EC008C;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 34px;
}

.contact-card p {
    color: #333;
    margin-bottom: 30px;
    font-size: 21px;
}

/* FORM */
.contact-section .form-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #2E3435;
}

.contact-section .form-control {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #eef1f5;
}

.contact-section .form-control:focus {
    box-shadow: none;
    border-color: #e6007e;
    border-color: unset;
    border: none;
}

.contact-section .phone-input {
    display: flex;
}

.contact-section .phone-input span {
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 10px 0 0 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #777;
}

.contact-section .phone-input input {
    border-radius: 0 10px 10px 0;
    border-left: none;
}

.contact-section .country-code {
    width: 110px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #eef1f5;
    border-right: none;
    font-size: 14px;
    padding: 12px;
    background-color: #fff;
}

.contact-section .country-code:focus {
    box-shadow: none;
    border-color: unset;
    border: none;
}

/* BUTTON */
.contact-section .btn-submit {
    background: #e6007e;
    color: #fff;
    border-radius: 10px;
    padding: 14px;
    font-weight: 600;
    border: none;
}

.contact-section .btn-submit:hover {
    background: #cc006f;
}

/* RIGHT CARD */
.contact-section .info-card {
    border: 1.5px solid #ffd1e8;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
}

.contact-section .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    font-size: 19px;
    color: #2E3435;
}

.contact-section .info-item:last-child {
    border-bottom: none;
}

.contact-section .info-item i {
    color: #e6007e;
    font-size: 18px;
}

/* MAP */
.contact-section .map-box {
    margin: 24px 0;
    border-radius: 16px;
    overflow: hidden;
}

.contact-section iframe {
    height: 329px;
}

/* ADDRESS */
.contact-section .address {
    font-size: 17px;
    color: #2E3435;
    line-height: 1.6;
}

.contact-us-page {
    padding-top: 80px;
    padding-bottom: 50px;
}

h2.contact-page-title {
    color: #EC008C;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    .values-bg-div {
        padding: 20px;
    }

    .our-approach-section {
        padding: 0px 0 0px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .who-we-are-image-card img,
    .who-we-are-image-card,
    .who-we-are-content-box {
        width: 100%;
    }

    .paddin-righ-left-clas {
        padding-right: 0px;
        padding-left: 0px;
    }

    .what-we-do-section .card-bottom {
        right: 50px;
    }

    .what-we-do-section .connector-2 {
        right: 60px;
    }

    .values-bg-div {
        padding: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .what-we-do-section .card-left {
        margin-left: 0px;
    }

    .what-we-do-section .card-bottom {
        right: 110px;
    }

    .who-we-are-image-card {
        width: 90%;
    }
}

.service-div .service-card {
    background: #f4f7fb;
    border-radius: 22px;
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-div .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Icon box */
.service-div .icon-box {
    width: 44px;
    height: 44px;
    background: #f6c6e9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.service-div .icon-box i {
    font-size: 20px;
    color: #000;
}

/* Title */
.service-div .service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Description */
.service-div .service-desc {
    font-size: 15px;
    color: #0A0A0A;
    line-height: 1.6;
}

.service-div {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 45px;
    }

    .about-hero p {
        font-size: 20px;
    }

    .about-us-intro-section h1 {
        font-size: 23px;
        line-height: 34px;
        text-align: left;
    }

    .about-us-intro-shape-img {
        display: none;
    }

    .about-us-intro-section p {
        max-width: 100%;
        text-align: justify;
        font-size: 16px;
    }

    .who-we-are-section {
        padding: 30px 0;
    }

    .who-we-are-image-card {
        width: 100%;
    }

    .who-we-are-content-box h2 {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .who-we-are-content-box p {
        font-size: 16px;
        text-align: justify;
    }

    .vm-icon-div img {
        width: 40px;
        height: 40px;
    }

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

    .values-section {
        padding: 0px 0;
    }

    .contact-title {
        font-size: 20px;
    }
}