body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Poppins", sans-serif;
}

h2{
    font-family: "Poppins", sans-serif;
}

h3{
    font-family: "Poppins", sans-serif;
}

h4{
    font-family: "Poppins", sans-serif;
}

h5{
    font-family: "Poppins", sans-serif;
}

h6{
    font-family: "Poppins", sans-serif;
}

p{
    font-family: "Poppins", sans-serif;
}
/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn{
    padding-top: 20px;
}

.default-btn a{
    /* background-color: #263779; */
    background: linear-gradient(90deg, #263779, #67a3e4);
    border-radius: 50px;
    padding: 7px 25px;
    color: #ffffff;
    border: none; 
    
}


.default-btn a:hover {
    border: 1px solid #263779;
    background: transparent;
    color: #263779;
    
}

/* header start */

.navbar-custom {
      

    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    /* border-bottom: 1px solid #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

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

.nav-link, .navbar-brand, .dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* .offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
} */


.navbar-nav{
    display: flex;
    justify-content: end;
    
}
.navbar-nav a{
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;

    /* transition: color 0.3s ease;
    position: relative; */
   
    /* text-align: center !important; */
}


/* .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0aaff;
  transition: width 0.3s ease;
} */

.navbar-nav a:hover{
   /* color: #10002b !important; */
   color: #263779 !important;
}

.navbar-nav a:hover::after {
  width: 100%;
}



.navbar-nav .active a{
    /* color: #10002b !important; */
    color: #263779 !important;
}




.navbar-toggler span{
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none; 
    box-shadow: none;
    
}






.header-btn{
    display: flex;
    justify-content: end;
}
.header-btn a{
    background-color: #263779;
    
    padding: 10px 17px 10px 17px;
    color: #ffffff;
    border-radius: 50px;
    text-align: end !important;
    font-size: 15px;
    font-weight: 400;
    
    
}


.header-btn a:hover{
    background: transparent;
    border:  1px solid #263779;
    color: #263779;
}







@media(max-width:992px){
    .offcanvas-body{
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn{
        display: none;
    }

   

    .navbar-nav .active{
        background-color: transparent !important;
        
    }

    .navbar-nav a{
        color: #000000 !important;
    }

    .navbar-nav .active a{
        color: #000000 !important;
    }

   
}


@media(max-width:370px){
    .head-top-cta a{
        font-size: 13px;
    }
}


/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */





/* footer start */


.footer-section {
    background: linear-gradient(180deg, #1f2d63 0%, #263779 100%);
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}

/* Background Shapes */
.footer-shape {
    position: absolute;
    border-radius: 50%;
}

.footer-shape-1 {
    width: 400px;
    height: 400px;
    background: rgba(103, 163, 228, .08);
    top: -180px;
    left: -180px;
}

.footer-shape-2 {
    width: 250px;
    height: 250px;
    background: rgba(103, 163, 228, .08);
    right: -100px;
    bottom: -100px;
}

/* Widget */
.footer-widget {
    position: relative;
    z-index: 2;
}

/* Logo */
.footer-logo img {
    width: 170px;
    margin-bottom: 20px;
}

/* About */
.footer-about {
    color: rgba(255,255,255,.80);
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
}

/* Social */
.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: .4s;
}

.footer-social a:hover {
    background: #67a3e4;
    transform: translateY(-6px);
}

/* Title */
.footer-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Baloo 2", sans-serif;
    margin-bottom: 35px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 45px;
    height: 4px;
    background: #67a3e4;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

/* Links */
.footer-links,
.footer-contact {
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    list-style: none;
    margin-bottom: 18px;
}

.footer-links li a {
    color: rgba(255,255,255,.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .4s;
}

.footer-links li a:hover {
    color: #67a3e4;
    padding-left: 8px;
}

.footer-links i {
    color: #67a3e4;
}

/* Contact */
.footer-contact li a {
    color: rgba(255,255,255,.85);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 28px;
}

.footer-contact span {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact i {
    color: #67a3e4;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    margin-top: 50px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.footer-bottom a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    font-weight: 500;
}


@media (max-width:991px) {

    .footer-section {
        padding: 50px 0 25px;
    }

    .footer-widget {
        text-align: left;
        margin-bottom: 35px;
    }

    .footer-title::after {
        left: 0;
        transform: none;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-links li a,
    .footer-contact li a {
        justify-content: flex-start;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

/* Mobile */
@media (max-width:576px) {

    .footer-section {
        padding: 60px 0 20px;
    }

    .footer-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-title {
        font-size: 22px;
    }

    .footer-about {
        font-size: 14px;
        line-height: 28px;
    }

    .footer-links li,
    .footer-contact li {
        margin-bottom: 15px;
    }

    .footer-links li a,
    .footer-contact li a,
    .footer-bottom p {
        font-size: 14px;
    }

    .footer-social {
        gap: 12px;
    }

    .footer-social a {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .footer-bottom {
        padding-top: 20px;
        text-align: center;
    }
}

/* footer end */






/*home banner */

.banner-section{
    padding: 76px 0px;
    background-image: url(..//image/about-bg-1.png);
    /* background-color: #67a3e4; */
    /* background-color: #074587; */
    background-color: #f5f6f8;
    background-repeat: no-repeat;
    background-position: right center;
}

.banner-content-col{
    display: flex;
    align-items: center;
}

.banner-content h1{
    color: #263779;
    font-size: 65px;
    font-weight: 500;
    font-family: "Baloo 2", sans-serif;
}



.banner-content span{
    color: #67a3e4;
}

.banner-content p{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
}

.banner-image{
    text-align: end;
}

.banner-btns{
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

.banner-btn-one a{
    padding: 10px 26px;
    background-color: #263779;
    color: #ffffff;
    border-radius: 50px;
}

.banner-btn-one a:hover{
    background: transparent;
    border: 1px solid #263779;
    color: #263779;
}

.banner-btn-two a{
    padding: 10px 26px;
    border: 1px solid #263779;
    color: #263779;
    border-radius: 50px;
}

.banner-btn-two a:hover{
    background-color: #263779;
    border: none;
    color: #ffffff;
}


.counter-section{
    display: flex;
    padding-top: 50px;
    gap: 100px;
    text-align: center;
}

.counter-section h3{
    font-size: 40px;
    font-weight: bold;
    color: #263779;
}

.counter-section h6{
    font-size: 15px;
    font-weight: 500;
    color: #ff0e00;
}

.banner-image-col{
    position: relative;
}

.testimonial-banner-card{
    position:absolute;
    bottom: 10%;
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    text-align: center;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial-banner-img img{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-left: -15px;

    /* margin: 0 2px; */
}

.rating-text{
    margin-left: 15px;
}
.rating-text h4{
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.rating-text p{
    margin: 5px 0 10px 0;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.rating-btn button{
    /* padding: 8px 20px; */
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    background-color: #263779;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
}

.rating-btn button:hover{
    background-color: #2b5f94;
}

@media(max-width:992px){
    .banner-image{
        text-align: center;
    }
}

@media(max-width:432px){
    .banner-content h1{
        font-size: 37px;
        text-align: center;
    }

    .banner-content p{
        font-size: 15px;
        text-align: center;
        margin: 0px !important;
    }

    .banner-btns{
        justify-content: center;
        padding-top: 23px;
    }

    .counter-section{
        display: flex;
        justify-content: center;
        gap: 45px;
    }

    .counter-section h3{
        font-size: 30px;
    }

    .testimonial-banner-card{
        position: unset;
        width: 100%;
    }
}


@media (max-width:376px) {

    .banner-content h1 {
        font-size: 37px;
    }

    .banner-btn-two a{
        padding: 6px 12px;
    }

    .banner-btn-one a{
        padding: 6px 12px;
    }

    .testimonial-banner-img img{
        width: 34px;
        height: 34px;
    }
}


/* banner end */





/* about page start*/

.brahma-about-section {
    padding: 60px 0;
    background: #f8fbff;
    overflow: hidden;
    position: relative;
}


.shape {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.shape-1 {
    width: 450px;
    height: 450px;
    background: rgba(103, 163, 228, 0.08);
    top: -180px;
    left: -180px;
    animation: rotateShape 18s linear infinite;
}

.shape-2 {
    width: 320px;
    height: 320px;
    background: rgba(38, 55, 121, 0.06);
    bottom: -120px;
    right: -120px;
}

/* Image Side */
.brahma-about-image {
    position: relative;
    text-align: center;
    z-index: 2;
}

/* .image-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg,
            rgba(38, 55, 121, .08),
            rgba(103, 163, 228, .15));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.brahma-about-image img {
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 2;
    animation: floatImage 5s ease-in-out infinite;
}

.floating-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 25px 50px rgba(38, 55, 121, 0.12);
    z-index: 3;
    animation: floatingBox 4s infinite ease-in-out;
}

.floating-box i {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #263779, #67a3e4);
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.floating-box h5 {
    color: #263779;
    margin-bottom: 3px;
    font-size: 20px;
}

.floating-box span {
    color: #666;
    font-size: 14px;
}

.box-one {
    top: 70px;
    left: -20px;
}

.box-two {
    right: -20px;
    bottom: 80px;
}


.brahma-about-content {
    position: relative;
    z-index: 2;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 50px;
    background: rgba(103, 163, 228, .12);
    border: 1px solid rgba(103, 163, 228, .2);
    color: #263779;
    font-weight: 600;
    margin-bottom: 30px;
}

.section-tag i {
    color: #67a3e4;
}

.brahma-about-content h2 {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size:45px;
    line-height: 1.1;
    color: #263779;
    margin-bottom: 30px;
}

.brahma-about-content h2 span {
    color: #67a3e4;
    /* display: inline-block;
    position: relative; */
}

/* .brahma-about-content h2 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: rgba(103, 163, 228, .2);
    left: 0;
    bottom: 10px;
    border-radius: 20px;
    z-index: -1;
} */

.brahma-about-content p {
    color: #666;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 20px;
}

/* Features */
.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 40px 0;
}

.feature-item {
    background: #fff;
    padding: 22px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    /* box-shadow: 0 20px 40px rgba(38, 55, 121, .08); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: .4s;
}

.feature-item:hover {
    transform: translateY(-8px);
}

.feature-item i {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #263779, #67a3e4);
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item span {
    color: #263779;
    font-weight: 600;
}

/* Button */
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    border-radius: 50px;
    /* background: linear-gradient(135deg, #263779, #67a3e4); */
    background-color: #263779;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    /* box-shadow: 0 20px 40px rgba(38, 55, 121, .25); */
    transition: .4s;
}

.about-btn:hover {
    transform: translateY(-5px);
    color: #fff;
}

/* Animations */
@keyframes floatImage {
    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatingBox {
    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateShape {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@media (max-width:991px) {
    .brahma-about-section {
        padding: 45px 0;
    }

    .brahma-about-image {
        margin-bottom: 60px;
    }

    .brahma-about-content h2 {
        font-size: 45px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .floating-box {
        display: none;
    }
}

@media (max-width:576px) {
    .brahma-about-content h2 {
        font-size: 36px;
    }

    .brahma-about-content p {
        font-size: 15px;
        line-height: 30px;
    }
}

/* about end */







/* floating btn */

.floating-buttons{
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 9999;
}

.floating-buttons a{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.floating-buttons a:hover{
    transform: translateY(-5px);
}


.call-btn{
    background-color: #263779;
}


.whatsapp-btn{
    background-color: #25D366;
}

/* end */



/* coursee start */

.courses-section {
    padding:50px 0;
    background: #f7faff;
}

/* Section Heading */
.course-section-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #263779;
    line-height: 1.2;
    margin-bottom: 15px;
}

.course-section-title span {
    color: #67a3e4;
}

.course-section-subtitle {
    max-width: 700px;
    margin: auto;
    font-size: 17px;
    line-height: 30px;
    color: #666;
}


.course-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    /* box-shadow: 0 15px 40px rgba(38, 55, 121, 0.08); */
    transition: all 0.4s ease;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(38, 55, 121, 0.15);
}

.course-image {
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.5s;
}

.course-card:hover .course-image img {
    transform: scale(1.08);
}

.course-content {
    padding: 30px;
}

.course-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #263779;
    margin-bottom: 15px;
}

.course-content p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px;
}


.course-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.course-read-btn,
.course-whatsapp-btn {
    flex: 1;
    height: 50px;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.4s;
}

.course-read-btn {
    background: #263779;
    color: #fff;
}

.course-read-btn:hover {
    background: #67a3e4;
    color: #fff;
}

.course-whatsapp-btn {
    background: #25d366;
    color: #fff;
}

.course-whatsapp-btn:hover {
    background: #1ebc59;
    color: #fff;
}

/* View More Button */
.view-course-btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(90deg, #263779, #67a3e4);
    transition: 0.4s;
}

.view-course-btn:hover {
    transform: translateY(-5px);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .course-section-title {
        font-size: 38px;
    }
}

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

    .course-section-title {
        font-size: 32px;
    }

    .course-section-subtitle {
        font-size: 15px;
        line-height: 28px;
    }

    .course-content {
        padding: 25px;
    }

    .course-content h4 {
        font-size: 22px;
    }

    .course-image img {
        height: 220px;
    }

    .course-buttons {
        flex-direction: row;
        gap: 10px;
    }

    .course-read-btn,
    .course-whatsapp-btn {
        flex: 1;
        height: 48px;
        font-size: 14px;
        padding: 10px 12px;
    }
}

/* course end */


/* course detail page */

.course-details-section {
    padding: 100px 0;
    background: #f7faff;
}

/* Left Side */
.course-details-content {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    /* box-shadow: 0 15px 40px rgba(38, 55, 121, 0.08); */
}

.course-details-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.course-details-body {
    padding: 40px;
}

.course-category {
    display: inline-block;
    background: rgba(103, 163, 228, 0.15);
    color: #263779;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.course-details-body h2 {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #263779;
    margin-bottom: 20px;
}

.course-details-body h4 {
    color: #263779;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.course-details-body p {
    color: #666;
    line-height: 30px;
    font-size: 15px;
}

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

.course-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #555;
}

/* Admission Form */
.admission-form-card {
    background: #fff;
    border-radius: 25px;
    padding: 35px;
    /* box-shadow: 0 15px 40px rgba(38, 55, 121, 0.08); */
    position: sticky;
    top: 100px;
}

.admission-form-card h3 {
    color: #263779;
    font-size: 26px;
    margin-bottom: 10px;
}

.admission-form-card p {
    color: #666;
    margin-bottom: 30px;
}

.form-control,
.form-select {
    height: 55px;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

.form-control:focus,
.form-select:focus {
    border-color: #67a3e4;
    box-shadow: none;
}

.admission-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #263779, #67a3e4);
    color: #fff;
    font-weight: 600;
    transition: 0.4s;
}

.admission-btn:hover {
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width:991px) {

    .course-details-section {
        padding: 70px 0;
    }

    .course-details-image img {
        height: 300px;
    }

    .course-details-body {
        padding: 30px;
    }

    .course-details-body h2 {
        font-size: 35px;
    }

    .admission-form-card {
        position: relative;
        top: 0;
    }
}

@media (max-width:767px) {

    .course-details-body {
        padding: 25px;
    }

    .course-details-body h2 {
        font-size: 30px;
    }

    .course-details-image img {
        height: 220px;
    }

    .admission-form-card {
        padding: 25px;
    }
}


/* detail page end */



/* testimonial */


.testimonial-section {
    padding: 50px 0;
    background: #ffffff;
}

.testimonial-section-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #263779;
    margin-bottom: 15px;
}

.testimonial-section-title span {
    color: #67a3e4;
}

.testimonial-section-subtitle {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 30px;
    font-size: 15px;
}

/* Card */
.testimonial-item {
    padding: 15px;
}

.testimonial-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 15px 40px rgba(38, 55, 121, 0.08); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-card::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(103, 163, 228, 0.10);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

/* Quote Icon */
.quote-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #263779, #67a3e4);
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
}

/* Image */
.testimonial-profile {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #67a3e4;
}

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

.testimonial-card p {
    color: #666;
    line-height: 30px;
    margin-bottom: 25px;
}

.testimonial-card h4 {
    color: #263779;
    font-size: 22px;
    margin-bottom: 5px;
}

.testimonial-card span {
    color: #67a3e4;
    font-size: 15px;
}

.testimonial-rating {
    margin-top: 20px;
}

.testimonial-rating i {
    color: #ffc107;
    margin: 0 2px;
}

/* Owl Dots */
.testimonial-carousel .owl-dots {
    margin-top: 40px;
    text-align: center;
}

.testimonial-carousel .owl-dot span {
    width: 14px;
    height: 14px;
    background: #cfd8ea !important;
    margin: 5px;
    display: block;
    border-radius: 50%;
    transition: 0.4s;
}

.testimonial-carousel .owl-dot.active span {
    width: 40px;
    border-radius: 30px;
    background: #263779 !important;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-section-title {
        font-size: 38px;
    }
}

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

    .testimonial-section-title {
        font-size: 32px;
    }

    .testimonial-card {
        padding: 35px 25px;
    }
}

/* testimoial end */



/* contact page start */

.contact-section {
    padding: 50px 0;
    background: #f7faff;
}

/* Section Heading */
.contact-section-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #263779;
    margin-bottom: 15px;
    line-height: 1.2;
}

.contact-section-title span {
    color: #67a3e4;
}

.contact-section-subtitle {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 30px;
}

/* Cards */
.contact-info-card,
.contact-form-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(38, 55, 121, 0.08);
}

/* Left Card */
.contact-info-card {
    background: linear-gradient(135deg, #263779, #3d5aa9);
    color: #fff;
}

.contact-info-card h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-info-card p {
    line-height: 30px;
    opacity: 0.9;
    margin-bottom: 40px;
}

/* Contact Item */
.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.contact-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.contact-item span {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.contact-item h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
}

.contact-item h6 a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 400;
}

.contact-item h6 a:hover {
    color: #67a3e4;
}

/* Social */
.contact-social {
    margin-top: 40px;
}

.contact-social a {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.4s;
}

.contact-social a:hover {
    background: #67a3e4;
    transform: translateY(-5px);
    color: #fff;
}

/* Right Form Card */
.contact-form-card h3 {
    color: #263779;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* Form */
.form-control {
    height: 58px;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: none;
    font-size: 15px;
    color: #555;
}

textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 18px;
}

.form-control:focus {
    border-color: #67a3e4;
    box-shadow: none;
}

/* Button */
.contact-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #263779, #67a3e4);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
}

.contact-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-section {
        padding: 80px 0;
    }

    .contact-section-title {
        font-size: 38px;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 35px;
    }

    .contact-info-card h3,
    .contact-form-card h3 {
        font-size: 28px;
    }
}

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

    .contact-section-title {
        font-size: 32px;
    }

    .contact-section-subtitle {
        font-size: 15px;
        line-height: 28px;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 30px 25px;
    }

    .contact-item {
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact-icon {
        width: 55px;
        min-width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .contact-item h6 {
        font-size: 16px;
    }

    .contact-social {
        margin-top: 30px;
    }

    .contact-social a {
        width: 45px;
        height: 45px;
        margin-right: 8px;
    }

    .contact-form-card h3 {
        font-size: 26px;
    }

    .form-control,
    .contact-btn {
        height: 55px;
    }

    textarea.form-control {
        height: 140px;
    }
}


@media (max-width:375px) {

    .contact-form-card h3{
        font-size: 24px;
    }

    .contact-info-card h3{
        font-size: 24px;
    }
}


/* contact page end */



/* fac */

.facilities-section {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Heading */
.facilities-section-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #263779;
    margin-bottom: 15px;
}

.facilities-section-title span {
    color: #67a3e4;
}

.facilities-section-subtitle {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 30px;
}

/* Cards */
.facility-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 40px rgba(38, 55, 121, 0.08);
    transition: 0.4s;
}

.facility-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(38, 55, 121, 0.15);
}

/* Decorative Bubble */
.facility-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(103, 163, 228, 0.08);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

.facility-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #263779, #67a3e4);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-8deg);
}

.facility-icon i {
    color: #fff;
    font-size: 34px;
    transform: rotate(8deg);
}

.facility-card h4 {
    color: #263779;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.facility-card p {
    color: #666;
    line-height: 28px;
    margin: 0;
}

/* Doodles */
.doodle-circle {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 3px dashed rgba(103, 163, 228, 0.2);
    border-radius: 50%;
    top: -120px;
    right: -100px;
}

.doodle-square {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 3px dashed rgba(38, 55, 121, 0.15);
    border-radius: 30px;
    bottom: 40px;
    left: -40px;
    transform: rotate(30deg);
}

/* Responsive */
@media (max-width: 991px) {
    .facilities-section-title {
        font-size: 38px;
    }
}

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

    .facilities-section-title {
        font-size: 32px;
    }

    .facilities-section-subtitle {
        font-size: 15px;
        line-height: 28px;
    }

    .facility-card {
        padding: 35px 25px;
    }

    .facility-icon {
        width: 80px;
        height: 80px;
    }

    .facility-icon i {
        font-size: 30px;
    }

    .facility-card h4 {
        font-size: 20px;
    }

    .doodle-circle,
    .doodle-square {
        display: none;
    }
}


/* facility end */



/* cta start */

.education-cta-section {
    padding: 50px 0;
    background: #f7faff;
}

.education-cta-card {
    background: #263779;
    border-radius: 35px;
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
}

/* Doodles */
.cta-circle {
    position: absolute;
    width: 260px;
    height: 260px;
    border: 2px dashed rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    top: -120px;
    right: -80px;
}

.cta-wave {
    position: absolute;
    width: 220px;
    height: 220px;
    border: 2px dashed rgba(255, 255, 255, 0.08);
    border-radius: 35px;
    bottom: -100px;
    left: -80px;
    transform: rotate(30deg);
}

.cta-dots {
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.25) 2px,
        transparent 2px
    );
    background-size: 16px 16px;
    top: 50px;
    left: 45%;
}

