* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
}
.overflow{
    overflow-x: hidden !important;
} 

body{
    overflow-x: hidden;
}
/* nav start  */
.shadow_nav {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.69);
  -moz-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.69);
  box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.69);
}
.navbar {
    transition: background-color 0.3s;
}
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.bg-transparent{
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    background-color: rgba(255, 255, 0, 0.747) !important;
}

/* menu btn  */
.navbar-toggler-icon {
    background-image: url("../img/home/menu_btn.webp") !important;
}
.navbar-toggler-icon {
    width: 2.5em !important;
    height: 2.5em !important;
}
.navbar-toggler {
    border: var(--bs-border-width) solid #bfab00 !important; }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
/* nav css end */

/* banner img animation start  */
.bg_yellow{
    background-color: rgba(255, 255, 0, 0.358) !important;
}
.banner {
    position: relative;
    width: 90vw;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.bg-transparent_css{
    background-color: transparent !important;
}
.student {
    width: 60%;
    height: auto;
    position: relative;
    z-index: 10;
}
.floating-card {
    position: absolute;
    width: 12vw;
    height: 8vw;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-out;
}
.floating-card img {
    width: 80%;
    height: auto;
}
@media (max-width: 768px) {
    .banner {
        height: 50vh;
    }
    .student {
        width: 30%;
    }
    .floating-card {
        width: 15vw;
        height: 10vw;
    }
}
@media (max-width: 480px) {
    .banner {
        height: 40vh;
    }
    .student {
        width: 40%;
    }
    .floating-card {
        width: 24vw;
        height: 22vw;
    }
    .card_font{
        font-size: 9px;
    }
}
.z-index_student{
    z-index: 1;
}
.element_student{
    z-index: 2;
}

/* .pen-container {
    position: relative;
    width: 100px;
    height: 300px;
} */

.pen {
    width: 100px;
    height: auto;
    top: 50%;
    right: 5%;
    position: absolute;
    bottom: 0;
    animation: bounce 5s infinite ease-in-out;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
}

/* Hover Effect: Pause the Bounce */
.pen:hover {
    animation-play-state: paused;
}
/* banner img animation end  */

.button_1 {
    outline: none;
    color: #DAA06D;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border: 2px dashed #DAA06D;
    border-radius: 15px;
    background-color: #EADDCA;
    box-shadow: 0 0 0 4px #EADDCA, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
    transition: .1s ease-in-out, .4s color;
    cursor: pointer;
  }
  
  button:active {
    transform: translateX(0.1em) translateY(0.1em);
    box-shadow: 0 0 0 4px #EADDCA, 1.5px 1.5px 2.5px 1.5px rgba(0, 0, 0, 0.5);
  }

@media screen and (min-width:600px) {
    .height_100{
        height: 90vh;
    }
}

/* banner img animation end  */

/* sticky menu start  */
       /* Floating Button */
       .floating-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        background-color: rgb(52, 52, 255);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 24px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }

    .floating-btn:hover {
        background-color: rgb(79, 79, 255);
    }

    /* Expanded Menu start */
    .floating-menu {
        position: fixed;
        bottom: 90px;
        right: 20px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        padding: 10px;
        display: none;
        flex-direction: column;
        gap: 10px;
        z-index: 999;
    }

    .floating-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        padding: 8px 12px;
        border-radius: 5px;
        transition: background 0.3s;
    }

    .floating-menu a:hover {
        background: #f0f0f0;
    }

    /* Icon Styling */
    .floating-menu i {
        font-size: 20px;
        color: rgb(52, 52, 255);
    }
     /* Expanded Menu end */

    
      /* <!-- courses we offer section start --> */
      .card {
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }
    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .icon {
        font-size: 40px;
        transition: color 0.3s ease-in-out;
    }
    .card:hover .icon {
        color: #9b7400;
    }

    .yellow_card_bg{
     background: rgb(255,218,81);
background: linear-gradient(180deg, rgba(255,218,81,0.7848389355742297) 0%, rgba(0,28,96,0.3310574229691877) 100%);
    }
    .yellow_card_bg_alt{
        background: rgb(255,201,0);
        background: linear-gradient(180deg, rgba(255,201,0,0.7848389355742297) 0%, rgba(0,28,96,0.5243347338935574) 100%);
       }
       /* <!-- courses we offer section end --> */

       /* video and text  section start  */
       .video-section {
        position: relative;
        width: 100%;
        max-height: 500px;
        overflow: hidden;
    }
    .video-section img {
        width: 100%;
        height: auto;
        display: block;
    }
    .video-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        font-size: 60px;
        color: red;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
    }
    .video-icon:hover {
        transform: translate(-50%, -50%) scale(1.2);
    }
     /* video and text  section end  */

     /* img animation css  */
     /* Image styling and animation */
     .animated-image {
        animation: upDown 2s ease-in-out infinite alternate;
    }

   /* Keyframe animation */
   @keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

/* counter card style start */
/* Section Padding */
.stats-section {
    /* padding: 80px 0; */
    /* background-color: #f8f9fa; */
}

/* Card Styling */
.stats-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: 1px solid #ddd;
}

/* Hover Effect */
.stats-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icon Styling */
.icon-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffca2c;
    color: white;
    font-size: 24px;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: transform 0.3s ease-in-out;
}

