

/* CSS Index 
-----------------------------------
1. Theme default
2. HEADER
3. SLIDER
4. CATEGORY
5. ABOUT
6. APPLY
7. COURSE
8. VIDEO FEATURES
9. TEACHERS
10. PUBLICATION
11. TEASTIMONIAL
12. NEWS
13. FOOTER
14. CATEGORY 2
15. COURSE 2
16. COUNTER
17. TEACHERS 2
18. EVENT
18.1. EVENT 2
19. COUNT DOWN
20. PAGE BANNER
21. ABOUT PAGE
22. COURSES PAGE
23. COURSE SINGEl PAGE
24. EVENT PAGE
25. EVENT SINGEL PAGE
26. TEACHERS SInGEL PAGE
27. BLOG PAGE
28. BLOG SINGEL PAGE
29. SHOP PAGE
30. SHOP SINGEL PAGE
31. CONTACT PAGE 
32. ACCORDION
33. PRIVACY POLICY
34. LOGIN/REGISTER

*/

/*===========================
    1. Theme default css 
===========================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
}
a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
i, span, a {
    display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1d2025;
    margin: 0px;
}
h1 {
    font-weight: 500;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}
.main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.main-btn-2 {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.main-btn-2:hover {
    color: #07294d;
    background-color: #ffc600;
    border-color: #ffc600;
}
/*===== All Section Title Style =====*/

.section-title {}
.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}
.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}
.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}
/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.preloader .color-1 {
    background-color: #ffc600 !important;
}
.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rubix-cube .layer {
    width: 14px;
    height: 14px;
    background-color: #07294d;
    border: 1px solid #FFF;
    position: absolute;
}
.rubix-cube .layer-1 {
    left: 0px;
    top: 0px;
    -webkit-animation: rubixcube4 2s infinite linear;
    animation: rubixcube4 2s infinite linear;
}
.rubix-cube .layer-2 {
    left: 16px;
    top: 0px;
    -webkit-animation: rubixcube3 2s infinite linear;
    animation: rubixcube3 2s infinite linear;
}
.rubix-cube .layer-3 {
    left: 32px;
    top: 0px;
}
.rubix-cube .layer-4 {
    left: 0px;
    top: 16px;
    -webkit-animation: rubixcube5 2s infinite linear;
    animation: rubixcube5 2s infinite linear;
}
.rubix-cube .layer-5 {
    left: 16px;
    top: 16px;
    -webkit-animation: rubixcube2 2s infinite linear;
    animation: rubixcube2 2s infinite linear;
}
.rubix-cube .layer-6 {
    left: 32px;
    top: 16px;
    -webkit-animation: rubixcube1 2s infinite linear;
    animation: rubixcube1 2s infinite linear;
}
.rubix-cube .layer-7 {
    left: 0px;
    top: 32px;
    -webkit-animation: rubixcube6 2s infinite linear;
    animation: rubixcube6 2s infinite linear;
}
.rubix-cube .layer-8 {
    left: 16px;
    top: 32px;
    -webkit-animation: rubixcube7 2s infinite linear;
    animation: rubixcube7 2s infinite linear;
}
@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }
    30% {
        top: 32px;
        left: 32px;
    }
    40% {
        top: 32px;
        left: 32px;
    }
    50% {
        top: 32px;
        left: 32px;
    }
    60% {
        top: 32px;
        left: 32px;
    }
    70% {
        top: 32px;
        left: 32px;
    }
    80% {
        top: 32px;
        left: 32px;
    }
    90% {
        top: 32px;
        left: 32px;
    }
    100% {
        top: 32px;
        left: 16px;
    }
}
@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }
    30% {
        top: 32px;
        left: 32px;
    }
    40% {
        top: 32px;
        left: 32px;
    }
    50% {
        top: 32px;
        left: 32px;
    }
    60% {
        top: 32px;
        left: 32px;
    }
    70% {
        top: 32px;
        left: 32px;
    }
    80% {
        top: 32px;
        left: 32px;
    }
    90% {
        top: 32px;
        left: 32px;
    }
    100% {
        top: 32px;
        left: 16px;
    }
}
@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }
    40% {
        left: 32px;
    }
    50% {
        left: 32px;
    }
    60% {
        left: 32px;
    }
    70% {
        left: 32px;
    }
    80% {
        left: 32px;
    }
    90% {
        left: 32px;
    }
    100% {
        left: 32px;
    }
}
@keyframes rubixcube2 {
    30% {
        left: 16px;
    }
    40% {
        left: 32px;
    }
    50% {
        left: 32px;
    }
    60% {
        left: 32px;
    }
    70% {
        left: 32px;
    }
    80% {
        left: 32px;
    }
    90% {
        left: 32px;
    }
    100% {
        left: 32px;
    }
}
@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }
    40% {
        top: 0px;
    }
    50% {
        top: 16px;
    }
    60% {
        top: 16px;
    }
    70% {
        top: 16px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@keyframes rubixcube3 {
    30% {
        top: 0px;
    }
    40% {
        top: 0px;
    }
    50% {
        top: 16px;
    }
    60% {
        top: 16px;
    }
    70% {
        top: 16px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }
    60% {
        left: 16px;
    }
    70% {
        left: 16px;
    }
    80% {
        left: 16px;
    }
    90% {
        left: 16px;
    }
    100% {
        left: 16px;
    }
}
@keyframes rubixcube4 {
    50% {
        left: 0px;
    }
    60% {
        left: 16px;
    }
    70% {
        left: 16px;
    }
    80% {
        left: 16px;
    }
    90% {
        left: 16px;
    }
    100% {
        left: 16px;
    }
}
@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}
@keyframes rubixcube5 {
    60% {
        top: 16px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}
@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@keyframes rubixcube6 {
    70% {
        top: 32px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }
    90% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@keyframes rubixcube7 {
    80% {
        left: 16px;
    }
    90% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
/*=====================================================
    2. HEADER css 
======================================================*/

/*===== Header top =====*/

.header-top {
    background-color: #E51A4B;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-contact ul li {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.header-contact ul li:last-child {
    margin-right: 0;
}
.header-contact ul li i {
    margin-right: 10px;
}
.header-contact ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
.header-right {}
.header-right .social {}
.header-right .social .follow-us {
    font-size: 16px;
    color: #ffffff;
    padding-right: 10px;
    font-weight: 500;
}
.header-right .social ul {}
.header-right .social ul li {
    display: inline-block;
    padding: 0 5px;
}
.header-right .social ul li a {
    color: #ffffff;
    font-size: 16px;
}
.header-right .social ul li a:hover {
    color: #ffc600;
}
.login-register {}
.login-register ul {}
.login-register ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.login-register ul li::before {
    position: absolute;
    content: '/';
    color: #ffc600;
    font-size: 16px;
    top: 0;
    left: -16px;
}
.login-register ul li:first-child::before {
    display: none;
}
.login-register ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s linear;
}
.login-register ul li a:hover {
    color: #fff;
}
/*===== Header Menu =====*/

.navigation {}
.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
.navigation .navbar {
    padding: 0;
}
.navigation .navbar .navbar-nav {
    margin-right: 20px;
}
.navigation .navbar .navbar-nav li {
    position: relative;
}
.navigation .navbar .navbar-nav li a {
    font-size: 17px;
    font-weight: 500;
    color: #07294d;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 32px 15px 32px 15px;
    display: block;
}
.navigation .navbar .navbar-nav>li>a.active, .navigation .navbar .navbar-nav>li:hover>a {
    color: #ffc600;
}
.navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #07294d;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active, .navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 20px;
    color: #ffc600;
}
.sub-nav-toggler {
    display: none;
}
.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}
.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}
.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #07294d;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}
.right-icon {}
.right-icon ul li {
    display: inline-block;
    margin-right: 17px;
    padding: 22px 0;
}
.right-icon ul li:last-child {
    margin-right: 0;
}
.right-icon ul li a {
    font-size: 18px;
    color: #07294d;
    position: relative;
    padding-right: 7px;
}
.right-icon ul li a span {
    font-size: 14px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0px 4px;
    position: absolute;
    top: -5px;
    right: 0;
}
/*===== HEADER TOW =====*/

.header-two {}
.header-two .header-top {
    background-color: #fff;
    border-bottom: 1px solid #edf0f2;
}
.header-two .header-contact ul li {
    color: #07294d;
}
.header-two .header-contact ul li a {
    color: #07294d;
}
.header-two .header-right .social .follow-us {
    color: #07294d;
}
.header-two .header-right .social ul li a {
    color: #07294d;
}
.header-two .header-right .social ul li a:hover {
    color: #ffc600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.header-two .login-register ul li a {
    color: #07294d;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 18px;
    background: #ffc600;
    border-radius: 5px;
    transition: all 0.3s linear;
}
.header-two .login-register ul li a:hover {
    background: #07294d;
    color: #fff;
}
.header-two .login-register ul li::before {
    display: none;
}
.header-two .login-register ul li {
    margin-left: 10px;
}
.header-two .header-right .social {
    margin-top: 5px;
}
.header-two .navigation .navbar .navbar-nav li .sub-menu {
    background-color: #fff;
}
.header-two .navigation .navbar .navbar-nav li .sub-menu li a {
    border-bottom: 1px solid #edeff2;
    color: #07294d;
}
.header-two .navigation .navbar .navbar-nav li .sub-menu li a.active, .header-two .navigation .navbar .navbar-nav li .sub-menu li a:hover {
    color: #ffc600;
}
/*===== HEADER THREEE =====*/

.header-three {}
.header-three .navigation {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
}
.header-three .navigation .navbar .navbar-nav li a {
    color: #fff;
}
.header-three .navigation .navbar .navbar-nav li a:hover {
    color: #ffc600;
}
.header-three .navigation .right-icon ul li a {
    color: #fff;
}
.header-three .navigation.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 0 0;
}
.header-three .navigation.sticky .navbar .navbar-nav li a {
    color: #07294d;
}
.header-three .navigation.sticky .navbar .navbar-nav li a:hover {
    color: #ffc600;
}
.header-three .navigation.sticky .right-icon ul li a {
    color: #07294d;
}
.header-three .navigation .navbar .navbar-nav li .sub-menu {
    background-color: #fff;
}
.header-three .navigation .navbar .navbar-nav li .sub-menu li a {
    border-bottom: 1px solid #edeff2;
    color: #07294d;
}
.header-three .navigation .navbar .navbar-nav li .sub-menu li a:hover {
    color: #ffc600;
}
/*===== HEADER FORE =====*/

.header-four .navigation .navbar .navbar-nav li .sub-menu {
    background-color: #fff;
}
.header-four .navigation .navbar .navbar-nav li .sub-menu li a {
    border-bottom: 1px solid #edeff2;
    color: #07294d;
}
.header-four .navigation .navbar .navbar-nav li .sub-menu li a.active, .header-four .navigation .navbar .navbar-nav li .sub-menu li a:hover {
    color: #ffc600;
}
/*===== SEARCH BOX =====*/

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.5);
    z-index: 999;
    display: none;
}
.closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}
.closebtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}
.closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}
.closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}
.search-box .search-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #07294d;
    color: #07294d;
    padding-left: 20px;
    border-radius: 50px;
}
.search-box .search-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}
/*=====================================================
    3. SLIDER css 
======================================================*/

.single-slider {
    padding-bottom: 300px;
}
.slider-cont {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.slider-cont h1 {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}
.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}
.slider-cont ul {}
.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}
.slider-cont ul li:last-child {
    margin-right: 0;
}
.slider-active {}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}
.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}
.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}
.slider-active .slick-arrow i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slider-active .slick-arrow i:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}
/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}
.slider-2.single-slider {
    padding-top: 230px;
    padding-bottom: 250px;
}
/*===== Index-3 =====*/

#slider-part-3 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}
#slider-part-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.slider-cont-3 {
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}
.slider-cont-3 h2 {
    color: #fff;
    font-size: 48px;
    padding-bottom: 8px;
}
.slider-cont-3 span {
    font-size: 24px;
    color: #fff;
}
.slider-search {
    background-color: #fff;
    border-radius: 5px;
}
.slider-search .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}
.slider-search .nice-select span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #07294d;
    font-weight: 400;
}
.slider-search .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.slider-search .nice-select::after {
    border-bottom: 0;
    border-right: 8px solid #07294d;
    border-top: 8px solid transparent;
    height: 0px;
    margin-top: -4px;
    width: 0px;
}
.slider-search input {
    width: 100%;
    height: 55px;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}
.slider-search .main-btn {
    line-height: 53px;
    width: 100%;
    padding: 0;
}
.slider-search .main-btn:hover {
    border-color: #07294d;
}
.slider-feature {}
.single-slider-feature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single-slider-feature .icon {}
.single-slider-feature .cont {
    padding-left: 30px;
}
.single-slider-feature .cont h3 {
    color: #fff;
    padding-bottom: 3px;
    margin-top: -3px;
    font-size: 24px;
}
.single-slider-feature .cont span {
    color: #fff;
    font-size: 17px;
}
/*===== Index-4 =====*/

.slider-4 {
    position: relative;
}
.slider-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/slider/slider-shape.png);
    background-position: center center;
    width: 100%;
    height: 100%;
}
.slider-cont-4 h1 {
    color: #07294d;
    padding-bottom: 35px;
}
.slider-cont-4 p {
    color: #07294d;
}
/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1 {
    background-color: #4886ff;
}
.color-2 {
    background-color: #b5d56a;
}
.color-3 {
    background-color: #ff6f6f;
}
.category {
    background-color: #07294d;
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    z-index: 5;
}
.category-text {}
.category-text h2 {
    font-size: 36px;
    color: #fff;
    padding: 0 50px;
}
.single-category {
    padding: 20px 0;
    border-radius: 5px;
    display: block;
}
.single-category .icon {
    display: inline-block;
}
.single-category .cont {
    display: block;
}
.single-category .cont span {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.category-slide {}
.category-slide a {
    display: block;
}
.category-slide .slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-slide .prev.slick-arrow {
    right: auto;
    left: -50px;
}
.category-slide .slick-arrow i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #557495;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-slide .slick-arrow i:hover {
    background-color: #ffc600;
}
/*===== Index-4 =====*/

.category-tow {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.category-text-tow h2 {
    color: #07294d;
}
/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part {
    position: relative;
    padding-bottom: 220px;
}
.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.about-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
}
.about-bg img {
    width: 100%;
}
.about-cont p {
    padding-top: 30px;
}
.about-event {
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    padding: 65px 70px 37px;
    background-color: rgba(255, 255, 255, 0.95);
}
.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}
.about-event ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.about-event ul li:last-child .single-event {
    border-bottom: 0;
}
.about-event ul li .single-event span {
    font-size: 16px;
    color: #8a8a8a;
    margin-right: 20px;
}
.about-event ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
}
.about-event ul li .single-event a {
    display: block;
}
.about-event ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.about-event ul li .single-event a:hover h4 {
    color: #ffc600;
}
/*===== Index-4 =====*/

.about-tow {
    position: relative;
    padding-bottom: 150px !important;
}
.about-shape {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
}
.about-shape img {
    width: 100%;
}
.about-image-tow {
    position: relative;
}
.about-image-tow::before {
    position: absolute;
    content: '';
    background-image: url(../images/about/dot-shape.png);
    background-position: center center;
    background-size: contain;
    width: 305px;
    height: 370px;
    left: -100px;
    bottom: -60px;
    z-index: -1;
}
.about-image-tow img {
    width: 100%;
    border-radius: 5px;
}
.about-shape-tow {
    position: absolute;
    left: -36px;
    bottom: 170px;
}
.about-shape-three {
    position: absolute;
    bottom: -30px;
    left: 85px;
}
/*=====================================================
    6. APPLY css 
======================================================*/

.apply {
    margin-top: -100px;
    position: relative;
}
.apply-color-1 {
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.apply-color-2 {
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.apply .apply-cont {
    padding: 45px 50px 50px;
}
.apply .apply-cont h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}
.apply .apply-cont p {
    color: #fff;
    padding-bottom: 45px;
}
.apply .apply-cont .main-btn:hover {
    border-color: #ffc600;
}
/*===== Index-4 =====*/

.apply-area-tow {
    position: relative;
}
.apply-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/apply-tow/apply-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.apply-bg-one, .apply-bg-tow {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #07294d;
    z-index: -1;
}
.apply-bg-tow {
    background-color: #103965;
    left: auto;
    right: 0;
}
.single-apply {}
.single-apply .apply-content {}
.single-apply .apply-content .apply-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}
.single-apply .apply-content p {
    color: #fff;
    padding-bottom: 35px;
}
.single-apply .apply-content .main-btn:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
/*=====================================================
    7. COURSE css 
======================================================*/

.single-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.single-course>.thum {
    position: relative;
}
.single-course .thum .image {
    overflow: hidden;
}
.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.single-course .thum .price span {
    font-size: 16px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.single-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
}
.single-course .cont ul li {
    display: inline-block;
    margin: 1px;
}
.single-course .cont ul li>i {
    font-size: 15px;
    color: #ffc600;
}
.single-course .cont span {
    font-size: 15px;
    color: #000;
}
.single-course .cont h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .cont h4:hover {
    color: #ffc600;
}
.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.single-course .course-teacher>.thum {
    display: inline-block;
}
.single-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.single-course .course-teacher .name {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
}
.single-course .course-teacher .name a h6 {
    font-size: 17px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .name a:hover h6 {
    color: #ffc600;
}
.single-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.single-course .course-teacher .admin ul {
    margin-top: 8px;
}
.single-course .course-teacher .admin ul li {
    margin-right: 20px;
}
.single-course .course-teacher .admin ul li:last-child {
    margin-right: 0;
}
.single-course .course-teacher .admin ul li a {
    font-size: 17px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .admin ul li a:hover {
    color: #ffc600;
}
.single-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px;
}
.course-slide {}
.course-slide .slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
}
.course-slide .prev.slick-arrow {
    left: auto;
    right: 50px;
}
.course-slide .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.course-slide .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}
/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature {
    position: relative;
}
.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}
.video {
    padding-left: 80px;
}
.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
}
.feature {
    position: relative;
    z-index: 5;
}
.feature .feature-title {}
.feature .feature-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .single-feature {
    padding-top: 55px;
    overflow: hidden;
}
.feature ul li .single-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}
.feature ul li .single-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden;
}
.feature ul li .single-feature .cont h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .single-feature .cont p {
    color: #fff;
}
/*===== Index-4 =====*/

.video-feature-tow {}
.video-tow {}
.video-tow .video-image {
    position: relative;
}
.video-tow .video-image img {
    width: 100%;
    border-radius: 5px;
}
.video-tow .video-image a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.feature-tow {}
.feature-tow .feature-title h3 {
    color: #103965;
}
.feature-tow .single-feature .cont {}
.feature-tow ul li .single-feature .cont h4 {
    color: #103965;
}
.feature-tow ul li .single-feature .cont p {
    color: #505050;
}
/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont {}
.teachers-cont p {
    padding-top: 30px;
}
.single-teachers {
    position: relative;
}
.single-teachers .image {
    border-radius: 5px;
    overflow: hidden;
}
.single-teachers .image img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}
.single-teachers:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-teachers .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px;
}
.single-teachers .cont a {
    display: block;
}
.single-teachers .cont a h6 {
    color: #000;
    font-size: 17px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-teachers .cont a:hover h6 {
    color: #ffc600;
}
.single-teachers .cont span {
    font-size: 16px;
    color: #8a8a8a;
}
/*===== Index-4 =====*/

.teachers-area-tow {
    position: relative;
}
.teachers-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/teachers/teachers-shape.png);
    background-position: center center;
    background-size: contain;
}
/*=====================================================
    10. PUBLICATION css 
======================================================*/

.single-publication {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.single-publication .image {
    position: relative;
}
.single-publication .image img {
    width: 100%;
}
.single-publication .image .add-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
}
.single-publication .image:hover .add-cart {
    opacity: 1;
}
.single-publication .image .add-cart ul {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.single-publication .image .add-cart ul li {
    display: inline-block;
    margin: 0 5px;
}
.single-publication .image .add-cart ul li a {
    font-size: 16px;
    color: #ffc600;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ffc600;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-publication .image .add-cart ul li a:hover {
    background-color: #ffc600;
    color: #07294d;
}
.single-publication .content {}
.single-publication .content .book-title a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 5px;
}
.single-publication .content .book-title a:hover {
    color: #ffc600;
}
.single-publication .content .writer-name {
    font-size: 17px;
    color: #505050;
}
.single-publication .content .writer-name span {
    color: #07294d;
    padding-bottom: 10px;
}
.single-publication .content .price {}
.single-publication .content .price .normal-price {
    font-size: 16px;
    font-weight: 600;
    color: #07294d;
}
.single-publication .content .price .discount-price {
    font-size: 16px;
    color: #505050;
    margin-left: 10px;
    position: relative;
}
.single-publication .content .price .discount-price::before {
    position: absolute;
    content: '';
    background-color: #505050;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-publication .content .price-btn {
    border-top: 1px solid #eee;
    padding-top: 5px;
}
.single-publication .content .price-btn .main-btn {
    padding: 0 13px;
    line-height: 40px;
    height: 42px;
    font-size: 17px;
}
.single-publication .content .price-btn .main-btn i {
    margin-right: 5px;
}
.single-publication .content .description {
    padding-top: 10px;
    padding-bottom: 25px;
}
/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/

#testimonial {}
#testimonial .section-title {
    position: relative;
    z-index: 5;
}
#testimonial .section-title h5, #testimonial .section-title h2 {
    color: #fff;
}
#testimonial .section-title h5::before {
    background-color: #fff;
}
.testimonial-slide {
    position: relative;
    z-index: 5;
}
.single-testimonial {
    position: relative;
}
.single-testimonial .testimonial-thum {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-testimonial .testimonial-thum img {
    border-radius: 5px;
}
.single-testimonial .testimonial-thum .quote {
    position: absolute;
    right: -22px;
    top: -22px;
}
.single-testimonial .testimonial-thum .quote i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ffc600;
    border-radius: 50%;
    color: #07294d;
    font-size: 18px;
}
.single-testimonial .testimonial-cont {
    padding-left: 140px;
}
.single-testimonial .testimonial-cont p {
    color: #fff;
    padding-bottom: 32px;
}
.single-testimonial .testimonial-cont h6 {
    color: #fff;
    padding-bottom: 4px;
}
.single-testimonial .testimonial-cont span {
    color: #fff;
    font-size: 18px;
}
.testimonial-slide .slick-dots {
    margin: 0 auto;
}
.testimonial-slide .slick-dots li {
    display: inline-block;
    margin-top: 15px;
}
.testimonial-slide .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
}
.testimonial-slide .slick-dots li.slick-active button {
    background-color: #ffc600;
}
/*=====================================================
    12. NEWS css 
======================================================*/

.single-news {}
.single-news .news-thum {}
.single-news .news-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-news .news-cont {}
.single-news .news-cont ul li {
    display: inline-block;
    margin-right: 25px;
}
.single-news .news-cont ul li:last-child {
    margin-right: 0;
}
.single-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 17px;
}
.single-news .news-cont ul li a i {
    color: #ffc600;
    margin-right: 8px;
}
.single-news .news-cont ul li a span {
    color: #07294d;
}
.single-news .news-cont a {
    display: block;
}
.single-news .news-cont a h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-news .news-cont a:hover h3 {
    color: #ffc600;
}
.news-list .news-cont h3 {
    font-size: 20px;
}
.news-list .news-cont ul li a {
    font-size: 16px;
}
/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top {
    background-color: #07294d;
}
.footer-about {
    padding-right: 50px;
}
.footer-about p {
    color: #fff;
    padding-top: 15px;
}
.footer-about ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-about ul li:last-child {
    margin-right: 0;
}
.footer-about ul li a {
    width: 35px;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-about ul li a:hover {
    background-color: #ffc600;
    color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-title h6 {
    font-size: 18px;
    color: #fff;
}
.footer-link {
    overflow: hidden;
}
.footer-link ul {
    width: 50%;
    float: left;
    overflow: hidden;
}
.footer-link ul li {
    line-height: 35px;
}
.footer-link ul li a {
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a i {
    margin-right: 8px;
    color: #ffc600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a:hover {
    color: #ffc600;
}
.footer-link ul li a:hover i {
    margin-right: 15px;
}
.support ul {
    float: none;
    width: 100%;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}
.footer-address ul li:last-child {
    margin-bottom: 0;
}
.footer-address ul li .icon i {
    font-size: 18px;
    color: #ffc600;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont {
    padding-left: 35px;
}
.footer-address ul li .cont p {
    color: #fff;
}
.footer-copyright {
    background-color: #021d3a;
}
.footer-copyright .copyright p {
    color: #fff;
}
.footer-copyright .copyright p span {
    font-weight: 600;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}
/*=====================================================
    14. CATEGORY 2 css 
======================================================*/

.category-2-items {}
.category-2-items .single-items {
    position: relative;
}
.category-2-items .single-items .items-image {
    position: relative;
}
.category-2-items .single-items .items-image img {
    width: 100%;
    border-radius: 5px;
}
.category-2-items .single-items .items-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.6);
    border-radius: 5px;
}
.category-2-items .single-items .items-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-2-items .single-items .items-cont h5 {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-2-items .single-items .items-cont span {
    font-size: 16px;
    color: #fff;
}
.category-2-items .single-items .items-cont h5:hover {
    color: #ffc600;
}
.category-form {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    margin-top: -154px;
}
.category-form .form-title {
    background-color: #07294d;
    padding-top: 35px;
    padding-bottom: 40px;
}
.category-form .form-title h3 {
    color: #ffc600;
    font-size: 36px;
}
.category-form .form-title span {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.category-form .main-form {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}
.category-form .main-form .single-form {
    margin-top: 20px;
}
.category-form .main-form .single-form input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    font-size: 17px;
    color: #8a8a8a;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
}
.category-form .main-form .single-form .main-btn {
    width: 100%;
    line-height: 60px;
    margin-top: 20px;
}
/*=====================================================
    15. COURSE 2 css 
======================================================*/

.single-course-2 {}
.single-course-2>.thum {
    position: relative;
}
.single-course-2>.thum .image>img {
    border-radius: 5px;
    width: 100%;
}
.single-course-2>.thum .price {
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 5;
}
.single-course-2>.thum .price span {
    font-size: 16px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.single-course-2>.thum .course-teacher {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-course-2>.thum .course-teacher>.thum {
    display: inline-block;
}
.single-course-2>.thum .course-teacher>.thum img {
    border-radius: 50%;
}
.single-course-2>.thum .course-teacher .name {
    display: inline-block;
    margin-left: 5px;
    bottom: 13px;
}
.single-course-2>.thum .course-teacher .name h6 {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course-2>.thum .course-teacher .name h6:hover {
    color: #ffc600;
}
.single-course-2>.thum .course-teacher .review {
    display: inline-block;
    margin-left: 15px;
    bottom: 13px;
}
.single-course-2>.thum .course-teacher .review ul li {
    display: inline-block;
    font-size: 14px;
    color: #ffc600;
}
.single-course-2>.thum .course-teacher .review ul li {}
.single-course-2 .cont {
    padding-top: 25px;
}
.single-course-2 .cont h4 {
    font-weight: 600;
    font-weight: 24px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course-2 .cont h4:hover {
    color: #ffc600;
}
/*=====================================================
    16. COUNTER css 
======================================================*/

.single-counter {
    position: relative;
    z-index: 5;
}
.single-counter span {
    font-size: 36px;
    color: #ffc600;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.single-counter p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
}
/*===== Index-3 =====*/

.counter-3 {}
.counter-3 p {
    color: #07294d;
    font-weight: 600;
}
/*===== Index-4 =====*/

.counter-area-tow {}
.single-counter-tow {
    position: relative;
    z-index: 5;
}
.single-counter-tow .counter-icon {}
.single-counter-tow .counter-content {
    padding-left: 30px;
}
.single-counter-tow span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.single-counter-tow p {
    color: #fff;
}
/*=====================================================
    17. TEACHERS 2 css 
======================================================*/

.teachers-2 {}
.teachers-2 .teachers-2-single {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px;
}
.teachers-2 .teachers-2-single .thum {}
.teachers-2 .teachers-2-single .thum img {
    border-radius: 50%;
}
.teachers-2 .teachers-2-single .cont {
    padding-left: 20px;
}
.teachers-2 .teachers-2-single .cont a {}
.teachers-2 .teachers-2-single .cont a h5 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.teachers-2 .teachers-2-single .cont a:hover h5 {
    color: #ffc600;
}
.teachers-2 .teachers-2-single .cont p {
    font-size: 17px;
}
.teachers-2 .teachers-2-single .cont span {
    font-size: 16px;
    color: #07294d;
}
.teachers-2 .teachers-2-single .cont span i {
    margin-right: 5px;
    color: #ffc600;
}
.student-slide {
    z-index: 5;
}
.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}
.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}
.happy-student .happy-title {}
.happy-student .happy-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 60px;
}
.happy-student .single-student {
    position: relative;
    z-index: 5;
}
.happy-student .single-student img {
    padding-bottom: 20px;
}
.happy-student .single-student p {
    color: #fff;
    padding-bottom: 30px;
    padding-right: 135px;
}
.happy-student .single-student h6 {
    color: #fff;
    font-size: 16px;
}
.happy-student .single-student span {
    font-size: 16px;
    color: #fff;
}
.happy-student .student-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
/*=====================================================
    18. EVENT css 
======================================================*/

.event-bg {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.event-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(7, 41, 77, 0.3)), color-stop(10%, rgba(7, 41, 77, 0.3)), to(rgba(7, 41, 77, 1)));
    background: linear-gradient(to right, rgba(7, 41, 77, 0.3) 0%, rgba(7, 41, 77, 0.3) 10%, rgba(7, 41, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d07294d', endColorstr='#07294d', GradientType=1);
}
.event-2 .event-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 5px;
}
.event-2 ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.event-2 ul li:last-child .single-event {
    border-bottom: 0;
}
.event-2 ul li .single-event span {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.event-2 ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
}
.event-2 ul li .single-event a {
    display: block;
}
.event-2 ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.event-2 ul li .single-event a:hover h4 {
    color: #ffc600;
}
/*=====================================================
    18.1 EVENT 2 css 
======================================================*/

.single-event-list-2 {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}
.single-event-list-2 .event-thum {}
.single-event-list-2 .event-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-event-list-2 .event-cont {}
.single-event-list-2 .event-cont span {
    font-size: 16px;
    color: #8a8a8a;
    margin-right: 20px;
}
.single-event-list-2 .event-cont span i {
    color: #ffc600;
    margin-right: 3px;
}
.single-event-list-2 .event-cont a {
    display: block;
}
.single-event-list-2 .event-cont a h4 {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-event-list-2 .event-cont a:hover h4 {
    color: #ffc600;
}
/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont {
    position: relative;
    z-index: 5;
}
.count-down-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
}
.count-down-cont h2 {
    font-size: 72px;
    color: #ffc600;
    font-weight: 700;
    padding-bottom: 37px;
}
.count-down-time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.count-down-time .single-count {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
}
.count-down-time .single-count .number {
    font-size: 72px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
}
.count-down-time .single-count .title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.category-form-3 {
    margin-top: 0;
    position: relative;
    z-index: 5;
}
.category-form-3 .form-title {
    background-color: #ffc600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.category-form-3 .form-title h3 {
    color: #07294d;
}
.category-form-3 .form-title span {
    font-weight: 600;
}
.category-form-3 .main-btn {
    color: #fff;
}
.category-form-3 .main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
}
/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont {
    position: relative;
    z-index: 5;
}
.page-banner-cont h2 {
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}
.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
}
/*=====================================================
    21. ABOUT PAGE css 
======================================================*/

