:root {
    --body-bg-red-color: #d82027;
    --body-bg-white-color: #ffffff;

    --dark-blue-text-color: #002248;
    --white-text-color: #ffffff;
    --container-gap: 20px;
    --header-height: 116px;
    --heading-h1: 28px;
    --heading-h2: 26px;
    --heading-large: 24px;
    --section-padding: 25px;
}

/* 767px */

@media (min-width: 767px) {
    :root {
        --container-gap: 25px;
        --heading-h1: 32px;
        --heading-h2: 28px;
        --section-padding: 50px;
    }
}

/* 1200px */

@media (min-width: 1200px) {
    :root {
        --container-gap: 100px;
        --heading-h1: 36px;
        --heading-large: 32px;
        --section-padding: 75px;
    }
}

/* 1400px */

@media (min-width: 1400px) {
    :root {
        --heading-h1: 42px;
        --container-gap: 150px;
        --heading-h2: 34px;
        --heading-large: 36px;
        --section-padding: 100px;
    }
}

@media (min-width: 1600px) {
    :root {
        --container-gap: 12.5%;
    }
}

/* heading & text */

h1 {
    font-size: var(--heading-h1);
}

.text-red {
    color: var(--body-bg-red-color);
}

:is(h1, h2, h3, h4) {
    margin-bottom: 1.1rem;
}

:is(h1, h2, h3)::before {
    display: none !important;
}

.font-large {
    font-size: var(--heading-large) !important;
}

p.h4 {
    font-weight: 500 !important;
    margin-bottom: 1.1rem;
}

/* other */

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

.btn {
    border-radius: 12px;
    padding: 10px 35px;
}

.btn-danger {
    min-width: 210px;
}

/* gap */
.container-gap {
    width: 100%;
    padding: 0 var(--container-gap);
    margin: 0 auto;
}

.section-padding {
    padding: var(--section-padding) 0;
}

.section-padding+.section-padding {
    padding-top: 0 !important;
}

@media(min-width: 992px) {
    .gx-lg-5 {
        margin-left: -24px;
        margin-right: -24px;
    }

    .gx-lg-5>* {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* main */
.homepage-2024 {
    position: relative;
    padding-top: var(--header-height);
}

/* header */
.homepage-2024 header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 30px 0;
    --header-logo-width: 280px;
    transition: all 0.4s ease-in-out;
}

.homepage-2024 header.active-header {
    padding: 15px 0;
    background-color: var(--body-bg-white-color);
    box-shadow: 0 0.375rem 0.9375rem 0 rgb(26 22 40 / 25%);
    --header-logo-width: 240px;
}

.homepage-2024 header.active-header img {
    background-color: var(--body-bg-white-color);
    transition: all 0.4s ease-in-out;
}

.homepage-2024 header .logo-v2 img {
    width: var(--header-logo-width);
}

.homepage-2024 .col-12>.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.homepage-2024 .col-12>.row>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.homepage-2024 .hero-banner-v2 .form-control {
    background-color: transparent !important;
    border: 1px solid #86888a !important;
    color: #86888a !important;
    margin-bottom: 0 !important;
    border-radius: 15px !important;
    text-align: center;
    padding: 15px !important;
}

.homepage-2024 .hero-banner-v2 h2 {
    font-weight: 500 !important;
    font-size: 24px!important;
    padding: 0!important;
}

.homepage-2024 .header-right-v2>a {
    color: var(--white-text-color);
    font-size: 20px;
    font-weight: 500;
}

.homepage-2024 header.active-header .header-right-v2>a {
    color: var(--dark-blue-text-color);
}

@media(max-width: 768px) {
    .homepage-2024 .hero-banner-v2 h2 {
        font-size: 18px!important;
    }


    .homepage-2024 header .logo-v2 img {
        width: 200px;
    }

    .homepage-2024 .header-right-v2>a {
        font-size: 14px;
        text-align: end;
        display: flex;
        flex-direction: column;
        white-space: nowrap;
        gap: 3px;
    }
}

.homepage-2024 .hero-banner-v2.iframe iframe {
    width: 100% !important;
    height: 225px;
    /* transform: scale(1.5); */
}


@media(min-width: 992px) {
    .homepage-2024 .hero-banner-v2.iframe .hero-banner-v2-content {
        padding-bottom: 30px;
    }

    .homepage-2024 .hero-banner-v2.iframe iframe {
        width: 380px !important;
        margin-bottom: -65px;
    }

    .zoom-iframe {
        transform: scale(1.5);
        transform-origin: center;
        z-index: -1;
        /* height: 187px; */
        margin-bottom: 50px;
      
    }
}



/* homepage btn */

/* banner */
.z-index-1 {
    position: relative;
    z-index: 1;
}

.shape-wrapper .shape-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 450px;
}

