/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.top-header {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
    z-index: 2;
}
.image-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 0;
}
.top-header .contacts-links a, .icon-button {
    position: relative;
    z-index: 2;
}
.icon-button {
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #6754e9;
}
.contacts-links a {
    font-size: 14px;
    color: white;
    font-weight: 500;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 55px;
}
.menu-bar img {
    height: 40px;
}
.menu-area {
    background: #ffffff;
    padding: 10px 0px;
}
.main-navigation {
    display: flex;
    gap: 28px;
}
.navigation-item li a {
    font-size: 16px;
    font-weight: 500;
    color: #385469;
}
.navigation-item li a:hover {
    color: #6754e9;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    right: 100%;
    border-bottom: 1px solid #6754e9;
    transition: right .3s ease-out;
}
.navigation-lines:focus::before, .navigation-lines:hover::before {
    right: 0px;
}
.navigation-lines {
    position: relative;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 11px;
    top: 66px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-navigation-item li a {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0;
}
.dropdown-navigation-item li a:hover {
    color: #08854b;
    padding: 0;
    background: none;
}
.uk-sticky-fixed .menu-area {
    background: #ffffff;
}
.search-icon {
    height: 40px;
    width: 40px;
    border-radius: 500px;
    border-width: 1px;
    color: #385469;
    background-color: RGBA(0, 0, 0, 0);
    border-style: solid;
    border-color: #5C707E;
    line-height: 38px;
    text-align: center;
}
.admissions-button-links {
    display: inline-block;
    position: relative;
}
.admissions-button-links a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    border-radius: 40px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    box-shadow: 0 0 0 0 rgba(106, 17, 203, 0.5);
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
}
@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(106, 17, 203, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(106, 17, 203, 0); }
    100% { box-shadow: 0 0 0 0 rgba(106, 17, 203, 0); }
}

