/*----------------------------
    Mega Menu Options  
------------------------------*/
.mega-top-banner {
    background-image: url(../img/courses/mega-menu-header.png),
        radial-gradient(100% 100% at 100% 0%, #484c7a 0%, #23263b 100%);
    background-size: contain;
    background-position: right 30%;
    margin: -25px;
    width: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}

.mega-top-banner .content {
    width: 56%;
}

.mega-top-banner .content .title {
    font-size: 16px;
    color: var(--oft-common-color-white);
    font-weight: 600;
    margin-bottom: 10px;
}

.mega-top-banner .content .description {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--oft-common-color-white);
}

.row-gap-6 {
    row-gap: 4rem !important;
}

.row-gap-7 {
    row-gap: 5rem !important;
}

.row-gap-8 {
    row-gap: 6rem !important;
}

.row-gap-9 {
    row-gap: 7rem !important;
}

.row-gap-10 {
    row-gap: 8rem !important;
}

.banner-top-shape-1 {
    position: absolute;
    left: 85px;
    top: 60px;
    animation: animation-leftRight-1 3s linear 0s infinite alternate;
}

@media (max-width: 767px) {
    .banner-top-shape-1 {
        left: 30px;
    }
}

.banner-top-shape-2 {
    right: 50px;
    bottom: 150px;
    position: absolute;
    z-index: 1;
    animation: animation-popup-2 1.2s linear 0s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .banner-top-shape-2 {
        right: 20px;
        bottom: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-top-shape-2 {
        right: 20px;
        bottom: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-top-shape-2 {
        right: 20px;
        bottom: 100px;
    }
}

@media (max-width: 767px) {
    .banner-top-shape-2 {
        right: 30px;
        bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-top-shape-2 {
        right: 50px;
        bottom: 100px;
    }
}

.banner-top-shape-3 {
    position: absolute;
    top: 125px;
    right: 33%;
    z-index: 1;
    animation: hero-circle-1 6s linear 0s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-top-shape-3 {
        top: 110px;
        right: 140px;
    }
}

@media (max-width: 767px) {
    .banner-top-shape-3 {
        right: 15%;
        top: 110px;
    }
}

@keyframes animation-popup-1 {
    0% {
        transform: scale(0.2) rotate(0deg);
    }

    50% {
        transform: scale(0.5) rotate(180deg);
    }

    90% {
        transform: scale(1) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes animation-popup-2 {
    0% {
        transform: scale(0.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animation-upDown-1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40px);
    }
}

@keyframes animation-leftRight-1 {
    0% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-15px);
    }
}

@keyframes hero-circle-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes hero-popup-1 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animation-popup-5 {
    0% {
        transform: scale(0.2) rotate(0deg);
    }

    40% {
        transform: scale(0.5) rotate(180deg);
    }

    80% {
        transform: scale(1) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes hero-upDown-1 {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(20px);
    }
}

@keyframes hero-leftRight-1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(40px);
    }
}

@keyframes animation-upDown-2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

/* // Brands // */

.brand__item-two img {
    height: 100px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.brand__item img {
    max-width: auto;
    max-height: 100px;
    object-fit: contain;
    width: auto;
    height: auto;
}

.brand__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.brand__item img {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .brand__item img {
        max-width: 80px;
        max-height: 40px;
    }
}

.logo {
    padding: 10px 0;
}

.logo img {
    width: auto;
    height: 48px;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: white;
    opacity: 0.25;
}

@media screen and (max-width: 1199.98px) {
    .hstack {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .hstack.gap-5 {
        gap: 0rem !important;
    }

    .hstack .vr {
        transform: rotate(-90deg) !important;
        margin-left: 25% !important;
    }

    .hstack .content.text-white {
        margin-left: 25% !important;
    }

    .row-gap-10 {
        row-gap: 1rem !important;
    }

    .section-pb-110,
    .section-pt-140 {
        padding: 0 !important;
    }

    .section-py-120 {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .hstack {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .hstack.gap-5 {
        gap: 0rem !important;
        width: 100% !important;
    }

    .hstack .vr {
        transform: rotate(-90deg) !important;
        margin-left: 0% !important;
    }

    .hstack .content.text-white {
        margin-left: 0% !important;
    }
}

.row-gap-6 {
    row-gap: 5rem !important;
}

/* 
label span {
    margin-bottom: 12px !important;
    color: var(--oft-common-color-gray-5) !important;
} */

.hs-form span {
    color: red !important;
}

.dylan-kavanagh {
    max-width: 350px !important;
}

.offCanvas__info {
    width: 50% !important;
}

@media (max-width: 767.98px) {
    .row-gap-6 {
        row-gap: 3rem !important;
    }

    .brands .container-fluid .section__title .title {
        padding-top: 60px !important;
    }

    .footer__top {
        padding: 60px 0 40px;
    }

    .choose__img-three {
        margin-bottom: 0;
    }

    .offCanvas__info {
        width: 100% !important;
    }
}

.footer__section p,
.footer__section a,
.footer__section span,
.footer__section li {
    font-size: 16px !important;
}

/*----------------------------
    Mega Menu Options  
------------------------------*/
.mega-top-banner {
    background-image: url(../img/courses/mega-menu-header.png),
        radial-gradient(100% 100% at 100% 0%, #484c7a 0%, #23263b 100%);
    background-size: contain;
    background-position: right 30%;
    margin: -25px;
    width: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}

.mega-top-banner .content {
    width: 56%;
}

.mega-top-banner .content .title {
    font-size: 16px;
    color: var(--oft-common-color-white);
    font-weight: 600;
    margin-bottom: 10px;
}

.mega-top-banner .content .description {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--oft-common-color-white);
}

.row-gap-6 {
    row-gap: 4rem !important;
}

.row-gap-7 {
    row-gap: 5rem !important;
}

.row-gap-8 {
    row-gap: 6rem !important;
}

.row-gap-9 {
    row-gap: 7rem !important;
}

.row-gap-10 {
    row-gap: 8rem !important;
}

.banner-top-shape-1 {
    position: absolute;
    left: 85px;
    top: 60px;
    animation: animation-leftRight-1 3s linear 0s infinite alternate;
}

@media (max-width: 767px) {
    .banner-top-shape-1 {
        left: 30px;
    }
}

.banner-top-shape-2 {
    right: 50px;
    bottom: 150px;
    position: absolute;
    z-index: 1;
    animation: animation-popup-2 1.2s linear 0s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .banner-top-shape-2 {
        right: 20px;
        bottom: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-top-shape-2 {
        right: 20px;
        bottom: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-top-shape-2 {
        right: 20px;
        bottom: 100px;
    }
}

@media (max-width: 767px) {
    .banner-top-shape-2 {
        right: 30px;
        bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-top-shape-2 {
        right: 50px;
        bottom: 100px;
    }
}

.banner-top-shape-3 {
    position: absolute;
    top: 125px;
    right: 33%;
    z-index: 1;
    animation: hero-circle-1 6s linear 0s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-top-shape-3 {
        top: 110px;
        right: 140px;
    }
}

@media (max-width: 767px) {
    .banner-top-shape-3 {
        right: 15%;
        top: 110px;
    }
}

@keyframes animation-popup-1 {
    0% {
        transform: scale(0.2) rotate(0deg);
    }

    50% {
        transform: scale(0.5) rotate(180deg);
    }

    90% {
        transform: scale(1) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes animation-popup-2 {
    0% {
        transform: scale(0.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animation-upDown-1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40px);
    }
}

@keyframes animation-leftRight-1 {
    0% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-15px);
    }
}

@keyframes hero-circle-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes hero-popup-1 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animation-popup-5 {
    0% {
        transform: scale(0.2) rotate(0deg);
    }

    40% {
        transform: scale(0.5) rotate(180deg);
    }

    80% {
        transform: scale(1) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes hero-upDown-1 {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(20px);
    }
}

@keyframes hero-leftRight-1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(40px);
    }
}

@keyframes animation-upDown-2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

/* // Brands // */

.brand__item img {
    max-width: auto;
    max-height: 100px;
    object-fit: contain;
    width: auto;
    height: auto;
}

.brand__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.brand__item img {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .brand__item img {
        max-width: 80px;
        max-height: 40px;
    }
}

.logo {
    padding: 10px 0;
}

.logo img {
    width: auto;
    height: 48px;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: white;
    opacity: 0.25;
}

@media screen and (max-width: 1199.98px) {
    .hstack {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .hstack.gap-5 {
        gap: 0rem !important;
    }

    .hstack .vr {
        transform: rotate(-90deg) !important;
        margin-left: 25% !important;
    }

    .hstack .content.text-white {
        margin-left: 25% !important;
    }

    .row-gap-10 {
        row-gap: 1rem !important;
    }

    .section-pb-110,
    .section-pt-140 {
        padding: 0 !important;
    }

    .section-py-120 {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .hstack {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .hstack.gap-5 {
        gap: 0rem !important;
        width: 100% !important;
    }

    .hstack .vr {
        transform: rotate(-90deg) !important;
        margin-left: 0% !important;
    }

    .hstack .content.text-white {
        margin-left: 0% !important;
    }
}

.row-gap-6 {
    row-gap: 5rem !important;
}

/* 
label span {
    margin-bottom: 12px !important;
    color: var(--oft-common-color-gray-5) !important;
} */

.hs-form span {
    color: red !important;
}

.dylan-kavanagh {
    max-width: 350px !important;
}

.offCanvas__info {
    width: 50% !important;
}

@media (max-width: 767.98px) {
    .row-gap-6 {
        row-gap: 3rem !important;
    }

    .brands .container-fluid .section__title .title {
        padding-top: 0px !important;
    }

    .footer__top {
        padding: 60px 0 40px;
    }

    .choose__img-three {
        margin-bottom: 0;
    }

    .offCanvas__info {
        width: 100% !important;
    }
}

.footer__section p,
.footer__section a,
.footer__section span,
.footer__section li {
    font-size: 16px !important;
}

.oft-header__section.sticky-menu {
    padding: 0 0;
}

@media (max-width: 1199.98px) {
    .oft-header__section.sticky-menu {
        padding: 20px 0;
    }
}

@media (max-width: 991.98px) {
    .oft-header__section.sticky-menu {
        padding: 6px 0;
    }

    .oft-header__section {
        padding: 6px 0;
    }
}

.sticky-menu-footer {
    position: fixed;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    z-index: 99;
    /* background: var(--oft-common-color-white); */
    background: var(--oft-common-color-black);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 17px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-menu-footer ul li .sub-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#footer-fixed-height.active-height {
    display: block;
    height: 80px;
}

.testimonial__item-wrap {
    width: 83% !important;
    margin: 0 auto !important;
}

@media (max-width: 767.98px) {
    #footer-fixed-height.active-height {
        height: 80px;
    }

    .oft-header__section {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-area.section-py-60 {
        padding-top: 17px !important;
    }

    .newsletter__btn.ps-5 {
        padding-left: 0 !important;
    }

    .brands img {
        width: auto;
        max-height: 46px !important;
    }

    .newsletter__inner-wrap .icon svg {
        width: 60px !important;
        height: 60px !important;
        fill: var(--oft-heading-color);
    }

    body,
    p,
    span,
    h4.title,
    .blog__post-meta .list-column li {
        font-size: 16px !important;
    }

    .choose__list-item {
        gap: 8px;
        margin-bottom: 8px;
    }

    h2.title,
    h4.text-white.m-0.p-0 {
        font-size: 24px !important;
    }

    .title.banner-title.text-white {
        font-size: 36px !important;
    }

    ul.brands {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .brands-section .section__title.text-center.mb-5 {
        margin-bottom: 1rem !important;
    }

    .testimonial__item-wrap {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .blog__details-bottom {
        padding: 10px 0;
        margin: 0 0 10px;
    }
}

/* .template-customers  */

.template-customers .bg-banner {
    background-color: var(--oft-white-background);
}

.footer__widget .icon svg {
    width: 24px !important;
    height: 24px !important;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    margin: auto;
    opacity: 1 !important;
    width: 100% !important;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}

@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }

    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }
}

@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }

    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }
}

@-ms-keyframes immortalkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }

    100% {
        -ms-transform: scale(1.2);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }
}

@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 20000ms linear 0s;
    }

    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 20000ms linear 0s;
    }
}

@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.2);
        transition: transform 20000ms linear 0s;
    }
}

