/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #092a49;
    font-family: 'Oswald', sans-serif;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #092a49;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #0796fe;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #092a49;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #092a49;
}

.back-to-top:hover i {
    color: #0796fe;
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 35px;
    background-image: linear-gradient(to right, #0796fe, #092a49);
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}


/* ==========================================================================
   1. CORE DESKTOP LUXURY NAVBAR STYLE (Screen Width 992px and Above)
   ========================================================================== */
@media (min-width: 992px) {
    /* Safe Reset: Prevent mobile elements from showing or blocking clicks on Desktop */
    .srs-mobnav-wrapper,
    .srs-mobnav-drawer,
    .srs-mobnav-overlay {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transform: none !important;
        pointer-events: none !important;
    }

    /* Main Desktop Base Nav Container */
    .confer-luxury-nav-base {
        position: relative;
        z-index: 99;
        background-color: #FFFFFF !important;
        padding: 12px 0;
        border-bottom: 2px solid #E6E8ED;
        transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        display: block !important;
    }

    .confer-luxury-nav-base.nav-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    }

    /* Logo Branding Fitting ratio */
    .confer-luxury-nav-brand {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .confer-luxury-nav-logo-img {
        height: 60px;
        width: auto;
        max-width: 240px;
        object-fit: contain;
        padding: 2px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .confer-luxury-nav-brand:hover .confer-luxury-nav-logo-img {
        opacity: 0.95;
        transform: scale(1.02);
    }

    /* Desktop Navigation Top Level Links */
    .confer-luxury-nav-base .navbar-nav .confer-luxury-nav-link {
        color: #2D3059 !important;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.3px;
        padding: 10px 16px !important;
        margin: 0 2px;
        border-bottom: 2px solid transparent;
        border-radius: 6px 6px 0 0;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    }

    .confer-luxury-nav-base .navbar-nav .confer-luxury-nav-link:hover,
    .confer-luxury-nav-base .navbar-nav .confer-luxury-nav-link.active {
        color: #2D3059 !important;
        background-color: rgba(193, 204, 217, 0.3);
        border-bottom-color: #2D3059;
    }

    /* Premium Hover-Drop Desktop Container */
    .confer-luxury-nav-base .confer-luxury-nav-dropdown {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        position: absolute;
        background: #ffffff;
        border: 1px solid rgba(45, 48, 89, 0.08);
        border-radius: 14px;
        box-shadow: 0 15px 35px rgba(45, 48, 89, 0.12);
        padding: 10px;
        min-width: 280px;
        width: max-content;
        max-width: 400px;
        top: 100%;
        left: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
    }

    .confer-luxury-dropdown-wrapper:hover .confer-luxury-nav-dropdown {
        visibility: visible;
        opacity: 1;
        transform: translateY(5px);
    }

    .dropdown-header-title {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        color: #8E93A6;
        font-weight: 700;
        padding: 8px 14px 10px 14px;
        border-bottom: 1px solid #F1F5F9;
        margin-bottom: 6px;
    }

    /* Individual Dropdown Item Rows styling */
    .confer-luxury-nav-dropdown .dropdown-item {
        color: #334155 !important;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 16px !important;
        border-radius: 10px;
        margin-bottom: 4px;
        background: transparent !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: all 0.25s ease !important;
    }

    .confer-luxury-nav-dropdown .dropdown-item:hover,
    .confer-luxury-nav-dropdown .dropdown-item.active {
        color: #2D3059 !important;
        background: rgba(193, 204, 217, 0.25) !important;
        padding-left: 18px !important;
    }

    .flag-icon-wrapper {
        width: 26px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    }

    .confer-luxury-nav-flag {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .country-name-text {
        flex-grow: 1;
        text-align: left;
        font-size: 14px;
        color: #334155;
        transition: color 0.25s ease;
        white-space: nowrap;
        padding-right: 15px;
    }

    .confer-luxury-nav-dropdown .dropdown-item:hover .country-name-text,
    .confer-luxury-nav-dropdown .dropdown-item.active .country-name-text {
        color: #2D3059;
        font-weight: 600;
    }

    .dynamic-arrow {
        font-size: 11px;
        opacity: 0;
        transform: translateX(-8px);
        transition: all 0.25s ease;
        color: #2D3059;
        margin-left: auto;
    }

    .confer-luxury-nav-dropdown .dropdown-item:hover .dynamic-arrow,
    .confer-luxury-nav-dropdown .dropdown-item.active .dynamic-arrow {
        opacity: 1;
        transform: translateX(0);
    }

    /* Core Action Buttons */
    .confer-luxury-nav-actions {
        display: flex;
        align-items: center;
    }

    .confer-luxury-nav-btn-login {
        color: #2D3059 !important;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        padding: 9px 24px;
        border: 1px solid rgba(45, 48, 89, 0.3);
        border-radius: 8px;
        background: transparent;
        display: inline-block;
        transition: all 0.35s ease;
    }

    .confer-luxury-nav-btn-login:hover {
        color: #ffffff !important;
        border-color: #2D3059;
        background-color: #2D3059;
        box-shadow: 0 4px 15px rgba(45, 48, 89, 0.15);
    }

    .confer-luxury-nav-btn-signup {
        color: #ffffff !important;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        padding: 10px 26px;
        border-radius: 8px;
        background: #2D3059;
        position: relative;
        overflow: hidden;
        border: none;
        box-shadow: 0 4px 15px rgba(45, 48, 89, 0.2);
        display: inline-block;
        transition: all 0.3s ease;
    }

    .confer-luxury-nav-btn-signup::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-25deg);
    }

    .confer-luxury-nav-btn-signup:hover::before {
        left: 150%;
        transition: all 0.65s ease-in-out;
    }

    .confer-luxury-nav-btn-signup:hover {
        background-color: #1e203d;
        box-shadow: 0 6px 20px rgba(45, 48, 89, 0.35);
        transform: translateY(-1px);
    }
}

/* ==========================================================================
   2. MOBILE NAVIGATION SYSTEM (Active from 0px up to 991px Only)
   ========================================================================== */
@media (max-width: 991.98px) {
    /* Hide desktop shell to avoid display conflict */
    .confer-luxury-nav-base {
        display: none !important;
    }

    /* Top Sticky Mobile Bar Header Frame */
    .srs-mobnav-wrapper {
        background-color: #FFFFFF !important;
        padding: 12px 20px;
        border-bottom: 2px solid #E6E8ED;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2000;
        box-shadow: 0 2px 15px rgba(45, 48, 89, 0.05);
        display: block !important;
    }

    .srs-mobnav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .srs-mobnav-logo {
        height: 48px;
        width: auto;
        object-fit: contain;
    }

    /* Native Interactive Mobile Tap Response Layer */
    .srs-mobnav-hamburger,
    .srs-mobnav-submenu-trigger,
    .srs-mobnav-menu-link {
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(45, 48, 89, 0.1);
    }

    .srs-mobnav-hamburger:active,
    .srs-mobnav-submenu-trigger:active {
        opacity: 0.7;
        transform: scale(0.97);
    }

    .srs-mobnav-bar {
        width: 24px;
        height: 2.5px;
        background-color: #2D3059;
        display: block;
        margin: 4px 0;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    }

    /* Transform Hamburger State Lines */
    .srs-mobnav-hamburger[aria-expanded="true"] .srs-mobnav-bar:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }

    .srs-mobnav-hamburger[aria-expanded="true"] .srs-mobnav-bar:nth-child(2) {
        opacity: 0;
    }

    .srs-mobnav-hamburger[aria-expanded="true"] .srs-mobnav-bar:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    /* GPU-Accelerated Dynamic Sidebar Drawer */
    .srs-mobnav-drawer {
        position: fixed;
        top: 74px;
        left: 0;
        width: 300px;
        height: calc(100vh - 74px);
        background-color: #FFFFFF;
        box-shadow: 15px 0 40px rgba(45, 48, 89, 0.12);
        z-index: 2500;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #F1F5F9;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease;
        will-change: transform;
    }

    .srs-mobnav-drawer.srs-active {
        transform: translateX(0);
        visibility: visible;
    }

    .srs-mobnav-drawer-header {
        padding: 16px 20px;
        border-bottom: 1px solid #F1F5F9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #F8FAFC;
    }

    .srs-mobnav-drawer-title {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        color: #8E93A6;
        font-weight: 700;
    }

    .srs-mobnav-close-btn {
        background: transparent;
        border: none;
        font-size: 26px;
        color: #2D3059;
        line-height: 1;
    }

    .srs-mobnav-drawer-body {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        flex-grow: 1;
        padding: 15px 20px;
    }

    .srs-mobnav-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .srs-mobnav-menu-item {
        margin-bottom: 4px;
    }

    .srs-mobnav-menu-link,
    .srs-mobnav-submenu-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 14px;
        color: #2D3059 !important;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        background: transparent;
        border: none;
        width: 100%;
        text-align: left;
        border-radius: 8px;
        transition: background-color 0.25s ease, padding-left 0.25s ease;
    }

    .srs-mobnav-menu-link:hover,
    .srs-mobnav-menu-link.srs-active-link {
        background-color: rgba(193, 204, 217, 0.25);
        padding-left: 18px;
    }

    /* Active Indicator state for active parent dropdown link */
    .srs-mobnav-menu-item.srs-parent-active > .srs-mobnav-submenu-trigger {
        background-color: rgba(45, 48, 89, 0.04);
        border-left: 3px solid #2D3059;
        border-radius: 0 8px 8px 0;
    }

    .srs-mobnav-arrow {
        font-size: 12px;
        color: #8E93A6;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .srs-mobnav-submenu-trigger[aria-expanded="true"] .srs-mobnav-arrow {
        transform: rotate(180deg);
        color: #2D3059;
    }

    /* Mobile Accordion Expandable Base List */
    .srs-mobnav-submenu {
        list-style: none;
        padding: 0 10px;
        margin: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease;
        background-color: rgba(45, 48, 89, 0.02);
        border-radius: 8px;
    }

    .srs-mobnav-submenu.srs-expanded {
        visibility: visible;
        padding: 8px 10px;
    }

    .srs-mobnav-submenu-header {
        font-size: 11px;
        text-transform: uppercase;
        color: #8E93A6;
        font-weight: 700;
        padding: 6px 10px;
    }

    .srs-mobnav-submenu-link {
        display: flex;
        align-items: center;
        padding: 10px;
        color: #334155 !important;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        border-radius: 6px;
        transition: all 0.25s ease;
    }

    .srs-mobnav-submenu-link:hover,
    .srs-mobnav-submenu-link.srs-active {
        color: #2D3059 !important;
        background-color: rgba(193, 204, 217, 0.25);
    }

    .srs-mobnav-flag-box {
        width: 24px;
        height: 16px;
        border-radius: 3px;
        overflow: hidden;
        margin-right: 12px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        flex-shrink: 0;
    }

    .srs-mobnav-flag-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .srs-mobnav-country-name {
        flex-grow: 1;
    }

    .srs-mobnav-arrow-right {
        font-size: 11px;
        opacity: 0;
        transform: translateX(-5px);
        transition: all 0.25s ease;
    }

    .srs-mobnav-submenu-link:hover .srs-mobnav-arrow-right {
        opacity: 1;
        transform: translateX(0);
    }

    /* Mobile CTA Action Footer Drawer Area */
    .srs-mobnav-drawer-actions {
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid #F1F5F9;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .srs-mobnav-btn-login {
        text-align: center;
        color: #2D3059 !important;
        font-weight: 600;
        font-size: 14px;
        padding: 11px;
        border: 1px solid rgba(45, 48, 89, 0.3);
        border-radius: 8px;
        text-decoration: none;
    }

    .srs-mobnav-btn-signup {
        width: 100%;
        text-align: center;
        color: #FFFFFF !important;
        background-color: #2D3059;
        font-weight: 600;
        font-size: 14px;
        padding: 11px;
        border-radius: 8px;
        border: none;
        text-decoration: none;
        box-shadow: 0 4px 12px rgba(45, 48, 89, 0.15);
    }

    /* Premium Overlay Blur System */
    .srs-mobnav-overlay {
        position: fixed;
        top: 74px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 74px);
        background-color: rgba(45, 48, 89, 0.3);
        backdrop-filter: blur(4px);
        z-index: 2400;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        display: block !important;
    }

    .srs-mobnav-overlay.srs-active {
        opacity: 1;
        visibility: visible;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    min-height: 400px;
    background: #2D3059; /* Brand Color Backdrop */
    /* margin-bottom: 45px; */
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(45, 48, 89, 0.75); /* Brand Overlay for premium look */
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700; /* Made slightly heavier for high-end premium typography */
    margin-bottom: 20px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    opacity: 0.9;
}

