:root {
    --theme_color1: #4b0415;
    --theme_support: #a8b8a5;
    --theme_base: #f6f1e8;
    --theme_metallic: #cbb89d;
}

.section_padding {
    padding-block: 90px;
}

.theme_btn {
    background: var(--theme_color1);
}

.section-title.white_color {
    color: #FFF;
}

.page_wrapper {
    overflow: hidden;
    position: relative;
}

.banner_lead_form {
    background: #FFF;
    padding: 25px 30px 30px;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    width: 480px;
    max-width: 100%;
}

.form_input {
    width: 100%;
    height: 43px;
    border: 1px solid #000 !important;
    padding: 0 12px;
    background: transparent;
    color: #000;
    border-radius: 5px;
    font-size: 17px;
}

.form_input::placeholder {
    color: #000;
}

.form_control {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.banner_lead_form h3 {
    /* color: #FFF; */
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px;
}

.banner_lead_form p {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 17px;
    margin-bottom: 20px;
}

.banner_lead_form .theme_btn {
    border-radius: 5px;
}

.banner_lead_form .form_control {
    position: relative;
    margin-bottom: 20px;
}

.banner_lead_form .form_control label.error-msg1 {
    position: absolute;
    left: 0;
    bottom: -19px;
    font-size: 13px;
}

.banner_lead_form .captcha_wrap img {
    height: 36px;
    width: auto;
    display: block;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 5px 0 0 5px;
}

.banner_lead_form .captcha_wrap .input-group-text {
    height: 100%;
}

.banner_lead_form .captcha_wrap .input-group {
    flex-wrap: nowrap;
}

.why_choose_card {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.why_choose_card img {
    width: 38px;
    height: auto;
}

.why_choose_card p {
    margin: 0;
}

.why_choose_card h4 {
    margin-bottom: 6px;
}

.why_choose_card p {
    line-height: 20px;
}

.leadership {
    padding: 30px;
    background: var(--theme_base);
    border-radius: 17px;
    margin-bottom: 40px;
}

.leadership_content {
    padding: 0 20px;
}

.leadership img {
    object-fit: cover;
    border-radius: 50%;
}

.leadership h4 {
    font-size: 30px;
}

.leadership span.leader_post {
    font-size: 15px;
    margin-bottom: 25px;
    display: block;
    color: var(--theme_color1);
}


/* -- popup -- */

.fixed_enquiry {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: -18px;
    background: var(--theme_color1);
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    transform: rotate(-90deg) translate(12%, 100%);
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 50%);
    cursor: pointer;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    color: #FFF;
    border-radius: 50px;
}

.modal_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009e;
    z-index: 999;
    display: none;
    backdrop-filter: blur(5px);
}

.modal_popup_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_popup .modal_container {
    width: 500px;
    max-width: 90%;
    background-color: rgb(from var(--theme_base) r g b / 1);
    position: relative;
    padding: 35px;
    border-radius: 5px;
}

.modal_popup .popup_close {
    position: absolute !important;
    top: -10px;
    right: -10px;
    background: #000000;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}

.modal_popup .modal_container h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
}


#enquiry_form .form_input {
    height: 44px;
    border: 1px solid rgb(0 0 0 / 40%);
}

#enquiry_form textarea.form_input {
    height: 100px;
    padding: 15px;

}

#enquiry_form .form_control {
    margin-bottom: 20px;
    position: relative;
}

#enquiry_form .error-msg1 {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: red;
    font-size: 13px;
    line-height: 1;
}

#enquiry_form .captcha_wrap .input-group {
    flex-wrap: nowrap;
}

#enquiry_form .btn-4 {
    width: 100%;
    height: 55px;
    font-weight: 500;
    font-size: 20px;
}


#enquiry_form .main-cpt {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    gap: 5px 13px;
    font-size: 14px;
    justify-content: space-between;
    letter-spacing: 0.4px;
}

#enquiry_form .main-cpt input {
    width: 140px;
    font-size: 13px;
}

#enquiry_form div#lblProcessForm {
    font-weight: 500;
    font-size: 13px;
}

