:root {
    ---primary-color: #000E59;
    ---secondary-color: #4548cb;
    ---text-color: #626A97;
    ---main-color: #F5F5F5;
    ---gray-color: #d6d5dd;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body.modal-open {
    overflow: hidden !important;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #1e1e1e;
    font-size: 14px;
    background-color: #fff;
}


.main {
    background-color: #f6f6f6;
    border-radius: 30px;
    padding-block: 20px;
}



@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1440px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1410px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}


img {
    max-width: 100%;
}

/* h1 {
    font-size: 45px;
    font-weight: 400;
} */

h2,
h1 {
    font-size: 8rem;
}

h3 {
    font-size: 4.8rem;
}

h4 {
    font-size: 3.2rem;
}

h5 {
    font-size: 2.4rem;
}

h6 {
    font-size: 2rem;
}



.spacer {
    height: 100px;
}

.spacer.small {
    height: 60px;
}

ul {
    list-style-type: none;
}

.btn {
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    text-align: center;
    padding: 11px 29px;
    border-radius: 40px;
    color: #fff;
    border-radius: 1px solid;
    font-weight: 500;
    text-decoration: none;
}

.btn {
    text-decoration: none;
}


.tbtn-primary {
    background-color: #bb7115;
    border: 2px solid #bb7115;
}

.tbtn-primary:hover,
.tbtn-primary:active {
    color: #fff;
    border-color: #fff;
}

.tbtn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(187, 113, 21, 0.36);
    color: #fff;
}

.tbtn-secondary {
    color: var(---primary-color);
    background-color: #fff;
    border-color: #fff;
}

.tbtn-secondary:hover {
    background-color: var(---primary-color);
    color: #fff;
    border-color: #fff;
}

.tbtn-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(187, 113, 21, 0.36);
}

.tbtn-white {
    border: 2px solid #fff;
}






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

.body_navopan::before {
    width: 100%;
    content: "";
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 0;
    left: 0;
    opacity: .4;
}



.beforenone::before,
.afternone::after {
    display: none;
}

.allWysiwyg-text h2 {
    margin-bottom: 24px;
}

.allWysiwyg-text p {
    line-height: 1.8;
    margin-bottom: 25px;
}

.allWysiwyg-text p:last-child {
    margin-bottom: 0;
}

section {
    scroll-margin-top: 80px;
}


.headline h2 {
    display: inline-block;
    border: 1px solid var(---gray-color);
    border-radius: 36px;
    padding: 8px 18px;
    color: var(---primary-color);
}

.headline {
    margin-bottom: 2rem;
}

.fsc-1 {
    font-size: 12px;
}

.fsc-2 {
    font-size: 14px;
}

.fsc-3 {
    font-size: 16px;
}

.container {
    padding-right: var(--bs-gutter-x, 12px);
    padding-left: var(--bs-gutter-x, 12px);
}

@media(max-width:1490px) {
    html {
        scroll-behavior: smooth;
        font-size: 45%;
    }

    .container {
        padding-right: var(--bs-gutter-x, 12px);
        padding-left: var(--bs-gutter-x, 12px);
    }

    .spacer {
        height: 75px;
    }


    .spacer.small {
        height: 50px;
    }

    h5 {
        font-size: 2.8rem;
    }

    h6 {
        font-size: 2.4rem;
    }

}

@media(max-width:1200px) {
    html {
        font-size: 35.9375%;
    }

    h5 {
        font-size: 4rem;
    }

    h6 {
        font-size: 3rem;
    }
}

@media(max-width: 991px) {
    .spacer {
        height: 55px;
    }

    .spacer.small {
        height: 35px;
    }


    .btn {
        font-size: 14px;
    }

    .fsc-3 {
        font-size: 14px;
    }

}

@media(max-width: 767px) {
    h2 {
        font-size: 6rem;
    }
}



/******** head of section start  *********/


/**************** main banner start  **********/

.banner {
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2025/08/main-banner-bg.png");
    background-size: cover;
    background-position: center;
    padding: 0 60px 60px;
    color: #fff;
    height: calc(100vh - 40px);
    min-height: 551px;
    display: flex;
    align-items: flex-end;
    border-radius: 45px;
    margin: 0 20px;
}

.banner-content {
    max-width: 151rem;
}

.banner :is(h1, h2) {
    font-size: 9rem;
    font-weight: 500;
    letter-spacing: -5px;
}