/* ==========================================================
   🔥 UPDATED PREMIUM BRAND BUTTONS (Matched with Screenshot_2.png)
   ========================================================== */
.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px; /* Perfect match with Login/Sign Up buttons */
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.carousel .carousel-text .btn i {
    margin-right: 8px;
}

/* Primary "Get Started" Button Styling */
.carousel .carousel-text .btn:not(.btn-play) {
    color: #ffffff;
    background: #2D3059; /* Brand Navy Blue */
    border: 2px solid #2D3059;
}

.carousel .carousel-text .btn:not(.btn-play):hover {
    background: #ffffff;
    color: #2D3059;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Secondary "Watch Video" Button Styling */
.carousel .carousel-text .btn.btn-play {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

.carousel .carousel-text .btn.btn-play:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
    transform: translateY(-2px);
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

/* Premium Navigation Arrows Controls */
.carousel .owl-nav {
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #2D3059; /* Brand Dark Blue Navigation Background */
    font-size: 22px;
    transition: .3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #2D3059;
    background: #ffffff;
}

.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/* RESPONSIVE UPDATES */
@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 70px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}

.section-header h2 {
    margin: 0 0 0 40px;
    position: relative;
    font-size: 50px;
    font-weight: 200;
}

.section-header h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;
    top: 23px;
    left: -40px;
    border-bottom: 30px solid;
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.1) 3%) 30;
}

.section-header h2:hover::after {
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.05) 3%) 30;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.fact .fact-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 25px 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
}

.fact .fact-item:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}

.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
}

.fact .fact-item h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}




/* ==========================================================================
   PFC PREMIUM FAQ & COUNTRY SELECTOR INTERFACE 
   ========================================================================== */
.pfc-faq-global-wrapper {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #FAFBFC; /* Ultra-soft modern luxury background canvas */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* SECTION HEADER SPECIFICATION */
.pfc-faq-section-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 55px auto;
}

.pfc-faq-section-header p {
    color: #2D3059; /* Brand Core Primary Slate Blue */
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: inline-block;
    padding: 4px 12px;
    background: rgba(45, 48, 89, 0.05);
    border-radius: 4px;
}

.pfc-faq-section-header h2 {
    color: #1E203B;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* PREMIUM COUNTRY CARD SYSTEM GRID */
.pfc-country-card-grid {
    margin-bottom: 60px;
}

.pfc-country-item-box {
    background: #ffffff;
    border-radius: 16px; /* Smooth professional curved radius */
    border: 1px solid rgba(45, 48, 89, 0.05);
    padding: 28px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(45, 48, 89, 0.02);
}

.pfc-country-item-box a {
    text-decoration: none !important;
    display: block;
    outline: none;
}

/* REDESIGNED FLAG ARCHITECTURE WITH PERFECT MAP RATIO */
.pfc-country-flag-frame {
    width: 100px;
    height: 70px;
    margin: 0 auto 18px auto;
    border-radius: 8px; /* Elegant subtle curve for flag shapes */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
}

.pfc-country-flag-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Prevents flag ratio squeezing distortion */
}