.newsletter__inner-wrap .icon svg,
.newsletter__inner-wrap .icon img {
    fill: var(--oft-heading-color);
    color: var(--oft-heading-color);
}

.btn-footer-mobile {
    min-width: 50%;
    text-align: center;
}

/* .swiper-slide {
    margin-right: 0 !important;
} */

.testimonial__item-four {
    width: 100% !important;
}

.banner-bg-three {
    background-size: cover;
    background-position: 0 -300px;
    padding: 3.75rem 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner__images-three {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.banner__images-three .big-shape {
    position: absolute;
    right: -1rem;
    bottom: -3.5rem;
    z-index: -1;
}

.banner__images-three .shape__wrap img {
    position: absolute;
    z-index: -1;
}

.banner__images-three .shape__wrap img:nth-child(1) {
    left: 0;
    top: 18%;
    max-width: 3.5rem;
}

.banner__images-three .shape__wrap img:nth-child(2) {
    right: 0;
    top: 24%;
    max-width: 4.5rem;
}

.banner__content-three {
    position: relative;
    margin-top: 3rem;
    text-align: center;
}

.banner__content-three .title {
    color: var(--oft-common-color-white);
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
}

.banner__content-three .title span {
    position: relative;
    display: inline-block;
}

.banner__content-three .title span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    height: 1rem;
    background: var(--oft-theme-secondary);
    z-index: -1;
}

.banner__content-three p {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 500;
    max-width: 90%;
    margin: 0 auto;
}

.banner__content-three .banner__btn-wrap {
    margin-top: 1.5rem;
}

.banner__content-three .shape img {
    position: absolute;
    left: 50%;
    top: -1.5rem;
    z-index: -1;
}

.banner__content-six {
    position: relative;
}

.oft-inner-banner {
    min-height: 480px;
    display: flex;
    align-items: center;
    background-position: center -117px;
    background-repeat: no-repeat;
    background-size: cover;
}

.oft-inner-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
}

