body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

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

html {
    scroll-behavior: smooth !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;
} */

/* section title */

.section-title {
    font-size: 36px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 10px;
    font-family: "Philosopher", sans-serif;
    
}

.section-title span {
    color: #287fd6;
}

.section-subtitle {
    font-size: 15px;
    color: #000000;
    margin: 0 auto;
}


@media (max-width: 575px) {
    .section-title {
        font-size: 30px;
    }
}

/* section title end*/




/* header start */



.navbar-custom {
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    z-index: 1030;
    background: transparent;
    transition: all 0.4s ease-in-out;
}

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


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

.sticky-scroll .navbar-nav a {
    color: #000000 !important;
}
/* sticky */


.navbar-nav {
    justify-content: end;
}

.navbar-nav a {
    color: #000000 !important;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.navbar-nav a:hover,
.navbar-nav .active a {
    color: #287fd6 !important;
}



.navbar-toggler span {
    color: #1f3356;
}

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



.header-btn a {
    background: #164a75;
    padding: 7px 26px;
    border-radius: 50px;
    color: #ffffff;
    transition: 0.3s;
}

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



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



/* .course-dropdown {
    border-radius: 12px;
    padding: 8px 0;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a{
    color: #000 !important;
}


.submenu {
    border-radius: 12px;
    
} */


.course-dropdown .dropdown-item {
    padding: 10px 18px;
    transition: background-color 0.3s ease;
    position: relative;
}


.course-dropdown .dropdown-item:hover {
    /* background-color: #dc6a00; */
    background: transparent;
    color: #164a75 !important;
    
}


.course-dropdown .dropdown-item:hover i {
    color: #164a75;
}


.dropdown-submenu > .submenu {
    margin-left: 0;
}


@media (min-width: 992px) {

    .dropdown-submenu > .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 220px;
        display: none;
    }

    .dropdown-submenu:hover > .submenu {
        display: block;
    }
}


@media (max-width: 991px) {

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

    .submenu {
        display: none;
        padding-left: 15px;
        margin-top: 5px;
        border-left: 2px solid #164a75;
    }

    .submenu.show {
        display: block;
    }

    .submenu-toggle {
        font-weight: 500;
        color: #000000 !important;
    }
}



@media (max-width: 1200px) {
    .header-btn {
        display: none;
    }
}

@media (max-width: 432px) {
    .navbar-brand img {
        width: 140px;
    }
}



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

/* header end */



/* banner section */

.banner-section{
    padding: 50px 0px;
    /* background-color: #f9f8f8; */
    background-image: url(..//image/banner-bg-2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    
    
}

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

.banner-content h1{
    color: #164a75;
    font-size: 55px;
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
}



.banner-content span{
    color: #287fd6;
}

.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: 7px 26px;
    /* background-color: #334891; */
    background-color: #164a75;
    color: #ffffff;
    border-radius: 50px;
}

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

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

.banner-btn-two a:hover{
    /* background-color: #334891; */
    background-color: #164a75;
    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: #164a75;
}

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

.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: #3c79bb;
    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: 35px;
        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: 30px;
    }

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

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

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

/* banner end */



/* footer start */


.footer-section {
    padding-bottom: 15px;
    /* background-color: #f7f7f7; */
    background-color: #164a75;
}


/* .footer-section {
    position: relative;
    padding-bottom: 15px;
    background: url('../');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 15, 126, 0.85);
}

.footer-section > * {
    position: relative;
    z-index: 2;
} */

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 150px;
}

.footer-about p {
    margin-top: 15px;
    color: #f7f7f7;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #f7f7f7;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #287fd6;
}


.footer-menu{
    display: flex;
    justify-content: center;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #f7f7f7;

    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #f7f7f7;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #287fd6;
}

.copy-right {
    display: flex;

    justify-content: space-between;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #f7f7f7;

}

.copy-right a {
    color: #f7f7f7;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
        display: flex;
        justify-content: left;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */





/* about start */

.about-section {
    padding: 50px 0px;
}



.about-btn {
    padding-top: 10px;
}

.about-btn a {
    padding: 7px 26px 7px 26px;
    /* background-color: #164a75; */
    background-color: #164a75;
    color: #ffffff;
    border-radius: 50px;
    font-size: 15px;
}

.about-btn a:hover {
    color: #164a75;
    background: transparent;
    border: 1px solid #164a75;
    
    
}

.about-image-col{
    display: flex;
    align-items: center;
}

.about-image img {
    border-radius: 10px;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 15px;
    font-family: "Philosopher", sans-serif;
}

.about-content span {
    color: #287fd6;
}

.about-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}