.modal_popup .modal_container p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.modal_popup .modal_container p span {
    color: #000;
}

.modal_popup .modal_container:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: url('../img/text-removebg-preview.png'); */
    background-size: 580px;
    background-repeat: repeat;
    opacity: 0.05;
    background-position: top right;
    z-index: 0;
}

.modal_popup .modal_container>* {
    position: relative;
    z-index: 1;
}

.modal_popup .ed-primary-btn {
    background: var(--theme_color1);
    min-width: 180px;
}


/* ------------- */
.request-form-wrapper .form-items {
    display: flex;
    flex-wrap: wrap;
}

.request-form-wrapper .form-items .form_control {
    margin-bottom: 0px;
    width: calc(50% - 8px);
    position: relative;
    padding-bottom: 24px;
}

.request-form-wrapper .form-items .form_control .theme_btn {
    margin-top: 10px;
}

.request-form-wrapper .form_input {
    color: #666;
    border-color: #b9b2b2 !important;
    font-size: 15px;
}

.request-form-wrapper .form_input::placeholder {
    color: #666;
    font-size: 15px;
}

.request-form-wrapper label.error-msg1 {
    color: red;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 5px;
    line-height: 1;
}

.captcha_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 20px;
}

.captcha_wrap .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 205px;
}

.captcha_wrap img {
    height: 43px;
    width: auto;
    display: block;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 5px 0 0 5px;
}

.captcha_wrap .input-group-text {
    height: 43px;
}

.request-content .request-form-wrapper .form-items {
    row-gap: 0;
}

/* footer  */

.footer-inner-middle h4 {
    color: var(--theme_color1);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-inner-middle a {
    color: #ffffff;
    font-size: 15px;
}

.footer-inner-middle ul {
    padding-left: 20px;
    color: #020b2a7d;
    display: flex;
    flex-wrap: wrap;
}

.footer-inner-middle ul li {
    margin-bottom: 5px;
    width: 50%;
}

.footer-inner-middle ul li a:hover {
    color: var(--theme_color1);
}

.whats_div {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}

.whats_div a {
    color: #FFF;
    background: #4CAF50;
    width: 60px;
    height: 60px;
    justify-content: center;
    font-size: 33px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
    transition: all .5s ease;
    display: flex;
    align-items: center;
}


.row.reverse {
    flex-direction: row-reverse;
}


/* -- navera path page -- */
.navera-path-section {
    position: relative;
    overflow: hidden;
    background: transparent !important;
}


.section-heading h2 {
    font-size: 58px;
    line-height: 1.1;
    color: #1d1d1d;
    font-weight: 600;
}

.path-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.path-card {
    position: relative;
    background: var(--theme_base);
    padding: 45px;
    border-radius: 25px;
    transition: 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.path-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.path-number {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 90px;
    font-weight: 700;
    color: rgba(138, 91, 69, 0.08);
    line-height: 1;
}

.path-content h3 {
    font-size: 30px;
    margin-bottom: 18px;
    color: #1f1f1f;
}

.path-content p {
    font-size: 17px;
    color: #666;
}

.path-content ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.path-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
}

.path-content ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8a5b45;
    position: absolute;
    left: 0;
    top: 8px;
}

.path-highlight {
    display: inline-block;
    padding: 7px 22px;
    background: #0000001f;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
}

@media(max-width:991px) {

    .section-heading h2 {
        font-size: 42px;
    }



}

@media(max-width:767px) {
    .path-wrapper {
        grid-template-columns: 1fr;
    }

    .navera-path-section {
        padding: 80px 0;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .path-card {
        padding: 35px 28px;
        border-radius: 22px;
    }

    .path-number {
        font-size: 65px;
    }

    .path-content h3 {
        font-size: 24px;
    }
}


/* --- Profile Transformations Page start --- */
.case-study-section .row {
    gap: 30px 0;
}

.case-study-card {
    display: flex;
    grid-template-columns: 420px 1fr;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.06);
    width: 100%;
    flex-direction: column;
    height: 100%;
}

.case-study-left {
    background: var(--theme_color1);
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
}

.case-study-left::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    top: -120px;
    right: -120px;
}