.pfc-country-item-box h2 {
    color: #2D3059;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

/* HOVER INTERACTION LOGIC CONTROL */
.pfc-country-item-box:hover {
    transform: translateY(-6px);
    background: #ffffff;
    border-color: rgba(45, 48, 89, 0.15);
    box-shadow: 0 20px 40px rgba(45, 48, 89, 0.08);
}

.pfc-country-item-box:hover h2 {
    color: #1E203B;
}

/* HIGH-END MINIMALIST ACCORDION ARCHITECTURE */
.pfc-faq-accordion-container .accordion-item {
    background: #ffffff;
    border: 1px solid rgba(45, 48, 89, 0.06) !important;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(45, 48, 89, 0.01);
    transition: all 0.3s ease;
}

.pfc-faq-accordion-container .accordion-item:has(.show) {
    border-color: rgba(45, 48, 89, 0.2) !important;
    box-shadow: 0 10px 25px rgba(45, 48, 89, 0.04);
}

.pfc-faq-accordion-container .accordion-button {
    padding: 22px 28px;
    color: #2D3059 !important;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pfc-faq-accordion-container .accordion-button:not(.collapsed) {
    color: #2D3059 !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(45, 48, 89, 0.05);
}

.pfc-faq-index-prefix {
    color: #2D3059;
    font-weight: 700;
    opacity: 0.8;
}

/* CATEGORY METADATA BADGE TYPE LAYER */
.pfc-faq-badge-category {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    background-color: rgba(45, 48, 89, 0.06) !important;
    color: #2D3059 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    margin-left: auto; /* Dynamic right side push logic */
}

/* ACCORDION RECONFIGURED SVG ARROW CONFIG */
.pfc-faq-accordion-container .accordion-button::after {
    margin-left: 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232D3059'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

/* EXPANDED MARKUP INTERIOR PANEL BODY */
.pfc-faq-accordion-container .accordion-body {
    padding: 25px 28px;
    color: #464E5F;
    font-size: 15px;
    line-height: 1.75;
    background: #FAFAFC;
}

/* ==========================================================================
   ADAPTIVE INTERFACE RESPONSIVE ARCHITECTURE BREAKPOINTS
   ========================================================================== */
@media (max-width: 991.98px) {
    .pfc-faq-section-header h2 {
        font-size: 28px;
    }
    .pfc-country-item-box {
        padding: 22px 15px;
    }
    .pfc-faq-accordion-container .accordion-button {
        padding: 18px 22px;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .pfc-faq-global-wrapper {
        padding: 50px 0;
    }
    .pfc-faq-section-header {
        margin-bottom: 35px;
    }
    .pfc-faq-section-header h2 {
        font-size: 24px;
    }
    .pfc-country-card-grid {
        margin-bottom: 40px;
    }
    .pfc-country-item-box {
        margin-bottom: 16px;
    }
    .pfc-faq-accordion-container .accordion-button {
        padding: 16px 18px;
        font-size: 14.5px;
        flex-wrap: wrap; /* Adapts badges fluidly on smaller widths */
    }
    .pfc-faq-badge-category {
        margin-left: 25px; /* Alignment adjustment for mobile wrap columns */
        margin-top: 5px;
    }
    .pfc-faq-accordion-container .accordion-body {
        padding: 20px 18px;
        font-size: 14px;
    }
}


/*******************************/
/********* About CSS ***********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #ffffff;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.about .section-header {
    margin-bottom: 25px;
    margin-left: 0;
}

.about .section-header p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7E8299;
    margin-bottom: 8px;
}

.about .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2D3059; /* Core Brand Corporate Identity */
}

/* --- OVERLAPPING IMAGES ENGINE WITH MATCHING BORDER RADIUS --- */
.about .about-img {
    position: relative;
    width: 100%;
    height: 440px; 
    margin-bottom: 0;
}

/* Background Abstract Line Frame Design Layout */
.about .about-img::after {
    position: absolute;
    content: "";
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
    background: transparent;
    border: 20px solid;
    border-image: repeating-linear-gradient(45deg, rgba(45, 48, 89, 0.04), rgba(45, 48, 89, 0.04) 0.5%, rgba(45, 48, 89, 0.08) 0.5%, rgba(45, 48, 89, 0.08) 1%) 20;
    z-index: 1;
    border-radius: 12px;
}

/* 1. TOP-LEFT BACKGROUND IMAGE BOX LAYER */
.about .about-img-1 {
    position: absolute;
    width: 65%;
    height: 320px;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    border-radius: 12px; /* Smooth Premium Rounded Corner Corner Point */
    box-shadow: 0 10px 30px rgba(45, 48, 89, 0.08); 
    transition: transform 0.4s ease;
}

/* 2. BOTTOM-RIGHT FOREGROUND IMAGE BOX LAYER */
.about .about-img-2 {
    position: absolute;
    width: 65%;
    height: 320px;
    bottom: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
    border-radius: 12px; /* Perfect Double Corner Rounded Match Grid */
    box-shadow: 0 15px 35px rgba(45, 48, 89, 0.15); 
    transition: transform 0.4s ease;
}

.about .about-img-1 img,
.about .about-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

/* Interaction Micro Hover Shifts */
.about .about-img:hover .about-img-1 {
    transform: translate(-5px, -5px);
}

.about .about-img:hover .about-img-2 {
    transform: translate(5px, 5px);
}

.about .about-img:hover img {
    transform: scale(1.05);
}

/* ABOUT SECTION BODY CONTENT GRAPH TEXT */
.about .about-text p {
    font-size: 15.5px;
    line-height: 1.65;
    color: #5E6278;
    margin-bottom: 20px;
}

/* --- EXACT HEADER MATCHED PREMIUM BUTTON LAYOUT SYSTEM --- */
.about .about-text a.btn {
    background-color: #2D3059 !important; /* Exact Core Brand Blue Matrix Match */
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.90rem !important;
    padding: 12px 32px !important;
    border: 2px solid transparent !important;
    border-radius: 6px !important; /* Premium Modern Straight Corner Frame */
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    display: inline-block !important;
    text-decoration: none !important;
    z-index: 1 !important;
    box-shadow: 0 4px 15px rgba(45, 48, 89, 0.15) !important;
    margin-top: 10px !important;
}

/* Premium Animated Glowing Shine Overlay Effect Match */
.about .about-text a.btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent) !important;
    transition: all 0.6s ease !important;
    z-index: 2 !important;
}

.about .about-text a.btn:hover::before {
    left: 100% !important;
}

.about .about-text a.btn:hover {
    color: #ffffff !important;
    background-color: rgba(45, 48, 89, 0.9) !important; /* Smooth Luxury Glow Blend Transition */
    box-shadow: 0 6px 22px rgba(45, 48, 89, 0.3) !important;
    transform: translateY(-4px) !important;
}

.about .about-text a.btn:active {
    transform: translateY(-1px) !important;
}

/* --- FULL RESPONSIVE FIX OVERRIDES BREAKPOINTS --- */
@media (max-width: 991.98px) {
    .about .section-header h2 {
        font-size: 30px;
    }
    .about .about-img {
        height: 380px;
    }
    .about .about-img-1, 
    .about .about-img-2 {
        height: 240px;
    }
}

@media (max-width: 767.98px) {
    .about {
        padding: 60px 0;
    }
    .about .about-img {
        margin-bottom: 50px; 
        height: 350px;
    }
    .about .about-img-1, 
    .about .about-img-2 {
        height: 220px;
    }
    .about .section-header h2 {
        font-size: 26px;
    }
    .about .about-text p {
        font-size: 14.5px;
    }
    .about .about-text a.btn {
        padding: 10px 26px !important;
        font-size: 0.85rem !important;
    }
}

/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.service .service-item img {
    max-height: 50px;
    margin-bottom: 20px;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.service .service-item p {
    margin-bottom: 10px;
    font-size: 16px;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}






.feature {
    position: relative;
    width: 100%;
    padding: 40px 0; /* Premium spacious padding */
    background: #ffffff;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.feature .col-md-6 {
    height: 100%;
}

/* IMAGE CONTAINER SYSTEM WITH BORDER RADIUS */
.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
}