.admissions-button-links a {
    animation: pulseGlow 1.8s infinite;
}
.admissions-button-links a:hover {
    color: #ffffff;
}
.admissions-button-links a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}
.admissions-button-links:hover a::after {
    width: 300px;
    height: 300px;
}
.admissions-button-links:hover a {
    transform: scale(1.05);
    background: linear-gradient(135deg, #7c2ae8 0%, #3a85ff 100%);
    letter-spacing: 0.08em;
}
@media(max-width:960px){
    .main-logo img {
        height: 38px;
    }
    .admissions-button-links a {
        font-size: 13px;
        letter-spacing: 0.05em;
        padding: 8px 15px;
    }
    .search-icon {
        height: 32px;
        width: 32px;
        line-height: 30px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "Inter", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #ff0000;
}
.my-section {
    background: #e8e8d4;
    padding: 40px 0 0px;
    position: relative;
    overflow: hidden;
}
.admission-btn {
    background: #ff6720;
    color: #fff;
    padding: 18px 40px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    display: inline-block;
}
.admission-btn:hover {
    background:#e85714;
    color:#fff;
    text-decoration:none;
    transform: translateY(-4px);
}
.cloud-area {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
}
.cloud-area  img{
    width:100%;
    display:block;
}
.video-btn {
    display:flex;
    align-items:center;
    gap:20px;
    text-decoration:none;
}
.play-btn {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #6754e9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn::before{
    content:"";
    width:0;
    height:0;
    border-top:12px solid transparent;
    border-bottom:12px solid transparent;
    border-left:18px solid #fff;
    margin-left:4px;
    z-index:2;
}
.play-btn span{
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    background:rgba(123, 97, 255, 0.25);
    animation:ripple 2s linear infinite;
}
.play-btn span:nth-child(2){
    animation-delay:0.5s;
}
.play-btn span:nth-child(3){
    animation-delay:1s;
}
@keyframes ripple{
    0%{
        transform:scale(1);
        opacity:0.7;
    }

    100%{
        transform:scale(1.8);
        opacity:0;
    }
}
.play-text {
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 500;
}
.news-section {
    background-image: url(../images/news-bg.png);
    padding: 50px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.news-card {
    padding: 20px;
    background-image: url(../images/news-card.png);
    background-size: cover;
}
.testimonials-section {
    padding: 50px 0px;
}
.testimonials-section {
    padding: 50px 0;
    overflow: hidden;
}
.learn-more-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #ff6720;
}
.learn-more-links svg {
    background: #6754e9;
    padding: 2px;
    border-radius: 50%;
    color: white;
}
.learn-more-links .icon-right {
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
}
.learn-more-links .icon-down {
    opacity: 1;
    transition: all 0.3s ease;
}
.learn-more-links a:hover .icon-down {
    opacity: 0;
    transform: translateY(8px);
}
.learn-more-links a:hover .icon-right {
    opacity: 1;
    transform: translateX(0);
}
.message-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff5f5 0%, #f0f9ff 50%, #faf5ff 100%);
    position: relative;
    overflow: hidden;
}
.message-section::before {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    top: -100px;
    left: -100px;
}
.message-section::after {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
    bottom: -50px;
    right: -50px;
}
.message-section::before, .message-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
}
@media(max-width:960px){
    .admission-btn {
        padding: 14px 15px;
        border-radius: 8px;
        font-size: 13px;
    }
    .play-btn {
        width: 45px;
        height: 45px;
    }
    .w-75 {
        width: auto;
    }
    .uk-margin-medium-bottom {
        margin-bottom: 20px !important;
    }
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----About Us---
------------------------------------------------------------------------------------------------------------*/
.about-section {
    background-image: url(/assets/images/about.jpeg);
    padding: 50px 0 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.about-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
}
.student-img {
    position: relative;
    width: 420px;
    z-index: 2;
    left: 20px;
    height: 568px;
    border-radius: 50px;
}
.about-image-wrapper {
    position: relative;
    margin: auto;
}
.experience-box {
    position: absolute;
    right: 20px;
    bottom: 60px;
    width: 180px;
    height: 180px;
    background: #6754e9;
    border-radius: 45% 55% 55% 45%;
    border: 10px solid #fff;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.shape-bg {
    position:absolute;
    width:470px;
    left:0;
    top:50px;
    z-index:1;
}
.experience-box h1 {
    font-size: 60px;
    line-height: 1;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.experience-box p {
    font-size: 20px;
    margin: 0;
}
.about-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #b51651;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.about-title h1 {
    font-size: 43px;
    margin: 0;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    line-height: 65px;
    color: white;
}
.underline {
    position: relative;
    color: #f15f25;
    display: inline-block;
}
.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 17px;
    background: url(../images/line.png) no-repeat center;
    background-size: contain;
}
.about-excerpt ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
    margin: 30px 0;
    list-style: none;
}
.about-excerpt ul li {
    position: relative;
    background: #6d57ef26;
    padding: 18px 20px 18px 50px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #6c57ef;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.about-excerpt ul li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: #6b56ed;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-excerpt ul li:hover {
    transform: translateY(-4px);
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.about-excerpt p {
    font-size: 18px;
    font-weight: 400;
}
@media(max-width:960px){
    .student-img {
        height: 403px;
        left: 0;
    }
    .about-image-wrapper{
        width:100%;
    }
    .shape-bg {
        width: 320px;
    }
    .about-excerpt ul {
        grid-template-columns: 1fr;
    }
    .about-title h1 {
        font-size: 23px;
        line-height: 38px;
    }
    .underline::after {
        bottom: 0px;
        width: 100%;
        height: 9px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.text-heading h1 {
    font-size: 58px;
    color: #2c2c2c;
    font-weight: 700;
    margin: 0;
}
.title-excerpt p {
    font-size: 18px;
    font-weight: 400;
    color: #4B5563;
    margin: 0;
}
.news-byline a {
    font-size: 13px;
    color: #000000;
}
.published-date span {
    font-size: 13px;
    color: #000000;
}
.news-title h4 {
    font-size: 24px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
em {
    color: #161616;
}
.green-text {
    color: #06773e !important;
}
.principle-details h1 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Quicksand';
    margin-bottom: 7px;
}
.principle-details p {
    margin: 0;
    font-size: 15px;
}
.Principle-text p {
    font-size: 20px;
    font-family: 'Baloo 2';
    margin: 0;
    color: #000000;
}
@media only screen and (max-width: 600px) {
   .text-heading h1 {
        font-size: 30px;
    } 
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Testimonials Part---
------------------------------------------------------------------------------------------------------------*/
.testimonials-section {
    background-image: url(/assets/images/choose.jpeg);
    padding: 50px 0 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.testimonial-card {
    position: relative;
    text-align: center;
    margin-top: 39px;
}
.parent-image img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.testimonial-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 45px 50px;
    /* min-height: 47px; */
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
}
.testimonial-content p {
    font-size: 17px;
    line-height: 24px;
    color: #475569;
    margin-bottom: 20px;
    font-weight: 400;
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 5px;
    margin-top: 0;
}
.testimonial-content span {
    font-size: 12px;
    color: #475569;
}
.parent-image{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
@media only screen and (max-width: 600px) {
    
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.principle-thumbnail {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, conic-gradient(#f15f25, #3361f2, #5b25d5, #f15f25) border-box;
}
@media only screen and (max-width: 600px) {
    
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.tag-heading span {
    background: #7A64EC;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    font-size: 18px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
}
.heading-text h1 {
    font-size: 45px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    position: relative;
    background: #6556F5;
    padding-top: 120px;
    overflow: hidden;
}
.footer-heading h3 {
    font-size: 23px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    color: white;
    line-height: 39px;
    margin: 0;
}
.footer-heading-line {
    border-image: linear-gradient(90deg, #F39F5F 4.85%, rgba(201, 203, 223, 0) 96.39%);
    border-bottom: 2px solid transparent;
    border-image-slice: 2;
}
.footer-logo img {
    height: 65px;
}
.footer-links a {
    font-size: 15px;
    text-transform: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}
.footer-text p {
    margin: 0;
    font-size: 15px;
    color: white;
    font-weight: 500;
    font-family: "Baloo 2", sans-serif;
}
.social-media-area h3 {
    font-size: 18px;
    margin-bottom: 14px;
    font-family: 'Quicksand';
    font-weight: 600;
}
.social-media-icon {
    background: #FFFFFF12;
    padding: 8px 8px;
    color: white;
    display: inline-block;
}
.footer-cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}
.footer-divider {
    width: 100%;
    height: 1px;
    border-top: 2px dashed rgba(255, 255, 255, 0.2);
    margin: 40px 0 40px;
}
.footer-bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0;
}
.copyright-section {
    background: #6556f5;
    padding: 0px 0px 167px;
}
.copyright-content img {
    height: 16px;
}
.copyright-content p {
    color: #d3d3d3;
    margin: auto;
    font-weight: 500;
}
@media only screen and (max-width: 600px) {
    .footer-section {
        padding-top: 60px;
    }
    .copyright-section {
        padding: 0px 0px 80px;
    }
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.bg-title-heading {
    background-image: url(../images/title-heading.png);
    padding: 50px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.single-news-title h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 46px;
    color: #121e43;
    font-family: 'Baloo 2';
}
.news-byline img {
    height: 20px;
    width: 20px;
    margin-right: 2px;
}
.published-date span {
    font-size: 13px;
    color: #101010;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
.attach-cap {
    background: #f8f9fa;
    display: block;
    padding: 2px 8px;
    font-style: italic;
    text-align: center;
    font-size: 15px;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #ffebea;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
blockquote p {
    font-size: 20px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    margin-bottom: 16px !important;
}
blockquote:before {
    background-image: url(/assets/icon/blockquote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
blockquote:after {
    background-image: url(/assets/icon/blockquote-right.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}
.single-news-content p {
    font-size: 19px;
    line-height: 27px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 28px;
    color: #000000;
    font-family: 'Baloo 2';
}
@media only screen and (max-width: 600px) {
    .single-news-title h1 {
        font-size: 25px;
        line-height: 33px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #6754e9;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ff6720;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #6754e9;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Page Blade---
------------------------------------------------------------------------------------------------------------*/
.page-content p {
    font-size: 22px;
    font-family: 'Baloo 2';
    line-height: 30px;
    color: #1c1c1c;
}
.page-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.page-content ul li {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    transition: all .3s ease;
    position: relative;
    padding-left: 55px;
    font-size: 19px;
    line-height: 1.7;
    font-family: 'Baloo 2';
    color: #000000;
}
.page-content ul li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 25px;
    height: 25px;
    background: #6754e9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}
.page-content ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    border-color: #8677ee;
}
@media (max-width: 767px){
    .page-content ul{
        grid-template-columns: 1fr;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumbnail {
    height: 100px;
    width: 120px;
}
.news-links a {
    color: #0e5dae;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #e75625;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----FAQ---
------------------------------------------------------------------------------------------------------------*/
.faq-section {
    background-image: url(../images/testimonials.jpeg);
    padding: 50px 0 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.accordion-deatils {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
}
.faq-item {
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    transition: 0.3s ease;
}
.uk-accordion li.uk-open .accordion-title {
    color: #174a99;
    background: linear-gradient(149deg, #f5f9ff 0%, #d7ebff 100%);
}
.accordion-content p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 20px 10px 20px;
}
.uk-accordion-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    transition: all 0.3s ease;
    border-radius: 8px;
}
.uk-accordion-icon:hover {
    background: rgba(102, 126, 234, 0.1);
    transform: rotate(90deg);
}
.accordion-icon img {
    height: 40px;
}
@media (max-width: 600px) {
    .accordion-title {
        padding: 12px 12px;
        font-size: 13px !important;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Admissions Blade---
------------------------------------------------------------------------------------------------------------*/
.admissions-section {
    background-image: url(/assets//admissions-heading-bg.png);
    padding: 50px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vesper Libre';
    margin: 20px 0;
    background-color: transparent;
    border-radius: 8px;
}
.web-pagination li {
    margin: 0 5px;
    list-style: none;
}
.web-pagination li a, .web-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
}
.web-pagination li a:hover {
    background-color: #0066b3;
    color: #fff;
}
.web-pagination li.uk-active a {
    background-color: #d2232a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.web-pagination li.uk-disabled span {
    color: #999;
    background-color: #e5e5e5;
    cursor: not-allowed;
}
.web-pagination .prev-button, .web-pagination .next-button {
    padding: 0 10px;
    font-weight: 500;
}
.web-pagination .prev-button:hover,
.web-pagination .next-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff;
}
@media (max-width: 600px) {
    .web-pagination li a, .web-pagination li span {
        min-width: 10px;
        height: 35px;
        font-size: 14px;
    }
    .web-pagination .prev-button,
    .web-pagination .next-button {
        padding: 0 10px;
    }
}