.usa-visa-process-step .process-item {
    padding: 10px 10px !important;
}
.usa-visa-process-step .process-item .content {
    width: 100% !important;
    max-width: 100% !important ;
}

.choose_study_abroad_country:hover {
    transform: translateY(-10px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .1);
}
.custom_list_style .elementor-icon-list-item {
    padding: 15px !important;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #cccccc1c;
}

/* .swiper-slide {
    height: auto !important;
    display: flex !important;
} */

.home_main_banner .container {
    padding-right: 20px;
    padding-left: 20px;
}

.home_main_banner .main-banner-inner {
    max-width: 1125px;
}

.home-about-image-section .about-image .circle-wrap {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.coaching_reyna_overseas .coaching-slider .swiper-wrapper .swiper-slide .coaching-card .image {
    display: flex !important;
    height: 100% !important;
}

.coaching_reyna_overseas .coaching-slider .swiper-wrapper .swiper-slide .coaching-card .image a {
    display: flex !important;
    object-fit: cover !important;
    object-position: center !important;
}


.country_carousel_slider .country-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.country_carousel_slider .country-slider .swiper-slide .country-item ul li .ti-check {
    display: none !important;
}

.country_carousel_slider .country-slider .swiper-slide .country-item ul li .ti-check:before {
    content: "" !important;
}

.overview-inner .overview-info {
    justify-content: space-between !important;
}

.features-item {
    align-items: center;
}

.team_banner .choose-wrap-content {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.team-card .content .social {
    margin-top: 0px !important;
}

.country_carousel_slider .country-item img {
    border-radius: 0;
    width: 100px;
    object-fit: contain;
}

.page-banner-area {
    background-attachment: unset !important;
    object-fit: contain;
    background-size: cover !important;
    object-position: center;
}

/* services page css start */
.services-countries-list .country-pagination .swiper-pagination-bullet {
    border: 1px solid #ffffff;
}

.services-countries-list .country-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #40AEE0;
    border-color: #40AEE0;
}



/* services page css end */


/* degree_content_hover */

/* Animated top border */
.degree_content_hover {
    height: 100% !important;
}
.degree_content_hover::before {
    content: "";
    position: absolute;
    top: 97.5%;
    left: 50%;
    width: 90%;
    height: 5px;
    background-color: #32ACE2;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease;
    border-radius: 0px;
}

/* Hover animation */
.degree_content_hover:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.degree_content_hover:hover .degree_icon_hover .elementor-widget-container {
    background-color: #FFFFFF;
    transition: all 0.5s ease;
}
.degree_content_hover:hover .degree_icon_hover img {
    filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    transition: all 0.5s ease;
}
.degree_content_hover:hover .elementor-button {
    background-color: #FFFFFF !important;
    color: #0E2355 !important;
    fill: #0E2355 !important;
    transition: all 0.5s ease;
}

.choose_study_usa_grid .inner-items .item .content {
    margin-left: 15px !important;
}

.choose_study_usa_grid .inner-items .item .content h3 {
    margin-bottom: 0px !important;
}

.choose_study_usa_grid .inner-items .item .icon i{
    height: 20px !important;
    width: 20px !important;
    font-size: 10px !important;
}
.why_study_usa .container .col-lg-6.col-md-12 {
    padding-left: 0 !important;
    display: flex;
}
.why_study_usa .container > div {
    justify-content: flex-start !important;
}

.choose-wrap-content .inner-items .item {
    align-items: center !important;
}


.why_study_usa .container .features-item {
    margin-bottom: 15px !important;
    align-items: center;
    width: 100%;
}


.why_study_usa .container .features-item .content h3 {
    margin-bottom: 0px !important;
}

.why_study_usa .features-item .icon i {
    font-size: 40px;
    height: 70px;
    width: 70px;
}


/* study_cost_box */
.study_cost_box {
    border-left: 5px solid #fff;
}
.study_cost_box:hover {
    background-color: #FFFFFF !important;
    border-left: 5px solid #089CB8;
    transition: all 0.5s ease; 
}
.study_cost_box:hover h3 ,
.study_cost_box:hover p {
    color: #089CB8 !important;
    transition: all 0.5s ease; 
}

/* visa process step start */

.visa_process_grid .row {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}
.visa_process_grid .process-item {
    width: 100%;
}
.visa_process_grid .col-lg-6.col-md-6  {
    width: 100%;
    display: flex;
}

.visa_process_step .process-item {
    border-left: 5px solid;
    border-color: #00255C;
    width: 100%;
}

.visa_process_step .process-item:hover {
    background-color: #00255C;
    border-left: 5px solid;
    border-color: #00255C;
    transition: all 0.5s ease; 
}
.visa_process_step .process-item:hover .date h2 {
    color: #ffffff !important;
    transition: all 0.5s ease;
}
.visa_process_step .process-item:hover .content h3,
.visa_process_step .process-item:hover .content p {
    color: #ffffff !important;
    transition: all 0.5s ease !important;
}
/* visa process step End  */
/* Stack Cards Start */

#stack_cards_box {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 100px;
/*     padding-bottom: 100px; */
}

.stack_card {
    position: sticky;
    left: 0;
    right: 0;
    top: 140px;
    height: 100%;
}

.stack_card.why_section {
    background: #F2F4F7 !important;
}
.scroll_right_side {
    position: sticky;
    top: 100px;
    height:100%;
}
@media only screen and (max-width: 767px) {
    .stack_card {
        position: unset;
        margin-bottom: 0px;
        min-height:unset !important;
    }
    #stack_cards_box {
        margin-bottom: 0;
        padding-bottom: 0;
        gap: 20px;
    }
     .scroll_right_side {
        position: relative;
        top: 0;
         
    }
}

/* Stack Cards End */