.about-image img {
    width: 100%;
    border-radius: 5px;
}
.about-single-items {}
.about-single-items span {
    font-size: 60px;
    color: #dbdbdb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 22px;
}
.about-single-items h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 25px;
}
/*=====================================================
    22. COURSES PAGE css 
======================================================*/

.tab-content {}
.tab-content .single-course .course-teacher .name {
    bottom: 0;
}
.courses-top-search {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    overflow: hidden;
}
.courses-top-search .nav {
    margin-top: 5px;
}
.courses-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 17px;
    color: #8a8a8a;
}
.courses-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a;
}
.courses-top-search .nav .nav-item a.active {
    color: #ffc600;
}
.courses-search {
    position: relative;
}
.courses-search input {
    height: 30px;
    width: 240px;
    background-color: #f6f6f6;
    border: 0;
    color: #8a8a8a;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 20px;
}
.courses-search button {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0;
    height: 30px;
    font-size: 17px;
    color: #8a8a8a;
    border: 0;
    background: none;
    cursor: pointer;
}
#courses-list .single-course .thum .price {
    right: -25px;
    bottom: auto;
    top: 30px;
}
.courses-pagination {}
.courses-pagination .pagination {}
.courses-pagination .pagination .page-item {
    margin: 0 5px;
}
.courses-pagination .pagination .page-item a {
    font-size: 17px;
    color: #07294d;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #aaa;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.courses-pagination .pagination .page-item a.active, .courses-pagination .pagination .page-item a:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}
/*=====================================================
    23. COURSE SINGEl PAGE css 
======================================================*/

.courses-single-left {
    padding: 45px 50px;
    background-color: #fff;
}
.courses-single-left .title {}
.courses-single-left .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 25px;
}
.courses-single-left .course-terms {}
.courses-single-left .course-terms>ul>li {
    display: inline-block;
    margin-right: 60px;
}
.courses-single-left .course-terms>ul li:last-child {
    margin-right: 0;
}
.courses-single-left .course-terms ul li .teacher-name {
    position: relative;
}
.courses-single-left .course-terms ul li .teacher-name .thum {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.courses-single-left .course-terms ul li .teacher-name .thum img {
    border-radius: 50%;
}
.courses-single-left .course-terms ul li .teacher-name .name {
    padding-left: 60px;
}
.courses-single-left .course-terms ul li .review span, .courses-single-left .course-terms ul li .teacher-name .name span, .courses-single-left .course-terms ul li .course-category span {
    color: #8a8a8a;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.courses-single-left .course-terms ul li .teacher-name .name h6, .courses-single-left .course-terms ul li .course-category h6 {
    font-size: 16px;
    color: #24486e;
    font-weight: 700;
}
.courses-single-left .course-terms ul li .review {}
.courses-single-left .course-terms ul li .review ul li {
    display: inline-block;
}
.courses-single-left .course-terms ul li .review ul li a {
    font-size: 16px;
    color: #ffc600;
}
.courses-single-left .course-terms ul li .review ul li.rating {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-left: 13px;
}
.courses-single-image {}
.courses-single-image img {
    width: 100%;
}
.courses-tab {
    border: 1px solid #edf0f2;
    border-radius: 5px;
}
.courses-tab .nav {}
.courses-tab .nav .nav-item {}
.courses-tab .nav .nav-item a {
    font-size: 16px;
    color: #24486e;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    display: block;
    background-color: #edf0f2;
}
.courses-tab .nav .nav-item a.active {
    background-color: #fff;
}
.overview-description {
    padding: 0px 30px 25px;
}
.overview-description .single-description {}
.overview-description .single-description h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}
.curriculum-cont {
    padding: 25px 30px;
}
.curriculum-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}
.curriculum-cont .accordion {
    border: 0;
}
.curriculum-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}
.curriculum-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}
.curriculum-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}
.curriculum-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 15px 15px;
    background-color: #edf0f2;
}
.curriculum-cont .accordion .card .card-header a.collapsed {
    background-color: #fff;
    border: none;
}
.curriculum-cont .accordion .card .card-header a::before, .curriculum-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    color: #8a8a8a;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.curriculum-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.curriculum-cont .accordion .card .card-header a ul li {
    display: inline-block;
}
.curriculum-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}
.curriculum-cont .accordion .card .card-header a ul li>i {
    color: #ffc600;
    font-size: 17px;
    margin-right: 5px;
}
.curriculum-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 17px;
    color: #8a8a8a;
}
.curriculum-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    color: #000;
}
.curriculum-cont .accordion .card .card-header a ul li>.time {
    font-size: 17px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}
.curriculum-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}
.curriculum-cont .accordion .card .card-header a ul li>.time span {}
.curriculum-cont .accordion .card .card-body {
    background-color: #edf0f2;
    padding: 0 25px 20px;
}
.instructor-cont {
    padding: 30px 30px 25px;
}
.instructor-cont .instructor-author {
    overflow: hidden;
}
.instructor-cont .instructor-author .author-thum {
    float: left;
    margin-right: 30px;
}
.instructor-cont .instructor-author .author-name {
    float: left;
}
.instructor-cont .instructor-author .author-name a {
    display: block;
}
.instructor-cont .instructor-author .author-name a h5 {
    font-size: 18px;
    color: 30px;
    font-weight: 600;
}
.instructor-cont .instructor-author .author-name span {
    font-size: 17px;
    color: #8a8a8a;
}
.instructor-cont .instructor-author .author-name .social {
    padding-top: 25px;
}
.instructor-cont .instructor-author .author-name .social li {
    display: inline-block;
    margin-right: 8px;
}
.instructor-cont .instructor-author .author-name .social li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #24486e;
    background-color: #24486e;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.instructor-cont .instructor-author .author-name .social li a:hover {
    background-color: #fff;
    color: #24486e;
}
.reviews-cont {
    padding: 25px 30px 30px;
}
.reviews-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}
.reviews-cont ul li .single-reviews {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}
.reviews-cont ul li:last-child .single-reviews {
    border-bottom: 0;
}
.reviews-cont ul li .single-reviews .reviews-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-cont ul li .single-reviews .reviews-author .author-thum img {
    border-radius: 5px;
}
.reviews-cont ul li .single-reviews .reviews-author .author-name {
    padding-left: 20px;
}
.reviews-cont ul li .single-reviews .reviews-author .author-name h6 {
    font-size: 16px;
    font-weight: 600;
}
.reviews-cont ul li .single-reviews .reviews-author .author-name span {
    font-size: 17px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.reviews-cont ul li .single-reviews .reviews-description {}
.reviews-cont ul li .single-reviews .reviews-description p {
    padding-bottom: 17px;
}
.reviews-cont ul li .single-reviews .reviews-description .rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews-cont ul li .single-reviews .reviews-description .rating ul li {
    display: inline-block;
    font-size: 17px;
    color: #ffc600;
}
.reviews-cont ul li .single-reviews .reviews-description .rating span {
    font-size: 17px;
    color: #000;
    margin-left: 10px;
}
.reviews-cont .reviews-form .form-single {
    padding-top: 25px;
}
.reviews-cont .reviews-form .form-single input, .reviews-cont .reviews-form .form-single textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0 20px;
}
.reviews-cont .reviews-form .form-single textarea {
    height: 160px;
    padding-top: 20px;
    resize: none;
}
.reviews-cont .reviews-form .form-single .rate-wrapper {
    overflow: hidden;
}
.reviews-cont .reviews-form .form-single .rate-label {
    float: left;
    color: #000;
    margin-right: 10px;
    margin-left: 0;
}
.reviews-cont .reviews-form .form-single .rate {
    float: left;
    color: #cecece;
    cursor: pointer;
}
.reviews-cont .reviews-form .form-single .rate-item {
    float: left;
    cursor: pointer;
    margin: 0px 3px 0px 3px;
}
.reviews-cont .reviews-form .form-single .rate:hover, .reviews-cont .reviews-form .form-single .rate.selected {
    color: #ffc600;
}
.reviews-cont .reviews-form .form-single .rate .rate-item:hover~.rate-item, .reviews-cont .reviews-form .form-single .rate .rate-item.active~.rate-item {
    color: #cecece;
}
.related-courses .title h3 {
    font-size: 30px;
    color: #07294d;
}
.course-features {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 5px;
}
.course-features h4, .You-makelike h4 {
    font-size: 24px;
    color: #07294d;
    padding-bottom: 15px;
}
.course-features ul {}
.course-features ul li {
    font-size: 17px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px solid #d2d2d2;
}
.course-features ul li:last-child {
    border-bottom: 0;
}
.course-features ul li i {
    color: #ffc600;
    margin-right: 8px;
}
.course-features ul li span {
    float: right;
}
.course-features .price-button {
    overflow: hidden;
}
.course-features .price-button span {
    font-size: 18px;
    color: #24486e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 12px;
}
.course-features .price-button span b {
    color: #ffc600;
}
.course-features .price-button .main-btn {
    float: right;
}
.You-makelike {
    background-color: #fff;
    padding: 25px 30px 30px;
    border-radius: 5px;
}
.You-makelike .single-makelike {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.You-makelike .single-makelike .image {
    position: relative;
}
.You-makelike .single-makelike .image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(7, 41, 77, 0.8);
}
.You-makelike .single-makelike .image img {
    width: 100%;
}
.You-makelike .single-makelike .cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
}
.You-makelike .single-makelike .cont h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.You-makelike .single-makelike .cont h4:hover {
    color: #ffc600;
}
.You-makelike .single-makelike .cont ul li {
    display: inline-block;
    margin-right: 15px;
    color: #ffc600;
}
.You-makelike .single-makelike .cont ul li a {
    font-size: 16px;
    color: #fff;
}
.You-makelike .single-makelike .cont ul li a i {
    margin-right: 3px;
}
/*=====================================================
    24. EVENT PAGE css 
======================================================*/

.single-event-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single-event-list .event-thum {
    width: 38%;
}
.single-event-list .event-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-event-list .event-cont {
    width: 62%;
    padding-left: 30px;
}
.single-event-list .event-cont span {
    font-size: 16px;
    color: #8a8a8a;
    margin-right: 20px;
}
.single-event-list .event-cont span i {
    color: #ffc600;
    margin-right: 3px;
}
.single-event-list .event-cont a {
    display: block;
}
.single-event-list .event-cont a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-event-list .event-cont a:hover h4 {
    color: #ffc600;
}
/*=====================================================
    25. EVENT SINGEL PAGE css 
======================================================*/

.events-area {
    background-color: #fff;
    padding: 45px 50px;
}
.events-left {}
.events-left h3 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
}
.events-left span {
    font-size: 16px;
    color: #8a8a8a;
    margin-right: 20px;
}
.events-left span i {
    color: #ffc600;
    margin-right: 3px;
}
.events-left img {
    margin-top: 35px;
    border-radius: 5px;
}
.events-left p {
    padding-top: 31px;
}
.events-right {}
.events-coundwon {
    padding: 25px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 110px;
}
.events-coundwon .count-down-time {
    position: relative;
    z-index: 5;
}
.events-coundwon .count-down-time .single-count {}
.events-coundwon .count-down-time .single-count .number {
    font-size: 24px;
    color: #ffc600;
}
.events-coundwon .count-down-time .single-count .title {
    font-size: 15px;
}
.events-coundwon .events-coundwon-btn {}
.events-coundwon .events-coundwon-btn .main-btn {
    width: 100%;
}
.events-address {
    border: 1px solid #bcbcbc;
    padding: 0 30px 30px;
    border-radius: 5px;
}
.events-address ul li {
    padding-top: 20px;
}
.events-address ul li .single-address {
    position: relative;
}
.events-address ul li .single-address .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.events-address ul li .single-address .icon i {
    font-size: 17px;
    color: #ffc600;
}
.events-address ul li .single-address .cont {
    padding-left: 23px;
}
.events-address ul li .single-address .cont h6 {
    font-size: 17px;
    color: #07294d;
}
.events-address ul li .single-address .cont span {
    font-size: 16px;
    color: #505050;
}
#contact-map {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}
/*=====================================================
    26. TEACHERS SInGEL PAGE css 
======================================================*/

.teachers-left {
    padding: 40px 50px 35px;
    background-color: #fff;
    border-radius: 5px;
}
.teachers-left .hero img {
    width: 100%;
    border-radius: 5px;
}
.teachers-left .name {
    padding-top: 25px;
}
.teachers-left .name h6 {
    font-size: 18px;
    color: #000;
}
.teachers-left .name span {
    font-size: 17px;
    color: #8a8a8a;
}
.teachers-left .social {
    padding-top: 15px;
}
.teachers-left .social ul li {
    display: inline-block;
}
.teachers-left .social ul li a {
    font-size: 30px;
    margin-right: 7px;
}
.teachers-left .social ul li:nth-of-type(1) a {
    color: #212798;
}
.teachers-left .social ul li:nth-of-type(2) a {
    color: #3c9bff;
}
.teachers-left .social ul li:nth-of-type(3) a {
    color: #fe1f59;
}
.teachers-left .social ul li:nth-of-type(4) a {
    color: #474b8c;
}
.teachers-left .description {
    padding-top: 20px;
}
.teachers-right {
    border-radius: 5px;
    overflow: hidden;
}
.teachers-right .nav {}
.teachers-right .nav .nav-item {}
.teachers-right .nav .nav-item a {
    padding: 20px 0;
    background-color: #315377;
    color: #fff;
    font-weight: 15;
    color: #fff;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.teachers-right .nav .nav-item a.active, .teachers-right .nav .nav-item a:hover {
    background-color: #fff;
    color: #315377;
}
.teachers-right .tab-content {
    padding: 0px 50px 35px;
    background-color: #fff;
}
.teachers-right .tab-content .dashboard-cont {}
.teachers-right .tab-content .dashboard-cont .single-dashboard h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
}
.teachers-right .tab-content .reviews-cont {
    padding: 45px 0 15px;
}
.teachers-right .tab-content {}
/*=====================================================
    27. BLOG PAGE css 
======================================================*/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
}
.single-blog .blog-thum img {
    width: 100%;
}
.single-blog .blog-cont {
    padding: 40px 50px;
    background-color: #fff;
}
.single-blog .blog-cont a {
    display: block;
}
.single-blog .blog-cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-blog .blog-cont a:hover h3 {
    color: #ffc600;
}
.single-blog .blog-cont ul {
    padding: 20px 0;
}
.single-blog .blog-cont ul li {
    display: inline-block;
    margin-right: 30px;
}
.single-blog .blog-cont ul li:last-child {
    margin-right: 0;
}
.single-blog .blog-cont ul li a {
    font-size: 17px;
    color: #8a8a8a;
}
.single-blog .blog-cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}
.single-blog .blog-cont p {}
.sidebar {}
.sidebar .sidebar-search {
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .sidebar-search form {
    position: relative;
}
.sidebar .sidebar-search form input {
    width: 100%;
    height: 45px;
    padding: 0 25px;
    background-color: #f6f6f6;
    color: #8a8a8a;
    border-radius: 5px;
    font-size: 17px;
    border: 0;
}
.sidebar .sidebar-search form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #8a8a8a;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.sidebar .categories {
    background-color: #fff;
    padding: 30px 35px 25px;
    border-radius: 5px;
}
.sidebar .categories h4, .sidebar .sidebar-post h4 {
    font-size: 24px;
    color: #07294d;
}
.sidebar .categories ul {
    padding-top: 15px;
}
.sidebar .categories ul li {
    line-height: 40px;
}
.sidebar .categories ul li a {
    color: #8a8a8a;
    font-weight: 15;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sidebar .categories ul li a:hover {
    color: #ffc600;
}
.sidebar .sidebar-post {
    padding: 30px 35px 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .sidebar-post ul {
    padding-top: 10px;
}
.sidebar .sidebar-post ul li a {
    display: block;
    margin-top: 30px;
}
.sidebar .sidebar-post ul li a .single-post {
    overflow: hidden;
}
.sidebar .sidebar-post ul li a .single-post .thum {
    float: left;
    padding-right: 20px;
}
.sidebar .sidebar-post ul li a .single-post .thum img {
    border-radius: 5px;
}
.sidebar .sidebar-post ul li a .single-post .cont {}
.sidebar .sidebar-post ul li a .single-post .cont h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sidebar .sidebar-post ul li a .single-post .cont h6:hover {
    color: #ffc600;
}
.sidebar .sidebar-post ul li a .single-post .cont span {
    font-size: 16px;
    color: #8a8a8a;
}
/*=====================================================
    28. BLOG SINGEL PAGE css 
======================================================*/

.blog-details .cont {
    padding: 40px 50px;
    background-color: #fff;
}
.blog-details .cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blog-details .cont ul {
    padding: 20px 0;
}
.blog-details .cont ul li {
    display: inline-block;
    margin-right: 30px;
}
.blog-details .cont ul li a {
    font-size: 17px;
    color: #8a8a8a;
}
.blog-details .cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}
.blog-details .cont .share {
    padding-top: 22px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
}
.blog-details .cont .share li.title {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.blog-details .cont .share>li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details .cont .share li a {}
.blog-details .cont .share li a i {
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #ffc600;
    text-align: center;
    color: #fff;
    margin-right: 0;
}
.blog-details .cont .share li:nth-of-type(2) a i {
    background-color: #3C5A99;
}
.blog-details .cont .share li:nth-of-type(3) a i {
    background-color: #1da1f2;
}
.blog-details .cont .share li:nth-of-type(4) a i {
    background-color: #d34836;
}
.blog-details .cont .share li:nth-of-type(5) a i {
    background-color: #e4405f;
}
.blog-details .cont .share li:nth-of-type(6) a i {
    background-color: #0077B5;
}
.blog-details .cont .blog-comment .title h3 {
    font-size: 24px;
    color: #000;
}
.blog-details .cont .blog-comment ul {
    padding: 0;
}
.blog-details .cont .blog-comment ul li {
    margin-top: 30px;
    margin-right: 0;
}
.blog-details .cont .blog-comment ul li .replay {
    padding-left: 75px;
    padding-top: 0;
    padding-bottom: 0;
}
.blog-comment .comment {
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}
.blog-comment .comment .comment-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-comment .comment .comment-author .author-thum img {
    border-radius: 5px;
}
.blog-comment .comment .comment-author .comment-name {
    padding-left: 20px;
}
.blog-comment .comment .comment-author .comment-name h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.blog-comment .comment .comment-author .comment-name span {
    font-size: 17px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.blog-comment .comment .comment-replay {
    position: absolute;
    top: 15px;
    right: 0;
}
.comment-form .form-single {
    margin-top: 20px;
}
.comment-form .form-single input, .comment-form .form-single textarea {
    height: 60px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    font-size: 17px;
}
.comment-form .form-single textarea {
    height: 120px;
    resize: none;
    padding-top: 20px;
}
/*=====================================================
    29. SHOP PAGE css 
======================================================*/

.shop-top-search {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}
.shop-top-search .shop-bar {
    display: inline-block;
}
.shop-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 17px;
    color: #8a8a8a;
}
.shop-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a;
}
.shop-top-search .nav .nav-item a.active {
    color: #ffc600;
}
.shop-top-search .shop-select {
    display: inline-block;
    float: right;
    margin-top: -3px;
}
.shop-top-search .shop-select .nice-select {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    height: 30px;
    width: 135px;
    line-height: 30px;
    color: #8a8a8a;
}
.shop-top-search .shop-select .nice-select.open .list {
    width: 100%;
    margin-top: 0;
    background-color: #f6f6f6;
    border: 0;
}
#shop-list .single-publication .cont {
    display: block;
    padding-top: 0;
}
#shop-list .single-publication .cont .name {
    width: 100%;
}
#shop-list .single-publication .cont .name a h6 {
    font-size: 18px;
}
#shop-list .single-publication .cont .name span {
    font-size: 16px;
    color: #8a8a8a;
    padding-top: 15px;
}
#shop-list .single-publication .cont .button {
    width: 100%;
    padding-top: 10px;
}
#shop-list .single-publication .cont .button a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 35px;
}
/*=====================================================
    30. SHOP SINGEL PAGE css 
======================================================*/

.shop-details {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}
.shop-details .shop-left {
    padding-right: 50px;
}
.shop-details .shop-left .shop-image a {
    display: block;
}
.shop-details .shop-left .shop-image img {
    width: 100%;
    border-radius: 4px;
}
.shop-details .shop-left .nav .nav-item {
    margin-right: 25px;
}
.shop-details .shop-left .nav .nav-item:last-child {
    margin-right: 0;
}
.shop-details .shop-left .nav .nav-item a {
    display: block;
}
.shop-details .shop-left .nav .nav-item a .shop-thum img {
    width: 100%;
    border-radius: 3px;
}
.shop-right {}
.shop-right h6 {
    font-size: 18px;
    padding-bottom: 5px;
}
.shop-right span {
    font-size: 17px;
    color: #8a8a8a;
}
.shop-right p {
    padding-bottom: 15px;
}
.nice-number {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.nice-number input {
    width: 50px !important;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaa;
    padding-right: 20px;
}
.nice-number button {
    position: absolute;
    width: 25px;
    padding: 0;
    right: 2px;
    top: 2px;
    border: 0;
    border-top-right-radius: 5px;
    background: none;
    cursor: pointer;
}
.nice-number button:last-child {
    top: auto;
    bottom: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
}
.nice-number button i {
    font-size: 17px;
    color: #000;
}
.add-btn {
    display: inline-block;
}
.add-btn .main-btn {
    line-height: 46px;
}
.shop-reviews .nav .nav-item {}
.shop-reviews .nav .nav-item:first-child a {
    border-top-left-radius: 5px;
}
.shop-reviews .nav .nav-item:last-child a {
    border-top-right-radius: 5px;
}
.shop-reviews .nav .nav-item a {
    width: 165px;
    line-height: 55px;
    background-color: #315377;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.shop-reviews .nav .nav-item a.active {
    background-color: #fafafa;
    color: #315377;
}
.shop-reviews .tab-content {
    background-color: #fafafa;
    padding: 0px 45px 40px;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.shop-reviews .tab-content .reviews-cont {
    padding: 0;
}
.related-item {}
.related-item .title h3 {
    font-size: 30px;
    color: #07294d;
}
/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}
.contact-from .main-form {}
.contact-from .main-form .single-form {
    margin-top: 20px;
}
.contact-from .main-form .single-form input, .contact-from .main-form .single-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 17px;
}
.contact-from .main-form .single-form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}
.form-group {
    margin: 0;
}
.list-unstyled li {
    font-size: 15px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}
p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}
.contact-address {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}
.contact-address ul li {
    padding-top: 30px;
}
.contact-address ul li .single-address {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-address ul li .single-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #07294d;
    color: #07294d;
    font-size: 24px;
    text-align: center;
}
.contact-address ul li .single-address .cont {
    padding-left: 20px;
}
.contact-address ul li .single-address .cont p {}
.map {}
.map #contact-map {
    width: 100%;
    height: 225px;
}
.map.map-big #contact-map {
    width: 100%;
    height: 415px;
}
.contact-address .contact-heading {
    padding-top: 35px;
}
.contact-address .contact-heading h5 {
    padding-bottom: 15px;
}
/*=====================================================
    32. TEACHER 2 PAGE css 
======================================================*/

.single-teacher-2 {
    background-color: #fff;
    border-radius: 5px;
}
.teacher-image {
    overflow: hidden;
    position: relative;
}
.teacher-image img {
    width: 100%;
}
.single-teacher-2 .teacher-image .teacher-social {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 70px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 5;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.single-teacher-2 .teacher-image:hover .teacher-social {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-teacher-2 .teacher-image .teacher-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.single-teacher-2 .teacher-image .teacher-social ul li a {
    font-size: 16px;
    color: #07294d;
    ;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.single-teacher-2 .teacher-image .teacher-social ul li a:hover {
    color: #fff;
}
.single-teacher-2 .teacher-content {
    padding: 15px 0;
}
.single-teacher-2 .teacher-content .teacher-title a {
    color: #000;
    font-size: 17px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-teacher-2 .teacher-content .teacher-title a:hover {
    color: #ffc600;
}
.single-teacher-2 .teacher-content span {
    font-size: 16px;
    color: #8a8a8a;
}
/*=====================================================
    33.ADMISSION  css 
======================================================*/

.admission-row {
    position: relative;
}
.admission-info {
    background-color: #07294d;
    padding: 70px 40px;
}
.admission-info .admission-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
}
.admission-info p {
    color: #fff;
    padding-bottom: 20px;
}
.admission-info .help-line {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
}
.admission-info span {
    font-size: 30px;
    font-weight: 600;
    color: #ffc600;
}
.admission-card {
    background-color: #07294d;
}
.admission-card .card-image img {
    width: 100%;
}
.admission-card .card-content {
    padding: 40px;
}
.admission-card .card-content .card-titles {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}
.admission-card .card-content p {
    color: #fff;
}
/*=====================================================
    34.COURSE  css 
======================================================*/

.course-area {
    position: relative;
}
.course-area::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/course/course-shape.png);
    background-position: center center;
    background-size: contain;
}
.single-course-three {}
.single-course-three .course-image {}
.single-course-three .course-image img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-course-three .course-content {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}
.single-course-three .course-content .rating {}
.single-course-three .course-content .rating li {
    display: inline-block;
    font-size: 16px;
    color: #ffc600;
}
.single-course-three .course-content .rating span {
    font-size: 16px;
    color: #8a8a8a;
    margin-left: 10px;
}
.single-course-three .course-content .course-title a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course-three .course-content .course-title a:hover {
    color: #ffc600;
}
.course-meta {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}
.course-meta .price {
    float: left;
}
.course-meta .price span {
    font-size: 16px;
    color: #07294d;
}
.course-meta .admin {
    float: right;
}
.course-meta .admin ul li {
    display: inline-block;
    margin-right: 15px;
}
.course-meta .admin ul li:last-child {
    margin-right: 0;
}
.course-meta .admin ul li a {
    font-size: 16px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.course-meta .admin ul li a:hover {
    color: #ffc600;
}
.course-right {}
.course-signup {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.course-signup .content {
    position: relative;
    z-index: 9;
}
.course-signup .content .signup-title {
    font-size: 30px;
    color: #ffc600;
    font-weight: 700;
    padding-bottom: 10px;
}
.course-signup .content p {
    font-size: 24px;
    color: #fff;
    padding-bottom: 40px;
    font-weight: 600;
}
.enroll {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.enroll .content .enroll-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}
.enroll .content p {
    font-size: 24px;
    color: #505050;
    font-weight: 600;
    padding-bottom: 40px;
}
.course-Buy {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}
.course-Buy .content {
    position: relative;
    z-index: 9;
}
.course-Buy .Buy-title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}
/*=====================================================
    32. ACCORDION
======================================================*/

.faq-accordion-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}
.faq-accordion-cont .accordion {
    border: 0;
}
.faq-accordion-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}
.faq-accordion-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}
.faq-accordion-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}
.faq-accordion-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 17px 25px;
    background-color: #07294d;
}
.faq-accordion-cont .accordion .card .card-header a.collapsed {
    background-color: #fff;
    border: none;
}
.faq-accordion-cont .accordion .card .card-header a::before, .faq-accordion-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.faq-accordion-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #8a8a8a;
}
.faq-accordion-cont .accordion .card .card-header a ul li {
    display: inline-block;
}
.faq-accordion-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}
.faq-accordion-cont .accordion .card .card-header a ul li>i {
    color: #ffc600;
    font-size: 16px;
    margin-right: 5px;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 17px;
    color: #8a8a8a;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    color: #fff;
}
.faq-accordion-cont .accordion .card .card-header a.collapsed ul li>.head {
    color: #07294d;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.time {
    font-size: 17px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}
.faq-accordion-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}
.faq-accordion-cont .accordion .card .card-body {
    padding: 30px;
}
/*=====================================================
    33. PRIVACY POLICY
======================================================*/

.privacy-desc p {
    margin-bottom: 25px;
}
.privacy-list ul {
    list-style: disc;
    padding-left: 20px;
}
.privacy-list ul li {
    padding: 6px 0;
}
.privacy-list ul li a {
    color: #07294d;
    font-weight: 700;
    transition: .3s;
}
.privacy-list ul li a:hover {
    color: #ffc600;
    transition: .3s;
}
/*=====================================================
    34. LOGIN/REGISTER
======================================================*/

