* {
    font-family: 'Segoe UI', sans-serif;
}

.main-menu__list li a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease;
}

.main-menu__list li.active>a {
    color: #b89867 !important;
}

.main-menu__list li:hover>a {
    color: #b89867 !important;
}

.main-menu__list li a::after {
    display: none !important;
}

.about-three__left {
    margin-right: 0;
}

.services-two__content {
    margin-left: 0;
    border-radius: 0;
}

.page-header__inner {
    padding: 70px 0;
}

.services-two__carousel .owl-stage {
    display: flex;
}

.services-two__carousel .owl-stage .owl-item {
    display: flex;
}

.services-two__carousel .item {
    width: 100%;
}

.services-two__single {
    margin-bottom: 70px;
}

.counter-two {
    padding: 50px 0;
}

.blog-one__content {
    padding-left: 0;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
    display: none;
}

.nice-select {
    height: 60px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #e6e6e8 !important;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 57px;
}

.list {
    width: 100%;
}

.google_map iframe {
    width: 100%;
}

.blog-details__user {
    width: inherit;
    border-radius: 5px;
    padding: 0 10px;
}


/* ===== Custom About Page Styles ===== */

/* Color Variables */
:root {
    --primary-color: #163355;
    --primary-light: #1e4a7a;
    --primary-dark: #0e2240;
    --accent-color: #b89867;
    --accent-light: #d4b896;
    --accent-dark: #9a7d4e;
    --soft-primary: rgba(22, 51, 85, 0.05);
    --soft-accent: rgba(184, 152, 103, 0.1);
    --light-bg: #f8f9fc;
    --cream-bg: #faf8f5;
    --gradient-primary: linear-gradient(135deg, #163355 0%, #1e4a7a 100%);
    --gradient-accent: linear-gradient(135deg, #b89867 0%, #d4b896 100%);
    --gradient-mixed: linear-gradient(135deg, #163355 0%, #b89867 100%);
}

/* ===== Who We Are Section ===== */
.who-we-are {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, var(--light-bg) 100%);
    position: relative;
    overflow: hidden;
}

.who-we-are::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(22, 51, 85, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.who-we-are::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(184, 152, 103, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.who-we-are__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient-accent);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(184, 152, 103, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.who-we-are__badge i {
    font-size: 12px;
}

.who-we-are__title {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 25px;
    line-height: 1.2;
}

.who-we-are__title span {
    color: var(--accent-color);
    position: relative;
}

.who-we-are__title span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(184, 152, 103, 0.2);
    z-index: -1;
}

.who-we-are__text {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.who-we-are__text strong {
    color: var(--primary-color);
}

.who-we-are__image-wrapper {
    position: relative;
    padding: 20px;
}

.who-we-are__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(22, 51, 85, 0.2);
}

.who-we-are__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid var(--accent-color);
    border-radius: 20px;
    transform: translate(15px, 15px);
    z-index: -1;
}

.who-we-are__image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.who-we-are__image:hover img {
    transform: scale(1.05);
}

.who-we-are__image-badge {
    position: absolute;
    bottom: -25px;
    left: -25px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 4px solid var(--accent-color);
}

.who-we-are__image-badge-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.who-we-are__image-badge-text h4 {
    font-size: 32px;
    font-weight: 800;
    color: var(--accent-color);
    margin: 0;
    line-height: 1;
}

.who-we-are__image-badge-text p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.floating-shape {
    position: absolute;
    z-index: -1;
}

.floating-shape-1 {
    top: 10%;
    right: 5%;
    width: 80px;
    height: 80px;
    border: 3px solid var(--soft-accent);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.floating-shape-2 {
    bottom: 15%;
    right: 15%;
    width: 40px;
    height: 40px;
    background: var(--soft-accent);
    border-radius: 8px;
    animation: float 4s ease-in-out infinite reverse;
}

.floating-shape-3 {
    top: 30%;
    left: 3%;
    width: 20px;
    height: 20px;
    background: var(--accent-color);
    border-radius: 50%;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

/* ===== Philosophy Section ===== */
.philosophy-section {
    padding: 80px 0;
    background: var(--cream-bg);
    position: relative;
    overflow: hidden;
}

.philosophy-section::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 400px;
    font-family: Georgia, serif;
    color: rgba(184, 152, 103, 0.08);
    line-height: 1;
}

.philosophy-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(22, 51, 85, 0.03) 0%, transparent 70%);
}

.philosophy__content {
    text-align: center;
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.philosophy__icon {
    width: 100px;
    height: 100px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 40px;
    color: var(--accent-color);
    box-shadow: 0 20px 50px rgba(22, 51, 85, 0.3);
    position: relative;
}

.philosophy__icon::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px dashed var(--accent-color);
    border-radius: 50%;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.philosophy__tagline {
    display: inline-block;
    background: var(--primary-color);
    color: var(--accent-light);
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.philosophy__quote {
    font-size: 38px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.4;
    margin-bottom: 30px;
}

.philosophy__quote span {
    color: var(--accent-color);
    font-style: italic;
}

.philosophy__text {
    font-size: 18px;
    color: #666;
    line-height: 1.9;
    margin: 0 auto;
    text-align: justify;
}

.philosophy__divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-accent);
    margin: 40px auto 0;
    border-radius: 2px;
}

/* ===== What We Do Section ===== */
.what-we-do {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.section-header__subtitle::before,
.section-header__subtitle::after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--accent-color);
}