.banner-content p {
    font-weight: 300;
    max-width: 84%;
    margin: 16px 0 40px;
}

@media(max-width: 1200px) {
    .banner-content {
        max-width: 700px;
    }
}

@media(max-width: 991px) {
    .banner {
        padding: 0 30px 30px;
    }

    .banner-content p {
        margin: 11px 0 28px;
    }

    .banner :is(h1, h2) {
        font-size: 78px;
    }
}


@media(max-width: 767px) {
    .banner {
        padding: 0 12px 20px;
    }

    .banner :is(h1, h2) {
        font-size: 38px;
        letter-spacing: -2px;
    }

    .banner-content p {
        max-width: 100%;
        margin: 10px 0 22px;
    }
}

/**************** main banner end  **********/


/*********** about us section start  ********/
.about-card {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    transition: 0.3s;
}


.about-scroll .about-card>div {
    width: 25%;
    /* margin-top: 34%; */
    margin-top: 20px !important;
}

.about-scroll .about-card:nth-child(2)>div {
    margin-left: 25%;
}

.about-scroll .about-card:nth-child(3)>div {
    margin-left: 50%;
}

.about-scroll .about-card:nth-child(4)>div {
    margin-left: 75%;
}

.about-head {
    /* position: sticky; */
    position: unset;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(---main-color);
    z-index: 1;
    margin-bottom: 5rem;
}


.about-card>div {
    border-radius: 20px;
    padding: 3rem;
}

.about-card h5 {
    margin-bottom: 1.6rem;
}

.about-card p {
    font-weight: 200;
}

.about-head h2 {
    max-width: 121.5rem;
    margin-inline: auto;
}

.about-head {
    text-align: center;
}


/* .about-scroll {
  height: 100vh;
  overflow: hidden; 
  position: relative;
} */


@media(max-width: 1490px) {
    .about-scroll .about-card>div {
        width: 25%;
        margin-top: 32%;
    }
}

@media(max-width: 1200px) {
    .about-scroll .about-card>div {
        width: 50%;
    }

    .about-scroll .about-card:nth-child(2)>div {
        margin-left: 50%;
    }

    .about-scroll .about-card:nth-child(3)>div {
        margin-left: 0;
    }

    .about-scroll .about-card:nth-child(4)>div {
        margin-left: 50%;
    }
}

@media(max-width: 767px) {
    .about-scroll .about-card>div {
        width: 100%;
        margin-top: 78%;
    }

    .about-scroll .about-card:nth-child(2)>div {
        margin-left: 0;
    }


    .about-scroll .about-card:nth-child(4)>div {
        margin-left: 0;
    }
}

/*********** about us section end  ********/



/************** team slider start  ************/

.member-wrapper>a {
    position: relative;
    background-color: gray;
    background-image: linear-gradient(180deg, var(---primary-color), var(---secondary-color));
    z-index: 0;
    overflow: hidden;
    border-radius: 30px;
    display: block;
}

.member-wrapper>a:hover {
    color: white;
}

.member-wrapper>a>img {
    width: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.member-wrapper>a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    aspect-ratio: 1/1;
    width: 53%;
    transform: translate(-50%, -50%);
    filter: blur(76px);
    z-index: -1;
    border-radius: 50%;
}

.member-detail {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 20px;
    transition: 0.4s;
    top: 100%;
}

.member-detail p {
    font-weight: 300;
}

.member-detail h5 {
    margin-bottom: 3px;
    font-size: 2.3rem;
}

.member-detail .designation {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}

.member-wrapper>a:hover .member-detail {
    top: 0;
}

.team h2 {
    margin-bottom: calc(26px + 1.5vw);
}

.team {
    border-radius: 40px;
}

.splide__pagination {
    display: flex;
    position: unset;
    margin-top: 4rem;
    gap: 0;
    align-items: center;
    max-width: 400px;
    margin-inline: auto;
}


.splide__pagination>li {
    flex: 1;
}


.splide__pagination button {
    margin: 0;
    width: 100%;
    border-radius: 0;
    height: 1px;
}

.splide__pagination button.is-active {
    opacity: 1;
    transform: scale(1);
    height: 2px;
}


.splide__arrow {
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    height: 40px;
    width: 40px;
    transition: 0.3s;
}

.splide__arrow svg {
    filter: invert(1);
}

.splide__arrow--prev {
    left: -20px;
}

