body {
    font-family: "Bree Serif", serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1280px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}

b, strong {
    font-weight: 700;
}

p a{
    color: #333;
    text-decoration: underline;
}

p a:hover{
    color: #EC7529;
}

/**********HEADER**********/

.top-header{
    padding: 10px 0;
    background: linear-gradient(to right, #EC7529, #28A745);
}

.header-left ul{
    padding: 0px;
    margin: 0px;
}

.header-left ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.header-left ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.header-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.header-right ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 10px;
}

.header-right ul li.language{
    background-color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    border-radius: 5px;
}

.header-right ul li a i{
    font-size: 16px;
    color: #fff;
}








.menu-section{
    background-color: #fff !important;
    padding: 10px 0;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: transparent !important;
    padding: 0px;
}

header.fixed-top .menu-section{
    background: #fff;
    /*box-shadow: 0 5px 5px rgb(0 0 0 / 20%);*/
    padding: 0px !important;
}

.menu-section.fixed-top .navbar-brand img {
    width: 80px;
    position: relative;
    top: 0px;
}

.menu-section.fixed-top .navbar-expand-lg .navbar-collapse{
    border-top: none;
}

a.navbar-brand {
    width: auto;
    padding: 0px;
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary .navbar-brand img{
    width: 120px !important;
}

.navbar-brand h6{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.navbar-brand h6 span{
    color: #e40031;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 15px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    color: #000;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #EC7529;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #fff;
    width: auto;
    box-shadow: 0 0 50px #20202026;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, .15);
}

a.dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 1em auto;
  width: 280px;
  background-color: #eee;
  padding: 0.5em 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}*/

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "▲";
    padding-left: 20px;
    position: absolute;
    top: -18px;
    width: 20px !important;
    color: #fff;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu{
    position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before{background-color:#fff;content:"";height:20px;left:25px;position:absolute;top:-10px;-webkit-transform:rotate(45deg);
*/
a.dropdown-item:hover{
    color: #EC7529;
    padding: 5px 10px;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

.nav-right-box ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.nav-right-box ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
}

.nav-right-box ul li a{
    text-decoration: none;
}

.nav-right-box ul li a.call{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}

.nav-right-box ul li a.call i{
    background-color: #EC7529;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.nav-right-box ul li a.talk{
    background-color: #EC7529;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    padding: 8px 20px 10px;
    text-decoration: none;
    border-radius: 30px;
}

.nav-right-box ul li a.talk:hover{
    background-color: #28a745;
    color: #fff;
}


/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #EC7529;
    padding: 11px 12px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #EC7529;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ef8b4b;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 87px;
    right: 26px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 80px;
    z-index: 9;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}





/**************BANNER SECTION*************/

/*.banner-section{
    background: url("../images/banner1.avif") top center no-repeat;
    width: 100%;
    background-size: cover;
    display: table;
    height: 100vh;
    text-align: center;
}

.banner-section .overlay{
    background-color: rgb(0 0 0 / 52%);
    height: 100vh;
  padding: 100px 0;
  display: table-cell;
  vertical-align: middle;
}*/

.banner-section .carousel .carousel-inner .carousel-item {
  height: 95vh;
  position: relative;
}



.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 25%);
  z-index: 1;
}

.carousel-caption {
    z-index: 2;
    position: absolute;
    top: 60%;
    left: 26%;
    transform: translate(0%, -90%);
    color: #fff;
    width: 50%;
    text-align: center;
}


.banner-section h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.banner-section p{
    margin-bottom: 25px;
    color: #fefefe;
}

a.btn.btn-join{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #EC7529, #28A745);
    padding: 12px 30px 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    display: none;
}

a.btn.btn-join:hover{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #28A745, #EC7529);
    color: #fff;
}

.banner-section .carousel-caption img{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/*****************WELCOME SECTION****************/

.welcome-section{
    padding: 70px 0;
}

.welcome-section .row{
    background-color: #EC7529;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.welcome-left{
    padding: 40px;
}

.welcome-left h1{
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.welcome-left p{
    color: #fff;
}

a.btn.btn-view {
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #000, #28A745);
    padding: 12px 30px 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
}


.welcome-right{
    padding: 0px;
    position: relative;
}

.welcome-right img{
    width: 100%;
    height: 540px;
    border-radius: 0 10px 10px 0;
}

.welcome-right a.play{
    border: 10px solid #EC7529;
    padding: 10px;
    font-size: 38px;
    color: #EC7529;
    background-color: rgb(255 255 255 / 69%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 40%;
    line-height: 60px;
    text-align: center;;
}

.welcome-popup .modal-dialog{
    max-width: 900px;
}

.welcome-popup .modal-header{
    padding: 0px;
}

.welcome-popup .modal-header button.close {
    position: absolute;
    right: -10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 18px;
}

/***************OFFER SECTION**************/

.offer-section{
    padding-bottom: 30px;
}

.offer-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}


.offer-section .card {
  overflow: hidden;
  background: #eee;
  position: relative;
  width: 100%;
  transition: 250ms all ease-in-out;
  margin-bottom: 30px;
}

.offer-section .card:hover {
  transform: scale(1.05);
}

.offer-section .card img.banner-img {
  position: absolute;
  /*object-fit: cover;
  height: 12rem;*/
  width: 100%;
  height: 200px;
}



.offer-section .card-body {
  margin: 13rem 1rem 1rem 1rem;
  padding: 0px;
  text-align: center;
}

.offer-section .blog-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.offer-section .blog-title a{
    color: #000;
    text-decoration: none;
}

.offer-section .blog-title a:hover{
    color: #EC7529;
}

.review{
    padding: 70px 0;
    text-align: center;
}
.review img{
    width: 100%;
    height: auto;
}
.review h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}


/*************COURSE SECTION*************/

.course-section{
    padding-bottom: 70px;
}

.course-section h3{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}



.course-section .image-box {
    position: relative; /* Crucial for positioning the text overlay */
    width: 100%;
    height: 500px;
    overflow: hidden; /* Hides the parts of the image that zoom outside the box */
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* The image itself */
.course-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the box without distortion */
    transition: transform 0.6s ease; /* Smooth transition for the zoom effect */
    display: block;
}

/* The text overlay container */
.course-section .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Dark semi-transparent background for text readability */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; /* Aligns text to the bottom */
    padding: 20px;
    box-sizing: border-box; /* Ensures padding doesn't affect size */
    
    /* --- TEXT IS VISIBLE BY DEFAULT --- */
    color: white;
    text-align: center;
}

.course-section .text-overlay h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.course-section .text-overlay h2 a{
    color: #fff;
    text-decoration: none;
}

.course-section .text-overlay p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
    color: #fff;
    margin-bottom: 15px;
}

/* --- HOVER EFFECT --- */

/* The ONLY effect on hover is to zoom the image */
.course-section .image-box:hover img {
    transform: scale(1.15); /* Zooms the image by 15% */
}

a.btn.btn-views{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #EC7529, #28A745);
    padding: 8px 20px 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
}

/**************VIDEO SECTION*************/

.video-section{
    padding-bottom: 70px;
}

.video-div{
    background: url("../images/img.jpg") center center no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}

.video-div .overlay{
    background-color: rgb(236 117 41 / 50%);
    height: 600px;
    border-radius: 10px;
}

.video-div a{
    border: 10px solid #EC7529;
    padding: 10px;
    font-size: 38px;
    color: #EC7529;
    background-color: rgb(255 255 255 / 69%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 45%;
    line-height: 60px;
    text-align: center;;
}

/************SCHELOR SECTION**********/

.scholar-section{
    padding: 70px 0;
}



.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.section-title p {
    font-size: 1.1rem;
    color: #000;
    max-width: 700px;
    margin: 0 auto;
}

/* Scholarship Cards */
.scholarship-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.scholarship-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.scholarship-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Discount Badge */
.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #28a745;
    color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
    z-index: 10;
    animation: pulse-badge 2s infinite;
}

.discount-badge .percent {
    font-size: 1.2rem;
    line-height: 1;
}

.discount-badge .off {
    font-size: 0.7rem;
    text-transform: uppercase;
}

@keyframes pulse-badge {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

/*.card-image {
    height: 200px;
    background: url("../images/schelor1.jpg") top center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #ffffff;
    position: relative;
}*/

.scholarship-card img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    text-align: center;
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.card-title a{
    color: #000;
    text-decoration: none;
}

.card-title a:hover{
    color: #EC7529;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.card-amount {
    font-size: 1.8rem;
    color: #EC7529;
    font-weight: 400;
}

.original-price {
    font-size: 1.1rem;
    color: #000;
    text-decoration: line-through;
}

.card-description {
    color: #000;
    margin-bottom: 20px;
}

.card-features {
    list-style: none;
    margin-bottom: 25px;
}

.card-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.card-features li i {
    color: #EC7529;
    margin-right: 10px;
}

.card-button {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, #EC7529, #351500);
    color: #ffffff;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.card-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(106, 90, 205, 0.3);
}

/* Value Highlight */
.value-highlight {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(40, 167, 69, 0.05));
    border-left: 3px solid #28a745;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #28a745;
    font-weight: 500;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }
    
    .discount-badge {
        width: 60px;
        height: 60px;
    }
    
    .discount-badge .percent {
        font-size: 1rem;
    }
    
    .discount-badge .off {
        font-size: 0.6rem;
    }
}