.section-header__title {
    font-size: 44px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.section-header__title span {
    color: var(--accent-color);
}

.section-header__desc {
    font-size: 17px;
    color: #666;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}

.what-we-do__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 30px;
}

.what-we-do__card {
    background: #fff;
    border-radius: 20px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.what-we-do__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-accent);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.what-we-do__card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, var(--soft-accent) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.what-we-do__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(22, 51, 85, 0.12);
    border-color: transparent;
}

.what-we-do__card:hover::before {
    transform: scaleX(1);
}

.what-we-do__card:hover::after {
    opacity: 1;
}

.what-we-do__card-icon {
    width: 90px;
    height: 90px;
    background: var(--light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 36px;
    color: var(--primary-color);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.what-we-do__card:hover .what-we-do__card-icon {
    background: var(--gradient-primary);
    color: var(--accent-color);
    transform: rotateY(180deg);
    border-color: var(--accent-color);
}

.what-we-do__card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.what-we-do__card-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* ===== Who We Serve Section ===== */
.who-we-serve {
    padding: 80px 0;
    background: var(--light-bg);
    position: relative;
}

.who-we-serve::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(184,152,103,0.1)" /> </svg>');
    background-size: 40px 40px;
}

.who-we-serve__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 25px;
    position: relative;
    z-index: 1;
}

.who-we-serve__item {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border-bottom: 4px solid transparent;
}

.who-we-serve__item:nth-child(1) {
    border-bottom-color: var(--primary-color);
}

.who-we-serve__item:nth-child(2) {
    border-bottom-color: var(--accent-color);
}

.who-we-serve__item:nth-child(3) {
    border-bottom-color: var(--primary-light);
}

.who-we-serve__item:nth-child(4) {
    border-bottom-color: var(--accent-dark);
}

.who-we-serve__item:nth-child(5) {
    border-bottom-color: var(--primary-color);
}

.who-we-serve__item:nth-child(6) {
    border-bottom-color: var(--accent-dark);
}

.who-we-serve__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(22, 51, 85, 0.15);
}

.who-we-serve__item-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 70px;
    font-weight: 900;
    color: rgba(22, 51, 85, 0.04);
    line-height: 1;
}

.who-we-serve__item-icon {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.who-we-serve__item:nth-child(odd) .who-we-serve__item-icon {
    background: var(--gradient-primary);
}

.who-we-serve__item:nth-child(even) .who-we-serve__item-icon {
    background: var(--gradient-accent);
}

.who-we-serve__item-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.who-we-serve__item-text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

/* ===== FINACT Method Section ===== */
.finact-method {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.finact-method__timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.finact-method__timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color), var(--accent-color));
    border-radius: 10px;
}

.finact-method__step {
    display: flex;
    align-items: center;
    position: relative;
}

.finact-method__step:last-child {
    margin-bottom: 0;
}

.finact-method__step:nth-child(even) {
    flex-direction: row-reverse;
}

.finact-method__step-content {
    width: 44%;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(22, 51, 85, 0.08);
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
}

.finact-method__step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(22, 51, 85, 0.12);
    border-color: var(--accent-light);
}

.finact-method__step:nth-child(odd) .finact-method__step-content {
    margin-right: auto;
    text-align: right;
}

.finact-method__step:nth-child(even) .finact-method__step-content {
    margin-left: auto;
    text-align: left;
}

.finact-method__step-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--accent-color);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(22, 51, 85, 0.4);
    border: 4px solid #fff;
}

.finact-method__step:nth-child(even) .finact-method__step-number {
    background: var(--accent-color);
    color: #fff;
    box-shadow: 0 10px 30px rgba(184, 152, 103, 0.4);
}

.finact-method__step-letter {
    font-size: 14px;
    font-weight: 800;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    display: block;
}

.finact-method__step:nth-child(even) .finact-method__step-letter {
    color: var(--primary-color);
}

.finact-method__step-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.finact-method__step-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* ===== Our Team Section ===== */
.our-team {
    padding: 80px 0;
    background: var(--cream-bg);
    position: relative;
}

.our-team__content {
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 30px 80px rgba(22, 51, 85, 0.08);
    position: relative;
    overflow: hidden;
}

.our-team__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--gradient-mixed);
}

.our-team__content::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--soft-accent) 0%, transparent 70%);
    border-radius: 50%;
}

.our-team__header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--light-bg);
    position: relative;
    z-index: 1;
}

.our-team__icon {
    width: 100px;
    height: 100px;
    background: var(--gradient-primary);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: var(--accent-color);
    flex-shrink: 0;
    box-shadow: 0 15px 40px rgba(22, 51, 85, 0.2);
}

.our-team__header-text h2 {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.our-team__header-text h2 span {
    color: var(--accent-color);
}

.our-team__header-text p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.our-team__intro {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    position: relative;
    z-index: 1;
    text-align: justify;
}

.our-team__intro strong {
    color: var(--primary-color);
}

.our-team__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.our-team__feature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    background: var(--light-bg);
    border-radius: 18px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.our-team__feature:hover {
    background: #fff;
    border-color: var(--accent-light);
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(22, 51, 85, 0.08);
}

.our-team__feature-icon {
    width: 55px;
    height: 55px;
    background: var(--gradient-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 22px;
    flex-shrink: 0;
}

.our-team__feature h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 8px 0;
}

.our-team__feature p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.7;
}

/* ===== Vision Mission Section ===== */
.vision-mission {
    padding: 80px 0;
    background: var(--primary-color);
    position: relative;
    overflow: hidden;
}

.vision-mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)" /> </svg>');
    background-size: 50px 50px;
}

