@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html, body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight: normal;
    font-style: normal;
    color: #002147;
    overflow-x: hidden;
    max-width: 100%;
}
html {
    scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

a, a:hover {
    color: #273981;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #002147;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

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: 24px;
    color: #002147;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.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: 0;
    padding: 0 40px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #273981;
}

.main-btn:hover {
    background-color: rgba(255, 179, 22, 0.8);
    color: #fff;
}

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #273981;
    border-color: #273981;
}

.main-btn.main-btn-2:hover {
    background-color: #273981;
    border-color: #273981;
    color: #fff;
}


.section_title .title {
    font-size: 30px;
    font-weight: 700;
}


.section_title.section_title_2 .title {
    color: #fff;
}


.slick-slide {
    outline: 0;
}


.preloader {

    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;

    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;

    border-color: #273981 #273981 #f7f7fd;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #f7f7fd;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #f7f7fd;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}


@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}


.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 15px 0;
}

.navbar {
    padding: 20px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 100px;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}


.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
}


.navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;

    /*text-transform: uppercase !important;
    letter-spacing: 0.5px;*/
}

.navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #273981;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
    width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}


.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #273981;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}


.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #273981;
}

.sticky .navbar-nav .nav-item a {
    color: #002147;
    font-weight: 500;
}

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
    color: #273981;
    font-weight: 500;
}


.header_navbar:not(.sticky) .navbar-nav .nav-item.active > a::before,
.header_navbar:not(.sticky) .navbar-nav .nav-item:hover > a::before {
    background-color: #fff;
    height: 2px;
}


.sticky .navbar-nav .nav-item.active > a::before,
.sticky .navbar-nav .nav-item:hover > a::before {
    background-color: #273981;
}


.hero-area .single_slider {
    background-color: #273981;
    height: 100vh;
    min-height: 600px;
    padding-top: 120px;
    position: relative;
    border-bottom-left-radius: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slider_content {
    z-index: 2;
    position: relative;
    padding-top: 10vh;
}

.slider_content .slider_title {
    color: #fff;
    font-size: 53px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider_content .slider_title_sub {
    font-size: 38px;
}

.slider_content .slider_subtitle {
     font-size: 30px;
     font-weight: 700;
     line-height: 1.2;
     margin: 0 0 35px 0;
     color: #ffc107;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

.slider_content .slider_content p {
    font-size: 25px;
    color: #fff;
    margin-top: 20px;
    max-width: 600px;
    font-weight: 500;
}


.slider_content .main-btn {
    /*margin-top: 40px;*/
    padding: 5px 30px !important;
    font-size: 20px !important;
    width: 270px !important;
    text-transform: uppercase;
    animation: pulseGlow 3s ease-in-out infinite;
    display: inline-block;
    font-weight: 600 !important;
    color: #fff;
    background: linear-gradient(135deg, #f0a123, rgba(255, 193, 7, 0.9));
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider_content .main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    z-index: 0;
}

.slider_content .main-btn:hover::before {
    left: 100%;
}

.slider_content .main-btn:hover {
    box-shadow: 0 12px 28px rgba(255, 193, 7, 0.6);
    transform: translateY(-3px);
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 rgba(255, 193, 7, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.8);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 193, 7, 0.5);
    }
}

.hero-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    animation: floatAnimation 4s ease-in-out infinite;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}


.single_features .features_image img {
    width: 100%;
    border-radius: 40px;
}

.single_features .features_content .features_title a {
    font-size: 30px;
    font-weight: 600;
    color: #002147;
    margin-top: 30px;
}


.about_area {
    position: relative;
    z-index: 5;
}

.about_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    padding-right: 280px;
}

.about_bg .about_bg_image {
    width: 100%;
    height: 100%;
}

.about_image img {
    width: 100%;
    border-radius: 16px !important;
    border-bottom-left-radius: 0 !important;
}

.about_content {
    padding-left: 45px;
}


.sub_title span {
    color: #002147 !important;
    font-size: 50px !important;
}

.about_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}


.about_content .sub_title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 250px;
    left: -45px;
    top: 0;
    background-color: #002147;
}

.about_content .sub_title span {
    font-size: 70px;
    font-weight: 800;
    color: #273981;
}