.splide__arrow--next {
    right: -20px;
}

.splide__arrow:hover {
    background-color: var(---primary-color);
}

/************** team slider end  ************/

/************** cta section start  ************/

.cta-main-wrapper {
    padding: 16rem 6rem;
    border-radius: 40px;
    background-image: url("/wp-content/uploads/2025/08/secondary-bacground.png");
    display: grid;
    justify-items: center;
    gap: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-content p {
    font-weight: 300;
    max-width: 750px;
    margin-bottom: 0;
}

.cta-content h3 {
    margin-bottom: 10px;
}

.cta-content h2 {
    margin-bottom: 16px;
}


@media(max-width: 991px) {
    .cta-content {
        text-align: center;
        margin-bottom: 24px;
    }

    .cta-main-wrapper {
        gap: 8px;
    }

    .cta-content h2 {
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .cta-main-wrapper {
        padding: 7rem 2rem;
    }
}

/************** cta section end  ************/

/************* contact css start  ********/
.contact-section {
    background-color: var(--surface-color);
}

.left-heading h2 {
    font-size: 4rem;
    font-weight: bold;
    color: var(--primary-color);
}

.form-input {
    border: 1px solid var(--border-color);
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    width: 100%;
    background-color: transparent;
    color: var(--text-primary);
}

.form-input::placeholder {
    color: var(--text-secondary);
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-suggestion {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-secondary);
    pointer-events: none;
}

/************* contact css end  ********/

/*********** inner banner start  ********/

.inner-banner {
    padding: 6.1% 0 6.1%;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
    margin: 0 12px 0;
    border-radius: 45px;
}

.inner-banner:after {
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.44;
    display: none;
}

.inner-banner h1 {
    margin-bottom: 0;
    /* text-transform: uppercase; */
    line-height: 1.2;
}

.inner-banner .text-wrapper {
    margin: 18px 0 0;
}

.inner-banner .btn {
    margin-top: 30px;
}

.inner-banner .container>div:not(.row) {
    max-width: 960px;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .inner-banner .text-wrapper {
        margin: 12px 0 0;
    }
}

@media (max-width: 991px) {
    .inner-banner .text-wrapper {
        margin: 8px 0 0;
    }

    .inner-banner .btn {
        margin-top: 29px;
    }
}

@media (max-width: 767px) {
    .inner-banner {
        padding: 18.1% 0 18.1%;
    }
}

/*********** inner banner end  ********/


/*********** contact start ***********/
.field-wrapper {
    display: flex;
    border-top: 1px solid #000e592e;
    padding: 13px 0;
}

.field-wrapper .form-field {
    flex: 1;
    border: none;
    outline: none;
    background-color: transparent;
}

.form-field::placeholder {
    opacity: 1;
    color: #000d5991;
}


.contact-form {
    font-size: 108%;
}

.contact-form small {
    font-weight: 500;
    letter-spacing: -0.5px;
}






.contact-form-sec p:empty {
    display: none;
}

.contact-form-sec p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-address {
    margin-top: 20px;
}

.contact-address ul {
    padding: 0;
    margin: 0;
}

.contact-address .address-listing {
    display: flex;
    align-items: center;
}

.contact-address .address-listing img {
    width: 100%;
}

.contact-address .address-listing .info-icon {
    margin-right: 15px;
}

.contact-info {
    width: calc(100% - 65px);
}

.contact-address .address-listing p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(---primary-color);
    font-weight: 400;
    line-height: 1.4;
}

.contact-info p strong {
    font-weight: 600;
}

.contact-address ul li {
    margin-bottom: 30px;
    max-width: 451px;
}

.contact-address .address-listing p a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.book-now-btn .tbtn-secondary {
    padding: 20px 80px;
    font-weight: 600;
    font-size: 18px;
}

.book-now-btn {
    margin-top: 40px !important;
}

.enquiry-form-content {
    padding: 40px 50px 46px;
    filter: drop-shadow(0 0 32.5px rgba(0, 0, 0, 0.08));
    background-color: var(---primary-color);
    color: #fff;
    border-radius: 30px;
}

.contact-form-sec .contact-form-address {
    width: 47%;
    color: var(---text-color);
}

.contact-form-con {
    width: 53%;
}

.contact-us-content h2.headline {
    margin-bottom: 20px;
    color: var(---primary-color);
}

.enquiry-form form label {
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.enquiry-form form br {
    display: none;
}

.enquiry-form form label .wpcf7-form-control {
    padding: 13px 26px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-top: 10px;
}

.enquiry-form form label .wpcf7-form-control:focus,
.enquiry-form form label .wpcf7-form-control:focus-visible {
    box-shadow: 0 0 0 2px var(---secondary-color);
    outline: 0;
}

.enquiry-form form label textarea.wpcf7-form-control {
    height: 168px;
}

.enquiry-form form .wpcf7-submit {
    transition: 0.5s ease-in-out;
    text-align: center;
    padding: 16px 44px;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}


.enquiry-form-content h3 {
    margin-bottom: 34px;
    text-align: center;
}

.car-parking-contact .leftb-right>div h5 {
    margin-bottom: 20px;
}

.enquiry-form .wpcf7 form .wpcf7-response-output {
    margin-top: 20px;
    text-align: center;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
}

.wpcf7-spinner {
    margin-top: 10px;
}

.contactmap>iframe {
    width: 100%;
    height: 600px;
}

.contactmap {
    line-height: 0px;
}

.find-us-tab-left h3 {
    margin-top: 20px;
}

.find-us-tab-left.allWysiwyg-text p b,
.find-us-tab-left.allWysiwyg-text p strong {
    font-weight: 600;
}

.contact-us-content .allWysiwyg-text.informtext {
    margin-top: 30px;
}

.contact-us-content .allWysiwyg-text.informtext p {
    font-size: 14px;
}

.contact-us-content .allWysiwyg-text.informtext {
    margin-top: 20px;
}




.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    display: block;
    margin-top: 17px;
}

.enquiry-form .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label {
    margin-bottom: 8px;
    display: flex;
}

.enquiry-form .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}


