.page-item.active .page-link, .center-block.text-center span span.relative {
    background-color: #ec296b !important;
    border-color: #ec296b !important;
    color: #fff;
    margin-left: 2px;
}

nav > .flex.justify-between{
	margin-bottom: 15px;
}

.error_page{
	
    background: linear-gradient(-225deg, rgba(23, 13, 177, 0.7) 35%, rgba(236, 50, 87, 0.7) 100%) !important;
}

.gallery-area {
    background: #ffffff;
    padding: 100px 0;
}

/* MBBS Guidance Page Styles */
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.pricing-card .card-header {
    border-bottom: none;
    padding: 2rem 1rem 1rem;
}

.pricing-card .price {
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.pricing-card .currency {
    font-size: 1.5rem;
    vertical-align: top;
}

.pricing-card .amount {
    font-size: 3rem;
}

.pricing-card .period {
    font-size: 1rem;
    opacity: 0.8;
}

.pricing-card .card-body {
    padding: 1.5rem;
}

.pricing-card .card-body ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.pricing-card .card-body ul li:last-child {
    border-bottom: none;
}

.pricing-card .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.gallery-area .gallery-body-img .gallery-c-01 {
    padding: 0;
}
.gallery-area .gallery-body-img .gallery-c-02 {
    padding: 0;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item {
    margin: 3px;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure {
    position: relative;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(254, 199, 34, 0.75);
    transform: rotate(45deg) scale(0);
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    left: 0;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure img {
    height: 100%;
    width: 100%;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption ul li {
    display: inline-block;
    font-size: 27px;
    height: 30px;
    line-height: 26px;
    margin: 0 5px;
    width: 30px;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption ul li a {
    color: #ffffff;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item:hover figure::before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100;
}
.gallery-area .gallery-body-img .gallery-c-02 .gallery-single-item:hover figcaption {
    visibility: visible;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}


 .Courses-area-02 {
    background: #f9f9f9;
    padding: 100px 0;
}
 .Courses-area-02 .courses-r-margin-bottom {
    margin-bottom: 30px;
}
 .Courses-area-02 .courses-r-margin-bottom:last-child {
    margin-bottom: 0;
}
 .Courses-area-02 .single-courses {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}
 .Courses-area-02 .single-courses:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
 .Courses-area-02 .single-courses figure {
    position: relative;
}
 .Courses-area-02 .single-courses figure .figure-img {
    position: relative;
    width: auto;
    overflow: hidden;
}
 .Courses-area-02 .single-courses figure .figure-img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
 .Courses-area-02 .single-courses figure .figure-img img:hover {
    transform: scale(1.1);
}
 .Courses-area-02 .single-courses figure .figure-img .sale-banner {
    position: absolute;
    content: "";
    top: -15px;
    left: -55px;
    padding: 30px 50px 10px;
    z-index: 100;
    background: #fec722;
    transform: rotate(-45deg);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
 .Courses-area-02 .single-courses figure figcaption ul {
    margin: 0;
}
 .Courses-area-02 .single-courses figure figcaption ul li {
    display: inline-block;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    color: #fec722;
}
 .Courses-area-02 .single-courses figure figcaption ul li:last-child {
    float: right;
}
 .Courses-area-02 .single-courses figure figcaption ul .courses-free {
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    background: #ffffff;
    padding: 7px 15px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
}
 .Courses-area-02 .single-courses figure figcaption ul .courses-free span {
    font-size: 14px;
    text-decoration: line-through;
    font-style: italic;
    color: #666666;
}
 .Courses-area-02 .single-courses figure figcaption ul .rating {
    position: absolute;
    color: #fec722;
    bottom: 0;
    z-index: 100;
    right: 0;
    padding: 0px 15px 13px;
    font-size: 12px;
}
 .Courses-area-02 .single-courses .courses-content-box {
    padding: 20px;
}
 .Courses-area-02 .single-courses .courses-content-box .courses-content h3 {
    margin: 0;
}
 .Courses-area-02 .single-courses .courses-content-box .courses-content h3 a {
    color: #323232;
    margin: 0px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

 .Welcome-area {
    padding: 100px 0;
}
 .Welcome-area .wel-text-box {
    text-align: center;
}
 .Welcome-area .wel-text-box .wel-icon {
    background-color: #fec722;
    border-radius: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
}
 .Welcome-area .wel-text-box .wel-icon:before {
    border: 8px solid rgba(254, 199, 34, 0.2);
    border-radius: 100%;
    content: "";
    height: 114%;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 114%;
    z-index: 2;
}
 .Welcome-area .wel-text-box .wel-icon img {
    height: 60px;
    margin-top: 20px;
    width: 60px;
}
 .Welcome-area .wel-text-box .wel-text {
    margin-top: -60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 100px 25px 40px;
    transition: all 0.3s ease-in-out;
}
 .Welcome-area .wel-text-box .wel-text:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
 .Welcome-area .wel-text-box .wel-text h3 {
    font-size: 20px;
    padding-bottom: 15px;
}
 .Welcome-area .wel-text-box .wel-text p {
    padding-bottom: 25px;
    margin: 0;
}
 .Welcome-area .wel-text-box .wel-text a {
    color: #323232;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
 .Welcome-area .wel-text-box .wel-text a i {
    padding-left: 5px;
}

.Welcome-area .row {
    display: flex;
    align-items: center;
}

.slider-content-bottom .btm-item_01::before {
    background: rgba(72, 134, 255, 1);
}
.slider-content-bottom .btm-item_02::before {
    background: rgba(181, 213, 106, 1);
}
.slider-content-bottom .btm-item_03::before {
    background: rgba(255, 111, 111, 1);
}

/* Additional Mobile Optimizations */
@media (max-width: 768px) {
    .top-bar .socials {
        display: none;
    }
    
    .header-search-logo {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .footer-main h6 {
        margin-top: 20px;
    }
}

/* Fix Form Layout Issues */
@media (max-width: 576px) {
    .mt-6 {
        margin-top: 2rem !important;
    }
    
    .mx-4 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
}

/* Improve Touch Targets */
@media (hover: none) and (pointer: coarse) {
    a, button, input, select, textarea {
        min-height: 44px;
        min-width: 44px;
    }
    
    .horizontalMenu-list > li > a {
        padding: 15px 20px;
    }
}


  