.case-tag {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.case-study-left h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 21px;
    font-weight: 500;
}

.outcome-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.outcome-box span {
    display: block;
    color: #e6d4cc;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.outcome-box h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
}

.outcome-box p {
    color: #FFF;
    line-height: 1.2;
    font-size: 18px;
    font-weight: unset;
    margin-top: 13px;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}

.case-study-right {
    padding: 50px;
}

.info-block {
    margin-bottom: 30px;
}

.info-block h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--theme_metallic);
    position: relative;
    padding-left: 17px;
}

.info-block h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 26px;
    background: var(--theme_metallic);
    border-radius: 10px;
}

.info-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-block ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.info-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6d3f33;
}

.bottom-content {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bottom-content p {
    font-size: 20px;
    line-height: 1.2;
    color: #222;
    font-weight: 500;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .case-study-card {
        grid-template-columns: 1fr;
    }

    .case-study-left h2 {
        font-size: 40px;
    }

    .case-study-right {
        padding: 50px;
    }
}

@media(max-width:767px) {
    .case-study-section {
        padding: 80px 0;
    }

    .case-study-left {
        padding: 50px 30px;
    }

    .case-study-left h2 {
        font-size: 30px;
    }

    .outcome-box h3 {
        font-size: 20px;
    }

    .case-study-right {
        padding: 40px 28px;
    }

    .info-block h4 {
        font-size: 24px;
    }

    .bottom-content p {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .case-study-left {
        padding: 35px 25px;
    }

    .outcome-box {
        padding: 15px;
    }

    .case-study-left h2 {
        font-size: 26px;
    }
}

.closing-line-box {
    padding: 70px 50px;
    text-align: center;
    background: #f7f3ee;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.closing-line-box::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(109, 63, 51, 0.05);
    top: -120px;
    right: -100px;
}

.closing-line-box h2 {
    font-size: 45px;
    line-height: 1.15;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: var(--theme_color1);
}

.closing-line-box p {
    font-size: 22px;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    margin: 0;
}

.closing-line-box a {
    margin-top: 20px;
}

@media(max-width:767px) {
    .closing-line-box {
        padding: 35px 25px;
        border-radius: 24px;
    }

    .closing-line-box h2 {
        font-size: 30px;
    }

    .closing-line-box p {
        font-size: 18px;
    }
}

/* --- Profile Transformations Page Close --- */


/* --- Selective Outcomes page start --- */

.selective_outcomes_section {
    overflow: hidden;
}

.selective_outcomes_section .section-heading {
    margin-bottom: 70px;
}

.selective_outcomes_section .university-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.selective_outcomes_section .university-card {
    background: var(--theme_base);
    border-radius: 25px;
    padding: 40px 35px;
    text-align: center;
    transition: 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.selective_outcomes_section .university-card::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(109, 63, 51, 0.03);
    top: -140px;
    right: -120px;
}

.selective_outcomes_section .university-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background: var(--theme_support);
}

.selective_outcomes_section .university-card:hover h3 {
    color: #FFF;
}

.selective_outcomes_section .university-logo {
    min-height: 60px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selective_outcomes_section .university-logo img {
    max-width: 150px;
    max-height: 60px;
}


.selective_outcomes_section .university-card h3 {
    font-size: 20px;
    color: var(--theme_color1);
}

.selective_outcomes_section .bottom-outcome-text {
    max-width: 900px;
    margin: 55px auto 0;
    text-align: center;
    padding: 35px 40px;
    background: #fff;
    border-radius: 24px;
    font-size: 19px;
    line-height: 1.5;
    color: #222;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

@media(max-width:991px) {
    .selective_outcomes_section .university-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .selective_outcomes_section .section-heading {
        margin-bottom: 50px;
    }

    .selective_outcomes_section .university-card {
        padding: 30px 25px;
    }

    .selective_outcomes_section .bottom-outcome-text {
        margin-top: 40px;
        padding: 28px 22px;
        font-size: 18px;
    }
}

@media(max-width:500px) {
    .selective_outcomes_section .university-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Selective Outcomes page End --- */



/* -- Why Navera page Start -- */

.why_navera_section .why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.why_navera_section .why-card {
    padding: 35px 30px;
    position: relative;
    border-top: 4px solid var(--theme_metallic);
    transition: .4s;
    overflow: hidden;
    background: var(--theme_base);
    border-radius: 5px;
}

.why_navera_section .why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.why_navera_section .why-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--theme_color1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #FFF;
}

.why_navera_section .why-card .icon i {
    font-size: 32px;
    color: var(--theme_base);
}

.why_navera_section .why-card .number {
    font-size: 70px;
    font-weight: 700;
    color: var(--theme_support);
    line-height: 1;
    margin-bottom: 25px;
    opacity: 0.3;
}

.why_navera_section .why-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--theme_color1);
    line-height: 1.3;
}

.why_navera_section .why-card p {
    line-height: 1.4;
}

.why_navera_section .closing-line-box {
    background-color: rgb(from var(--theme_support) r g b / 0.4);
}

.why_navera_section .closing-line-box p {
    font-size: 19px;
    line-height: 1.6;
}

@media(max-width:1200px) {
    .why_navera_section .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:767px) {

    .why_navera_section .why-navera {
        padding: 80px 0;
    }

    .why_navera_section .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why_navera_section .why-card {
        padding: 35px 25px;
    }
}

@media(max-width:480px) {
    .why_navera_section .why-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* -- Why Navera page End -- */


/* -- Core Positioning page Start -- */

.positioning-wrapper {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 80px;
    align-items: center;
}

.statement-card {
    background: var(--theme_color1);
    padding: 70px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .05);
    position: relative;
}

.statement-card::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 40px;
    width: 50px;
    height: 50px;
    border-top: 2px solid var(--theme_metallic);
    border-left: 2px solid var(--theme_metallic);
}