.find-us-sec ul li {
    flex: 1 0 auto;
}

@media(max-width: 1490px) {
    .contact-address .address-listing p {
        font-size: 15px;
    }

    .contact-address ul li {
        margin-bottom: 22px;
    }

    .book-now-btn {
        margin-top: 36px !important;
    }

    .contactmap>iframe {
        width: 100%;
        height: 500px;
    }
}

@media(max-width: 991px) {

    .contact-form-sec .contact-form-address,
    .contact-form-con {
        width: 100%;
    }

    .contact-form-sec p {
        max-width: unset;
    }

    .contact-form-address {
        margin-bottom: 12px;
    }

    .nav-tabs li button {
        padding: 15px 63px;
    }



    .contactmap>iframe {
        width: 100%;
        height: 350px;
    }

    .enquiry-form .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label span {
        display: block;
        font-size: 13px;
    }
}

@media(max-width: 767px) {

    .enquiry-form-content {
        padding: 20px 15px 1px;
    }

    .enquiry-form-content h3 {
        margin-bottom: 30px;
    }

    .book-now-btn {
        text-align: center;
    }

    .book-now-btn .tbtn-secondary {
        padding: 15px 54px;
        font-size: 16px;
    }

    .enquiry-form form .wpcf7-submit {
        font-size: 16px;
        padding: 10px 30px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .wpcf7-spinner {
        display: block;
        line-height: 24px;
        padding: 12px;
        margin: 0 auto;
    }

    .contactmap>iframe {
        width: 100%;
        height: 300px;
    }

    .tab-parent {
        margin-bottom: 40px;
        padding-bottom: 1px;
    }

    .nav-tabs {
        margin-bottom: 0;
    }

    .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
        margin-bottom: 20px;
    }
}

.wpcf7-spinner::before {
    background-color: #fbfbfc;
}

.wpcf7-spinner {
    display: none;
}