@media(max-width:992px) {
    .about-content {
        padding-top: 30px;
    }
}




@media(max-width:432px) {
    .about-section {
        padding-top: 27px;
    }

    .about-content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .about-content p {
        font-size: 15px;
        text-align: left;
    }

    
}

/* about end */



/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #287fd6;
}
/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 40px;
    height: 40px;
    background: #287fd6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
}
/* end */



/* cta section */


.cta-section {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

.cta-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0; 
    width: 45%; 
    height: 100%;
    background: #164a75;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}


.cta-content, 
.cta-btn,
.cta-box,
.cta-section * {
    position: relative;
    z-index: 2;
}




.cta-content h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.3;
    color: #1f3356;
    font-family: "Philosopher", sans-serif;
    
}

.cta-content h2 span{
    color: #164a75;
}

.cta-content p {
    font-size: 16px;
    color: #444;
}

.cta-image{
    text-align: center;
}


.cta-btn {
    display: inline-block;
    padding: 7px 25px;
    /* background: linear-gradient(90deg, #334891, #67a3e4); */
    background: #164a75;
    
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

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


/* @media (max-width: 768px) {
    .cta-section::after {
        width: 100%;
        clip-path: none;
    }
} */

@media (max-width: 768px) {
    
    .cta-section{
        padding-top: 30px;
    }

    .cta-section::after {
        width: 100%;
        height: 35%;         
        top: auto;
        bottom: 0;            
        clip-path: none;    
    }

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


@media (max-width: 432px) {

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

    .cta-content p{
        font-size: 14px;
    }
}

/* cta end */



/* why choose */

.why-choose-section {
    padding: 50px 0;
    /* background: #f8fafc; */
    background-color: #e5f2fe;
}


.why-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #eef1f5;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #164a75;
    transition: 0.4s;
}

.why-card:hover {
    background-color: #164a75;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(31, 51, 86, 0.15);
}

.why-card:hover::before {
    background: #1f3356;
}


.why-icon {
    width: 60px;
    height: 60px;
    background: rgba(23, 143, 144, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.4s;
}

.why-icon i {
    font-size: 26px;
    color: #164a75;
}

.why-card:hover .why-icon {
    background: #1f3356;
}

.why-card:hover .why-icon i {
    color: #ffffff;
}

.why-card:hover p,
.why-card:hover h5{
    color: #ffffff;
}

.why-card h5 {
    font-size: 18px;
    color: #1f3356;
    margin-bottom: 10px;
    font-weight: 600;
    
}

.why-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    text-align: center;
}


@media (max-width: 575px) {
    .why-choose-section h2 {
        font-size: 28px;
    }

    .why-card {
        padding: 24px;
    }
}

/* why choose end */


/* blog page */

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


.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

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

.blog-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.blog-content {
  padding: 25px;
}

.blog-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1f3356;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.blog-read-more {
  display: inline-block;
  padding: 10px 22px;
  background: #164a75;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-read-more:hover {
  background: #1f3356;
  color: #fff;
}

/* blog page end */




/* blog detail page  */

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

.blog-detail {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.blog-detail-img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 25px;
}

.blog-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #164a75;
  margin-bottom: 15px;
}

.blog-meta i {
  margin-right: 6px;
}

.blog-detail h2 {
  font-size: 30px;
  font-weight: 500;
  color: #1f3356;
  margin-bottom: 20px;
}

.blog-detail p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
}


@media(max-width:432px){
    .blog-detail{
        padding: 14px;
    }

    .blog-detail h2{
        font-size: 20px;
    }

    .blog-detail p{
        font-size: 15px;
    }
}

/* blog detail page end */



/* course page */

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

.course-card-col{
    margin-top: 15px;
}

.course-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-12px);
}

.course-img {
  position: relative;
  overflow: hidden;
}

.course-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.course-content {
  padding: 25px;
}

