/********** Template CSS **********/
:root {
    --primary: #409b2b;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #409b2b;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../NEWIMAGES/wudheronew.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header1 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../NEWIMAGES/hero7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header2 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../NEWIMAGES/hero8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header3 {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../NEWIMAGES/hero3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #409b2b;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #409b2b;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: #dfffd8;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: #409b2b;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #409b2b;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: #ffffff;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 20px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}








/* New Changes Made By BS */

.logoheader{
    width: 16%;
    height: auto;
}

.video-container {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 10px;
}

/* Text Animation Start */
.video-container h1 {
    color: #dbd56e;
    /* background: -webkit-linear-gradient(25deg, #eee, #333); */
    background: -webkit-linear-gradient(25deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite;
    position: relative;
  }
  
  @keyframes type {
    from {
      width: 0;
    }
  
    to {
      width: 100%;
    }
  }
  
  @keyframes cursor {
    50% {
      border-color: transparent;
    }
  }
  
/* Text ANimation End */

.padding1{
    padding: 39px 12px;
    min-height: 380px;
    display: flex;
    align-items: center;
}
.bgcol1{
    background-color: #409b2b;
}
.bgcol2{
    background-color: #341d55;
}
.mission h4{
    color: white;
    text-transform: uppercase;
}
.mission p{
    color: white;
}
.image-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.image-container img {
    transition: transform 0.4s ease-in-out;
    width: 100%;
    display: block;
}

.image-container:hover img {
    transform: scale(1.1); /* Zoom effect */
}

/* Our Clients Start */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Our Clients End */

.bgcareer{
    background-color: #341d55;
}
.logofooter{
    width: 40%;
}

.whatsapp-float img{
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}
.footer{
    background-color: #317f22;
}


.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity */
}
.video-container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 2; /* Ensures content stays above the overlay */
}


/* Button ANimation Start */
.button-3d {
    display: inline-block;
    position: relative;
    border: 0;
    background: #409b2b;
    padding: 0.95em 2.5em;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transform-style: preserve-3d;
    transition: transform 0.3s cubic-bezier(0,0,0.58,1),
      background 0.3s cubic-bezier(0,0,0.58,1);
    cursor: pointer;
    color: white;
  }
  .button-3d:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9f9f9;
    border-radius: inherit;
    transform: translate3d(0, 0.5em, -1em);
    transition: transform 0.3s cubic-bezier(0,0,0.58,1);
  }
  .button-3d:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(139 131 131 / 25%);
    filter: blur(4px);
    border-radius: inherit;
    top: 0;
    left: 0;
    transform: translate3d(0, .7em, -1em);
    transition: transform 0.3s cubic-bezier(0,0,0.58,1);
  }
  .button-3d:hover {
    transform: translateY(-0.25em);
  }
  .button-3d:hover:before {
    transform: translate3d(0, 0.75em, -1em);
  }
  .button-3d:hover:after {
    transform: translate3d(0, 1.05em, -1em);
  }
  .button-3d:active {
    transform: translate(0, 0.5em);
  }
  .button-3d:active:before,
  .button-3d:active:after {
    transform: translate3d(0,0,-1em);
  }
  .button-3d:hover{
    color: white;
    
    background-color: #7570a7;
  }
/* Button Animation End */
.text-primary1{
    color: #409b2b;
}
.btn-primary1{
    background-color:#409b2b ;
    color: white;
}
.service-item i {
    font-size: 50px; /* Adjust size as needed */
    padding: 2rem;
    color: #409b2b;
}
.bg-primary1{
    background-color: #409b2b;
}
.text-primary1{
    color: #409b2b;
}




/* career starts */

.container1 {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
   height: 100vh;
    background-color: #f4f4f4;
}

.career-form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    text-align: center; /* Ensures the content inside is centered */
}

.career-form h2 {
    text-align: center;
}

.career-form label {
    display: block;
    text-align: left;
    margin-top: 10px;
}

.career-form input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.career-form button {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.career-form button:hover {
    background: #218838;
}
.container2 {
    width: 100%;
   
   
    padding: 20px;
    
    
    text-align: center;
    margin-bottom: 20px;
}

.container2 h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.container2 p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* career ends */

.heading-container {
    text-align: center;
    margin-bottom: 20px;
}

.heading-container h2 {
    font-size: 24px;
    color: #333;
}

.heading-container a {
    font-size: 18px;
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
}

.heading-container a:hover {
    text-decoration: underline;
    color: #0056b3;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.mailfont{
    font-weight: 800;color:#409b2b;
    font-size: 20px;
}



/* New */
  /* Popup Modal Styles */
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.popup-content input, 
.popup-content button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}


.button-3d {
    display: inline-block;
    padding: 10px 20px;
    background: #409b2b;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.button-3d:hover {
    background: #409b2b;
}


    /* Popup Modal Styles */
    .popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        animation: fadeIn 0.3s ease-in-out;
    }

    .popup-content {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        padding: 25px;
        width: 400px;
        text-align: center;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        animation: slideUp 0.3s ease-in-out;
        position: relative;
    }

    .popup-content h2 {
        color: white;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .popup-content input, 
    .popup-content button {
        width: 100%;
        padding: 12px;
        margin: 8px 0;
        border: none;
        border-radius: 8px;
        font-size: 1rem;
    }

    .popup-content input {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.3);
        outline: none;
    }

    .popup-content input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .popup-content input:focus {
        border: 1px solid white;
    }

    .popup-content button {
        background: linear-gradient(135deg, #409b2b, #409b2b82);
        color: white;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .popup-content button:hover {
        background: linear-gradient(135deg, #409b2b, #409b2b82);
        transform: scale(1.05);
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 22px;
        cursor: pointer;
        color: white;
    }

    /* Animations */
    /* @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

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

    /* Responsive Design */
    @media (max-width: 500px) {
        .popup-content {
            width: 90%;
        }
    }

    .homeaboutbg{
        background: url(../NEWIMAGES/homeaboutbgnew.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .partnerbg{
        background: url(../NEWIMAGES/partnerbg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contactbg{
        background: url(../NEWIMAGES/contactbg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* .wud{
        background: url(../NEWIMAGES/whatwedobg.png);
        background-repeat: no-repeat;
        background-size: cover;
    } */

    @media(max-width:768px){
        /* .navbar {
            display: flex;
             flex-wrap: nowrap;
        } */
        .logoheader {
            width: 30%;
            height: auto;
        }
        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            height: 234px;
            object-fit: cover;
        }
        .header-carousel .owl-carousel-item {
            position: relative;
            min-height: 254px;
        }
    }
    .navbar {
        flex-wrap: wrap;
       
        justify-content: end;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .navbar-toggler {
        top: 20px;
        position: absolute;
    }