@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --base-font: "Google Sans Flex", sans-serif;
    --heading-font: "Inter Tight", sans-serif;

    --primary-color: #183883;
    --black-color: #000000;
    --primary-color-600: #0e2251;

    --secondary-color-25: #EEF3F8;
    --secondary-color-300: #5F7190;
    --secondary-color-400: #3C374E;
    --secondary-color-500: #1F2833;
    --secondary-color-600: #11171E;
    --text-dark-grey: #12171E;
    --text-dark-black: #121820;

    --muted-color-200: #F0F3F8;
    --muted-color-300: #E6EBF4;
    --muted-color-400: #9999B5;

    --muted-text: #8296AD;
    --black-color: #000000;
    --white-color: #FFFFFF;
    --footer-bg: radial-gradient(22.19% 95.72% at 77.81% 50%, #102338 0%, #161E29 100%);

}

body {
    background: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 16px 16px;
}

section,
body {
    font-family: var(--base-font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.font-bold {
    font-family: var(--heading-font) !important;
}

.highlight span {
    font-family: "DM Serif Display" !important;
    font-style: italic;
}

a {
    text-decoration: none;
    display: inline-block;
}

.spacer-xl {
    padding-block: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.button {
    padding: 15px 40px;
    background: var(--primary-color);
    color: #FFF !important;
    text-align: center;
    border-radius: 10px;
}

.search-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: #f3f4f6;
    padding: 20px;
    border-radius: 16px;
    align-items: center;
    position: absolute;
    top: calc(100% + 49px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* Field Wrapper */
.filter-field {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    flex: 1;
    min-width: 180px;
    border: 1px solid #e5e7eb;
}

.filter-field.small {
    max-width: 150px;
}

.filter-field i {
    margin-right: 10px;
    color: #888;
}

.filter-field input,
.filter-field select {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    background: transparent;
}

.filter-field select {
    cursor: pointer;
}

/* Button */
.btn-search {
    padding: 12px 25px;
    border-radius: 12px !important;
    border: none;
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-search:hover {
    opacity: 0.9;
}

.page-counter {
    background-size: cover;
    padding: 80px 60px;
    background: var(--page-primary-bg);
}

.counter-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 0;
}

.counter-theme {
    color: var(--white-color);
    border-right: 1.5px solid #FFFFFF80;
    padding: 0 20px;
    width: 33.33%;
    text-align: center;
}

.highlight__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: fit-content;
}

/* 
.highlight__link::after {
    content: '';
    background-image: url(../images/nsfw-images/highlight-underline.webp);
    height: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlight__link svg {
    transition: all 0.3s;
}

.highlight__link:hover svg {
    transition: all 0.3s;
    transform: translateX(10px);
} */

/* ===== STATS STRIP ===== */

.stats-strip {
    background: #f2f3f5;
    padding: 60px 0;
    border-radius: 20px 20px 0 0;
}

.stat-box h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-box p {
    color: #666;
    margin: 0;
}

.stat-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

/* ===== HERO SPLIT ===== */

.hero-split {
    background: linear-gradient(90deg, #1e1f25, #2a2b32);
}

.hero-content {
    color: #fff;
}

.hero-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content p {
    color: #ccc;
    margin-bottom: 20px;
}

.hero-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.hero-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    color: #ddd;
}

.hero-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff6b00;
}

/* .btn-primary-custom {
    background: linear-gradient(90deg, #7b61ff, #6c5ce7);
    padding: 12px 28px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
} */

.btn-primary-custom:hover {
    opacity: 0.9;
}

/* ===== IMAGE ===== */

.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    border-radius: 16px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
}

.placeholder-space {
    background: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 77.2%;
    position: absolute;
    top: 5%;
    left: 11.8%;
    border-radius: 5px;
    height: 83%;
}

.placeholder-space small {
    position: absolute;
    top: 20px;
    letter-spacing: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .search-wrap {
        flex-direction: column;
    }

    .filter-field,
    .btn-search {
        width: 100%;
    }
    .placeholder-space small {
        display: none;
    }
}

/* ======================= new style ======================= */

.hero-wrap {
    background-image: url(../images/listing-images/hero-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 200px;
    color: #FFF;
    position: relative;
}

.dark-bg {
    background-image: url(../images/listing-images/listing-hero.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.dark-bg::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

.single-pacakage {
    padding: 50px 50px 150px;
    border-radius: 30px;
    position: relative;
    height: 100%;
    z-index: 2;
}

.pacakage-heading-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.pacakage-heading-single h3 {
    color: #fff !important;
    margin: 0;
}

.single-pacakage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-pacakage ul li {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    position: relative;
    padding: 0 0 0 35px;
}

.single-pacakage ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url(../images/listing-images/tick-light.webp);
}

.single-pacakage a.button {
    position: absolute;
    left: 50px;
    bottom: 55px;
    width: calc(100% - 100px);
    justify-content: center;
}

.single-pacakage>span {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    background-color: var(--primary-color);
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 30px;
    z-index: -2;
    padding: 10px 10px 100px;
}

.single-pacakage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    z-index: -1;
    border-radius: 30px;
    backdrop-filter: blur(100px);
}


/* FAQ */

/* faq design */
.faq-blocks .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.faq-blocks .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: rotate(-227deg) !important;
}

.faq-blocks button.accordion-button {
    font-size: 18px;
    font-weight: 500;
    padding: 26px 24px;
    text-wrap: auto;
}

.faq-blocks .accordion-button {
    padding-inline: 0 !important;
    background-color: #ffffff !important;
    color: #000000;
}

.faq-blocks .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq-blocks .accordion-item {
    border: none;
}

.faq-blocks .accordion-flush .accordion-item .accordion-header {
    border: 1px solid #eee !important;
    /* border-bottom: 0 !important; */
}

.faq-blocks .accordion-flush .accordion-item:last-child .accordion-header {
    border-bottom: 1px solid #eee !important;
}

.faq-blocks .accordion-body {
    padding: 16px 48px;
    color: rgba(60, 60, 67, 0.85);
}

.faq-blocks .accordion-flush .accordion-collapse {
    border-left: 0px !important;
    border-radius: 0px !important;
    border-bottom: 0px !important;
    border-top: 1px solid #eee;
}

.faq-blocks .accordion-item:not(:last-child) {
    margin-bottom: 8px;
}

.faq-blocks .accordion-button:focus {
    box-shadow: none !important;
}

.faq-blocks {
    border-top: 1px solid var(--black-color);
}

.faq-blocks .accordion-item {
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--black-color) !important;
}