.vision-mission::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(184, 152, 103, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.vision-mission .section-header__title {
    color: #fff;
}

.vision-mission .section-header__subtitle {
    color: var(--accent-color);
}

.vision-mission .section-header__subtitle::before,
.vision-mission .section-header__subtitle::after {
    background: var(--accent-color);
}

.vision-mission__tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.vision-mission__tab {
    padding: 16px 35px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vision-mission__tab i {
    font-size: 14px;
    color: var(--accent-color);
}

.vision-mission__tab:hover,
.vision-mission__tab.active {
    background: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(184, 152, 103, 0.4);
}

.vision-mission__tab.active i,
.vision-mission__tab:hover i {
    color: #fff;
}

.vision-mission__content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    padding: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.vision-mission__panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.vision-mission__panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vision-mission__panel-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.vision-mission__panel-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-accent);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    box-shadow: 0 15px 40px rgba(184, 152, 103, 0.3);
}

.vision-mission__panel-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.vision-mission__panel-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.9;
}

.vision-mission__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vision-mission__list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vision-mission__list li:last-child {
    border-bottom: none;
}

.vision-mission__list-icon {
    width: 32px;
    height: 32px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.vision-mission__list-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0;
}

.vision-mission__list-text strong {
    color: var(--accent-color);
}

/* ===== Technology Section ===== */
.technology-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.technology__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.technology__image {
    position: relative;
}

.technology__image-main {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(22, 51, 85, 0.15);
    position: relative;
}

.technology__image-main::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 3px solid var(--accent-color);
    border-radius: 25px;
    z-index: -1;
}

.technology__image-main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.technology__floating-card {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 22px 25px;
    box-shadow: 0 20px 50px rgba(22, 51, 85, 0.15);
    border-left: 4px solid var(--accent-color);
}

.technology__floating-card--1 {
    top: -25px;
    right: -25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.technology__floating-card--2 {
    bottom: 50px;
    left: -35px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.technology__floating-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 22px;
}

.technology__floating-text h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.technology__floating-text p {
    font-size: 13px;
    color: #666;
    margin: 3px 0 0 0;
}

.technology__content h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.technology__content h2 span {
    color: var(--accent-color);
}

.technology__content p {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: justify;
}

.technology__features {
    margin-top: 35px;
}

.technology__feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.technology__feature-item:last-child {
    border-bottom: none;
}

.technology__feature-check {
    width: 32px;
    height: 32px;
    background: var(--soft-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-dark);
    font-size: 14px;
}

.technology__feature-item span {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
}

/* ===== Strategic Direction Section ===== */
.strategic-direction {
    padding: 100px 0;
    background: var(--light-bg);
    position: relative;
    overflow: hidden;
}

.strategic-direction::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, rgba(184, 152, 103, 0.05) 0%, transparent 100%);
}

.strategic-direction__wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.strategic-direction__content {
    flex: 1;
}

.strategic-direction__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--primary-color);
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(22, 51, 85, 0.1);
    border: 1px solid var(--accent-light);
}

.strategic-direction__badge i {
    color: var(--accent-color);
}

.strategic-direction__title {
    font-size: 44px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 30px;
    line-height: 1.2;
}

.strategic-direction__title span {
    color: var(--accent-color);
}