.signup-content {
    background: #fff;
    border-radius: 10px;
    padding: 50px 55px;
    margin: 0 50px;
}
.form-group {
    overflow: hidden;
    margin-bottom: 20px;
}
.form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #07294d;
}
.main-btn.register-submit {
    width: 170px;
}
.label-agree-term {
    font-size: 17px;
    color: #555;
}
.term-service {
    color: #07294d;
    transition: .3s;
}
a.term-service:hover {
    color: #ffc600;
    transition: .3s;
}
.loginhere {
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}
.loginhere-link {
    font-weight: 700;
    color: #07294d;
    transition: .3s;
}
a.loginhere-link:hover {
    color: #ffc600;
    transition: .3s;
}
.field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #555;
}
@media screen and (max-width: 768px) {
    .signup-content {
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .signup-content {
        margin: 0;
    }
}
/* This is a custom css. */
 .navbar-brand{
            width: 175px ;  
    }
    .margin-b{
        margin-bottom: 16px;
    }
    .program-card {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .program-card:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    }

    .program-card .card-body {
      padding: 1.25rem;
    }

    .program-card .card-footer {
      background-color: #fff;
      padding: 0.75rem 1.25rem;
      border-top: 1px solid #eee;
    }

    .program-card .top-border {
      height: 6px;
      background: #1d3557;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
 

    .icon-text {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.95rem;
      color: #333;
    }

    .view-all {
      font-weight: 500;
      font-size: 1rem;
      color: #000;
      text-decoration: none;
    }

    .view-all i {
      color: #f55;
    }

    .view-all:hover {
      color: #f55;
    }

    .destination-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      height: 230px;
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white;
      margin-bottom: 16px;
    }

    .destination-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 70%);
    }

    .destination-content {
      position: relative;
      z-index: 2;
      padding: 1.25rem;
    }

    .destination-title {
      font-weight: 600;
      font-size: 1.2rem;
    }

    .destination-subtitle {
      font-size: 0.875rem;
      opacity: 0.85;
      margin-bottom: 1rem;
    }

    .destination-btn {
      background-color: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      padding: 0.4rem 1rem;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .destination-btn:hover {
      background-color: rgba(255, 255, 255, 0.3);
      color: #000;
    }

    .view-all-destinations {
      font-weight: 500;
      font-size: 1rem;
      text-decoration: none;
      color: #000;
    }

    .view-all-destinations i {
      color: #f55;
    }

    .view-all-destinations:hover {
      color: #f55;
    }

    .service-card {
      background-color: #fff;
      border-radius: 10px;
      padding: 2rem 1.5rem;
      text-align: center;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      height: 100%;
    }

    .service-card:hover {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .service-icon {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #000;
    }

    .service-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
    }

    .service-desc {
      font-size: 0.95rem;
      color: #555;
    }

     .contact-section {
      background: url('../images/bg-4.png') no-repeat center center/cover;
      padding: 60px 0;
    }

    .contact-wrapper {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }

    .contact-left {
      background-color: #112b55;
      color: white;
      padding: 40px 30px;
    }

    .contact-left h3 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .contact-left p {
      font-size: 16px;
      line-height: 1.6;
    }

    .contact-left i {
      font-size: 20px;
      margin-right: 10px;
      vertical-align: middle;
    }

    .contact-info {
      margin: 20px 0;
    }

    .contact-info div {
      margin-bottom: 15px;
    }

    .map-img {
      width: 100%;
      border-radius: 8px;
      margin-top: 20px;
    }

    .contact-form {
      padding: 40px 30px;
    }

    .form-control, .form-select {
      font-size: 16px;
      padding: 10px;
    }

    .form-label {
      font-weight: 500;
      font-size: 16px;
    }

    .btn-submit {
      background-color: #fc5c38;
      border: none;
      padding: 10px 20px;
      color: white;
      font-weight: 500;
      border-radius: 5px;
    }

    .btn-submit:hover {
      background-color: #e14c2d;
    }
     .hero-section {
      background: url('../images/banner-bg.png') center center/cover no-repeat;
      color: #fff;
      position: relative;
      padding: 100px 0 150px;
      text-align: center;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .hero-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ffffff;
    }

    .hero-title span {
      color: #f9a825;
    }

    .hero-subtitle {
      font-size: 1rem;
      color: #ddd;
      margin: 15px 0 30px;
    }

    .hero-search-panel {
      width: min(100%, 980px);
      margin: 38px auto 0;
      padding: 18px;
      text-align: left;
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: 18px;
      box-shadow: 0 24px 65px rgba(0, 20, 45, 0.3);
      backdrop-filter: blur(12px);
    }

    .hero-search-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 0 4px 14px;
      color: #102f50;
    }

    .hero-search-heading strong {
      font-size: 16px;
      font-weight: 600;
      color: #64748b;
    }

    .hero-search-kicker {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #f59e0b;
    }

    .hero-search-form {
      display: grid;
      grid-template-columns: 0.9fr 1.5fr auto;
      align-items: stretch;
      overflow: hidden;
      background: #fff;
      border: 1px solid #dfe7ef;
      border-radius: 13px;
      box-shadow: 0 8px 24px rgba(15, 45, 75, 0.08);
    }

    .hero-search-field {
      min-width: 0;
      padding: 13px 20px 12px;
      background: #fff;
    }

    .hero-search-field + .hero-search-field {
      border-left: 1px solid #e5eaf0;
    }

    .hero-search-field label {
      display: block;
      margin: 0 0 3px 29px;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #718096;
    }

    .hero-field-control {
      position: relative;
      display: flex;
      align-items: center;
      min-width: 0;
    }

    .hero-field-control > i:first-child {
      flex: 0 0 auto;
      width: 22px;
      margin-right: 7px;
      font-size: 18px;
      color: #f59e0b;
    }

    .hero-field-control input,
    .hero-field-control select {
      display: block !important;
      width: 100%;
      height: 32px;
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      background: transparent;
      color: #17324f;
      font-family: 'Poppins', sans-serif;
      font-size: 17px;
      font-weight: 500;
      line-height: 32px;
      box-shadow: none;
    }

    .hero-field-control input::placeholder {
      color: #94a3b8;
      font-weight: 400;
    }

    .hero-field-control select {
      padding-right: 25px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
    }

    .hero-select-arrow {
      position: absolute;
      right: 0;
      color: #64748b;
      font-size: 14px;
      pointer-events: none;
    }

    .hero-search-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-width: 190px;
      margin: 7px;
      padding: 0 24px;
      border: 0;
      border-radius: 10px;
      background: linear-gradient(135deg, #ffb300, #f59e0b);
      color: #102f50;
      font-family: 'Poppins', sans-serif;
      font-size: 17px;
      font-weight: 700;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .hero-search-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 22px rgba(245, 158, 11, 0.3);
    }

    .hero-search-suggestions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      padding: 13px 5px 0;
      font-size: 14px;
      color: #64748b;
    }

    .hero-search-suggestions span {
      font-weight: 600;
    }

    .hero-search-suggestions a {
      padding: 4px 10px;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      background: #fff;
      color: #31516f;
      transition: all 0.2s ease;
    }

    .hero-search-suggestions a:hover {
      border-color: #f59e0b;
      color: #c87900;
    }

    .search-bar {
      background: white;
      border-radius: 8px;
      padding: 10px;
      display: flex;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
    }

    .search-bar select {
      flex: 1;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 8px 12px;
      font-size: 16px;
    }

    .search-bar button {
      background: #f9a825;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: 500;
    }

    .stats-section {
      background-color: #0a3d62;
      color: white;
      padding: 40px 20px;
    }

    .stat-box {
      text-align: center;
    }

    .stat-box h3 {
      font-size: 2rem;
      font-weight: bold;
      color: #F6AD55;
    }

    .stat-box p {
      font-size: 16px;
      margin-top: 5px;
      color: #ffffff;
    }

    @media (max-width: 576px) {
      .hero-title {
        font-size: 1.8rem;
      }

      .search-bar {
        flex-direction: column;
        align-items: stretch;
      }

      .search-bar button {
        width: 100%;
      }
    }

    @media (max-width: 767px) {
      .hero-section {
        padding: 75px 0 90px;
      }

      .hero-search-panel {
        margin-top: 28px;
        padding: 12px;
        border-radius: 14px;
      }

      .hero-search-heading {
        display: block;
        padding: 2px 4px 12px;
      }

      .hero-search-heading strong {
        display: block;
        margin-top: 4px;
      }

      .hero-search-form {
        grid-template-columns: 1fr;
        overflow: visible;
      }

      .hero-search-field + .hero-search-field {
        border-left: 0;
        border-top: 1px solid #e5eaf0;
      }

      .hero-search-button {
        min-height: 52px;
        margin: 8px;
      }
    }

    .color-w{
            color: #ffffff;
    }

    

.success-stories-section {
  background-color: #0d2240;
}

/* Compact homepage programme search */
.hero-search-panel {
  width: min(100%, 900px);
  margin-top: 26px;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 20, 45, 0.26);
}

.hero-search-heading {
  padding: 0 5px 8px;
}

.hero-search-kicker {
  font-size: 13px;
}

.hero-search-form {
  grid-template-columns: minmax(190px, 0.85fr) minmax(280px, 1.45fr) 132px;
  border-radius: 10px;
}

.hero-search-field {
  padding: 8px 14px 7px;
}

.hero-search-field label {
  margin: 0 0 1px 25px;
  font-size: 11px;
}

.hero-field-control > i:first-child {
  width: 19px;
  margin-right: 6px;
  font-size: 16px;
}

.hero-field-control input,
.hero-field-control select {
  height: 28px;
  font-size: 16px;
  line-height: 28px;
}

.hero-search-button {
  min-width: 0;
  margin: 5px;
  padding: 0 16px;
  gap: 8px;
  border-radius: 8px;
  font-size: 16px;
}

.hero-search-suggestions {
  gap: 6px;
  padding: 8px 4px 0;
  font-size: 13px;
}

.hero-search-suggestions a {
  padding: 2px 8px;
}

@media (max-width: 767px) {
  .hero-search-form {
    grid-template-columns: 1fr;
  }

  .hero-search-button {
    min-height: 46px;
  }
}

.video-box {
  cursor: pointer;
}

.services-eyebrow {
  color: #f59e0b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-page-card {
  position: relative;
  padding: 2.25rem 1.6rem;
  border: 1px solid #e8edf3;
  text-align: left;
  overflow: hidden;
}

.service-page-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, .45);
}

.service-page-card .service-icon {
  color: #0a3d62;
}

.service-number {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #edf1f5;
  font-size: 38px;
  font-weight: 800;
}

.service-step {
  height: 100%;
  padding: 24px 16px;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  text-align: center;
}

.service-step strong {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0a3d62;
  color: #fff;
  font-size: 18px;
}

.service-step h5 {
  margin-bottom: 7px;
  font-weight: 600;
}

.service-step p {
  margin: 0;
  color: #64748b;
  font-size: 16px;
}

.services-cta {
  padding: 70px 0;
  background: linear-gradient(135deg, #07294d, #0a4f78);
}

.services-cta p {
  margin-top: 10px;
}

.services-page .services-banner {
  padding: 72px 0 78px;
}

.services-page .services-section {
  padding: 54px 0;
}

.services-page h2 {
  line-height: 1.25;
}

.services-section-heading {
  max-width: 650px;
  margin: 0 auto 30px;
}

.compact-row {
  margin-right: -8px;
  margin-left: -8px;
}

.compact-row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
}

.services-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.services-image-wrap img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: transform .7s ease;
}

.services-image-wrap:hover img {
  transform: scale(1.035);
}

.services-image-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: 30px 1fr;
  max-width: 255px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 30px rgba(7,41,77,.18);
}

.services-image-badge > i {
  grid-row: 1 / 3;
  color: #f59e0b;
  font-size: 22px;
}

.services-image-badge strong {
  color: #07294d;
  font-size: 15px;
}

.services-image-badge span {
  color: #64748b;
  font-size: 13px;
}

.services-trust-strip {
  background: #07294d;
}

.services-stat {
  display: flex;
  min-height: 92px;
  padding: 18px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.services-stat strong {
  color: #f6ad55;
  font-size: 27px;
}

.services-stat span {
  max-width: 105px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.service-page-card {
  padding: 1.55rem 1.35rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(7,41,77,.04);
}

.service-page-card .service-icon {
  margin-bottom: .65rem;
  font-size: 2rem;
}

.service-page-card .service-title {
  font-size: 1rem;
}

.service-page-card .service-desc {
  font-size: .87rem;
  line-height: 1.6;
}

.service-page-card .service-number {
  font-size: 30px;
}

/* Animated core services */
.core-services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(19, 121, 168, .07), transparent 25%),
    radial-gradient(circle at 92% 80%, rgba(245, 158, 11, .09), transparent 25%),
    #f7f9fb !important;
}

.core-services-section::before,
.core-services-section::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px dashed rgba(10, 61, 98, .1);
  border-radius: 50%;
  pointer-events: none;
}

.core-services-section::before {
  top: -155px;
  left: -105px;
}

.core-services-section::after {
  right: -130px;
  bottom: -175px;
}

.core-services-section .container {
  position: relative;
  z-index: 1;
}

.core-services-section .services-section-heading {
  margin-bottom: 30px;
}

.core-services-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  gap: 18px;
}

.core-services-flow {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 3%;
  width: 94%;
  height: 1px;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, #c9d7e0 8%, #c9d7e0 92%, transparent);
}

.core-services-flow span {
  display: block;
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #f59e0b, #ff5b45, transparent);
  opacity: 0;
}

.core-services-grid.is-visible .core-services-flow span {
  animation: coreFlowSweep 4.6s 1.5s ease-in-out infinite;
}

.core-service-card {
  position: relative;
  z-index: 2;
  min-height: 218px;
  padding: 23px 22px 21px;
  overflow: hidden;
  border: 1px solid #dfe7ed;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 9px 26px rgba(7, 41, 77, .055);
  opacity: 0;
  transform: translateY(22px) scale(.98);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.core-services-grid.is-visible .core-service-card {
  animation: coreServiceIn .58s cubic-bezier(.22,.7,.2,1) forwards;
  animation-delay: calc(.15s + (var(--service-order) * .13s));
}

.core-service-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -75px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: rgba(10, 61, 98, .04);
  transition: transform .45s ease, background .45s ease;
}

.core-service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0a3d62, #1379a8, #f59e0b);
  transition: width .45s ease;
}

.core-service-top {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}

.core-service-card .service-icon {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0;
  place-items: center;
  border-radius: 15px;
  background: #edf5f8;
  color: #0a3d62;
  font-size: 24px;
  transition: color .35s ease, background .35s ease, transform .35s ease;
}

.core-service-card .service-icon::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(245, 158, 11, .42);
  border-radius: 19px;
  opacity: 0;
  transform: scale(.82);
  transition: opacity .35s ease, transform .35s ease;
}

.core-service-card .service-number {
  position: static;
  color: #d8e2e9;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  transition: color .35s ease, transform .35s ease;
}

.core-service-content {
  position: relative;
  z-index: 1;
}

.core-service-card .service-title {
  margin-bottom: 9px;
  color: #07294d;
  font-size: 16px;
  font-weight: 700;
}

.core-service-card .service-desc {
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.core-service-arrow {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 14px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: #f3f6f8;
  color: #9aabb7;
  font-size: 14px;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity .35s ease, transform .35s ease, color .35s ease, background .35s ease;
}

.core-service-card:hover {
  border-color: rgba(245, 158, 11, .55);
  transform: translateY(-7px);
  box-shadow: 0 18px 38px rgba(7, 41, 77, .11);
}

.core-service-card:hover::before {
  background: rgba(245, 158, 11, .09);
  transform: scale(1.18);
}

.core-service-card:hover::after {
  width: 100%;
}

.core-service-card:hover .service-icon {
  background: #0a3d62;
  color: #fff;
  transform: rotate(-5deg) scale(1.04);
}

.core-service-card:hover .service-icon::after {
  opacity: 1;
  transform: scale(1);
}

.core-service-card:hover .service-number {
  color: #f59e0b;
  transform: translateX(-3px);
}

.core-service-card:hover .core-service-arrow {
  background: #f59e0b;
  color: #fff;
  opacity: 1;
  transform: translate(0, 0);
}

.core-services-spark {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 2%;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-radius: 50%;
  background: #ff5b45;
  box-shadow: 0 0 0 5px rgba(255,91,69,.12), 0 0 16px rgba(255,91,69,.55);
  opacity: 0;
  pointer-events: none;
}

.core-services-grid.is-visible .core-services-spark {
  animation: coreSparkTravel 4.6s 1.5s ease-in-out infinite;
}

@keyframes coreServiceIn {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes coreFlowSweep {
  0% { opacity: 0; transform: translateX(-100%); }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { opacity: 0; transform: translateX(295%); }
}

@keyframes coreSparkTravel {
  0% { left: 2%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 97%; opacity: 0; }
}

@media (max-width: 991px) {
  .core-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .core-services-flow,
  .core-services-spark {
    display: none;
  }
}

@media (max-width: 575px) {
  .core-services-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .core-service-card {
    min-height: 0;
    padding: 19px;
  }

  .core-service-top {
    margin-bottom: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .core-service-card {
    opacity: 1;
    transform: none;
  }

  .core-services-grid.is-visible .core-service-card,
  .core-services-grid.is-visible .core-services-flow span,
  .core-services-grid.is-visible .core-services-spark {
    animation: none;
  }

  .core-services-spark {
    display: none;
  }
}

/* Consultation final mobile overrides */
@media (max-width: 991px) {
  .consultation-hero,
  .consultation-purpose,
  .consultation-main,
  .consultation-steps { overflow: hidden; }

  .consultation-hero-grid,
  .consultation-purpose-heading,
  .consultation-purpose-grid,
  .consultation-layout,
  .consultation-process,
  .consultation-prepare { width: 100%; }

  .consultation-form-card,
  .consultation-guide { min-width: 0; }
}

@media (max-width: 767px) {
  .consultation-hero { padding: 42px 0 38px; }
  .consultation-kicker { margin-bottom: 11px; font-size: 13px; letter-spacing: .75px; }
  .consultation-hero-copy h1 { margin-bottom: 12px; font-size: clamp(29px, 8vw, 34px); line-height: 1.17; }
  .consultation-hero-copy > p { font-size: 16px; line-height: 1.65; }
  .consultation-hero-points { margin-top: 18px; gap: 8px; }
  .consultation-hero-points span { font-size: 14px; }

  .consultation-purpose { padding: 34px 0; }
  .consultation-purpose-heading { margin-bottom: 19px; }
  .consultation-purpose-heading h2,
  .consultation-section-heading h2 { font-size: 25px; line-height: 1.3; }
  .consultation-purpose-heading > p,
  .consultation-guide > p { font-size: 15px; }
  .consultation-purpose-grid { gap: 10px; }

  .consultation-purpose-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 16px 42px 16px 15px;
    gap: 0 12px;
    align-items: center;
  }

  .consultation-purpose-grid article > i {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .consultation-purpose-grid article > span { top: 10px; right: 12px; font-size: 19px; }
  .consultation-purpose-grid h3,
  .consultation-purpose-grid p { grid-column: 2; }
  .consultation-purpose-grid h3 { margin-bottom: 3px; font-size: 17px; }
  .consultation-purpose-grid p { font-size: 14px; line-height: 1.55; }

  .consultation-main { padding: 32px 0; }
  .consultation-layout { gap: 16px; }
  .consultation-guide { padding: 23px 18px; border-radius: 16px; }
  .consultation-guide h2 { margin-top: 7px; font-size: 24px; }
  .consultation-benefits { margin-top: 17px; gap: 8px; }
  .consultation-benefits > div { padding: 10px; }
  .consultation-direct { margin-top: 17px; padding-top: 15px; }

  .consultation-form-card { padding: 22px 16px 18px; border-radius: 16px; }
  .consultation-form-head { margin-bottom: 18px; }
  .consultation-form-head h2 { font-size: 23px; line-height: 1.3; }
  .consultation-form-head p { font-size: 14px; line-height: 1.55; }
  .consultation-form { gap: 13px; }
  .consultation-field label { margin-bottom: 5px; font-size: 14px; }
  .consultation-field input,
  .consultation-field select { height: 48px; font-size: 16px; }
  .consultation-field textarea { min-height: 96px; font-size: 16px; }
  .consultation-submit { gap: 10px; }
  .consultation-submit button { width: 100%; min-height: 48px; justify-content: center; font-size: 15px; }

  .consultation-steps { padding: 35px 0 42px; }
  .consultation-section-heading { margin-bottom: 21px; text-align: left; }
  .consultation-section-heading p { font-size: 14px; line-height: 1.6; }
  .consultation-process { gap: 10px; }

  .consultation-process article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 15px 38px 15px 14px;
    gap: 11px;
    align-items: center;
  }

  .consultation-process-icon {
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .consultation-process article > div:last-child { grid-column: 2; }
  .consultation-process-number { top: 10px; right: 11px; font-size: 18px; }
  .consultation-process h3 { margin: 2px 0 3px; font-size: 17px; }
  .consultation-process p { font-size: 14px; line-height: 1.55; }

  .consultation-prepare { margin-top: 13px; padding: 15px; gap: 11px; }
  .consultation-prepare h3 { font-size: 14px; line-height: 1.55; }
  .consultation-prepare a { min-height: 43px; font-size: 13px; }

  .frontend-site .back-to-top { right: 15px; bottom: 76px; }
}

@media (max-width: 575px) {
  .frontend-site .navigation .container { padding-right: 15px; padding-left: 15px; }
  .frontend-site .navbar-brand { width: 132px; }
  .frontend-site .navbar-brand img { max-width: 100%; max-height: 40px; }
  .frontend-site .navbar .navbar-toggler { margin-right: 0; }

  .frontend-site .navbar-collapse {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    border-top: 1px solid #edf1f4;
    box-shadow: 0 15px 28px rgba(5,35,58,.12);
  }

  .consultation-hero-copy h1 { font-size: 28px; }
  .consultation-form-card,
  .consultation-guide { box-shadow: 0 12px 30px rgba(19,48,69,.09); }

  .admission-float-badge {
    right: 12px;
    bottom: 14px;
    display: grid;
    grid-template-columns: 1fr;
    width: 54px;
    height: 54px;
    min-width: 0;
    padding: 0;
    place-items: center;
    border-radius: 50%;
  }

  .admission-float-badge .admission-float-icon { width: 38px; height: 38px; border-radius: 50%; }
  .admission-float-badge span:nth-child(2),
  .admission-float-badge > i { display: none; }

  .whatsapp-consultation-float {
    grid-template-columns: 1fr;
    width: 54px;
    height: 54px;
    padding: 0;
    place-items: center;
  }
}

@media (max-width: 359px) {
  .consultation-hero-copy h1 { font-size: 25px; }
  .consultation-purpose-heading h2,
  .consultation-section-heading h2,
  .consultation-guide h2,
  .consultation-form-head h2 { font-size: 22px; }
  .consultation-purpose-grid article { padding-right: 34px; }
}

/* Free consultation responsive refinements */
@media (max-width: 991px) {
  .consultation-hero,
  .consultation-purpose,
  .consultation-main,
  .consultation-steps {
    overflow: hidden;
  }

  .consultation-hero-grid,
  .consultation-purpose-heading,
  .consultation-purpose-grid,
  .consultation-layout,
  .consultation-process,
  .consultation-prepare {
    width: 100%;
  }

  .consultation-form-card,
  .consultation-guide {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .consultation-hero {
    padding: 42px 0 38px;
  }

  .consultation-kicker {
    margin-bottom: 11px;
    font-size: 13px;
    letter-spacing: .75px;
  }

  .consultation-hero-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.17;
  }

  .consultation-hero-copy > p {
    font-size: 16px;
    line-height: 1.65;
  }

  .consultation-hero-points {
    margin-top: 18px;
    gap: 8px;
  }

  .consultation-hero-points span {
    font-size: 14px;
  }

  .consultation-purpose {
    padding: 34px 0;
  }

  .consultation-purpose-heading {
    margin-bottom: 19px;
  }

  .consultation-purpose-heading h2,
  .consultation-section-heading h2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .consultation-purpose-heading > p,
  .consultation-guide > p {
    font-size: 15px;
  }

  .consultation-purpose-grid {
    gap: 10px;
  }

  .consultation-purpose-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 16px 42px 16px 15px;
    gap: 0 12px;
    align-items: center;
  }

  .consultation-purpose-grid article > i {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .consultation-purpose-grid article > span {
    top: 10px;
    right: 12px;
    font-size: 19px;
  }

  .consultation-purpose-grid h3,
  .consultation-purpose-grid p {
    grid-column: 2;
  }

  .consultation-purpose-grid h3 {
    margin-bottom: 3px;
    font-size: 17px;
  }

  .consultation-purpose-grid p {
    font-size: 14px;
    line-height: 1.55;
  }

  .consultation-main {
    padding: 32px 0;
  }

  .consultation-layout {
    gap: 16px;
  }

  .consultation-guide {
    padding: 23px 18px;
    border-radius: 16px;
  }

  .consultation-guide h2 {
    margin-top: 7px;
    font-size: 24px;
  }

  .consultation-benefits {
    margin-top: 17px;
    gap: 8px;
  }

  .consultation-benefits > div {
    padding: 10px;
  }

  .consultation-direct {
    margin-top: 17px;
    padding-top: 15px;
  }

  .consultation-form-card {
    padding: 22px 16px 18px;
    border-radius: 16px;
  }

  .consultation-form-head {
    margin-bottom: 18px;
  }

  .consultation-form-head h2 {
    font-size: 23px;
    line-height: 1.3;
  }

  .consultation-form-head p {
    font-size: 14px;
    line-height: 1.55;
  }

  .consultation-form {
    gap: 13px;
  }

  .consultation-field label {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .consultation-field input,
  .consultation-field select {
    height: 48px;
    font-size: 16px;
  }

  .consultation-field textarea {
    min-height: 96px;
    font-size: 16px;
  }

  .consultation-submit {
    gap: 10px;
  }

  .consultation-submit button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    font-size: 15px;
  }

  .consultation-steps {
    padding: 35px 0 42px;
  }

  .consultation-section-heading {
    margin-bottom: 21px;
    text-align: left;
  }

  .consultation-section-heading p {
    font-size: 14px;
    line-height: 1.6;
  }

  .consultation-process {
    gap: 10px;
  }

  .consultation-process article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 15px 38px 15px 14px;
    gap: 11px;
    align-items: center;
  }

  .consultation-process-icon {
    width: 40px;
    height: 40px;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .consultation-process article > div:last-child {
    grid-column: 2;
  }

  .consultation-process-number {
    top: 10px;
    right: 11px;
    font-size: 18px;
  }

  .consultation-process h3 {
    margin: 2px 0 3px;
    font-size: 17px;
  }

  .consultation-process p {
    font-size: 14px;
    line-height: 1.55;
  }

  .consultation-prepare {
    margin-top: 13px;
    padding: 15px;
    gap: 11px;
  }

  .consultation-prepare h3 {
    font-size: 14px;
    line-height: 1.55;
  }

  .consultation-prepare a {
    min-height: 43px;
    font-size: 13px;
  }

  .frontend-site .back-to-top {
    right: 15px;
    bottom: 76px;
  }
}

@media (max-width: 575px) {
  .frontend-site .navigation .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .frontend-site .navbar-brand {
    width: 132px;
  }

  .frontend-site .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
  }

  .frontend-site .navbar .navbar-toggler {
    margin-right: 0;
  }

  .frontend-site .navbar-collapse {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    border-top: 1px solid #edf1f4;
    box-shadow: 0 15px 28px rgba(5,35,58,.12);
  }

  .consultation-hero-copy h1 {
    font-size: 28px;
  }

  .consultation-form-card,
  .consultation-guide {
    box-shadow: 0 12px 30px rgba(19,48,69,.09);
  }

  .admission-float-badge {
    right: 12px;
    bottom: 14px;
    display: grid;
    grid-template-columns: 1fr;
    width: 54px;
    height: 54px;
    min-width: 0;
    padding: 0;
    place-items: center;
    border-radius: 50%;
  }

  .admission-float-badge .admission-float-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }

  .admission-float-badge span:nth-child(2),
  .admission-float-badge > i {
    display: none;
  }

  .whatsapp-consultation-float {
    grid-template-columns: 1fr;
    width: 54px;
    height: 54px;
    padding: 0;
    place-items: center;
  }
}

@media (max-width: 359px) {
  .consultation-hero-copy h1 {
    font-size: 25px;
  }

  .consultation-purpose-heading h2,
  .consultation-section-heading h2,
  .consultation-guide h2,
  .consultation-form-head h2 {
    font-size: 22px;
  }

  .consultation-purpose-grid article {
    padding-right: 34px;
  }
}

.service-step {
  padding: 18px 12px;
  border-radius: 10px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(7,41,77,.08);
}

.service-step strong {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  font-size: 17px;
}

.service-step h5 {
  font-size: 17px;
}

.service-step p {
  font-size: 14px;
}

/* Animated student journey */
.journey-process {
  position: relative;
  overflow: hidden;
}

.journey-process::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  width: 540px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, .09), transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.journey-process .services-section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.journey-process .services-section-heading p {
  margin: 9px auto 0;
  max-width: 590px;
  font-size: 16px;
}

.journey-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  padding: 2px 0 8px;
  gap: 18px;
}

.journey-progress {
  position: absolute;
  z-index: 0;
  top: 37px;
  left: 11%;
  width: 78%;
  height: 3px;
  overflow: hidden;
  border-radius: 20px;
  background: #dfe7ed;
}

.journey-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0a3d62, #1379a8 48%, #f59e0b 78%, #ff5b45);
  transform: scaleX(0);
  transform-origin: left;
}

.journey-timeline.is-visible .journey-progress span {
  animation: journeyLineDraw 1.8s .25s cubic-bezier(.22,.7,.2,1) forwards;
}

.journey-step {
  position: relative;
  z-index: 2;
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
}

.journey-timeline.is-visible .journey-step {
  animation: journeyStepIn .55s ease forwards;
}

.journey-timeline.is-visible .journey-step:nth-of-type(2) { animation-delay: .35s; }
.journey-timeline.is-visible .journey-step:nth-of-type(3) { animation-delay: .65s; }
.journey-timeline.is-visible .journey-step:nth-of-type(4) { animation-delay: .95s; }
.journey-timeline.is-visible .journey-step:nth-of-type(5) { animation-delay: 1.25s; }

.journey-marker {
  position: relative;
  display: flex;
  width: 72px;
  height: 72px;
  margin: 0 auto 17px;
  align-items: center;
  justify-content: center;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #0a3d62;
  color: #fff;
  box-shadow: 0 0 0 1px #dbe5eb, 0 9px 22px rgba(7, 41, 77, .15);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.journey-marker i {
  font-size: 23px;
}