.oft-inner-banner p {
    color: var(--oft-common-color-white);
}

.oft-inner-banner .shape-wrap {
    position: absolute;
    bottom: -28px;
    right: 5%;
}

.oft-about-details-wrapper {
    position: relative;
    background-image: url('../img/teams/group-mem-banner-joy.png');
    padding-bottom: 386px;
    padding-top: 60px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 62% auto !important;
}

.oft-about-details-wrapper p {
    color: var(--oft-common-color-white);
}

/* Team Block */

.oft-team-wrapper p {
    color: #23263b;
}

.oft-team-block {
    position: relative;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 30px;
    border-radius: 24px;
    background: #e0e0e0;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.oft-team-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.oft-team-block img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transform: translateX(-50%) scale(1);
    transition: transform 0.5s ease-in-out;
}

.oft-team-block:hover img {
    transform: translateX(-50%) scale(1.05);
}

.oft-team-designation {
    position: relative;
    bottom: 15px;
    width: calc(100% - 24px);
    min-height: 110px;
    padding: 12px 16px;
    background: var(--oft-common-color-white);
    border-radius: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: background 0.5s ease-in-out, transform 0.4s ease;
    z-index: 2;
}

.oft-team-block:hover .oft-team-designation {
    background: linear-gradient(0deg, #cc921d, #ffc145);
    transform: translateY(-4px);
    transition: background 0.5s ease-in-out, transform 0.4s ease;
}

.oft-team-designation h3,
.oft-team-designation p {
    color: #3a3b3c;
    transition: color 0.4s ease 0.1s;
}

.oft-team-designation p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #6a6a6a;
}