/* Premium Gradient Backdrop Frame instead of harsh striped box */
.feature .feature-img::after {
    position: absolute;
    content: "";
    width: 85%;
    height: 80%;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, rgba(45, 48, 89, 0.06) 0%, rgba(45, 48, 89, 0.02) 100%);
    border: 1px solid rgba(45, 48, 89, 0.1);
    border-radius: 20px; /* Modern Rounded Corners for Layout Smoothness */
    z-index: 1;
    transition: all 0.4s ease;
}

.feature .feature-img:hover::after {
    transform: scale(1.02);
    border-color: rgba(45, 48, 89, 0.2);
    box-shadow: 0 15px 35px rgba(45, 48, 89, 0.08);
}

/* Image Border Radius & Shadow Adjustments */
.feature .feature-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 40px 40px 40px;
    border-radius: 16px; /* Elegant border radius for the portrait model image */
    z-index: 2;
    transition: transform 0.4s ease;
}

.feature .feature-img:hover img {
    transform: translateY(-5px);
}

/* TYPOGRAPHY SETTINGS (Why Choose Us Header Context) */
.feature .section-header p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5E6278; /* Soft slate gray */
    margin-bottom: 8px;
}

.feature .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2D3059; /* Brand Core Navy Blue */
    margin-bottom: 20px;
}

.feature > .container > .row > .col-md-6 > p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #5E6278;
    margin-bottom: 30px;
}

/* COUNTER STRUCTURES WITH INTEGRATED BRAND THEME */
.feature .counters .col-6 {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.feature .counters i {
    padding: 5px 18px 0 0;
    font-size: 32px;
    color: #2D3059; /* Changed icon color to corporate brand blue */
}

.feature .counters h2 {
    position: relative;
    display: inline-block;
    color: #2D3059; /* Numbers mapped directly to identity colors */
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

/* Refined floating plus sign positioning */
.feature .counters h2::after {
    position: absolute;
    content: "+";
    font-size: 22px;
    font-weight: 500;
    top: -6px;
    right: -16px;
}

.feature .counters p {
    color: #5E6278;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

/* RESPONSIVE OVERRIDES */
@media (max-width: 991.98px) {
    .feature .section-header h2 {
        font-size: 32px;
    }
    .feature .counters h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .feature {
        padding: 60px 0;
    }
    .feature .feature-img {
        margin-bottom: 35px;
        justify-content: center;
    }
    .feature .feature-img::after {
        width: 100%;
        left: 0;
    }
    .feature .feature-img img {
        margin: 0 0 20px 0;
    }
}




/*******************************/
/********** Team CSS ***********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 90px 0 60px 0;
    background-color: #ffffff;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Section Shared Header Design */
.team .section-header {
    margin-bottom: 50px;
    text-align: left;
}

.team .section-header p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7E8299;
    margin-bottom: 8px;
}

.team .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2D3059; /* Core Corporate Identity Theme */
}

/* --- ADVISOR CORE ITEM FRAME CONTEXT --- */
.team .team-item {
    position: relative;
    margin-bottom: 85px; /* Creates explicit breathing space for absolute text overflow */
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.team .team-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px; /* Smooth card border radius applied to image viewport */
    box-shadow: 0 8px 25px rgba(45, 48, 89, 0.05);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- OVERLAPPING DETAILED PROFILE CARD (SCREENSHOT BASED) --- */
.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px; /* Rest state matching baseline system height */
    bottom: -46px;
    left: 15px;
    padding: 22px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96); /* Elegant premium glass-feel opacity */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(45, 48, 89, 0.06);
    border-radius: 8px; /* Tailored corner curve logic */
    box-shadow: 0 12px 30px rgba(45, 48, 89, 0.12); /* Rich depth map drop shadow */
    z-index: 5;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Dynamic Text Content Headers Mapping */
.team .team-text h2 {
    color: #2D3059 !important; /* Exact Brand Profile Identity Base */
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #7E8299; /* Smooth modern grey role text font */
    font-size: 14px;
    font-weight: 500;
}

/* --- PREMIUM SOCIAL TRANSITION MATRIX --- */
.team .team-social {
    position: relative;
    font-size: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    margin-top: 5px;
}

.team .team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 4px;
    text-align: center;
    font-size: 14px;
    color: #2D3059;
    border: 1.5px solid rgba(45, 48, 89, 0.15);
    border-radius: 50%; /* Rounded dynamic profile handles tracking */
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team .team-social a:hover {
    color: #ffffff;
    background-color: #2D3059; /* Solid Brand Color Fill Hover state */
    border-color: #2D3059;
    transform: translateY(-2px);
}

/* --- CARD HOVER ACTIVATION INTERACTION RULES --- */
.team .team-item:hover {
    transform: translateY(-4px);
}

.team .team-item:hover .team-img img {
    transform: scale(1.06); /* Sophisticated micro zoom focus effect */
}

.team .team-item:hover .team-text {
    height: 155px; /* Safely scales to open social cluster layout blocks */
    background: #ffffff;
    border-color: rgba(45, 48, 89, 0.15);
    box-shadow: 0 15px 35px rgba(45, 48, 89, 0.18);
}

.team .team-item:hover .team-social {
    opacity: 1;
    transform: translateY(0);
}


/* --- ADAPTIVE RESPONSIVE FRAME GRID BREAKPOINTS --- */
@media (max-width: 991.98px) {
    .team {
        padding: 70px 0 40px 0;
    }
    .team .section-header h2 {
        font-size: 30px;
    }
    .team .team-item {
        margin-bottom: 75px;
    }
    .team .team-text h2 {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .team {
        padding: 50px 0 20px 0;
    }
    .team .section-header {
        text-align: center;
        margin-bottom: 40px;
    }
    .team .section-header h2 {
        font-size: 24px;
    }
    .team .row {
        justify-content: center;
    }
    /* Add extra padding margin blocks dynamically for absolute single-column safe viewports */
    .team .col-md-6 {
        max-width: 380px;
        margin-bottom: 20px;
    }
}




.testimonial {
    position: relative;
    width: 100%;
    padding: 80px 0; /* Expanded high-end platform breathing room */
    background: #ffffff;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.testimonial .section-header p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5E6278;
    margin-bottom: 8px;
}

.testimonial .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2D3059; /* Core Brand Premium Accent */
    margin-bottom: 45px;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

/* INDIVIDUAL ITEM CARDS UPGRADE */
.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 30px 25px; /* Box inner padding added */
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(45, 48, 89, 0.08); /* Soft continuous edge lines */
    border-radius: 12px; /* Perfect modern border radius matching design language */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.testimonial .testimonial-item:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 48, 89, 0.15);
    box-shadow: 0 12px 30px rgba(45, 48, 89, 0.06);
}

.testimonial .testimonial-item img {
    position: relative;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(45, 48, 89, 0.1);
    margin-bottom: 20px;
}

.testimonial .testimonial-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #5E6278;
    margin-bottom: 20px;
    font-style: italic; /* Elegant review text format */
}

.testimonial .testimonial-item h2 {
    position: relative;
    color: #2D3059; /* Shifted from dark blue raw hex to exact corporate theme code */
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

/* Micro underline beneath the name */
.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2.5px;
    bottom: 0;
    left: 0;
    background: #2D3059;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.testimonial .testimonial-item:hover h2::before {
    width: 45px;
}

.testimonial .testimonial-item h3 {
    color: #8E93A6;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* CUSTOM COMPACT OWL CAROUSEL ARROWS DESIGN */
.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px; /* Modern spacing array configuration */
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 90px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D3059; /* Swapped out default sky blue theme */
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s ease;
    cursor: pointer;
    background: transparent !important;
}

.testimonial .owl-nav .owl-prev {
    padding-right: 70px;
}

.testimonial .owl-nav .owl-next {
    padding-left: 70px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #2D3059;
    opacity: 0.7;
    transform: scale(1.05);
}

/* Premium Navigation Lines Alignment rules */
.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px; /* Thinner for modern aesthetic minimalism */
    top: 50%;
    transform: translateY(-50%);
    background: #2D3059;
    transition: all 0.3s ease;
}