.statement-card p {
    font-size: 20px;
    line-height: 1.5;
    color: #FFF;
}

.statement-card h3 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 1.4;
    color: var(--theme_metallic);
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 0;
    border-left: 4px solid var(--theme_metallic);
}

@media(max-width:1099px) {
    .statement-card {
        padding: 50px;
    }

    .statement-card::before {
        top: 25px;
        left: 25px;
    }

    .statement-card h3 {
        font-size: 22px;
    }
}


@media(max-width:991px) {

    .positioning-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .statement-card {
        padding: 40px;
    }

    .statement-card p {
        font-size: 18px;
    }

    .statement-card h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .positioning-wrapper {
        gap: 0;
    }
}


/* -- Core Positioning page End -- */



/* -- file Buildin page Start -- */

.profile_building_section {
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.profile_building_section .profile-building::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    top: -250px;
    right: -150px;
}

.profile_building_section .profile-framework {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.profile_building_section .framework-item {
    flex: 1;
    background: var(--theme_base);
    backdrop-filter: blur(10px);
    padding: 35px 30px;
    min-height: 260px;
    position: relative;
    height: 320px;
    border-radius: 10px;
}

.profile_building_section .framework-item .icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: var(--theme_metallic);
    border: 1px solid rgba(200, 165, 106, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

.profile_building_section .framework-item .icon i {
    font-size: 28px;
    color: var(--theme_color1);
    transition: .4s;
}

.profile_building_section .framework-item:hover .icon {
    transform: translateY(-5px);
}

.profile_building_section .framework-item:hover .icon i {
    transform: scale(1.1);
}

.profile_building_section .step {
    display: block;
    font-size: 70px;
    font-weight: 700;
    color: rgb(255 255 255 / 15%);
    line-height: 1;
    margin-bottom: 25px;
}

.profile_building_section .framework-item p {
    font-size: 18px;
    margin: 0;
    color: #000;
}

.profile_building_section .framework-line {
    width: 60px;
    height: 2px;
    background: var(--theme_support);
    position: relative;
}

.profile_building_section .framework-line::after {
    content: "";
    position: absolute;
    right: -8px;
    top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--theme_support);
    border-right: 2px solid var(--theme_support);
    transform: rotate(45deg);
}

@media(max-width:1300px) {
    .profile_building_section .framework-line {
        width: 30px;
    }

    .profile_building_section .framework-item p {
        font-size: 17px;
        line-height: 1.5;
    }

}

@media(max-width:1199px) {
    .profile_building_section .profile-framework {
        gap: 20px;
    }

    .profile_building_section .framework-item p {
        font-size: 17px;
        line-height: 1.3;
    }

    .profile_building_section .framework-item {
        padding: 29px 23px;
    }
}

@media(max-width:991px) {
    .profile_building_section .framework-item p {
        font-size: 20px;
        line-height: 1.5;
    }

    .profile_building_section .profile-framework {
        flex-direction: column;
    }

    .profile_building_section .framework-line {
        width: 2px;
        height: 60px;
    }

    .profile_building_section .framework-line::after {
        right: -4px;
        top: auto;
        bottom: -8px;
        transform: rotate(135deg);
    }

    .profile_building_section .framework-item {
        width: 100%;
        min-height: auto;
    }
}

/* -- file Buildin page End -- */



/* -- Contact us page Start -- */


.contact_section .contact-wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 50px;
    align-items: start;
}