.journey-marker span {
  position: absolute;
  top: -10px;
  right: -10px;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.journey-card {
  position: relative;
  min-height: 154px;
  padding: 21px 18px 19px;
  overflow: hidden;
  border: 1px solid #e0e8ee;
  border-radius: 14px;
  background: rgba(255,255,255,.95);
  text-align: center;
  box-shadow: 0 8px 24px rgba(7, 41, 77, .055);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.journey-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #f59e0b, #ff5b45);
  transform: translateX(-50%);
  transition: width .35s ease;
}

.journey-card small {
  display: block;
  margin-bottom: 5px;
  color: #f59e0b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.journey-card h5 {
  margin-bottom: 8px;
  color: #07294d;
  font-size: 16px;
  font-weight: 700;
}

.journey-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.journey-step:hover .journey-marker {
  background: #f59e0b;
  transform: translateY(-5px) rotate(-4deg);
  box-shadow: 0 0 0 6px rgba(245, 158, 11, .11), 0 14px 28px rgba(7, 41, 77, .16);
}

.journey-step:hover .journey-card {
  border-color: rgba(245, 158, 11, .48);
  transform: translateY(-5px);
  box-shadow: 0 15px 32px rgba(7, 41, 77, .1);
}

.journey-step:hover .journey-card::before {
  width: 100%;
}

.journey-plane {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 8.5%;
  color: #ff5b45;
  font-size: 23px;
  opacity: 0;
  filter: drop-shadow(0 4px 5px rgba(255, 91, 69, .25));
  pointer-events: none;
}

.journey-timeline.is-visible .journey-plane {
  animation: journeyPlaneFly 4.8s 1.9s ease-in-out infinite;
}

@keyframes journeyLineDraw {
  to { transform: scaleX(1); }
}

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

@keyframes journeyPlaneFly {
  0% { left: 8.5%; opacity: 0; transform: translateY(2px) rotate(8deg); }
  8% { opacity: 1; }
  48% { transform: translateY(-7px) rotate(6deg); }
  92% { opacity: 1; }
  100% { left: 88%; opacity: 0; transform: translateY(1px) rotate(8deg); }
}

@media (max-width: 767px) {
  .journey-process .services-section-heading {
    margin-bottom: 22px;
  }

  .journey-timeline {
    display: block;
    max-width: 460px;
    padding-left: 58px;
  }

  .journey-progress {
    top: 32px;
    bottom: 32px;
    left: 25px;
    width: 3px;
    height: auto;
  }

  .journey-progress span {
    transform: scaleY(0);
    transform-origin: top;
  }

  .journey-timeline.is-visible .journey-progress span {
    animation-name: journeyLineDrawMobile;
  }

  .journey-step {
    display: flex;
    min-height: 136px;
    align-items: flex-start;
  }

  .journey-marker {
    position: absolute;
    top: 0;
    left: -58px;
    width: 54px;
    height: 54px;
    margin: 0;
    border-width: 4px;
  }

  .journey-marker i {
    font-size: 18px;
  }

  .journey-marker span {
    top: -8px;
    right: -8px;
    width: 23px;
    height: 23px;
  }

  .journey-card {
    width: 100%;
    min-height: 112px;
    margin-bottom: 17px;
    padding: 17px;
    text-align: left;
  }

  .journey-plane {
    top: 22px;
    left: 14px;
    font-size: 19px;
    transform: rotate(90deg);
  }

  .journey-timeline.is-visible .journey-plane {
    animation-name: journeyPlaneFlyMobile;
  }
}

@keyframes journeyLineDrawMobile {
  to { transform: scaleY(1); }
}

@keyframes journeyPlaneFlyMobile {
  0% { top: 20px; left: 14px; opacity: 0; transform: rotate(90deg); }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { top: calc(100% - 38px); left: 14px; opacity: 0; transform: rotate(90deg); }
}

@media (prefers-reduced-motion: reduce) {
  .journey-progress span {
    transform: none;
  }

  .journey-step {
    opacity: 1;
    transform: none;
  }

  .journey-timeline.is-visible .journey-progress span,
  .journey-timeline.is-visible .journey-step,
  .journey-timeline.is-visible .journey-plane {
    animation: none;
  }

  .journey-plane {
    display: none;
  }
}

.service-benefit {
  display: flex;
  min-height: 118px;
  padding: 18px;
  gap: 13px;
  border: 1px solid #e5eaf0;
  border-radius: 10px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease;
}

.service-benefit:hover {
  transform: translateY(-3px);
  border-color: #f59e0b;
}

.service-benefit > i {
  color: #f59e0b;
  font-size: 23px;
}

.service-benefit h5 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.service-benefit p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.services-text-link {
  color: #07294d;
  font-size: 16px;
  font-weight: 600;
}

.services-checklist ul {
  margin: 0;
}

.services-checklist li {
  margin-bottom: 9px;
  color: #334155;
  font-size: 15px;
}

.services-checklist li i {
  margin-right: 7px;
  color: #f59e0b;
}

.services-support-card {
  display: flex;
  padding: 26px;
  gap: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #07294d, #0a4f78);
  box-shadow: 0 16px 35px rgba(7,41,77,.18);
}

.services-support-card > i {
  color: #f6ad55;
  font-size: 38px;
}

.services-support-card span,
.services-support-card p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.services-support-card h3 {
  margin: 5px 0 8px;
  color: #fff;
  font-size: 21px;
}

.services-support-card a {
  color: #f6ad55;
  font-size: 15px;
  font-weight: 600;
}

.services-accordion .card {
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #e4eaf0;
  border-radius: 9px;
}

.services-accordion .card-header {
  padding: 0;
  border: 0;
  background: #fff;
}

.services-accordion .card-header button {
  display: flex;
  width: 100%;
  padding: 14px 17px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: #fff;
  color: #07294d;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.services-accordion .card-header button i {
  transition: transform .25s ease;
}

.services-accordion .card-header button:not(.collapsed) i {
  transform: rotate(45deg);
}

.services-accordion .card-body {
  padding: 0 17px 15px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.services-page .services-cta {
  padding: 50px 0;
}

.service-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.service-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .service-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .services-page .services-banner {
    padding: 55px 0 60px;
  }

  .services-page .services-section {
    padding: 40px 0;
  }

  .services-section-heading {
    margin-bottom: 22px;
  }

  .services-image-wrap img {
    height: 240px;
  }

  .services-stat {
    min-height: 76px;
    padding: 12px 8px;
  }

  .services-stat strong {
    font-size: 21px;
  }

  .services-stat span {
    font-size: 12px;
  }

.services-benefits .col-lg-5 {
    margin-bottom: 20px;
  }

  .services-support-card {
    margin-top: 15px;
    padding: 20px;
  }

  .services-page .services-cta {
    padding: 40px 0;
  }
}

.global-map-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #e7ebef;
  border-radius: 18px;
  background: linear-gradient(145deg, #fbfcfd, #f3f6f8);
  box-shadow: 0 18px 45px rgba(7,41,77,.09);
}

.global-map-canvas {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.global-map-svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.world-land path {
  fill: #f8fafb;
  stroke: #cbd4dc;
  stroke-width: 2;
  transition: fill .35s ease;
}

.global-map-shell:hover .world-land path {
  fill: #fff;
}

.world-detail path {
  fill: none;
  stroke: #e4e9ed;
  stroke-width: 1.3;
  stroke-linecap: round;
}

.travel-route {
  fill: none;
  stroke: #f59e0b;
  stroke-width: 2;
  stroke-dasharray: 7 7;
  opacity: .13;
  transition: opacity .35s ease, stroke-width .35s ease;
}

.travel-route.is-active {
  opacity: 1;
  stroke-width: 2.6;
  animation: serviceRouteDash 1.2s linear infinite;
}

@keyframes serviceRouteDash {
  to { stroke-dashoffset: -28; }
}

.map-origin circle:first-child,
.map-pin circle:first-child {
  fill: rgba(245,158,11,.14);
  stroke: #f59e0b;
  stroke-width: 1.5;
  transform-box: fill-box;
  transform-origin: center;
}

.map-origin circle:nth-child(2),
.map-pin circle:nth-child(2) {
  fill: #f59e0b;
}

.map-origin circle:first-child,
.map-pin.is-active circle:first-child {
  animation: serviceMapPulse 1.8s ease-out infinite;
}

@keyframes serviceMapPulse {
  0% { transform: scale(.65); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.map-pin {
  cursor: pointer;
  opacity: .45;
  outline: none;
  transition: opacity .25s ease;
}

.map-pin:hover,
.map-pin:focus,
.map-pin.is-active {
  opacity: 1;
}

.map-pin text,
.map-origin text {
  fill: #334155;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

.map-pin.is-active text,
.map-origin text {
  fill: #d97706;
}

.map-plane {
  fill: #07294d;
}

.global-map-info {
  display: flex;
  padding: 32px 26px;
  flex-direction: column;
  justify-content: center;
  background: #07294d;
}

.global-map-label {
  margin-bottom: 12px;
  color: #f6ad55;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.global-map-copy {
  display: none;
  min-height: 125px;
  animation: mapCopyIn .4s ease;
}

.global-map-copy.is-active {
  display: block;
}

@keyframes mapCopyIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.global-map-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 22px;
}

.global-map-copy p {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.7;
}

.global-map-info > a {
  margin: 5px 0 20px;
  color: #f6ad55;
  font-size: 14px;
  font-weight: 600;
}

.global-map-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.global-map-tabs button {
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: transparent;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  cursor: pointer;
  transition: all .25s ease;
}

.global-map-tabs button:hover,
.global-map-tabs button.is-active {
  border-color: #f6ad55;
  background: #f6ad55;
  color: #07294d;
}

@media (max-width: 767px) {
  .global-map-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .global-map-canvas {
    padding: 8px;
    overflow-x: auto;
  }

  .global-map-svg {
    min-width: 620px;
  }

  .global-map-info {
    padding: 22px 18px;
  }

  .global-map-copy {
    min-height: auto;
  }
}

/* Premium global pathways redesign */
.global-reach-section {
  overflow: hidden;
}

.global-reach-section .global-map-shell {
  grid-template-columns: 280px minmax(330px, 1fr) 245px;
  min-height: 430px;
  border: 0;
  background:
    radial-gradient(circle at 52% 44%, rgba(35,103,138,.4), transparent 32%),
    linear-gradient(135deg, #061d35 0%, #0a3555 52%, #07294d 100%);
  box-shadow: 0 24px 55px rgba(7,41,77,.2);
}

.global-map-intro {
  position: relative;
  z-index: 4;
  padding: 38px 0 34px 34px;
}

.global-map-intro h3 {
  margin: 10px 0 13px;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}

.global-map-intro > p {
  max-width: 230px;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.7;
}

.global-map-intro .global-map-tabs {
  display: block;
  margin-top: 22px;
}

.global-map-intro .global-map-tabs button {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  padding: 8px 11px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-left: 2px solid rgba(255,255,255,.13);
  border-radius: 0;
  color: rgba(255,255,255,.62);
  text-align: left;
}

.global-map-intro .global-map-tabs button::after {
  content: '\2192';
  opacity: 0;
  transform: translateX(-5px);
  transition: all .25s ease;
}

.global-map-intro .global-map-tabs button:hover,
.global-map-intro .global-map-tabs button.is-active {
  border-left-color: #f6ad55;
  background: linear-gradient(90deg, rgba(246,173,85,.14), transparent);
  color: #fff;
}

.global-map-intro .global-map-tabs button.is-active::after {
  opacity: 1;
  transform: translateX(0);
}

.global-globe-stage {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  perspective: 900px;
}

.global-globe-stage::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58,151,190,.18), transparent 68%);
  filter: blur(7px);
}

.global-globe {
  position: relative;
  z-index: 2;
  width: 310px;
  height: 310px;
  overflow: hidden;
  border: 1px solid rgba(130,211,233,.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(111,201,220,.22), transparent 28%),
    linear-gradient(145deg, #0d4a69, #06243e 72%);
  box-shadow:
    inset -30px -20px 50px rgba(0,0,0,.32),
    inset 20px 15px 40px rgba(104,205,223,.1),
    0 0 55px rgba(40,158,195,.2);
  animation: globeFloat 5s ease-in-out infinite;
}

@keyframes globeFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

.globe-grid {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: .32;
}

.globe-grid-horizontal {
  background: repeating-radial-gradient(ellipse at center, transparent 0 25px, rgba(137,218,232,.4) 26px 27px);
}

.globe-grid-vertical {
  background: repeating-linear-gradient(90deg, transparent 0 48px, rgba(137,218,232,.24) 49px 50px);
  transform: perspective(300px) rotateY(38deg);
}

.globe-shape {
  position: absolute;
  background: rgba(153,209,190,.38);
  border: 1px solid rgba(184,232,211,.3);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.15));
}

.globe-shape-one {
  top: 66px;
  left: 55px;
  width: 94px;
  height: 67px;
  border-radius: 55% 40% 52% 35%;
  transform: rotate(-17deg);
}

.globe-shape-two {
  top: 105px;
  right: 41px;
  width: 108px;
  height: 81px;
  border-radius: 36% 57% 42% 55%;
  transform: rotate(13deg);
}

.globe-shape-three {
  right: 65px;
  bottom: 52px;
  width: 70px;
  height: 52px;
  border-radius: 45% 60% 50% 37%;
  transform: rotate(-8deg);
}

.global-orbit {
  position: absolute;
  z-index: 3;
  width: 390px;
  height: 160px;
  border: 1px dashed rgba(246,173,85,.55);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.global-orbit-two {
  width: 350px;
  height: 350px;
  border-color: rgba(127,203,224,.2);
  transform: rotate(34deg) scaleY(.42);
}

.global-plane {
  position: absolute;
  z-index: 5;
  width: 390px;
  height: 160px;
  animation: orbitPlane 7s linear infinite;
}

.global-plane i {
  position: absolute;
  top: 67px;
  right: -3px;
  color: #f6ad55;
  font-size: 21px;
  filter: drop-shadow(0 4px 5px rgba(0,0,0,.28));
  transform: rotate(15deg);
}

@keyframes orbitPlane {
  from { transform: rotate(-20deg) rotate(0deg); }
  to { transform: rotate(-20deg) rotate(360deg); }
}

.globe-pin,
.globe-origin {
  position: absolute;
  z-index: 6;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.72);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  cursor: pointer;
}

.globe-pin i,
.globe-origin i {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245,158,11,.15);
}

.globe-pin i::after {
  content: '';
  position: absolute;
  inset: -7px;
  border: 1px solid #f6ad55;
  border-radius: 50%;
  opacity: 0;
}

.globe-pin.is-active i::after {
  animation: globePinPulse 1.6s ease-out infinite;
}

@keyframes globePinPulse {
  from { transform: scale(.5); opacity: 1; }
  to { transform: scale(1.5); opacity: 0; }
}

.globe-pin span {
  opacity: .55;
  transition: opacity .25s ease, color .25s ease;
}

.globe-pin:hover span,
.globe-pin.is-active span {
  color: #fff;
  opacity: 1;
}

.globe-origin { left: 173px; top: 166px; color: #fff; }
.globe-origin i { background: #fff; border-color: #f59e0b; }
.globe-pin-uk { left: 137px; top: 81px; }
.globe-pin-canada { left: 57px; top: 92px; }
.globe-pin-usa { left: 35px; top: 135px; }
.globe-pin-australia { right: 38px; bottom: 61px; }
.globe-pin-newzealand { right: 15px; bottom: 40px; }

.global-reach-section .global-map-info {
  position: relative;
  z-index: 4;
  padding: 38px 28px;
  background: rgba(3,23,42,.48);
  border-left: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.global-reach-section .global-map-copy {
  min-height: 150px;
}

.global-reach-section .global-map-copy strong {
  font-size: 24px;
}

@media (max-width: 991px) {
  .global-reach-section .global-map-shell {
    grid-template-columns: 230px 1fr;
  }

  .global-reach-section .global-map-info {
    grid-column: 1 / -1;
    min-height: 185px;
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 0;
  }

  .global-reach-section .global-map-copy {
    min-height: 80px;
  }
}

@media (max-width: 767px) {
  .global-reach-section .global-map-shell {
    display: block;
  }

  .global-map-intro {
    padding: 26px 20px 5px;
  }

  .global-map-intro > p {
    max-width: none;
  }

  .global-map-intro .global-map-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px;
    gap: 5px;
  }

  .global-map-intro .global-map-tabs button {
    width: auto;
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
  }

  .global-globe-stage {
    min-height: 350px;
    transform: scale(.82);
    margin: -25px 0;
  }

  .global-reach-section .global-map-info {
    min-height: 0;
    padding: 24px 20px;
  }
}

/* Real world map presentation */
.global-reach-section .global-map-shell {
  display: block;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5eb;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 46, 67, .12);
}

.global-reach-section .global-map-shell::before {
  content: none;
}

.global-world-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2754 / 1398;
  overflow: hidden;
  background: transparent;
  border-radius: 16px;
}

.global-world-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 10px 12px rgba(0, 5, 12, .24));
}

.global-world-routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.global-world-stage .travel-route {
  stroke: #f59e0b;
  stroke-width: 2.5;
  stroke-dasharray: 9 10;
  stroke-linecap: round;
  opacity: .38;
  transition: opacity .8s ease, stroke-width .8s ease, filter .8s ease;
}

.global-world-stage .travel-route.is-active {
  opacity: 1;
  stroke: #f04444;
  stroke-width: 4.8;
  stroke-dasharray: 12 10;
  filter: drop-shadow(0 0 6px rgba(240, 68, 68, .58));
  animation-duration: .9s;
}

.global-world-stage .map-plane {
  fill: #e93636;
  filter: drop-shadow(0 0 8px rgba(233, 54, 54, .9));
}

.world-pin,
.world-origin {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  padding: 0;
  align-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: #f5fbff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.world-pin {
  cursor: pointer;
  opacity: .82;
  transition: opacity .55s ease, transform .55s ease, color .55s ease;
}

.world-pin:hover,
.world-pin.is-active {
  opacity: 1;
  transform: translateY(-2px) scale(1.06);
  color: #fff;
}

.world-pin span,
.world-origin b {
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 7px;
  background: rgba(4, 27, 47, .82);
  box-shadow: 0 5px 15px rgba(0, 8, 18, .25);
  backdrop-filter: blur(5px);
}

.world-pin i,
.world-origin i {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #fff8ef;
  border-radius: 50%;
  background: #ff5b45;
  box-shadow: 0 0 0 3px #ff5b45, 0 0 14px rgba(255, 91, 69, .8);
}

.world-pin i::after,
.world-origin i::after {
  content: '';
  position: absolute;
  inset: -10px;
  border: 2px solid #ff8b72;
  border-radius: 50%;
  opacity: 0;
}

.world-pin.is-active i::after,
.world-origin i::after {
  animation: globePinPulse 1.35s ease-out infinite;
}

.world-origin {
  left: 67.36%;
  top: 35.77%;
  color: #fff;
  transform: translate(-5px, -5px);
}

.world-origin i {
  background: #ffc247;
  box-shadow: 0 0 0 3px #ffc247, 0 0 18px rgba(255, 194, 71, .9);
}

.world-origin i::after {
  border-color: #ffc247;
}
.world-pin-canada { left: 21.79%; top: 21.46%; }
.world-pin-usa { left: 21.42%; top: 33.62%; }
.world-pin-ireland { left: 45.57%; top: 17.17%; }
.world-pin-uk { left: 46.11%; top: 16.81%; }
.world-pin-germany { left: 49.93%; top: 18.60%; }
.world-pin-uae { left: 61.91%; top: 35.05%; }
.world-pin-singapore { left: 76.07%; top: 49.14%; }
.world-pin-australia { left: 81.70%; top: 67.95%; }
.world-pin-newzealand { left: 90.78%; top: 75.11%; }

.world-pin-ireland span { transform: translate(-48px, 9px); }
.world-pin-uk span { transform: translate(-5px, -19px); }
.world-pin-germany span { transform: translate(7px, 11px); }
.world-pin-uae span { transform: translate(3px, 12px); }
.world-pin-singapore span { transform: translate(-20px, 13px); }
.world-pin-australia span { transform: translate(4px, 12px); }
.world-pin-newzealand span { transform: translate(-78px, 12px); }

@media (max-width: 991px) {
  .global-reach-section .global-map-shell {
    display: block;
    padding: 12px;
    border-radius: 18px;
  }

  .global-world-stage {
    aspect-ratio: 2754 / 1398;
  }
}

@media (max-width: 767px) {
  .global-reach-section .global-map-shell {
    display: block;
  }

  .global-world-stage {
    min-width: 650px;
    min-height: 0;
    aspect-ratio: 2754 / 1398;
  }

  .global-map-shell {
    overflow-x: auto;
  }

}

/* Compact shared frontend layout */
.frontend-flash {
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.frontend-flash .container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.frontend-flash-success { background: #168354; }
.frontend-flash-error { background: #c53b3b; }

.frontend-site .header-top {
  padding: 5px 0;
}

.frontend-site .header-contact ul li,
.frontend-site .header-contact ul li a,
.frontend-site .header-right .social .follow-us,
.frontend-site .header-right .social ul li a,
.frontend-site .login-register ul li a {
  font-size: 14px;
}

.frontend-site .header-contact ul li {
  margin-right: 15px;
}

.frontend-site .header-contact ul li i {
  margin-right: 6px;
}

.frontend-site .header-right .social ul li {
  padding: 0 4px;
}

.frontend-site .login-register ul li {
  margin-left: 18px;
}

.frontend-site .navigation {
  border-bottom: 1px solid #edf1f4;
  background: #fff;
}

.frontend-site .navigation .navbar {
  min-height: 66px;
}

.frontend-site .navbar-brand {
  width: 165px;
  padding: 7px 0;
}

.frontend-site .navbar-brand img {
  display: block;
  max-height: 50px;
  object-fit: contain;
}

.frontend-site .navigation .navbar .navbar-nav {
  margin-right: 12px;
}

.frontend-site .navigation .navbar .navbar-nav li a {
  padding: 24px 12px;
  font-size: 14px;
  font-weight: 600;
}

.frontend-site .right-icon .btn-submit {
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
}

.frontend-site .navigation.sticky .navbar {
  min-height: 60px;
}

.frontend-site .navigation.sticky .navbar-brand img {
  max-height: 44px;
}

.frontend-site #page-banner.pt-105,
.frontend-site #page-banner.services-banner {
  padding-top: 58px !important;
}

.frontend-site #page-banner.pb-130,
.frontend-site #page-banner.services-banner {
  padding-bottom: 62px !important;
}

.frontend-site .page-banner-cont h2 {
  font-size: 32px;
}

.frontend-site .page-banner-cont .breadcrumb {
  margin-top: 8px;
}

.frontend-site .pt-90 {
  padding-top: 52px !important;
}

.frontend-site .pt-70 {
  padding-top: 45px !important;
}

.frontend-site .pb-120,
.frontend-site .pb-110,
.frontend-site .pb-100 {
  padding-bottom: 52px !important;
}

.frontend-site section.py-5:not(.home-section) {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.frontend-site section .mb-5 {
  margin-bottom: 28px !important;
}

.frontend-site section .mt-5 {
  margin-top: 25px !important;
}

.frontend-site .section-title.mt-50,
.frontend-site .about-image.mt-50 {
  margin-top: 28px !important;
}

.frontend-site .section-title h2 {
  font-size: 29px;
  line-height: 1.3;
}

.frontend-site .section-title h5 {
  font-size: 16px;
}

.frontend-site .contact-section:not(.home-inquiry-section) {
  padding: 48px 0;
}

.frontend-site .contact-section:not(.home-inquiry-section) .contact-left,
.frontend-site .contact-section:not(.home-inquiry-section) .contact-form {
  padding: 28px 24px;
}

.frontend-site .contact-section:not(.home-inquiry-section) .map-img {
  height: 145px;
  margin-top: 12px;
}

.frontend-site .contact-section:not(.home-inquiry-section) .contact-info {
  margin: 14px 0;
}

.frontend-site .contact-section:not(.home-inquiry-section) .contact-info div {
  margin-bottom: 10px;
  font-size: 14px;
}

.frontend-site .program-card .card-body {
  padding: 17px;
}

.frontend-site .program-card .card-footer {
  padding: 10px 17px;
}

.frontend-site .program-card h5 {
  font-size: 17px;
}

.frontend-site .icon-text {
  font-size: 14px;
}

.frontend-site .service-card {
  padding: 21px 17px;
}

.frontend-site .compact-footer .footer-top {
  padding: 38px 0 32px;
}

.frontend-site .compact-footer .footer-about,
.frontend-site .compact-footer .footer-link,
.frontend-site .compact-footer .footer-address {
  margin: 0;
}

.frontend-site .compact-footer .footer-about {
  padding-right: 28px;
}

.frontend-site .compact-footer .footer-about .logo img {
  max-width: 155px;
  max-height: 55px;
}

.frontend-site .compact-footer .footer-about p {
  max-width: 330px;
  padding-top: 11px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.65;
}

.frontend-site .compact-footer .footer-about ul {
  margin-top: 14px;
}

.frontend-site .compact-footer .footer-about ul li {
  margin-right: 7px;
}

.frontend-site .compact-footer .footer-about ul li a {
  width: 29px;
  line-height: 29px;
  font-size: 14px;
}

.frontend-site .compact-footer .footer-title {
  margin-bottom: 13px;
  padding: 0;
}

.frontend-site .compact-footer .footer-title h6 {
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
}

.frontend-site .compact-footer .footer-title h6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: #f59e0b;
}

.frontend-site .compact-footer .footer-link ul li {
  line-height: 27px;
}

.frontend-site .compact-footer .footer-link ul li a {
  color: rgba(255,255,255,.76);
  font-size: 13px;
}

.frontend-site .compact-footer .footer-link ul li a i {
  margin-right: 5px;
}

.frontend-site .compact-footer .footer-address ul li {
  margin-bottom: 9px;
}

.frontend-site .compact-footer .footer-address ul li .icon i {
  top: 2px;
  font-size: 16px;
}

.frontend-site .compact-footer .footer-address ul li .cont {
  padding-left: 25px;
}

.frontend-site .compact-footer .footer-address ul li .cont p {
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.frontend-site .compact-footer .footer-copyright {
  padding: 12px 0;
}

.frontend-site .compact-footer .copyright {
  padding: 0;
}

.frontend-site .compact-footer .copyright p {
  margin: 0;
  color: rgba(255,255,255,.67);
  font-size: 12px;
}

/* Modern footer */
.frontend-site .modern-footer {
  position: relative;
  margin-top: 0;
  background: #061f39;
}

.frontend-site .modern-footer .footer-consultation {
  position: relative;
  z-index: 2;
  padding: 0;
  background: #f3f7f9;
}

.frontend-site .modern-footer .footer-consultation-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 112px;
  padding: 23px 27px;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background:
    radial-gradient(circle at 78% 0%, rgba(245, 158, 11, .18), transparent 28%),
    linear-gradient(135deg, #0a456b, #07294d 72%);
  box-shadow: 0 -12px 35px rgba(7, 41, 77, .08);
}

.frontend-site .modern-footer .footer-consultation-card::after {
  content: '';
  position: absolute;
  right: 20%;
  bottom: -88px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.footer-consultation-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 15px;
  background: rgba(255,255,255,.09);
  color: #f6ad55;
  font-size: 23px;
}

.footer-consultation-copy {
  position: relative;
  z-index: 1;
}

.footer-consultation-copy span {
  display: block;
  margin-bottom: 3px;
  color: #f6ad55;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.footer-consultation-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
}

.footer-consultation-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 11px 16px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #f59e0b;
  color: #07294d;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.footer-consultation-btn:hover {
  background: #f6ad55;
  color: #07294d;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(245, 158, 11, .22);
}

.frontend-site .modern-footer .footer-top {
  position: relative;
  padding: 36px 0 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 10%, rgba(25, 115, 158, .18), transparent 24%),
    #07294d;
}

.frontend-site .modern-footer .footer-top::after {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255,255,255,.035);
  border-radius: 50%;
}

.footer-main-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr .65fr .65fr 1.25fr;
  gap: 35px;
}

.footer-brand-logo {
  display: inline-block;
}

.footer-brand-logo img {
  display: block;
  max-width: 158px;
  max-height: 57px;
}

.footer-brand > p {
  max-width: 300px;
  margin: 13px 0 16px;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 7px;
}

.footer-social a {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.8);
  font-size: 13px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.footer-social a:hover {
  background: #f59e0b;
  color: #07294d;
  transform: translateY(-3px);
}

.footer-nav-group h6,
.footer-contact-card h6 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 9px;
  color: #fff;
  font-size: 15px;
}

.footer-nav-group h6::after,
.footer-contact-card h6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #f59e0b;
}

.footer-nav-group nav {
  display: grid;
  gap: 9px;
}

.footer-nav-group nav a {
  position: relative;
  padding-left: 12px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  transition: color .25s ease, transform .25s ease;
}

.footer-nav-group nav a::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f59e0b;
  opacity: .7;
}

.footer-nav-group nav a:hover {
  color: #f6ad55;
  transform: translateX(3px);
}

.footer-contact-card {
  padding: 17px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.footer-contact-item {
  display: flex;
  padding: 8px 0;
  gap: 10px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.75);
  font-size: 12px;
  line-height: 1.5;
}

.footer-contact-item:last-child {
  border-bottom: 0;
}

.footer-contact-item > i {
  display: grid;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  background: rgba(245,158,11,.12);
  color: #f6ad55;
  font-size: 14px;
}

.footer-contact-item span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-contact-item small {
  display: block;
  margin-bottom: 1px;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  letter-spacing: .65px;
  text-transform: uppercase;
}

a.footer-contact-item:hover {
  color: #fff;
}

.frontend-site .modern-footer .footer-copyright {
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.045);
  background: #041a30;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom-row > p,
.footer-bottom-links {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 11px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-bottom-links a {
  color: rgba(255,255,255,.58);
}

.footer-bottom-links a:hover {
  color: #f6ad55;
}

@media (max-width: 991px) {
  .footer-main-grid {
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 28px;
  }

  .footer-contact-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto repeat(3, 1fr);
    gap: 0 15px;
    align-items: start;
  }

  .footer-contact-card h6 {
    margin: 7px 0 0;
  }

  .footer-contact-item {
    border-right: 1px solid rgba(255,255,255,.07);
    border-bottom: 0;
  }

  .footer-contact-item:last-child {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .frontend-site .modern-footer .footer-consultation-card {
    grid-template-columns: auto 1fr;
    padding: 20px;
  }

  .footer-consultation-copy h3 {
    font-size: 17px;
  }

  .footer-consultation-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 22px;
  }

  .footer-brand,
  .footer-contact-card {
    grid-column: 1 / -1;
  }

  .footer-contact-card {
    display: block;
  }

  .footer-contact-card h6 {
    margin: 0 0 12px;
  }

  .footer-contact-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .frontend-site .modern-footer .footer-consultation-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-consultation-icon {
    margin: 0 auto;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand > p {
    max-width: none;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.frontend-site .back-to-top {
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  line-height: 31px;
}

@media (max-width: 991px) {
  .frontend-site .navigation .navbar {
    min-height: 60px;
  }

  .frontend-site .navbar-brand {
    width: 145px;
  }

  .frontend-site .navbar-brand img {
    max-height: 44px;
  }

  .frontend-site .navbar .navbar-toggler {
    margin: 12px 0;
  }

  .frontend-site .navigation .navbar .navbar-nav {
    margin-right: 0;
    padding: 5px 0 10px;
  }

  .frontend-site .navigation .navbar .navbar-nav li a {
    padding: 9px 12px;
  }

  .frontend-site .right-icon {
    display: none;
  }

  .frontend-site .compact-footer .footer-about,
  .frontend-site .compact-footer .footer-link,
  .frontend-site .compact-footer .footer-address {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .frontend-site #page-banner.pt-105,
  .frontend-site #page-banner.services-banner {
    padding-top: 42px !important;
    padding-bottom: 45px !important;
  }

  .frontend-site .page-banner-cont h2 {
    font-size: 27px;
  }

  .frontend-site .pt-90,
  .frontend-site .pt-70 {
    padding-top: 38px !important;
  }

  .frontend-site .pb-120,
  .frontend-site .pb-110,
  .frontend-site .pb-100 {
    padding-bottom: 40px !important;
  }

  .frontend-site section.py-5:not(.home-section) {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .frontend-site .compact-footer .footer-top {
    padding: 32px 0 8px;
  }

  .frontend-site .compact-footer .footer-copyright {
    padding: 10px 0;
  }

  .frontend-site .compact-footer .copyright + .copyright {
    margin-top: 3px;
  }
}

/* Compact enhanced homepage */
.home-section {
  padding: 48px 0;
}

.home-section-heading {
  max-width: 720px;
  margin: 0 auto 27px;
}

.home-section-heading h2,
.home-section-heading-row h2 {
  color: #07294d;
  font-size: 29px;
}

.home-section-heading p,
.home-section-heading-row p {
  margin: 7px 0 0;
  font-size: 15px;
}

.home-section-action {
  margin-top: 23px;
}

.home-eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: #f59e0b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-inline-link {
  color: #0a3d62;
  font-size: 15px;
  font-weight: 700;
}

.home-inline-link i {
  margin-left: 5px;
  color: #f59e0b;
  transition: transform .25s ease;
}

.home-inline-link:hover {
  color: #f59e0b;
}

.home-inline-link:hover i {
  transform: translateX(4px);
}

.home-destinations-section .row,
.home-programs-section .row,
.home-services-section .row,
.home-updates-section .row {
  margin-right: -8px;
  margin-left: -8px;
}

.home-destinations-section .row > [class*="col-"],
.home-programs-section .row > [class*="col-"],
.home-services-section .row > [class*="col-"],
.home-updates-section .row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.home-destinations-section .destination-card {
  height: 205px;
  margin-bottom: 16px;
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(7, 41, 77, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.home-destinations-section .destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(7, 41, 77, .15);
}

.home-destinations-section .destination-content {
  padding: 17px;
}

.home-destinations-section .destination-btn {
  display: inline-flex;
  padding: 5px 10px;
  font-size: 13px;
}

.home-programs-section .program-card,
.home-updates-section .program-card {
  border-color: #e2e8ee;
  box-shadow: 0 6px 18px rgba(7, 41, 77, .045);
}

.home-programs-section .program-card:hover,
.home-updates-section .program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 13px 28px rgba(7, 41, 77, .09);
}

.home-programs-section .program-card .card-body {
  padding: 17px;
}

.home-programs-section .program-card .card-footer {
  padding: 10px 17px;
}

.home-programs-section .icon-text {
  font-size: 14px;
}

.home-advantages-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f6f9fb, #fffaf2);
}

.home-section-heading-row {
  margin-bottom: 25px;
}

.home-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-advantage-card {
  display: flex;
  min-height: 138px;
  padding: 19px 17px;
  gap: 12px;
  border: 1px solid #e2e9ee;
  border-radius: 13px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 7px 20px rgba(7, 41, 77, .04);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.home-advantage-card > span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #eaf3f7;
  color: #0a3d62;
  font-size: 19px;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.home-advantage-card h5 {
  margin: 1px 0 6px;
  color: #07294d;
  font-size: 16px;
  font-weight: 700;
}

.home-advantage-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.home-advantage-card:hover {
  border-color: rgba(245, 158, 11, .5);
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(7, 41, 77, .09);
}

.home-advantage-card:hover > span {
  background: #f59e0b;
  color: #fff;
  transform: rotate(-5deg);
}

.success-stories-section.home-section {
  padding: 44px 0;
}

.success-stories-section.home-section .video-box {
  max-height: 205px;
}

.success-stories-section.home-section .video-box > img:first-child {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.home-services-section .service-card {
  min-height: 190px;
  padding: 20px 17px;
  border: 1px solid #e5ebef;
  box-shadow: 0 5px 17px rgba(7, 41, 77, .045);
}

.home-services-section .service-icon {
  margin-bottom: 8px;
  font-size: 28px;
  color: #0a3d62;
}

.home-services-section .service-title {
  font-size: 16px;
}

.home-services-section .service-desc {
  font-size: 13px;
  line-height: 1.65;
}

.home-updates-section .d-flex.mb-4 {
  margin-bottom: 18px !important;
}

.home-updates-group {
  margin-bottom: 30px;
}

.home-pathway-section {
  padding-bottom: 0;
  background: #fff;
}

.home-pathway-panel {
  display: grid;
  grid-template-columns: 1.05fr 2fr;
  min-height: 168px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #07294d, #0a5279);
  box-shadow: 0 18px 42px rgba(7, 41, 77, .17);
}

.home-pathway-intro {
  padding: 29px 30px;
  background: rgba(0,0,0,.08);
}

.home-pathway-intro h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 25px;
}

.home-pathway-intro p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.home-pathway-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 22px;
  align-items: center;
}

.home-pathway-steps::before {
  content: '';
  position: absolute;
  top: 61px;
  left: 11%;
  width: 78%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.15), #f59e0b, rgba(255,255,255,.15));
}

.home-pathway-steps > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-pathway-steps span {
  position: absolute;
  top: -7px;
  right: 22%;
  color: rgba(255,255,255,.35);
  font-size: 11px;
  font-weight: 800;
}

.home-pathway-steps i {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  place-items: center;
  border: 4px solid #0b4568;
  border-radius: 50%;
  background: #fff;
  color: #f59e0b;
  font-size: 17px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.22);
  transition: transform .3s ease;
}