form.submitting .wpcf7-submit {
    color: transparent;
    transition: unset;
    background-image: url(/wp-content/uploads/2025/08/tube-spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #ffffffa3;
    border-color: #ffffffa3;
}

/******** contact end ********/

/******** abour us page start  *************/

.section-title {
    color: var(---primary-color);
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: var(---secondary-color);
    margin: 15px auto;
}

.vision-section {
    margin-bottom: 60px;
}

.vision-section p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mission-section {
    background-color: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 118, 0.08);
    margin-bottom: 60px;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.mission-card {
    background-color: var(---main-color);
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid var(---secondary-color);
}

.mission-card h3 {
    color: var(---primary-color);
    margin-bottom: 15px;
    font-size: 22px;
}

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

.values-section {
    margin-bottom: 60px;
}

.value-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.value-icon {
    width: 60px;
    height: 60px;
    background-color: var(---secondary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}

.value-content {
    flex-grow: 1;
}

.value-content h3 {
    color: var(---primary-color);
    margin-bottom: 4px;
    font-size: 2.2rem;
}

.value-content p {
    margin-bottom: 0;
}


@media (max-width: 768px) {

    .mission-section {
        padding: 40px 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .value-item {
        flex-direction: column;
        text-align: center;
    }

    .value-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/******** abour us page end  *************/



/******************** defult page css start  ***************/

.default_content p {
    line-height: 1.8;
}

.default_content {
    color: var(---text-color);
}

.default_content h2,
.default_content h3,
.default_content h4 {
    font-weight: 600;
}

.default_content :first-child {
    margin-top: 0;
}

.default_content :last-child {
    margin-bottom: 0;
}

.default_content h2 {
    margin: 35px 0 18px 0;
}

.default_content h3 {
    margin: 40px 0 18px 0;
}

.default_content h4 {
    margin: 20px 0 10px 0;
}

.default_content p {
    margin-bottom: 14px;
}

.default_content ul {
    list-style: disc;
    padding-left: 15px;
}

.default_content ul li {
    margin-bottom: 4px;
}

.default_content ul li:last-child {
    margin-bottom: 0;
}

.default_content a {
    color: var(---primary-color);
    word-wrap: anywhere;
    word-break: break-all;
}

.content_bgdiv img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_bg {
    position: relative;
}

.content-bg-images {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.content_bg .line-image {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}


.content_bg .content-bg-images img {
    position: absolute;
}

.content_bg .circle-image {
    right: 0;
    transform: rotate(180deg);
    top: 5%;
    opacity: 0.9;
    width: 8.4%;
}

.content_bg .circle-image2 {
    left: 0;
    top: 48%;
    width: 8.4%;
    opacity: 0.9;
}

.content_bg .spider-image {
    top: -14%;
    right: 77%;
    width: 26.4%;
}

.content_bg .spider-image2 {
    transform: rotate(180deg);
    top: 47%;
    right: 0px;
    left: 78%;
    width: 26.4%;
}

.default_content .wp-block-heading {
    color: var(---primary-color);
}

@media(max-width:1490px) {
    .default_content h2 {
        margin: 30px 0 15px 0;
    }

    .default_content h3 {
        margin: 22px 0 12px 0;
    }

    .default_content h4 {
        margin: 16px 0 8px 0;
    }

    .default_content p {
        margin-bottom: 10px;
    }
}

/******************** defult page css end  ***************/


/*********** team single page start  *********/

.member-banner {
    font-size: 95%;
    padding-bottom: 0;
}

.member-banner .row {
    align-items: center;
    --bs-gutter-x: 2.5rem;
}

.member-banner .spacer.small {
    display: none;
}

.member-banner h1 {
    font-size: 7rem;
}

.member-banner .designation {
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 0;
}

@media(max-width: 991px) {
    .member-banner .row {
        flex-direction: column-reverse;
        text-align: \;
    }

    .col-lg-8.member-banner-content.text-start {
        text-align: center !important;
        margin-top: 40px;
        margin-bottom: 20px;
    }


    .member-img img {
        max-width: 300px;
    }
}

/*********** team single page end  *********/



/******************* gutan berg start  ***********/


body .row-pfs.wp-block-columns {
    flex-wrap: wrap !important;
    flex: 0 0 auto !important;
    display: flex !important;
    gap: 0;
}

body .row-pfs .wp-block-column {
    width: 33.333% !important;
    flex: 0 0 auto !important;
    padding: 12px;
}


.wp-element-button {
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    text-align: center;
    padding: 11px 29px;
    border-radius: 40px;
    border-radius: 1px solid;
    font-weight: 500;
    text-decoration: none;
    color: #fff !important;
    background-color: #000E59;
    border-color: #000E59;
}

.wp-block-file {
    font-size: 14px !important;
}

@media(max-width:1490px) {
    .wp-block-file {
        font-size: 14px !important;
    }

    .wp-block-file .wp-element-button {
        font-size: 14px;
        padding: 9px 14px;
    }
}

@media(max-width:1200px) {
    body .row-pfs .wp-block-column {
        width: 50% !important;
    }
}

/******************* gutan berg end  ***********/