a {
    text-decoration: none;
}

html,
body {
    font-family: 'Arial', sans-serif;
    margin: 0 !important;
    padding: 0 0 !important;
    overflow-x: hidden !important;
    width: 100vw;
}

.bg-light-blue {
    background-color: #e3f2fd !important;
}

.bg-light-green {
    background-color: #e8f5e9 !important;
}

.bg-light-yellow {
    background-color: #fffde7 !important;
}

.bg-light-pink {
    background-color: #fce4ec !important;
}

.bg-light-purple {
    background-color: #f3e5f5 !important;
}

.bg-light-grey {
    background-color: #f5f5f5 !important;
}

.text-yac {
    color: rgb(166, 18, 18);
}

.bg-yac {
    background-color: rgb(166, 18, 18);
}

.top-header {
    border-bottom: 1px solid #ddd;
    z-index: 1001;
    position: relative;
}

.top-header .contact-info a {
    color: #eae2e2;
    margin-right: 10px;
    font-size: 0.8rem;
    text-decoration: none;
}

.top-header .contact-info a i {
    margin-right: 5px;
}

.top-header .social-links a {
    color: #333;
    margin: 0 2px;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.top-header .social-links a:hover {
    color: #b71c1c;
}

.top-header .action-links a {
    color: whitesmoke;
    margin-left: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
}

.top-header .action-links a:hover {
    color: #b71c1c;
}

.top-header .action-links a {
    color: whitesmoke;
    margin-left: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
}

.header {
    background-color: rgb(254, 248, 248);
    padding: 10px 0;
    transition: transform 0.3s ease;
    z-index: 1000;
    position: relative;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    animation: slideDown 0.3s ease forwards;
}

.navbar-placeholder {
    height: 0;
}

MATH navbar-placeholder.sticky {
    height: auto;
}

.navbar-nav .nav-link {
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #1f0606 !important;
}

.navbar-toggler ion-icon {
    font-size: 28px;
    color: #ffffff;
}

.dropdown-hover {
    position: relative;
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 180px;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.dropdown-hover:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-custom {
    list-style: none;
    margin: 0;
}

.dropdown-icon {
    font-size: 20px;
    margin-top: 4px;
}

.dropdown-menu-custom li {
    padding: 8px 20px;
}

.dropdown-menu-custom li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.dropdown-menu-custom li a:hover {
    background-color: #f16161;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.logo {
    width: 250px;
}

h5.ms-5 {
    position: relative !important;
    left: 33px !important;
}

@media (min-width: 992px) {
    .nav-item.dropdown .nav-link::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 8px;
        vertical-align: middle;
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        transition: all 0.3s ease;
    }

    .nav-item.dropdown:hover .nav-link::after {
        border-top-color: #5a98d6;
        transform: rotate(180deg);
    }

    .nav-item.dropdown .dropdown-menu {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-item {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        text-transform: capitalize;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background: #5a98d6;
        color: #ffffff;
    }

    .col-lg-6.text-start.mb-4.mb-lg-0.px-4.pb-4 {
        position: relative;
        bottom: 25px;
    }
}

@media (max-width: 991px) {
    .sidebar-nav .navbar-collapse {
        position: fixed;
        top: 38px;
        right: 0;
        width: 280px;
        height: 100%;
        background: #ffffff;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        z-index: 1000;
        padding: 20px;
        transform: translateX(100%);
    }

    .sidebar-nav .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        background-color: #ffffff;
    }

    .navbar-nav .nav-link {
        font-size: 1.1rem;
        padding: 10px 0;
        width: 100%;
        color: #333 !important;
    }

    .nav-item.dropdown .nav-link::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 6px solid #333;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        transition: all 0.3s ease;
    }

    .nav-item.dropdown.active .nav-link::after {
        transform: translateY(-50%) rotate(180deg);
        border-top-color: #5a98d6;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        width: 100%;
        padding: 0 0 0 20px;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .navbar-nav .nav-item.dropdown.active .dropdown-menu {
        display: block;
    }

    .dropdown-item {
        font-size: 1rem;
        padding: 8px 0;
        color: #333;
        cursor: pointer;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background: #5a98d6;
        color: #ffffff;
    }

    .navbar-close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 1.5rem;
    }

    .top-header .social-links {
        display: none;
    }

    .top-header .container {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .top-header .contact-info {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 0.75rem;
    }

    .top-header .action-links {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 0.75rem;
    }

    .top-header .action-links a {
        margin-left: 8px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 24px;
        height: 24px;
    }
}

/* ........................................hero section............................. */
.section-heading {
    font-size: 2.2rem;
    font-family: 'Segoe UI', sans-serif;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
    display: inline-block;
    background-color: #f9f9f9;
}

.about-section .btn {
    font-size: 1rem;
    text-transform: uppercase;
}

.course-card i {
    transition: transform 0.3s ease;
}

.course-card:hover i {
    transform: scale(1.2);
}

.course-card {
    transition: box-shadow 0.3s ease;
}

.course-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


/* ..................................whatsapp icon .....................................*/

.wapp-section {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

@media (max-width: 576px) {
    .wapp-section {
        bottom: 4rem;
        /* right: 9rem; */
        transform: scale(0.9);
    }
}


.w-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #25D366;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: shine 2s infinite alternate;
    cursor: pointer;
}

@media (max-width: 576px) {
    .wapp-section a img {
        width: 40px;
        height: 40px;
    }
}

.w-img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.9);
}

