.header2__bg{
    background-color: #fff;
}
.banner2__title{
    font-size: 54px !important;
    line-height: 60px !important;
    /* color: #ffcc00; */
}
.choose-us2__list{
    flex-wrap:inherit;
}
.coaching__item-midea{
    height: 248px;
}
.coaching__area .service-5__item-thumb {
    height: 320px;
}
.bottom-160 {
    padding-bottom: 100px !important;
}
.contact-us__area.pb-120 {
    padding-bottom: 120px !important;
}
.service-5__item-thumb::before {
    background: linear-gradient(180deg, rgba(3, 72, 51, 0) 0%, rgb(5 5 5 / 70%) 100%);
}
.service-5__item-thumb-content{
    background-color: #ffcc00;
}
.service-5__item-thumb-content-dec{
    color: #222;
}
.counter2__wrap{
    flex-wrap: inherit;
}
.counter2__area {
    margin-top: 80px;
}
.counter2__area .coustom__title,
.counter2__area .section__title-wrapper-title,
.counter2__area .section__title-wrapper-black-subtitle,
.counter2__area .counter2__paragraph,
.counter2__area .counter2__paragraph.coustom__paragraph {
    color: #000000 !important;
}
.counter2__area .section__title-wrapper-black-subtitle svg path {
    fill: #000000;
}
.counter2__bg-color{
    padding: 40px;
}
.footer__widget .footer-form .form-control-2{
    background: #000;
    border: 1px solid #ffcc00;
}
.footer__bottom-wrapper {
    border-top: 1px solid #ffcc009e
}
.footer__border-bottom{
    border-bottom: 1px solid #ffcc009e
}
.service-5__item-thumb-content-btn{
    color:black;
}
.service-5__item-thumb-content-btn:hover{
    color:black;
}
.testimonial-4__slider{
    flex-wrap: inherit;
    padding: 40px;
}
.visa-offer__item-thumb{
    height: 250px;
}
.visa-offer__item-thumb-small-img img{
    border-radius: 100px;
    border: 6px solid #fff;
}

.header2__menu ul li > a{
    color: #000 !important;
}
.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
    display: block;
    background-image: linear-gradient(to right, #f2ac07 0%, #FFC837 51%, #eabc04 100%);
  }
  
  .btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
  .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    padding: 20px;
}
.gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ffcc00;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}

/* Lightbox Slider */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
}
.lightbox img {
    max-width: 600px;
    max-height: 600px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.lightbox .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.lightbox .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 15px;
}
.lightbox .prev {
    left: 10px;
}
.lightbox .next {
    right: 10px;
}
.lightbox .image-description {
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.lightbox-footer {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 0;
}

.video-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}
.counter__bg{
    padding: 50px 20px;
    text-align: center;
}
.steps-container {
    display: flex;
    gap: 20px;
}
.step-card {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
}
.step-number {
    width: 70px;
    height: 70px;
    background: #FFCC00;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    border: 10px solid #84e0f5;
}
.step-title {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    color: #000;
}
.step-description {
    color: #666;
    font-size: 14px;
}

h2, .h2 {
    font-family: "Playfair Display", serif !important;
    font-weight: 700;
}

.gray-bg {
    background: #4068a9 !important;
}
.gray-bg p {
    color: #ffffff !important;
}
.gray-bg .white-bg p {
    color: #727272 !important;
}
.counter2__area p,
.counter2__area .counter2__paragraph {
    color: #000000 !important;
}
.counter2__item {
    border-color: #000000 !important;
}
.counter2__item-count-title,
.counter2__item-count-title span {
    color: #000000 !important;
}
.team-4__item-content .title a,
.team-4__item-content .dec {
    color: #000000 !important;
}
.team-4__item:hover .team-4__item-content .title a,
.team-4__item:hover .team-4__item-content .dec {
    color: #ffffff !important;
}

.apply-now-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}
.apply-now-modal.is-open {
    display: flex;
}
.apply-now-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 32, 66, 0.72);
}
.apply-now-modal__box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 680px;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}
.apply-now-modal__box .section__title-wrapper {
    margin-bottom: 12px !important;
}
.apply-now-modal__box .contact-us__textarea textarea {
    height: 80px !important;
    resize: none;
}
.apply-now-modal__box .contact-btn {
    margin-top: 12px !important;
}
.apply-now-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #000;
}
body.apply-modal-open {
    overflow: hidden;
}