@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Reset */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #0B3041 !important;
    -webkit-font-smoothing: antialiased;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.card-body {
    color: #0B3041 !important;
}

a {
    text-decoration: none !important;
    /* color: inherit !important; */
}

:root {
    --jd-orange-color: "#FF7D04";
    --jd-dark-blue: #0B3041;
    --font-family: 'Montserrat', sans-serif;
}

* {
    font-family: 'Montserrat';
}



.navbar {
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
    z-index: 999;
    background: transparent;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    transition: all 0.3s ease-in-out;
}

.navbar.fixed {
    position: fixed !important;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand svg {
    width: auto;
    height: 70px;
}

.navbar-brand img {
    height: 36px;
}

.nav-link {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px 16px !important;
    color: #0B3041 !important;
}

.navbar .container {
    display: grid !important;
    /* grid-template-columns: 1fr 2fr 1fr; */
    /* grid-template-columns: 1fr 2fr 0.6fr; */
    grid-template-columns: 1fr 2.6fr;
}

.navbar .primary-cta {
    margin-left: auto;
}

#navbarSupportedContent {
    display: flex;
    justify-content: right;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #0B3041 !important;
    color: white !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    text-decoration: none;
    background-color: #0B3041 !important;
    color: white !important;
}

.primary-cta {
    /* border: 2px solid black; */
    border-radius: 6px;
    padding: 9px 24px;
    text-decoration: none;
    color: black;
    display: block;
    box-sizing: border-box;
    width: fit-content;

}

/* h1 {
    font-size: 46px !important;
    font-weight: 600 !important;
} */

p {
    font-size: 16px;
    line-height: 1.5 !important;
}

.hero-video-wrapper {
    height: 700px;
    /* height: 100vh; */
    width: 100%;
    /* background-color: antiquewhite; */
    overflow: hidden;
}

.hero-video-wrapper-other {
    width: 100%;
    /* height: 70vh; */
    height: 600px;
    object-fit: cover;
}

.hero-section {
    position: relative;
}

.info-wrapper {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    display: flex;
    align-items: end;
    bottom: 0%;
    background: rgba(11, 48, 65, 0.48);
}

.hero-section-video {
    width: 100%;
}

.hero-section h1,
p {
    color: #0B3041;
}

.hero-section .primary-cta {
    color: white;
    border: 2px solid white;
    font-size: 22px;
    /* font-size: 16px; */
    border: none;
    /* padding: 0%; */
}

.hero-section p {
    font-size: 22px;
    color: #0B3041;
    font-weight: 500;
}

.toggle-tab-btn .line {
    width: 20%;
    height: 3px;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    background: #ffffff;
    margin-bottom: 12px;
    transition: .3s;
    margin: 0 auto 14px auto;

}

.toggle-tab-btn {
    border: none;
    /* font-size: 14px; */
    font-size: 16px;
    background: white;
    padding: 0 0px 22px 0px;

    font-weight: 500;
    color: #0B3041;

}

.toggle-tab-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.toggle-tab-btn-active .line {
    width: 100%;
    background: #FF7D04;
}

.primary-cta {
    background: #0B3041;
    color: white;
    font-size: 14px !important;
}

p {
    color: #0B3041;
    font-size: 15px;
    /* line-height: 1.5 !important; */
}

h4 {
    font-size: 32px;
}

.tab-img {
    width: 100%;
    height: auto;
}

/* h6 {
    font-weight: bold !important;
    font-size: 16px !important;
} */

/* .card p {
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.6 !important;
} */

.card {
    border: none !important;
}

.card h6 {
    /* font-size: 14px !important; */
    color: #0B3041;
    font-size: 20px;
    font-weight: 700;
    height: 45px;
}

.why-choose-us-section p {
    height: 68px;
}

h2 {
    line-height: 1.3 !important;
}

.about-us-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 1em;
}

.btn-wrapper a {
    text-decoration: none;
    color: white;
    padding: 12px;

}

.contact-us-wrapper {
    background: #0B3041;
}

.contact-us-cta small {
    font-size: 12px !important;
}