.testimonial .owl-nav .owl-prev::after {
    left: 14px;
}

.testimonial .owl-nav .owl-next::after {
    right: 14px;
}

/* RESPONSIVE OPTIMIZATIONS */
@media (max-width: 991.98px) {
    .testimonial .section-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .testimonial {
        padding: 60px 0;
    }
    .testimonial .testimonial-item {
        padding: 25px 20px;
    }
}





/* ==========================================================================
   PFC PREMIUM NOTICE BOARD ARCHITECTURE (SCREENSHOT (9).JPG MATCHED)
   ========================================================================== */
.pfc-notice-board {
    position: relative;
    width: 100%;
    padding: 90px 0 30px 0;
    background: #ffffff;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.pfc-notice-board .section-header {
    margin-bottom: 60px;
    text-align: left;
}

.pfc-notice-board .section-header p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7E8299;
    margin-bottom: 8px;
}

.pfc-notice-board .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2D3059; /* Core Brand Corporate Accent Slate Blue */
}

/* --- PREMIUM INTERACTIVE GRID CARD FRAME --- */
.pfc-notice-card-item {
    position: relative;
    width: 100%;
    margin-bottom: 50px; /* Secure bottom overflow spacer matrix */
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.pfc-notice-img-frame {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px; /* Smooth card border radius matching screenshot style framework */
    box-shadow: 0 8px 30px rgba(45, 48, 89, 0.04);
}

.pfc-notice-img-frame img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- FLOATING METADATA PROFILE OVERLAY OVERLAP LOGIC --- */
.pfc-notice-content-box {
    position: relative;
    width: calc(100% - 40px); /* Symmetric margin indent ratio */
    margin: -60px auto 0 auto; /* Negative translation anchor coordinate matrix */
    padding: 30px 25px;
    background: #ffffff;
    border: 1px solid rgba(45, 48, 89, 0.06);
    border-radius: 12px; /* Double Layer Border Radius Alignment */
    box-shadow: 0 15px 40px rgba(45, 48, 89, 0.08); /* Sophisticated micro depth mapping drop shadow */
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.pfc-notice-card-item:hover {
    transform: translateY(-5px);
}

.pfc-notice-card-item:hover .pfc-notice-img-frame img {
    transform: scale(1.05); /* Premium smooth visual camera zoom zoom response */
}

.pfc-notice-card-item:hover .pfc-notice-content-box {
    border-color: rgba(45, 48, 89, 0.12);
    box-shadow: 0 20px 45px rgba(45, 48, 89, 0.14); /* Luxury depth glow allocation on system focus */
}

/* --- TEXT INJECTIONS MAP RULES --- */
.pfc-notice-title {
    font-size: 18px;
    font-weight: 700;
    color: #2D3059 !important; /* Exact Core Brand Blue Matrix Theme */
    line-height: 1.4;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* META LOGO ROW TRACK DATA ELEMENTS */
.pfc-notice-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(45, 48, 89, 0.08);
}

.pfc-notice-meta-item {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #7E8299;
}

.pfc-notice-meta-item i {
    color: #2D3059; /* Brand sync visual icons grid mapping */
    margin-right: 6px;
    font-size: 13px;
}

.pfc-notice-meta-item a {
    color: #7E8299;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pfc-notice-meta-item a:hover {
    color: #2D3059;
}

/* CORE BODY CLIP TEXT ELEMENT */
.pfc-notice-desc-text {
    font-size: 14px;
    line-height: 1.6;
    color: #5E6278;
    margin-bottom: 20px;
}

/* --- ADAPTIVE LINE READ-MORE TRIGGER LINK BUTTON --- */
.pfc-notice-btn-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 45px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #2D3059 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.pfc-notice-btn-trigger::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #2D3059; /* Micro visual direct line asset target */
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.pfc-notice-card-item:hover .pfc-notice-btn-trigger {
    padding-left: 52px;
}

.pfc-notice-card-item:hover .pfc-notice-btn-trigger::before {
    width: 40px;
}


/* --- ADAPTIVE FLUID LAYOUT GRID BREAKPOINTS RESPONSIVE --- */
@media (max-width: 991.98px) {
    .pfc-notice-board .section-header h2 {
        font-size: 30px;
    }
    .pfc-notice-img-frame img {
        height: 240px;
    }
    .pfc-notice-title {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .pfc-notice-board {
        padding: 60px 0 10px 0;
    }
    .pfc-notice-board .section-header {
        text-align: center;
        margin-bottom: 40px;
    }
    .pfc-notice-board .section-header h2 {
        font-size: 24px;
    }
    .pfc-notice-content-box {
        width: calc(100% - 20px);
        padding: 22px 18px;
        margin-top: -45px;
    }
    .pfc-notice-img-frame img {
        height: 210px;
    }
    .pfc-notice-card-item {
        margin-bottom: 40px;
    }
}



/* ==========================================================================
   PFC ULTRA-PREMIUM NOTICE DETAILS HERO ARCHITECTURE
   ========================================================================== */
.pfc-notice-details-wrapper {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #F9FAFC; /* Clean, modern luxury soft gray canvas */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* HERO IMAGE BANNER IN DETAILS */
.pfc-notice-details-hero-frame {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 20px; /* Sophisticated smooth structural geometry curves */
    overflow: hidden;
    margin-bottom: -120px; /* Advanced canvas overlap calculation */
    box-shadow: 0 20px 50px rgba(45, 48, 89, 0.12);
    z-index: 1;
}

.pfc-notice-details-hero-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* MAIN FLOATING ADMINISTRATIVE CANVAS SHEET */
.pfc-notice-details-card {
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
    border: 1px solid rgba(45, 48, 89, 0.05);
    border-radius: 24px; /* Premium curved standard matching brand map */
    box-shadow: 0 30px 70px rgba(45, 48, 89, 0.06);
    z-index: 5; /* Forces document overlay above the banner frame */
}

/* METADATA TIMELINE BADGE GRID TRACK */
.pfc-notice-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(45, 48, 89, 0.08);
}

.pfc-notice-meta-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(45, 48, 89, 0.03);
    border: 1px solid rgba(45, 48, 89, 0.05);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #5E6278;
}

.pfc-notice-meta-badge-item i {
    color: #2D3059; /* Core Brand Corporate Accent Slate Blue */
    font-size: 14px;
}

/* EXPLICIT ATTACHMENT ACTION BUTTON LAYER */
.pfc-notice-meta-badge-item.pfc-attachment-action {
    background-color: #2D3059;
    border-color: #2D3059;
    padding: 8px 20px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 15px rgba(45, 48, 89, 0.15);
}

.pfc-notice-meta-badge-item.pfc-attachment-action a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.pfc-notice-meta-badge-item.pfc-attachment-action i {
    color: #ffffff;
}

.pfc-notice-meta-badge-item.pfc-attachment-action:hover {
    background-color: #1E203B;
    border-color: #1E203B;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(45, 48, 89, 0.25);
}

/* QUOTE HIGHLIGHT COMPONENT MATRIX */
.pfc-notice-short-summary {
    background: rgba(45, 48, 89, 0.02);
    border-left: 5px solid #2D3059;
    padding: 25px 30px;
    border-radius: 4px 16px 16px 4px;
    margin-bottom: 40px;
}

.pfc-notice-short-summary h5 {
    color: #2D3059;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
}

/* SYSTEM MAIN DESCRIPTION TYPOGRAPHY LAYOUT */
.pfc-notice-body-content {
    color: #464E5F;
    font-size: 16px;
    line-height: 1.9;
}

.pfc-notice-body-content p {
    margin-bottom: 22px;
}

.pfc-notice-body-content h3 {
    color: #2D3059;
    font-weight: 700;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* SOLID BACK BUTTON INTERACTION */
.pfc-btn-notice-back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background-color: transparent;
    border: 2px solid rgba(45, 48, 89, 0.15);
    color: #2D3059 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    margin-top: 25px;
}

.pfc-btn-notice-back i {
    transition: transform 0.3s ease;
}

.pfc-btn-notice-back:hover {
    background-color: #2D3059;
    border-color: #2D3059;
    color: #ffffff !important;
}

.pfc-btn-notice-back:hover i {
    transform: translateX(-5px);
}

/* ==========================================================================
   FLUID ADAPTIVE LAYOUT VIEWPORT RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 991.98px) {
    .pfc-notice-details-hero-frame {
        height: 350px;
        margin-bottom: -80px;
    }
    .pfc-notice-details-card {
        padding: 45px 35px;
    }
    .pfc-notice-short-summary h5 {
        font-size: 16.5px;
    }
}

@media (max-width: 767.98px) {
    .pfc-notice-details-wrapper {
        padding: 40px 0;
    }
    .pfc-notice-details-hero-frame {
        height: 240px;
        margin-bottom: 25px; /* Removes overlap mode to maintain fluid layout on mobile displays */
        border-radius: 14px;
    }
    .pfc-notice-details-card {
        padding: 30px 20px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(45, 48, 89, 0.04);
    }
    .pfc-notice-details-meta {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .pfc-notice-meta-badge-item {
        width: 100%; /* Adapts component nodes into dynamic line listings */
        justify-content: flex-start;
    }
    .pfc-notice-short-summary {
        padding: 18px 20px;
        margin-bottom: 25px;
    }
    .pfc-notice-body-content {
        font-size: 15px;
    }
    .pfc-btn-notice-back {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
    }
}

/*******************************/
/********** Blog CSS ***********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 80px 0; /* Premium layout padding spacing */
    background: #ffffff;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.blog .section-header {
    margin-bottom: 60px;
}