.strategic-direction__text {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.strategic-direction__text strong {
    color: var(--primary-color);
}

.strategic-direction__image {
    flex: 1;
    position: relative;
}

.strategic-direction__image-main {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(22, 51, 85, 0.2);
}

.strategic-direction__image-main img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.strategic-direction__stats {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0;
    background: #fff;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(22, 51, 85, 0.15);
    overflow: hidden;
}

.strategic-direction__stat {
    text-align: center;
    padding: 28px 35px;
    border-right: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.strategic-direction__stat:last-child {
    border-right: none;
}

.strategic-direction__stat:hover {
    background: var(--light-bg);
}

.strategic-direction__stat h3 {
    font-size: 36px;
    font-weight: 800;
    color: var(--accent-color);
    margin: 0;
    line-height: 1;
}

.strategic-direction__stat p {
    font-size: 13px;
    color: #666;
    margin: 8px 0 0 0;
    font-weight: 500;
}

/* ===== CTA Section ===== */
.cta-section {
    padding: 100px 0;
    background: var(--gradient-mixed);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.cta__content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta__icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 35px;
    color: var(--accent-light);
}

.cta__title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.cta__text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.cta__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta__btn {
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta__btn--primary {
    background: var(--accent-color);
    color: #fff;
    box-shadow: 0 15px 40px rgba(184, 152, 103, 0.4);
}

.cta__btn--primary:hover {
    background: var(--accent-light);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(184, 152, 103, 0.5);
    color: var(--primary-color);
}

.cta__btn--secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.cta__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

/* ===== Responsive Styles ===== */
@media (max-width: 1199px) {

    .who-we-are__title,
    .strategic-direction__title,
    .cta__title {
        font-size: 38px;
    }

    .philosophy__quote {
        font-size: 32px;
    }

    .section-header__title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {

    .who-we-are__title,
    .strategic-direction__title {
        font-size: 32px;
    }

    .philosophy__quote {
        font-size: 26px;
    }

    .finact-method__timeline::before {
        left: 30px;
    }

    .finact-method__step {
        flex-direction: column !important;
    }

    .finact-method__step-content {
        width: 100%;
        margin-left: 70px !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .finact-method__step-number {
        left: 30px;
        top: 35px;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .technology__wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .strategic-direction__wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .strategic-direction__stats {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 30px;
        width: 100%;
        justify-content: center;
    }

    .our-team__header {
        flex-direction: column;
        text-align: center;
    }

    .our-team__content {
        padding: 40px 25px;
    }

    .technology__image-main::before {
        display: none;
    }

    .who-we-are__image::before {
        display: none;
    }
}

@media (max-width: 767px) {

    .who-we-are,
    .philosophy-section,
    .what-we-do,
    .who-we-serve,
    .finact-method,
    .our-team,
    .vision-mission,
    .technology-section,
    .strategic-direction,
    .cta-section {
        padding: 70px 0;
    }

    .who-we-are__title,
    .strategic-direction__title,
    .technology__content h2 {
        font-size: 28px;
    }

    .section-header__title,
    .our-team__header-text h2 {
        font-size: 28px;
    }

    .philosophy__quote {
        font-size: 22px;
    }

    .vision-mission__content {
        padding: 30px 20px;
    }

    .vision-mission__panel-title {
        font-size: 24px;
    }

    .vision-mission__tabs {
        gap: 10px;
    }

    .vision-mission__tab {
        padding: 12px 20px;
        font-size: 14px;
    }

    .strategic-direction__stats {
        flex-direction: column;
        gap: 0;
    }

    .strategic-direction__stat {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px 30px;
    }

    .strategic-direction__stat:last-child {
        border-bottom: none;
    }

    .cta__title {
        font-size: 28px;
    }

    .cta__buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta__btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .technology__floating-card {
        display: none;
    }

    .who-we-are__image-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }

    .philosophy__icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .philosophy__icon::before {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
    }
}

.why-choose-three__shape-1 {
    left: inherit;
    right: -53px;
}

.custom_logo_slogan {
    color: #666666;
    font-size: 10px;
    margin-top: 5px;
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    padding: 15px 15px;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu-three__right {
    padding: 0;
}

.main-menu-three__logo {
    padding: 10px 0;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 17px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    font-size: 15px;
}

.section-title__tagline-box {
    position: relative;
    display: block;
    line-height: 16px;
    margin-bottom: 15px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #163355;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding-bottom: 12px;
}

.section-title__tagline::before {
    content: "";
    height: 3px;
    background: #b89867;
    background: linear-gradient(90deg, #163355 0%, #b89867 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.section-title__tagline::after {
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    content: "";
    animation: l-r-zump 2s linear infinite;
    background: #b89867;
    background: linear-gradient(90deg, #163355 0%, #b89867 100%);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(184, 152, 103, 0.4);
}

@keyframes l-r-zump {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 8px);
    }

    100% {
        left: 0;
    }
}

.newsletter-two__img-1 {
    right: 0;
    top: 0px;
}

.newsletter-two__img-1 img {
    width: 60%;
}

/* Owl Carousel Navigation Arrows */
.services-three .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.services-three .owl-nav button.owl-prev,
.services-three .owl-nav button.owl-next {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    background-color: #163355 !important;
    /* আপনার primary color */
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.services-three .owl-nav button.owl-prev:hover,
.services-three .owl-nav button.owl-next:hover {
    background-color: #b89867 !important;
    transform: scale(1.1);
}

.services-three .owl-nav button.owl-prev {
    margin-left: -25px;
}

.services-three .owl-nav button.owl-next {
    margin-right: -25px;
}

.finact-hero__text {
    text-align: justify;
}

.about-three__right p {
    text-align: justify;
}

.blog-one__text {
    text-align: justify;
}

.services-page {
    padding: 80px 0;
}

.services-three {
    padding: 80px 0;
}

.about-one {
    padding: 80px 0;
}

.blog-three {
    padding: 80px 0;
}

.service-details {
    padding: 80px 0;
}

.service-details__get-started-text {
    text-align: justify;
}

.contact-page {
    padding: 80px 0;
}

.blog-page {
    padding: 80px 0;
}

.service-details__text-1 {
    text-align: justify;
}

.blog-details__text-1 {
    text-align: justify;
}

.blog-details {
    padding: 80px 0;
}

:root {
    --clr-primary: #163355;
    --clr-primary-dark: #0e2240;
    --clr-primary-bg: rgba(22, 51, 85, 0.08);
    --clr-gold: #b89867;
    --clr-gold-light: rgba(184, 152, 103, 0.15);
    --clr-gold-dark: #9a7d4f;
}

/* ── Gallery Section ── */
.gallery-section {
    padding: 80px 0;
    background: #f4f6f9;
}

.gallery-section__header {
    text-align: center;
    margin-bottom: 44px;
}

.gallery-section__label {
    display: inline-block;
    background: var(--clr-gold-light);
    color: var(--clr-gold-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 20px;
    border: 1px solid rgba(184, 152, 103, 0.35);
    margin-bottom: 10px;
}

.gallery-section__heading {
    color: var(--clr-primary);
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
    margin: 0;
}

.gallery-section__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 3px;
    background: var(--clr-gold);
    border-radius: 2px;
}

/* ── Grid ── */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* ── Item ── */
.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(22, 51, 85, 0.10);
    border: 1.5px solid rgba(22, 51, 85, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background: #fff;
}

.gallery-item:hover {
    box-shadow: 0 10px 36px rgba(22, 51, 85, 0.18);
    transform: translateY(-4px);
}

.gallery-item__inner {
    position: relative;
    overflow: hidden;
}

.gallery-item__inner img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.gallery-item:hover .gallery-item__inner img {
    transform: scale(1.07);
}

.gallery-item__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(22, 51, 85, 0.85) 0%,
            rgba(22, 51, 85, 0.2) 55%,
            transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 16px 16px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-item:hover .gallery-item__overlay {
    opacity: 1;
}

.gallery-item__tag {
    display: inline-block;
    background: var(--clr-gold);
    color: var(--clr-primary-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 6px;
    width: fit-content;
}

.gallery-item__title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.gallery-item__zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(184, 152, 103, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-item__zoom svg {
    fill: var(--clr-primary);
}

.gallery-item:hover .gallery-item__zoom {
    opacity: 1;
    transform: scale(1);
}

/* ── Lightbox ── */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.gallery-lightbox.active {
    opacity: 1;
    pointer-events: all;
}

.gallery-lightbox__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 40, 0.96);
}

.gallery-lightbox__panel {
    position: relative;
    z-index: 1;
    max-width: 860px;
    width: 90%;
}

.gallery-lightbox__panel img {
    width: 100%;
    max-height: 74vh;
    object-fit: contain;
    border-radius: 6px;
    display: block;
}

.gallery-lightbox__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 2px 0;
}

.gallery-lightbox__title {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.gallery-lightbox__counter {
    color: var(--clr-gold);
    font-size: 13px;
}

.gallery-lightbox__close {
    position: absolute;
    top: -42px;
    right: 0;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    padding: 4px;
}

.gallery-lightbox__close:hover {
    color: #fff;
}

.gallery-lightbox__btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 52px;
    cursor: pointer;
    line-height: 1;
    padding: 0 16px;
    transition: color 0.2s;
}

.gallery-lightbox__btn:hover {
    color: var(--clr-gold);
}

.gallery-lightbox__btn--prev {
    left: 0;
}

.gallery-lightbox__btn--next {
    right: 0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-lightbox__btn {
        font-size: 36px;
        padding: 0 8px;
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-section__heading {
        font-size: 24px;
    }
}

.our-team__composition {
    margin-top: 2.5rem;
    padding: 2rem 2.5rem;
    background: #f8f9fb;
    border-left: 4px solid var(--primary-color, #1a3a5c);
    border-radius: 8px;
}

.our-team__composition-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color, #1a3a5c);
    margin-bottom: 0.5rem;
}

.our-team__composition-intro {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
}

.our-team__composition-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.6rem 1.5rem;
}

.our-team__composition-list li {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.97rem;
    color: #333;
}

.why-choose-three__points li {
    align-items: baseline;
}

.why-choose-three__points li i {
    color: var(--accent-color, #b8860b);
}

.our-team__composition-list li i {
    color: var(--accent-color, #b8860b);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.our-team__composition-closing {
    font-size: 0.97rem;
    color: #444;
    margin-top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .services-three .owl-nav button.owl-prev,
    .services-three .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .services-three .owl-nav button.owl-prev {
        margin-left: -10px;
    }

    .services-three .owl-nav button.owl-next {
        margin-right: -10px;
    }
}

/* Standard laptop screens only */
@media (min-width: 1280px) and (max-width: 1440px) {

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 20px;
    }

    .main-menu .main-menu__list>li>a,
    .stricky-header .main-menu__list>li>a {
        font-size: 15px;
    }
}

.newsletter-two__inner {
    border-radius: 0;
}


.training-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 40px 0;
}

.t-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.t-card:hover {
    box-shadow: 0 10px 32px rgba(22, 51, 85, 0.15);
    transform: translateY(-4px);
}

/* ── Image ── */
.t-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.t-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.t-card:hover .t-img-wrap img {
    transform: scale(1.05);
}

.t-type-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #163355;
    color: #d4b896;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 11px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 2;
}

/* ── Meta row (date | category) ── */
.t-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 8px;
}

.t-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.t-meta-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d1d5db;
    flex-shrink: 0;
}

/* ── Body ── */
.t-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.t-title {
    font-size: 16px;
    font-weight: 700;
    color: #163355;
    line-height: 1.4;
    margin: 0 0 8px;
}

.t-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.t-title a:hover {
    color: #b89867;
}

.t-desc {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 14px;
    flex: 1;
}

/* ── Info pills row ── */
.t-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.t-pill {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f0f4f9;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #163355;
}

.t-pill i {
    font-size: 11px;
    color: #b89867;
}

/* ── Deadline strip ── */
.t-deadline-strip {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #9a7d4e;
    background: #fdf6ec;
    border: 1px solid #f0e0c0;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 14px;
}

.t-deadline-strip i {
    font-size: 11px;
}

/* ── Fee row ── */
.t-fee-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: #f8f9fc;
    border-radius: 8px;
    padding: 4px 0;
    margin-bottom: 14px;
}

.t-fee-block {
    flex: 1;
    text-align: center;
    line-height: 1.5;
}

.t-fee-lbl {
    font-size: 9.5px;
    color: #0e2240;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 2px;
}

.t-fee-reg {
    font-size: 12px;
    color: #b0b8c4;
    text-decoration: line-through;
    display: block;
    line-height: 1.2;
}

.t-fee-main {
    font-size: 16px;
    font-weight: 700;
    color: #163355;
    display: block;
    line-height: 1.2;
}

.t-fee-divider {
    width: 1px;
    height: 30px;
    background: #e0e5ef;
    flex-shrink: 0;
}

/* ── Cert ── */
.t-cert {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #9a7d4e;
    margin-bottom: 12px;
}

.t-cert i {
    font-size: 13px;
    color: #b89867;
}

.t-deadline {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(184, 152, 103, 0.92);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 4px;
    z-index: 2;
}

/* ── Buttons ── */
.t-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.t-btn-outline {
    flex: 1;
    border: 1.5px solid #163355;
    background: transparent;
    color: #163355;
    font-size: 13px;
    padding: 9px 0;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: background 0.2s, color 0.2s;
}

.t-btn-outline:hover {
    background: #163355;
    color: #fff;
    text-decoration: none;
}

.t-btn-fill {
    flex: 1;
    background: #b89867;
    border: 1.5px solid #b89867;
    color: #fff;
    font-size: 13px;
    padding: 9px 0;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: background 0.2s;
}

.t-btn-fill:hover {
    background: #9a7d4e;
    border-color: #9a7d4e;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 992px) {
    .training-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .training-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 0;
    }
}

/* ── Page wrapper ── */
.td-wrap {
    padding: 60px 0 80px;
    background: #f8f9fc;
}

/* ════════════════════════════
               SIDEBAR
            ════════════════════════════ */

/* ── Course Overview Card ── */
.td-overview-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(22, 51, 85, 0.08);
    margin-bottom: 20px;
}