.contact-us-cta span {
    font-size: 14px !important;
    font-weight: 500;
}

.contact-us-cta {
    padding: 14px 20px 14px 14px !important;
    display: block;
    box-sizing: border-box;
    width: fit-content;
    border: 1px solid #ffffff51;
}

form.contact-form {
    display: grid;
    max-width: 300px;
}

input {
    display: block;
    box-sizing: border-box;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
}

.container-form-wrapper {
    background: white;
    padding: 1em;
    width: fit-content;
}

.contact-us-wrapper {
    background: #0B3041;
    padding: 5em;
}

.contact-form-wrapper input {
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    border: none;
}

textarea {
    width: 100%;
    display: block;
    border-radius: 6px;

}

.form-wrapper {
    padding: 2em;
    background: white;
}

.text-orange {
    color: #FF7D04;
}

.form-wrapper a {
    text-decoration: none;
    font-size: 14px !important;
    text-align: right;
    display: block;
    padding: 0 0 12px 0;
}

.form-wrapper h6 {
    font-size: 28px !important;
}

.contact-us-wrapper {
    position: relative;
}

.contact-form-wrapper {
    position: absolute;
    top: 2em;
    right: 5em;
    left: auto;
    padding: 2em !important;
}


.contact-form-wrapper {
    width: 479px;
}

.contact-form-wrapper button {
    border: none;
    background: #019ECA;
    color: white;
    padding: 12px 28px;
    margin: auto;
    display: block;
    width: fit-content;
}

.contact-us-cta {
    display: flex;
    align-items: center;
    gap: 1em;
}

.space-130 {
    height: 120px;
    /* background: #019ECA; */
}

.footer-menu ul {
    list-style: none;
    padding: 0%;
}

footer {
    background: #D9D9D9;
}

.footer-link {
    text-decoration: none;
    color: #0B3041;
    font-size: 12px;
    width: fit-content !important;
    display: block;
    margin-bottom: 9px;
}

.footer-menu-name {
    font-size: 14px !important;
}

footer {
    padding: 2em;
}


