.acharya-card-wrapper-unique {
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Hero Section */
.acharya-card-hero-unique {
    position: relative;
    height: 210px;
    background: url('/mnt/data/6dba59f3-52f7-45de-a52f-36d9b4e6f61f.png') center/cover no-repeat;
}

.acharya-overlay-unique {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
}

.acharya-hero-content-unique {
    position: absolute;
    bottom: 0px;
    left: 15px;
    color: #fff;
}

.acharya-recognised-unique {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.acharya-title-unique {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: normal;
}

.acharya-location-unique {
    font-size: 14px;
}

/* Logo Badge */
.acharya-logo-badge-unique {
    position: absolute;
    bottom: -35px;
    right: 15px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.acharya-logo-badge-unique img {
    width: 45px;
}

/* Body */
.acharya-card-body-unique {
    padding: 35px 18px 20px;
}

/* Info Row */
.acharya-info-row-unique {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
}

.acharya-info-row-unique span {
    color: #666;
}

.acharya-divider-unique {
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 8px;
    margin-top: 0px;
}

/* Detail Rows */
.acharya-detail-row-unique {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 4px;
}

.acharya-detail-row-unique span {
    color: #666;
}

.acharya-fee-unique {
    font-size: 18px;
}

/* Courses */
.acharya-course-section-unique h3 {
    margin: 12px 0 8px;
    font-size: 16px;
}

.acharya-course-tags-unique {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.acharya-course-tags-unique span {
    background: #f0f0f0;
    padding: 1px 18px;
    border-radius: 20px;
    font-size: 12px;
}

.acharya-more-unique {
    font-weight: bold;
}

/* Rating */
.acharya-rating-unique {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.acharya-rating-number-unique {
    font-weight: 600;
}

/* Buttons */
.acharya-btn-group-unique {
    display: flex;
    gap: 10px;
}

.acharya-view-btn-unique {
    flex: 1;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    cursor: pointer;
}

.acharya-apply-btn-unique {
    flex: 1;
    padding: 10px;
    border-radius: 25px;
    border: none;
    background: #ff1e1e;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

/* Desktop */
@media(min-width:768px) {
    .acharya-card-wrapper-unique {
        max-width: 420px;
    }
}

.ulsiuy {
    list-style: disc !important;
    display: list-item;
}

.iusy {
    padding: 0px 16px;
}

/* ====== Sticky Wrapper ====== */
.zxq-sticky-wrapper {
    position: fixed;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ====== Common Button Style ====== */
.zxq-sticky-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
    padding: 18px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 14px 0 0 14px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* ====== Icon Style ====== */
.zxq-icon {
    font-size: 18px;
    margin-bottom: 8px;
}

/* ====== Text Style ====== */
.zxq-text {
    font-size: 14px;
}

/* ====== Enquiry Button ====== */
.zxq-enquiry-btn {
    background: linear-gradient(135deg, #ff512f, #dd2476);
    color: #fff;
}

.zxq-enquiry-btn:hover {
    color: white;
    transform: translateX(-5px);
    box-shadow: 0 10px 35px rgba(221, 36, 118, 0.5);
}

/* ====== Call Button ====== */
.zxq-call-btn {
    background: linear-gradient(135deg, #11998e, #38ef7d);
    color: #fff;
}

.zxq-call-btn:hover {
    color: white;
    transform: translateX(-5px);
    box-shadow: 0 10px 35px rgba(17, 153, 142, 0.5);
}

/* ====== Mobile Responsive ====== */
@media(max-width:768px) {

    .zxq-sticky-wrapper {
        top: auto;
        bottom: 20px;
        right: 20px;
        transform: none;
        flex-direction: row;
        gap: 12px;
    }

    .zxq-sticky-btn {
        writing-mode: horizontal-tb;
        border-radius: 50px;
        padding: 3px 8px;
    }

    .zxq-icon {
        margin: 0 6px 0 0;
    }
}

.ffitesm {
    text-align: center;
    border: 1px solid #ddd;
    padding: 29px 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px #625a5a;
}

.fontsms {
    font-size: 17px;
    font-weight: 500;
    margin-top: 3px;
}

.tophse {
    padding-left: 10px !important;
    border: 1px solid;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 21px;
}

.aqf-wrapper {

    display: flex;

}

/* ===== FORM CONTAINER ===== */
.aqf-container {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

/* Decorative Gradient Top Bar */
/* .aqf-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #ff512f, #dd2476);
} */

/* ===== FORM TITLE ===== */
.aqf-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

/* ===== FORM GROUP ===== */
.aqf-group {
    margin-bottom: 10px;
}

.aqf-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #444;
}

/* ===== INPUT FIELDS ===== */
.aqf-group input,
.aqf-group select,
.aqf-group textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 12px;
    border: 1px solid #ccc6c6;
    font-size: 17px;
    transition: all 0.3s ease;
    outline: none;
}

/* Focus Effect */
.aqf-group input:focus,
.aqf-group select:focus,
.aqf-group textarea:focus {
    border-color: #dd2476;
    box-shadow: 0 0 8px rgba(221, 36, 118, 0.3);
}

/* ===== SUBMIT BUTTON ===== */
.aqf-submit-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(90deg, #ff512f, #dd2476);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 15px;
}

.aqf-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
    .aqf-container {
        padding: 25px;
    }
}


/* modal cross botton */
.aqf-header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.aqf-title {
    font-size: 22px;
    font-weight: 600;
}

.aqf-close {
    position: absolute;
    right: -25px;
    top: -35px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}


.mvz-section-wrapper {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9ff, #eef1ff);
    font-family: 'Segoe UI', sans-serif;
}

/* ===== SECTION TITLE ===== */
.mvz-section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #222;
}

/* ===== GRID CONTAINER ===== */
.mvz-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

/* ===== CARD DESIGN ===== */
.mvz-card-box {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Decorative Top Accent */
.mvz-card-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
}

/* Hover Effect */
.mvz-card-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* ===== CARD ICON ===== */
.mvz-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

/* ===== CARD TITLE ===== */
.mvz-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

/* ===== CARD TEXT ===== */
.mvz-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .mvz-grid-container {
        grid-template-columns: 1fr;
    }

    .mvz-section-title {
        font-size: 28px;
    }
}


/* ===== UNIQUE ACHIEVEMENT SECTION ===== */
.achv-sec-wrapper {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1c1f2b, #2a2f45);
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
}

/* ===== SECTION TITLE ===== */
.achv-sec-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 60px;
}

/* ===== GRID LAYOUT ===== */
.achv-grid-box {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* ===== CARD DESIGN ===== */
.achv-card-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 35px 20px;
    text-align: center;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hover Effect */
.achv-card-item:hover {
    transform: translateY(-10px);
    background: linear-gradient(135deg, #ff512f, #dd2476);
}

/* ===== ICON ===== */
.achv-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

/* ===== NUMBER ===== */
.achv-number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* ===== TEXT ===== */
.achv-text {
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .achv-grid-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .achv-grid-box {
        grid-template-columns: 1fr;
    }

    .achv-sec-title {
        font-size: 26px;
    }
}

.srvx-section-wrapper {
    padding: 100px 20px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    font-family: 'Poppins', sans-serif;
}

/* ===== SECTION TITLE ===== */
.srvx-section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

/* ===== GRID LAYOUT ===== */
.srvx-grid-layout {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* ===== CARD DESIGN ===== */
.srvx-card-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Gradient Border Effect */
.srvx-card-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 2px;
    background: linear-gradient(45deg, #ff512f, #dd2476, #24c6dc);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Hover Animation */
.srvx-card-box:hover {
    transform: translateY(-15px) scale(1.03);
    background: linear-gradient(135deg, #ff512f, #dd2476);
}

/* ===== ICON ===== */
.srvx-icon {
    font-size: 45px;
    margin-bottom: 20px;
    color: #ffffff;
}

/* ===== TITLE ===== */
.srvx-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

/* ===== TEXT ===== */
.srvx-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .srvx-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .srvx-grid-layout {
        grid-template-columns: 1fr;
    }

    .srvx-section-title {
        font-size: 28px;
    }
}




/* ===== HERO SECTION ===== */
.engpg-hero {
    background: linear-gradient(135deg, #1d2671, #c33764);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.engpg-hero h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.engpg-hero p {
    font-size: 15px;
    opacity: 0.9;
}

/* ===== CONTENT SECTION ===== */
.engpg-content {
    margin: auto;
}

/* ===== SECTION CARD ===== */
.engpg-card {
    background: #fff;
    padding: 21px;
    border-radius: 6px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 3%);
    margin-bottom: 12px;
    transition: 0.3s ease;
}

.engpg-card:hover {
    transform: translateY(-5px);
}

.engpg-card h2 {
    font-size: 20px;
    margin-bottom: 2px;
    color: #1d2671;
}

.engpg-card ul {
    padding-left: 18px;
}

.engpg-card ul li {
    margin-bottom: 3px;
    list-style: disc;
    display: list-item;
}

/* ===== GRID SECTION ===== */
.engpg-grid {
    display: grid;
    gap: 5px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (min-width: 768px) {
    .engpg-hero h1 {
        font-size: 36px;
    }

    .engpg-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


.collgeCards-wrapper {
    padding: 0px;
    background: #f3f5f9;
    display: flex;
    justify-content: center;
}

.collgeCards-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', sans-serif;
}

/* IMAGE SECTION */
.collgeCards-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.collgeCards-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RATING BADGE */
.collgeCards-rating {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #2d2d2d;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.collgeCards-rating span {
    color: #ffb400;
}

/* LOGO BADGE */
.collgeCards-logo {
    position: absolute;
    bottom: -8px;
    left: 20px;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.collgeCards-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* CONTENT */
.collgeCards-content {
    padding: 18px 15px 15px 15px;
}

.collgeCards-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -10px;
    padding-left: 3px;
}

.collgeCards-location {
    color: #f5b400;
    font-size: 14px;
    margin-bottom: -2px;
}

/* INFO ROWS */
.collgeCards-info {
    font-size: 14px;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
}

.collgeCards-info strong {
    color: #2c3e50;
}

/* BUTTONS */
.collgeCards-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.collgeCards-btn {
    flex: 1;
    padding: 7px 11px;
    margin-right: 5px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.collgeCards-view {
    border: 2px solid #1d4ed8;
    color: #1d4ed8;
}

.collgeCards-apply {
    background: #cf2a24;
    color: #ffffff;
    border: none;
}

.collgeCards-apply:hover {
    background: #e10600;
    color: white;
}

/* DESKTOP RESPONSIVE */
@media(min-width:768px) {
    .collgeCards-card {
        max-width: 600px;
    }
}





.chitkaraPg-heroContent {
    position: relative;
    z-index: 2;
}

.chitkaraPg-hero h1 {
    font-size: 32px;
    margin: 0;
}

.chitkaraPg-hero p {
    margin-top: 8px;
    font-size: 15px;
}

/* MAIN CONTAINER */
.chitkaraPg-container {
    margin: auto;
    padding: 0px;
}

/* CARD */
.chitkaraPg-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.chitkaraPg-card h2 {
    margin-top: 0;
    color: #1e3a8a;
    font-size: 25px;
    margin-bottom: 5px;
}

/* GRID */
.chitkaraPg-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}

/* TABLE STYLE */
.chitkaraPg-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.chitkaraPg-table th,
.chitkaraPg-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.chitkaraPg-table th {
    background: #f1f5f9;
}

/* BUTTONS */
.chitkaraPg-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.chitkaraPg-btn {
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.chitkaraPg-apply {
    background: #dc2626;
    color: #fff;
}

.chitkaraPg-brochure {
    border: 2px solid #2563eb;
    color: #2563eb;
}

/* RESPONSIVE */
@media(min-width:768px) {
    .chitkaraPg-grid {
        grid-template-columns: 1fr 1fr;
    }

    .chitkaraPg-hero h1 {
        font-size: 40px;
    }
}

.chitkaraPg-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.chitkaraPg-tabBtn {
    padding: 8px 16px;
    border: none;
    background: #e5e7eb;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
}

.chitkaraPg-tabBtn.active {
    background: #1e3a8a;
    color: #fff;
}

.chitkaraPg-tabContent {
    display: none;
    font-size: 14px;
}

.chitkaraPg-tabContent.active {
    display: block;
}




/* slider size */
#banner-container {
    max-height: 500px;
    overflow: hidden;
}

#banner-container .rev-slidebg {
    height: 500px;
    object-fit: cover;
}

@media (max-width:768px) {
    #banner-container {
        max-height: 300px;
        overflow: hidden;
    }

}


/* galery img */
.project-thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

/* slioder next prev icon */
.tparrows {
    top: 40% !important;
}


/* navbar menu */

.main-menu>nav>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu ul li {
    position: relative;
}


/* testomonial img */
.testimonial-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

/* course list */
.imgs0o {
    height: 100px !important;
    width: 100px !important;
    display: block;
    margin: 0 auto;
}


.ffitesm {
    text-decoration: none;
    display: block;
}

.course-carousel .ffitesm {
    padding: 20px;
    box-sizing: border-box;
}



.ffitesm:hover {
    background: #faf2f2;
}



/* contact us botton */
.cs-btn-one.contact-us-btn {
    background-color: red !important;
    color: white !important;
    font-size: 18px;
    padding: 10px 20px;
}

.cs-btn-one.contact-us-btn:hover {
    background-color: red !important;
    color: rgb(225, 223, 223) !important;
}





/* slider font size */

@media (max-width:768px) {

    .title-slide {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .sub-title {
        font-size: 14px !important;

    }

}


/* service-card-btn */
.service-card-btn {
    background-color: #f5ecec !important;
    padding: 8px 17px !important;
}


/* header-btn-open */
.header-btn-open {
    padding: 12px 20px !important;
}


@media (max-width:768px) {
    .slider-botton {
        margin-top: 10px !important;
    }
}





/* HERO SLIDER  section*/

.hero-carousel .carousel-item {
    height: 560px;
}

.hero-carousel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* CONTENT */

.hero-content {
    position: absolute;
    bottom: 30%;
    left: 8%;
    right: auto;
    text-align: left;
    color: white;
}

@media (max-width:500px) {
    .hero-content {
    position: absolute;
    bottom: 15% !important;
    left: 8%;
    right: auto;
    text-align: left;
    color: white;
}
}

.hero-content h1 {
    font-size: 45px;
    font-weight: 800;
    color: white;
}

.hero-content p {
    font-size: 18px;
    max-width: 600px;
    margin-top: 10px;
}

.btn-group-hero {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    background: none;
    margin: 0px 40px;
}


/* MOBILE */

@media (max-width:768px) {

    .hero-carousel .carousel-item {
        height: 400px;
    }

    .hero-content {
        bottom: 30%;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
        background: none;
        margin: 0px 10px;
    }

}


/* footer  */
.text-in-footer {
    color: rgb(233, 230, 230) !important;
}



/* head */
.header-top-area {
    background: #1a1919;
}



.header-top-area {
    padding: 10px 0;
    font-size: 18px;

}

.top-contact i {
    color: white !important;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.top-contact i {
    font-size: 16px;
    color: white;
}

.top-contact a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}


.divider {
    margin: 0 10px;
    opacity: 0.6;
}

.margin-head {
    margin-left: 20px;
}

/* social icons */

.social-links {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin: 0;
    padding: 0;
    margin-left: 100px;
}

.social-links li a {
    color: white;
    font-size: 14px;
    transition: 0.3s;
}

.social-links li a i {
    color: #fff;
}




/* navbar */
.nav-menu-gap li {
    margin: 17px !important;
}


.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #000 !important;
}

.dropdown-menu .dropdown-item {
    color: #000;
}

.dropdown-menu .dropdown-item:hover {
    color: #000;
}

.navbar-toggler {
    border-color: #000;
}

.navbar-toggler {
    border: 1px solid #000;
}

.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='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.navbar .navbar-brand {
    margin-left: -50px !important;
}



/* togle left */
@media (max-width: 991px) {
    .navbar .navbar-brand {
        margin-left: 20px !important;
    }

    /* Toggle right side */
    .navbar .navbar-toggler {
        margin-left: auto !important;
        margin-right: 20px !important;
    }
}



/* Navbar links text size */
.navbar-nav .nav-link {
    font-size: 17px;
}

/* Dropdown items text size */
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 16px;
}





@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    /* Optional: thoda spacing fix */
    .navbar .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
    }

    .navbar .dropdown-menu li a:hover {
        color: red;
        font-weight: 600;
    }

}

/* faq-form */
.faq-form {
    background-color: #ee7241;
    border-radius: 8px;
}


@media (max-width:768px) {
    .faq-form {
        margin-top: 60px !important;
    }
}

.faq-input-field {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 5px !important;
}

.faq-input-optional {
    border-radius: 5px !important;
}

.course-list-section {
    background-color: rgb(236, 240, 242);
}

.course-list-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* smooth effect */
}

.course-list-card:hover {
    transform: scale(1.02);
    /* 5% zoom */
}


.hiiiiiiii:hover {
    background-color: black !important;
}




@media (max-width: 767px) {
    .owl-nav {
        display: none !important;
    }
}




.collgeCards-title{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}








.premium-cta{
padding:60px 0;
background: linear-gradient(135deg,#c31432,#240b36);
border-radius:0px;
margin:60px 0;
}

.cta-content h3{
color:#fff;
font-size:32px;
font-weight:700;
margin-bottom:10px;
}

.cta-content p{
color:#f1f1f1;
font-size:16px;
max-width:600px;
}

.cta-btn{
background:#fff;
color:#004aad;
padding:14px 32px;
font-weight:700;
border-radius:40px;
text-decoration:none;
display:inline-block;
transition:0.3s;
}

.cta-btn:hover{
background:#ff4b2b;
color:#fff;
transform:translateY(-3px);
box-shadow:0 8px 20px rgba(0,0,0,0.2);
}