.oft-team-designation h3 {
    font-size: 18px;
    margin: 0;
}

.oft-team-title-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    margin-top: 8px;
}

.oft-team-designation .oft-team-title-social ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    transition: color 0.4s ease 0.2s;
}

.oft-team-designation .oft-team-title-social ul li a {
    color: var(--oft-heading-color);
    font-size: 16px;
    transition: color 0.4s ease 0.2s, transform 0.3s ease;
}

.oft-team-designation .oft-team-title-social ul li a:hover {
    transform: scale(1.1);
}

.oft-team-designation .oft-more-info > a {
    position: absolute;
    right: 14px;
    top: -18px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.2;
    color: #1e1e1e;
    background: #ffc145;
    border: 1px solid #ffc145;
    border-radius: 50px;
    transition: 0.3s all ease;
}

.oft-team-block:hover .oft-team-designation p {
    color: #424242;
}

.oft-team-block:hover .oft-team-designation .oft-more-info > a {
    background: var(--oft-common-color-white);
    border: 1px solid var(--oft-common-color-white);
    box-shadow: 0 -1px 5px 0px rgba(122, 122, 121, 0.52);
}

/* Modal */
.oft-team-modal .modal-dialog {
    max-width: 750px;
}

.oft-team-modal .modal-body {
    padding: 28px 23px;
}