.blog .section-header p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5E6278;
    margin-bottom: 8px;
}

.blog .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2D3059; /* Brand Core Blue */
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
    background: transparent;
}

.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}

/* 1. IMAGE BORDER-RADIUS SETTING */
.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px 12px 0 0; /* Premium Top Corners match */
}

.blog .blog-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.06); /* Smooth premium slow zoom effect */
}

/* 2. FLOATING TEXT CARD BORDER-RADIUS & SHADOW */
.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px; /* Perfect match with image and navbar layout */
    box-shadow: 0 15px 35px rgba(45, 48, 89, 0.08); /* Sophisticated corporate shadow depth */
    z-index: 2;
    transition: all 0.4s ease;
    border: 1px solid rgba(45, 48, 89, 0.04);
}

.blog .blog-item:hover .blog-content {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(45, 48, 89, 0.12);
    border-color: rgba(45, 48, 89, 0.1);
}

.blog .blog-content h2.blog-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #2D3059; /* Brand color dynamic sync */
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13.5px;
    font-weight: 500;
    color: #7E8299;
}

.blog .blog-meta a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog .blog-meta a:hover {
    color: #2D3059;
}

.blog .blog-meta i {
    color: #2D3059; /* Changed icons from cyan to premium brand blue */
    margin: 0 6px 0 12px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #5E6278;
    margin-bottom: 18px;
}

/* PREMIUM CALL TO ACTION LINK BUTTON */
.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #2D3059; /* Corporate Identity Theme */
    text-transform: uppercase;
    transition: all .3s ease;
    background: transparent;
    border: none;
}

.blog .blog-item a.btn:hover {
    color: #2D3059;
    padding-left: 45px; /* Micro fluid response shift */
    opacity: 0.8;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #2D3059;
    transition: all 0.3s ease;
}

.blog .blog-item a.btn:hover::before {
    width: 35px;
}

/* COMPACT CAROUSEL NAV DIRECTIONS ARROWS */
.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 90px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D3059;
    font-size: 24px;
    transition: .3s;
    cursor: pointer;
    background: transparent !important;
}

.blog .owl-nav .owl-prev {
    padding-right: 70px;
}

.blog .owl-nav .owl-next {
    padding-left: 70px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    opacity: 0.7;
    transform: scale(1.05);
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #2D3059;
    transition: .3s;
}

.blog .owl-nav .owl-prev::after {
    left: 14px;
}

.blog .owl-nav .owl-next::after {
    right: 14px;
}

/* EXTENDED PAGINATION SYSTEM IF ENGAGED IN ARCHIVES */
.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #2D3059;
    border-radius: 6px;
    margin: 0 4px;
    border-color: rgba(45, 48, 89, 0.2);
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #2D3059;
    border-color: #2D3059;
}

/* FULL RESPONSIVE OVERRIDES BREAKPOINTS */
@media (max-width: 991.98px) {
    .blog .section-header h2 {
        font-size: 32px;
    }
    .blog .blog-content h2.blog-title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .blog {
        padding: 60px 0;
    }
    .blog .blog-content {
        width: calc(100% - 30px);
        left: 15px;
        top: -40px;
        padding: 20px;
    }
    .blog .owl-nav {
        margin-top: 20px;
    }
}



/* ==========================================================================
   PFC PREMIUM CONTACT US INTERFACE RE-ARCHITECTURE 
   ========================================================================== */
.pfc-contact-global-wrapper {
    position: relative;
    width: 100%;
    padding: 90px 0 60px 0;
    background: #FAFBFC; /* Clean ambient premium canvas backdrop */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* BRAND ACCENTED SECTION HEADER */
.pfc-contact-section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px auto;
}

.pfc-contact-section-header p {
    color: #2D3059; /* Core Brand Corporate Accent Slate Navy */
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 14px;
    background: rgba(45, 48, 89, 0.06);
    border-radius: 6px;
}

.pfc-contact-section-header h2 {
    color: #1E203B;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 5px;
}

/* LEFT SIDE PANEL: LUXURY INFO INFO CARDS */
.pfc-contact-info-card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgba(45, 48, 89, 0.05);
    border-radius: 16px; /* High-end rounded soft corners matching brand flow */
    margin-bottom: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 35px rgba(45, 48, 89, 0.02);
}

.pfc-contact-info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(45, 48, 89, 0.15);
    box-shadow: 0 20px 40px rgba(45, 48, 89, 0.07);
}

/* PREMIUM ICON WRAPPER FRAME */
.pfc-contact-icon-frame {
    position: relative;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 48, 89, 0.05); /* Brand Color low alpha bg tint */
    border-radius: 12px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pfc-contact-icon-frame i {
    font-size: 20px;
    color: #2D3059; /* Absolute Brand Accent Mapping */
}

.pfc-contact-info-card:hover .pfc-contact-icon-frame {
    background: #2D3059;
}

.pfc-contact-info-card:hover .pfc-contact-icon-frame i {
    color: #ffffff;
}