.about_content .main_title {
    font-size: 30px;
    margin-top: 25px;
    text-transform: uppercase;
}


.about_content p {
    margin-top: 25px;
}

.about_content .main-btn {
    margin-top: 45px;
}


.services_content {
    padding-left: 30px;
}

.services_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}


.services_content .sub_title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 100%;
    left: -45px;
    top: 0;
    background-color: #002147;
}

.services_content .sub_title span {
    font-size: 70px;
    font-weight: 800;
    color: #273981;
}


.services_content .main_title {
    font-size: 40px;
    margin-top: 25px;
}


.services_content p {
    margin-top: 25px;
}

.services_content .main-btn {
    margin-top: 45px;
}

.single_services {
    background-color: #fff;
    border-radius: 16px 16px 0 16px;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
    -moz-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
    box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
    padding: 35px 25px;
}

.single_services .services_icon i {
    width: 75px;
    height: 75px;
    line-height: 65px;
    font-size: 45px;
    color: #273981;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
    -moz-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
    box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
}

.single_services .services_content {
    margin-top: 25px;
    padding-left: 15px;
}

.single_services .services_content .title {
    font-size: 20px;
    font-weight: 700;
    object-fit: cover;
    object-position: center;
    text-transform: uppercase;
}


.single_services .services_content p {
    margin-top: 25px;
    font-size: 18px;
}

.single_services .services_content .text-highlight {
    font-weight: 600;
}

.services_image img {
    border-radius: 16px;
    max-height: 100%;
    object-fit: cover;
}


.counter_area {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}


.counter_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.79);
    width: 100%;
    height: 100%;
}

.single_counter .counter_icon i {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}


.single_counter .counter_content {
    margin-top: 25px;
}

.single_counter .counter_content span {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}


.single_counter .counter_content p {
    color: #fff;
}


.single_logo img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
    -moz-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
    box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
    width: 100%;
}

.single_logo.logo_2 {
    padding-top: 158px;
}


p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #002147;
    background: #f7f7fd;
    padding: 10px 15px;
    margin-top: 30px;
}

p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00;
}

.contact_form .single_form {
    margin-top: 30px;
}

.contact_form .single_form textarea,
.contact_form .single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #002147;
    border-radius: 5px;
}

.contact_form .single_form textarea:focus,
.contact_form .single_form input:focus {
    border: 1px solid #273981;
}

.contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 125px;
}

.contact_info p {
    margin-top: 15px;
}

.single_info {
    margin-top: 30px;
}

.single_info .info_icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-color: #273981;
    color: #fff;
}


.single_info .info_content {
    padding-left: 15px;
}

.single_info .info_content p {
    margin-top: 0;
}


.footer_area {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-top-left-radius: 150px;
}


.footer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.95);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer_about img {
    max-width: 50%;
}

.footer_about p {
    margin-top: 25px;
    color: #fff;
}

.footer_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.footer_link_wrapper .footer_link {
    width: 100%;
}


.footer_link_wrapper .footer_link .link {
    padding-top: 25px;
}

.footer_link_wrapper .footer_link .link li {
    margin-top: 10px;
}

.footer_link_wrapper .footer_link .link li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_link_wrapper .footer_link .link li a:hover {
    color: #ffc107;
    text-decoration: none;
}

.footer_link_wrapper .footer_link .link li span:hover {
    color: #ffc107;
    text-decoration: none;
}

.footer_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    padding: 25px 0;
}

.footer_copyright p {
    color: #fff;
}


.footer_link_wrapper .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer_link_wrapper .social-icons a {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer_link_wrapper .social-icons a:hover {
    background: #ffc107;
    color: #273981;
    transform: translateY(-3px);
}


.footer_link_wrapper .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #fff;
}

.footer_link_wrapper .contact-icon {
    color: #fff;
    width: 20px;
    text-align: center;
}

.footer_link_wrapper .contact-icon:hover {
    color: #ffc107;
}

.footer_link_wrapper .contact-item a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer_link_wrapper .contact-item a:hover {
    color: #ffc107;
    text-decoration: underline;
}


.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 120px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #273981;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #273981;
}

/*******ĐIỂM MẠNH*******/
.six-keys-section .main_title {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #273981;
}