.oft-team-modal h3 {
    color: #ffc145;
}

.oft-team-modal .modal-body p {
    font-size: 16px;
}

.oft-team-img-wrapper {
    position: relative;
    width: 100%;
    height: 330px;
    min-width: 330px;
    margin: 0 0 22px;
    background: #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 2px 6px 0 rgba(43, 103, 181, 0.29);
}

.oft-team-img-wrapper::before {
    content: '';
    position: absolute;
    border: 2px solid var(--e-global-color-text);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 7px;
}

.oft-team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.oft-team-link {
    position: absolute;
    bottom: 29px;
    right: 27px;
    z-index: 5;
    padding: 3px 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.898);
    border-radius: 5px;
}

.oft-team-link ul {
    display: flex;
    gap: 13px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    transition: color 0.4s ease 0.2s;
}

.oft-team-link ul li a {
    color: var(--oft-heading-color);
    font-size: 16px;
    transition: color 0.4s ease 0.2s, transform 0.3s ease;
}

/* Why Us Section */
.oft-why-us-wrapper {
    background: var(--oft-theme-primary);
}

.oft-why-us-wrapper p {
    color: var(--oft-common-color-white);
}

.oft-base-image img {
    width: 100%;
}

.oft-why-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0 26px 0 26px;
    height: 580px;
}

.oft-why-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oft-why-img-wrapper::before {
    content: '';
    border: 2px solid var(--oft-common-color-white);
    position: absolute;
    width: calc(100% - 65px);
    height: calc(100% - 65px);
    border-radius: 30px;
    top: 50%;
    left: 50%;
    z-index: 7;
    transform: translate(-50%, -50%);
}

.oft-why-img-wrapper svg {
    position: absolute;
    width: 250px;
    height: 250px;
    color: var(--oft-theme-primary);
}

.oft-why-img-wrapper svg.top-left-shape {
    left: -2px;
    top: -2px;
}

.oft-why-img-wrapper svg.bottom-right-shape {
    right: -1px;
    bottom: -2px;
    transform: scale(-1, -1);
}

/* .oft-why-img-wrapper:before{
  content: '';
  background: url(../img/icons/image-curve-shape.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
}

.oft-why-img-wrapper:after{
  content: '';
  background: url(../img/icons/image-curve-shape.svg) 0 0/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
  transform: scale(-1, -1);
} */
.oft-about-details-wrapper {
    position: relative;
}

.oft-about-details-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.16) 0%,
        rgba(255, 255, 255, 0) 61%
    );
    width: 902px;
    height: 902px;
    transform: translate(50%, -50%);
}

.oft-about-details-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.16) 0%,
        rgba(255, 255, 255, 0) 61%
    );
    width: 902px;
    height: 902px;
    transform: translate(-50%, -50%);
}