.shape-wrapper .shape-right img {
    width: 100%;
    height: 100%;
}

.shape-wrapper .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52%;
    height: 630px;
}

.shape-wrapper .shape-left img {
    width: 100%;
    height: 100%;
    object-position: bottom left
}

.shape-wrapper .shape-minus-top {
    margin-top: -20px;
}

.rounded-img-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
}

.rounded-img-wrapper .rounded-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 1399px) {
    .shape-wrapper .shape-right {
        height: 400px;
    }

    .rounded-img-wrapper {
        width: 350px;
        height: 350px;
    }
}

@media(max-width: 1199px) {
    .shape-wrapper .shape-right {
        width: 70%;
    }
}

@media(max-width: 991px) {
    .shape-wrapper .shape-right {
        height: 380px;
    }

    .rounded-img-wrapper {
        width: 300px;
        height: 300px;
    }

    .shape-wrapper .shape-minus-top {
        margin-top: -30px;
    }

    .shape-wrapper .shape-left {
        display: none;
    }
}


@media (min-width: 00) {}

.footer-contant {
    margin-right: 140px;
}

.footer-contant.p {
    font-size: 15px;
    color: #d82027;
}

/* Training Resources blog section */
.blog-section {
    width: 1059px;
    margin-top: 59px;
}

/* ======================= */
.group-logo-grid {
    display: flex;
    gap: 15px;
    align-items: center;
}

.group-logo-grid img {
    object-fit: contain;
    object-position: center;
}

@media(max-width: 991px) {
    .group-logo-grid {
        flex-wrap: wrap;
    }
}

.card2 .card-body {
    padding: 25px 0 !important;
}

.card2 .card-body p>a {
    border: 1px solid var(--body-bg-red-color);
    color: var(--body-bg-red-color);
    padding: 2px;
    border-radius: 50%;
    font-size: 11px;
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
}

.card2 .card-body p>a:hover {
    background-color: var(--body-bg-red-color);
    color: var(--white-text-color);
}

.card2 .card-title {
    font-weight: 500;
}

.card2 .card-title a {
    color: var(--dark-blue-text-color);
}

.card2 .card-img {
    position: relative;
    padding-bottom: 50%;
}

.card2 .card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-small-img {
    width: 15px;
}

.accordion-plus-minus-icon {
    color: var(--body-bg-red-color);
}

.accordion-button.collapsed .accordion-plus-minus-icon>.minus {
    display: none;
}

.accordion-button:not(.collapsed) .accordion-plus-minus-icon>.plus {
    display: none;
}

.homepage-2024-accordion .accordion-header {
    padding: 0 !important;
    background-color: transparent;
}

.homepage-2024-accordion .accordion-header h2 {
    font-size: 22px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.homepage-2024-accordion .accordion-header .btn {
    margin-top: 25px;
}

.homepage-2024-accordion .accordion-header h3 {
    font-size: var(--heading-h2);
    margin-top: 15px;
    margin-bottom: 20px;
}

.homepage-2024-accordion .accordion-header .accordion-button {
    font-size: 18px !important;
}

.homepage-2024-accordion .accordion-header .accordion-button {
    font-size: 18px !important;
}

.homepage-2024-accordion .rounded-img {
    width: 380px;
    height: auto;
    object-fit: contain;
    object-position: top center;
    margin-bottom: 25px;
}

.homepage-2024-accordion .accordion-item:not(:last-child) {
    margin-bottom: 50px;
}

.testimonial-item .quote-icon {
    margin-bottom: 15px;
}

.testimonial-item {
    margin: 25px 0;
}

.testimonial-item+.btn {
    margin-top: 0 !important;
}

@media(min-width: 992px) {
    .homepage-2024-accordion .rounded-img {
        width: 380px;
        height: 380px;
    }

    .homepage-2024-accordion .accordion-item:nth-child(even) .accordion-header>.row {
        flex-direction: row-reverse;
    }

    .homepage-2024-accordion .accordion-header h3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}