.key-box {
    background: #fff;
    padding: 24px 16px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.key-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.key-box img {
    object-fit: contain;
}

.key-box h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a318c;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
    word-break: break-word;
}


.tuition_area .card {
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 16px !important;
}

.tuition_area .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tuition_area .card .text-primary {
    color: #273981 !important;
    border-color: #273981;
}

.tuition_area .btn-primary {
    color: #fff;
    background: #273981;
}

.tuition_area .card i {
    font-size: 40px;
}

.tuition_area .card h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.tuition_area .card ul li {
    margin-bottom: 8px;
    font-size: 17px;
    color: #002147;
}

.tuition_area .btn {
    font-size: 18px;
    padding: 10px 24px;
    border-radius: 20px;
}

.tuition_area .btn-primary:hover {
    background-color: #11245e;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #11245e;
}

.tuition_area .card .text-muted {
    font-size: 18px;
    padding: 10px 24px;
    font-weight: 500;
    color: #002147 !important;
}

.tuition_area .card .fs-5 {
    font-size: 18px !important;
    font-weight: 500;
}


/*.tuition_area .highlight-card {
    border: 1px solid #273981;
    background-color: #fffbea;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.15);
}*/


.tuition_area .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.tuition_content {
    padding-left: 45px;
}

.tuition_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}


.tuition_content .sub_title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 100%;
    left: -45px;
    top: 0;
    background-color: #002147;
}

.tuition_content .sub_title span {
    font-size: 70px;
    font-weight: 800;
    color: #273981;
}


.tuition_content .main_title {
    font-size: 40px;
    margin-top: 25px;
}


.tuition_content p {
    margin-top: 25px;
}

.tuition_area .justify-content-center .col-lg-12 .row .col-lg-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}


.elite-scholarship-card {
    background: white;
    border-radius: 16px 16px 0 16px;
    box-shadow: 0 5px 25px rgba(39, 57, 129, 0.1);
    padding: 22px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(39, 57, 129, 0.08);
}

.elite-scholarship-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(39, 57, 129, 0.15);
}

.card-icon {
    background: #f0f4ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.card-icon i {
    color: #ffc107;
    font-size: 24px;
}

.card-content {
    flex: 1;
}

.card-content h4 {
    color: #273981;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.divider {
    width: 30px;
    height: 3px;
    background: #273981;
    opacity: 0.3;
    margin: 15px 0;
}

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

.criteria-list li {
    padding: 8px 0;
    font-size: 16px;
    color: #002147;
    display: flex;
    align-items: center;
}

.criteria-list i {
    color: #273981;
    margin-right: 10px;
    font-size: 14px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #273981 !important;
}


.policy_content {
    padding-left: 30px;
}

.policy_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}


.policy_content .sub_title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 100%;
    left: -45px;
    top: 0;
    background-color: #002147;
}

.policy_content .sub_title span {
    font-size: 70px;
    font-weight: 800;
    color: #273981;
}


.policy_area {

}

.policy-table {
    background: white;
    border-radius: 16px 0 16px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: #002147 !important;
}

.table thead th {
    background-color: #273981;
    color: white;
    font-weight: 600;
    border: none;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.table tbody td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.table-group-header {
    background-color: #f0f4ff;
    font-weight: 700;
    color: #273981;
}

.table-group-header td {
    border: none !important;
    padding: 12px 15px !important;
}

.policy-benefits {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.policy-benefits li {
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
}

.policy-benefits i {
    margin-right: 8px;
    margin-top: 3px;
    flex-shrink: 0;
}
.policy-benefits .text-success {
    color: #ffc107 !important;
}

.products_content {
    padding-left: 30px;
}

.products_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}


.products_content .sub_title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 100%;
    left: -45px;
    top: 0;
    background-color: #002147;
}

.products_content .sub_title span {
    font-size: 70px;
    font-weight: 800;
    color: #273981;
}

.activities-carousel .item {
    padding: 10px;
}

.products_area .owl-dots {
    text-align: center;
    /*margin-top: 0 !important;*/
}

.products_area .owl-dots .owl-dot {
    margin: 0 7px;  /* Khoảng cách giữa 2 chấm */
}