footer .footer-main-con {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

footer img {
    height: 36px;
}

.footer-menu-wrapper {
    display: grid;
    /* grid-template-columns: 1.4fr 1fr 1fr 1fr 0.7fr 1fr; */
    /* grid-template-columns: ; */
    grid-template-columns: repeat(4, 1fr);
    padding: 1em 0 0 2em;
    padding-top: 0;
    gap: 1em;
}

/* hero section css start */
.hero-section {
    position: relative;
}

.toggle-tab-btn-wrapper-container {
    width: 100%;
}


.hero-section .wrapper {
    position: absolute;
    top: 0;
    bottom: auto;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(103deg, #FFF 1.94%, rgba(255, 255, 255, 0.50) 22.6%, rgba(255, 255, 255, 0.00) 42.11%);
    /* background: linear-gradient(103deg, #FFF 1.94%, rgba(255, 255, 255, 0.3567) 30.6%, rgba(255, 255, 255, 0.00) 42.11%); */
}

/* hero section css end */

.dropdown-item {
    font-size: 14px !important;
}

.footer-link::after {
    content: "";
    display: block;
    height: 1px;
    background: #181818;
    transition: .3s;
    width: 0;
}

.footer-link:hover::after {
    width: 100%;
}

.footer-menu-link-list-wrapper {
    margin-top: 1em;
}


@media only screen and (max-width: 900px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
    }

    .navbar-collapse.show {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .container {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .navbar-toggler {
        border: 1px solid #0B3041 !important;
        padding: 4px 8px;
        margin-right: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-nav {
        padding: 0;
        margin: 0;
    }

    .nav-item {
        margin: 8px 0;
    }

    .nav-link {
        padding: 8px 0 !important;
    }

    .dropdown-menu {
        position: static !important;
        border: none;
        padding: 0 0 0 1rem;
        margin: 0;
        box-shadow: none;
        background: transparent;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
    }

    .dropdown-menu.show {
        display: block !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-link.dropdown-toggle {
        position: relative;
        padding-right: 20px !important;
        cursor: pointer;
    }

    .nav-link.dropdown-toggle::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
        margin-left: 0;
    }

    .nav-link.dropdown-toggle[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .dropdown-item {
        padding: 8px 0;
        color: #0B3041;
        font-size: 14px;
        opacity: 0.8;
        display: block;
        width: 100%;
        cursor: pointer;
    }

    .dropdown-item:hover {
        background: transparent;
        opacity: 1;
    }

    .navbar .primary-cta {
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }

    .navbar.fixed {
        padding: 0.5em 0 !important;
    }

    .navbar-brand img {
        height: 28px;
    }

    .hero-section .wrapper {
        height: 100%;
        padding: 1em;
        background: #ffffff6b;
    }

    .hero-section .wrapper .container {
        padding: 0%;
    }

    .hero-section p {
        font-size: 16px !important;
        margin: 1em 0;
    }

    .content-card .row {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }


    .content-card .col {
        padding: 0% !important;
    }

    .content-card {
        padding: 0 1em !important;
    }

    .why-choose-us-section .row {
        flex-direction: column !important;
        gap: 1em;
        text-align: center;
    }

    .why-choose-us-section .card {
        max-width: 90%;
        margin: auto;
    }

    .about-us-section .row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .contact-form-wrapper {
        position: static;
        padding: 0 !important;
        width: 100%;
    }

    .contact-us-wrapper {
        padding: 0em !important;
    }

    .contact-us-wrapper .col-6 {
        width: 100% !important;
        padding: 2em;
    }

    .btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }

    .form-wrapper {
        padding: 0em;
        background: white;
    }

    /* .footer-menu-wrapper {
        grid-template-columns: 1fr !important;
        padding: 0;
    } */

    footer .container {
        grid-template-columns: 1fr;
    }

    footer {
        padding: 1em;
    }

    .contact-us-wrapper h2 {
        font-size: 22px;
        line-height: 1.5 !important;
    }

    .contact-us-wrapper p {
        line-height: 1.5 !important;
    }

    .contact-form-wrapper h6 {
        font-size: 22px !important;
    }

    .form-wrapper {
        padding: 2em !important;
    }

    .contact-form-wrapper {
        position: static;
        padding: 0 !important;
        width: 100%;
        left: 16px;
        right: 16px;
        top: 90%;
        width: auto !important;
    }

    .space-130 {
        height: 0px;
        /* background: #019ECA; */
    }

    .btn-wrapper {
        margin: 2em 0;
    }

    .contact-us-cta {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .navbar .container {
        grid-template-columns: 1fr auto !important;
        padding: 0 15px;
    }

    .navbar-brand img,
    footer img {
        height: 34px;
    }

    footer img {
        margin-bottom: 10px;
    }

    footer {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
    }

    .footer-menu-wrapper {
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin-top: 20px;
    }

    .navbar-toggler {
        padding: 4px 8px;
        border: 1px solid #0B3041;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #navbarSupportedContent {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav {
        padding: 0;
    }

    .nav-item {
        margin: 8px 0;
    }

    .nav-link {
        padding: 8px 0 !important;
    }

    .dropdown-menu {
        position: static !important;
        border: none;
        padding: 0 0 0 1rem;
        margin: 0;
        box-shadow: none;
    }

    .navbar .primary-cta {
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }

    .navbar.fixed {
        padding: 0.5em 0 !important;
    }

    .copyright {
        font-size: 14px;
    }

    .copyright .justify-content-end {
        justify-content: left !important;
        margin-bottom: 30px;
    }

    footer .footer-main-con {
        display: grid;
        grid-template-columns: 1fr!important;
        gap: 1em!important;
    }

    .navbar-toggler {
        padding: 0%!important;
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: transparent;
        border: none!important;
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }

    .hero-video-wrapper {
        /* height: 700px; */
        height: 100%;
        width: 100%;
        /* background-color: antiquewhite; */
        overflow: hidden;
    }

}

/* matchcore starts here  */

.matchcore-second-section img {
    border-radius: 20px;
    width: 100%;
}

/* matchcore starts end here  */
.matchcore-third-section {
    overflow-x: hidden;
}

/* Add styles for the MatchCore third section Swiper */


.matchcore-third-section .swiper-slide {
    width: auto;
    /* Allows slides to size based on content/card width */
}

.matchcore-third-section .card {
    border-radius: 10px;
    background: #F5F6F7;
    padding: 20px;
}


.matchcore-third-section .card img {
    width: 50px;
    /* Adjust icon size */
    height: 50px;
    margin-bottom: 20px;
    /* Space below icon */
}

/* Hide arrows when not needed (controlled by Swiper) */
.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

/* Style for pagination dots (optional) */
.matchcore-third-section .swiper-pagination-bullet {
    background-color: #007bff;
    /* Example color */
}

.matchcore-third-section h3 {
    color: #0B3041;
    font-size: 20px;
    font-weight: 700;
    /* height: 68px; */
    margin-bottom: 15px;
}

.matchcore-third-section p {
    color: #0B3041;
    /* font-size: 14px; */
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    /* height: 65px; */
}

.copyright-heading {
    font-size: 15px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

/* Clarity Hero Section CSS */
.clarity-hero-section {
    background-color: var(--jd-dark-blue);
    color: white;
    padding: 40px 0;
    margin-bottom: 0;
}

.clarity-hero-heading {
    color: #ffffff !important;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.matchcore-second-section h1 {
    font-size: 35px;
    margin-bottom: 30px;
}

.clarity-hero-text {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 40px; */
}

.clarity-hero-button {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.clarity-hero-button:hover {
    background-color: #ffffff;
    color: var(--jd-dark-blue);
}

.sect-header {
    color: #0B3041;
    margin-bottom: 22px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 60px; */
    /* 176.471% */
}

@media (max-width: 768px) {
    .clarity-hero-section {
        padding: 50px 0;
        text-align: center;
    }


    .clarity-hero-text {
        font-size: 1rem;
    }

    #navbarSupportedContent {
        align-items: center;
        flex-direction: column;
    }

    .navbar .ms-auto {
        margin-left: auto;
        width: 100%;
    }


}

section {
    margin-bottom: 40px;
}

section:last-child {
    margin-bottom: 0;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0B3041;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #0B3041;
    ;
    color: white;
    transform: translateY(-2px);
}

.social-icon i {
    font-size: 18px;
}

/* swiper config */
.swiper-wrapper {
    margin-bottom: 20px;
}

.swiper-navigation-container {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    display: none!important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    /* content: none !important; */
    /* Hide default Swiper arrows */
}

.swiper-button-prev img,
.swiper-button-next img {
    display: block;
    /* Ensure images are displayed */
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
}

/* Hide arrows when not needed (controlled by Swiper) */
.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

/* Remove these lines */
.matchcore-third-section .swiper-button-prev {
    left: auto;
}

.matchcore-third-section .swiper-button-next {
    right: auto;
}

/* Add smooth transitions for navbar elements */
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .primary-cta {
    transition: all 0.8s ease-in-out;
    color: #0B3041;
}

.navbar.fixed .nav-link {
    color: #0B3041 !important;
}

.navbar.fixed .primary-cta {
    border-color: #0B3041;
    color: #ffffff;
}

#contactForm button {
    transition: all 0.8s ease-in-out;
}

#contactForm button:hover {
    transform: scale(1.1);
}

.primary-cta {
    transition: all 0.8s ease-in-out;
}

.primary-cta:hover {
    transform: scale(1.1);
}

/* .primary-cta:hover path {
    fill: #0B3041;
} */

/* Initial state for navbar elements */
.navbar:not(.fixed) .nav-link {
    color: #0B3041 !important;
}

.navbar:not(.fixed) .primary-cta {
    border-color: white;
    color: white;
}

/* Smooth transition for dropdown menus */
.navbar .dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 0;
    border: none;
}

/* Desktop hover styles */
@media (min-width: 901px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Mobile styles */
@media (max-width: 900px) {
    .navbar .dropdown-menu {
        display: none;
        position: static;
        box-shadow: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    .navbar .dropdown-menu.show {
        display: block;
    }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .6 !important;
    cursor: auto;
    pointer-events: none;
}

/* product-page */
.product-3 .card {
    background: #0B3041;
    color: #ffffff;
}

.product-3 h3 {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    /* height: auto; */
    height: 45px;
    margin-bottom: 10px;
}

.product-3 p {
    color: #ffffff;
    /* font-size: 14px; */
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    /* height: 123px; */
    height: 167px;
}

@media only screen and (max-width: 650px) {
    .social-icon {
        width: 30px;
        height: 30px;
    }

    .clarity-hero-text {
        font-size: 14px;
    }

    .clarity-hero-heading {
        font-size: 22px;
    }

    .clarity-hero-button {
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 10px 20px;
    }

    .matchcore-third-section h3 {
        color: #0B3041;
        font-size: 18px;
        font-weight: 700;
        height: auto;
        margin-bottom: 17px;
    }

    .product-3 h3 {
        color: #fff;
    }

    .matchcore-third-section p {
        height: 80px;
    }

    p {
        font-size: 14px;
    }

    .main-sub-heading {
        font-size: 22px;
        margin-bottom: 0px;
        font-size: 24px !important;
    }

    footer .container {
        padding-left: 15px;
    }

}

/* Mobile and Desktop Element Classes */
.mobile-element {
    display: none;
}

.desktop-element {
    display: block;
}

@media only screen and (max-width: 768px) {
    .mobile-element {
        display: block;
    }

    .desktop-element {
        display: none;
    }
}

/* Custom dropdown arrow styling */
.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-toggle svg {
    transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

/* Contact Page Styles */
.contact-section .card {
    background: #0B3041;
    color: #ffffff;
    border: none;
    border-radius: 10px;
}

.contact-section .card h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.contact-section .form-control,
.contact-section .form-select {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px;
}

.contact-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-section .form-control:focus,
.contact-section .form-select:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    box-shadow: none;
}

.contact-section .contact-info h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.contact-section .contact-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
}

.contact-section .contact-info i {
    color: #ffffff;
    width: 24px;
}

.matchcore-third-section p {
    height: auto;
    margin: 0%;
}


@media only screen and (min-width: 768px) {
    .experience-card h3 {
        height: auto!important;
    }

    .experience-card {
        height: 100%!important;
    }
}
@media only screen and (max-width: 768px) {
    .contact-section .card {
        margin-bottom: 20px;
    }

    .contact-section .contact-info {
        margin-top: 20px;
    }

}

/* contact-us end  */

/* blog */
.blog-section .card-body {
    /* background: #F5F6F7; */
    padding: 30px;
}

.blog-section .card {
    border-radius: 20px;
    border: 1px solid #E2E9FF !important;
}

.card-img-top {
    border-radius: 14px;
}

.blog-section .card-body span {
    font-size: 12px;
}

.blog-section .card-title {
    color: #0B3041;
    font-size: 24px;
    font-weight: 700;
    /* height: 50px; */
}

.blog-section .card-text {
    color: #0B3041;
    font-size: 15px;
    margin-top: 21px;
    font-weight: 400;
    line-height: 26px;
    /* height: 100px; */
}

/* blog */

/* about us starts here  */

.ema-legacy-section {
    background: #F5F6F7;
}

.ema-legacy-badge {
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    background: #0B3041;
    color: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    min-width: 224px;
    box-shadow: 0 4px 24px rgba(24, 59, 74, 0.08);
    z-index: 2;
    right: 20px;
}

.ema-legacy-badge .years {
    font-size: 40px;
    font-weight: 700;
    display: block;
    /* margin-bottom: 0.5rem; */
}

.ema-legacy-badge .desc {
    font-size: 18px;
    line-height: 1.3;
}

.ema-legacy-list .ema-legacy-icon {
    font-size: 2rem;
    color: #0B3041;
    height: 65px;
    width: 65px;
    border-radius: 50px;
    background: #fff;
}

.ema-legacy-list strong {
    color: #0B3041;
}

@media (max-width: 991.98px) {
    .ema-legacy-badge {
        position: static !important;
        margin: 20px auto 0 auto;
        display: block;
        transform: none;
    }
}

.ema-legacy-section .img-fluid {
    width: 80%;
}

.leadership-team-section .card-text {
    color: #fff;
}

.team-text-con {
    border-radius: 10px;
    background: #0B3041;
    padding: 20px;
    color: #fff;
    margin-top: -10px;
}

/* about us ends here  */

/* Leadership Team Section Styles */
.leadership-team-section .card {
    position: relative;
}

.card-top-border {
    position: absolute;
    top: -16px;
    left: -5px;
    right: -5px;
    /* width: 105%; */
    height: 24px;
    z-index: -1;
    border-radius: 20px;
    background: #019ECA;
}

.leadership-team-section .card-title {
    font-weight: 600;
    color: #ffffff !important;
}

.leadership-team-section .card-text {
    margin-bottom: 0;
}

.leadership-team-section .team-text-con {
    padding: 1rem;
}

/* EMA Legacy Section Styles */
.ema-legacy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F5F5F5;
    border-radius: 50%;
    padding: 12px;
}

.ema-legacy-icon img {
    width: 40px;
    object-fit: contain;
}

/* Override Bootstrap active/focus/visited navbar link styles */
.navbar .nav-link:active,
.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
    color: var(--jd-orange-color, #FF7D04) !important;
    background-color: transparent !important;
}

.nav-link:focus,
.nav-link:active,
.nav-link:focus-visible {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    color: var(--jd-orange-color, #FF7D04) !important;
}

/* Override Bootstrap's default active state */
.nav-link.active {
    color: #0B3041 !important;
    font-weight: 600 !important;
    position: relative;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background-color: #0B3041;
}

/* Override Bootstrap's default nav-link styles */
.navbar .nav-link,
.navbar .nav-link:focus,
.navbar .nav-link:active,
.navbar .nav-link:hover,
.navbar .nav-link:focus-visible,
.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    color: #0B3041 !important;
}

/* Override Bootstrap's default dropdown styles */
.navbar .dropdown-menu {
    background-color: white;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .dropdown-item:focus,
/* .navbar .dropdown-item:active, */
.navbar .dropdown-item:hover {
    background-color: #F5F6F7 !important;
    /* color: var(--jd-orange-color, #FF7D04) !important; */
    color: var(--jd-orange-color, #FF7D04) !important;
    font-weight: 500;
}

.navbar .dropdown-item:active {
    background-color: #0B3041 !important;
    color: white !important;
}

/* Active state for nav items */
.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
    color: var(--jd-orange-color, #FF7D04) !important;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-content {
    position: relative;
}

.content-card {
    transition: opacity 0.3s ease-in-out;
}

.why-us-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.why-us-title {
    color: #0B3041;
    font-size: 20px;
    font-weight: 700;
}

.why-us-text {
    color: var(--Text-Color-H1, #243342);
    font-size: 16px;
}

.why-choose-us-section p {
    height: auto;
}

.sect-header {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    color: #0B3041;
}

.primary-cta svg {
    transform: scale(0.7);
}

.why-choose-us-section .card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(4, 33, 63, 0.05);
}

.why-choose-us-section .col-lg-4 {
    transition: all 0.3s ease;
}

.why-choose-us-section .col-lg-4:hover {
    transform: scale(1.06);
}

.leadership-team-section .col-lg-3 {
    transition: all 0.3s ease;
}

.leadership-team-section .col-lg-3:hover {
    transform: scale(1.06);
}

/* Tab Slider Styles */
.tab-swiper {
    width: 100%;
    padding-bottom: 30px;
}

.tab-swiper .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}

.tab-swiper .toggle-tab-btn {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.tab-swiper .swiper-pagination {
    bottom: 0;
}

.tab-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #0B3041;
    opacity: 0.3;
}

.tab-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF7D04;
}

@media only screen and (max-width: 768px) {
    .toggle-tab-btn-wrapper-container {
        overflow: hidden;
    }

    .tab-swiper .swiper-slide {
        width: 50%;
    }

    .toggle-tab-btn {
        touch-action: manipulation;
        /* or auto */
        -webkit-user-select: none;
        user-select: none;
    }

    .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 2px;
        background-color: #0B3041;
        display: none!important;
    }
}

@media (max-width: 768px) {
    ul.dropdown-menu.show {
        border: none !important;
        /* Use !important cautiously, but it can help override framework styles */
        box-shadow: none !important;
        /* Use !important cautiously */
    }

    .nav-link.active::after {
        left: 0;
    }
}

.social-icon-link {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.3s ease;
}

.social-icon-link:hover {
    background: #0B3041;
    transform: translateY(-3px);
}

.icon-con {
    border-radius: 0px 0px 10px 10px;
    background: #0B3041;
}

/* Contact Page Styles */
.contact-section .row {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.contact-section .form-left,
.contact-section .right-form {
    flex: 1;
    max-width: calc(50% - 17.5px);
    border-radius: 10px;
}

.contact-section .col-lg-1 {
    display: none;
}

.contact-section .form-left {
    padding-top: 13% !important;
}

.right-form {
    background-color: #0B3041;
}

.form-check {
    display: block !important;
    min-height: 1.5rem !important;
    padding-left: 1.5em !important;
    margin-bottom: .125rem !important;
    display: flex !important;
    gap: 17px !important;
    color: #fff !important;
}

.contact-submit {
    color: #0B3041;

}

.right-form .primary-cta {
    background: #FCFCFC;
    color: #0B3041;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border: none;
}

.form-check-input:checked {
    background-color: #0B3041 !important;
    border-color: #ffffff !important;
    ;
}

.form-left .primary-cta {
    margin-left: 40px !important;
}

::placeholder {
    color: #0B3041 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #0B3041 !important;
}

::-ms-input-placeholder {
    color: #0B3041 !important;
}

label {
    font-size: 15px;
}

@media only screen and (max-width: 991px) {
    .contact-section .row {
        flex-direction: column;
        gap: 20px;
    }

    .contact-section .form-left,
    .contact-section .right-form {
        max-width: 100%;
    }
}

/* career  */
.why-work-with-us-section .card {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 6px 34px 0px rgba(215, 216, 222, 0.40);
}

.why-work-with-us-section h3 {
    font-size: 22px;
}

/* career  */


/* dynamic cards  */
.dynamic-cards {
    padding-block: min(20vh, 2rem);
    /* width: calc(min(76.5rem, 90%)); */
    margin-inline: auto;
    color: #0B3041;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.dynamic-cards h2 {
    text-transform: capitalize;
    letter-spacing: 0.025em;
    font-size: clamp(2rem, 1.8125rem + 0.75vw, 2.6rem);
}

.dynamic-cards a {
    color: rgba(11, 48, 65, 0.70);
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    /* border-bottom: 2px solid rgba(11, 48, 65, 0.70); */
}

.dynamic-cards .containerr {
    /* margin-top: 5em; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 2rem;
}

.containerr .card {
    position: relative;
}

.containerr .iconBox {
    background: #0B3041;
}

.iconBox span {
    height: 16px;
    width: 16px;
    background: #ffffff;
    color: none;
    border-radius: 20px;
}

.containerr .icon-con {
    background: rgb(255, 255, 255);
    display: -webkit-inline-box;
    padding: 15px;
    border-radius: 50px;
    display: flex;
    padding: 15px;
    border-radius: 50px;
    height: 60px;
    width: 60px;
}

.containerr .icon-con svg {
    height: 36px;
}

.dynamic-cards .card ul {
    margin: 0;
    padding: 0;
    /* gap: 0.625rem; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dynamic-cards i {
    font-size: 32px;
    color: rgb(0, 144, 255);
}

.containerr .card-place-4 {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 10px;
    gap: 23px;
    /* padding-left: 18px; */
}

.dynamic-cards .card ul li {
    text-transform: uppercase;
    background: var(--clr-tag);
    color: rgba(11, 48, 65, 0.70);
    font-size: 0.8rem;
    padding: 0.375rem 0.625rem;
    border-radius: 0.188rem;
    padding-left: 0;
    padding-bottom: 0;
    /* padding-left: 15px; */
}

.dynamic-cards h4 {
    font-size: 20px;
    color: #0B3041;
}

.dynamic-cards .card ul .branding {
    color: #704a31;
}

.dynamic-cards .card ul .packaging {
    color: #1e3938;
}

.dynamic-cards .card ul .marketing {
    color: #4d1637;
}

.dynamic-cards .card .content {
    position: absolute;
    top: 19px;
    width: 100%;
    padding: 24px;
    overflow: hidden;
}

.dynamic-cards .card .content h3 {
    text-transform: capitalize;
    /* font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem); */
}

.dynamic-cards .card .content p {
    /* margin: 0.625rem 0 1.25rem; */
    margin: 10px 0px;
    color: rgba(11, 48, 65, 0.70);
    font-size: 15px;
}

.dynamic-cards .card-inner {
    position: relative;
    width: inherit;
    /* height: 18.75rem; */
    height: 350px;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.dynamic-cards .card-inner .box {
    width: 100%;
    height: 100%;
    border-radius: 40px 0px 0px 0px;
    /* background: #D9D9D9; */
    border-radius: 20px;
    overflow: hidden;
    background-color: #d9d9d936;
    /* box-shadow: 0px 4px 13.7px 0px rgba(49, 82, 227, 0.20); */
}

.dynamic-cards li {
    position: relative;
}

.dynamic-cards li::marker {
    position: absolute;
    left: 3px;
}


.dynamic-cards .card-inner .box .imgBox {
    position: absolute;
    inset: 0;
}

.dynamic-cards .card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamic-cards .card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    /* width: 6rem;
  height: 6rem; */
    width: 60px;
    height: 60px;
    background: var(--clr);
    border-top-left-radius: 50%;
}

.dynamic-cards .card-inner .box .icon:hover .iconBox {
    transform: scale(1.1);
}

.dynamic-cards .card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.dynamic-cards .card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.dynamic-cards .card-inner .box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #0B3041;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 1;
}

.dynamic-cards .card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 16px;
}

.dynamic-cards h3 {
    color: #0B3041;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

/* dynamic cards  */
.dektop-ele {
    display: block;
}

@media only screen and (min-width: 652px) {
    .swiper-pagination {
        display: none!important;
    }
}

@media only screen and (max-width: 650px) {
    .matchcore-second-section h1 {
        font-size: 24px;
    }

    .matchcore-third-section .card {
        justify-content: center;
    }

    .dektop-ele {
        display: none !important;
    }

    .dynamic-cards .card .content {
        position: absolute;
        top: -4px;
        left: 10px;
        width: 100%;
        padding: 24px;
        overflow: hidden;
    }

    .dynamic-cards .card-inner {
        height: 267px;
    }

    .form-left .primary-cta {
        margin-left: 0 !important;
    }

    .contact-section .form-left {
        padding-top: 0 !important;
    }

    .blog-section .card-title {
        font-size: 18px;
    }

    .blog-section .card-body span {
        font-size: 12px;
    }

    .mobile-img {
        display: block!important;
        width: 100%!important;
    }

    .desktop-img {
        display: none!important;
    }

    .text-content-section .row {
        padding: 2em 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .text-content-section a {
        margin: 1em auto 1em 0!important;
    }

    .text-content-section p {
        margin: 1em 0!important;
    }

  .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: rgb(20 158 201)!important;;
    }
}

  .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: rgb(20 158 201)!important;;
    }

footer .footer-main-con {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 6em;
}

.jd-match-color {
    color: #0D2D3F!important;
}

.jd-core-color {
    color: #F69241!important;
}

span.jd-core-color {
    margin-left: -7px;
}

.mobile-img {
    display: none;
}

.text-content-section {
    background: #0B3041;
}

.text-content-section a {
    display: block;
    width: fit-content;
    box-sizing: border-box;
}

.text-content-section .row {
    padding: 2em 0;
    display: flex;
    align-items: center;
}

.text-content-section a {
    margin-left: auto;
}
.text-content-section p {
    margin: 0%;
    padding: 0%;
}

.text-content-section h1 {
    line-height: 1.5;
    max-width: 500px;
}

.hero-section img {
    width: 100%!important;
}