.td-overview-header {
    background: #163355;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.td-overview-header h4 {
    color: #d4b896;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.02em;
}

.td-overview-date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #fff;
    opacity: 0.8;
}

.td-overview-date i {
    font-size: 10px;
}

.td-overview-body {
    padding: 16px 18px;
}

/* Grid of 2 cells */
.td-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
}

.td-info-cell {
    background: #ffffff;
    padding: 10px 12px;
    line-height: 1.5;
}

.td-info-lbl {
    font-size: 9.5px;
    color: #0e2240;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    display: block;
    margin-bottom: 3px;
}

.td-info-val {
    font-size: 13.5px;
    font-weight: 700;
    color: #163355;
    display: block;
    line-height: 1.3;
}

/* Deadline row */
.td-deadline-row {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff8ee;
    border: 1px solid #f0ddb0;
    border-radius: 7px;
    padding: 8px 12px;
    margin-bottom: 14px;
    font-size: 12.5px;
    color: #92630a;
    line-height: 1.5;
}

.td-deadline-row i {
    color: #b89867;
    font-size: 12px;
}

.td-deadline-lbl {
    font-size: 10px;
    color: #b89867;
    display: block;
}

.td-deadline-val {
    font-weight: 700;
    color: #163355;
    font-size: 13px;
    display: block;
}

