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

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;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/



/* ==========================================================================
   CONFER LUXURY NAVBAR - FIXED LAYOUT WITH TOP BAR
   ========================================================================== */

/* Base Navbar Wrapper - Absolute পজিশন সরিয়ে Relative করা হয়েছে */
.confer-luxury-nav-base {
    position: relative;
    z-index: 99;
    background-color: #092a49 !important; 
    padding: 12px 0;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Brand/Logo Styling --- */
.confer-luxury-nav-brand {
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

/* লোগো ইমেজের প্রিমিয়াম ফিটিং */
.confer-luxury-nav-logo-img {
    height: 40px; /* টপ-বার সহ হেডার লেআউটে পারফেক্ট দেখানোর জন্য */
    width: auto;
    max-width: 160px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.confer-luxury-nav-brand:hover .confer-luxury-nav-logo-img {
    opacity: 0.9;
}

/* --- Menu Links Style --- */
.confer-luxury-nav-base .navbar-nav .confer-luxury-nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    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: #0796fe !important; 
    background-color: rgba(7, 150, 254, 0.06); 
    border-bottom-color: #0796fe; 
}

/* --- Dropdown Menu --- */
.confer-luxury-nav-dropdown {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 8px;
    min-width: 190px;
}
.confer-luxury-nav-dropdown .dropdown-item {
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
}
.confer-luxury-nav-dropdown .dropdown-item:hover {
    background-color: rgba(7, 150, 254, 0.08);
    color: #0796fe;
}
.confer-luxury-nav-flag {
    height: 16px;
    width: 22px;
    object-fit: cover;
    border-radius: 3px;
}

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

.confer-luxury-nav-btn-login {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 9px 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: transparent;
    display: inline-block;
    transition: all 0.35s ease;
}
.confer-luxury-nav-btn-login:hover {
    color: #092a49 !important;
    border-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 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: #0796fe;
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 15px rgba(7, 150, 254, 0.25);
    display: inline-block;
    transition: all 0.3s ease;
}

/* Shimmer Line */
.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.35) 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: #0286e6;
    box-shadow: 0 6px 20px rgba(7, 150, 254, 0.4);
    transform: translateY(-1px);
}

/* --- Large Screen Display Flow Fix --- */
@media (min-width: 992px) {
    .confer-luxury-nav-base {
        /* টপ বার যেন ঠিকঠাক জায়গা পায় সেজন্য পজিশন ফ্লো রিলিজ করা হয়েছে */
        position: relative; 
        width: 100%;
        background: #092a49 !important; 
    }
    
    /* যদি জাভাস্ক্রিপ্ট দিয়ে স্ক্রোলের পর স্টিকি করতে চান */
    .confer-luxury-nav-base.nav-sticky {
        position: fixed;
        top: 0;
        left: 0;
        padding: 10px 0;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    }
}

/* --- Mobile View Adjustments --- */
@media (max-width: 991.98px) {   
    .confer-luxury-nav-base {
        padding: 12px 15px;
    }
    .confer-luxury-nav-base .navbar-collapse {
        background: #061f37;
        border-radius: 12px;
        padding: 15px;
        margin-top: 15px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
    .confer-luxury-nav-logo-img {
        height: 34px;
        max-width: 130px;
    }
    .confer-luxury-nav-base .navbar-nav .confer-luxury-nav-link {
        border-radius: 6px;
        border-bottom: none !important;
        border-left: 2px solid transparent;
        margin: 4px 0;
    }
    .confer-luxury-nav-base .navbar-nav .confer-luxury-nav-link:hover,
    .confer-luxury-nav-base .navbar-nav .confer-luxury-nav-link.active {
        border-left-color: #0796fe;
    }
    .confer-luxury-nav-actions {
        justify-content: center;
        width: 100%;
    }
    .confer-luxury-nav-btn-login, 
    .confer-luxury-nav-btn-signup {
        flex: 1;
        text-align: center;
    }
}


/* ==========================================================================
   PREMIUM DROPDOWN DESIGN - ISOLATED & LUXURY UI
   ========================================================================== */

/* Dropdown Parent Control */
.confer-luxury-dropdown-wrapper {
    position: relative;
}

/* ডেক্সটপে ড্রপডাউন অ্যারো আইকন হ্যান্ডেল */
.dropdown-arrow-icon {
    font-size: 11px;
    margin-left: 4px;
    opacity: 0.7;
    transition: transform 0.3s ease;
}
.confer-luxury-dropdown-wrapper:hover .dropdown-arrow-icon {
    transform: rotate(180deg);
}

/* --- The Main Premium Dropdown 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(0, 0, 0, 0.05);
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(9, 42, 73, 0.12);
    padding: 12px;
    min-width: 260px;
    top: 100%;
    left: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

/* Hover Trigger Effect (Smooth Fade and Slide Up) */
.confer-luxury-dropdown-wrapper:hover .confer-luxury-nav-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(5px);
}

/* Dropdown Header/Label */
.dropdown-header-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 700;
    padding: 6px 12px 10px 12px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 8px;
}

/* --- Dropdown Individual Item Design --- */
.confer-luxury-nav-dropdown .dropdown-item {
    color: #334155 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px !important;
    border-radius: 10px;
    margin-bottom: 2px;
    background: transparent !important;
    position: relative;
    transition: all 0.25s ease !important;
}