/* INFO TEXT STYLES */
.pfc-contact-text-node {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.pfc-contact-text-node h3 {
    font-size: 17px;
    font-weight: 700;
    color: #2D3059;
    margin-bottom: 5px;
}

.pfc-contact-text-node p {
    margin: 0;
    font-size: 15px;
    color: #5A6275;
    font-weight: 400;
}

/* RIGHT SIDE PANEL: MINIMAL LUXURY FORM ARCHITECTURE */
.pfc-contact-form-container {
    position: relative;
    padding: 45px;
    background: #ffffff;
    border: 1px solid rgba(45, 48, 89, 0.05);
    border-radius: 20px; /* Sophisticated structural container box curving */
    box-shadow: 0 12px 40px rgba(45, 48, 89, 0.02);
}

/* RE-ENGINEERED COMPONENT GRID FOR FIELDS */
.pfc-contact-form-container .control-group {
    margin-bottom: 24px;
}

.pfc-contact-form-container .form-control {
    width: 100%;
    padding: 16px 20px;
    background: #FAFBFC;
    color: #2D3059;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(45, 48, 89, 0.08);
    border-radius: 10px; /* Modern dynamic fluid text input fields */
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: none !important;
}

/* FOCUS STATE LOGIC FOR CLEAN FEEDBACK LOOP */
.pfc-contact-form-container .form-control:focus {
    background: #ffffff;
    border-color: #2D3059;
    box-shadow: 0 5px 15px rgba(45, 48, 89, 0.04) !important;
}

.pfc-contact-form-container textarea.form-control {
    height: 140px;
    resize: none; /* Prevents user viewport UI breaking skewing */
    padding-top: 15px;
}

/* SOLID DYNAMIC BRAND SUBMIT CALL TO ACTION */
.pfc-btn-submit-action {
    width: 100%; /* Fully responsive and strong presence structure */
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff !important;
    background: #2D3059 !important; /* Premium Brand Tint Fill */
    border: 1px solid #2D3059 !important;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(45, 48, 89, 0.15);
}

.pfc-btn-submit-action:hover {
    background: #1E203B !important; /* Deeper state shadow matching banner contrast */
    border-color: #1E203B !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 48, 89, 0.25);
}

.pfc-btn-submit-action:active {
    transform: translateY(0);
}

/* ERROR LOG BLOCK STRIP */
.pfc-contact-form-container .help-block ul {
    margin: 4px 0 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
}

/* ==========================================================================
   HIGH-FIDELITY RESPONSIVE GRAPHIC ADAPTATION QUERY
   ========================================================================== */
@media (max-width: 991.98px) {
    .pfc-contact-form-container {
        padding: 35px;
        margin-top: 20px;
    }
    .pfc-contact-section-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .pfc-contact-global-wrapper {
        padding: 60px 0;
    }
    .pfc-contact-section-header {
        margin-bottom: 40px;
    }
    .pfc-contact-section-header h2 {
        font-size: 26px;
    }
    .pfc-contact-info-card {
        padding: 22px;
        margin-bottom: 16px;
    }
    .pfc-contact-form-container {
        padding: 25px;
    }
    .pfc-contact-text-node h3 {
        font-size: 15.5px;
    }
    .pfc-contact-text-node p {
        font-size: 14px;
    }
}

/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


/* ==========================================================================
   CONFER LUXURY FOOTER - STUDY ABROAD PREMIUM DESIGN
   ========================================================================== */
/* ==========================================================================
   CONFER LUXURY FOOTER SYSTEM - STUDY ABROAD STANDARD
   ========================================================================== */
.srs-footer {
    background: #FFFFFF !important;
    padding: 80px 0 30px;
    border-top: 2px solid #E6E8ED;
    color: #2D3059;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* FLUID GRID SYSTEM */
.srs-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1fr;
    gap: 40px;
}

/* BRAND COLUMN */
.srs-footer-logo {
    height: 55px;
    width: auto;
    object-fit: contain;
    margin-bottom: 22px;
}

.srs-footer-brand p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #5E6278; /* Premium read-friendly slate text */
    max-width: 320px;
    margin-bottom: 25px;
}

/* PREMIUM SOCIAL SYSTEM */
.srs-footer-social {
    display: flex;
    gap: 12px;
}

.srs-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(45, 48, 89, 0.15);
    background: rgba(45, 48, 89, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D3059;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.srs-footer-social a:hover {
    background: #2D3059;
    color: #FFFFFF;
    border-color: #2D3059;
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(45, 48, 89, 0.2);
}

/* NAVIGATION COLUMNS */
.srs-footer-col h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2D3059;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
}

/* Premium bottom accent line under titles */
.srs-footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2.5px;
    background-color: #2D3059;
    border-radius: 2px;
}

.srs-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.srs-footer-col ul li {
    margin-bottom: 14px;
}

.srs-footer-col ul li a {
    color: #5E6278;
    font-size: 14.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-block;
}

.srs-footer-col ul li a:hover {
    color: #2D3059;
    padding-left: 6px; /* Smooth elegant shift on hover */
}

/* LUXURY CONTACT ITEMS */
.srs-contact li {
    font-size: 14.5px;
    color: #5E6278;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.srs-contact li i {
    color: #2D3059;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* FOOTER BOTTOM BAR */
.srs-footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid #F1F5F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.srs-footer-bottom p {
    font-size: 14px;
    color: #8E93A6;
    margin: 0;
}

.srs-footer-bottom div a {
    font-size: 14px;
    color: #8E93A6;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.25s ease;
}

.srs-footer-bottom div a:hover {
    color: #2D3059;
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */
@media (max-width: 991.98px) {
    .srs-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 575.98px) {
    .srs-footer {
        padding: 60px 0 30px;
    }

    .srs-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .srs-footer-brand p {
        max-width: 100%;
    }

    .srs-footer-col h4 {
        margin-bottom: 18px;
    }

    .srs-footer-bottom {
        margin-top: 45px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .srs-footer-bottom div a {
        margin: 0 10px;
    }
}

/* custom css By_Sifat */

        /* --- Unique Section Styling --- */
        .achievers-features-section {
            padding: 60px 0;
            background-color: #f8f9fa;
            width: 100%;
            overflow-x: hidden;
        }

        .achievers-main-title {
            color: #0d1b2a;
            font-weight: 500;
            font-size: calc(1.8rem + 1vw);
            margin-bottom: 10px;
        }

        .achievers-sub-title {
            color: #6c757d;
            font-size: 1rem;
            margin-bottom: 40px;
        }

        /* --- Unique Card Styling --- */
        .achievers-custom-card {
            background: #ffffff;
            border: 2px solid transparent; 
            border-radius: 12px;
            padding: 30px 20px;
            margin: 20px 0px;
            height: 100%;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            /* Smooth transitions */
            transition: border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease; 
        }

        /* --- Unique Image Box Styling --- */
        .achievers-icon-box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 65px;
            height: 65px;
            background-color: #e6edf7;
            border-radius: 50%;
            margin-bottom: 20px;
            padding: 15px;
            transition: background-color 0.4s ease;
        }

        /* Styling for the Image inside Box */
        .achievers-icon-box img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: filter 0.4s ease; /* Icon color invert/change korar jonno alternative option */
        }

        /* --- Card Content --- */
        .achievers-card-title {
            font-size: 1.2rem;
            font-weight: 500;
            color: #111111;
            margin-bottom: 12px;
            width: 100%;
        }

        .achievers-card-text {
            color: #666666;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 0;
            width: 100%;
        }

        /* --- HOVER EFFECTS --- */
        .achievers-custom-card:hover {
            border-color: #00376D; /* Hover border color #00376D */
            box-shadow: 0 8px 25px rgba(0, 55, 109, 0.08); 
            transform: translateY(-4px); 
        }

        .achievers-custom-card:hover .achievers-icon-box {
            background-color: #00376D; /* Background becomes #00376D on hover */
        }

        /* Custom Hover for Image/Icon: It makes the image turn white if it's a solid colored SVG/PNG */
        .achievers-custom-card:hover .achievers-icon-box img {
            filter: brightness(0) invert(1); 
        }


/* Destinations start By_sifat */


.achievers-dest-section {
    padding: 80px 0;
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

/* --- Ultra Premium Badge Styling --- */
.achievers-dest-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 55, 109, 0.05);
    color: #00376D;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 55, 109, 0.12);
    position: relative;
    overflow: hidden;
    cursor: default;
    box-shadow: 0 2px 10px rgba(0, 55, 109, 0.02);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}


.achievers-dest-badge i {
    font-size: 0.95rem;
    display: inline-block;
    color: #00376D;
    animation: achieversGlobeSpin 4s linear infinite; 
}

.achievers-dest-badge:hover {
    background-color: #00376D;
    color: #ffffff;
    border-color: #00376D;
    box-shadow: 0 4px 15px rgba(0, 55, 109, 0.2);
    transform: translateY(-1px);
}

.achievers-dest-badge:hover i {
    color: #ffffff;
}