/* Fee row */
.td-fee-box {
    display: flex;
    border: 1px solid #e8eef5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.td-fee-half {
    flex: 1;
    text-align: center;
    padding: 4px 8px;
    background: #f8f9fc;
    line-height: 1.5;
}

.td-fee-half:first-child {
    border-right: 1px solid #e8eef5;
}

.td-fee-lbl {
    font-size: 9.5px;
    color: #0e2240;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 3px;
}

.td-fee-reg {
    font-size: 12px;
    color: #b0b8c4;
    text-decoration: line-through;
    display: block;
    line-height: 1.2;
}

.td-fee-main {
    font-size: 17px;
    font-weight: 700;
    color: #163355;
    display: block;
    line-height: 1.2;
}

/* Enroll button */
.td-enroll-btn {
    display: block;
    width: 100%;
    background: #b89867;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: background 0.2s;
}

.td-enroll-btn:hover {
    background: #9a7d4e;
    color: #fff;
    text-decoration: none;
}

/* ── Trainer Card ── */
.td-trainer-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(22, 51, 85, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
}

.td-trainer-header {
    background: #1e4a7a;
    padding: 12px 18px;
}

.td-trainer-header h4 {
    color: #d4b896;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.td-trainer-body {
    padding: 14px 18px;
}

.td-trainer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
}

.td-trainer-item:last-child {
    border-bottom: none;
}

.td-trainer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e8eef5;
}

.td-trainer-avatar-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #163355;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    color: #d4b896;
}

.td-trainer-name {
    font-size: 13px;
    font-weight: 700;
    color: #163355;
    display: block;
    margin-bottom: 2px;
    text-decoration: none;
    transition: color 0.2s;
}

.td-trainer-name:hover {
    color: #b89867;
}

.td-trainer-desig {
    font-size: 11px;
    color: #9ca3af;
    display: block;
}

/* ── Contact Card ── */
.td-contact-card {
    background: #163355;
    border-radius: 12px;
    padding: 20px 18px;
    box-shadow: 0 2px 16px rgba(22, 51, 85, 0.15);
}

.td-contact-card h4 {
    color: #d4b896;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
}

.td-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.td-contact-item i {
    color: #d4b896;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.td-contact-item a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: block;
    font-size: 12.5px;
    transition: color 0.2s;
}

.td-contact-item a:hover {
    color: #d4b896;
}

.td-contact-btn {
    display: block;
    margin-top: 14px;
    border: 1.5px solid #d4b896;
    color: #d4b896;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 7px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.td-contact-btn:hover {
    background: #d4b896;
    color: #163355;
    text-decoration: none;
}

/* ════════════════════════════
               RIGHT: MAIN CONTENT
            ════════════════════════════ */

.td-main-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(22, 51, 85, 0.08);
    overflow: hidden;
}

.td-main-img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.td-main-body {
    padding: 28px 32px;
}

.td-main-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.td-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

.td-tag--type {
    background: #163355;
    color: #d4b896;
}