.faq-blocks .accordion-body {
    padding: 0 300px 50px 0;
    color: inherit;
}

.faq-blocks .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}

.faq-blocks .accordion-flush .accordion-item:last-child .accordion-header,
.faq-blocks .accordion-flush .accordion-collapse,
.faq-blocks .accordion-flush .accordion-item .accordion-header {
    border: unset !important;
}


main .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 50px 0;
    transition: all 0.3s;
}

main .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    padding: 50px 0 10px;
    font-weight: bold;
    font-size: clamp(1.25rem, 1.0714rem + 0.8929vw, 1.875rem);
    transition: all 0.3s;
}

p+ol li,
p+ul li {
    font-size: 16px;
    text-align: start;
}

.list-card {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

/* .list-card-image {
    height: 220px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.list-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

img.user-image {
    position: absolute;
    height: 130px;
    border-radius: 80px;
    aspect-ratio: 1 / 1;
    width: 130px;
    left: 20px;
    bottom: 0;
    border: 5px solid white;
    z-index: 2;
}

.list-card-image {
    position: relative;
    padding-bottom: 30px;
}

.list-card-image .banner {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.5);
}

.list-card-body {
    padding: 15px 10px 10px;
    height: 100%;
}

.profile-meta {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: 15px;
}

.profile-tags span {
    padding: 2px 8px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
}

.profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 1rem;
}

.company-header {
    margin-bottom: 15px;
}

.company-name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.designation {
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

.industry-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #0d2b6b;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500;
}

/* Contact rows */
.meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.meta-row i {
    width: 18px;
    color: #0d2b6b;
}

/* Divider spacing */
.profile-meta {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
}

/* Tags */
.profile-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 12px;
    background: #eef2ff;
    border-radius: 20px;
    color: #0d2b6b;
    line-height: 1;
    font-weight: 500;
}

/* Flagship Highlight */
.profile-tags .flagship {
    background: #e6f4ea;
    color: #0a6b34;
}

.certifications span {
    background: #fff4e5;
    color: #a15c00;
}

.benefits-slider {
    padding: 20px 0;
}

.benefit-item {
    background: #f8f9fc;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    height: 100%;
}

.benefit-item i {
    font-size: 22px;
    color: #0d2b6b;
    min-width: 30px;
}

.swiper-wrapper {
    display: flex;
    height: 100%;
}
.swiper-wrapper .swiper-slide{
    height: auto;
}

.benefit-item {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.table :is(th, td) {
    padding: 15px 20px;
}
/* ======================= new style ends ======================= */

@media only screen and (min-width: 992px) {
    .benefit-item {
        height: 430px;
    }
}
@media only screen and (max-width: 991px) {
    .our-packages-section .row .col-lg-4:nth-child(2) {
        margin: 70px 0 25px;
    }

    .faq-blocks .accordion-body {
        padding: 0 0 30px 0;
    }
}