.products_area .owl-dots .owl-dot button {
    width: 15px;
    height: 15px;
    background: #ccc;            /* Chấm không active */
    border-radius: 50%;
    border: none;
    transition: all 0.3s;
}

.products_area .owl-dots .owl-dot.active button {
    background: #273981;
    transform: scale(1.4);
    box-shadow: 0 0 0 4px rgba(39, 57, 129, 0.2);
}

.products_area .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.products_area .owl-nav button.owl-prev,
.products_area .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(39, 57, 129, 0.8);
    border: none;
    width: 50px;          /* Thu nhỏ chiều rộng nút */
    height: 50px;         /* Thu nhỏ chiều cao nút */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.products_area .owl-nav button.owl-prev {
    left: -5px;
}
.products_area .owl-nav button.owl-next {
    right: -5px;
}

.products_area .owl-nav button.owl-prev:hover,
.products_area .owl-nav button.owl-next:hover {
    background: #273981;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(39, 57, 129, 0.3);
}

.products_area .owl-nav button i {
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 767px) {
    .products_area .owl-nav button.owl-prev,
    .products_area .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.video-card {
    background: #fff;
    border-radius: 16px 16px 0 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(39, 57, 129, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button i {
    color: #fff;
    font-size: 28px;
    margin-left: 5px;
}

.video-thumbnail:hover .play-button {
    background-color: rgba(39, 57, 129, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    background: #fff;
    padding: 20px;
}

.video-title {
    color: #273981;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}


.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 10000;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
}

.close-button:hover {
    color: #273981;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.testimonials {
    background: #f8f9fa;
}

.testimonials_content {
    padding-left: 30px;
}

.testimonials_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}

.testimonials_content .sub_title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 100%;
    left: -45px;
    top: 0;
    background-color: #002147;
}

.testimonials_content .sub_title span {
    font-size: 70px;
    font-weight: 800;
    color: #273981;
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 30px;
}

.divider-line {
    width: 80px;
    height: 2px;
    background: #273981;
    opacity: 0.3;
}

.divider-icon {
    margin: 0 15px;
    width: 40px;
    height: 40px;
    background: #273981;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.testimonial-slider {
    position: relative;
}

.testimonial-slide,
.owl-item,
.owl-stage-outer {
    background: transparent !important;
    border-radius: 16px 0 16px 0;
}

.testimonials .owl-nav button.owl-prev,
.testimonials .owl-nav button.owl-next {
    padding-bottom: 12px !important;
    width: 55px;
    height: 55px;
}

.slide-container {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 16px 0 16px 0;
    box-shadow: 0 20px 50px rgba(39, 57, 129, 0.1);
    overflow: hidden;
    height: 400px;
    position: relative;
}

.testimonial-media {
    width: 40%;
    height: 100%;
    position: relative;
}

.avatar-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.testimonial-slide:hover .avatar {
    transform: scale(1.05);
}

.quote-mark {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #273981;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
    width: 60%;
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    background: #f7f8fb8a;
}

.content-wrapper {
    max-width: 600px;
}

.testimonial-text {
    margin-bottom: 30px;
    position: relative;
}

.testimonial-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #002147;
    font-style: italic;
    position: relative;
}

.user-info {
    text-align: left;
}

.user-name {
    color: #273981;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
}

.user-meta {
    display: flex;
    align-items: center;
    color: #002147;
    font-size: 16px;
}

.user-meta .divider {
    margin: 0 10px;
    color: #ccc;
}


.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
}

.owl-prev, .owl-next {
    pointer-events: all;
    width: 60px;
    height: 60px;
    background: #ffffff8a !important;
    border-radius: 50% !important;
    color: #273981 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 50px !important;
    margin: 0 20px;
}

.owl-prev:hover, .owl-next:hover {
    background: #273981 !important;
    color: white !important;
    transform: scale(1.1);
}


.owl-dots {
    position: absolute;
    /*bottom: 10px;*/
    left: 0;
    right: 0;
    padding: 0 40px;
    text-align: right;
    margin-top: 20px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(39, 57, 129, 0.3) !important;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: #273981 !important;
    transform: scale(1.2);
}


.admission-timeline {
    background: linear-gradient(135deg, #f8faff 0%, #eef2f8 100%);
    position: relative;
    overflow: hidden;
}

.admission_content {
    padding-left: 30px;
}

.admission_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}