/* Content */
.cta-tag {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.education-cta-content h2 {
    font-family: "Baloo 2", sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.education-cta-content h2 span {
    color: #67a3e4;
}

.education-cta-content p {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    line-height: 32px;
    margin: 0;
}

/* Buttons */
.education-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    height: 100%;
}

.cta-btn,
.cta-whatsapp-btn {
    height: 58px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.4s;
}

.cta-btn {
    background: #67a3e4;
    color: #fff;
}

.cta-btn:hover {
    background: #fff;
    color: #263779;
}

.cta-whatsapp-btn {
    background: #25d366;
    color: #ffffff;
}

.cta-whatsapp-btn:hover {
    background: #ffffff;
    color: #263779;
}

/* Responsive */
@media (max-width: 991px) {
    .education-cta-card {
        padding: 50px 35px;
        text-align: center;
    }

    .education-cta-content h2 {
        font-size: 38px;
    }

    .education-cta-buttons {
        margin-top: 35px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .education-cta-section {
        padding: 70px 0;
    }

    .education-cta-card {
        padding: 40px 25px;
        border-radius: 25px;
    }

    .education-cta-content h2 {
        font-size: 30px;
    }

    .education-cta-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .cta-circle,
    .cta-wave,
    .cta-dots {
        display: none;
    }
}

/* cta end */


/* mission vision */

.mission-vision-section {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Section Heading */
.mission-vision-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #263779;
    margin-bottom: 15px;
}

.mission-vision-title span {
    color: #67a3e4;
}

.mission-vision-subtitle {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 30px;
}

/* Cards */
.mission-card,
.vision-card {
    background: #fff;
    border-radius: 35px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 40px rgba(38, 55, 121, 0.08);
    transition: 0.4s;
}

.mission-card:hover,
.vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(38, 55, 121, 0.15);
}

/* Doodle Shape */
.mission-card::before,
.vision-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(103, 163, 228, 0.08);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

/* Icons */
.mission-icon,
.vision-icon {
    width: 95px;
    height: 95px;
    margin: 0 auto 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #263779, #67a3e4);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-10deg);
}

.mission-icon i,
.vision-icon i {
    color: #fff;
    font-size: 38px;
    transform: rotate(10deg);
}

/* Content */
.mission-card h3,
.vision-card h3 {
    color: #263779;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.mission-card p,
.vision-card p {
    color: #666;
    line-height: 32px;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .mission-vision-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .mission-vision-section {
        padding: 70px 0;
    }

    .mission-vision-title {
        font-size: 32px;
    }

    .mission-vision-subtitle {
        font-size: 15px;
        line-height: 28px;
    }

    .mission-card,
    .vision-card {
        padding: 40px 25px;
    }

    .mission-icon,
    .vision-icon {
        width: 80px;
        height: 80px;
    }

    .mission-icon i,
    .vision-icon i {
        font-size: 32px;
    }

    .mission-card h3,
    .vision-card h3 {
        font-size: 28px;
    }
}

/* mission end */


/* why choose star */

.why-choose-section {
    padding: 100px 0;
    background: #f7faff;
    overflow: hidden;
}

/* Heading */
.why-choose-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #263779;
    margin-bottom: 15px;
}

.why-choose-title span {
    color: #67a3e4;
}

.why-choose-subtitle {
    max-width: 720px;
    margin: auto;
    color: #666;
    line-height: 30px;
    font-size: 17px;
}

/* Image */
.why-choose-image {
    position: relative;
}

.why-choose-image img {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0 20px 50px rgba(38, 55, 121, 0.12);
}

/* Floating Cards */
.floating-card {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    padding: 18px 22px;
    box-shadow: 0 15px 35px rgba(38, 55, 121, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #263779;
    animation: float 3s ease-in-out infinite;
}

.floating-card i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #263779, #67a3e4);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-1 {
    top: 30px;
    left: -30px;
}

.card-2 {
    bottom: 30px;
    right: -30px;
}

@keyframes float {
    50% {
        transform: translateY(-10px);
    }
}

/* Content */
.why-item {
    background: #fff;
    border-radius: 25px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(38, 55, 121, 0.08);
    transition: 0.4s;
}

.why-item:hover {
    transform: translateX(10px);
}

.why-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #263779, #67a3e4);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-icon i {
    color: #fff;
    font-size: 28px;
}

.why-item h4 {
    color: #263779;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.why-item p {
    color: #666;
    line-height: 28px;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose-title {
        font-size: 38px;
    }

    .why-choose-image {
        margin-bottom: 50px;
    }

    .card-1 {
        left: 15px;
    }

    .card-2 {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .why-choose-section {
        padding: 70px 0;
    }

    .why-choose-title {
        font-size: 32px;
    }

    .why-item {
        padding: 22px;
        gap: 15px;
    }

    .why-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .why-icon i {
        font-size: 24px;
    }

    .why-item h4 {
        font-size: 21px;
    }

    .floating-card {
        position: static;
        margin-top: 20px;
    }
}