/*  responsive  */

@media screen and (max-width: 1024px) {
    .visa_process_step .process-item {
        width: 100% !important;
    }

    .study_scholarship_country ul.list {
        max-width: unset !important;
    }

    .visa_process_step .col-lg-4.col-md-6 {
        width: 50% !important;
    }
}

@media screen and (max-width: 991px) {
    .why_study_usa .container .features-item {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .degree_content_hover {
        height: auto !important;
    }
    .visa_process_step .justify-content-center {
        grid-template-columns: repeat(1, 1fr);
    }
    .visa_process_step .col-lg-6.col-md-6 ,
    .visa_process_step .col-lg-4.col-md-6 {
        width: 100% !important;
    }
}

.hover-scale {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hover-scale:hover {
  transform: scale(1.06);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.img-hover-box {
  position: relative;
  overflow: hidden;
}

/* Button initial state (hidden & bottom) */
.img-hover-box .hover-btn {
  position: absolute;
  left: 50%;
  bottom: -60px; /* start outside */
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}

/* Hover state → move to center */
.img-hover-box:hover .hover-btn {
  bottom: 10%;
  transform: translate(-50%, 50%);
  opacity: 1;
}

/* success story swiper start */
.success-story-swiper-main-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.success-story-swiper-main-wrapper .content {
    width: 35%;
}

.success-story-swiper-main-wrapper .swiper-container {
    width: 65%;
    position: relative;
}

.success-story-swiper-main-wrapper .swiper {
    overflow: hidden;
}

.success-story-swiper-main-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    justify-content: center !important;
}

.success-story-swiper-main-wrapper .swiper-slide img {
    object-fit: contain;
    display: block;
    object-position: center;
    border-radius: 10px;
}

/* Arrows */
.success-story-swiper-main-wrapper .swiper-arrow-button-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
    z-index: 2;
}

.success-story-swiper-main-wrapper .swiper-button-prev,
.success-story-swiper-main-wrapper .swiper-button-next {
    pointer-events: all;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}



.ssg-image-caption {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}


.study_country_university .success-story-swiper-main-wrapper .swiper-arrow-button-container {
    position: relative !important;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.success-story-swiper-main-wrapper .swiper-button-next svg, 
.success-story-swiper-main-wrapper .swiper-button-prev svg {
    width: 25px !important;
    height: 25px !important;
}

.success-story-swiper-main-wrapper .swiper-button-prev::after,
.success-story-swiper-main-wrapper .swiper-button-next::after {
    content: none;
}

.study_country_university .success-story-swiper-main-wrapper .swiper-button-prev,
.study_country_university .success-story-swiper-main-wrapper .swiper-button-next{
    position: relative;
}


/* Mobile */
@media (max-width: 768px) {
    .success-story-swiper-main-wrapper {
        flex-direction: column;
    }
    .success-story-swiper-main-wrapper .content,
    .success-story-swiper-main-wrapper .swiper-container {
        width: 100%;
    }
}

/* success story swiper End */


.masters_courses_list:hover {
    background-color: #40AEE0 !important;
    transition: all 0.5s ease; 
}

.masters_courses_list:hover .elementor-icon-list-text,
.masters_courses_list:hover h3 {
    color: #ffffff !important;
    transition: all 0.5s ease;
}

.masters_courses_list:hover .elementor-icon-list-icon svg{
    fill: #ffffff !important;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
    .section-title p {
        margin-top: 15px !important;
    }

}

.popular_courses .free-consultation-content .list li {
    margin-bottom: 0px !important;
}

.our_services_section .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.our_services_section .swiper-slide .visa-card{
    height: 100% !important;
}

.ielts_coaching_ahmedabad .swiper-pagination-bullet {
    background-color: #0E2355 !important;
    border: 1px solid #0E2355 !important;
}

.ielts_coaching_ahmedabad .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--mainColor) !important;
    border: 1px solid var(--mainColor) !important;
}

.study_master_australia_tuition_fees ,
.study_master_australia_universities {
    margin-bottom: 0px !important;
}

.why_study_master_australia {
    margin-top: 10px;
    padding-left: 1.3rem;
}

.university_list_tab ul {  
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}


.university_list_tab ul li {    
    width: 24%;
    margin: 0px !important;
    padding: 015px 20px 015px 20px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E8E4;
    border-radius: 10px 10px 10px 10px;
}


@media only screen and (max-width: 1440px) {
    .university_list_tab ul li {    
        width: 31%;
    }
}

@media only screen and (max-width: 1024px) { 
    .university_list_tab ul li {    
        width: 48%;
    }
}

@media only screen and (max-width: 576px) { 
    .university_list_tab ul li {    
        width: 100%;
    }
}

.home-blog-section .blog-card {
    height: -webkit-fill-available;
    margin-bottom: 0px !important;
}

.home-blog-section .blog-card .content .meta li::before {
    content: none !important;
}


.home-blog-section .blog-card .content .meta li:last-child {
  display: none !important;
}

@media only screen and (min-width: 1200px){
   
    .coaching_reyna_overseas .swiper-backface-hidden .swiper-wrapper {
        justify-content: space-between;
    }

    .coaching_reyna_overseas .swiper-backface-hidden .swiper-slide{
        width: 32% !important;
        margin-right: 0px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .coaching_reyna_overseas .coaching-card .content .title h3 {
        font-size: 20px !important;
    } 
    .coaching_reyna_overseas .coaching-card .hover-content h3 {
        font-size: 20px !important;
    }

    .coaching_reyna_overseas .coaching-card .hover-content p {
        font-size: 16px !important;
        line-height: 28px !important;
    }
}

.university_list_main_tab .e-n-tabs-heading {
    display: flex !important;
    flex-direction: row;
    margin-bottom: 20px !important;
}