.contact_section .contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact_section .info-card {
    background: #fff;
    padding: 22px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-left: 4px solid var(--theme_metallic);
    box-shadow: 0 10px 30px rgb(0 0 0 / 11%);
}

.contact_section .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background: var(--theme_color1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact_section .icon i {
    font-size: 24px;
    color: var(--theme_base);
}

.contact_section .info-card ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0 15px;
    margin-top: 15px;
}

.contact_section .info-card ul li .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    transition: all 0.5s ease;
}

.contact_section .info-card ul li .icon:hover {
    background: var(--theme_metallic);
}

.contact_section .info-card ul li .icon:hover i {
    color: var(--theme_color1);
}

.contact_section .info-card ul li .icon i {
    font-size: 16px;
    transition: all 0.5s ease;
}

.contact_section .info-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111;
}

.contact_section .info-card p {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.contact_section .social_info_card h3 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.contact_section .contact-form-box {
    background: var(--theme_metallic);
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
    border-radius: 10px;
}

.contact_section .form-heading {
    margin-bottom: 35px;
}

.contact_section .form-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #111;
}

.contact_section .form-heading p {
    color: #000;
}

.contact-section .row {
    gap: 20px;
}

.contact_section .form-group {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.contact_section .form-group .error-msg1 {
    position: absolute;
    left: 15px;
    bottom: -16px;
    color: red;
    font-size: 13px;
    line-height: 1;
}

.contact_section .contact-form-box input,
.contact_section .contact-form-box select,
.contact_section .contact-form-box textarea {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid var(--theme_metallic);
    font-size: 15px;
    outline: none;
    transition: .3s;
    background: #fff;
    border-radius: 5px;
    color: #000;
    display: block;
}

.contact_section .contact-form-box input:focus,
.contact_section .contact-form-box select:focus,
.contact_section .contact-form-box textarea:focus {
    border-color: #b9965b;
}

@media(max-width:991px) {
    .contact_section .contact-info {
        max-width: 100%;
    }

    .contact_section .info-card {
        width: 100%;
    }

    .contact_section .contact-info {
        width: 100%;
    }

    .contact_section .contact-form-box {
        width: 100%;
    }

    .contact_section .contact-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 80%;
        margin: auto;
    }

    .contact_section .contact-form-box {
        padding: 35px;
    }
}

@media(max-width:767px) {

    .contact_section .contact-wrapper {
        max-width: 100%;
    }

    .contact_section {
        padding: 80px 0;
    }

    .contact_section .row {
        flex-direction: column;
        gap: 0;
    }

    .contact_section .contact-form-box {
        padding: 25px;
    }

    .contact_section .info-card {
        padding: 20px;
    }

    .contact_section .icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    .contact_section .contact-form-box {
        padding: 25px !important;
    }
}
@media(max-width:480px) {
    .contact_section .captcha_wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 13px 0 !important;
    }
    .contact_section .captcha_wrap img { 
        height: 100%; 
    }
}
/* -- Contact us page End -- */