/* --- 3D Spinning Animation Keyframes --- */
@keyframes achieversGlobeSpin {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

        .achievers-dest-main-title {
            color: #0d1b2a;
            font-weight: 700;
            font-size: 2.3rem;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }

        .achievers-dest-sub-title {
            color: #6c757d;
            font-size: 1rem;
            max-width: 600px;
            margin: 0 auto 50px auto;
        }

        /* --- Image Card Grid & Animations --- */
        .achievers-dest-card {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            height: 280px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            cursor: pointer;
        }

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

        .achievers-dest-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
        }
        .achievers-dest-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
            transition: opacity 0.4s ease;
        }

        /* Card Content Placement */
        .achievers-dest-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 25px;
            z-index: 2;
            text-align: left;
        }

        .achievers-dest-country {
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            letter-spacing: -0.2px;
        }

        /* --- Updated Anchor Link Styling --- */
        .achievers-dest-link {
            color: rgba(255, 255, 255, 0.85);
            font-size: 0.95rem;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
            transition: color 0.4s ease;
        }

        /* Arrow Icon Styling & Smooth Shift */
        .achievers-dest-link i {
            display: inline-block; 
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.85);
            transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s ease;
        }

        /* --- HOVER EFFECTS --- */
        
        .achievers-dest-card:hover .achievers-dest-img-wrapper img {
            transform: scale(1.08); 
        }
        .achievers-dest-card:hover .achievers-dest-link {
            color: #ffffff;
        }
        .achievers-dest-card:hover .achievers-dest-link i {
            transform: translateX(6px); 
            color: #38bdf8;
        }

        /* --- Bottom CTA Button --- */
        .achievers-dest-bottom-btn {
            background-color: #00376D;
            color: #ffffff;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 13px 28px;
            border-radius: 8px;
            border: 1px solid #00376D;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            margin-top: 45px;
            transition: all 0.3s ease-in-out;
        }

        .achievers-dest-bottom-btn:hover {
            background-color: #00264d;
            border-color: #00264d;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 55, 109, 0.2);
        }

        /* --- Responsive Tweaks --- */
        @media (max-width: 768px) {
            .achievers-dest-section {
                padding: 60px 0;
            }
            .achievers-dest-main-title {
                font-size: 1.85rem;
            }
            .achievers-dest-card {
                height: 250px;
            }
        }
   

/* Destinations end By_sifat */


/* <!-- Partner section end By_Sifat --> */


        /* --- General Section Design --- */
        .achievers-univ-section {
            padding: 90px 0;
            background-color: #fafbfc; 
            width: 100%;
            overflow-x: hidden;
        }

        .achievers-univ-title {
            color: #0d1b2a;
            font-weight: 700;
            font-size: 2.4rem;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }

        .achievers-univ-subtitle {
            color: #6c757d;
            font-size: 1.05rem;
            max-width: 600px;
            margin: 0 auto 55px auto;
        }

        /* --- University Card Base Configuration --- */
        .achievers-univ-card {
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid transparent; 
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            cursor: pointer;
            transition: border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        }

        /* --- Image Box & Cinematic Zoom --- */
        .achievers-univ-img-box {
            position: relative;
            height: 210px; 
            overflow: hidden;
            width: 100%;
        }

        .achievers-univ-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .achievers-univ-img-box::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 70%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
        }

        /* --- Typography Inside Image --- */
        .achievers-univ-img-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            z-index: 2;
            text-align: left;
        }

        .achievers-univ-name {
            color: #ffffff;
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 3px;
            line-height: 1.35;
        }

        .achievers-univ-country {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.85rem;
            font-weight: 400;
            margin: 0;
        }

        /* --- Tags Container Box --- */
        .achievers-univ-tags-box {
            padding: 22px 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-content: flex-start;
            flex-grow: 1;
            background-color: #ffffff;
        }


        .achievers-univ-tag {
            display: inline-block;
            background-color: #f4f6f9;
            color: #4a5568;
            font-size: 0.78rem;
            font-weight: 500;
            padding: 7px 14px;
            border-radius: 8px;
            text-decoration: none;
            border: 1px solid rgba(0, 0, 0, 0.02);
            transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
                        color 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
                        border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .achievers-univ-tag:hover {
            background-color: rgba(0, 55, 109, 0.08);
            color: #00376D; 
            border-color: rgba(0, 55, 109, 0.15);
        }

        /* --- FIXED CORE HOVER INTERACTIONS --- */
        
        .achievers-univ-card:hover {
            border-color: #00376D; 
           
        }

        .achievers-univ-card:hover .achievers-univ-img-box img {
            transform: scale(1.08); 
        }

        /* --- Responsive Viewports --- */
        @media (max-width: 992px) {
            .achievers-univ-card {
                max-width: 340px;
                margin: 0 auto;
            }
        }
        @media (max-width: 768px) {
            .achievers-univ-section {
                padding: 60px 0;
            }
            .achievers-univ-title {
                font-size: 1.9rem;
            }
        }

/* <!-- Partner section end By_Sifat --> */


/* textBanner start By_Sifat */


        /* --- Unique CTA Section Styling --- */
        .achievers-cta-wrapper {
            padding: 40px 15px;
            background-color: #ffffff;
            width: 100%;
            overflow-x: hidden;
        }

        .achievers-cta-card {
            background: linear-gradient(135deg, #f3f6fc 0%, #f1eefc 100%);
            border-radius: 16px; /* ইমেজের মতো পারফেক্ট রাউন্ডেড কর্নার */
            padding: 50px 30px;
            border: 1px solid rgba(0, 0, 0, 0.02);
        }

        /* Subtitle / Top Tagline */
        .achievers-cta-subtitle {
            color: #00376D;
            font-size: 0.85rem; /* ফন্ট সাইজ কমানো হয়েছে */
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-bottom: 15px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .achievers-cta-subtitle i {
            font-size: 0.95rem;
            transform: rotate(45deg); /* প্লেন আইকনটি কোণাকুণি করার জন্য */
        }

        /* Main Heading (Pixel Perfect Font Adjustments) */
        .achievers-cta-title {
            color: #0f172a;
            font-weight: 700;
            font-size: 1.85rem; /* ডেক্সটপের জন্য স্ট্যান্ডার্ড রিডেবল সাইজ */
            line-height: 1.35;
            max-width: 760px; /* ইমেজের মতো লাইন ব্রেক মেইনটেইন করার জন্য */
            margin: 0 auto 30px auto;
            letter-spacing: -0.3px;
        }

        /* --- Button Group & Styling --- */
        .achievers-btn-group {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        /* Primary Button (Book a Free Consultation) */
        .achievers-btn-primary {
            background-color: #00376D;
            color: #ffffff;
            font-weight: 600;
            font-size: 0.92rem; /* ফন্ট সাইজ কিছুটা কমানো হয়েছে */
            padding: 12px 24px;
            border-radius: 8px;
            border: 1px solid #00376D;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }

        .achievers-btn-primary:hover {
            background-color: #00264d;
            border-color: #00264d;
            color: #ffffff;
            transform: translateY(-1px);
        }

        /* Secondary Button (Apply Now) */
        .achievers-btn-secondary {
            background-color: rgba(0, 55, 109, 0.04);
            color: #0f172a;
            font-weight: 600;
            font-size: 0.92rem; /* ফন্ট সাইজ কিছুটা কমানো হয়েছে */
            padding: 12px 28px;
            border-radius: 8px;
            border: 1px solid rgba(0, 55, 109, 0.12);
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }

        .achievers-btn-secondary:hover {
            background-color: #ffffff;
            border-color: #00376D;
            color: #00376D;
            transform: translateY(-1px);
        }

        /* --- Responsive Queries for Pixel Perfection --- */
        @media (max-width: 768px) {
            .achievers-cta-card {
                padding: 40px 20px;
            }
            .achievers-cta-title {
                font-size: 1.5rem; /* ট্যাবলেটের জন্য পারফেক্ট সাইজ */
                margin-bottom: 25px;
            }
        }

        @media (max-width: 576px) {
            .achievers-cta-card {
                padding: 35px 15px;
            }
            .achievers-cta-title {
                font-size: 1.3rem; /* মোবাইলের জন্য অপ্টিমাইজড ছোট সাইজ */
                line-height: 1.4;
            }
            .achievers-btn-group {
                flex-direction: column;
                width: 100%;
                gap: 10px;
            }
            .achievers-btn-primary, 
            .achievers-btn-secondary {
                width: 100%;
                justify-content: center;
                padding: 11px 20px;
            }
        }

/* textBanner end By_Sifat */