@import url('../fonts/font-style.css');

.top-header #main-menu .navbar-nav li.current-menu-item a{
    color: #DCC367;
}
.footer-menu-list li.current-menu-item a {
    color: #DCC367 !important;
}
/* wordpress Dropdown menu styles */
span.dropdown-caret {
    display: none;
}
ul.sub-menu {
    display: none;
    position: absolute;
    color:#000 !important;
    background-color: #f2f2f2;    
    padding: 0px;
    margin-top: 1.5em !important;
    margin-left: 5px !important;
    /* width:130px; */
}
ul.sub-menu li a{ color:#000 !important;}
ul.sub-menu li:hover{
    background-color: #DCC367 !important;
    /* padding: 5px !important; */
}
ul.sub-menu li {
    list-style-type: none;
    padding: 6px !important;
    position: initial;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle {
    margin-left: .4em;
}
.dropdown-toggles .fa.fa-angle-down {
    margin-left: 5px !important;
}

/* Pages style */

.course-sec{
    padding: 30px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.course-sec-title{
    text-align: center;
    position: relative;

}
.common-main-title{
    color: #2B2B2B;
    font-family: "DM Sans";
    font-size: 65px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
}
.common-description{
    color: #2B2B2B;
    font-family: "DM Sans";
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}
.content-title{
    color: #2B2B2B;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.content-desc{
    color: #2B2B2B;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.course-item .content-desc{
    width: 100%;
    max-width: 330px;
}
.course-slider{
    padding: 30px 0px 0px;
}
.course-item{
    padding: 0px 26px;
}
.course-media {
    position: relative;
    display: inline-block;
    background-color: transparent; 
    padding:10px 0px;
    border-radius: 10px;
}

.course-media::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 6%;
    width: 100%;
    height: 90%;
    background-color: #D4A857; 
    border-radius: 25px;
    z-index: -1; 
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.course-media:hover::before {
    opacity: 0.7;
    transform: rotate(5deg);
}

.course-media img {
    display: block;
    width: 100%;
    border-radius: 25px;
    position: relative;
    z-index: 2; 
}
.course-arrow-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #DCC367;
    opacity:0.8;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}
.course-arrow-link i {
    font-size: 16px;
    color: #2d2d2d; 
}
.course-arrow-link:hover {
    background: #b68f22; 
}
.course-arrow-link {
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: white;
    transition: transform 0.4s ease-in-out;
    z-index: 3;
}

.course-media:hover .course-arrow-link {
    transform: scale(1.1);
}
.large-title{
    color: rgba(0, 0, 0, 0.07);
    font-family: "DM Sans";
    font-size: 130px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.workshop-sec {
    position: relative;
    height: 450px;
    padding: 60px 0;
    overflow: hidden;
}

.workshop-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.workshop-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(45, 45, 45, 0.70) 43.05%, rgba(147, 147, 147, 0.00) 83.14%);
    z-index: 1;
}
.workshop-content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.about-sec{position: relative;padding: 0px 0px 60px;}
.about-sec-content{
    width: 100%;
    max-width: 1420px;
    margin: 0  auto;
}
.about-sec-content .content-title{font-weight: 700;}
.about-sec-content h3.content-title {line-height: 35px;}
.workshop-sec .common-title{ color: #FFF;}
.common-title{
    color: #323232;
    font-family: "DM Sans";
    font-size: 65px;
    font-weight: 700;
    line-height: normal;
}
.workshop-sec .common-description, .workshop-sec a.view-btn{color: #FFF;}
a.view-btn{
    display: inline-flex;
    color: #2B2B2B;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    padding: 15px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #DCC367;
    text-decoration: none;
    margin-top: 10px;
}
a.view-btn:hover{
    background-color: #DCC367;
    color: #2B2B2B;
}
.faculty-slider-section{
    position: relative;
    background: #F8F8F8;
    padding: 60px 0px;
}
.faculty-slider{
    padding: 20px 20px;
}
.faculty-media {
    position: relative;
    display: inline-block;
    background-color: transparent; 
    padding:0px 0px;
    border-radius: 10px;
	margin-bottom:10px;
}

.faculty-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #D4A857; 
    border-radius: 25px;
    z-index: -1; 
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.faculty-media:hover::before {
    opacity: 0.7;
    transform: rotate(-5deg);
}

.faculty-media img {
    display: block;
    width: 100%;
    border-radius: 25px;
    position: relative;
    z-index: 2; 
}
      /* slider Custom Arrows */
    .faculty-slider-section .slick-prev, .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: 2px solid #ccc;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 100;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .faculty-slider-section .slick-prev {
        left: -50px;
    }
    
    .faculty-slider-section .slick-next {
        right: -50px;
    }
    
    .faculty-slider-section .slick-prev i, .faculty-slider-section .slick-next i {
        font-size: 20px;
        color: #666;
    }
    
    .faculty-slider-section .slick-prev:hover, .faculty-slider-section .slick-next:hover {
        border-color: #000;
    }
    
    .faculty-slider-section .slick-prev:hover i, .faculty-slider-section .slick-next:hover i {
        color: #000;
    }
    .gallery-section{
        position: relative;
        padding: 60px 0px;
    }
    .gallery-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .gallery-media-item {
        position: relative;
        width: 250px; /* Default width */
        height: 250px; /* Default height */
        border-radius: 15px;
        overflow: hidden;
        margin:10px;
    }

    .gallery-media-item img,
    .gallery-media-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    /*  Make the 1st and 6th videos wider */
    .gallery-media-item.video-large {
        width: 400px; 
    }

    /*  Make the 7th video taller */
    .gallery-media-item.video-tall {
        height: 520px; 
        width: 400px; 
    }
    .testimonials-section{
        position: relative;
        background-color: #F8F8F8;
        padding: 60px 0px;
    }
    .testimonials-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0px;
    }
    .testimonial-text {
        position:relative;
        padding-right: 30px;
    }
    .testimonial-text::before {
        content: "";
        background-image: url("../images/quote-icon.svg"); /* Replace with your actual image path */
        background-size: contain;
        background-repeat: no-repeat;
        width: 160px; /* Adjust size */
        height: 130px;
        position: absolute;
        top: -25px;
        right: 30px;
    }
    p.common-description.testimonial-quote{
        width: 100%;
        max-width: 669px;
        text-align: right;
    }
    .testimonial-user {
        text-align: right;
    }
    .testimonial-user img{
        width:20%;
    }
    
    .testimonial-video {
        flex: 1;
        max-width: 700px;
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        margin: 0 auto;
    }

    .testimonial-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    .testimonial-video-text{
        position: relative;
    }
    .video-company-logo{
        position: absolute;
        bottom: 40px;
        left: 5%;
        text-align: left;
        color: #000;
        font-weight: bold;
    }
    .video-user-info {
        position: absolute;
        bottom: 10px;
        right: 10%;
        text-align: right;
        color: #000;
        font-weight: bold;
    }

    .blog-section {
        position: relative;
        padding: 80px 0;
    }
    
    .blog-wrapper {
        display: flex;
        align-items:center;
        justify-content: flex-start;
        gap: 50px;
    }
    
    .blog-image {
        flex: 1;
        max-width: 45%;
    }
    
    .blog-image img {
        width: 100%;
        height: auto;
        border-radius: 0px 20px 20px 0px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    .blog-container {
        flex: 1;
        max-width: 46% !important;
    }
    .blog-content {
        flex: 1;
        max-width: 1000px;
        text-align: left;
    }
    .blog-content .common-description{
        text-align: justify;
        max-width: 770px;
    }

    .cta-section {
        background-color: #fdfbf1; /* Light cream background */
        text-align: center;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }
    .cta-section .cta-content{
        position: relative;
        max-width:1100px;
        margin:0 auto;
        z-index: 1;
    }
    .cta-image-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.85;
        z-index: 999; 
    }
    .cta-image-left img, .cta-image-right img {
        content: "";
        position: absolute;
        top: 0;
        background-image: url("../images/filmstrip-pattern.png"); /* Correct path */
        background-repeat: repeat-y;
        background-size: contain;
        opacity: 0.45;
    }
    .cta-image-left img{
        left: 10%;
    }
    
    .cta-image-right img{
        right: 10%;
    }
    
    .cta-section .common-description{
        max-width:1010px;
        margin:0 auto;
    }
.certificate-sec{
    position: relative;
    background-image: url("../images/certificate-bg.png"); /* Replace with your actual image path */
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    padding: 60px 0px;
    overflow: hidden;
}
.certificate-display{
    align-items: center;
    justify-content: space-between;
}

/* Blog Style */
.blog-sec{
    padding: 60px 0px;
}
.blog-sec .content-desc {
    text-align: justify;
}
.latest-blog-content a{text-decoration:none;}
.blog-list a{
    text-decoration:none;
}
.blog-media img{border-radius:25px;}
.latest-blog{
    padding: 0px 0px 60px;
    align-items: center;
}
.latest-blog-content h2, .latest-blog-content h4{font-family: "DM Sans";}
.blog-item-content {
    padding-top: 20px;
}
.blog-item-content h2{font-size:25px;font-family: "DM Sans";}
.blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}
.user-info {
    display: flex;
    flex-direction: column; 
}
.blog-sec .user-name{
    color: #2B2B2B;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.blog-sec .blog-date{
    color: #2B2B2B;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* About us */
.about_section{
    position: relative;
    z-index: 1;
    padding: 60px;
}
.about-bg {
    border-radius: 25px;
    background: #F8F8F8;
    padding: 30px;
    align-items: center;
}
.about-content h2, .about-content p{
    text-align:justify;
}

.our-details-sec{
    border-radius: 40px;
    background: #2A2A2A;
    margin:-200px 40px 40px;
    padding:200px 40px 40px;
}
.our-details-align{
    align-items: center;
}
.our-details-sec h2{
    color:#DCC367;
    /* line-height: 50px; */
}
.our-details-sec p{
    color:#fff;
}

.choose-section{
    position: relative;
    padding:60px 0px;
}
.journey-section{
    position: relative;
    background-image: url("../images/journey-bg.png"); /* Replace with your actual image path */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding: 80px 0px;
}
.journey-section h2{
    color: #DCC367;
    text-align: center;
    text-transform: uppercase;
}
.journey-section p{
    color: #fff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}


/* model popup */
.promotion-register {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.promotion-content {
    position: relative;
    margin: 10% auto;
    display: block;
    max-width: 600px;
    width: 90%;
    text-align: center;
}
.promotion-register .close-promotion-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #c5c5c5;
    color: #c2334e;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    line-height: 30px;
}
.promotion-content img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
}

/* founder section */

 .founder-content-scroll {
    max-height: 600px;
    overflow-y: auto;
}
/* Optional: add smooth scrolling effect */
.founder-content-scroll::-webkit-scrollbar {
    width: 4px;
}
.founder-content-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}