.td-tag--cert {
    background: #fff8ee;
    color: #92630a;
    border: 1px solid #f0ddb0;
}

.td-tag--start {
    background: #eef5ff;
    color: #1e4a7a;
    border: 1px solid #c5d8f5;
}

.td-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #163355;
    line-height: 1.35;
    margin: 0 0 20px;
}

.td-main-content {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.75;
}

.td-main-content p {
    margin-bottom: 14px;
}

.td-main-content h2,
.td-main-content h3,
.td-main-content h4 {
    color: #163355;
    margin-top: 24px;
    margin-bottom: 10px;
}

.td-main-content ul {
    padding-left: 20px;
    margin-bottom: 14px;
}

.td-main-content ul li {
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .td-main-body {
        padding: 20px 18px;
    }

    .td-main-title {
        font-size: 20px;
    }
}


.enroll-wrap {
    padding: 55px 0 75px;
    background: #f8f9fc;
}

.enroll-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start;
}

/* ── Card ── */
.enroll-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 2px 18px rgba(22, 51, 85, 0.09);
    overflow: hidden;
}

.enroll-card__head {
    background: #163355;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enroll-card__head h3 {
    color: #d4b896;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.enroll-card__head-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(212, 184, 150, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.enroll-card__head-icon i {
    color: #d4b896;
    font-size: 14px;
}

.enroll-card__body {
    padding: 24px;
}

/* ── Form ── */
.enroll-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.enroll-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
}

.enroll-field:last-child {
    margin-bottom: 0;
}

.enroll-field label {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.enroll-field input,
.enroll-field textarea {
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: #1f2937;
    background: #f9fafb;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    width: 100%;
}

.enroll-field input:focus,
.enroll-field textarea:focus {
    border-color: #163355;
    background: #ffffff;
}

.enroll-field input::placeholder,
.enroll-field textarea::placeholder {
    color: #9ca3af;
}

.enroll-field textarea {
    resize: vertical;
    min-height: 80px;
}

.enroll-field small {
    font-size: 11px;
    color: #ef4444;
    font-weight: 600;
}

/* bKash section */
.bkash-section {
    background: #fff0f6;
    border: 1.5px solid #f9a8d4;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
}

.bkash-section__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #9d174d;
    margin-bottom: 14px;
}

.bkash-section__title i {
    font-size: 16px;
    color: #e11d7a;
}

.bkash-instruction {
    background: #fdf2f8;
    border-radius: 7px;
    padding: 12px 14px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.65;
}

.bkash-instruction strong {
    color: #9d174d;
    display: block;
    margin-bottom: 4px;
}

.bkash-number-display {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e11d7a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 8px;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
}

.bkash-number-display i {
    font-size: 14px;
}

/* Divider */
.enroll-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 20px 0;
}

/* Submit button */
.enroll-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #163355;
    color: #ffffff;
    border: none;
    border-radius: 9px;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.02em;
}

.enroll-submit-btn:hover {
    background: #1e4a7a;
}

/* ── Order Summary ── */
.summary-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 13px;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-item__lbl {
    color: #9ca3af;
    font-size: 12px;
    flex-shrink: 0;
    padding-top: 1px;
}

.summary-item__val {
    color: #163355;
    font-weight: 600;
    text-align: right;
}

.summary-fee-box {
    background: #f0f4f9;
    border-radius: 9px;
    padding: 14px 16px;
    margin-top: 14px;
    margin-bottom: 4px;
}

.summary-fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-bottom: 6px;
}

.summary-fee-row:last-child {
    margin-bottom: 0;
}

.summary-fee-row .lbl {
    color: #6b7280;
}

.summary-fee-row .val-strike {
    color: #b0b8c4;
    text-decoration: line-through;
    font-size: 13px;
}

.summary-fee-row .val-main {
    color: #163355;
    font-size: 18px;
    font-weight: 700;
}

.summary-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    border: 1.5px solid #e5e7eb;
    background: transparent;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 0;
    border-radius: 7px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    width: 100%;
    text-align: center;
}

.summary-back-btn:hover {
    border-color: #163355;
    color: #163355;
    text-decoration: none;
}

/* Alert */
.enroll-alert-error {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 13.5px;
    color: #991b1b;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .enroll-grid {
        grid-template-columns: 1fr;
    }
}

.success-wrap {
    padding: 70px 0 90px;
    background: #f8f9fc;
}

.success-box {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(22, 51, 85, 0.10);
    overflow: hidden;
}

.success-box__top {
    background: linear-gradient(135deg, #163355 0%, #1e4a7a 100%);
    padding: 36px 32px 28px;
    text-align: center;
}

.success-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(212, 184, 150, 0.2);
    border: 3px solid #d4b896;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.success-icon i {
    font-size: 32px;
    color: #d4b896;
}

.success-box__top h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
}

.success-box__top p {
    color: rgba(212, 184, 150, 0.85);
    font-size: 13.5px;
    margin: 0;
}

.success-invoice-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(212, 184, 150, 0.4);
    color: #d4b896;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-top: 14px;
    letter-spacing: 0.04em;
}

.success-box__body {
    padding: 28px 32px;
}

.success-section-title {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}

.success-details {
    background: #f8f9fc;
    border-radius: 10px;
    padding: 4px 0;
    margin-bottom: 18px;
}

.success-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.success-row:last-child {
    border-bottom: none;
}

.success-row .lbl {
    color: #6b7280;
}

.success-row .val {
    color: #163355;
    font-weight: 600;
    text-align: right;
    max-width: 60%;
}