.course-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1f3356;
  margin-bottom: 12px;
}

.course-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 22px;
}

.course-btn {
  display: inline-block;
  padding: 11px 26px;
  background: #164a75;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s ease;
}

.course-btn:hover {
  background: #1f3356;
  color: #fff;
  box-shadow: 0 8px 20px rgba(31,51,86,0.35);
}

.course-meta {
    display: flex;
    gap: 20px;
    margin: 10px 0 12px;
    font-size: 15px;
    color: #287fd6;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.course-meta i {
    color: #178f90;
    margin-right: 6px;
}


@media(max-width:376px){
    .course-meta{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

/* course page end */




/* course detail page */

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

.course-detail-content {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.course-detail-img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 25px;
}

.course-detail-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #1f3356;
  margin-bottom: 18px;
}

.course-detail-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1f3356;
  margin: 28px 0 15px;
}

.course-detail-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}


.course-form {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: sticky;
  top: 120px;
}

.course-form h3 {
  color: #1f3356;
  font-size: 24px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
}

.course-form p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.course-form .form-control {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.course-form .form-control:focus {
  border-color: #164a75;
  box-shadow: none;
}

.detail-course-btn {
  background: #164a75;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.detail-course-btn:hover {
  background: #1f3356;
  box-shadow: 0 8px 20px rgba(31,51,86,0.35);
}

@media(max-width:992px){
    .course-form{
        margin-top: 20px;
    }
}

@media(max-width:432px){
    .course-detail-content{
        padding: 14px;
    }

    .course-detail-content h2{
        font-size: 20px;
    }

    .course-detail-content p{
        font-size: 15px;
    }
}

/* course detail end */





/* faculty start */

.faculty-alt-section {
  padding: 50px 0;
  background: #f7f9fb;
}

.faculty-alt-card {
  position: relative;
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transition: transform 0.5s ease;
}

.faculty-alt-card:hover {
  transform: translateY(-18px);
}

.faculty-alt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(31,51,86,0.92),
    rgba(23,143,144,0.35)
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  opacity: 0;
  transition: all 0.5s ease;
}

.faculty-alt-card:hover .faculty-overlay {
  opacity: 1;
}

.faculty-overlay h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 6px;
}

.faculty-overlay span {
  color: #e0f5f4;
  font-size: 14px;
  line-height: 1.5;
}


@media(max-width:992px){
    .faculty-alt-card{
        margin-top: 15px;
    }
}

/* faculty end */


/* testimoniyals */

.testimonial-top-small {
  padding: 50px 0;
  background: #e5f2fe;
  overflow: hidden;
}

.testimonial-small-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px 35px;
  text-align: center;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
}

.testimonial-small-card:hover {
  transform: translateY(-12px);
  /* box-shadow: 0 25px 55px rgba(23, 143, 144, 0.25); */
}

.testimonial-small-img {
  width: 85px;
  height: 85px;
  margin: 0 auto 18px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #164a75;
  background: #fff;
}

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

.testimonial-small-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
  position: relative;
  padding: 0 5px;
}

.testimonial-small-content p::before {
  content: "“";
  position: absolute;
  top: -22px;
  left: -5px;
  font-size: 50px;
  color: #164a75;
  opacity: 0.18;
}

.testimonial-small-content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #1f3356;
  margin-bottom: 4px;
}

.testimonial-small-content span {
  font-size: 14px;
  font-weight: 500;
  color: #164a75;
}

.testimonial-small-carousel .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.testimonial-small-carousel .owl-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #164a75 !important;
  color: #ffffff !important;
  font-size: 20px;
  margin: 0 8px;
  transition: all 0.3s ease;
  /* box-shadow: 0 8px 18px rgba(23, 143, 144, 0.35); */
}

.testimonial-small-carousel .owl-nav button:hover {
  background: #1f3356 !important;
  transform: translateY(-3px);
}

.testimonial-small-carousel .owl-stage {
  display: flex;
}

.testimonial-small-carousel .owl-item {
  display: flex;
  height: auto;
}

.testimonial-small-carousel .testimonial-small-card {
  width: 100%;
}



@media (max-width: 767px) {
  .testimonial-top-small {
    padding: 60px 0;
  }

  .testimonial-small-card {
    padding: 28px 20px;
  }

  .testimonial-small-img {
    width: 78px;
    height: 78px;
  }
}