.home-pathway-steps strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.home-pathway-steps > div:hover i {
  transform: translateY(-4px) rotate(-5deg);
}

.home-inquiry-section {
  padding: 48px 0 52px;
  background:
    radial-gradient(circle at 8% 20%, rgba(10,61,98,.09), transparent 25%),
    linear-gradient(180deg, #f5f8fa, #eef4f7);
}

.home-inquiry-section .contact-wrapper {
  border: 1px solid #dce6ec;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(7, 41, 77, .11);
}

.home-inquiry-section .contact-left {
  position: relative;
  padding: 31px 28px;
  overflow: hidden;
  background: linear-gradient(145deg, #07294d, #0a5279);
}

.home-inquiry-section .contact-left::after {
  content: '';
  position: absolute;
  right: -65px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

.inquiry-kicker {
  display: inline-block;
  margin-bottom: 9px;
  color: #f6ad55;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.home-inquiry-section .contact-left h3 {
  max-width: 330px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
}

.home-inquiry-section .contact-left > p {
  margin-bottom: 19px;
  color: rgba(255,255,255,.76) !important;
  font-size: 14px;
}

.inquiry-benefits {
  display: grid;
  gap: 9px;
}

.inquiry-benefits > div {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: rgba(255,255,255,.88);
  font-size: 13px;
}

.inquiry-benefits i {
  margin: 1px 0 0;
  color: #f6ad55;
  font-size: 15px;
}

.inquiry-contact {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 23px;
  gap: 9px;
}

.inquiry-contact a {
  display: flex;
  padding: 9px 11px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 13px;
}

.inquiry-contact a > i {
  font-size: 16px;
  color: #f6ad55;
}

.inquiry-contact small {
  display: block;
  color: rgba(255,255,255,.56);
  font-size: 10px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.home-inquiry-section .contact-form {
  padding: 27px 29px 25px;
}

.inquiry-form-heading {
  display: flex;
  margin-bottom: 19px;
  align-items: center;
  justify-content: space-between;
}

.inquiry-form-heading span {
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.inquiry-form-heading h4 {
  margin: 2px 0 0;
  color: #07294d;
  font-size: 20px;
}

.inquiry-form-heading > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: #edf5f8;
  color: #0a5279;
  font-size: 18px;
}

.inquiry-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.inquiry-field label {
  display: block;
  margin-bottom: 4px;
  color: #40556a;
  font-size: 12px;
  font-weight: 700;
}

.inquiry-field .form-control,
.inquiry-field .custom-select {
  display: block;
  width: 100%;
  height: 41px;
  padding: 8px 11px;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  background-color: #f9fbfc;
  color: #233d55;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  box-shadow: none;
}

.inquiry-field .form-control:focus,
.inquiry-field .custom-select:focus {
  border-color: #f59e0b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245,158,11,.1);
}

.inquiry-message {
  grid-column: 2;
  grid-row: 3;
}

.inquiry-message textarea.form-control {
  height: 68px;
  resize: vertical;
}

.inquiry-submit-row {
  grid-column: 1 / -1;
  display: flex;
  padding-top: 3px;
  align-items: center;
  justify-content: space-between;
}

.inquiry-submit-row small {
  color: #718096;
  font-size: 11px;
}

.inquiry-submit-row small i {
  margin-right: 4px;
  color: #0a5279;
}

.inquiry-submit-row .btn-submit {
  display: inline-flex;
  padding: 10px 17px;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .home-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-pathway-panel {
    grid-template-columns: 1fr;
  }

  .home-pathway-intro {
    padding: 22px 25px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .home-section {
    padding: 38px 0;
  }

  .home-section-heading {
    margin-bottom: 21px;
  }

  .home-section-heading h2,
  .home-section-heading-row h2 {
    font-size: 24px;
  }

  .home-advantage-grid {
    grid-template-columns: 1fr;
  }

  .home-advantage-card {
    min-height: 0;
  }

  .home-pathway-section {
    padding-bottom: 0;
  }

  .home-pathway-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
  }

  .home-pathway-steps::before {
    display: none;
  }

  .home-inquiry-section {
    padding: 38px 0;
  }

  .home-inquiry-section .contact-left,
  .home-inquiry-section .contact-form {
    padding: 24px 21px;
  }
}

@media (max-width: 575px) {
  .inquiry-form-grid {
    grid-template-columns: 1fr;
  }

  .inquiry-message {
    grid-column: auto;
    grid-row: auto;
  }

  .inquiry-submit-row {
    grid-column: auto;
    gap: 12px;
    align-items: stretch;
    flex-direction: column;
  }

  .inquiry-submit-row .btn-submit {
    justify-content: center;
  }
}

.video-box img.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

/* Carousel dots styling */
.custom-indicators .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.custom-indicators .dot.active {
  background-color: #ff5e57;
}

.custom-select-wrapper {
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
}

.custom-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Frontend readability adjustments */
.frontend-site .header-contact ul li,
.frontend-site .header-contact ul li a,
.frontend-site .header-right .social .follow-us,
.frontend-site .header-right .social ul li a,
.frontend-site .login-register ul li a,
.frontend-site .navigation .navbar .navbar-nav li a {
  font-size: 15px;
}

.frontend-site .right-icon .btn-submit {
  font-size: 14px;
}

.frontend-site .icon-text {
  font-size: 15px;
}

.frontend-site .program-card h5 {
  font-size: 16px;
}

.frontend-site .program-card .card-footer,
.frontend-site .program-card .card-footer a {
  font-size: 15px;
}

.frontend-site .service-desc {
  font-size: 15px;
  line-height: 1.65;
}

.frontend-site .modern-footer .footer-consultation-copy span {
  font-size: 12px;
}

.frontend-site .modern-footer .footer-consultation-btn {
  font-size: 14px;
}

.frontend-site .modern-footer .footer-brand > p {
  font-size: 15px;
}

.frontend-site .modern-footer .footer-nav-group h6,
.frontend-site .modern-footer .footer-contact-card h6 {
  font-size: 17px;
}

.frontend-site .modern-footer .footer-nav-group nav a {
  font-size: 15px;
}

.frontend-site .modern-footer .footer-contact-item {
  font-size: 14px;
}

.frontend-site .modern-footer .footer-contact-item small {
  font-size: 12px;
}

.frontend-site .modern-footer .footer-bottom-row > p,
.frontend-site .modern-footer .footer-bottom-links {
  font-size: 13px;
}

.frontend-site .home-section-heading p,
.frontend-site .home-section-heading-row p {
  font-size: 16px;
}

.frontend-site .home-eyebrow {
  font-size: 13px;
}

.frontend-site .home-advantage-card h5 {
  font-size: 17px;
}

.frontend-site .home-advantage-card p {
  font-size: 15px;
}

.frontend-site .home-services-section .service-title {
  font-size: 17px;
}

.frontend-site .home-services-section .service-desc {
  font-size: 15px;
}

.frontend-site .home-pathway-intro p {
  font-size: 15px;
}

.frontend-site .home-pathway-steps strong {
  font-size: 15px;
}

.frontend-site .inquiry-kicker,
.frontend-site .inquiry-form-heading span {
  font-size: 12px;
}

.frontend-site .inquiry-benefits > div,
.frontend-site .inquiry-contact a {
  font-size: 14px;
}

.frontend-site .inquiry-contact small,
.frontend-site .inquiry-field label,
.frontend-site .inquiry-submit-row small {
  font-size: 13px;
}

.frontend-site .inquiry-field .form-control,
.frontend-site .inquiry-field .custom-select,
.frontend-site .inquiry-submit-row .btn-submit {
  font-size: 15px;
}

.frontend-site .core-service-card .service-desc,
.frontend-site .journey-card p,
.frontend-site .service-benefit p,
.frontend-site .services-accordion .card-body {
  font-size: 15px;
}

@media (max-width: 767px) {
  .frontend-site .navigation .navbar .navbar-nav li a {
    font-size: 15px;
  }

  .frontend-site .modern-footer .footer-brand > p,
  .frontend-site .modern-footer .footer-nav-group nav a,
  .frontend-site .modern-footer .footer-contact-item {
    font-size: 14px;
  }
}

/* Redesigned homepage services */
.frontend-site .home-services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(245, 158, 11, .09), transparent 24%),
    linear-gradient(180deg, #f7fafc, #fff);
}

.home-services-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.75fr);
  gap: 18px;
  align-items: stretch;
}

.home-services-intro {
  position: relative;
  min-height: 100%;
  padding: 31px 28px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 10%, rgba(245, 158, 11, .2), transparent 27%),
    linear-gradient(145deg, #0a4d73, #07294d 72%);
  box-shadow: 0 18px 42px rgba(7, 41, 77, .16);
}

.home-services-intro::before {
  content: '';
  position: absolute;
  right: -105px;
  bottom: -105px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.home-services-intro .home-eyebrow {
  color: #f6ad55;
}

.home-services-intro h2 {
  position: relative;
  z-index: 1;
  max-width: 370px;
  margin: 0 0 11px;
  color: #fff;
  font-size: 27px;
  line-height: 1.28;
}

.home-services-intro > p {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}

.home-services-points {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 20px 0 23px;
  gap: 9px;
}

.home-services-points span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255,255,255,.88);
  font-size: 14px;
}

.home-services-points i {
  color: #f6ad55;
  font-size: 15px;
}

.home-services-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 10px 14px;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background: #f59e0b;
  color: #07294d;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.home-services-cta:hover {
  background: #f6ad55;
  color: #07294d;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(245, 158, 11, .23);
}

.home-services-orbit {
  position: absolute;
  right: 25px;
  bottom: 28px;
  width: 76px;
  height: 76px;
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 50%;
  pointer-events: none;
  animation: homeServiceOrbit 12s linear infinite;
}

.home-services-orbit i {
  position: absolute;
  top: -7px;
  left: 31px;
  color: #f6ad55;
  font-size: 17px;
  transform: rotate(35deg);
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.home-service-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 145px;
  padding: 19px;
  gap: 13px;
  align-items: start;
  overflow: hidden;
  border: 1px solid #dfe8ed;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 22px rgba(7, 41, 77, .045);
  opacity: 0;
  transform: translateY(16px);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.home-services-grid.is-visible .home-service-item {
  animation: homeServiceReveal .5s ease forwards;
  animation-delay: calc(.12s + (var(--home-service-order) * .1s));
}

.home-service-item::after {
  content: '';
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: rgba(10, 61, 98, .035);
  transition: transform .35s ease, background .35s ease;
}

.home-service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #eaf3f7;
  color: #0a5279;
  font-size: 20px;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.home-service-copy {
  position: relative;
  z-index: 1;
}

.home-service-copy > span {
  display: block;
  margin-bottom: 3px;
  color: #f59e0b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.home-service-copy h3 {
  margin: 0 0 6px;
  color: #07294d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.home-service-copy p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.home-service-arrow {
  position: relative;
  z-index: 1;
  color: #b4c1ca;
  font-size: 15px;
  transition: color .3s ease, transform .3s ease;
}

.home-service-item:hover {
  border-color: rgba(245,158,11,.52);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(7, 41, 77, .1);
}

.home-service-item:hover::after {
  background: rgba(245,158,11,.09);
  transform: scale(1.25);
}

.home-service-item:hover .home-service-icon {
  background: #0a5279;
  color: #fff;
  transform: rotate(-5deg) scale(1.04);
}

.home-service-item:hover .home-service-arrow {
  color: #f59e0b;
  transform: translate(3px, -3px);
}

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

@keyframes homeServiceOrbit {
  to { transform: rotate(360deg); }
}

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

  .home-services-intro {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .home-services-intro {
    min-height: 0;
    padding: 25px 22px;
  }

  .home-services-intro h2 {
    font-size: 23px;
  }

  .home-services-orbit {
    display: none;
  }

  .home-services-grid {
    grid-template-columns: 1fr;
  }

  .home-service-item {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-service-item {
    opacity: 1;
    transform: none;
  }

  .home-services-grid.is-visible .home-service-item,
  .home-services-orbit {
    animation: none;
  }
}

/* Study destination consultation */
.destination-inquiry-section .contact-left {
  background:
    radial-gradient(circle at 90% 8%, rgba(245,158,11,.2), transparent 25%),
    linear-gradient(145deg, #0a5279, #07294d 74%);
}

.destination-consultation-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px;
  background: rgba(255,255,255,.055);
}

.destination-consultation-stats > div {
  padding: 12px 7px;
  border-right: 1px solid rgba(255,255,255,.1);
  text-align: center;
}

.destination-consultation-stats > div:last-child {
  border-right: 0;
}

.destination-consultation-stats strong {
  display: block;
  margin-bottom: 2px;
  color: #f6ad55;
  font-size: 18px;
  line-height: 1.2;
}

.destination-consultation-stats span {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: 11px;
  line-height: 1.35;
}

.destination-inquiry-section .inquiry-form-heading > i {
  color: #f59e0b;
}

@media (max-width: 480px) {
  .destination-consultation-stats span {
    font-size: 10px;
  }
}

/* Redesigned About Us page */
.about-page-banner .page-banner-cont {
  max-width: 720px;
}

.about-page-banner .about-banner-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #f6ad55;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.about-page-banner .page-banner-cont > p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

.about-story-section,
.about-purpose-section,
.about-values-section,
.about-journey-section,
.about-stories-section {
  padding: 52px 0;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 50px;
  align-items: center;
}

.about-story-visual {
  position: relative;
  padding: 0 34px 34px 0;
}

.about-main-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 22px 48px rgba(7,41,77,.16);
}

.about-main-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,41,77,.22), transparent 45%);
  pointer-events: none;
}

.about-main-image img {
  display: block;
  width: 100%;
  height: 410px;
  object-fit: cover;
  transition: transform .7s ease;
}

.about-story-visual:hover .about-main-image img {
  transform: scale(1.035);
}

.about-experience-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 148px;
  min-height: 116px;
  padding: 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 7px solid #fff;
  border-radius: 18px;
  background: #f59e0b;
  text-align: center;
  box-shadow: 0 13px 30px rgba(7,41,77,.15);
}

.about-experience-badge strong {
  color: #07294d;
  font-size: 31px;
  line-height: 1;
}

.about-experience-badge span {
  margin-top: 5px;
  color: #07294d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.about-image-note {
  position: absolute;
  left: 20px;
  bottom: 54px;
  z-index: 2;
  display: flex;
  max-width: 245px;
  padding: 10px 13px;
  gap: 9px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 11px;
  background: rgba(7,41,77,.88);
  color: #fff;
  backdrop-filter: blur(7px);
}

.about-image-note i {
  color: #f6ad55;
  font-size: 19px;
}

.about-image-note span {
  font-size: 12px;
  line-height: 1.45;
}

.about-image-note strong {
  display: block;
  font-size: 13px;
}

.about-story-content h2,
.about-section-heading h2,
.about-values-intro h2 {
  margin: 0 0 13px;
  color: #07294d;
  font-size: 29px;
  line-height: 1.3;
}

.about-story-content > p {
  margin-bottom: 11px;
  color: #607286;
  font-size: 15px;
  line-height: 1.8;
}

.about-story-points {
  display: grid;
  margin: 20px 0 22px;
  gap: 10px;
}

.about-story-points > div {
  display: flex;
  padding: 10px 12px;
  gap: 10px;
  align-items: center;
  border: 1px solid #e3ebef;
  border-radius: 10px;
  background: #f9fbfc;
  color: #5c6f82;
  font-size: 14px;
}

.about-story-points i {
  color: #f59e0b;
  font-size: 17px;
}

.about-story-points strong {
  color: #173a58;
}

.about-primary-link,
.about-values-intro > a {
  display: inline-flex;
  padding: 10px 15px;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background: #0a5279;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease;
}

.about-primary-link:hover,
.about-values-intro > a:hover {
  background: #f59e0b;
  color: #07294d;
  transform: translateY(-2px);
}

.about-trust-strip {
  background: #07294d;
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-trust-grid > div {
  display: flex;
  min-height: 92px;
  padding: 17px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.1);
}

.about-trust-grid > div:last-child {
  border-right: 0;
}

.about-trust-grid strong {
  color: #f6ad55;
  font-size: 26px;
}

.about-trust-grid span {
  max-width: 105px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.4;
}

.about-purpose-section {
  background: #f6f9fb;
}

.about-section-heading {
  max-width: 650px;
  margin-bottom: 27px;
}

.about-section-heading.text-center {
  margin-right: auto;
  margin-left: auto;
}

.about-section-heading > p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
}

.about-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-purpose-card {
  position: relative;
  min-height: 235px;
  padding: 24px 21px;
  overflow: hidden;
  border: 1px solid #dfe8ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7,41,77,.045);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.about-purpose-card::after {
  content: '';
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(10,82,121,.035);
  transition: transform .35s ease, background .35s ease;
}

.about-purpose-card > span {
  position: absolute;
  top: 18px;
  right: 19px;
  color: #dbe5eb;
  font-size: 27px;
  font-weight: 800;
}

.about-purpose-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 13px;
  background: #e9f3f7;
  color: #0a5279;
  font-size: 21px;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.about-purpose-card h3 {
  margin-bottom: 8px;
  color: #07294d;
  font-size: 17px;
}

.about-purpose-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.about-purpose-card:hover {
  border-color: rgba(245,158,11,.5);
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(7,41,77,.1);
}

.about-purpose-card:hover::after {
  background: rgba(245,158,11,.1);
  transform: scale(1.2);
}

.about-purpose-card:hover .about-purpose-icon {
  background: #f59e0b;
  color: #fff;
  transform: rotate(-5deg);
}

.about-values-section {
  background: #fff;
}

.about-values-layout {
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 24px;
  align-items: stretch;
}

.about-values-intro {
  padding: 27px;
  border-radius: 17px;
  background:
    radial-gradient(circle at 90% 10%, rgba(245,158,11,.18), transparent 26%),
    linear-gradient(145deg, #0a5279, #07294d);
}

.about-values-intro .home-eyebrow {
  color: #f6ad55;
}

.about-values-intro h2 {
  color: #fff;
  font-size: 25px;
}

.about-values-intro p {
  margin-bottom: 20px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}

.about-values-intro > a {
  background: #f59e0b;
  color: #07294d;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.about-values-grid > div {
  padding: 20px;
  border: 1px solid #e1e9ee;
  border-radius: 13px;
  background: #fbfcfd;
  transition: transform .3s ease, border-color .3s ease;
}

.about-values-grid i {
  display: grid;
  width: 39px;
  height: 39px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 10px;
  background: #eaf3f7;
  color: #0a5279;
  font-size: 17px;
}

.about-values-grid h4 {
  margin-bottom: 5px;
  color: #07294d;
  font-size: 16px;
}

.about-values-grid p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.about-values-grid > div:hover {
  border-color: #f59e0b;
  transform: translateY(-4px);
}

.about-journey-section {
  background: linear-gradient(180deg, #f7fafc, #fff);
}

.about-journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1050px;
  margin: 0 auto;
  gap: 15px;
}

.about-journey-track::before {
  content: '';
  position: absolute;
  top: 31px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, #0a5279, #f59e0b);
}

.about-journey-track article {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-align: center;
}

.about-journey-track article > span {
  position: absolute;
  top: -6px;
  right: calc(50% - 34px);
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.about-journey-track article > i {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  place-items: center;
  border: 5px solid #f7fafc;
  border-radius: 50%;
  background: #07294d;
  color: #fff;
  font-size: 21px;
  box-shadow: 0 0 0 1px #dce6ec;
  transition: transform .3s ease, background .3s ease;
}

.about-journey-track h4 {
  margin-bottom: 5px;
  color: #07294d;
  font-size: 16px;
}

.about-journey-track p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.about-journey-track article:hover > i {
  background: #f59e0b;
  transform: translateY(-4px) rotate(-5deg);
}

.about-stories-section {
  background: #07294d;
}

.about-stories-section .about-section-heading h2,
.about-stories-section .about-section-heading p {
  color: #fff;
}

.about-stories-section .about-section-heading p {
  opacity: .7;
}

.about-story-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-story-video {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 14px;
  background: #021d3a;
}

.about-story-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2,29,58,.9), transparent 65%);
}

.about-story-video > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .55s ease;
}

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

.about-story-video > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #f59e0b;
  font-size: 20px;
  transform: translate(-50%, -50%);
  transition: transform .3s ease, background .3s ease;
}

.about-story-video:hover > span {
  background: #f59e0b;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}

.about-story-video > div {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
}

.about-story-video small {
  display: block;
  color: #f6ad55;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-story-video strong {
  color: #fff;
  font-size: 15px;
}

.about-inquiry-section .contact-left {
  background:
    radial-gradient(circle at 90% 8%, rgba(245,158,11,.2), transparent 26%),
    linear-gradient(145deg, #0a5279, #07294d);
}

@media (max-width: 991px) {
  .about-story-grid,
  .about-values-layout {
    grid-template-columns: 1fr;
  }

  .about-story-visual {
    max-width: 680px;
    margin: 0 auto;
  }

  .about-purpose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-purpose-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .about-story-section,
  .about-purpose-section,
  .about-values-section,
  .about-journey-section,
  .about-stories-section {
    padding: 40px 0;
  }

  .about-story-grid {
    gap: 32px;
  }

  .about-main-image img {
    height: 330px;
  }

  .about-story-content h2,
  .about-section-heading h2,
  .about-values-intro h2 {
    font-size: 24px;
  }

  .about-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .about-trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .about-purpose-grid,
  .about-values-grid,
  .about-story-gallery {
    grid-template-columns: 1fr;
  }

  .about-purpose-card:last-child {
    grid-column: auto;
  }

  .about-journey-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 10px;
  }

  .about-journey-track::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .about-story-visual {
    padding: 0 17px 45px 0;
  }

  .about-main-image img {
    height: 280px;
  }

  .about-experience-badge {
    width: 125px;
    min-height: 100px;
  }

  .about-image-note {
    display: none;
  }

  .about-journey-track {
    grid-template-columns: 1fr;
  }
}

/* Redesigned Contact page */
.contact-page-banner .page-banner-cont {
  max-width: 700px;
}

.contact-page-banner .contact-banner-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #f6ad55;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-page-banner .page-banner-cont > p {
  max-width: 570px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

.contact-overview-section,
.contact-consultation-section,
.contact-location-section,
.contact-help-section {
  padding: 50px 0;
}

.contact-overview-section {
  background: #fff;
}

.contact-overview-heading {
  max-width: 680px;
  margin-bottom: 25px;
}

.contact-overview-heading h2,
.contact-consultation-panel h2,
.contact-location-copy h2,
.contact-help-panel h2 {
  margin: 0 0 9px;
  color: #07294d;
  font-size: 28px;
  line-height: 1.3;
}

.contact-overview-heading > p,
.contact-location-copy > p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.contact-channel-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 125px;
  padding: 20px;
  gap: 13px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dfe8ed;
  border-radius: 14px;
  background: #fbfcfd;
  color: inherit;
  box-shadow: 0 7px 21px rgba(7,41,77,.04);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.contact-channel-card::after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -48px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(10,82,121,.035);
  transition: transform .35s ease, background .35s ease;
}

.contact-channel-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 13px;
  background: #e9f3f7;
  color: #0a5279;
  font-size: 20px;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.contact-channel-card > div:nth-child(2) {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.contact-channel-card small {
  display: block;
  margin-bottom: 3px;
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.contact-channel-card h3 {
  margin: 0 0 4px;
  overflow-wrap: anywhere;
  color: #07294d;
  font-size: 16px;
}

.contact-channel-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.contact-channel-arrow {
  position: relative;
  z-index: 1;
  color: #a7b7c2;
  font-size: 15px;
  transition: color .3s ease, transform .3s ease;
}

.contact-channel-card:hover {
  border-color: rgba(245,158,11,.5);
  color: inherit;
  transform: translateY(-5px);
  box-shadow: 0 15px 31px rgba(7,41,77,.09);
}

.contact-channel-card:hover::after {
  background: rgba(245,158,11,.1);
  transform: scale(1.2);
}

.contact-channel-card:hover .contact-channel-icon {
  background: #0a5279;
  color: #fff;
  transform: rotate(-5deg);
}

.contact-channel-card:hover .contact-channel-arrow {
  color: #f59e0b;
  transform: translate(3px, -3px);
}

.contact-consultation-section {
  background: #f4f8fa;
}

.contact-consultation-layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.4fr);
  overflow: hidden;
  border: 1px solid #dce6ec;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 19px 48px rgba(7,41,77,.1);
}

.contact-consultation-panel {
  position: relative;
  padding: 31px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(245,158,11,.2), transparent 26%),
    linear-gradient(145deg, #0a5279, #07294d 72%);
}

.contact-consultation-panel::after {
  content: '';
  position: absolute;
  right: -85px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
}

.contact-consultation-panel .home-eyebrow {
  color: #f6ad55;
}

.contact-consultation-panel h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 25px;
}

.contact-consultation-panel > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
}

.contact-consultation-points {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 20px;
  gap: 11px;
}

.contact-consultation-points > div {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 10px;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
}

.contact-consultation-points > div > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  background: rgba(245,158,11,.16);
  color: #f6ad55;
  font-size: 11px;
  font-weight: 800;
}

.contact-consultation-points strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
}

.contact-consultation-points p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.45;
}