/* Item Hover and Active States */
.confer-luxury-nav-dropdown .dropdown-item:hover,
.confer-luxury-nav-dropdown .dropdown-item.active {
    color: #0796fe !important;
    background: rgba(7, 150, 254, 0.06) !important;
    padding-left: 18px !important; /* হালকা ডানে সরবে */
}

/* Flag & Left Icons Base Box */
.flag-icon-wrapper, .submenu-icon-box {
    width: 28px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}
.submenu-icon-box i {
    font-size: 15px;
    color: #64748b;
    transition: color 0.25s ease;
}
.confer-luxury-nav-dropdown .dropdown-item:hover .submenu-icon-box i,
.confer-luxury-nav-dropdown .dropdown-item.active .submenu-icon-box i {
    color: #0796fe;
}

/* Premium Rounded Flag */
.confer-luxury-nav-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

/* Text alignment */
.country-name-text {
    flex-grow: 1;
}

/* Hidden Right Arrow Animation Trigger */
.dynamic-arrow {
    font-size: 12px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.25s ease;
    color: #0796fe;
}
.confer-luxury-nav-dropdown .dropdown-item:hover .dynamic-arrow,
.confer-luxury-nav-dropdown .dropdown-item.active .dynamic-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* --- Mobile View Support --- */
@media (max-width: 991.98px) {
    .confer-luxury-nav-base .confer-luxury-nav-dropdown {
        position: static;
        display: none; /* বুটস্ট্র্যাপের ডিফল্ট টগল অন থাকবে */
        visibility: visible;
        opacity: 1;
        transform: none;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: none;
        margin-top: 5px;
        padding: 10px;
    }
    
    .confer-luxury-dropdown-wrapper:hover .confer-luxury-nav-dropdown {
        transform: none;
    }
    
    /* বুটস্ট্র্যাপ মোবাইল ওপেন ক্লাস শো */
    .confer-luxury-nav-dropdown.show {
        display: block;
    }

    .dropdown-header-title {
        color: rgba(255, 255, 255, 0.4);
        border-bottom-color: rgba(255, 255, 255, 0.05);
    }

    .confer-luxury-nav-dropdown .dropdown-item {
        color: rgba(255, 255, 255, 0.8) !important;
    }
    .submenu-icon-box i {
        color: rgba(255, 255, 255, 0.5);
    }
    .confer-luxury-nav-dropdown .dropdown-item:hover {
        background: rgba(7, 150, 254, 0.15) !important;
        color: #ffffff !important;
    }
}

/* বুটস্ট্র্যাপের ডিফল্ট অ্যারোকে লাক্সারি স্টাইল দেওয়া */
.confer-luxury-nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.8;
}

/* হোভার করলে অ্যারোটি স্মুথলি উল্টে যাবে */
.confer-luxury-dropdown-wrapper:hover .confer-luxury-nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
    color: #0796fe; /* আমাদের থিম কালার */
}
/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    min-height: 400px;
    background: #092a49;
    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(9, 42, 73, .7);
    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: 200;
    margin-bottom: 20px;
}

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

.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

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

.carousel .carousel-text .btn:hover {
    color: #0796fe;
    background: #ffffff;
}

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

.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: #0796fe;
    background: #092a49;
    font-size: 22px;
    transition: .3s;
}

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

.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;
}

@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;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

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

.about .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    position: relative;
    width: 100%;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #0796fe;
    background: #092a49;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* 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 CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

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

.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.feature .feature-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.feature .feature-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.feature .feature-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 30px 30px 30px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .feature .feature-img {
        margin-bottom: 45px;
    }
}

.feature .counters .col-6 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
}

.feature .counters i {
    padding: 5px 15px 0 0;
    font-size: 28px;
    color: #0796fe;
}

.feature .counters h2 {
    position: relative;
    display: inline-block;
    color: #0796fe;
    font-size: 30px;
    font-weight: 300;
}

.feature .counters h2::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -15px;
}

.feature .counters p {
    color: #092a49;
    font-size: 20px;
    margin: 0;
}


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

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #0796fe;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

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

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    position: relative;
    width: 80px;
    border-radius: 80px;
    margin-bottom: 15px;
}

.testimonial .testimonial-item p {
    margin-bottom: 15px;
}

.testimonial .testimonial-item h2 {
    position: relative;
    color: #092a49;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
    transition: .3s;
}

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

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}

.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

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

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

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #092a49;
}

.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

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

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

.testimonial .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.testimonial .owl-nav .owl-next:hover::after {
    background: #092a49;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

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

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

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

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

.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    color: #0796fe;
    margin: 0 2px 0 10px;
}

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

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

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0796fe;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: #092a49;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #0796fe;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

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

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

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #092a49;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

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

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

.blog .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.blog .owl-nav .owl-next:hover::after {
    background: #092a49;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #092a49;
    border-radius: 0;
    border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #0796fe;
    background: #092a49;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


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

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

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

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
    font-size: 18px;
    color: #0796fe;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #092a49;
    letter-spacing: 1px;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
}

.contact .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

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

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    background: none;
    border: 2px solid #092a49;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/******* 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;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #092a49;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #0796fe;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #092a49;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #092a49;
    background: none;
    border-radius: 0;
    border: 2px solid #092a49;
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #0796fe;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}





/* 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 */