.stats-card:hover .icon-wrapper {
    transform: rotate(360deg);
}

/* Counter Styling */
.count-number {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.count-text {
    font-size: 18px;
    color: #666;
}
/* counter card style end */


/* testimonial start  */

.contact-section_1 {
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/Testimonials/banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

 /* Testimonial Section Styling */
 .testimonial-section {
    background: url('../img/home/students.jpg') no-repeat center center/cover;
    position: relative;
    padding: 100px 0;
    color: white;
    background-attachment: fixed;
    text-align: center;
}

/* Background Overlay */
.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,201,0);
    background: linear-gradient(180deg, rgba(255,201,0,0.7848389355742297) 0%, rgba(0,28,96,0.5243347338935574) 100%);
    z-index: 1;
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

/* Testimonial Card */
.testimonial-card {
    background: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}


/* Star Ratings */
.stars i {
    color: gold;
}

/* Owl Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: gold !important;
    color: black !important;
}

/* Fix for Navigation Button Overlap */
.owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
}

.owl-nav button.owl-next {
    position: absolute;
    right: -50px;
}

@media (max-width: 768px) {
    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }
}
/* testimonial end  */


/* flag section */
/* Smaller and Consistent Flag Images */
.flag-img {
    width: 80px !important; /* Reduced size */
    height: 80px !important; /* Keeps aspect ratio */
    object-fit: contain; /* Prevents image distortion */
    margin: 0 auto; /* Centers the image */
}
/* flag section end  */

 /* footer css section  */
 .footer {
    background: rgb(255,201,0);
    background: linear-gradient(180deg, rgba(255,201,0,0.7848389355742297) 0%, rgba(0,28,96,0.5243347338935574) 100%);
    padding: 40px 0;
}
.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}
.footer p, .footer a {
    color: #333;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .email-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.footer .icon_footer {
    display: flex;
    align-items: center;
    gap: 10px;
}
 /* footer css section  */


 /* model section css  */
 .modal-content {
    border-radius: 10px;
    overflow: hidden;
}
.modal-body {
    display: flex;
    padding: 0;
}
.form-section {
    padding: 30px;
    background: linear-gradient(to left, #1E5EFF, #FFD700);
    flex: 1;
}
.form-section h2 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.form-section p {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-control, .btn {
    border-radius: 5px;
}
.btn-submit {
    background-color: #1E5EFF;
    color: white;
    font-weight: bold;
    width: 100%;
}
.btn-submit i {
    margin-left: 5px;
}
.image-section {
    flex: 1;
    background: url('your-image.jpg') center/cover no-repeat;
}

/* Hide Image on Mobile */
@media (max-width: 768px) {
    .image-section {
        display: none;
    }
}
.z_index-close{
    z-index: 999999;
}
.bg-color_none{
    background-color: transparent !important;
}


/* contact us css start  */
.contact-container {
    /* max-width: 900px; */
    margin: 50px auto;
    /* background: #fff; */
    border-radius: 10px;
    padding: 30px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}
.form-control {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.form-control:focus {
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.5);
    transform: scale(1.02);
}
.btn-submit {
    background: #007bff;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.btn-submit:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.info-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}
.info-box i {
    font-size: 30px;
    color: #007bff;
    transition: all 0.3s ease-in-out;
}
.info-box:hover i {
    color: #0056b3;
    transform: scale(1.1);
}
.social-icons a {
    font-size: 20px;
    color: #dc3545;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}
.social-icons a:hover {
    color: #b30000;
    transform: scale(1.2);
}

/* Team  */
.contact-section_Team {
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.735), rgba(0, 0, 0, 0.507)), 
                url('../img/team/team.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

/* Background Gradient Overlay */
.contact-section {
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/contact_us.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

/* Main Heading */
.contact-text h2 {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

/* Underline Animation (Pen Scratch Effect) */
.contact-text h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 100%;
    height: 5px;
    background-image: url('https://www.transparenttextures.com/patterns/escheresque.png'); /* Pen scratch effect */
    background-size: contain;
    transform: translateX(-50%) scaleX(0);
    transition: transform 0.5s ease-in-out;
}

/* Hover Effect on Underline */
.contact-text h2:hover::after {
    transform: translateX(-50%) scaleX(1);
}


/* contact us css end  */


.contact-section_course{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/contact_us.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.contact-section_IELTS{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/students_img.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_oet{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/group_students.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_toefl{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/toefl_students.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_pte{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/smiling_student.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_gre{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/8.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_gmat{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/9.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_usa{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/usa.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.usa {
    background: linear-gradient(to right, #eef4fc, #d1e3f8);
}
.study-section {
    padding: 50px 0;
}
.study-image img {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.5s ease-in-out;
}
.study-image img:hover {
    transform: scale(1.05);
}

   /* Image Styling */
   .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.card:hover .card-img-top {
    transform: scale(1.02);
}

/* Button Animation */
.btn-learn-more {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.card:hover .btn-learn-more {
    opacity: 1;
    transform: translateY(0);
}

.contact-section_uk{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/uk.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_canada{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/cannada_bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_australia{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/australia.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}

.contact-section_new-zealand{
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), 
                url('../img/home/14.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; 
}