/***************TEACHER SECTION**************/

.teacher-section{
    padding: 70px 0;
}

.teacher-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.teacher-section p{
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    margin-bottom: 40px;
}

.teacher-box{
    position: relative;
    margin-bottom: 30px;
}

.teacher-section img{
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 10px;
    object-fit: cover;
    transition: 250ms all ease-in-out;
}

/*.teacher-section img:hover {
    transform: scale(1.02);
}*/

.teacher-section h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(236 117 41 / 76%), rgb(40 167 69 / 76%));
    padding: 18px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.teacher-section h5 a{
    color: #fff;
    text-decoration: none;
}

a.btn.btn-teacher {
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #000, #28A745);
    padding: 12px 30px 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

/****************TRAINING SECTION**************/

.training-section{
    background: linear-gradient(0deg,#28a745 0%, #ec7529 100%);
    padding: 70px 0;
}

.training-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}





.print-tab {
    width: 100%;
    overflow: hidden;
}

.print-tab-content{
    padding: 20px;
    background-color: #dedede;
    border-radius: 10px;
}

.print-tab-content h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #28a745;
    text-align: center;
    margin-bottom: 15px;
}
    
.print-tab ul.print-tab-menu {
    width: 100%;
    padding: 0px;
    text-align: center;
    /*overflow: hidden;
    overflow-x: auto;
  white-space: nowrap;
    background: #f3f3f3;*/
}
    
.print-tab ul.print-tab-menu > li {
    position: relative;
    margin: 0 -0.2em 0 0;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
}

.print-tab ul.print-tab-menu > li.active {
    border-top: 3px solid red;
    background: #fff;
    z-index: 2;
    border-radius: 10px;
}

.print-tab ul.print-tab-menu > li > a {
    display: block;
    min-width: 140px; 
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}

.print-tab .print-tab-content > div {
    margin-top: -3px;
    position: relative;
    padding: 5px;
    display: none;
}

.print-tab .print-tab-content > div.view {
    display: block;
    width: 100%;
    min-height: 200px;
}

.print-tab .print-tab-content > div p {
  text-align: center;
  min-height: 200px;
  line-height: 200px;
  display: block;
}

.print-tab .print-tab-content img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.print-tab .print-tab-content .training-content{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.print-tab .print-tab-content .training-content ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.print-tab .print-tab-content .training-content ul li{
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.print-tab .print-tab-content .training-content ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.print-tab .print-tab-content .training-content ul li span{
    color: #4D4D4D;
    float: right;
}

a.btn.btn-apply{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #EC7529, #28A745);
    padding: 8px 20px 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    max-width: 112px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-apply:hover{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #28A745, #EC7529);
    color: #fff;
}

a.btn.btn-viewmore{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #000, #EC7529);
    padding: 12px 30px 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    max-width: 152px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-viewmore:hover{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #EC7529, #000);
    color: #fff;
}

button.btn.btn-showmore{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #000, #EC7529);
    padding: 12px 30px 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    max-width: 152px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

button.btn.btn-showmore:hover{
    border: 1px solid #EC7529;
    background: linear-gradient(to right, #EC7529, #000);
    color: #fff;
}

/*************ACCOMMODATION SECTION*************/

.accommodation-section{
    padding-top: 70px;
    padding-bottom: 20px;
    display: none;
}

.accommodation-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.accommodation-section .image-box {
    position: relative; /* Crucial for positioning the text overlay */
    width: 100%;
    height: 500px;
    overflow: hidden; /* Hides the parts of the image that zoom outside the box */
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    margin-bottom: 30px;
}

/* The image itself */
.accommodation-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the box without distortion */
    transition: transform 0.6s ease; /* Smooth transition for the zoom effect */
    display: block;
}

/* The text overlay container */
.accommodation-section .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Dark semi-transparent background for text readability */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; /* Aligns text to the bottom */
    padding: 20px;
    box-sizing: border-box; /* Ensures padding doesn't affect size */
    
    /* --- TEXT IS VISIBLE BY DEFAULT --- */
    color: white;
    text-align: center;
}

.accommodation-section .text-overlay h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.accommodation-section .text-overlay h2 a{
    color: #fff;
    text-decoration: none;
}

.accommodation-section .text-overlay p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
    color: #fff;
    margin-bottom: 15px;
}

/* --- HOVER EFFECT --- */

/* The ONLY effect on hover is to zoom the image */
.accommodation-section .image-box:hover img {
    transform: scale(1.15); /* Zooms the image by 15% */
}

.about-sections .yogic-box{
    background-color: #fefefe;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    border: 1px solid #ddd;
}

.about-sections .yogic-box h5{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.about-sections .yogic-box ul{
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.about-sections .yogic-box ul li{
    font-size: 13px;
    line-height: 18px;
    color: #000;
    padding-bottom: 5px;
}

/**************QUOTE SECTION**************/

.quote-section{
    background: url("../images/slider1.JPEG") top center no-repeat;
    width: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
    text-align: center;
}

.quote-section .overlay{
    padding: 120px 0;
    background-color: rgb(0 0 0 / 55%);
}

.quote-section h4{
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 45px;
}

.quote-section h5{
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-style: italic;
}

.quote-section .owl-nav{
    display: none;
}


/****************CHOOSE SECTION***************/

.choose-section{
    padding-bottom: 70px;
}

.choose-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.choose-section p{
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    margin-bottom: 40px;
}

.choose-section ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.choose-section ul li{
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.choose-section ul li i{
    color: #28A745;
    padding-right: 5px;
    display: none;
}

.choose-section img{
    width: 100%;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}

.row.flex-nowrap.mt-4 {
    margin-top: 0px !important;
}

/*************SCHOLARSHIP SECTION************/

.scholarship-section{
    padding: 70px 0;
    background: url("../images/slider9.JPEG") top center no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.scholarship-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}



.scholarship-section .image-box {
    position: relative; /* Crucial for positioning the text overlay */
    width: 100%;
    height: 500px;
    overflow: hidden; /* Hides the parts of the image that zoom outside the box */
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* The image itself */
.scholarship-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the box without distortion */
    transition: transform 0.6s ease; /* Smooth transition for the zoom effect */
    display: block;
}

/* The text overlay container */
.scholarship-section .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Dark semi-transparent background for text readability */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; /* Aligns text to the bottom */
    padding: 20px;
    box-sizing: border-box; /* Ensures padding doesn't affect size */
    
    /* --- TEXT IS VISIBLE BY DEFAULT --- */
    color: white;
    text-align: center;
}

.scholarship-section .text-overlay h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.scholarship-section .text-overlay h2 a{
    color: #fff;
    text-decoration: none;
}

.scholarship-section .text-overlay p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
    color: #fff;
    margin-bottom: 15px;
}

/* --- HOVER EFFECT --- */

/* The ONLY effect on hover is to zoom the image */
.scholarship-section .image-box:hover img {
    transform: scale(1.15); /* Zooms the image by 15% */
}














/**************COMING SECTION*************/

.comming-section{
    padding: 70px 0;
    background-color: #D9D9D9;
}

.comming-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}


/**************COMING SECTION*************/

.sound-section{
    padding: 70px 0;
    background-color: #eee;
}

.sound-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.row.sound-rows{
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    transition: 250ms all ease-in-out;
}

.row.sound-rows:hover{
    transform: scale(1.02);
}

.row.sound-rows img{
    width: 100%;
    height: 320px;
    border-radius: 0 20px;
    object-fit: cover;
}

.row.sound-rows h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.row.sound-rows h5 a{
    color: #000;
    text-decoration: none;
}

.row.sound-rows h5 a:hover{
    color: #EC7529;
}

.row.sound-rows ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.row.sound-rows ul li{
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.row.sound-rows ul li:last-child{
    padding-bottom: 0px;
}

.row.sound-rows ul li i{
    color: #EC7529;
    padding-right: 5px;
}

















/***********QUESTION SECTION***********/

.question-section{
    padding: 70px 0;
}

.question-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.question-section .calendar-box{
    background-color: #EC7529;
    padding: 20px;
}

.calendar-box h5{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.question-section .calendar-header {
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-section .month-year {
    font-size: 1.5rem;
    font-weight: 400;
}

.question-section .nav-button {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
}

.question-section .nav-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.question-section .weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.question-section .weekday {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.question-section .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background-color: #ec8645;
}

.question-section .day {
    background-color: #EC7529;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.question-section .day:hover {
    background-color: #EC7529;
}

.question-section .day.other-month {
    color: #d1d5db;
}

.question-section .day.today {
    font-weight: 400;
    color: #f7c4a4;
}

.question-section .day.selected {
    background-color: #ec8645;
    color: white;
    font-weight: 400;
}

.question-section .day.selected::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
}

.question-section .footer {
    padding: 15px 20px;
    background-color: #ec8645;
    border-top: 1px solid #eea474;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-section .selected-date {
    font-size: 0.9rem;
    color: #fff;
}

.question-section .clear-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.2s;
}

.question-section .clear-button:hover {
    background-color: #28a745;
}

@media (max-width: 500px) {
    .question-section .day {
        padding: 10px 0;
        min-height: 40px;
    }
    
    .question-section .weekday {
        padding: 10px 0;
        font-size: 0.8rem;
    }
    
    .question-section .month-year {
        font-size: 1.2rem;
    }
}

.question-right h6,
.question-right h5{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

p.meet{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

p.time {
    background-color: #fbbe98;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.question-right select{
    border: 1px solid #ddd;
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.question-right ul{
    padding: 0px;
    margin: 0px;
}

.question-right ul li{
    list-style-type: none;
}

.question-right ul li a{
    list-style-type: none;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

/************CHARITY SECTION**********/



.campaign-details {
    padding: 70px 0;
    background-color: #e9e9e9;
    position: relative;
}

.campaign-details .campaign-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.campaign-details .campaign-info h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    margin-bottom: 25px;
}

.campaign-details .campaign-info p {
    color: #6c757d;
    margin-bottom: 30px;
}

.campaign-details .stats-list {
    list-style: none;
    padding: 0;
}
.campaign-details .stats-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.campaign-details .stats-list i {
    color: #EC7529;
    margin-right: 15px;
    font-size: 1.2rem;
}

/* --- 3. Donation Tiers --- */

.campaign-details .donation-tiers img{
    max-width: 500px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}


.campaign-details .donation-tiers {
    /*background: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    text-align: center;*/
}
.campaign-details .donation-tiers h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.campaign-details .tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.campaign-details .tier-btn {
    padding: 15px;
    border: 2px solid transparent;
    background: #ffffff;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #343a40;
    cursor: pointer;
    transition: all 0.3s ease;
}
.campaign-details .tier-btn:hover {
    border-color: #28a745;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.campaign-details .tier-btn.selected {
    background: #28a745;
    color: #ffffff;
}

.campaign-details .cta-button {
    background: #28a745;
    color: #ffffff;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}
.campaign-details .cta-button:hover {
    background: #218838;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}

/* --- 4. Donation Modal --- */
#donate-modal .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    animation: fadeIn 0.3s ease;
}
#donate-modal .modal.show { display: flex; align-items: center; justify-content: center; }
#donate-modal .modal-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: slideIn 0.3s ease;
}
#donate-modal .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #6c757d;
    cursor: pointer;
}
#donate-modal .close-btn:hover { color: #343a40; }

#donate-modal .form-group {
    margin-bottom: 20px;
}
#donate-modal .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
}
#donate-modal .form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 1rem;
}
#donate-modal .form-group input:focus {
    outline: none;
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25);
}

#donate-modal #success-message {
    display: none;
    text-align: center;
    color: #28a745;
}
#donate-modal #success-message i {
    font-size: 4rem;
    margin-bottom: 20px;
}