.success-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    background: #fef9ee;
    color: #92630a;
    border: 1px solid #f0ddb0;
}

.success-status .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d4a017;
}

.success-notice {
    display: flex;
    gap: 10px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 9px;
    padding: 14px 16px;
    font-size: 13px;
    color: #78350f;
    line-height: 1.6;
    margin-bottom: 20px;
}

.success-notice i {
    color: #f59e0b;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.success-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.success-btn-download {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #b89867;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    width: 100%;
    transition: background 0.2s;
}

.success-btn-download:hover {
    background: #9a7d4e;
    color: #fff;
    text-decoration: none;
}

.success-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #163355;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 0;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

.success-btn-primary:hover {
    background: #1e4a7a;
    color: #fff;
    text-decoration: none;
}

.success-btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1.5px solid #e5e7eb;
    background: transparent;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 0;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.success-btn-outline:hover {
    border-color: #163355;
    color: #163355;
    text-decoration: none;
}

/* ── Print/Download styles ── */
@media print {
    body * {
        visibility: hidden;
    }

    #invoice-print-area,
    #invoice-print-area * {
        visibility: visible;
    }

    #invoice-print-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        background: #fff;
    }

    .no-print {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .success-box__top {
        padding: 28px 20px 22px;
    }

    .success-box__body {
        padding: 20px;
    }

    .success-actions {
        grid-template-columns: 1fr;
    }

    .success-btn-download {
        grid-column: auto;
    }
}


/* ═══════════════════════════════
   MOBILE RESPONSIVE FIXES
═══════════════════════════════ */

@media (max-width: 767px) {

    /* What We Do Cards */
    .what-we-do__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .what-we-do__card {
        padding: 30px 20px;
    }

    /* Who We Serve */
    .who-we-serve__wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .who-we-serve__item {
        padding: 25px 20px;
    }

    /* FINACT Method Timeline */
    .finact-method__timeline::before {
        left: 20px;
        width: 3px;
    }

    .finact-method__step {
        flex-direction: column !important;
        padding-left: 60px;
        position: relative;
        margin-bottom: 24px;
    }

    .finact-method__step-content {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
        padding: 20px;
    }

    .finact-method__step-number {
        position: absolute;
        left: 20px;
        top: 20px;
        transform: translateX(-50%);
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .finact-method__step-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    /* Technology Section */
    .technology__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .technology__image-main img {
        height: 260px;
    }

    /* Who We Are image */
    .who-we-are__image img {
        height: 280px;
    }

    .who-we-are__image-wrapper {
        padding: 10px;
    }

    /* Our Team */
    .our-team__content {
        padding: 24px 16px;
    }

    .our-team__header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .our-team__icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .our-team__header-text h2 {
        font-size: 24px;
    }

    .our-team__composition {
        padding: 16px;
    }

    .our-team__composition-list {
        grid-template-columns: 1fr;
    }

    /* Vision Mission */
    .vision-mission__content {
        padding: 20px 14px;
    }

    .vision-mission__tabs {
        gap: 8px;
    }

    .vision-mission__tab {
        padding: 10px 16px;
        font-size: 13px;
    }

    .vision-mission__panel-header {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .vision-mission__panel-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
        margin: 0 auto;
    }

    .vision-mission__panel-title {
        font-size: 20px;
    }

    .vision-mission__panel-text {
        font-size: 15px;
    }

    .vision-mission__list li {
        padding: 16px 0;
        gap: 12px;
    }

    /* Philosophy */
    .philosophy__text {
        font-size: 15px;
    }

    .philosophy__icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    /* Section headers */
    .section-header {
        margin-bottom: 36px;
    }

    .section-header__desc {
        font-size: 15px;
    }

    /* Sections padding */
    .who-we-are,
    .philosophy-section,
    .what-we-do,
    .who-we-serve,
    .finact-method,
    .our-team,
    .vision-mission,
    .technology-section {
        padding: 50px 0;
    }

    /* Training grid */
    .training-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 0;
    }

    /* Enroll grid */
    .enroll-grid {
        grid-template-columns: 1fr;
    }

    /* Success box */
    .success-actions {
        grid-template-columns: 1fr;
    }

    .success-btn-download {
        grid-column: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* What We Do — tablet 2 col */
    .what-we-do__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Who We Serve — tablet 2 col */
    .who-we-serve__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    /* FINACT Method */
    .finact-method__timeline::before {
        left: 24px;
    }

    .finact-method__step {
        flex-direction: column !important;
        padding-left: 70px;
        position: relative;
        margin-bottom: 28px;
    }

    .finact-method__step-content {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .finact-method__step-number {
        position: absolute;
        left: 24px;
        top: 20px;
        transform: translateX(-50%);
        width: 54px;
        height: 54px;
        font-size: 18px;
    }

    /* Technology */
    .technology__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Training grid */
    .training-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Our team */
    .our-team__content {
        padding: 36px 24px;
    }
}

/* Container overflow fix */
@media (max-width: 767px) {
    .container {
        overflow-x: hidden;
    }

    img {
        max-width: 100% !important;
        height: auto;
    }

    .row {
        --bs-gutter-x: 0 !important;
    }

    .page-header__inner h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

/* Operating Principles — 2 col desktop, 1 col mobile */
.what-we-do__cards--2col {
    grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width: 767px) {
    .what-we-do__cards--2col {
        grid-template-columns: 1fr !important;
    }
}

.testimonial-two__client-ratting span {
    color: #ffa426;
}

.testimonial-one__star span {
    color: #ffa426;
}