.oft-form-wrapper label {
    color: #1c325e;
    font-size: 18px;
    line-height: 1.4;
}

.oft-form input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.oft-form-wrapper .form-check-input:checked {
    background-color: #1c325e;
    border-color: #1c325e;
}

.oft-form-wrapper .form-check-input:focus {
    border-color: #1c325e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(28, 50, 94, 0.25);
}

.oft-form-wrapper .form-control:focus {
    border-color: #1c325e;
    box-shadow: 0 0 0 0.25rem rgba(28, 50, 94, 0.25);
}

.oft-form-wrapper {
    background: #f7f7fa;
    padding: 30px 40px 42px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
}

.oft-form-heading {
    max-width: 700px;
}

/* Employee Onboarding */
.oft-half-content h5 {
    font-weight: 400;
    color: #ffc145;
}

.oft-onboarding-why-block {
    margin: 0 0 40px;
}

.oft-onboarding-why-block .oft-onboarding-icon {
    margin: 0 0 10px;
    width: 50px;
    height: 50px;
}

.oft-onboarding-why-block .oft-onboarding-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oft-half-content ul li {
    margin: 0 0 16px;
}

.oft-onboarding-base-block {
    background: #f4f5f7;
}

.why-businesses-choose .oft-onboarding-block-content p {
    color: var(--oft-common-color-gray);
}
.why-businesses-choose .oft-onboarding-block-content h5 {
    color: var(--oft-common-color-white);
}

.why-businesses-choose {
    background-color: var(--oft-theme-primary);
}

.banner-section {
    background-color: var(--oft-common-color-black);
}

.banner-title {
    margin-bottom: 15px;
    font-size: 3.8em;
    font-weight: 700;
    width: 100%;
    text-transform: initial;
}