/* --- 5. Animations & Responsive Design --- */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideIn { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

@media (max-width: 768px) {
    .campaign-content { grid-template-columns: 1fr; gap: 40px; }
    .tiers { grid-template-columns: repeat(2, 1fr); }
}

/***********OFFERING SECTION**********/


 .offerings-section {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    position: relative; /* To sit above the texture */
    z-index: 2;
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.offerings-section h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    margin-bottom: 25px;
}

.offerings-section .subtitle {
    font-size: 1.1rem;
    color: #7D6E6A;
    margin-bottom: 60px;
    font-weight: 300;
}

/* --- Offerings Grid Layout --- */
.offerings-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    align-items: stretch;
}

/* --- Individual Offering Card --- */
.offering-card {
    background-color: #FDFBF7;
    border: 1px solid #E9E4DC; /* Very soft, light border */
    border-radius: 8px;
    padding: 40px 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy hover effect */
}

.offering-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(62, 39, 35, 0.08);
    border-color: #EC7529; /* Clay color on hover */
}

/* --- Card Content --- */
.offering-card .tag {
    font-size: 0.85rem;
    color: #28a745;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400;
}

.offering-card h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #EC7529;
    margin-bottom: 15px;
}

.offering-card .description {
    font-size: 1rem;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* --- Pricing --- */
.pricing {
    margin-bottom: 30px;
}

.old-price {
    font-size: 1rem;
    color: #000;
    text-decoration: line-through;
    display: block;
    margin-bottom: 5px;
}

.new-price {
    font-size: 2.5rem;
    font-weight: 400;
    color: #28a745;
}

.new-price small {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

/* --- Features List --- */
.offering-card ul {
    list-style: none;
    text-align: left;
    margin-bottom: 35px;
    padding: 0;
}

.offering-card ul li {
    padding: 10px 0;
    color: #000;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

/* Custom SVG Icon for list items */
.offering-card ul li::before {
    content: ''; /* Removes default bullet */
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23728C69'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* --- Call to Action Button (Outlined Style) --- */
.cta-button {
    display: inline-block;
    background-color: transparent;
    color: #EC7529; /* Clay color */
    padding: 14px 30px;
    border: 2px solid #EC7529;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.cta-button:hover {
    background-color: #EC7529;
    color: #FDFBF7; /* Off-white text */
    transform: scale(1.05);
}

/* --- Featured Card Style --- */
.offering-card.featured {
    border: 1px solid #728C69; /* Sage green border */
}
.offering-card.featured .cta-button {
    border-color: #28a745;
    color: #28a745;
}
.offering-card.featured .cta-button:hover {
    background-color: #28a745;
    color: #fff;
}
.offering-card.featured .tag {
    color: #3E2723;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .offerings-section h2 {
        font-size: 2.2rem;
    }
    .offerings-container {
        grid-template-columns: 1fr;
    }
}












/****************GALLERY*************/

.gallery-section{
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.gallery-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;
    object-fit: cover;*/
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
    object-fit: cover;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-section a{
    text-decoration: none;
}

.gallery-section a h5{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background-color: #ddd;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-page{
    padding-top: 70px;
}


/****************FAQS SECTION*************/

.faqs-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.faqs-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.faqs-section .accordion-container{
  position: relative;
  max-width: 100%;
  width: 100%;
  /*float: left;*/

}
.faqs-section .accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.faqs-section .set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #d1e3ff;
  /*box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);*/
    margin-bottom: 15px;
    border-radius: 10px;
}
.faqs-section .set > a{
    display: block;
    font-size: 16px;
    padding: 18px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 5px;
    background: linear-gradient(to right, #EC7529, #28A745);
}
.faqs-section .set > a i{
  float: right;
  margin-top: 6px;
}


.faqs-section .set > a.active{
  background: linear-gradient(to right, #EC7529, #28A745);
  color: #fff;
}
.faqs-section .set .content{
  background-color: #e7e7e7;
      border-radius: 0 0 10px 10px;
  display:none;
}
.faqs-section .set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

button#show-more-faqs {
    background-color: #ec7529;
    color: #fff;
}

/*************PARTNER SECTION************/

.partner-section{
    background: linear-gradient(to right, #EC7529, #28A745);
}

.partner-section img{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: -60px;
    margin-bottom: -60px;
}

/*****************TESIMONIALS****************/

.testimonials{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #eee;
}

.testimonials h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.testimonials h5{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.testimonials h5 a{
    text-align: right;
    float: right;
    font-size: 14px;
    line-height: 38px;
    color: #000;
    text-decoration: underline;
}

.testimonials h5 a:hover{
    color: #EC7529;
    text-decoration: none;
}
.testimonials h5 a i{
    padding-left: 5px;
}

.testi-left img{
    width: 100%;
    height: 430px;
}

.testimonials .owl-nav{
    display: none;
}

.tesi-middle img{
    width: 100%;
    height: 164px;
    object-fit: cover;
}

.student-content{
    background-color: #D9D9D9;
    padding: 15px;
    margin-bottom: 5px;
    min-height: 184px;
}

.tesi-middle p{
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.tesi-middle p a{
    color: #EC7529;
    text-decoration: none;
}

span.quote i.fa-solid.fa-quote-left {
    background-color: #EC7529;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: block;
    margin-top: -40px;
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
}

.tesi-middle h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

.testi-right{
    position: relative;
}

.testi-right i.fa-play{
    background-color: #EC7529;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 21%;
    left: 43%;
}

.testi-right img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.testi-right h6{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}


.testi-right p{
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.testi-right p a{
    color: #EC7529;
    text-decoration: none;
}

.testi-right h6.author{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

/**************NEWS SECTION*************/

.news-section{
    padding: 70px 0;
    background-color: #eee;
}


.news-section h4{
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EC7529;
    text-align: center;
    margin-bottom: 25px;
}

.news-section .card {
  overflow: hidden;
  background: #fff;
  position: relative;
  width: 100%;
  transition: 250ms all ease-in-out;
  margin-bottom: 30px;
}

.news-section .card:hover {
  transform: scale(1.05);
}

.news-section .card img.banner-img {
  position: absolute;
  object-fit: cover;
  height: 17rem;
  width: 100%;
}

/*.news-section .card:hover img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}*/



.news-section .card-body {
  margin: 18rem 1rem 1rem 1rem;
  padding: 0px;
}

.blog-hashtag {
  font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.blog-hashtag i{
    padding-right: 5px;
}

.blog-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}

.blog-title a{
    color: #000;
    text-decoration: none;
}

.blog-title a:hover{
    color: #EC7529;
}

.pagination {
  display: flex;
  flex-direction: row;
}
.pagination-item {
  margin-right: 18px;
  border-radius: 10px;
  border: solid 1px #ececec;
}
.pagination-item a {
  padding: 11px 16px 11px 16px;
  display: inline-block;
  transition: 0.2s all;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
}
.pagination-item a:hover {
  background-color: #ececec;
}

.pg-active a{
  background-color: #EC7529;
  color: #fff;
  border-radius: 10px;
}

.pagination-item a:hover{
    background-color: #EC7529;
    color: #fff;
}


/**************FOOTER************/

.top-footer{
    padding: 50px 0;
    border-top: 1px solid #eee;
}

.top-footer h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.top-footer h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    padding-top: 20px;
}

.top-footer p{
    font-size: 13px;
    line-height: 22px;
    color: #000;
}

.top-footer p a{
    color: #000;
    text-decoration: none;
}

.top-footer p a:hover{
    color: #EC7529;
}

a.btn.btn-google {
    background: linear-gradient(to right, #EC7529, #28A745);
    border: 1px solid #ec7529 !important;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
}

.footer-social ul{
    padding: 0px;
    margin: 0px;
}

.footer-social ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}

.footer-social ul li a i{
    font-size: 16px;
    color: #333;
}

.footer-social ul li a i:hover{
    color: #EC7529;
}

.footer-social form input[type="email"]{
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.footer-social form button {
    background: linear-gradient(to right, #EC7529, #28A745);
    border: 1px solid #ec7529;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.footer-social form button:hover{
    background: linear-gradient(to right, #EC7529, #28A745);
    border: 1px solid #ec7529;
    color: #fff;
}

.quicks ul{
    padding: 0px;
    margin: 0px;
}

.quicks ul li{
    list-style-type: none;
    padding-bottom: 8px;
}

.quicks ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.quicks ul li a:hover{
    color: #EC7529;
}

.bottom-footer{
    padding: 15px 0;
    background: linear-gradient(to right, #EC7529, #28A745);
}

.bottom-footer p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    text-align: right;
}

.bottom-footer ul{
    padding: 0px;
    margin: 0px;
}

.bottom-footer ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    line-height: 12px;
}

.bottom-footer ul li:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.bottom-footer ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.bottom-footer ul li a:hover{
    color: #fff;
}







/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e40031;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}


/*****************PAGE BANNER*****************/

.page-banner{
  background: url("../images/slider1.JPEG") center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 450px;
  text-align: center;
}

.page-banner .overlay{
  background-color: rgb(0 0 0 / 55%);
  height: 450px;
  padding: 90px 0 90px;
  display: table-cell;
  vertical-align: middle;
}

.page-banner h1{
    font-size: 100px;
    -webkit-text-stroke: 2px #FFFFFF;
    -webkit-text-fill-color: transparent;
    line-height: 110px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*.strokeme {
  font-size: 22pt;
  color: white;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}*/


.page-banner ul.breadcrumb {
    background: transparent;
    padding: 10px 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.page-banner ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.about-body{
    padding-top: 70px;
}



.about-sections{
    padding-top: 70px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.about-sections h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.about-sections p{
    text-align: justify;
}

.resort-img img{
    width: 100%;
    height: 485px;
    border-radius: 10px;
    object-fit: cover;
}

.about-sections h5,
.about-sections h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    margin-top: 40px;
    margin-bottom: 15px;
}

.location-boxs {
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
    min-height: 281px;
}

.location-boxs i{
    color: #fff;
    background-color: #EC7529;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    line-height: 38px;
    margin-bottom: 15px;
}

.location-boxs p{
    margin-bottom: 0px;
}

.mission-box {
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid #E0E0E0;
    border-left: 4px solid #EC7529;
    margin-bottom: 30px;
}

.mission-box img {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 20px;
}

.mission-box h6{
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.mission-box p {
    margin-bottom: 0px;
}

/***************BLOG DEAILS PAGE START HERE*************/

.blog-sections{
    padding: 70px 0;
}

.blog-rights h3{
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

ul.popular-lists{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

ul.popular-lists li{
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    height: 91px;
}

ul.popular-lists li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

ul.popular-lists li a{
    text-decoration: none;
}

ul.popular-lists li a img{
    width: 90px;
    height: 74px;
    object-fit: cover;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

ul.popular-lists li a h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

ul.popular-lists li p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    display: none;
}

ul.popular-lists li a h5:hover{
    color: #EC7529;
}

.list-inline-item a{
    color: #000;
}
.list-inline-item a:hover{
    color: #EC7529;
}
ul.list-unstyled li a{
    text-decoration: none;
}
ul.list-unstyled li a h6{
    color: #000;
}
ul.list-unstyled li a h6:hover{
    color: #EC7529;
}

.sidebar {
    flex: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    height: fit-content;
}

.blog-detail-lefts img{
    width: 100%;
    margin-bottom: 15px;
    height: 500px;
    border-radius: 10px;
    object-fit: cover;
}

.blog-detail-lefts ul.admin{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.blog-detail-lefts ul.admin li{
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
}

.blog-detail-lefts ul.admin li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.blog-detail-lefts ul.admin li a:hover{
    color: #EC7529;
}

.share-social ul{
    padding: 0px;
    margin: 0px;
    float: right;
}

.share-social ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
}

.share-social ul li a i{
    font-size: 16px;
    color: #333;
}

.share-social ul li a i:hover{
    color: #EC7529;
}


/**************CONTACT US PAGE START HERE**************/

.contact-infos{
    padding: 70px 0;
}

.contact-infos h3,
.contact-infos h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    color: #171717;
    margin-bottom: 20px;
}

.contact-infos input{
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 44px;
    margin-bottom: 20px;
}

.contact-infos textarea{
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 140px;
    margin-bottom: 20px;
}

.contact-infos button.btn.btn-primary {
    border: 1px solid #EC7529;
    background-color: #EC7529;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.contact-infos button.btn.btn-primary:hover {
    border: 1px solid #EC7529;
    background-color: #EC7529;
    color: #fff;
}

.contact-infos ul.address-info{
    padding: 0px;
    margin: 0px;
}

.contact-infos ul.address-info li{
    list-style-type: none;
    padding-bottom: 30px;
}

.contact-infos ul.address-info li i{
    background-color: #ffe0cd;
    padding: 14px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #EC7529;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-right: 20px;
}

.contact-infos ul.address-info li h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0px;
}

.contact-infos ul.address-info li p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

ul.address-socials{
    padding: 0px;
    margin: 0px;
}

ul.address-socials li{
    list-style-type: none;
    display: inline-block;
}

ul.address-socials li a i{
    background-color: #dfecff;
    padding: 14px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #EC7529;
    text-align: center;
    line-height: 24px;
}

ul.address-socials li a i:hover{
    background-color: #EC7529;
    color: #fff;
}

/************REGISTER PAGE START HERE***********/

.register-section{
    padding: 70px 0;
}

.register-section form{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.register-section form label{
    font-size: 14px;
    margin-bottom: 2px;
}

.register-section form label span{
    color: #ff0000;
}

.register-section form label.checked{
    display: inline;
    font-size: 13px;
    line-height: 29px;
}

.register-section input.form-control {
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 44px;
    margin-bottom: 20px;
}

.register-section select {
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 44px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.register-section textarea {
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 140px;
    margin-bottom: 20px;
}

.register-section button.btn.btn-primary {
    border: 1px solid #EC7529;
    background-color: #EC7529;
    padding: 10px 30px 12px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}

.login-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.login-section form{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.login-section form label{
    font-size: 14px;
    margin-bottom: 2px;
}

.login-section form label span{
    color: #ff0000;
}

.login-section input.form-control {
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 44px;
    margin-bottom: 20px;
}

.login-section textarea {
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 140px;
    margin-bottom: 20px;
}

.login-section button.btn.btn-primary {
    border: 1px solid #EC7529;
    background-color: #EC7529;
    padding: 10px 30px 12px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}

.login-section p{
    margin-top: 10px;
    margin-bottom: 0px;
}

.login-section p a{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-decoration: underline;
}

.login-section p a:hover{
    color: #EC7529;
    text-decoration: none;
}

/*************TEACHER DETAIL PAGE START HERE************/

.teacher-detail-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.teacher-left img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #EC7529;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.teacher-left ul{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.teacher-left ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
}

.teacher-left ul li a i{
    font-size: 22px;
    color: #000;
}

.teacher-left ul li a i:hover{
    color: #EC7529;
}

.teacher-right h2{
    font-size: 54px;
    line-height: 60px;
    color: #000;
}

.teacher-right h3{
    font-size: 30px;
    line-height: 36px;
    color: #000;
}

/*************TEACHER TRAINING LISTS PAGE START HERE*************/

.teacher-training-section{
    padding: 70px 0;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.train-boxs{
    background-color: #fefefe;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    border: 1px solid #ddd;
    margin-bottom: 30px;
    transition: 250ms all ease-in-out;
}

.train-boxs:hover {
    transform: scale(1.02);
}

.train-boxs img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    float: left;
    margin-right: 15px;
}

.train-boxs h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 15px;
}

.train-boxs h2 a{
    color: #000;
    text-decoration: none;
}

.train-boxs h2 a:hover{
    color: #EC7529;
}

.train-boxs h6{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-style: italic;
    margin-bottom: 15px;
}

a.viewmore{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    text-decoration: underline;
}

a.viewmore:hover{
    color: #EC7529;
    text-decoration: none;
}

a.viewmore i{
    padding-left: 5px;
    color: #EC7529;
}

/*************TRAINING DETAIL PAGE START HERE*************/

.training-details-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.training-details-left img.main-images{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.middle-images img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 15px;
}

.lists-image{
    margin-bottom: 20px;
}

.lists-image img{
    width: 100%;
    border-radius: 10px;
    height: 310px;
    object-fit: cover;
}

.class-video-row iframe{
    margin-bottom: 15px;
}

.training-details-left h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.training-details-left h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

ul.training-lists{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

ul.training-lists li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    border-right: 1px solid #333;
}

ul.training-lists li:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.training-details-left p{
    text-align: justify;
}

.training-details-left p a{
    color: #333;
    text-decoration: underline;
}

.training-details-left p a:hover{
    color: #EC7529;
    text-decoration: none;
}

.training-details-right h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

a.register{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    background-color: #EC7529;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

a.register:hover{
    color: #fff;
    text-decoration: none;
}

.training-details-right form{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.training-details-right input {
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    height: 44px;
    margin-bottom: 20px;
}

.training-details-right textarea {
    border: 1px solid #ddd;
    background-color: #f6f6fa;
    padding: 10px;
    font-size: 14px;
    color: #000;
    height: 140px;
    margin-bottom: 20px;
}

.training-details-right button.btn.btn-primary {
    border: 1px solid #EC7529;
    background-color: #EC7529;
    padding: 12px 20px 14px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.training-details-right button.btn.btn-primary:hover {
    border: 1px solid #EC7529;
    background-color: #EC7529;
    color: #fff;
}

a.btn.btn-download {
    border: 1px solid #28a745;
    background-color: #28a745;
    padding: 10px 30px 12px;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}

a.btn.btn-download:hover{
    border: 1px solid #EC7529;
    background-color: #EC7529;
    color: #fff;
}

.accommod-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.accommod-section h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.accommod-section h4{
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.accommod-section p{
    text-align: center;
    margin-bottom: 40px;
}

.accommod-section img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accommod-section h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.accommod-section h6 a{
    color: #000;
    text-decoration: none;
}

.accommod-section h6 a:hover{
    color: #EC7529;
}

.accommod-section .owl-nav{
    display: none;
}

.policy-section{
    padding: 70px 0;
}

.policy-section p{
    text-align: justify;
}

.certificate-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.certificate-section h4{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.certificate-section img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: cover;
}








/************ROOM DETAILS PAGE START HERE************/

.room-details-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}



.room-details-section .content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
    align-items: start;
    padding-top: 60px;
}

.room-details-section .room-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.room-details-section .main-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.room-details-section .thumbnail-images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.room-details-section .thumbnail {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.room-details-section .thumbnail:hover {
    transform: scale(1.05);
    border-color: #EC7529;
}

.room-details-section .thumbnail.active {
    border-color: #EC7529;
    opacity: 0.7;
}

/* --- Room Details --- */
.room-details-section .room-details h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.room-details-section .room-highlights {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.room-details-section .room-highlights i {
    margin-right: 0.5rem;
    color: #EC7529;
}

.room-details-section .room-description h2,
.room-details-section .room-amenities h2,
.room-details-section .room-policies h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
}

.room-details-section .room-description p {
    margin-bottom: 1rem;
}

.room-details-section .room-amenities ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0px;
}

.room-details-section .room-amenities li {
    display: flex;
    align-items: center;
}

.room-details-section .room-amenities i {
    font-size: 1.2rem;
    color: #EC7529;
    margin-right: 1rem;
    width: 20px;
}

.room-details-section .policy-item {
    margin-bottom: 1.5rem;
}

.room-details-section .policy-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

/* --- Booking Card (Aside) --- */
.room-details-section .booking-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #dee2e6;
    /* Sticky positioning on desktop */
    position: sticky;
    top: 7rem;
}

.room-details-section .price-summary {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.5rem;
}

.room-details-section .price-per-night {
    font-size: 2rem;
    font-weight: 400;
    color: #333;
}

.room-details-section .price-label {
    font-size: 1rem;
    color: #6c757d;
    margin-left: 0.5rem;
}

.room-details-section .booking-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.room-details-section .form-group {
    display: flex;
    flex-direction: column;
}

.room-details-section .form-group label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.room-details-section .form-group input,
.room-details-section .form-group select {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s ease;
}

.room-details-section .form-group input:focus,
.room-details-section .form-group select:focus {
    outline: none;
    border-color: #EC7529;
}

.room-details-section .btn-book-now {
    background-color: #EC7529;
    color: #ffffff;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 0.5rem;
}

.room-details-section .btn-book-now:hover {
    background-color: #EC7529;
    transform: translateY(-2px);
}

.room-details-section .booking-note {
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 1rem;
}


.hero {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(235 117 41 / 85%), rgb(164 64 0 / 79%)), url(../images/slider1.JPEG);
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,144C960,149,1056,139,1152,128C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    opacity: 0.3;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    color: #fff;
}

.hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Offer Timer Section */
.offer-timer {
    background: white;
    padding: 2rem;
    margin: -2rem auto 3rem;
    max-width: 800px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

.timer-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.timer-header h2 {
    color: #28a745;
    font-size: 1.8rem;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.countdown-item {
    background: linear-gradient(135deg, #28a745, #EC7529);
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(106, 76, 147, 0.3);
}

.countdown-number {
    font-size: 2.5rem;
    font-weight: 400;
    display: block;
}

.countdown-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Course Details Section */
.course-details {
    margin: 0 auto;
    padding: 3rem 2rem;
}

.course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3rem;
}

.course-info {
    padding: 2rem;
}

.section-title {
    font-size: 2.5rem;
    color: #28a745;
    margin-bottom: 1.5rem;
}

.course-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
}

.features-list {
    list-style: none;
    margin-bottom: 2rem;
}

.features-list li {
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    font-size: 1.05rem;
}

.features-list i {
    color: #feca57;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.course-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.course-image:hover img {
    transform: scale(1.05);
}

/* Price Section */
.price-section {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 3rem auto;
    max-width: 800px;
    position: relative;
}

.price-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #EC7529;
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
}

.original-price {
    font-size: 2rem;
    color: #999;
    text-decoration: line-through;
}

.current-price {
    font-size: 3.5rem;
    font-weight: 400;
    color: #000;
}

.savings {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    margin-top: 1rem;
}

/* What You'll Learn Section */
.learn-section {
    background: #f8f9fa;
    padding: 4rem 2rem;
    margin: 3rem 0;
}

.learn-container {
    max-width: 1200px;
    margin: 0 auto;
}

.learn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.learn-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.learn-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.learn-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #000000, #858585);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.learn-card h3 {
    color: #000;
    margin-bottom: 1rem;
}

.learn-card p {
    color: #666;
    line-height: 1.6;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background: #EC7529;
    color: white;
    padding: 1.2rem 3rem;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 2rem auto;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
    max-width: 500px;
    width: 100%;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
}

.cta-container {
    text-align: center;
    margin: 3rem 0;
    border-bottom: 1px solid #ddd;
}

/**************TESTIMONIAL PAGE START HERE*************/

.testimonial-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.testimonial-box{
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
}

.testimonial-box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    float: left;
    margin-bottom: 15px;
}

.testimonial-box h2{
    font-size: 26px;
    line-height: 32px;
    color: #333;
    margin-bottom: 10px;
}

.testimonial-box .read-more-container h3 {
    margin-top: 0;
}

.testimonial-box .read-more-container .text-box {
    position: relative;
    max-height: 4.8em;
    overflow: hidden;
    transition: max-height 0.5s ease-out; 
}

.testimonial-box .read-more-container .text-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.5em; 
    background: linear-gradient(transparent, white 80%);
}

.testimonial-box .read-more-container.show .text-box {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.testimonial-box .read-more-container.show .text-box::after {
    display: none;
}

.testimonial-box .read-more-btn {
    background: none;
    border: none;
    color: #EC7529;
    cursor: pointer;
    font-weight: 400;
    font-size: 1em;
    text-decoration: underline;
}

.testimonial-box .read-more-btn:hover {
    color: #EC7529;
    text-decoration: none;
}

/*****************VIDEO TESTIMONIALS PAGE START HERE*****************/

.video-testimonials-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.video-testi-box{
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
}

.video-testi-box iframe{
    margin-bottom: 10px;
}

.video-testi-box h2{
    font-size: 26px;
    line-height: 32px;
    color: #333;
    margin-bottom: 10px;
}

.video-testi-box h2 a{
    color: #000;
    text-decoration: none;
}

.video-testi-box h2 a:hover{
    color: #EC7529;
}

a.btn.btn-reads {
    border: 2px solid #EC7529;
    background-color: #EC7529;
    padding: 8px 20px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

a.btn.btn-reads:hover{
    border: 2px solid #EC7529;
    background-color: #fff;
    color: #EC7529;
}

/************VIDEO TESTIMONIALS DETAIL PAGE START HERE***********/

.video-testi-details{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.video-testi-details iframe{
    margin-bottom: 15px;
}

.video-testi-details h2{
    font-size: 30px;
    line-height: 36px;
    color: #000;
    margin-bottom: 10px;
}

.video-testi-details p{
    margin-bottom: 0px;
}

/*************SOUND HEALING DETAIL PAGE START HERE*************/


 .hero-sections {
    min-height: 90vh;
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.9), rgba(147, 51, 234, 0.9)),
                url('https://picsum.photos/seed/yogasoundfusion/1920/1080') center/cover;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-sections .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-sections .hero-text {
    color: white;
    animation: fadeInLeft 1s ease;
}

.hero-sections .hero-text h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-sections .hero-text .subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
    color: #fff;
}

.hero-sections .hero-text p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.8;
    color: #fff;
}

.hero-sections .hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-sections .feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-sections .feature-item i {
    color: #F59E0B;
}

.hero-sections .hero-image {
    position: relative;
    animation: fadeInRight 1s ease;
}

.hero-sections .hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hero-sections .floating-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #F59E0B;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: bold;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* What to Expect Section */
.what-to-expect {
    padding: 5rem 2rem;
    background: #FEF3F2;
}

.what-to-expect .section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #000;
    text-align: center;
}

.what-to-expect .section-subtitle {
    text-align: center;
    color: #6B7280;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.what-to-expect .expect-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.what-to-expect .expect-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.what-to-expect .expect-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #EC7529, #28A745);
}

.what-to-expect .expect-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.what-to-expect .expect-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #EC7529, #28A745);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.what-to-expect .expect-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1F2937;
}

.what-to-expect .expect-card p {
    color: #6B7280;
    line-height: 1.8;
}

/* Instructor Section */
.instructor {
    padding: 5rem 2rem;
    background: white;
}

.instructor .instructor-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
}

.instructor .instructor-image {
    position: relative;
}

.instructor .instructor-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.instructor .instructor-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.instructor .instructor-badge h4 {
    color: #000;
    margin-bottom: 0.5rem;
}

.instructor .instructor-badge p {
    color: #6B7280;
    font-size: 0.9rem;
}

.instructor .instructor-info h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1F2937;
}

.instructor .instructor-info p {
    color: #6B7280;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.instructor .instructor-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.instructor .stat-item {
    text-align: center;
    padding: 1rem;
    background: #FEF3F2;
    border-radius: 10px;
}

.instructor .stat-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}

.instructor .stat-label {
    color: #6B7280;
    font-size: 0.9rem;
}

/* Schedule Section */
.schedule {
    padding: 5rem 2rem;
    background: white;
}

.schedule .schedule-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.schedule .tab-btn {
    padding: 0.8rem 2rem;
    background: transparent;
    border: 2px solid #000;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.schedule .tab-btn.active {
    background: linear-gradient(to right, #EC7529, #28A745);
    color: white;
    border-color: transparent;
}

.schedule .tab-btn:hover {
    transform: translateY(-3px);
}

.schedule .schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.schedule .schedule-card {
    background: #FEF3F2;
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.schedule .schedule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.schedule .schedule-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.schedule .schedule-date {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
}

.schedule .schedule-time {
    background: linear-gradient(to right, #EC7529, #28A745);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.schedule .schedule-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1F2937;
}

.schedule .schedule-instructor {
    color: #6B7280;
    margin-bottom: 1rem;
}

.schedule .schedule-spots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.schedule .spots-left {
    color: #F59E0B;
    font-weight: 600;
}



/* Buttons */
.btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background: white;
    color: #000;
}

button#show-less-faqs{
    background: #EC7529;
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #EC7529;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #000;
}

.instructor .btn-gradient {
    background: linear-gradient(to right, #EC7529, #28A745);
    color: white;
    border: none;
}

.instructor .btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/************ROOM LISTING PAGE START HERE************/

.room-list-section{
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}


.room-list-section .room-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.room-list-section .room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.room-list-section .room-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.room-list-section .room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.room-list-section .room-card:hover .room-image img {
    transform: scale(1.05);
}

.room-list-section .room-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f8c542;
    color: #2c3e50;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.room-list-section .room-badge.new {
    background-color: #28a745;
    color: white;
}

.room-list-section .room-details {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.room-list-section .room-details h3 {
    margin-bottom: 0.5rem;
    color: #000;
}

.room-list-section .room-details h3 a{
    color: #000;
    text-decoration: none;
}

.room-list-section .room-details h3 a:hover{
    color: #EC7529;
}

.room-list-section .room-details p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #666;
    flex-grow: 1;
}

.room-list-section .room-features {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.room-list-section .room-features i {
    color: #EC7529;
    margin-right: 0.3rem;
}

.room-list-section .room-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.room-list-section .room-price {
    text-align: left;
}

.room-list-section .price-amount {
    font-size: 1.5rem;
    font-weight: bold;
    color: #EC7529;
}

.room-list-section .price-period {
    font-size: 0.9rem;
    color: #777;
}

/* --- Buttons --- */
.room-list-section .btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.room-list-section .btn-primary {
    background-color: #EC7529;
    color: white;
}

.room-list-section .btn-primary:hover {
    background-color: #EC7529;
}


/**************SCHEDULE PAGE START HERE*************/

.schedule-sections{
    border-bottom: 1px solid #ddd;
}

.schedule-sections h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.schedule-sections .date-range {
    text-align: center;
    margin-bottom: 30px;
    color: #7f8c8d;
    font-style: italic;
}

.schedule-sections .schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    min-width: 100% !important;
}

.schedule-sections .schedule-table th, .schedule-sections .schedule-table td {
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 14px;
    text-align: center;
}

.schedule-sections .schedule-table th {
    background-color: #EC7529;
    color: white;
    font-weight: 400;
}

.schedule-sections .schedule-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.schedule-sections .schedule-table tr:hover {
    background-color: #e8f4f8;
}

.schedule-sections .time-slot {
    font-weight: 400;
    background-color: #ecf0f1 !important;
    color: #28a745;
    width: 120px;
}

.schedule-sections .activity {
    font-size: 0.9rem;
    padding: 8px;
}

.ytt-weekly-schedule{
    font-family: "Bree Serif", serif !important;
}

.ytt-weekly-schedule.for-mobile{
    display: none;
}

.ytt-weekly-schedule .schedule-table th{
    background-color: #d5d5d5 !important;
    color: #333;
    font-size: 14px;
}

.ytt-weekly-schedule .schedule-table td:first-child{
    background-color: #d5d5d5 !important;
    color: #333;
    font-weight: 400 !important;
}
.schedule-table th:first-child{
    font-weight: 400 !important;
}
.ytt-weekly-schedule .schedule-table th, .schedule-table td{
    border: 1px solid #b1b0b0;
}

.ytt-weekly-schedule{
    padding: 0px !important;
}

.faqs-body{
    position: relative;
}

.faqs-body .set > a {
    display: block;
    font-size: 15px;
    padding: 18px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 5px;
    background: linear-gradient(to right, #EC7529, #28A745);
}

.faqs-body .set > a i {
    float: right;
    margin-top: 6px;
}





























/*****************MEDIA QUERY*****************/

@media(max-width: 1105px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 5px;
    }
    .banner-section .carousel .carousel-inner .carousel-item{
        height: 85vh;
    }
}

@media(max-width: 1024px){
    .banner-section .carousel .carousel-inner .carousel-item{
        height: 75vh;
    }
    .carousel-caption{
        top: 55%;
    }
}

@media (max-width: 992px) {
    .room-details-section .content-wrapper {
        grid-template-columns: 1fr;
    }

    .room-details-section .booking-card {
        position: static; /* Disable sticky on mobile/tablet */
        margin-top: 2rem;
    }

    .room-details-section .main-image img {
        height: 350px;
    }
}

@media(max-width: 991px){
    .nav-right-box{
        margin-right: 10%;
    }
    .welcome-section .row{
        display: flex;
        flex-direction: row-reverse;
    }
    .welcome-right img{
        border-radius: 0 0 10px 10px;
    }
    .yogic-box,
    .choose-section img{
        margin-bottom: 30px;
    }
    .banner-section .carousel .carousel-inner .carousel-item img,
    .banner-section .carousel .carousel-inner .carousel-item{
        height: 500px;
    }
    .banner-section .carousel-caption img.logo-images{
        height: auto !important;
    }
    .banner-section h2{
        font-size: 40px;
        line-height: 44px;
    }
    .choose-section p,
    .teacher-section p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .scholarship-section .image-box,
    .teacher-section img,
    .course-section .image-box,
    .accommodation-section .image-box{
        height: 400px;
    }
    .welcome-right a.play{
        left: 45%;
    }
    .quote-section h4,
    .quote-section h5{
        font-size: 40px;
        line-height: 55px;
    }
    .testi-right h6{
        font-size: 24px;
        line-height: 30px;
    }
    .news-section .card img.banner-img{
        height: 13rem;
    }
    .news-section .card-body {
        margin: 14rem 1rem 1rem 1rem;
    }
    .scholarship-cards {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    .gallery-section figure{
        margin-bottom: 30px;
    }
    .gallery-section.gallery-page figure{
        margin-bottom: 0px !important;
    }
    .page-banner h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .train-boxs h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .train-boxs img{
        width: 180px;
    }
    .teacher-left img {
        max-width: 300px;
        height: auto;
        width: 100%;
    }
    .video-testi-box iframe{
        width: 100%;
    }
    .schedule-table{
        min-width: 100% !important;
    }
}

@media(max-width: 834px){
    .banner-section h2{
        font-size: 30px;
        line-height: 40px;
    }
    .train-boxs img {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .course-grid {
        grid-template-columns: 1fr;
    }

    .countdown {
        flex-wrap: wrap;
    }

    .price-container {
        flex-direction: column;
    }
    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .instructor-container {
        grid-template-columns: 1fr;
    }

    .hero-features {
        grid-template-columns: 1fr;
    }

    .schedule-tabs {
        flex-wrap: wrap;
    }
    .schedule-sections .schedule-table, .schedule-sections .schedule-table thead, .schedule-sections .schedule-table tbody, .schedule-sections .schedule-table th, .schedule-sections .schedule-table td{
        display: block;
    }

    .schedule-sections .schedule-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .schedule-sections .schedule-table tr {
        border: 1px solid #ccc;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
    }

    .schedule-sections .schedule-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /*padding-left: 50%;*/
        /*text-align: left;*/
        width: 100% !important;
    }

    /* Make time slot full width */
    .schedule-sections .schedule-table td.time-slot {
        padding-left: 12px;
        background-color: #EC7529 !important;
        color: white !important;
        font-size: 1.1rem;
        border-bottom: 2px solid #97420d;
    }

    .schedule-sections .schedule-table td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 400;
        color: #28a745;
    }

    .schedule-sections .schedule-table td:nth-of-type(1):before { content: "Daily"; }
    .schedule-sections .schedule-table td:nth-of-type(2):before { content: "7"; }
    .schedule-sections .schedule-table td:nth-of-type(3):before { content: "8"; }
    .schedule-sections .schedule-table td:nth-of-type(4):before { content: "9"; }
    .schedule-sections .schedule-table td:nth-of-type(5):before { content: "10"; }
    .schedule-sections .schedule-table td:nth-of-type(6):before { content: "11"; }
    .schedule-sections .schedule-table td:nth-of-type(7):before { content: "12"; }
    .schedule-sections .schedule-table td:nth-of-type(8):before { content: "13"; }

    /* Remove last border from each row */
    .schedule-sections .schedule-table tr:last-child td {
        border-bottom: none;
    }
}

@media(max-width: 767px){
    
     .pagination .page-item:not(:first-child):not(:last-child) {
        display: none !important;
    }

    /* Hide the arrow symbols */
    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link {
        font-size: 0; /* hides ‹ › */
    }

    /* Insert custom text */
    .pagination .page-item:first-child .page-link::before {
        content: "← Previous";
        font-size: 14px;
    }

    .pagination .page-item:last-child .page-link::after {
        content: "Next →";
        font-size: 14px;
    }
    
    .bottom-footer ul,
    .header-left ul{
        text-align: center;
        margin-bottom: 10px;
    }
    .bottom-footer p,
    .header-right ul{
        text-align: center;
    }
    .clickmenus {
        top: 105px;
    }
    .scholarship-section .image-box, 
    .course-section .image-box, 
    .accommodation-section .image-box,
    .offer-section img{
        margin-bottom: 30px;
    }
    .testi-right img,
    .tesi-middle img{
        height: 240px;
    }
    .gallery-section figure,
    .scholarship-section .image-box, .course-section .image-box, .accommodation-section .image-box{
        height: auto;
    }
    .question-right{
        padding: 30px;
    }
    .testi-left,
    .testi-middle{
        margin-bottom: 30px;
    }
    .testi-right i.fa-play{
        top: 41%;
        left: 45%;
    }
    .news-section .card img.banner-img{
        height: 20rem;
    }
    .news-section .card-body {
        margin: 21rem 1rem 1rem 1rem;
    }
    .nav-right-box {
        margin-right: 12%;
    }
    .room-details-section .thumbnail{
        height: 60px;
    }

    .room-details-section .thumbnail-images {
        grid-template-columns: repeat(3, 1fr);
    }
    .carousel-caption{
        top: 52%;
    }
    .scholarship-cards {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
    .row.class-video-row iframe{
        height: 300px;
    }
    .blog-detail-lefts img,
    .certificate-section img,
    .campaign-details .donation-tiers img,
    .scholarship-card img{
        height: auto;
    }
    .page-banner,
    .page-banner .overlay{
        height: 350px;
    }
    .page-banner h1{
        font-size: 60px;
        line-height: 66px;
    }
    .row.sound-rows img,
    .lists-image img,
    .training-details-left img.main-images,
    .middle-images img,
    .resort-img img{
        height: auto;
        margin-bottom: 15px;
    }
    .location-boxs{
        min-height: auto;
    }
    .share-social ul{
        float: left;
        margin-bottom: 10px;
    }
    .share-social ul li{
        padding-left: 0px;
        padding-right: 15px;
    }
    ul.popular-lists li{
        min-height: 90px;
    }
    .contact-infos button.btn.btn-primary{
        margin-bottom: 30px;
    }
    .register-section form{
        padding: 20px;
    }
    .room-details-section .booking-card,
    .register-section button.btn.btn-primary{
        margin-top: 0px;
    }
    .register-section form label.checked{
        line-height: 18px;
    }
    .instructor .instructor-container,
    .hero-sections .hero-content{
        grid-template-columns: 1fr;
    }
    .hero-sections .hero-image img{
        height: auto;
    }
    .teacher-left img {
        max-width: 300px;
        height: 300px;
        width: 100%;
        margin: unset;
        margin-bottom: 20px;
    }
    .teacher-left ul{
        text-align: left;
        margin-bottom: 10px;
    }
    .video-testi-details iframe{
        height: 350px !important;
    }
    .fixed-top .clickmenus {
        top: 95px;
    }
    ul.popular-lists{
        margin-bottom: 0px;
    }
    .gallery-section figure {
        margin-bottom: 0px;
    }
}

@media(max-width: 600px){
    .course-section h3,
    .teacher-section h4,
    .welcome-left h1,
    .scholarship-section h4,
    .accommodation-section h4,
    .choose-section h4,
    .certificate-section h4,
    .question-section h4,
    .offer-section h4,
    .campaign-details .campaign-info h2,
    .gallery-section h4,
    .testimonials h4,
    .comming-section h4,
    .news-section h4,
    .faqs-section h4,
    .accommod-section h3,
    .hero-sections .hero-text h1,
    .schedule-sections h2,
    .contact-infos h3, .contact-infos h2,
    .teacher-right h2,
    .what-to-expect .section-title,
    .section-title h2,
    .section-title,
    .training-section h4,
    .banner-section h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .top-footer,
    .news-section,
    .schedule,
    .instructor,
    .gallery-section,
    .what-to-expect,
    .testimonials,
    .teacher-detail-section,
    .testimonial-section,
    .blog-sections,
    .scholar-section,
    .campaign-details,
    .login-section,
    .policy-section,
    .register-section,
    .room-list-section,
    .video-testimonials-section,
    .video-testi-details,
    .room-details-section,
    .question-section,
    .teacher-training-section,
    .about-sections,
    .comming-section,
    .scholarship-section,
    .choose-section,
    .training-details-section,
    .accommod-section,
    .faqs-section,
    .certificate-section,
    .accommodation-section,
    .schedule-sections,
    .training-section,
    .teacher-section,
    .contact-infos,
    .course-section,
    .welcome-section{
        padding: 30px 0;
    }
    .schedule-sections{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .welcome-right img,
    .video-div .overlay,
    .banner-section .carousel .carousel-inner .carousel-item {
        height: 400px;
    }
    .banner-section .carousel .carousel-inner .carousel-item img{
        height: 300px;
    }
    .teacher-section img,
    .accommod-section img,
    .testi-left img,
    .testi-right img, .tesi-middle img, .gallery-section figure, .scholarship-section .image-box, .teacher-section img, .course-section .image-box, .accommodation-section .image-box {
        height: 300px;
    }
    .video-testi-box,
    .testimonial-box,
    .welcome-left{
        padding: 20px;
    }
    .video-testi-box iframe{
        height: 180px !important;
    }
    .offer-section{
        padding-bottom: 30px;
    }
    .video-div a{
        left: 43%;
    }
    .teacher-section p{
        margin-bottom: 20px;
    }
    .print-tab .print-tab-content img{
        height: 160px;
    }
    .quote-section .overlay{
        padding: 50px 0;
    }
    .quote-section h4, .quote-section h5{
        font-size: 40px;
        line-height: 46px;
    }
    .quote-section h4{
        margin-bottom: 20px;
    }
    .testimonials h5{
        font-size: 24px;
        line-height: 30px;
    }
    .banner-section p{
        margin-bottom: 10px;
    }
    .testi-right i.fa-play {
        top: 24%;
        left: 47%;
    }
    .carousel-caption {
        top: 47%;
    }
    a.btn.btn-join{
        margin-bottom: 10px;
    }
    .print-tab ul.print-tab-menu > li > a {
        min-width: 80px;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px 12px;
    }
    .campaign-details .campaign-content {
        grid-template-columns: unset;
        gap: 20px;
    }
    .scholarship-cards{
        margin-top: 20px;
    }
    .page-banner h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .page-banner, .page-banner .overlay {
        height: 250px;
    }
    .about-sections h5, .about-sections h4{
        margin-top: 0px;
    }
    .news-section .card img.banner-img {
        height: 13rem;
    }
    .news-section .card-body {
        margin: 14rem 1rem 1rem 1rem;
    }
    .schedule-sections .date-range{
        margin-bottom: 15px;
    }
    .banner-section .carousel-caption{
        display: none;
    }
    .row.flex-nowrap.mt-4 {
        display: block;
    }
    .faqs-section,
    .gallery-section,
    .accommodation-section{
        padding-bottom: 0px;
    }
    .choose-section ul,
    .gallery-section figure{
        margin-bottom: 0px;
    }
    a.btn.btn-google{
        margin-bottom: 15px;
    }
    .video-section{
        padding-bottom: 30px;
    }
    .about-body{
        padding-top: 30px;
    }
    .news-section{
        padding: 30px 0 !important;
    }
    .room-details-section .content-wrapper{
        padding-top: 20px;
        gap: 0.5rem;
    }
    /*.fixed-top .clickmenus {
        top: 20px;
    }*/
    .accommod-section h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .ytt-weekly-schedule.for-mobile{
        display: block;
    }
    .ytt-weekly-schedule.for-desktop{
        display: none;
    }
    .schedule-sections .schedule-table td:nth-of-type(2):before { content: ""; }
    .schedule-sections .schedule-table td:nth-of-type(1):before{
        content: "";
    }
    .schedule-sections .schedule-table tr{
        display: flex;
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .room-details-section .room-page-container {
        padding: 1rem;
    }
    
    .room-details-section .room-details h1 {
        font-size: 2rem;
    }
    
    .room-details-section .room-highlights {
        flex-direction: column;
        gap: 0.5rem;
    }

    .room-details-section .room-amenities ul {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 575px){
    .print-tab .print-tab-content img{
        height: 300px;
    }
    .quote-section h4, .quote-section h5 {
        font-size: 30px;
        line-height: 36px;
    }
    .teacher-section img,
    .train-boxs img{
        height: auto;
    }
    .pagination-item{
        margin-right: 5px;
    }
    .pagination-item a{
        font-size: 12px;
        padding: 6px 10px 6px 10px;
    }
    .video-testi-box iframe{
        height: 220px !important;
    }
}

@media(max-width: 540px){
    .nav-right-box {
        margin-right: 14%;
    }
    .nav-right-box ul li{
        padding-left: 5px;
    }
    a.navbar-brand{
        margin-right: 0px;
    }
    .nav-right-box ul li a.call{
        font-size: 14px;
    }
    .nav-right-box ul li a.talk{
        font-size: 14px;
        padding: 8px 10px 10px;
    }
    .news-section .card img.banner-img{
        height: 14rem;
    }
    .news-section .card-body {
        margin: 15rem 1rem 1rem 1rem;
    }
}

@media(max-width: 515px){
    .clickmenus {
        top: 130px;
    }
    .banner-section h2{
        font-size: 20px;
        line-height: 26px;
    }
    .banner-section .carousel .carousel-inner .carousel-item{
        height: 300px;
    }
    .faqs-section .set > a{
        padding: 10px 15px;
    }
    .contact-infos ul.address-info li p{
        font-size: 11px;
    }
    .contact-infos ul.address-info li i{
        margin-right: 10px;
    }
    .fixed-top .clickmenus {
        top: 119px;
    }
}

@media(max-width: 480px){
    .print-tab .print-tab-content img,
    .testi-left img,
    .testi-right img, .tesi-middle img, .gallery-section figure, .scholarship-section .image-box, .teacher-section img, .course-section .image-box, .accommodation-section .image-box {
        height: 240px;
    }
    .welcome-right a.play {
        left: 40%;
    }
    .print-tab ul.print-tab-menu > li{
        margin-right: 0px;
    }
}

@media(max-width: 470px){
    .clickmenus{
        right: 16px;
    }
}

@media(max-width: 460px){
    .nav-right-box ul li a.call{
        font-size: 16px;
    }
    .nav-right-box ul li a.talk {
        font-size: 16px;
        padding: 8px 20px 10px;
    }
    .nav-right-box ul li{
        padding-left: 0px;
        padding-right: 20px;
    }
    .banner-section h2{
        font-size: 20px;
        line-height: 26px;
    }
    .video-testi-details iframe{
        height: 240px !important;
    }
}

@media(max-width: 410px){
    .nav-right-box {
        margin-right: 11%;
    }
}

@media(max-width: 400px){
    .nav-right-box ul li{
        padding-right: 5px;
    }
    .welcome-right img, .video-div .overlay, .banner-section .carousel .carousel-inner .carousel-item img, .banner-section .carousel .carousel-inner .carousel-item{
        height: 300px;
    }
    .carousel-caption {
        top: 45%;
        left: 10%;
        transform: translate(0%, -80%);
        width: 80%;
    }
    .video-div a,
    .welcome-right a.play {
        left: 36%;
        top: 34%;
    }
    a.btn.btn-join{
        padding: 8px 20px 10px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 380px){
    .header-left ul li a{
        font-size: 12px;
    }
}

@media(max-width: 370px){
    .nav-right-box ul li a.call{
        font-size: 14px;
    }
    .nav-right-box ul li a.talk {
        font-size: 14px;
        padding: 8px 10px 10px;
    }
    .print-tab ul.print-tab-menu > li > a{
        max-width: 90px;
    }
    .print-tab ul.print-tab-menu > li{
        margin-right: 5px;
    }
}




  .notfound .notfound-404 h1 {
    font-family: montserrat,sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -12px;
    color: #030005;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #8400ff, 1px 1px 0 #ff005a;
    letter-spacing: -20px;
    }
    @media only screen and (max-width: 480px){
        .notfound .notfound-404 h1 {
        font-size: 182px;
        }
    }
    @media only screen and (max-width: 767px){
    .notfound .notfound-404 h2 {
        font-size: 24px;
        }
    }
    .notfound {
        max-width: 767px;
        width: 100%;
        line-height: 1.4;
        text-align: center;
    }
    .notfound .notfound-404 h2 {
        font-family: montserrat,sans-serif;
        position: absolute;
        left: 0;
        right: 0;
        top: 110px;
        font-size: 42px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0 2px 0 #8400ff;
        letter-spacing: 13px;
        margin: 0;
    }
    .notfound a {
        font-family: montserrat,sans-serif;
        display: inline-block;
        text-transform: uppercase;
        color: #ff005a;
        text-decoration: none;
        border: 2px solid;
        background: 0 0;
        padding: 10px 40px;
        font-size: 14px;
        font-weight: 700;
        -webkit-transition: .2s all;
        transition: .2s all;
    }
    .notfound .notfound-404 {
        position: relative;
        height: 180px;
        margin-bottom: 20px;
        z-index: -1;
    }
    .notfound {
        max-width: 767px;
        width: 100%;
        line-height: 1.4;
        text-align: center;
    }
    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    #notfound {
        position: relative;
        height: 100vh;
        background: #030005;
    }










