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: #178f90;
}

.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: #178f90 !important;
}



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

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



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

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



.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: #178f90 !important;
    
}


.course-dropdown .dropdown-item:hover i {
    color: #178f90;
}


.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 #178f90;
    }

    .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 */

.hero-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slider .hero-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    min-height: 95vh;
    display: flex;
    align-items: center;
    color: #ffffff;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.65); */
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}




.hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.hero-content h1 {
    font-size: 66px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Philosopher", sans-serif;
    
    
}

.hero-content h1 span {
    color: #178f90;
}

.hero-content p {
    font-size: 17px;
    color: #e0e0e0;
    line-height: 1.7;
    margin-bottom: 35px;
}



.hero-buttons {
    display: flex;
    gap: 15px;
}

.hero-buttons .btn {
    padding: 7px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-buttons .btn-primary {
    background: #178f90;
    color: #ffffff;
    border: 2px solid #178f90;
}

.hero-buttons .btn-primary:hover {
    background: transparent;
    color: #178f90;
}

.hero-buttons .btn-outline {
    border: 2px solid #178f90;
    color: #178f90;
}

.hero-buttons .btn-outline:hover {
    background: #178f90;
    border: none;
    color: #ffffff;
}


/* .owl-item.active .hero-content {
    animation: heroFadeUp 1.2s ease forwards;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */



.hero-slider .owl-dots {
    display: none !important;
}




@media (max-width: 991px) {

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-banner {
        min-height: 100vh;
    }
}

@media (max-width: 575px) {

    .hero-banner {
        min-height: 80vh !important;
    }

    .hero-content h1 {
        font-size: 35px;
        text-align: center;
    }

    .hero-content p {
        font-size: 15px;
        text-align: center;
    }

    .hero-buttons {
        /* flex-direction: column; */
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 375px) {

    .hero-buttons .btn {
        padding: 7px 18px;
    }
}


/* banner end */



/* footer start */


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


/* .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: #1f3356;
}


.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: #1f3356;
}

.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: #178f90; */
    border: 1px solid #178f90;
    color: #178f90;
    border-radius: 50px;
    font-size: 15px;
}

.about-btn a:hover {
    background-color: #178f90;
    color: #ffffff;
    
}

.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: #178f90;
}

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


/* Counter */

.about-counter {
    margin-top: 25px;
}

/* .counter-box{
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.counter-box h3 {
    font-size: 55px;
    font-weight: 600;
    color: #1f3356;
    margin-bottom: 5px;
}

.counter-box span{
    color: #1f3356;
}

.counter-box p {
    font-size: 14px;
    font-weight: 500;
    color:#178f90;
}




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

    .counter-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .counter-box h3{
        font-size: 34px;
    }

   
}

/* 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: #178f90;
}
/* end */

/* bootom to top */

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



/* contact page */

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


.contact-info-panel{
    height: 100%;
    padding: 80px 50px;
    /* background: linear-gradient(180deg, #000000, #1c1c1c); */
    background-color: #1f3356;
    color: #ffffff;
}

.contact-info-panel h3{
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
    
}

.contact-info-panel h3 span{
    color: #178f90;
}

.info-item{
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
}

.info-item .icon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #178f90;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

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

.info-item p{
    font-size: 15px;
    margin: 0;
    color: #dddddd;
}

.info-item a{
    color: #dddddd;
}


.contact-form-glass{
    height: 100%;
    padding: 70px 40px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.contact-form-glass h3{
    font-size: 30px;
    font-weight: 500;
    color: #1f3356;
}

.contact-form-glass p{
    font-size: 14px;
    margin-bottom: 25px;
    color: #666;
}

.contact-form-glass input,
.contact-form-glass textarea{
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 12px 5px;
    margin-bottom: 20px;
    font-size: 15px;
    background: transparent;
    outline: none;
}

.contact-form-glass input:focus,
.contact-form-glass textarea:focus{
    border-color: #178f90;
}

.contact-form-glass button{
    width: 100%;
    padding: 14px;
    background: #178f90;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
}

.contact-form-glass button:hover{
    background: #1f3356;
}


.map-panel{
    position: relative;
    height: 100%;
    margin-top: 30px;
}

.map-panel iframe{
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
}


.social-contact {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.social-contact h6 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons a {
  width: 42px;
  height: 42px;
  background: #178f90;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.35s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #1f3356;
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(31, 51, 86, 0.35);
}


/* .map-overlay{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #178f90;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
} */


@media(max-width:991px){
    .contact-info-panel,
    .contact-form-glass{
        padding: 50px 25px;
    }
}


@media(max-width:425px){

    .info-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-info-panel h3{
        text-align: center;
    }

    .info-item h6{
        text-align: center;
    }

    .info-item p{
        text-align: center;
    }
}

/* contact page 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: #178f90;
    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: #178f90;
}

.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: #178f90;
    
    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;
}


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


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

.why-card:hover {
    background-color: #178f90;
    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: #178f90;
}

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


@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: #178f90;
  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: #178f90;
  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: #178f90;
  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 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: #178f90;
  box-shadow: none;
}

.detail-course-btn {
  background: #178f90;
  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: #f6fcfc;
  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: 16px;
  overflow: hidden;
  border: 4px solid #178f90;
  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: #178f90;
  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: #178f90;
}

.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: #178f90 !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 */






/* core value  */

.core-value-section {
  padding: 50px 0;
  /* background-color: #b6e9e9; */
  background-color: #cef3f3;
}

.core-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.45s ease;
  position: relative;
  overflow: hidden;
  border-left: 4px solid #178f90;
}

.core-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(23,143,144,0.12), transparent);
  transition: 0.6s;
}

.core-card:hover::before {
  left: 100%;
}

.core-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 30px 65px rgba(23, 143, 144, 0.25);
}


.core-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #178f90, #1f3356);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  transition: transform 0.4s ease;
}

.core-card:hover .core-icon {
  transform: rotate(6deg) scale(1.08);
}


.core-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f3356;
  margin-bottom: 12px;
}

.core-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}


.core-bottom-text {
  max-width: 900px;
  margin: 55px auto 0;
  text-align: center;
}

.core-bottom-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.9;
}


@media (max-width: 991px) {
  .core-title h2 {
    font-size: 32px;
  }
}

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

  .core-card {
    padding: 35px 22px;
  }
}

/* core value end */