.sub-banner-title {
    display: block;
    font-family: var(--oft-heading-font-family);
    text-transform: initial;
    color: var(--oft-heading-color);
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.title-white {
    color: var(--oft-common-color-white);
}

.btn-white-hover:hover {
    background: var(--oft-common-color-white);
    color: var(--oft-heading-color);
}

.landing-intro-text p {
    color: var(--oft-common-color-white);
}

.footer-nav-list li {
    margin-bottom: 1rem;
}

.footer-nav-list a {
    color: var(--oft-common-color-gray-5);
}

.footer-nav-list a:hover {
    color: var(--oft-theme-secondary);
}

.w-40 {
    width: 40px;
}
.h-40 {
    height: 40px;
}

.careers-banners {
    min-height: 630px;
    background: var(--oft-common-color-black);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.careers-banners:before {
    background: var(--oft-common-color-black);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/agency-img3.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.banner-team-circle {
    position: absolute;
    bottom: 0;
    z-index: 0;
    text-align: right;
    right: 150px;
}

.banner-team-circle img {
    width: 73%;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
}

.bg-team-goining {
    background-color: #e0e7f6;
}

.text-color-hightlight {
    color: var(--oft-theme-secondary) !important;
    padding: 0 !important;
    font-weight: var(--oft-fw-semi-bold) !important;
}

.current-openings-wrap p {
    font-size: 20px;
    font-weight: 700;
    color: var(--oft-heading-color);
    line-height: 1.5em;
}

.current-opening-section {
    background-color: #f4f5f7;
}

.current-opening-section .section__title p {
    font-size: 16px;
    line-height: 1.4em;
}

.border-btn {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    padding: 12px 26px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    font-size: 15px;
    color: var(--oft-common-color-white);
    font-weight: 600;
    line-height: 18px;
}

.job-list-tab {
    gap: 2rem;
    margin-bottom: 2rem;
}

.job-list-tab .nav-link {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 26px;
}

.job-list-tab .nav-link:hover:not(.active) {
    border-bottom-color: transparent;
}

.job-list-tab .nav-link:not(.active) {
    background-color: var(--oft-common-color-black);
    color: var(--oft-common-color-white);
    border-radius: 50px;
    padding: 12px 26px;
    border: transparent;
}

.job-list-tab .nav-link.active {
    color: var(--oft-common-color-black);
}

.submit-btn {
    border-radius: 3px;
    padding: 12px 24px;
    font-size: 17px;
    line-height: 17px;
}

.job-card {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    background-color: #fff;
}

.job-date {
    color: var(--oft-theme-secondary);
    font-weight: 500;
}

.job-info i {
    margin-right: 5px;
    color: var(--oft-theme-secondary);
}

.job-detail-type {
    background-color: var(--oft-common-color-black);
    position: relative;
}

.job-detail-type h6 {
    color: var(--oft-common-color-white);
    font-size: 13px;
    font-weight: 600;
}

.job-detail-type p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1em;
}

.additional-section .newsletter__area-two {
    display: none;
}

.careers-job-h {
    min-height: 508px;
}

/* Employee Onboarding */
.oft-half-content h5{
  font-weight: 400;
  color: #ffc145;
}

.oft-onboarding-why-block{
  margin: 0 0 40px;
}

.oft-onboarding-why-block .oft-onboarding-icon {
  margin: 0 0 10px;
  width: 50px;
  height: 50px;
}


.oft-onboarding-why-block .oft-onboarding-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oft-half-content ul li{
  margin: 0 0 16px;
}

.oft-onboarding-base-block{
  background: #f4f5f7;
}

/* Media Queries */
@media (min-width: 320px) {
    .banner-bg-three {
        background-position: bottom center;
    }
}

@media (min-width: 576px) {
    .banner-bg-three {
        background-position: bottom center;
    }

    .banner__content-three .title {
        font-size: 2.625rem;
    }
}

@media (min-width: 768px) {
    .banner-bg-three {
        background-position: bottom center;
    }

    .banner__images-three {
        text-align: right;
        width: auto;
    }

    .banner__content-three {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .banner-bg-three {
        background-position: bottom center;
    }

    .banner__content-three {
        margin-top: 5rem;
    }

    .banner__content-three .title {
        font-size: 1.75rem;
    }
}

@media (min-width: 1200px) {
    .banner-bg-three {
        background-position: bottom center;
    }

    .banner__content-three {
        margin-top: 7.5rem;
    }

    .banner__content-three .title {
        font-size: 2.2rem;
    }
}

@media (min-width: 1440px) {
    .banner-bg-three {
        background-position: bottom center;
    }
}

@media (min-width: 2020px) {
    .oft-about-details-wrapper {
        padding-bottom: 440px;
        background-size: 1380px auto !important;
    }
}

@media (max-width: 1440px) {
    .oft-about-details-wrapper {
        padding-bottom: 294px;
        background-size: 70% auto !important;
    }
}
@media (max-width: 1299px) {
    .banner-title {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .oft-about-details-wrapper {
        background-size: 80% auto !important;
    }

    .oft-form-wrapper {
        padding: 26px 22px 30px;
    }

    .oft-inner-banner {
        min-height: 380px;
        background-position: top center;
    }

    .banner-team-circle {
        right: 15px;
    }

    .banner-team-circle img {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .oft-about-details-wrapper {
        padding-bottom: 258px;
        background-size: 80% auto !important;
    }
}

@media (max-width: 991px) {
    .oft-about-details-wrapper {
        padding-bottom: 250px;
    }
    .banner-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .oft-about-details-wrapper {
        padding-bottom: 200px;
        background-size: 100% auto !important;
    }

    .oft-why-img-wrapper {
        height: 420px;
    }
    .banner-title {
        font-size: 36px;
    }
    .text-color-hightlight {
        font-size: 24px !important;
    }
}

@media (max-width: 575px) {
    .oft-about-details-wrapper {
        padding-bottom: 163px;
        background-size: 100% auto !important;
    }
}

@media (max-width: 480px) {
    .oft-about-details-wrapper {
        padding-bottom: 110px;
    }

    .oft-inner-banner {
        min-height: 288px;
    }

    .oft-inner-banner .shape-wrap {
        right: -25px;
        transform: scale(0.7);
    }
}

.brands img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
.brands .about__info-list-item {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