.admission_content .sub_title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 100%;
    left: -45px;
    top: 0;
    background-color: #002147;
}

.admission_content .sub_title span {
    font-size: 70px;
    font-weight: 800;
    color: #273981;
}


.timeline-subtitle {
    color: #002147;
    font-size: 18px;
    margin-top: 15px;
}

.horizontal-admission-flow {
    position: relative;
    overflow: hidden;
}


.horizontal-admission-flow::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 200px;
    background: rgba(39, 57, 129, 0.05);
    border-radius: 50%;
}

.horizontal-admission-flow::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 300px;
    height: 300px;
    background: rgba(39, 57, 129, 0.05);
    border-radius: 50%;
}

.horizontal-flow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.horizontal-flow-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
}

.horizontal-flow-connector {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 4px;
    background: #273981;
    opacity: 0.2;
    z-index: 1;
}

.horizontal-flow-item {
    position: relative;
    z-index: 2;
    width: 22%;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 16px 16px 0 16px;
    box-shadow: 0 10px 30px rgba(39, 57, 129, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #273981;
}

.horizontal-flow-item:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 35px rgba(39, 57, 129, 0.2);
}

.horizontal-flow-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #273981;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border: 4px solid #f8faff;
}

.horizontal-flow-icon {
    font-size: 36px;
    color: #273981;
    margin-bottom: 15px;
}

.horizontal-flow-title {
    color: #273981;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.horizontal-flow-desc {
    color: #002147;
    margin-bottom: 15px;
    font-size: 16px;
}


.horizontal-flow-btn {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, #273981 0%, #1a2b6d 100%);
    color: white !important;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(39, 57, 129, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    z-index: 1;
}

.horizontal-flow-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #273981 0%, #1a2b6d 100%);
    transition: all 0.4s ease;
    z-index: -1;
}

.horizontal-flow-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(39, 57, 129, 0.4);
}

.horizontal-flow-btn:hover::before {
    left: 0;
}


@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

.horizontal-flow-btn.pulse {
    animation: pulseGlow 2s infinite;
}


.horizontal-flow-btn i {
    color: white !important;
    margin-right: 8px;
}

/*************REGISTER ADMISSION***********/
@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(-10deg); }
    40% { transform: rotate(10deg); }
    60% { transform: rotate(-5deg); }
    80% { transform: rotate(5deg); }
}

.register-fixed {
    position: fixed;
    right: 30px;
    bottom: 50px;
    background-color: #ffc107;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulseGlow 3s infinite;
}

.register-fixed i {
    font-size: 20px;
    animation: shake 2s infinite;
}

.register-fixed:hover {
    background-color: #ffb000;
    transform: translateY(-3px);
    color: #273981;
}

/******************** featured-students *************/
#featured-students {
    background: #f8f9fa;
}
#featured-students .products_content .sub_title {
    font-size: 45px;
    font-weight: 600;
    position: relative;
}
.featured-scroll-container {
    overflow-x: auto;
    padding-bottom: 15px;
}
.featured-wrapper {
    display: flex;
    gap: 20px;
    width: max-content;
    min-width: 100%;
}
.featured-box {
    background: #fff;
    border-radius: 16px 16px 0 16px;
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);*/
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 420px;
}
.featured-carousel .owl-dots {
    bottom: -50px !important;
}
.featured-box:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);*/
}
.featured-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}
.featured-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #273981;
    margin-bottom: 10px;
}
.featured-box p {
    font-size: 15px;
    color: #002147;
}


/*************ACHIEVEMENTS ADMISSION***********/
.achievements_area .section_title .title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.student-card {
    background: white;
    border-radius: 16px 16px 0;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.student-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(39,57,129,0.15);
}

.student-avatar {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.student-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.student-info {
    padding: 20px;
    text-align: center;
    /*flex-grow: 1;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.student-info h4 {
    font-size: 20px;
    color: #273981;
    font-weight: 700;
    margin-bottom: 8px;
}

.student-info .ex-class {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

.achievements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.achievements-list li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #002147;
}

.achievements-list i {
    margin-right: 5px;
    color: #273981;
}

.achievements-list .text-warning {
    color: #ffc107 !important;
}