@keyframes shine {
    0% {
        box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 20px rgba(37, 211, 102, 1);
    }
}

/* ...............................hero container........................... */
.hero-section {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.custom-bg-container {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    object-fit: cover;


    margin-top: 5px;
    margin: 0px !important;
}


/* ------------................--sliders..................---------------- */
.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.slider img {
    width: 100%;
    /* height: 100%; */
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}


.slider img:nth-child(1) {
    opacity: 1;
}

.custom-bg-container .row {
    position: relative;
    z-index: 2;
}

.service:hover {
    background-color: rgba(226, 213, 203, 255);
    transform: translateY(-10px);
}

.btn-outline-primary {
    border-color: #d32f2f;
    color: #d32f2f;
}

.btn-outline-primary:hover {
    background-color: #d32f2f;
    color: white !important;
    border-color: #d32f2f;
}

.touch {
    border-radius: 20px;
}

.service-item {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
    background-color: rgba(var(--bs-danger-rgb));
    color: #fff;
}

.service-item i {
    color: #d32f2f;
}

.about-img {
    transition: transform 0.3s ease;
}

.about-img:hover {
    transform: scale(1.05);
}

.faculty-card {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.faculty-card:hover {
    transform: translateY(-10px);
}

.faculty-img {
    height: 200px;
    object-fit: cover;
}

.footer {
    background-color: #1a1a1a;
}

.footer-headings {
    color: #d32f2f;
    font-size: 1.5rem;
}

/* .pt-2 {
    flex-direction: column;
}

@media (max-width: 425px) {
    .btn-social {
        margin-right: 287px !important;
    }
}

.btn-social {
    margin-right: 245px;
    margin-bottom: 8px;
} */

.company-links {
    color: #fff;
    text-decoration: none;
}

.company-links:hover {
    color: #d32f2f;
}

.scroll-heading {
    padding-bottom: 40px;
    opacity: 1;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.scroll-heading.visible {
    opacity: 1;
    transform: translateY(0);
}

.about {
    background-color: #edeef0;
    padding: 0px 0;
}

.about .container {
    max-width: 1200px;
}

.about h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.about h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.about p {
    font-size: 1rem;
    margin-bottom: 12px;
}

.about .btn {
    min-width: 180px;
    padding: 12px 25px;
    line-height: 1.2;
    font-size: 16px;
}

.about-icon {
    font-size: 26px;
    margin-right: 10px;
}

.about img {
    max-width: 100%;
    height: auto;
}

.slogan-div {
    align-items: center !important;
    display: flex;
    justify-content: center;
}

.yac {
    position: relative;
    bottom: 70px;
}

.courses {
    margin-top: 10px;
    position: relative;
    bottom: 75px;
}

.courses .container .p-4 {
    height: 260px;

}

.intro-video-section {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.text-box {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.text-box h2 {
    font-size: 2rem;
    font-weight: 700;
}

.text-box p {
    font-size: 1.2rem;
}

/* ----.......................-counter section-..................---- */

.counter-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 1200px;
    border-radius: 10px;
}

.counter-section h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 10px;
}

.counter-section p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 40px;
}

.counter-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.counter-box {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.3s;
}

.counter-box:hover {
    transform: translateY(-5px);
}

.counter-box h3 {
    font-size: 3em;
    color: #007bff;
    margin: 0;
}

.counter-box p {
    font-size: 1.1em;
    color: #333;
    margin: 10px 0 0;
}
img.slogan-img{
    width: 400px;
}

/* --.........................--result image----..................... */
.result {
    position: relative;
    top: 20px;
    text-align: center;
    max-width: 1200px;
    margin: 20px auto !important;
    background-color: rgb(247, 248, 248);
    ;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}


.card {
    align-items: center;
    padding: 20px;
    width: 24%;
    background-color: rgb(247, 225, 225);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 20px;
}

.card:hover {
    transform: translateY(-5px);
}

.result-img {
    border-radius: 50%;
    width: 80px;
}

.result-head {
    border-top: 1px solid #333;
    width: 100%;
}

/*............................... Section result Styling .........................*/

section h1 {
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #2c3e50;
    padding-bottom: 8px;
    background-color: #f9f9f9;
}


/* .custom-bg-container {
  padding: 20px 0px;
  background-color: #ffff;
  position: relative;
  overflow: hidden;
  width: 100%;
} */

/* .slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #eee;
} */

/* .slider img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
} */

.slider img.active {
    opacity: 1;
    z-index: 1;
}


.slider img:first-child {
    opacity: 1;
}


.toppers h2 {
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #2c3e50;
    padding-bottom: 8px;
    background-color: #f9f9f9;
}

.toppers {
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    padding: 2px 5px;
    margin-left: 20px;
    margin-right: 20px;
}


.topper-card {
    background: #ffffff;
    margin-bottom: 50px;
    margin-top: 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 180px;
    text-align: center;
    padding: 15px 10px;
    transition: transform 0.3s ease;
}

.topper-card:hover {
    transform: translateY(-5px);
}

.topper-card img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #3498db;
}

.topper-card h4 {
    font-weight: 600;
    font-size: 1rem;
    margin: 5px 0;
    color: #2c3e50;
}

.topper-card .rank {
    font-size: 0.9rem;
    color: #27ae60;
}

/* ==== Responsive Design ==== */
@media (max-width: 992px) {
    .topper-card {
        width: 45%;
    }

    /* .slider {
    height: px;
  } */
}

@media (max-width: 576px) {
    section h2 {
        font-size: 1.5rem;
    }

    .topper-card {
        width: 90%;
    }

    .slider {
        height: 250px;
    }

    .copyright-center {
        left: 0 !important;
    }
}

/* ==== Anchor Targets for Navigation ==== */
.MBA,
.Bcom,
.class11 {
    scroll-margin-top: 80px;
    /* Space for fixed nav */
    padding-bottom: 40px;
}








/* ----......................-testmonial--........................---- */
.testimonials {
    position: relative;
    top: 20px;
    text-align: center;
    max-width: 1200px;
    margin: 20px auto !important;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
    flex: 0 0 calc(33.33% - 20px);
    /* Show 3 slides, accounting for margin */
    margin: 10px;
    box-sizing: border-box;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.student-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px auto;
}

.feedback {
    font-style: italic;
    color: #555;
    font-size: 0.9rem;
}

.testimonial-prev,
.testimonial-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.testimonial-prev {
    left: 10px;
}

.testimonial-next {
    right: 10px;
}

@media (max-width: 992px) {
    .testimonials {
        width: 90%;
    }

    .testimonial-slide {
        flex: 0 0 calc(50% - 20px);
        /* Show 2 slides on medium screens */
    }
}

@media (max-width: 576px) {
    .testimonials {
        width: 95%;
    }

    .testimonial-slide {
        flex: 0 0 calc(100% - 20px);
        /* Show 1 slide on small screens */
    }

    .top-header .action-links {
        display: none !important;
    }

    .scroll-heading {
        font-size: 2.5rem;
    }

    .counter-box h3 {
        font-size: 2rem;
    }

    .result h2 {
        font-size: 2rem !important;
    }
}

@media (max-width: 768px) {
    .result {
        width: 95%;
    }

    .card {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .result-column{
        flex-direction: column !important;
    }
}

@media (max-width: 768px) {
    .counter-box {
        min-width: 150px;
    }

    .counter-section h2 {
        font-size: 2em;
    }

    .counter-section p {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 28vh;
    }

    .slider img {
        object-position: top;
    }

    .intro-video-section {
        height: 40vh;
    }

    .text-box h2 {
        font-size: 1.5rem;
    }

    .text-box p {
        font-size: 1rem;
    }

    .about h1 {
        font-size: 2rem;
    }

    .about h4 {
        font-size: 1.3rem;
    }

    .about p {
        font-size: 0.9rem;
    }

    .about .btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (min-width: 768px) {
    .about h1 {
        font-size: 2.2rem;
    }

    .about h4 {
        font-size: 1.3rem;
    }

    .about p {
        font-size: 1.1rem;
    }

    .about .btn {
        font-size: 18px;
        padding: 14px 30px;
    }
}

@media (min-width: 992px) {
    .about h1 {
        font-size: 2.5rem;
    }

    .about h4 {
        font-size: 1.5rem;
    }

    .about p {
        font-size: 1.2rem;
    }

    .about .btn {
        font-size: 20px;
        padding: 15px 35px;
    }
}

@media (min-width: 1200px) {
    .about h1 {
        font-size: 2.8rem;
    }

    .about h4 {
        font-size: 1.8rem;
    }

    .about p {
        font-size: 1.3rem;
    }

    .about .btn {
        font-size: 22px;
        padding: 16px 40px;
    }
}


/* ........................blog page.......................................... */

.parallax {
    background-image: url("assets/images/yasirsir.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    /* Dark overlay */
    z-index: 1;
}

.blog-content {
    position: relative;
    z-index: 2;
}


.blog-content h2,
.blog-content h4 {
    color: #fff;
}

.blog-content p,
.blog-content li {
    color: #f1f1f1;
    font-size: 1rem;
    line-height: 1.7;
}

.blog-content ul {
    padding-left: 20px;
    margin-bottom: 1rem;
}

.blog-content ul li::marker {
    color: #ff4c4c;
}


@media (max-width: 768px) {
    .blog-content h2 {
        font-size: 1.5rem;
    }

    .blog-content {
        padding: 2rem 1rem;
    }
}

/* ...........................................contact page................................. */

.location {
    width: 80%;
    margin: auto;
    padding: 5px 0;
}

.location h1 {
    background: rgba(67, 243, 64, 0.1);
    text-align: center;
}

.location iframe {
    width: 100%;
    border: none;
}

/* ....................Contact Us Section............ */
.contact-us {
    width: 80%;
    margin: auto;
    padding: 50px 0 10px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: space-between;
    /* gap: 20px; */
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 0px;

    justify-content: space-between;


}

.contact-col h3 {
    align-items: center;
    background-color: rgba(67, 243, 64, 0.1);
}


/* --- Contact Info + Icons --- */
.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 50px;
    line-height: 1;
}

.contact-col div .fa {
    font-size: 28px;
    color: #f44366;
    margin-right: 20px;

}

.contact-col div h5 {
    font-size: 20px;
    color: #444;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-col div p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

/* --- Form Styling --- */
.contact-col form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-col input,
.contact-col textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.contact-col input:focus,
.contact-col textarea:focus {
    border-color: #3498db;
    outline: none;
}


/* --- Submit Button --- */
.hero-btn.red-btn {
    background-color: #dc3545;
    ;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-btn.red-btn:hover {
    background-color: #5241f2;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .contact-col {
        flex-basis: 100%;
    }

    .contact-heading {
        font-size: 22px;
    }

    .contact-heading .highlight-secondary {
        font-size: 16px;
    }

    .contact-col input,
    .contact-col textarea {
        font-size: 14px;
    }
}



/* ......................................PYQ pages...................... */

.PYQ {
    padding: 50px 15px;
    background-color: rgb(254, 248, 248);
    border-radius: 8px;
}

.PYQ h6 {
    font-size: 1.3rem;
    color: #333;
}

.PYQ ul li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #0d6efd;
}

table a {
    text-decoration: underline;
    color: #0d6efd;
}

.dataTables_paginate {
    text-align: center;
    margin-top: 20px;
}

.copyright-center {
    position: relative;
    left: 9rem;
    top: 2rem;
}

.result h2 {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #2c3e50;
}

.commerce-h4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.commerce-h6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.commerce-list {
    font-family: 'Poppins', sans-serif;
    max-width: 700px;
    margin: 30px auto;
    color: #2c3e50;
    font-size: 1.05rem;
    line-height: 1.7;
}

.commerce-list h4 {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 25px;
    position: relative;
}

.slogan-img {
    width: 350px;
    margin-bottom: 50px;
}

.commerce-list ul {
    list-style: none;
    padding-left: 0;
}

.commerce-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 18px;
    font-weight: 500;
}

/* Icon before each point */
.commerce-list li::before {
    content: '\f091';
    /* Graduation cap icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    color: #ffc048;
    transition: color 0.3s ease;
}

/* Hover effect for points */
.commerce-list li:hover::before {
    color: #ff7f50;
    transform: scale(1.2);
}

.testimonial-box {
    position: relative;
    bottom: 5rem;
}

@media (min-width: 1200px) {
    .quick-link-btn {
        flex-direction: column;
        margin-right: 15rem;
        gap: 10px;
    }
}