.contact-response-note {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 18px;
  gap: 9px;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.contact-response-note > i {
  color: #f6ad55;
  font-size: 18px;
}

.contact-response-note small {
  display: block;
  color: rgba(255,255,255,.45);
  font-size: 10px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.contact-consultation-form {
  padding: 28px 29px;
}

.contact-form-heading {
  display: flex;
  margin-bottom: 19px;
  align-items: center;
  justify-content: space-between;
}

.contact-form-heading span {
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.contact-form-heading h3 {
  margin: 2px 0 0;
  color: #07294d;
  font-size: 21px;
}

.contact-form-heading > i {
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  border-radius: 12px;
  background: #eaf3f7;
  color: #0a5279;
  font-size: 18px;
}

.contact-modern-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.contact-modern-field label {
  display: block;
  margin-bottom: 4px;
  color: #40566b;
  font-size: 13px;
  font-weight: 700;
}

.contact-modern-field input,
.contact-modern-field select,
.contact-modern-field textarea {
  display: block;
  width: 100%;
  height: 42px;
  padding: 9px 11px;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  outline: 0;
  background: #f9fbfc;
  color: #233d55;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-modern-field textarea {
  height: 79px;
  resize: vertical;
}

.contact-modern-field input:focus,
.contact-modern-field select:focus,
.contact-modern-field textarea:focus {
  border-color: #f59e0b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245,158,11,.1);
}

.contact-modern-message {
  grid-column: 1 / -1;
}

.contact-modern-submit {
  grid-column: 1 / -1;
  display: flex;
  padding-top: 3px;
  align-items: center;
  justify-content: space-between;
}

.contact-modern-submit small {
  color: #718096;
  font-size: 12px;
}

.contact-modern-submit small i {
  margin-right: 4px;
  color: #0a5279;
}

.contact-modern-submit button {
  display: inline-flex;
  padding: 10px 16px;
  gap: 8px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: #fc5c38;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.contact-modern-submit button:hover {
  background: #e14c2d;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(252,92,56,.2);
}

.contact-location-section {
  background: #fff;
}

.contact-location-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 25px;
  align-items: stretch;
}

.contact-location-copy {
  padding: 25px 5px 25px 0;
}

.contact-location-copy h2 {
  font-size: 26px;
}

.contact-office-details {
  display: grid;
  margin: 20px 0;
  gap: 10px;
}

.contact-office-details > div {
  display: flex;
  padding: 10px 12px;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #e2e9ee;
  border-radius: 10px;
  background: #fafcfd;
}

.contact-office-details i {
  color: #f59e0b;
  font-size: 17px;
}

.contact-office-details span {
  color: #50667a;
  font-size: 13px;
  line-height: 1.5;
}

.contact-office-details small {
  display: block;
  margin-bottom: 1px;
  color: #8a9baa;
  font-size: 10px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.contact-map-link {
  display: inline-flex;
  padding: 9px 13px;
  gap: 7px;
  align-items: center;
  border-radius: 8px;
  background: #0a5279;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.contact-map-link:hover {
  background: #f59e0b;
  color: #07294d;
}

.contact-map-frame {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid #dce6ec;
  border-radius: 17px;
  box-shadow: 0 13px 33px rgba(7,41,77,.09);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
}

.contact-map-badge {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  padding: 10px 13px;
  gap: 9px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 11px;
  background: rgba(7,41,77,.9);
  color: #fff;
  backdrop-filter: blur(7px);
}

.contact-map-badge i {
  color: #f6ad55;
  font-size: 18px;
}

.contact-map-badge span {
  font-size: 11px;
}

.contact-map-badge strong {
  display: block;
  font-size: 13px;
}

.contact-help-section {
  padding-top: 0;
  background: #fff;
}

.contact-help-panel {
  display: flex;
  padding: 22px 25px;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dce6ec;
  border-radius: 15px;
  background: linear-gradient(135deg, #f5f9fb, #fffaf2);
}

.contact-help-panel h2 {
  margin: 0;
  font-size: 20px;
}

.contact-help-panel nav {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.contact-help-panel nav a {
  display: inline-flex;
  padding: 9px 12px;
  gap: 7px;
  align-items: center;
  border: 1px solid #dce5eb;
  border-radius: 8px;
  background: #fff;
  color: #0a5279;
  font-size: 13px;
  font-weight: 700;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

.contact-help-panel nav a:hover {
  border-color: #f59e0b;
  color: #f59e0b;
  transform: translateY(-2px);
}

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

  .contact-channel-card {
    min-height: 105px;
  }

  .contact-consultation-layout,
  .contact-location-layout {
    grid-template-columns: 1fr;
  }

  .contact-help-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact-overview-section,
  .contact-consultation-section,
  .contact-location-section,
  .contact-help-section {
    padding: 40px 0;
  }

  .contact-help-section {
    padding-top: 0;
  }

  .contact-overview-heading h2,
  .contact-consultation-panel h2,
  .contact-location-copy h2 {
    font-size: 23px;
  }

  .contact-consultation-panel,
  .contact-consultation-form {
    padding: 24px 21px;
  }

  .contact-modern-form {
    grid-template-columns: 1fr;
  }

  .contact-modern-message,
  .contact-modern-submit {
    grid-column: auto;
  }

  .contact-modern-submit {
    gap: 11px;
    align-items: stretch;
    flex-direction: column;
  }

  .contact-modern-submit button {
    justify-content: center;
  }

  .contact-location-copy {
    padding: 0;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 285px;
  }

  .contact-help-panel nav {
    width: 100%;
  }

  .contact-help-panel nav a {
    flex: 1 1 100%;
  }
}

/* Dynamic university listing */
.destination-universities-section {
  padding: 48px 0;
  background: #fff;
}

.destination-university-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.destination-university-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 116px;
  padding: 17px;
  gap: 12px;
  align-items: center;
  border: 1px solid #dfe8ed;
  border-radius: 13px;
  background: #fbfcfd;
  box-shadow: 0 6px 20px rgba(7,41,77,.04);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.destination-university-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 11px;
  background: #e9f3f7;
  color: #0a5279;
  font-size: 18px;
}

.destination-university-card span {
  display: block;
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.destination-university-card h3 {
  margin: 3px 0 3px;
  color: #07294d;
  font-size: 16px;
  line-height: 1.35;
}

.destination-university-card p {
  margin: 0;
  color: #718096;
  font-size: 13px;
}

.destination-university-card > a {
  color: #9aacb8;
  font-size: 16px;
}

.destination-university-card:hover {
  border-color: rgba(245,158,11,.5);
  transform: translateY(-4px);
  box-shadow: 0 13px 28px rgba(7,41,77,.09);
}

.destination-university-card:hover > a {
  color: #f59e0b;
}

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

@media (max-width: 575px) {
  .destination-university-grid {
    grid-template-columns: 1fr;
  }
}

/* Floating admission badge and popup */
.whatsapp-consultation-float {
  position: fixed;
  z-index: 991;
  bottom: 22px;
  left: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  min-width: 188px;
  padding: 9px 14px 9px 9px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 15px;
  background: linear-gradient(135deg, #20bb64, #10964d);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 14px 34px rgba(15,137,70,.3);
  transition: color .2s ease, transform .25s ease, box-shadow .25s ease;
}

.whatsapp-consultation-float:hover {
  color: #fff;
  box-shadow: 0 18px 40px rgba(15,137,70,.4);
  transform: translateY(-4px);
}

.whatsapp-float-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
  font-size: 21px;
  animation: whatsappIconFloat 3s ease-in-out infinite;
}

.whatsapp-float-copy {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.whatsapp-float-copy small {
  display: block;
  margin-bottom: 1px;
  color: rgba(255,255,255,.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.whatsapp-float-status {
  position: absolute;
  top: 7px;
  left: 40px;
  width: 8px;
  height: 8px;
  border: 2px solid #138e4b;
  border-radius: 50%;
  background: #d8ffdf;
  box-shadow: 0 0 0 0 rgba(216,255,223,.65);
  animation: whatsappStatusPulse 2s ease-out infinite;
}

.whatsapp-consultation-float::before {
  position: absolute;
  content: "";
  inset: -5px;
  z-index: -1;
  border: 1px solid rgba(32,187,100,.28);
  border-radius: 19px;
  opacity: 0;
  animation: whatsappOuterPulse 2.8s ease-out infinite;
}

.admission-float-badge {
  position: fixed;
  z-index: 990;
  right: 18px;
  top: 55%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-width: 175px;
  padding: 9px 11px;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 13px;
  background: linear-gradient(135deg, #fc5c38, #e9344e);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  box-shadow: 0 13px 30px rgba(201,45,60,.3);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .25s ease, box-shadow .25s ease;
  animation: admissionBadgeFloat 3.2s ease-in-out infinite;
}

.admission-float-badge:hover {
  color: #fff;
  transform: translateY(calc(-50% - 3px));
  box-shadow: 0 18px 35px rgba(201,45,60,.38);
}

.admission-float-icon {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.16);
  font-size: 16px;
}

.admission-float-badge span:nth-child(2) {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.admission-float-badge small {
  display: block;
  color: rgba(255,255,255,.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.admission-float-badge > i {
  font-size: 13px;
}

.admission-popup {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease;
}

.admission-popup.is-open {
  visibility: visible;
  opacity: 1;
}

.admission-popup-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(3,18,34,.72);
  backdrop-filter: blur(5px);
  cursor: default;
}

.admission-popup-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  width: min(100%, 820px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.3);
  transform: translateY(18px) scale(.98);
  transition: transform .3s cubic-bezier(.22,.7,.2,1);
}

.admission-popup.is-open .admission-popup-dialog {
  transform: translateY(0) scale(1);
}

.admission-popup-close {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: #f0f4f6;
  color: #526779;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.admission-popup-close:hover {
  background: #fc5c38;
  color: #fff;
  transform: rotate(5deg);
}

.admission-popup-side {
  position: relative;
  padding: 31px 27px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(245,158,11,.22), transparent 27%),
    linear-gradient(145deg, #0a5279, #07294d 72%);
}

.admission-popup-side::after {
  content: '';
  position: absolute;
  right: -85px;
  bottom: -95px;
  width: 205px;
  height: 205px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}

.admission-popup-kicker {
  display: block;
  margin-bottom: 8px;
  color: #f6ad55;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.admission-popup-side h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}

.admission-popup-side > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.7;
}

.admission-popup-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 20px 0;
  gap: 9px;
}

.admission-popup-benefits span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255,255,255,.88);
  font-size: 13px;
}

.admission-popup-benefits i {
  color: #f6ad55;
}

.admission-popup-stat {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 10px 13px;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
}

.admission-popup-stat strong {
  color: #f6ad55;
  font-size: 22px;
}

.admission-popup-stat span {
  max-width: 90px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  line-height: 1.4;
}

.admission-popup-form-wrap {
  padding: 29px 28px 25px;
}

.admission-popup-heading {
  margin-bottom: 18px;
  padding-right: 35px;
}

.admission-popup-heading span {
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admission-popup-heading h3 {
  margin: 2px 0 0;
  color: #07294d;
  font-size: 20px;
}

.admission-popup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 12px;
}

.admission-popup-field label {
  display: block;
  margin-bottom: 4px;
  color: #43596d;
  font-size: 12px;
  font-weight: 700;
}

.admission-popup-field input,
.admission-popup-field select,
.admission-popup-field textarea {
  display: block !important;
  width: 100%;
  height: 41px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #dae4ea;
  border-radius: 8px;
  outline: 0;
  background: #f8fafb;
  color: #223e56;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  box-shadow: none;
}

.admission-popup-field textarea {
  height: 62px;
  resize: vertical;
}

.admission-popup-field input:focus,
.admission-popup-field select:focus,
.admission-popup-field textarea:focus {
  border-color: #f59e0b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245,158,11,.1);
}

.admission-popup-wide {
  grid-column: 1 / -1;
}

.admission-popup-submit {
  display: flex;
  padding-top: 2px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.admission-popup-submit small {
  color: #718096;
  font-size: 11px;
}

.admission-popup-submit small i {
  margin-right: 3px;
  color: #0a5279;
}

.admission-popup-submit button {
  display: inline-flex;
  padding: 10px 15px;
  gap: 7px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: #fc5c38;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.admission-popup-submit button:hover {
  background: #e14c2d;
  transform: translateY(-2px);
}

body.admission-popup-active {
  overflow: hidden;
}

@keyframes admissionBadgeFloat {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -7px; }
}

@keyframes whatsappIconFloat {
  0%, 100% { transform: rotate(0) scale(1); }
  50% { transform: rotate(-5deg) scale(1.06); }
}

@keyframes whatsappStatusPulse {
  0% { box-shadow: 0 0 0 0 rgba(216,255,223,.65); }
  70%, 100% { box-shadow: 0 0 0 7px rgba(216,255,223,0); }
}

@keyframes whatsappOuterPulse {
  0% { opacity: .8; transform: scale(.96); }
  75%, 100% { opacity: 0; transform: scale(1.09); }
}

@media (max-width: 767px) {
  .whatsapp-consultation-float {
    bottom: 14px;
    left: 12px;
    min-width: 0;
    padding: 8px;
    border-radius: 50%;
  }

  .whatsapp-float-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: transparent;
    font-size: 23px;
  }

  .whatsapp-float-copy,
  .whatsapp-float-status {
    display: none;
  }

  .whatsapp-consultation-float::before {
    border-radius: 50%;
  }

  .admission-float-badge {
    top: auto;
    right: 58px;
    bottom: 14px;
    min-width: 0;
    padding: 8px 10px;
    transform: none;
    animation: none;
  }

  .admission-float-badge:hover {
    transform: translateY(-2px);
  }

  .admission-float-icon {
    width: 31px;
    height: 31px;
  }

  .admission-float-badge > i {
    display: none;
  }

  .admission-popup {
    padding: 10px;
  }

  .admission-popup-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 20px);
  }

  .admission-popup-side {
    padding: 24px 21px;
  }

  .admission-popup-side h2 {
    padding-right: 35px;
    font-size: 21px;
  }

  .admission-popup-stat {
    display: none;
  }

  .admission-popup-form-wrap {
    padding: 22px 20px;
  }
}

@media (max-width: 480px) {
  .admission-float-badge span:nth-child(2) {
    font-size: 12px;
  }

  .admission-popup-form {
    grid-template-columns: 1fr;
  }

  .admission-popup-wide {
    grid-column: auto;
  }

  .admission-popup-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .admission-popup-submit button {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .admission-float-badge,
  .whatsapp-float-icon,
  .whatsapp-float-status,
  .whatsapp-consultation-float::before {
    animation: none;
  }
}

/* Redesigned compact Programs page */
.programs-page-banner .page-banner-cont {
  max-width: 690px;
}

.programs-banner-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #f6ad55;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.programs-page-banner .page-banner-cont > p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 16px;
}

.programs-page-section {
  padding: 42px 0 50px;
  background:
    radial-gradient(circle at 95% 5%, rgba(245,158,11,.07), transparent 24%),
    #f6f9fb;
}

.program-filter-shell {
  padding: 17px;
  border: 1px solid #dce6ec;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 11px 31px rgba(7,41,77,.07);
}

.program-filter-heading {
  display: flex;
  margin-bottom: 12px;
  padding: 0 3px;
  align-items: end;
  justify-content: space-between;
}

.program-filter-heading span {
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.program-filter-heading h3 {
  margin: 2px 0 0;
  color: #07294d;
  font-size: 17px;
}

.program-filter-heading > a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #718096;
  font-size: 12px;
  font-weight: 700;
}

.program-filter-heading > a:hover {
  color: #fc5c38;
}

.program-filter-form {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1fr .85fr auto;
  overflow: hidden;
  border: 1px solid #dfe7ed;
  border-radius: 11px;
  background: #f9fbfc;
}

.program-filter-field {
  min-width: 0;
  padding: 9px 12px;
  border-right: 1px solid #e1e8ed;
}

.program-filter-field label {
  display: block;
  margin: 0 0 2px 23px;
  color: #8796a4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.program-filter-field > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.program-filter-field i {
  flex: 0 0 auto;
  color: #f59e0b;
  font-size: 16px;
}

.program-filter-field input,
.program-filter-field select {
  display: block !important;
  min-width: 0;
  width: 100%;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #203d56;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  box-shadow: none;
}

.program-filter-field select {
  cursor: pointer;
}

.program-filter-submit {
  display: inline-flex;
  min-width: 105px;
  margin: 5px;
  padding: 0 14px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffb300, #f59e0b);
  color: #07294d;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.program-filter-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(245,158,11,.24);
}

.program-results-bar {
  display: flex;
  margin: 28px 0 17px;
  align-items: end;
  justify-content: space-between;
}

.program-results-bar h2 {
  margin: 0;
  color: #07294d;
  font-size: 23px;
}

.program-results-note {
  display: inline-flex;
  padding: 7px 10px;
  gap: 6px;
  align-items: center;
  border: 1px solid #dde7ec;
  border-radius: 20px;
  background: #fff;
  color: #607488;
  font-size: 12px;
}

.program-results-note i {
  color: #168354;
}

.program-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.program-result-card {
  position: relative;
  display: flex;
  min-height: 315px;
  overflow: hidden;
  border: 1px solid #dfe7ed;
  border-radius: 15px;
  background: #fff;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(7,41,77,.045);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.program-card-accent {
  height: 4px;
  background: linear-gradient(90deg, #0a5279, #1594b8, #f59e0b);
}

.program-card-top {
  display: flex;
  padding: 16px 17px 0;
  align-items: center;
  justify-content: space-between;
}

.program-card-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 12px;
  background: #eaf3f7;
  color: #0a5279;
  font-size: 19px;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.program-card-badges {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.program-card-badges span {
  padding: 4px 7px;
  border-radius: 20px;
  background: #edf3f6;
  color: #4e6578;
  font-size: 10px;
  font-weight: 800;
}

.program-card-badges .is-popular {
  background: #fff2d9;
  color: #bd7300;
}

.program-card-content {
  padding: 14px 17px 16px;
  flex: 1 1 auto;
}

.program-card-category {
  display: block;
  margin-bottom: 5px;
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.program-card-content h3 {
  min-height: 44px;
  margin: 0 0 10px;
  color: #07294d;
  font-size: 16px;
  line-height: 1.4;
}

.program-card-university {
  display: flex;
  padding: 8px 9px;
  gap: 7px;
  align-items: flex-start;
  border-radius: 8px;
  background: #f4f8fa;
  color: #405b70;
  font-size: 13px;
  line-height: 1.45;
}

.program-card-university i {
  margin-top: 1px;
  color: #0a5279;
}

.program-card-meta {
  display: flex;
  margin-top: 10px;
  gap: 7px;
  flex-wrap: wrap;
}

.program-card-meta span {
  display: inline-flex;
  padding: 5px 7px;
  gap: 5px;
  align-items: center;
  border: 1px solid #e1e8ed;
  border-radius: 7px;
  color: #65798b;
  font-size: 11px;
}

.program-card-meta i {
  color: #f59e0b;
}

.program-card-content > p {
  display: -webkit-box;
  margin: 11px 0 0;
  overflow: hidden;
  color: #718096;
  font-size: 12px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.program-card-footer {
  display: flex;
  padding: 11px 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7edf1;
  background: #fbfcfd;
}

.program-card-footer > a,
.program-quick-inquiry {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}

.program-card-footer > a {
  color: #0a5279;
}

.program-quick-inquiry {
  padding: 6px 9px;
  border: 0;
  border-radius: 7px;
  background: #fc5c38;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

.program-result-card:hover {
  border-color: rgba(245,158,11,.5);
  transform: translateY(-5px);
  box-shadow: 0 17px 35px rgba(7,41,77,.11);
}

.program-result-card:hover .program-card-icon {
  background: #0a5279;
  color: #fff;
  transform: rotate(-5deg);
}

.program-empty-state {
  padding: 55px 20px;
  border: 1px dashed #ccd9e1;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}

.program-empty-state > i {
  display: grid;
  width: 55px;
  height: 55px;
  margin: 0 auto 13px;
  place-items: center;
  border-radius: 50%;
  background: #eaf3f7;
  color: #0a5279;
  font-size: 22px;
}

.program-empty-state h3 {
  margin-bottom: 5px;
  color: #07294d;
  font-size: 18px;
}

.program-empty-state p {
  margin-bottom: 12px;
  color: #718096;
  font-size: 14px;
}

.program-empty-state a {
  color: #f59e0b;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .program-filter-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-filter-field {
    border-bottom: 1px solid #e1e8ed;
  }

  .program-filter-submit {
    min-height: 45px;
    grid-column: 1 / -1;
  }

  .program-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .programs-page-section {
    padding: 35px 0 42px;
  }

  .program-filter-form {
    grid-template-columns: 1fr;
  }

  .program-filter-field {
    border-right: 0;
  }

  .program-filter-submit {
    grid-column: auto;
  }

  .program-results-bar {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .program-results-grid {
    grid-template-columns: 1fr;
  }

  .program-result-card {
    min-height: 0;
  }
}

/* Redesigned homepage search hints */
.frontend-site .hero-search-suggestions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 8px;
  padding: 8px 9px;
  gap: 10px;
  align-items: center;
  border: 1px solid #e2e9ee;
  border-radius: 10px;
  background: linear-gradient(90deg, #f8fbfc, #fffaf2);
  color: #52687a;
}

.hero-suggestion-label {
  display: flex;
  padding-right: 11px;
  gap: 8px;
  align-items: center;
  border-right: 1px solid #e0e7ec;
  white-space: nowrap;
}

.hero-suggestion-label > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  background: #fff0d5;
  color: #d88400;
  font-size: 15px;
}

.hero-suggestion-label small {
  display: block;
  color: #f59e0b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .7px;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-suggestion-label strong {
  display: block;
  color: #314e67;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-suggestion-list {
  display: flex;
  min-width: 0;
  gap: 6px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.hero-suggestion-list::-webkit-scrollbar {
  display: none;
}

.frontend-site .hero-suggestion-list a {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 6px 9px;
  gap: 6px;
  align-items: center;
  border: 1px solid #e0e7ec;
  border-radius: 8px;
  background: #fff;
  color: #34536c;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(7,41,77,.035);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.hero-suggestion-list a i {
  color: #f59e0b;
  font-size: 13px;
}

.frontend-site .hero-suggestion-list a:hover {
  border-color: #f59e0b;
  background: #fffaf1;
  color: #b76d00;
  transform: translateY(-1px);
}

.hero-suggestion-all {
  display: inline-flex;
  padding-left: 10px;
  gap: 5px;
  align-items: center;
  border-left: 1px solid #e0e7ec;
  color: #0a5279;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-suggestion-all i {
  color: #f59e0b;
  transition: transform .2s ease;
}

.hero-suggestion-all:hover {
  color: #f59e0b;
}

.hero-suggestion-all:hover i {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .frontend-site .hero-search-suggestions {
    grid-template-columns: 1fr auto;
    padding: 8px;
  }

  .hero-suggestion-label {
    border-right: 0;
  }

  .hero-suggestion-list {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 2px;
  }

  .hero-suggestion-all {
    border-left: 0;
  }
}

@media (max-width: 480px) {
  .hero-suggestion-label strong {
    display: none;
  }

  .hero-suggestion-list a {
    padding: 6px 8px;
  }
}

/* Custom homepage autocomplete hints */
.frontend-site .hero-search-form {
  overflow: visible;
}

.hero-keyword-field {
  position: relative;
  z-index: 12;
}

.hero-hint-toggle {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: #f0f5f7;
  color: #31536d;
  font-size: 12px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.hero-keyword-field.is-hint-open .hero-hint-toggle {
  background: #fff0d5;
  color: #d88400;
  transform: rotate(180deg);
}

.hero-hint-options {
  position: absolute;
  z-index: 100;
  top: calc(100% + 7px);
  right: 8px;
  left: 8px;
  max-height: 285px;
  padding: 6px;
  overflow-y: auto;
  visibility: hidden;
  border: 1px solid #dce6ec;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(7,41,77,.19);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.hero-keyword-field.is-hint-open .hero-hint-options {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.hero-hint-header {
  display: flex;
  padding: 7px 8px 8px;
  gap: 7px;
  align-items: center;
  border-bottom: 1px solid #edf1f4;
  color: #f59e0b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.hero-hint-options > button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: 100%;
  padding: 9px 8px;
  gap: 9px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #f0f3f5;
  border-radius: 7px;
  background: transparent;
  color: #294a64;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  transition: color .15s ease, background .15s ease;
}

.hero-hint-options > button:last-of-type {
  border-bottom: 0;
}

.hero-hint-options > button > i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  background: #eef5f8;
  color: #0a5279;
  font-size: 13px;
}

.hero-hint-options > button small {
  color: #99a7b2;
  font-size: 10px;
  white-space: nowrap;
}

.hero-hint-options > button:hover,
.hero-hint-options > button.is-active {
  background: #fff7e9;
  color: #b86e00;
}

.hero-hint-options > button:hover > i,
.hero-hint-options > button.is-active > i {
  background: #f59e0b;
  color: #fff;
}

.hero-hint-empty {
  display: none;
  padding: 18px 10px;
  color: #7b8d9c;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-hint-options {
    top: calc(100% + 5px);
    right: 0;
    left: 0;
  }
}

/* Free consultation page */
.consultation-hero {
  position: relative;
  padding: 70px 0 64px;
  overflow: hidden;
  background: linear-gradient(120deg, #07395d 0%, #0b547b 68%, #126d8d 100%);
  color: #fff;
}

.consultation-hero::before,
.consultation-hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
}

.consultation-hero::before { width: 360px; height: 360px; right: -90px; top: -190px; }
.consultation-hero::after { width: 210px; height: 210px; right: 180px; bottom: -150px; }

.consultation-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  max-width: 1020px;
  margin: auto;
  gap: 70px;
  align-items: center;
}

.consultation-kicker {
  display: inline-flex;
  margin-bottom: 15px;
  gap: 8px;
  align-items: center;
  color: #ffb224;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.consultation-hero-copy h1 {
  max-width: 740px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
}

.consultation-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.75;
}

.consultation-hero-points { display: flex; margin-top: 24px; gap: 18px; flex-wrap: wrap; }
.consultation-hero-points span { display: flex; gap: 7px; align-items: center; color: #fff; font-size: 14px; font-weight: 600; }
.consultation-hero-points i { color: #ffb224; font-size: 17px; }

.consultation-hero-stat {
  padding: 24px 18px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 18px 45px rgba(0,20,40,.18);
  text-align: center;
  backdrop-filter: blur(8px);
}

.consultation-stat-icon { display: grid; width: 45px; height: 45px; margin: 0 auto 13px; place-items: center; border-radius: 14px; background: #ffae18; color: #07395d; font-size: 21px; }
.consultation-hero-stat strong { display: block; color: #fff; font-size: 30px; line-height: 1; }
.consultation-hero-stat span { display: block; margin-top: 7px; color: #fff; font-size: 15px; font-weight: 700; }
.consultation-hero-stat small { display: block; margin-top: 8px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }

.consultation-purpose { padding: 55px 0 58px; background: #fff; }
.consultation-purpose-heading { display: grid; grid-template-columns: 1.05fr .95fr; max-width: 1040px; margin: 0 auto 26px; gap: 60px; align-items: end; }
.consultation-purpose-heading h2 { max-width: 560px; margin: 7px 0 0; color: #0a3555; font-size: 30px; line-height: 1.3; }
.consultation-purpose-heading > p { margin: 0; color: #718391; font-size: 14px; line-height: 1.75; }
.consultation-purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1040px; margin: auto; gap: 13px; }
.consultation-purpose-grid article { position: relative; min-height: 155px; padding: 22px 20px; overflow: hidden; border: 1px solid #e1eaf0; border-radius: 14px; background: #fbfdfe; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.consultation-purpose-grid article:hover { border-color: #f0c46f; background: #fff; box-shadow: 0 15px 34px rgba(22,52,73,.08); transform: translateY(-4px); }
.consultation-purpose-grid article > span { position: absolute; top: 13px; right: 15px; color: #e9f0f4; font-size: 24px; font-weight: 800; }
.consultation-purpose-grid article > i { display: grid; width: 39px; height: 39px; margin-bottom: 12px; place-items: center; border-radius: 10px; background: #eaf4f7; color: #0b557c; font-size: 17px; }
.consultation-purpose-grid article:nth-child(even) > i { background: #fff2dc; color: #d98300; }
.consultation-purpose-grid h3 { margin: 0 0 5px; color: #123b58; font-size: 16px; }
.consultation-purpose-grid p { margin: 0; color: #758693; font-size: 12px; line-height: 1.65; }

.consultation-main { padding: 58px 0; background: #f4f8fa; }
.consultation-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); max-width: 1080px; margin: auto; gap: 24px; align-items: stretch; }

.consultation-guide {
  padding: 32px 28px;
  border-radius: 20px;
  background: #07395d;
  color: #fff;
  box-shadow: 0 18px 50px rgba(7,57,93,.14);
}

.consultation-guide .home-eyebrow { color: #ffb224; }
.consultation-guide h2 { margin: 10px 0 10px; color: #fff; font-size: 25px; line-height: 1.3; }
.consultation-guide > p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.consultation-benefits { display: grid; margin-top: 24px; gap: 9px; }
.consultation-benefits > div { display: grid; grid-template-columns: 38px 1fr; padding: 12px; gap: 11px; align-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.055); }
.consultation-benefits i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: rgba(255,178,36,.14); color: #ffb224; font-size: 16px; }
.consultation-benefits strong { display: block; margin-bottom: 2px; color: #fff; font-size: 14px; }
.consultation-benefits span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }
.consultation-direct { margin-top: 22px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); }
.consultation-direct small, .consultation-direct span { display: block; color: rgba(255,255,255,.55); font-size: 12px; }
.consultation-direct a { display: inline-flex; margin: 7px 0 5px; gap: 7px; align-items: center; color: #fff; font-size: 16px; font-weight: 700; }

.consultation-form-card { padding: 31px 32px; border: 1px solid #e0e9ee; border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(24,55,78,.08); }
.consultation-form-head { display: flex; margin-bottom: 23px; gap: 16px; justify-content: space-between; align-items: flex-start; }
.consultation-form-head span { color: #e88c00; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.consultation-form-head h2 { margin: 4px 0 4px; color: #0a3555; font-size: 25px; }
.consultation-form-head p { margin: 0; color: #718291; font-size: 13px; }
.consultation-form-badge { padding: 7px 10px; border-radius: 20px; background: #edf8f3; color: #27815b; font-size: 12px; font-weight: 700; white-space: nowrap; }

.consultation-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.consultation-field-wide { grid-column: 1 / -1; }
.consultation-field label { display: block; margin-bottom: 6px; color: #294a63; font-size: 12px; font-weight: 700; }
.consultation-field label b { color: #f05a43; }
.consultation-control { position: relative; }
.consultation-control > i { position: absolute; z-index: 2; top: 50%; left: 13px; color: #e89718; font-size: 16px; transform: translateY(-50%); pointer-events: none; }
.consultation-field input,
.consultation-field select,
.consultation-field textarea {
  width: 100%;
  height: 44px;
  padding: 0 13px 0 38px;
  border: 1px solid #dce6eb;
  border-radius: 9px;
  outline: 0;
  background: #fbfdfe;
  color: #183d58;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.consultation-field select { display: block !important; padding-right: 34px; appearance: none; -webkit-appearance: none; cursor: pointer; }
.consultation-select-control::after { position: absolute; z-index: 2; top: 50%; right: 13px; content: "\F282"; color: #60788a; font-family: "bootstrap-icons"; font-size: 13px; transform: translateY(-50%); pointer-events: none; }
.consultation-field textarea { height: auto; min-height: 82px; padding: 12px 13px; resize: vertical; }
.consultation-field input:focus, .consultation-field select:focus, .consultation-field textarea:focus { border-color: #f3a11b; background: #fff; box-shadow: 0 0 0 3px rgba(243,161,27,.11); }
.consultation-submit { display: flex; margin-top: 2px; gap: 20px; justify-content: space-between; align-items: center; }
.consultation-submit span { color: #81909b; font-size: 11px; }
.consultation-submit span i { color: #3d9a70; }
.consultation-submit button { display: inline-flex; min-height: 44px; padding: 0 19px; gap: 11px; align-items: center; border: 0; border-radius: 9px; background: #ffa900; color: #092f4a; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.consultation-submit button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255,169,0,.28); }

.consultation-steps { padding: 55px 0 65px; background: #fff; }
.consultation-section-heading { max-width: 690px; margin: 0 auto 30px; text-align: center; }
.consultation-section-heading h2 { margin-top: 5px; color: #0a3555; font-size: 30px; }
.consultation-section-heading p { margin: 8px 0 0; color: #778895; font-size: 13px; }
.consultation-process { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1080px; margin: auto; gap: 14px; }
.consultation-process::before { position: absolute; top: 51px; right: 10%; left: 10%; height: 1px; content: ""; border-top: 1px dashed #d7e1e7; }
.consultation-process article { position: relative; z-index: 1; padding: 18px; border: 1px solid #e2eaf0; border-radius: 15px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.consultation-process article:hover { border-color: #f3c773; box-shadow: 0 15px 34px rgba(20,50,73,.09); transform: translateY(-4px); }
.consultation-process-number { position: absolute; top: 13px; right: 15px; color: #e8eff3; font-size: 22px; font-weight: 800; }
.consultation-process-icon { display: grid; width: 42px; height: 42px; margin-bottom: 17px; place-items: center; border: 5px solid #fff; border-radius: 50%; outline: 1px solid #dce7ec; background: #0b557c; color: #fff; font-size: 16px; }
.consultation-process article:nth-child(even) .consultation-process-icon { background: #efa014; }
.consultation-process small { color: #df8907; font-size: 10px; font-weight: 800; letter-spacing: .65px; text-transform: uppercase; }
.consultation-process h3 { margin: 4px 0 6px; color: #123b58; font-size: 16px; }
.consultation-process p { margin: 0; color: #758693; font-size: 12px; line-height: 1.65; }
.consultation-prepare { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; max-width: 1080px; margin: 18px auto 0; padding: 17px 19px; gap: 14px; align-items: center; border-radius: 14px; background: #07395d; }
.consultation-prepare-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 11px; background: rgba(255,255,255,.1); color: #ffb224; font-size: 18px; }
.consultation-prepare span { color: #ffb224; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.consultation-prepare h3 { margin: 3px 0 0; color: #fff; font-size: 14px; font-weight: 600; }
.consultation-prepare a { display: inline-flex; padding: 9px 13px; gap: 7px; align-items: center; border-radius: 8px; background: #fff; color: #0a3a5b; font-size: 11px; font-weight: 800; white-space: nowrap; }

@media (max-width: 991px) {
  .consultation-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .consultation-hero-stat { display: none; }
  .consultation-purpose-heading { grid-template-columns: 1fr; gap: 12px; }
  .consultation-purpose-grid { grid-template-columns: repeat(2, 1fr); }
  .consultation-process { grid-template-columns: repeat(2, 1fr); }
  .consultation-process::before { display: none; }
  .consultation-layout { grid-template-columns: 1fr; }
  .consultation-guide { display: grid; grid-template-columns: 1fr 1.25fr; gap: 0 28px; }
  .consultation-guide > .home-eyebrow, .consultation-guide > h2, .consultation-guide > p, .consultation-direct { grid-column: 1; }
  .consultation-benefits { grid-column: 2; grid-row: 1 / span 5; margin-top: 0; }
}

@media (max-width: 767px) {
  .consultation-hero { padding: 48px 0 43px; }
  .consultation-hero-copy h1 { font-size: 33px; }
  .consultation-hero-points { display: grid; gap: 9px; }
  .consultation-main { padding: 35px 0; }
  .consultation-guide { display: block; padding: 26px 21px; }
  .consultation-benefits { margin-top: 20px; }
  .consultation-form-card { padding: 25px 18px; }
  .consultation-form-head { display: block; }
  .consultation-form-badge { display: none; }
  .consultation-form { grid-template-columns: 1fr; }
  .consultation-field-wide { grid-column: auto; }
  .consultation-submit { display: grid; }
  .consultation-submit button { justify-content: center; }
  .consultation-purpose { padding: 38px 0 40px; }
  .consultation-purpose-grid { grid-template-columns: 1fr; }
  .consultation-process { grid-template-columns: 1fr; }
  .consultation-process::before { display: none; }
  .consultation-prepare { grid-template-columns: auto 1fr; }
  .consultation-prepare a { grid-column: 1 / -1; justify-content: center; }
  .consultation-steps { padding: 40px 0 45px; }
}

/* Consultation page typography */
.consultation-kicker { font-size: 15px; }
.consultation-hero-copy > p { font-size: 17px; }
.consultation-hero-points span { font-size: 16px; }
.consultation-hero-stat span { font-size: 17px; }
.consultation-hero-stat small { font-size: 14px; }

.consultation-purpose-heading > p,
.consultation-guide > p { font-size: 16px; }
.consultation-purpose-grid h3 { font-size: 16px; }
.consultation-purpose-grid p { font-size: 15px; line-height: 1.65; }

.consultation-guide h2 { font-size: 27px; }
.consultation-benefits strong { font-size: 16px; }
.consultation-benefits span { font-size: 14px; }
.consultation-direct small,
.consultation-direct span { font-size: 14px; }

.consultation-form-head span { font-size: 13px; }
.consultation-form-head h2 { font-size: 28px; }
.consultation-form-head p { font-size: 15px; }
.consultation-form-badge { font-size: 13px; }
.consultation-field label { font-size: 15px; }
.consultation-field input,
.consultation-field select,
.consultation-field textarea { font-size: 15px; }
.consultation-submit span { font-size: 13px; }
.consultation-submit button { font-size: 15px; }

.consultation-section-heading p { font-size: 15px; }
.consultation-process small { font-size: 12px; }
.consultation-process h3 { font-size: 16px; }
.consultation-process p { font-size: 15px; }
.consultation-prepare span { font-size: 12px; }
.consultation-prepare h3 { font-size: 16px; }
.consultation-prepare a { font-size: 13px; }

@media (max-width: 767px) {
  .consultation-hero-copy > p { font-size: 17px; }
  .consultation-purpose-heading h2,
  .consultation-section-heading h2 { font-size: 26px; }
  .consultation-form-head h2 { font-size: 24px; }
}

/* Consultation page motion */
.consultation-hero::before {
  animation: consultation-orbit 13s ease-in-out infinite alternate;
}

.consultation-hero::after {
  animation: consultation-orbit 10s ease-in-out -3s infinite alternate-reverse;
}

.consultation-hero-copy::after {
  position: absolute;
  width: 210px;
  height: 210px;
  content: "";
  top: -75px;
  left: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,178,36,.15), transparent 68%);
  pointer-events: none;
  animation: consultation-glow 5s ease-in-out infinite;
}

.consultation-hero-copy {
  position: relative;
}

.consultation-stat-icon {
  animation: consultation-icon-float 3.2s ease-in-out infinite;
}

.consultation-hero-stat.is-visible {
  animation: consultation-card-float 5s ease-in-out infinite;
}

.consultation-purpose-grid article::after {
  position: absolute;
  width: 80px;
  height: 80px;
  content: "";
  right: -42px;
  bottom: -48px;
  border-radius: 50%;
  background: rgba(255,174,24,.08);
  transition: transform .35s ease;
}

.consultation-purpose-grid article:hover::after {
  transform: scale(2);
}

.consultation-purpose-grid article:hover > i,
.consultation-benefits > div:hover i {
  animation: consultation-icon-pop .55s ease;
}

.consultation-benefits > div {
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.consultation-benefits > div:hover {
  border-color: rgba(255,178,36,.3);
  background: rgba(255,255,255,.09);
  transform: translateX(5px);
}

.consultation-form-card {
  position: relative;
  overflow: hidden;
}

.consultation-form-card::before {
  position: absolute;
  height: 3px;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #0b557c, #ffad16, #0b557c);
  background-size: 200% 100%;
  animation: consultation-form-line 4s linear infinite;
}

.consultation-field:focus-within label {
  color: #d98500;
  transform: translateX(2px);
}

.consultation-field label {
  transition: color .2s ease, transform .2s ease;
}

.consultation-process::after {
  position: absolute;
  z-index: 0;
  width: 38px;
  height: 3px;
  content: "";
  top: 50px;
  left: 10%;
  border-radius: 4px;
  background: linear-gradient(90deg, transparent, #f5a313, transparent);
  box-shadow: 0 0 12px rgba(245,163,19,.4);
  animation: consultation-route 5s linear infinite;
}

.consultation-process article:hover .consultation-process-icon {
  animation: consultation-icon-pop .55s ease;
}

.consultation-prepare-icon {
  animation: consultation-icon-float 3s ease-in-out infinite;
}

.consultation-prepare a {
  position: relative;
  overflow: hidden;
}

.consultation-prepare a::after {
  position: absolute;
  width: 30px;
  height: 100%;
  content: "";
  top: 0;
  left: -45px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
  transform: skewX(-20deg);
  animation: consultation-shine 3.6s ease-in-out infinite;
}

.consultation-submit button i,
.consultation-prepare a i {
  transition: transform .2s ease;
}

.consultation-submit button:hover i,
.consultation-prepare a:hover i {
  transform: translateX(4px);
}

@keyframes consultation-orbit {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-28px, 20px, 0) scale(1.08); }
}

@keyframes consultation-glow {
  0%, 100% { opacity: .45; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes consultation-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes consultation-icon-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-4px) rotate(3deg); }
}

@keyframes consultation-icon-pop {
  0% { transform: scale(1) rotate(0); }
  45% { transform: scale(1.14) rotate(-5deg); }
  100% { transform: scale(1) rotate(0); }
}

@keyframes consultation-form-line {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

@keyframes consultation-route {
  from { left: 8%; opacity: 0; }
  15%, 85% { opacity: 1; }
  to { left: 88%; opacity: 0; }
}

@keyframes consultation-shine {
  0%, 60% { left: -45px; }
  85%, 100% { left: calc(100% + 45px); }
}

@media (max-width: 991px) {
  .consultation-process::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .consultation-hero::before,
  .consultation-hero::after,
  .consultation-hero-copy::after,
  .consultation-stat-icon,
  .consultation-hero-stat.is-visible,
  .consultation-form-card::before,
  .consultation-process::after,
  .consultation-prepare-icon,
  .consultation-prepare a::after {
    animation: none !important;
  }

  .consultation-purpose-grid article,
  .consultation-benefits > div,
  .consultation-submit button {
    transition-duration: .01ms !important;
  }
}

/* Consultation mobile rules must remain last */
@media (max-width: 991px) {
  .consultation-hero,
  .consultation-purpose,
  .consultation-main,
  .consultation-steps { overflow: hidden; }
  .consultation-form-card,
  .consultation-guide { min-width: 0; }
}

@media (max-width: 767px) {
  .consultation-hero { padding: 42px 0 38px; }
  .consultation-kicker { margin-bottom: 11px; font-size: 13px; }
  .consultation-hero-copy h1 { margin-bottom: 12px; font-size: clamp(29px, 8vw, 34px); line-height: 1.17; }
  .consultation-hero-copy > p { font-size: 16px; line-height: 1.65; }
  .consultation-hero-points { margin-top: 18px; gap: 8px; }
  .consultation-hero-points span { font-size: 14px; }

  .consultation-purpose { padding: 34px 0; }
  .consultation-purpose-heading { margin-bottom: 19px; }
  .consultation-purpose-heading h2,
  .consultation-section-heading h2 { font-size: 25px; line-height: 1.3; }
  .consultation-purpose-heading > p,
  .consultation-guide > p { font-size: 15px; }
  .consultation-purpose-grid { gap: 10px; }
  .consultation-purpose-grid article { display: grid; grid-template-columns: 42px minmax(0, 1fr); min-height: 0; padding: 16px 42px 16px 15px; gap: 0 12px; align-items: center; }
  .consultation-purpose-grid article > i { grid-column: 1; grid-row: 1 / span 2; width: 42px; height: 42px; margin: 0; }
  .consultation-purpose-grid article > span { top: 10px; right: 12px; font-size: 19px; }
  .consultation-purpose-grid h3,
  .consultation-purpose-grid p { grid-column: 2; }
  .consultation-purpose-grid h3 { margin-bottom: 3px; font-size: 17px; }
  .consultation-purpose-grid p { font-size: 14px; line-height: 1.55; }

  .consultation-main { padding: 32px 0; }
  .consultation-layout { gap: 16px; }
  .consultation-guide { padding: 23px 18px; border-radius: 16px; }
  .consultation-guide h2 { margin-top: 7px; font-size: 24px; }
  .consultation-benefits { margin-top: 17px; gap: 8px; }
  .consultation-benefits > div { padding: 10px; }
  .consultation-direct { margin-top: 17px; padding-top: 15px; }

  .consultation-form-card { padding: 22px 16px 18px; border-radius: 16px; }
  .consultation-form-head { margin-bottom: 18px; }
  .consultation-form-head h2 { font-size: 23px; line-height: 1.3; }
  .consultation-form-head p { font-size: 14px; line-height: 1.55; }
  .consultation-form { gap: 13px; }
  .consultation-field label { margin-bottom: 5px; font-size: 14px; }
  .consultation-field input,
  .consultation-field select { height: 48px; font-size: 16px; }
  .consultation-field textarea { min-height: 96px; font-size: 16px; }
  .consultation-submit { gap: 10px; }
  .consultation-submit button { width: 100%; min-height: 48px; justify-content: center; font-size: 15px; }

  .consultation-steps { padding: 35px 0 42px; }
  .consultation-section-heading { margin-bottom: 21px; text-align: left; }
  .consultation-section-heading p { font-size: 14px; line-height: 1.6; }
  .consultation-process { gap: 10px; }
  .consultation-process article { display: grid; grid-template-columns: 44px minmax(0, 1fr); padding: 15px 38px 15px 14px; gap: 11px; align-items: center; }
  .consultation-process-icon { grid-column: 1; grid-row: 1; width: 40px; height: 40px; margin: 0; }
  .consultation-process article > div:last-child { grid-column: 2; }
  .consultation-process-number { top: 10px; right: 11px; font-size: 18px; }
  .consultation-process h3 { margin: 2px 0 3px; font-size: 17px; }
  .consultation-process p { font-size: 14px; line-height: 1.55; }
  .consultation-prepare { margin-top: 13px; padding: 15px; gap: 11px; }
  .consultation-prepare h3 { font-size: 14px; line-height: 1.55; }
  .consultation-prepare a { min-height: 43px; font-size: 13px; }

  .frontend-site .back-to-top { right: 15px; bottom: 76px; }
}

@media (max-width: 575px) {
  .frontend-site .navbar-brand { width: 132px; }
  .frontend-site .navbar-brand img { max-width: 100%; max-height: 40px; }
  .frontend-site .navbar-collapse { max-height: calc(100vh - 64px); overflow-y: auto; border-top: 1px solid #edf1f4; box-shadow: 0 15px 28px rgba(5,35,58,.12); }
  .consultation-hero-copy h1 { font-size: 28px; }

  .admission-float-badge {
    right: 12px;
    bottom: 14px;
    display: grid;
    grid-template-columns: 1fr;
    width: 54px;
    height: 54px;
    min-width: 0;
    padding: 0;
    place-items: center;
    border-radius: 50%;
  }
  .admission-float-badge .admission-float-icon { width: 38px; height: 38px; border-radius: 50%; }
  .admission-float-badge span:nth-child(2),
  .admission-float-badge > i { display: none; }
  .whatsapp-consultation-float { grid-template-columns: 1fr; width: 54px; height: 54px; padding: 0; place-items: center; }
}

@media (max-width: 359px) {
  .consultation-hero-copy h1 { font-size: 25px; }
  .consultation-purpose-heading h2,
  .consultation-section-heading h2,
  .consultation-guide h2,
  .consultation-form-head h2 { font-size: 22px; }
}

/* Stable native dropdowns for all frontend inquiry forms */
.frontend-site select.inquiry-native-select,
.frontend-site select.contact-native-select,
.frontend-site select.admission-native-select {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding-right: 34px !important;
  border: 1px solid #dce5eb;
  outline: 0;
  background-color: #f9fbfc;
  background-image:
    linear-gradient(45deg, transparent 50%, #657d8f 50%),
    linear-gradient(135deg, #657d8f 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 50%,
    calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #233d55;
  line-height: normal;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.frontend-site select.inquiry-native-select:focus,
.frontend-site select.contact-native-select:focus,
.frontend-site select.admission-native-select:focus {
  border-color: #f59e0b;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(245,158,11,.1);
}

.frontend-site select.inquiry-native-select + .nice-select,
.frontend-site select.contact-native-select + .nice-select,
.frontend-site select.admission-native-select + .nice-select {
  display: none !important;
}

@media (max-width: 767px) {
  .inquiry-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .inquiry-message,
  .inquiry-submit-row {
    grid-column: auto;
    grid-row: auto;
  }

  .inquiry-field .form-control,
  .inquiry-field .custom-select,
  .contact-modern-field input,
  .contact-modern-field select,
  .contact-modern-field textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .inquiry-message textarea.form-control,
  .contact-modern-field textarea {
    min-height: 92px;
  }

  .inquiry-submit-row {
    gap: 10px;
    align-items: stretch;
    flex-direction: column;
  }

  .inquiry-submit-row .btn-submit {
    width: 100%;
    min-height: 47px;
  }

  /* Quick admission popup: phone layout */
  .admission-popup {
    padding: max(7px, env(safe-area-inset-top)) 7px max(7px, env(safe-area-inset-bottom));
    align-items: center;
  }

  .admission-popup-dialog {
    display: block;
    width: 100%;
    max-width: 520px;
    max-height: calc(100dvh - 14px);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 15px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .admission-popup-close {
    position: sticky;
    z-index: 10;
    top: 9px;
    float: right;
    margin: 9px 9px -41px 0;
    background: rgba(255,255,255,.94);
    box-shadow: 0 4px 12px rgba(4,30,50,.14);
  }

  .admission-popup-side {
    min-height: 0;
    padding: 22px 52px 18px 18px;
  }

  .admission-popup-kicker {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .admission-popup-side h2 {
    margin-bottom: 7px;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
  }

  .admission-popup-side > p {
    font-size: 13px;
    line-height: 1.55;
  }

  .admission-popup-benefits {
    grid-template-columns: 1fr 1fr;
    margin: 13px 0 0;
    gap: 6px 10px;
  }

  .admission-popup-benefits span {
    font-size: 12px;
    line-height: 1.35;
  }

  .admission-popup-benefits span:last-child {
    grid-column: 1 / -1;
  }

  .admission-popup-form-wrap {
    padding: 18px;
  }

  .admission-popup-heading {
    margin-bottom: 14px;
    padding-right: 0;
  }

  .admission-popup-heading h3 {
    font-size: 19px;
    line-height: 1.3;
  }

  .admission-popup-form {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .admission-popup-wide {
    grid-column: auto;
  }

  .admission-popup-field label {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .admission-popup-field input,
  .admission-popup-field select,
  .admission-popup-field textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .admission-popup-field textarea {
    height: 76px;
    min-height: 76px;
  }

  .admission-popup-submit {
    gap: 9px;
    align-items: stretch;
    flex-direction: column;
  }

  .admission-popup-submit button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .admission-popup-side {
    padding: 18px 48px 15px 15px;
  }

  .admission-popup-side h2 {
    font-size: 18px;
  }

  .admission-popup-side > p,
  .admission-popup-benefits span {
    font-size: 11px;
  }

  .admission-popup-form-wrap {
    padding: 15px;
  }
}

/* Dynamic homepage success stories */
.success-stories-section.home-section {
  padding: 54px 0 58px;
  background:
    radial-gradient(circle at 12% 15%, rgba(245,158,11,.12), transparent 27%),
    linear-gradient(135deg, #061f38, #0b4263);
}

.success-stories-heading {
  max-width: 650px;
  margin: 0 auto 27px;
  text-align: center;
}

.success-stories-heading > span {
  color: #f6ad55;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.success-stories-heading h2 {
  margin: 5px 0 7px;
  color: #fff;
  font-size: 32px;
}

.success-stories-heading p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.7;
}

.success-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.success-stories-carousel {
  position: relative;
  margin: 0 -8px;
  padding: 0 42px;
}

.success-story-slide {
  padding: 7px 8px 17px;
}

.success-stories-carousel .slick-list {
  overflow: hidden;
}

.success-stories-carousel .slick-track {
  display: flex;
}

.success-stories-carousel .slick-slide {
  height: auto;
}

.success-stories-carousel .slick-slide > div,
.success-story-slide {
  height: 100%;
}

.success-stories-carousel .slick-dots {
  display: flex !important;
  margin: 5px 0 0;
  padding: 0;
  gap: 7px;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.success-stories-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.success-stories-carousel .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,.3);
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.success-stories-carousel .slick-dots .slick-active button {
  width: 25px;
  background: #f6ad55;
}

.success-story-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 35px;
  height: 35px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transform: translateY(-70%);
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.success-story-arrow:hover {
  border-color: #f6ad55;
  background: #f6ad55;
  color: #082d49;
}

.success-story-prev { left: 0; }
.success-story-next { right: 0; }

.success-story-card {
  position: relative;
  display: block;
  min-height: 285px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: #092e49;
  box-shadow: 0 16px 36px rgba(0,13,27,.23);
  color: #fff;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.success-story-card:hover {
  border-color: rgba(246,173,85,.55);
  box-shadow: 0 22px 43px rgba(0,13,27,.32);
  color: #fff;
  transform: translateY(-6px);
}

.success-story-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.success-story-card:hover > img {
  transform: scale(1.055);
}

.success-story-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,22,38,.04) 20%, rgba(3,22,38,.93) 100%);
}

.success-story-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(255,255,255,.93);
  color: #e95a3b;
  font-size: 23px;
  box-shadow: 0 8px 25px rgba(0,0,0,.2);
  transform: translate(-50%, -58%);
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.success-story-card:hover .success-story-play {
  background: #f6a91a;
  color: #082c48;
  transform: translate(-50%, -58%) scale(1.09);
}

.success-story-destination {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: rgba(3,29,49,.78);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.success-story-destination i {
  margin-right: 3px;
  color: #f6ad55;
}

.success-story-content {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
}

.success-story-content p {
  display: -webkit-box;
  margin: 0 0 9px;
  overflow: hidden;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.success-story-content h3 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 17px;
}

.success-story-content > span {
  display: block;
  overflow: hidden;
  color: #f5bd61;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.success-stories-theme-light {
  background:
    radial-gradient(circle at 88% 15%, rgba(245,158,11,.1), transparent 25%),
    #f4f8fa !important;
}

.success-stories-theme-light .success-stories-heading h2 {
  color: #0a3555;
}

.success-stories-theme-light .success-stories-heading p {
  color: #6d7f8d;
}

.success-stories-theme-light .success-stories-carousel .slick-dots button {
  background: #cbd8df;
}

.success-stories-theme-light .success-stories-carousel .slick-dots .slick-active button {
  background: #e99412;
}

.success-stories-theme-light .success-story-arrow {
  border-color: #d7e2e8;
  background: #fff;
  color: #0a5279;
  box-shadow: 0 7px 18px rgba(15,46,67,.1);
}

.success-stories-theme-light .success-story-arrow:hover {
  border-color: #f6ad55;
  background: #f6ad55;
  color: #082d49;
}

@media (max-width: 991px) {
  .success-stories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .success-stories-section.home-section {
    padding: 40px 0 43px;
  }

  .success-stories-heading {
    margin-bottom: 20px;
    text-align: left;
  }

  .success-stories-heading h2 {
    font-size: 27px;
  }

  .success-stories-heading p {
    font-size: 15px;
  }

  .success-stories-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .success-stories-carousel {
    margin: 0 -6px;
    padding: 0;
  }

  .success-story-slide {
    padding: 5px 6px 15px;
  }

  .success-story-card {
    min-height: 270px;
  }
}

/* Animated homepage decision and funding sections */
.home-decision-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(245,158,11,.1), transparent 24%),
    #f4f8fa;
}

.home-decision-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  margin-bottom: 30px;
  gap: 55px;
  align-items: end;
}

.home-decision-heading h2 {
  max-width: 650px;
  margin: 7px 0 0;
  color: #0a3555;
  font-size: 34px;
  line-height: 1.27;
}

.home-decision-heading > p {
  margin: 0;
  color: #677b8a;
  font-size: 16px;
  line-height: 1.75;
}

.home-decision-layout {
  display: grid;
  grid-template-columns: minmax(320px, .84fr) minmax(0, 1.16fr);
  gap: 24px;
  align-items: stretch;
}

.home-decision-visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,178,36,.18), transparent 23%),
    linear-gradient(145deg, #07395d, #0a557a);
  box-shadow: 0 18px 45px rgba(7,57,93,.15);
}

.decision-orbit {
  position: absolute;
  top: 46%;
  left: 50%;
  border: 1px dashed rgba(255,255,255,.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.decision-orbit-one {
  width: 250px;
  height: 250px;
  animation: decisionOrbitSpin 18s linear infinite;
}

.decision-orbit-two {
  width: 340px;
  height: 340px;
  border-style: solid;
  border-color: rgba(255,255,255,.08);
  animation: decisionOrbitSpinReverse 24s linear infinite;
}

.decision-orbit-center {
  position: absolute;
  z-index: 3;
  top: 46%;
  left: 50%;
  display: grid;
  width: 138px;
  height: 138px;
  padding: 17px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,20,40,.2);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.decision-orbit-center > i {
  color: #ffb224;
  font-size: 31px;
}

.decision-orbit-center strong {
  margin-top: -7px;
  font-size: 16px;
}

.decision-orbit-center span {
  margin-top: -8px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.decision-orbit-chip {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  padding: 8px 11px;
  gap: 6px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,20,40,.14);
  backdrop-filter: blur(6px);
  animation: decisionChipFloat 4s ease-in-out infinite;
}

.decision-orbit-chip i { color: #ffb224; }
.decision-chip-country { top: 14%; left: 11%; }
.decision-chip-budget { top: 19%; right: 9%; animation-delay: -.9s; }
.decision-chip-career { bottom: 26%; left: 8%; animation-delay: -1.7s; }
.decision-chip-intake { right: 8%; bottom: 23%; animation-delay: -2.5s; }

.decision-network-summary {
  position: absolute;
  right: 19px;
  bottom: 16px;
  left: 19px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.decision-network-summary > div {
  text-align: center;
}

.decision-network-summary > div + div {
  border-left: 1px solid rgba(255,255,255,.12);
}

.decision-network-summary strong {
  display: block;
  color: #ffb224;
  font-size: 20px;
}

.decision-network-summary span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
}

.home-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.home-decision-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 194px;
  padding: 23px 38px 21px 19px;
  gap: 13px;
  align-content: center;
  overflow: hidden;
  border: 1px solid #dee8ed;
  border-radius: 16px;
  background: #fff;
  color: #163c58;
  box-shadow: 0 8px 24px rgba(17,50,73,.05);
  transition: color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-decision-card:hover {
  border-color: #f3bc54;
  color: #163c58;
  box-shadow: 0 16px 34px rgba(17,50,73,.11);
  transform: translateY(-5px);
}

.home-decision-card > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  background: #eaf4f7;
  color: #0a557b;
  font-size: 21px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.home-decision-card:nth-child(even) > i {
  background: #fff1d7;
  color: #d88400;
}

.home-decision-card:hover > i {
  background: #f5a313;
  color: #fff;
  transform: rotate(-5deg) scale(1.05);
}

.home-decision-card h3 {
  margin: 2px 0 6px;
  color: #123b58;
  font-size: 18px;
}

.home-decision-card p {
  margin: 0;
  color: #728491;
  font-size: 14px;
  line-height: 1.65;
}

.home-decision-number {
  position: absolute;
  top: 12px;
  right: 14px;
  color: #e8eff3;
  font-size: 24px;
  font-weight: 800;
}

.home-decision-card > b {
  position: absolute;
  right: 14px;
  bottom: 13px;
  color: #b3c0c9;
  transition: color .25s ease, transform .25s ease;
}

.home-decision-card:hover > b {
  color: #dc8708;
  transform: translate(2px, -2px);
}

.home-funding-section {
  padding: 0 0 52px;
  background: #fff;
}

.home-funding-panel {
  position: relative;
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr) auto;
  padding: 26px 28px;
  gap: 25px;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 20%, rgba(255,178,36,.17), transparent 27%),
    linear-gradient(135deg, #07395d, #0a5279);
  box-shadow: 0 17px 42px rgba(7,57,93,.14);
}

.home-funding-animation {
  position: relative;
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
}

.home-funding-animation > div {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  color: #ffb224;
  font-size: 36px;
  transform: rotate(-4deg);
}

.funding-coin {
  position: absolute;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #ffb224;
  color: #07395d;
  box-shadow: 0 6px 16px rgba(0,20,40,.2);
  animation: fundingCoinFloat 3.4s ease-in-out infinite;
}

.funding-coin-one { top: 2px; left: 12px; }
.funding-coin-two { top: 12px; right: 2px; animation-delay: -1.1s; }
.funding-coin-three { right: 12px; bottom: 0; animation-delay: -2.2s; }

.home-funding-copy .home-eyebrow { color: #ffb224; }
.home-funding-copy h2 { margin: 5px 0 7px; color: #fff; font-size: 28px; }
.home-funding-copy > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.home-funding-points { display: flex; margin-top: 12px; gap: 15px; flex-wrap: wrap; }
.home-funding-points span { color: rgba(255,255,255,.88); font-size: 13px; }
.home-funding-points i { margin-right: 4px; color: #ffb224; }

.home-funding-cta {
  display: inline-flex;
  min-height: 45px;
  padding: 0 17px;
  gap: 8px;
  align-items: center;
  border-radius: 9px;
  background: #ffb224;
  color: #092f4a;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-funding-cta:hover {
  background: #fff;
  color: #092f4a;
  box-shadow: 0 10px 25px rgba(0,20,40,.18);
  transform: translateY(-3px);
}

@keyframes decisionOrbitSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes decisionOrbitSpinReverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes decisionChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes fundingCoinFloat {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-7px) rotate(8deg); }
}

@media (max-width: 991px) {
  .home-decision-heading { grid-template-columns: 1fr; gap: 10px; }
  .home-decision-layout { grid-template-columns: 1fr; }
  .home-decision-visual { min-height: 390px; }
  .home-funding-panel { grid-template-columns: 115px minmax(0, 1fr); }
  .home-funding-animation { width: 105px; }
  .home-funding-cta { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 767px) {
  .home-decision-heading { margin-bottom: 20px; }
  .home-decision-heading h2 { font-size: 27px; }
  .home-decision-heading > p { font-size: 14px; }
  .home-decision-visual { min-height: 350px; }
  .decision-orbit-one { width: 205px; height: 205px; }
  .decision-orbit-two { width: 285px; height: 285px; }
  .decision-orbit-center { width: 120px; height: 120px; }
  .decision-orbit-chip { padding: 6px 8px; font-size: 11px; }
  .decision-chip-country { left: 5%; }
  .decision-chip-budget { right: 4%; }
  .decision-chip-career { left: 4%; }
  .decision-chip-intake { right: 4%; }
  .home-decision-grid { grid-template-columns: 1fr; gap: 10px; }
  .home-decision-card { min-height: 0; padding: 18px 37px 18px 15px; }
  .home-decision-card h3 { font-size: 17px; }
  .home-decision-card p { font-size: 13px; }

  .home-funding-section { padding-bottom: 40px; }
  .home-funding-panel { grid-template-columns: 1fr; padding: 23px 18px; gap: 15px; text-align: center; }
  .home-funding-animation { width: 115px; height: 105px; margin: auto; }
  .home-funding-copy h2 { font-size: 24px; }
  .home-funding-copy > p { font-size: 13px; }
  .home-funding-points { display: grid; gap: 7px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .decision-orbit,
  .decision-orbit-chip,
  .funding-coin {
    animation: none !important;
  }
}

/* Premium homepage study blueprint */
.home-blueprint-section {
  position: relative;
  overflow: hidden;
  background: #f5f8fa;
}

.home-blueprint-section::before {
  position: absolute;
  width: 430px;
  height: 430px;
  content: "";
  top: -260px;
  right: -140px;
  border: 1px solid rgba(10,82,121,.08);
  border-radius: 50%;
}

.home-blueprint-shell {
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid #dce7ec;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(19,51,73,.1);
}

.home-blueprint-intro {
  position: relative;
  min-height: 570px;
  padding: 46px 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 7%, rgba(255,178,36,.2), transparent 27%),
    linear-gradient(145deg, #07395d, #0a557b);
  color: #fff;
}

.home-blueprint-intro::after {
  position: absolute;
  width: 340px;
  height: 340px;
  content: "";
  right: -175px;
  bottom: -190px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}

.home-blueprint-intro .home-eyebrow {
  color: #ffb224;
}

.home-blueprint-intro h2 {
  max-width: 520px;
  margin: 10px 0 14px;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
}

.home-blueprint-intro > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
}

.home-blueprint-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.13);
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.home-blueprint-stats > div {
  text-align: center;
}

.home-blueprint-stats > div + div {
  border-left: 1px solid rgba(255,255,255,.13);
}

.home-blueprint-stats strong {
  display: block;
  color: #ffb224;
  font-size: 24px;
  line-height: 1.1;
}

.home-blueprint-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
}

.home-blueprint-actions {
  display: flex;
  margin-top: 23px;
  gap: 13px;
  align-items: center;
}

.home-blueprint-primary {
  display: inline-flex;
  min-height: 46px;
  padding: 0 17px;
  gap: 9px;
  align-items: center;
  border-radius: 9px;
  background: #ffb224;
  color: #092f4a;
  font-size: 13px;
  font-weight: 800;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-blueprint-primary:hover {
  background: #fff;
  color: #092f4a;
  box-shadow: 0 10px 25px rgba(0,20,40,.2);
  transform: translateY(-3px);
}

.home-blueprint-secondary {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 700;
}

.home-blueprint-secondary:hover {
  color: #ffb224;
}

.home-blueprint-pass {
  position: absolute;
  right: 35px;
  bottom: 34px;
  left: 35px;
  z-index: 2;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 14px 35px rgba(0,20,40,.18);
  transform: rotate(-1.5deg);
  backdrop-filter: blur(8px);
  animation: blueprintPassFloat 5s ease-in-out infinite;
}

.home-blueprint-pass::after {
  position: absolute;
  width: 2px;
  content: "";
  top: 0;
  bottom: 0;
  left: 70%;
  border-left: 1px dashed rgba(255,255,255,.2);
}

.blueprint-pass-top,
.blueprint-pass-route,
.blueprint-pass-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blueprint-pass-top {
  color: rgba(255,255,255,.63);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
}

.blueprint-pass-top i { color: #ffb224; font-size: 16px; }
.blueprint-pass-top b { color: #fff; font-size: 15px; }
.blueprint-pass-route { margin: 10px 0 7px; color: #fff; font-size: 18px; font-weight: 800; }
.blueprint-pass-route i { color: #ffb224; font-size: 18px; animation: blueprintPlaneMove 3.2s ease-in-out infinite; }
.blueprint-pass-meta { color: rgba(255,255,255,.55); font-size: 10px; }

.home-blueprint-roadmap {
  position: relative;
  padding: 35px 35px 29px;
  background:
    radial-gradient(circle at 100% 100%, rgba(245,158,11,.08), transparent 30%),
    #fff;
}

.blueprint-road-line {
  position: absolute;
  z-index: 0;
  top: 69px;
  bottom: 130px;
  left: 64px;
  width: 2px;
  overflow: visible;
  background: #dce6eb;
}

.blueprint-road-line span {
  position: absolute;
  width: 2px;
  height: 36%;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: linear-gradient(#f5a313, #fc5c38);
  animation: blueprintLineTravel 4s ease-in-out infinite;
}

.blueprint-road-line > i {
  position: absolute;
  z-index: 2;
  left: 50%;
  color: #f09214;
  font-size: 15px;
  transform: translate(-50%, -50%) rotate(90deg);
  animation: blueprintPlaneTravel 4s ease-in-out infinite;
}

.blueprint-road-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 94px;
  padding: 13px 13px 13px 0;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #edf1f3;
  color: #183e59;
  transition: padding .25s ease, background .25s ease, color .25s ease;
}

.blueprint-road-step:hover {
  padding-left: 9px;
  border-radius: 12px;
  background: #f7fafb;
  color: #183e59;
}

.blueprint-step-marker {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 6px solid #fff;
  border-radius: 50%;
  outline: 1px solid #dbe6eb;
  background: #eaf4f7;
  color: #0a5279;
  box-shadow: 0 5px 15px rgba(10,82,121,.08);
}

.blueprint-step-marker b {
  position: absolute;
  top: -8px;
  right: -7px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #f5a313;
  color: #fff;
  font-size: 9px;
}

.blueprint-step-marker i {
  font-size: 20px;
}

.blueprint-road-step small {
  color: #dd8708;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.blueprint-road-step h3 {
  margin: 2px 0 4px;
  color: #123b58;
  font-size: 18px;
}

.blueprint-road-step p {
  margin: 0;
  color: #718492;
  font-size: 13px;
  line-height: 1.55;
}

.blueprint-road-step > i {
  color: #aab9c3;
  font-size: 14px;
  transition: color .25s ease, transform .25s ease;
}

.blueprint-road-step:hover > i {
  color: #e48b08;
  transform: translate(2px, -2px);
}

.home-blueprint-scholarship {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  margin-top: 18px;
  padding: 14px 15px;
  gap: 12px;
  align-items: center;
  border: 1px solid #f2ddb5;
  border-radius: 13px;
  background: #fff8ec;
}

.home-blueprint-scholarship > i {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 11px;
  background: #f5a313;
  color: #fff;
  font-size: 19px;
}

.home-blueprint-scholarship span {
  display: block;
  color: #c97800;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.home-blueprint-scholarship strong {
  display: block;
  margin-top: 2px;
  color: #26475e;
  font-size: 12px;
  line-height: 1.5;
}

.home-blueprint-scholarship a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #0a5279;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

@keyframes blueprintPassFloat {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-7px) rotate(.5deg); }
}

@keyframes blueprintPlaneMove {
  0%, 100% { transform: translateX(-8px); }
  50% { transform: translateX(8px); }
}

@keyframes blueprintLineTravel {
  0% { top: -20%; opacity: 0; }
  20%, 80% { opacity: 1; }
  100% { top: 90%; opacity: 0; }
}

@keyframes blueprintPlaneTravel {
  0% { top: 0; opacity: 0; }
  15%, 85% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

@media (max-width: 991px) {
  .home-blueprint-shell { grid-template-columns: 1fr; }
  .home-blueprint-intro { min-height: 520px; }
  .home-blueprint-roadmap { padding: 28px; }
  .blueprint-road-line { left: 57px; }
}

@media (max-width: 767px) {
  .home-blueprint-shell { border-radius: 18px; }
  .home-blueprint-intro { min-height: 520px; padding: 30px 21px; }
  .home-blueprint-intro h2 { font-size: 29px; }
  .home-blueprint-intro > p { font-size: 14px; }
  .home-blueprint-stats { margin-top: 20px; }
  .home-blueprint-stats strong { font-size: 21px; }
  .home-blueprint-stats span { font-size: 10px; }
  .home-blueprint-actions { align-items: stretch; flex-direction: column; }
  .home-blueprint-primary { justify-content: center; }
  .home-blueprint-secondary { text-align: center; }
  .home-blueprint-pass { right: 20px; bottom: 24px; left: 20px; }

  .home-blueprint-roadmap { padding: 21px 16px 18px; }
  .blueprint-road-line { top: 54px; bottom: 123px; left: 40px; }
  .blueprint-road-step { grid-template-columns: 48px minmax(0, 1fr); min-height: 106px; padding-right: 0; gap: 11px; }
  .blueprint-step-marker { width: 48px; height: 48px; }
  .blueprint-step-marker i { font-size: 17px; }
  .blueprint-road-step h3 { font-size: 16px; }
  .blueprint-road-step p { font-size: 12px; }
  .blueprint-road-step > i { display: none; }

  .home-blueprint-scholarship { grid-template-columns: 40px 1fr; padding: 13px; }
  .home-blueprint-scholarship > i { width: 40px; height: 40px; }
  .home-blueprint-scholarship a { grid-column: 1 / -1; justify-content: center; padding-top: 8px; border-top: 1px solid #efdcb9; }
}

@media (prefers-reduced-motion: reduce) {
  .home-blueprint-pass,
  .blueprint-pass-route i,
  .blueprint-road-line span,
  .blueprint-road-line > i {
    animation: none !important;
  }
}

/* Homepage blueprint clean redesign */
.home-blueprint-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(245,158,11,.08), transparent 24%),
    linear-gradient(180deg, #f5f8fa, #ffffff);
}

.home-blueprint-v2 {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #dce7ec;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,178,36,.14), transparent 24%),
    #fff;
  box-shadow: 0 18px 48px rgba(19,51,73,.09);
}

.home-blueprint-v2::before {
  position: absolute;
  width: 280px;
  height: 280px;
  content: "";
  right: -130px;
  top: -150px;
  border: 1px solid rgba(10,82,121,.08);
  border-radius: 50%;
}

.home-blueprint-v2-head {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto 22px;
  text-align: center;
}

.home-blueprint-v2-head h2 {
  margin: 8px 0 8px;
  color: #0a3555;
  font-size: 34px;
  line-height: 1.25;
}

.home-blueprint-v2-head p {
  margin: 0;
  color: #667c8c;
  font-size: 16px;
  line-height: 1.7;
}

.home-blueprint-v2-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 620px;
  margin: 0 auto 25px;
  overflow: hidden;
  border: 1px solid #e2ebf0;
  border-radius: 15px;
  background: #f7fafb;
}

.home-blueprint-v2-stats > div {
  padding: 14px 10px;
  text-align: center;
}

.home-blueprint-v2-stats > div + div {
  border-left: 1px solid #e2ebf0;
}

.home-blueprint-v2-stats strong {
  display: block;
  color: #f59e0b;
  font-size: 24px;
  line-height: 1;
}

.home-blueprint-v2-stats span {
  display: block;
  margin-top: 5px;
  color: #61798b;
  font-size: 12px;
  font-weight: 700;
}

.home-blueprint-v2-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.blueprint-v2-step {
  position: relative;
  min-height: 220px;
  padding: 24px 18px 21px;
  overflow: hidden;
  border: 1px solid #e0e9ee;
  border-radius: 17px;
  background: #fff;
  color: #183e59;
  box-shadow: 0 8px 22px rgba(17,50,73,.05);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.blueprint-v2-step::after {
  position: absolute;
  width: 90px;
  height: 90px;
  content: "";
  right: -55px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(245,158,11,.09);
  transition: transform .35s ease;
}

.blueprint-v2-step:hover {
  border-color: #f2bd59;
  color: #183e59;
  box-shadow: 0 16px 34px rgba(17,50,73,.11);
  transform: translateY(-6px);
}

.blueprint-v2-step:hover::after {
  transform: scale(2);
}

.blueprint-v2-step > span {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #e8eff3;
  font-size: 24px;
  font-weight: 800;
}

.blueprint-v2-step > i {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  background: #eaf4f7;
  color: #0a5279;
  font-size: 22px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.blueprint-v2-step:nth-child(even) > i {
  background: #fff1d9;
  color: #d88400;
}

.blueprint-v2-step:hover > i {
  background: #f59e0b;
  color: #fff;
  transform: rotate(-5deg);
}

.blueprint-v2-step h3 {
  margin: 0 0 7px;
  color: #103a58;
  font-size: 18px;
}

.blueprint-v2-step p {
  margin: 0;
  color: #6d808e;
  font-size: 13px;
  line-height: 1.65;
}

.home-blueprint-v2-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 16px;
  padding: 15px 17px;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f1dbb2;
  border-radius: 15px;
  background: #fff8eb;
}

.home-blueprint-v2-bottom > div {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #3c5b70;
  font-size: 13px;
  line-height: 1.55;
}

.home-blueprint-v2-bottom > div > i {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: #f59e0b;
  color: #fff;
  font-size: 20px;
}

.home-blueprint-v2-bottom strong {
  display: block;
  color: #0f3d5b;
}

.home-blueprint-v2-bottom a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 15px;
  gap: 7px;
  align-items: center;
  border-radius: 9px;
  background: #0a5279;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .25s ease, transform .25s ease;
}

.home-blueprint-v2-bottom a:hover {
  background: #f59e0b;
  color: #0b304b;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .home-blueprint-v2-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-blueprint-v2 {
    padding: 23px 16px;
    border-radius: 18px;
  }

  .home-blueprint-v2-head {
    margin-bottom: 18px;
    text-align: left;
  }

  .home-blueprint-v2-head h2 {
    font-size: 27px;
  }

  .home-blueprint-v2-head p {
    font-size: 14px;
  }

  .home-blueprint-v2-stats {
    margin-bottom: 16px;
  }

  .home-blueprint-v2-stats strong {
    font-size: 20px;
  }

  .home-blueprint-v2-stats span {
    font-size: 10px;
  }

  .home-blueprint-v2-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .blueprint-v2-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    min-height: 0;
    padding: 16px 38px 16px 14px;
    gap: 12px;
    align-items: center;
  }

  .blueprint-v2-step > i {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .blueprint-v2-step h3,
  .blueprint-v2-step p {
    grid-column: 2;
  }

  .blueprint-v2-step h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .blueprint-v2-step p {
    font-size: 12px;
  }

  .blueprint-v2-step > span {
    top: 9px;
    right: 12px;
    font-size: 18px;
  }

  .home-blueprint-v2-bottom {
    display: grid;
    padding: 14px;
  }

  .home-blueprint-v2-bottom a {
    justify-content: center;
  }
}

@media (max-height: 620px) and (max-width: 767px) {
  .admission-popup {
    align-items: start;
  }

  .admission-popup-side {
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .admission-popup-benefits {
    display: none;
  }

  .admission-popup-form-wrap {
    padding-top: 14px;
  }
}

/* Services global study network responsive map */
.global-map-mobile-tabs {
  display: none;
}

@media (max-width: 991px) {
  .global-reach-section .services-section-heading {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .global-reach-section .global-map-shell {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .global-reach-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .global-reach-section .services-section-heading {
    margin-bottom: 20px;
    padding: 0 4px;
  }

  .global-reach-section .services-section-heading h2 {
    font-size: 25px;
    line-height: 1.28;
  }

  .global-reach-section .services-section-heading p {
    margin: 7px 0 0;
    font-size: 15px;
    line-height: 1.6;
  }

  .global-reach-section .global-map-shell {
    padding: 8px 8px 10px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15,46,67,.11);
  }

  .global-reach-section .global-world-stage {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    aspect-ratio: 2754 / 1398;
    overflow: hidden;
    border-radius: 11px;
  }

  .global-world-image,
  .global-world-routes {
    width: 100%;
    height: 100%;
  }

  .global-world-image {
    filter: drop-shadow(0 5px 7px rgba(0,5,12,.2));
  }

  .global-world-stage .travel-route {
    stroke-width: 4;
    stroke-dasharray: 14 13;
  }

  .global-world-stage .travel-route.is-active {
    stroke-width: 7;
  }

  .global-world-stage .map-plane {
    display: none;
  }

  .world-pin,
  .world-origin {
    gap: 0;
    font-size: 11px;
  }

  .world-pin i,
  .world-origin i {
    width: 7px;
    height: 7px;
    border-width: 1px;
    box-shadow: 0 0 0 2px #ff5b45, 0 0 8px rgba(255,91,69,.7);
  }

  .world-origin i {
    box-shadow: 0 0 0 2px #ffc247, 0 0 9px rgba(255,194,71,.8);
  }

  .world-pin i::after,
  .world-origin i::after {
    inset: -7px;
    border-width: 1px;
  }

  .world-pin span {
    display: none;
  }

  .world-pin.is-active {
    z-index: 7;
    transform: translateY(-1px) scale(1.08);
  }

  .world-pin.is-active span,
  .world-origin b {
    display: block;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 9px;
  }

  .world-origin {
    transform: translate(-3px, -3px);
  }

  .world-pin-ireland.is-active span { transform: translate(-34px, 7px); }
  .world-pin-uk.is-active span { transform: translate(-3px, -14px); }
  .world-pin-germany.is-active span { transform: translate(4px, 8px); }
  .world-pin-uae.is-active span { transform: translate(2px, 8px); }
  .world-pin-singapore.is-active span { transform: translate(-15px, 8px); }
  .world-pin-australia.is-active span { transform: translate(3px, 8px); }
  .world-pin-newzealand.is-active span { transform: translate(-54px, 8px); }

  .global-map-mobile-tabs {
    display: flex;
    margin-top: 8px;
    padding: 2px 1px 3px;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .global-map-mobile-tabs::-webkit-scrollbar {
    display: none;
  }

  .global-map-mobile-tabs button {
    flex: 0 0 auto;
    min-height: 35px;
    padding: 7px 11px;
    border: 1px solid #d9e4e9;
    border-radius: 18px;
    background: #f5f8fa;
    color: #466075;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    scroll-snap-align: start;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
  }

  .global-map-mobile-tabs button.is-active {
    border-color: #f3a21a;
    background: #fff1d8;
    color: #bd7000;
  }

  .global-reach-section > .container > .text-center {
    margin-top: 13px !important;
  }
}

@media (max-width: 380px) {
  .global-reach-section .services-section-heading h2 {
    font-size: 22px;
  }

  .world-pin.is-active span,
  .world-origin b {
    font-size: 8px;
  }

  .global-map-mobile-tabs button {
    min-height: 33px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* Homepage study route finder - alternate clean design */
.home-study-route-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,178,36,.18), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #fff6e6 100%);
}

.home-study-route-section::before {
  content: "";
  position: absolute;
  inset: auto -90px -150px auto;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(10,82,121,.08);
  border-radius: 50%;
  pointer-events: none;
}

.home-study-route-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  min-height: 430px;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(15,61,91,.09);
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 24px 70px rgba(15,46,67,.1);
  backdrop-filter: blur(10px);
}

.home-study-route-copy h2 {
  max-width: 560px;
  margin: 10px 0 12px;
  color: #0b304b;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.home-study-route-copy p {
  max-width: 520px;
  margin: 0;
  color: #60758a;
  font-size: 17px;
  line-height: 1.75;
}

.home-study-route-pills {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  gap: 10px;
}

.home-study-route-pills span {
  display: inline-flex;
  min-height: 39px;
  padding: 9px 13px;
  gap: 8px;
  align-items: center;
  border: 1px solid #dce9f0;
  border-radius: 999px;
  background: #fff;
  color: #244a63;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(15,46,67,.05);
}

.home-study-route-pills i {
  color: #f59e0b;
  font-size: 17px;
}

.home-study-route-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
  gap: 14px;
  align-items: center;
}

.home-study-route-primary,
.home-study-route-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.home-study-route-primary {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb224, #ff5b45);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255,91,69,.22);
}

.home-study-route-primary:hover {
  color: #fff;
  transform: translateY(-2px);
}

.home-study-route-link {
  color: #0a5279;
}

.home-study-route-link:hover {
  color: #f59e0b;
}

.home-study-route-visual {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.95) 0 24%, transparent 25%),
    radial-gradient(circle at center, rgba(245,158,11,.13) 0 42%, transparent 43%),
    linear-gradient(135deg, #eff8fc 0%, #ffffff 100%);
  overflow: hidden;
}

.home-study-route-visual::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px dashed rgba(10,82,121,.22);
  border-radius: 50%;
  animation: routeSpin 18s linear infinite;
}

.route-orbit {
  position: absolute;
  border: 1px solid rgba(255,178,36,.28);
  border-radius: 50%;
  pointer-events: none;
}

.route-orbit-one {
  inset: 74px 120px;
  animation: routePulse 3.2s ease-in-out infinite;
}

.route-orbit-two {
  inset: 108px 175px;
  border-color: rgba(10,82,121,.17);
  animation: routePulse 3.2s ease-in-out infinite .5s;
}

.route-plane {
  position: absolute;
  top: 34px;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #0a5279;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 12px 24px rgba(10,82,121,.24);
  transform: translateX(-50%);
  animation: routePlaneFloat 3.6s ease-in-out infinite;
}

.route-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-width: 190px;
  padding: 12px 13px;
  gap: 10px;
  align-items: center;
  border: 1px solid #d9e7ee;
  border-radius: 16px;
  background: rgba(255,255,255,.95);
  color: #123d5b;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15,46,67,.09);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.route-node i {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #eef7fb;
  color: #0a5279;
  font-size: 18px;
}

.route-node:hover {
  border-color: rgba(255,91,69,.45);
  color: #0b304b;
  box-shadow: 0 16px 34px rgba(255,91,69,.14);
  transform: translateY(-4px);
}

.route-node:hover i {
  background: #ffb224;
  color: #fff;
}

.route-node-profile { top: 38px; left: 34px; }
.route-node-destination { top: 38px; right: 34px; }
.route-node-program { bottom: 38px; left: 34px; }
.route-node-apply { right: 34px; bottom: 38px; }

.route-center-card {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 230px;
  padding: 22px 20px;
  border: 1px solid rgba(255,178,36,.42);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff 0%, #fff8eb 100%);
  box-shadow: 0 18px 45px rgba(15,46,67,.12);
  text-align: center;
  transform: translate(-50%, -50%);
}

.route-center-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff1d8;
  color: #bf7100;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.route-center-card strong {
  display: block;
  color: #0b304b;
  font-size: 18px;
  line-height: 1.3;
}

.route-center-card small {
  display: block;
  margin-top: 8px;
  color: #6a7d8e;
  font-size: 13px;
  line-height: 1.5;
}

@keyframes routeSpin {
  to { transform: rotate(360deg); }
}

@keyframes routePulse {
  0%, 100% { opacity: .65; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes routePlaneFloat {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

@media (max-width: 1199px) {
  .home-study-route-card {
    grid-template-columns: 1fr;
  }

  .home-study-route-visual {
    min-height: 330px;
  }
}

@media (max-width: 767px) {
  .home-study-route-card {
    padding: 22px 16px;
    gap: 22px;
    border-radius: 20px;
  }

  .home-study-route-copy h2 {
    font-size: 29px;
  }

  .home-study-route-copy p {
    font-size: 15px;
  }

  .home-study-route-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-study-route-primary,
  .home-study-route-link {
    justify-content: center;
  }

  .home-study-route-visual {
    display: grid;
    min-height: 0;
    padding: 14px;
    gap: 10px;
    background: #f5fbff;
  }

  .home-study-route-visual::before,
  .route-orbit,
  .route-plane {
    display: none;
  }

  .route-node,
  .route-center-card {
    position: static;
    width: auto;
    min-width: 0;
    transform: none;
  }

  .route-center-card {
    order: -1;
    padding: 17px 14px;
    text-align: left;
  }

  .route-center-card span {
    margin-bottom: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-study-route-visual::before,
  .route-orbit,
  .route-plane {
    animation: none !important;
  }
}

/* Homepage guided choice section - simple premium cards */
.home-guided-choice-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,178,36,.16), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(10,82,121,.09), transparent 26%),
    #f7fbff;
}

.home-guided-choice-wrap {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(15,61,91,.08);
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 20px 60px rgba(15,46,67,.09);
}

.home-guided-choice-wrap::before,
.home-guided-choice-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: guidedFloat 5.5s ease-in-out infinite;
}

.home-guided-choice-wrap::before {
  top: 28px;
  right: 38px;
  width: 12px;
  height: 12px;
  background: #ffb224;
  box-shadow: 0 0 0 8px rgba(255,178,36,.14);
}

.home-guided-choice-wrap::after {
  bottom: 34px;
  left: 42px;
  width: 9px;
  height: 9px;
  background: #ff5b45;
  box-shadow: 0 0 0 7px rgba(255,91,69,.12);
  animation-delay: .8s;
}

.home-guided-choice-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.home-guided-choice-head h2 {
  margin: 9px 0 9px;
  color: #0b304b;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.home-guided-choice-head p {
  margin: 0;
  color: #60758a;
  font-size: 16px;
  line-height: 1.7;
}

.home-guided-choice-grid {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.home-choice-card,
.home-choice-mini,
.home-choice-cta {
  position: relative;
  border: 1px solid #e0ebf0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,46,67,.06);
}

.home-choice-card-feature {
  display: flex;
  min-height: 330px;
  padding: 26px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 24px;
  color: #0b304b;
  background:
    linear-gradient(145deg, rgba(10,82,121,.94), rgba(11,69,104,.86)),
    radial-gradient(circle at 80% 10%, rgba(255,178,36,.45), transparent 34%);
}

.home-choice-card-feature::before {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
}

.home-choice-card-feature .home-choice-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.16);
  color: #ffb224;
  font-size: 27px;
}

.home-choice-card-feature small {
  display: block;
  margin-top: auto;
  color: #ffb224;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-choice-card-feature h3 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: 27px;
  line-height: 1.22;
}

.home-choice-card-feature p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.65;
}

.home-choice-card-feature strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
}

.home-choice-stack {
  display: grid;
  gap: 14px;
}

.home-choice-mini {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 94px;
  padding: 18px;
  gap: 14px;
  align-items: center;
  border-radius: 20px;
  color: #0b304b;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-choice-mini i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: #eef8fc;
  color: #0a5279;
  font-size: 24px;
  transition: background .25s ease, color .25s ease;
}

.home-choice-mini h4 {
  margin: 0 0 4px;
  color: #103a58;
  font-size: 18px;
}

.home-choice-mini p {
  margin: 0;
  color: #657b8e;
  font-size: 14px;
  line-height: 1.55;
}

.home-choice-mini:hover {
  border-color: rgba(255,178,36,.45);
  color: #0b304b;
  box-shadow: 0 18px 34px rgba(15,46,67,.1);
  transform: translateY(-4px);
}

.home-choice-mini:hover i {
  background: #ffb224;
  color: #fff;
}

.home-choice-cta {
  display: flex;
  padding: 18px 20px;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-color: #f0d8aa;
  border-radius: 20px;
  background: #fff8eb;
}

.home-choice-cta span {
  color: #bd7000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-choice-cta h3 {
  margin: 5px 0 4px;
  color: #103a58;
  font-size: 20px;
}

.home-choice-cta p {
  margin: 0;
  color: #63798c;
  font-size: 14px;
}

.home-choice-cta a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 15px;
  gap: 7px;
  align-items: center;
  border-radius: 12px;
  background: #ff5b45;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 22px rgba(255,91,69,.2);
}

.home-choice-cta a:hover {
  background: #0a5279;
  color: #fff;
}

@keyframes guidedFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

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

  .home-choice-card-feature {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .home-guided-choice-wrap {
    padding: 20px 15px;
    border-radius: 20px;
  }

  .home-guided-choice-head h2 {
    font-size: 28px;
  }

  .home-guided-choice-head p {
    font-size: 15px;
  }

  .home-choice-card-feature {
    min-height: 250px;
    padding: 21px;
    border-radius: 19px;
  }

  .home-choice-card-feature h3 {
    font-size: 23px;
  }

  .home-choice-mini {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 84px;
    padding: 14px;
  }

  .home-choice-mini i {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .home-choice-mini h4 {
    font-size: 16px;
  }

  .home-choice-mini p {
    font-size: 13px;
  }

  .home-choice-cta {
    display: grid;
    padding: 16px;
  }

  .home-choice-cta a {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-guided-choice-wrap::before,
  .home-guided-choice-wrap::after {
    animation: none !important;
  }
}

/* Homepage simple process strip */
.home-simple-process-section {
  background: #ffffff;
}

.home-simple-process-wrap {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(0, 1.55fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid #e0e9ef;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 40px rgba(15,46,67,.07);
}

.home-simple-process-intro h2 {
  margin: 8px 0 6px;
  color: #0b304b;
  font-size: 26px;
  line-height: 1.25;
}

.home-simple-process-intro p {
  margin: 0;
  color: #687d8f;
  font-size: 15px;
  line-height: 1.55;
}

.home-simple-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-simple-process-item {
  position: relative;
  display: grid;
  min-height: 132px;
  padding: 15px 13px;
  align-content: start;
  border: 1px solid #e4edf2;
  border-radius: 16px;
  background: #fff;
  color: #0b304b;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.home-simple-process-item > span {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #d7e3ea;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.home-simple-process-item > i {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 13px;
  background: #eef8fc;
  color: #0a5279;
  font-size: 20px;
  transition: background .22s ease, color .22s ease;
}

.home-simple-process-item h3 {
  margin: 0 0 5px;
  color: #103a58;
  font-size: 16px;
}

.home-simple-process-item p {
  margin: 0;
  color: #6d808e;
  font-size: 13px;
  line-height: 1.45;
}

.home-simple-process-item:hover {
  border-color: rgba(255,178,36,.55);
  color: #0b304b;
  box-shadow: 0 12px 26px rgba(15,46,67,.09);
  transform: translateY(-3px);
}

.home-simple-process-item:hover > i {
  background: #ffb224;
  color: #fff;
}

.home-simple-process-cta {
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #ff5b45;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(255,91,69,.18);
}

.home-simple-process-cta:hover {
  background: #0a5279;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .home-simple-process-wrap {
    grid-template-columns: 1fr;
  }

  .home-simple-process-cta {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .home-simple-process-wrap {
    padding: 17px;
    border-radius: 18px;
  }

  .home-simple-process-intro h2 {
    font-size: 24px;
  }

  .home-simple-process-list {
    grid-template-columns: 1fr;
  }

  .home-simple-process-item {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 0;
    padding: 13px 40px 13px 13px;
    gap: 12px;
    align-items: center;
  }

  .home-simple-process-item > i {
    margin-bottom: 0;
  }

  .home-simple-process-item h3 {
    font-size: 16px;
  }

  .home-simple-process-cta {
    width: 100%;
  }
}

/* Homepage opportunity ticker section */
.home-opportunity-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.home-opportunity-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid #dfeaf0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15,46,67,.08);
  overflow: hidden;
}

.home-opportunity-panel::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255,178,36,.14);
  pointer-events: none;
}

.home-opportunity-copy {
  position: relative;
  z-index: 2;
}

.home-opportunity-copy h2 {
  margin: 9px 0 10px;
  color: #0b304b;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.home-opportunity-copy p {
  margin: 0;
  color: #60758a;
  font-size: 16px;
  line-height: 1.65;
}

.home-opportunity-copy a {
  display: inline-flex;
  margin-top: 20px;
  min-height: 43px;
  padding: 0 16px;
  gap: 8px;
  align-items: center;
  border-radius: 13px;
  background: #0a5279;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(10,82,121,.18);
}

.home-opportunity-copy a:hover {
  background: #ffb224;
  color: #0b304b;
  transform: translateY(-2px);
}

.home-opportunity-marquee {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.home-opportunity-row {
  display: flex;
  width: max-content;
  gap: 12px;
  will-change: transform;
}

.home-opportunity-row-one {
  animation: opportunitySlideLeft 28s linear infinite;
}

.home-opportunity-row-two {
  animation: opportunitySlideRight 34s linear infinite;
}

.home-opportunity-marquee:hover .home-opportunity-row {
  animation-play-state: paused;
}

.home-opportunity-chip {
  display: inline-grid;
  grid-template-columns: 42px minmax(110px, auto);
  min-width: 235px;
  padding: 12px 14px;
  gap: 2px 10px;
  align-items: center;
  border: 1px solid #e2edf2;
  border-radius: 17px;
  background: #f9fcfe;
  color: #0b304b;
  box-shadow: 0 8px 18px rgba(15,46,67,.05);
}

.home-opportunity-chip i {
  display: grid;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #fff1d8;
  color: #f59e0b;
  font-size: 20px;
}

.home-opportunity-chip span {
  color: #103a58;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.home-opportunity-chip small {
  color: #718699;
  font-size: 12px;
  font-weight: 700;
}

.home-opportunity-chip.is-program {
  background: #ffffff;
}

.home-opportunity-chip.is-program i {
  background: #eef8fc;
  color: #0a5279;
}

.home-opportunity-chip:hover {
  border-color: rgba(255,178,36,.55);
  color: #0b304b;
  transform: translateY(-2px);
}

@keyframes opportunitySlideLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes opportunitySlideRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

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

@media (max-width: 767px) {
  .home-opportunity-panel {
    padding: 20px 15px;
    gap: 20px;
    border-radius: 20px;
  }

  .home-opportunity-copy h2 {
    font-size: 25px;
  }

  .home-opportunity-copy p {
    font-size: 15px;
  }

  .home-opportunity-copy a {
    width: 100%;
    justify-content: center;
  }

  .home-opportunity-marquee {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
  }

  .home-opportunity-chip {
    min-width: 210px;
    grid-template-columns: 38px minmax(0, auto);
    padding: 10px 12px;
  }

  .home-opportunity-chip i {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .home-opportunity-chip span {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-opportunity-row {
    animation: none !important;
  }
}