/* testimonial end */




/* contact page */


.contact-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #164a75, #287fd6);
    position: relative;
    overflow: hidden;

    /* background-image: url(..//image/blog.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.contact-section-title {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: "Philosopher", sans-serif;
    
}

.contact-section-title span {
    color: #287fd6;
}

.contact-section-subtitle {
    font-size: 15px;
    color: #e0dfdf;
    margin: 0 auto;
}


.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 22px;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.3);
}

.contact-card:hover {
    background: #ffffff;
    color: #164a75;
    transform: translateX(8px);
}

.contact-card .icon {
    width: 55px;
    height: 55px;
    background: #ffffff;
    color: #287fd6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-card p {
    font-size: 14px;
    margin: 0;
}


.contact-form-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 35px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.35);
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.25); */
}

.contact-form-box h4 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-form-box .form-control {
    /* background: rgba(255,255,255,0.2); */
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255,255,255,0.4);
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 12px;
    font-size: 14px;
}

.contact-form-box .form-control::placeholder {
    color: #e6e6e6;
}

.contact-form-box .form-control:focus {
    background: rgba(255,255,255,0.25);
    border-color: #ffffff;
    box-shadow: none;
}

.contact-btn {
    /* background: #ffffff;
    color: #164a75; */
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    /* border: none; */
    padding: 7px 26px;
    border-radius: 50px;
    font-weight: 500 !important;
    transition: all 0.4s ease;
}

.contact-btn:hover {
    background: #eaf2fb;
    color: #287fd6;
    transform: translateY(-3px);
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.25); */
}


.map-box iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: none;
    /* box-shadow: 0 15px 35px rgba(0,0,0,0.25); */
}



@media (max-width: 991px) {
    .contact-form-box {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    .contact-card {
        padding: 18px;
    }

    .contact-form-box {
        padding: 25px;
    }
}

/* contact page end */




/* faculty start */

.faculty-alt-section {
  padding: 50px 0;
  background: #f7f9fb;
}

.faculty-alt-card {
  position: relative;
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transition: transform 0.5s ease;
  margin-top: 15px;
}

.faculty-alt-card:hover {
  transform: translateY(-18px);
}

.faculty-alt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to top,
    rgba(31,51,86,0.92),
    rgba(23,143,144,0.35)
  ); */

  background: linear-gradient(
    to top,
    rgba(31, 51, 86, 8.92),  
    rgba(40, 127, 214, 0.35) 
);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  opacity: 1;
  transition: all 0.5s ease;
}

.faculty-alt-card:hover .faculty-overlay {
  opacity: 0;
}

.faculty-overlay h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 6px;
}

.faculty-overlay span {
  color: #e0f5f4;
  font-size: 14px;
  line-height: 1.5;
}

.faculty-overlay p{
    margin-top: 10px;
    color: #e0f5f4;
}


@media(max-width:992px){
    .faculty-alt-card{
        margin-top: 15px;
    }
}

/* faculty end */



/* mision and vision */


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


.mv-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 25px;
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(40,127,214,0.25);
}


.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(40,127,214,0.25);
}


.mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1f3356, #287fd6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
    animation: floatIcon 4s ease-in-out infinite;
}

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


.mv-card h4 {
    font-size: 24px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 15px;
}

.mv-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}


@media (max-width: 991px) {
    .mv-card {
        padding: 35px 25px;
    }
}

/* mission end */



/* group entities */

.group-entities-alt {
    padding: 50px 0;
    background: #ffffff;
}

.entity-block {
    position: relative;
    background: #ffffff;
    padding: 45px 40px;
    border-radius: 24px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: all 0.4s ease;
}


.entity-bg {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(31,51,86,0.06);
    line-height: 1;
    z-index: 0;
    font-family: "Philosopher", sans-serif;
}


.entity-icon {
    font-size: 32px;
    color: #287fd6;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}


.entity-block h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.entity-block p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #444;
    position: relative;
    z-index: 1;
}


.entity-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(40,127,214,0.25);
}


@media (max-width: 576px) {
    .entity-bg {
        font-size: 62px;
    }

    .entity-block {
        padding: 35px 28px;
    }
}

/* group entities end */