@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
    --primary-color: #c3592b;
    --grey-bg: #f8f8f8;
    --font-display: ;
    --speed: 90s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair", serif;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: #000;

}

body {
    background: var(--grey-bg);
}

.section-grey-bg {
    background: var(--grey-bg);
}

section.section {
    padding: 60px 0;
}

.main-heading h3 {
    font-size: 49px;
    line-height: 45px;
    font-weight: 500;
}

.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6 {
    color: var(--primary-color);
}

.main-heading h2 {
    font-size: 40px;
    line-height: 45px;
    color: #333333;
    margin-bottom: 5px;
    /* text-align: left; */
    position: relative;
    font-weight: 600;
}

.main-heading-light h2 {
    font-size: 35px;
    color: #ffffff;

    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}


.main-heading h1 span {
    color: #111112;

}

.main-heading h1 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    display: inline-block;
}

.main-heading h1::before {
    content: '';
    position: absolute;
    background: #333333;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
}

.main-heading-light h1 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    display: inline-block;
}

.main-heading-light h1::before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
}

.sub-heading-light p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}

.sub-heading p {
    font-size: 16px;
    line-height: 22px;
    color: #4e4e4e;
    margin-bottom: 10px;
    font-weight: 400;
}


.main-list ul li {
    font-size: 16px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 0px;
    font-weight: 600;
    list-style: none;
    position: relative;

}

.main-list ul li::before {
    content: '';
    position: absolute;
    background: #0a58ca;
    width: 5px;
    height: 5px;
    top: 30%;
    left: -15px;
    border-radius: 100%;
}

.main-list ul {
    margin-bottom: 10px;
    padding-left: 1rem;
}



/* ============ Custom Css Start ============== */

.top-bar {
    background: var(--primary-color);
}

.top-bar ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    padding: 10px 0;
    margin: 0;
}

.top-bar ul li {
    list-style: none;

}

.top-bar ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.top-bar ul li a::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 0%;
    height: 1px;
    bottom: -1px;
    left: 0;
    transition: 0.3s ease-in-out;
}

.top-bar ul li a:hover::before {
    width: 100%;
}

.top-bar ul li a i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 3px;
}

.top-bar p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

/* .banner-left-box {
    max-width: 693px;
    margin-left: auto;
    padding: 40px 0;
} */

.banner-box-section {
    border-radius: 20px;
    overflow: hidden;
    background: var(--primary-color);
    padding-left: 90px;
}

.banner-left-box h1 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    background: var(--primary-color);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
}

.banner-bullet ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.banner-bullet ul li {
    list-style: none;
    padding-left: 0;
    color: #fff;
}

.banner-boxright {
        background: radial-gradient(circle, rgba(26, 26, 26, 0.19) 0%, rgba(224, 224, 224, 0.83) 217%);
    padding: 25px 35px;
    border-radius: 18px;
    backdrop-filter: blur(12px);
    border: 1px solid #e0e0e0;
}

.banner-boxright h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.banner-boxright h4 {
    font-size: 18px;
    text-decoration: line-through;
    color: #ffb798;
    border-bottom: 1px solid #696969;
    padding-bottom: 10px;
}

.banner-left-box .banner-boxright p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.banner-left-box h2 span {
    color: var(--primary-color);
    font-family: var(--font-display);
}

.banner-left-box h2 {
        font-size: 105px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 89px;
    font-weight: 800;
}

.banner-left-box p {
    font-size: 20px;
    color: #fff;
}

.banner-right-content {
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.59) 57%);
    width: 100%;
}

.banner-right-content h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    background: var(--primary-color);
    display: inline-block;
    padding: 6px 11px;
    letter-spacing: 1px;
    border-radius: 20px;
}

.banner-right-content h2 {
    font-size: 28px;
    color: #fff;
}

.banner-right-box .banner-img img {
    height: 510px;
    object-fit: cover;
    object-position: top;
}

.banner-slider .owl-dots {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.banner-slider .owl-dots .owl-dot.active span {
    width: 30px;
    height: 8px;
    background: #D6D6D6;
}

.banner-slider .owl-dots .owl-dot span {
    background: #869791;
    margin: 2px 4px;
    height: 8px;
    width: 8px;
    transition: .5s;
}

.banner-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 16px;
    color: #fff;
    padding: 9px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: .5s;
}

.banner-btn.vice {
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    color: var(--primary-color);
    transition: .5s;
}

.banner-btn:hover {
    background: transparent;
}

.banner-section {
    background-image: url(../img/banner-image-new2.png), linear-gradient(87deg, rgb(0 0 0) 40%, rgba(255, 255, 255, 0) 61%);
    background-size: cover;
    background-blend-mode: overlay;
    padding: 60px 0 !important;
}

.marquee-track {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--track-bg);
    padding: 18px 0;
    display: flex;
    align-items: center;
}

.marquee-track+.marquee-track {
    border-top: none;
    margin-top: 2px;
}

/* Edge fade */
.marquee-track::before,
.marquee-track::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.marquee-track::before {
    left: 0;
    background: linear-gradient(to right, var(--track-bg), transparent);
}

.marquee-track::after {
    right: 0;
    background: linear-gradient(to left, var(--track-bg), transparent);
}

/* Scrolling belt */
.marquee-belt {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    min-width: max-content;
}

.marquee-belt.forward {
    animation: scrollLeft var(--speed) linear infinite;
}

.marquee-belt.backward {
    animation: scrollRight var(--speed) linear infinite;
}

/* Pause on hover */
.marquee-track:hover .marquee-belt {
    animation-play-state: paused;
}

/* Items */
.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 0 32px;
    font-size: clamp(13px, 1.4vw, 16px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #bbbbbb;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.marquee-item:hover {
    opacity: 1;
}

/* Dot separator */
.marquee-item::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #bbbbbb;
    flex-shrink: 0;
}

/* Big track */
.track-big {
    padding: 0;
}

.track-big .marquee-item {
    font-size: clamp(28px, 5vw, 85px);
    letter-spacing: -0.02em;
    font-family: var(--font-display);
    opacity: 0.9;
    padding: 0 48px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.track-big .marquee-item::after {
    width: 10px;
    height: 10px;
}



@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-belt {
        animation: none !important;
    }
}

.view-all-btn {
    font-size: 16px;
    padding: 8px 25px;
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    transition: .5s;
    display: inline-block;
}

.view-all-btn i {
    display: inline-block;
    transition: .5s;
}

.view-all-btn:hover {
    background: transparent;
    color: var(--primary-color);
}

.view-all-btn:hover i {
    transform: translateX(5px);
}

.courses-box {
    border-radius: 14px;
    overflow: hidden;
    transition: .5s all;
    overflow: hidden;
}

.courses-box:hover .courses-image img {
    transform: scale(1.1);
}

.courses-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: .5s;
}

.couses-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(61 12 17 / 94%) 57%);
    padding: 15px;
    height: 40%;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
}

.couses-content h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}

.couses-content p {
    font-size: 15px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 400;
}

.network-btn {
    font-size: 16px;
    display: inline-block;
    color: #ff5225;
    position: relative;
}

.network-btn::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #ff5225;
    width: 0%;
    height: 1px;
    transition: .5s;
}

.network-btn:hover::before {
    width: 100%;
}

.duration-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-color);
    padding: 7px 20px;
}

.duration-tag h5 {
    font-size: 15px;
    margin-bottom: 0;
    line-height: normal;
    color: #fff;
}

.why-choose-section .main-list ul li::before {
    display: none;
}

.why-choose-section .main-list ul li {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    color: #4e4e4e;
    margin-bottom: 8px;
}

.why-choose-section .main-list ul {
    padding-left: 0;
}

.why-choose-section .main-list ul li .feature-icon {
    width: 35px;
    height: 35px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(253, 253, 255, 0.212) 0px 7px 29px 0px;
    padding: 10px;
}

.admission-card .node span {
    font-size: 17px;
    color: #000000;
    display: block;
    line-height: normal;
}

.admission-card .h-step {
    background: var(--primary-color);
    width: 48%;
    padding: 10px;
    border-radius: 8px;
    min-height: 151px;
    cursor: pointer;
}

.admission-card .h-steps {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.admission-card .node {
    background: #f0e0d0;
    padding: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.admission-card .step-body h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.admission-card .step-body p {
    font-size: 15px;
    color: #fff;
}

.detail-panel {
    background: #ffd8ce;
    padding: 15px;
    border-radius: 10px;
    margin-top: 18px;
}

.application-start {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    background: var(--primary-color);
    border-radius: 30px;
    color: #fff;
}

.admission-card .detail-panel .detail-title {
    font-size: 20px;
    font-family: var(--font-display);
}

.fee-table-wrap {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(198, 198, 205, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.fee-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.fee-table-wrap thead tr {
    background: #333333;
    border-bottom: 1px solid rgba(198, 198, 205, 0.2);
}

.fee-table-wrap th {
    padding: 20px 24px;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
    color: #eceef0;
    font-family: var(--font-display);
    white-space: nowrap;
}

.fee-table-wrap th:last-child,
.fee-table-wrap td:last-child {
    text-align: right;
}

.fee-table-wrap td {
    padding: 10px 24px;
    font-size: 15px;
    color: #191c1e;
    border-bottom: 1px solid rgb(118 118 118 / 10%);
}

.servive-col {
    border-radius: 15px;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    overflow: hidden;
    min-height: 425px;
    background: #fff;
    margin: 0px;
}

.service-img {
    margin: 10px;
    overflow: hidden;
    border-radius: 15px
}

.service-img img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    transition: .5s;
    object-position: center
}

.service-content {
    padding: 15px;
    overflow: hidden
}

.service-content h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 2px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.service-content h3 {
    font-size: 19px;
}

.service-content.sub-heading p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.servive-col:hover .service-img img {
    transform: scale(1.1)
}

.dgm-about-thumb-wrap .about-img1 {
    /* width: 100%; */
    border-radius: 200px;
    height: auto;
    object-fit: contain;
}

.dgm-about-thumb-wrap .about-img2 {
    width: 45%;
    border-radius: 200px;
    position: absolute;
    border: 7px solid #fff;
    top: 36%;
    right: 10%;
    animation: tdupdown 1.5s infinite alternate;
}

/* .fee-table-wrap tr:last-child td {
    border-bottom: none;
    background: var(--color-surface-container);
}

.fee-zero {
    color: var(--color-primary);
    font-weight: 700;
} */

.blog-section .courses-image img {
    height: 400px;
}

.blog-section .couses-content {
    height: 55%;
}

.blog-section .couses-content h3 {
    font-size: 24px;
}


.owl-theme.blog-slider .owl-nav {
    margin-top: 0
}

.owl-carousel.blog-slider .owl-nav button.owl-prev {
    position: absolute;
    bottom: 45%;
    left: -65px;
    background: #333333;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.owl-carousel.blog-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: 45%;
    right: -65px;
    background: #333333;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.owl-theme.leader-slider .owl-nav {
    margin-top: 0
}

.owl-carousel.leader-slider .owl-nav button.owl-prev {
    position: absolute;
    top: -10%;
    right: 70px;
    background: #33333300;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 45px;
    height: 45px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 23px;
}

.owl-carousel.leader-slider .owl-nav button.owl-next {
    position: absolute;
    top: -10%;
    right: 25px;
    background: #33333300;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 45px;
    height: 45px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 23px;
}



.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f146';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 32%;
    font-size: 22px;
    font-weight: 900;
    line-height: normal;
    color: #ffffff;
    background-image: none;

}

.faq-accordion .accordion-header .accordion-button.collapsed {
    color: #000000;
    background: transparent;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    background: #333333;
    color: #ffffff;
    padding: 18px 50px 18px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: var(--font-display);
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f0fe';
    color: #333333;
}

.faq-accordion .accordion-item {
    position: relative;
    border: 1px solid #333333;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 15px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid #333333;
}

.accordion-flush>.accordion-item:first-child {
    border-top: 1px solid #333333;
}

.faq-accordion .accordion-item .accordion-body {
    color: #fff;
    background: #333333;
    border-top: 1px solid #ffffff;
    padding: 18px 50px 18px 20px;
    z-index: 1;
}

.faq-col-img {
    position: relative;
}

.faq-col-img img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
    border-radius: 30px;
    margin: 30px;
}

.faq-col-img::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -65px;
    background: #191919;
    border-radius: 30px;
    width: 310px;
    height: 310px;
    z-index: -1;
}

.faqs-contact-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333333;
    border: 1px solid #333333;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 20px;
    animation: contactbox 3s infinite linear;
    overflow: hidden;
    z-index: 1;
}

@keyframes contactbox {
    50% {
        left: 40px;
    }
}

.faqs-contact-box-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.faqs-contact-box-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 0;
}

.faqs-contact-box .icon-box i {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}



.footer {
    margin: 33px 40px;
    background: #1d1d1d;
    border-radius: 20px;
    padding: 50px 0 0;
}

.footer-logo img {
    width: 170px;
}

.footer-logo .sub-heading-light p {
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
}

.social-media-icons ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 0;
}

.social-media-icons ul li {
    color: #fff;
    list-style: none;
    padding: 10px;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    border-radius: 100%;
}

.social-media-icons ul li i {
    color: #fff;
}

.social-media-icons ul li a {
    line-height: normal;
}

.footer-links h3 {
    font-size: 22px;
    color: #fff;
}

.footer-links ul {
    padding-left: 0;
}

.footer-links ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
}

.footer-links ul li a {
    color: #fff;
    font-size: 16px;
}

.why-choose-section .main-list ul {
    column-count: 2;
    column-gap: 10px;
    margin-top: 20px;
}

.why-choose-section .main-list ul li strong {
    color: #ffffff;
}

.why-choose-section .main-list ul li {
    color: #fff;
}

.why-choose-card {
    background: #f0e0d0;
    padding: 0px 50px;
    border-radius: 20px;
}

.btn-custom {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 30px;
    line-height: normal !important;
    height: auto !important;
}

.btn-custom:hover {
    color: var(--primary-color) !important;
}

.emergency-btn {
    position: fixed;
    right: 0;
    font-size: 15px;
    top: 57%;
    letter-spacing: 0;
    z-index: 99999;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 0px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    padding: 15px 4px;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    display: flex;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    letter-spacing: 2px;
}


/* ==== Scrolltotop ==== */

#scrolltoButton {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border: none;
}

#scrolltoButton::after {
    content: "\f077";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 12px;
}

#scrolltoButton:hover {
    cursor: pointer;
}

#scrolltoButton:active {
    background-color: #333333;
}

#scrolltoButton.active {
    opacity: 1;
    visibility: visible;
}

.study-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 20px;
    transition: box-shadow 0.3s;
}

.study-card h3 {
    color: var(--primary-color);
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.study-card p {
    margin-bottom: 0;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background: #f0e0d0 !important;
}

.career-feature-card {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 280px;
    position: relative;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.career-feature-card h2 {
    background: #ffffffad;
    padding: 7px 15px;
    border-radius: 30px;
    backdrop-filter: blur(8px);
    border: 1px solid #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: fit-content;
    color: var(--primary-color);
}

.career-feature-card h3 {
    font-size: 27px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    z-index: 2;
    position: relative;
}

.career-feature-card p {
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}

.career-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    z-index: 1;
}

.career-normal-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    height: 100%;
}

.career-normal-card-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #c3592b;
}

.career-normal-card-img img {
    width: 100%;
    object-fit: contain;
    padding: 10px;
}

.career-normal-card h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    color: var(--primary-color);
}

.faq-section .servive-col {
    min-height: auto;
    padding: 20px 20px;
    margin: 0;
    background: transparent;
    backdrop-filter: blur(14px);
    border: 1px solid #f0e0d0;
}

.faq-section .servive-col .service-content h2 {
    font-size: 24px;
}

/* .faq-section{
    background-image: url(../img/faq-sec.jpg), linear-gradient(87deg, rgb(240 224 208) 31%, rgb(240 224 208) 61%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
} */
.round-shape-card.servive-col {
    margin: 0;
}

.round-shape-card.servive-col .service-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.round-shape-card.servive-col h2 {
    font-size: 23px;
    line-height: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2px;
}

.round-shape-card.servive-col:hover .service-img img {
    transform: initial;
}

.round-shape-card.servive-col h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.round-shape-card.servive-col {
    min-height: auto;
}

.inner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-blend-mode: overlay;
}

.details-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-blend-mode: overlay;
}

.details-section .main-heading-light h2 {
    margin-bottom: 5px;
}

.inner-section .main-heading-light h1::before {
    display: none;
}

.inner-section .main-heading-light h1 {
    font-size: 35px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 8px;
    /* text-align: left; */
    position: relative;
}

.transparency-card {
    padding: 20px;
    border-radius: 15px;
    background: #e7ceb9;
}

.transparency-card .banner-btn {
    padding: 3px 24px;
    font-size: 14px;
}

.transparency-card h3 {
    font-size: 23px;
    margin-bottom: 5px;
}

.transparency-card p {
    font-size: 14px;
}

.admission-and-fees-section .admission-card .h-step {
    width: 23%;
    min-height: 150px;

}

.admission-and-fees-section .admission-card .step-body h3 {
    font-size: 18px;
}

.admission-and-fees-section .admission-card .step-body p {
    font-size: 13px;
    color: #fff;
}

.admission-fees-section .study-card p {
    font-size: 14px;
    margin-bottom: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #c3592b;
}

.nav-breadcrumb {
    border-radius: 30px;
    display: inline-block;
    background: #ffffff24;
    padding: 4px 35px;
    backdrop-filter: blur(6px);
    border: 1px solid #838383;
}

li.breadcrumb-item {
    font-size: 14px;
}

li.breadcrumb-item a {
    color: #ffffff;
    font-weight: 200;
}

li.breadcrumb-item.active {
    font-weight: 200;
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
    opacity: 1;
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 14px;
    margin: 0px 5px 0 5px;
    color: #ffffffb0;
    font-weight: 500;
}

.details-right-box {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}

/* .table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.table-row span,
.table-row p {
    width: 50%;
    display: block;
} */


.summary-card {
    width: 100%;
    background: #ffffff9e;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    padding: 22px 22px 18px;
    backdrop-filter: blur(6px);
    border: 1px solid #ffffff;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 2px;
    border-bottom: 1px solid #ffffff;
}
.deatils-page-card .summary-row {
    border-bottom: 1px solid #969696;
}

.summary-row:first-child {
    padding-top: 4px;
}

.summary-row:last-of-type {
    border-bottom: none;
}

.summary-label {
    font-size: .98rem;
    color: #c3592b;
    font-weight: 500;
}

.summary-value {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.btn-apply-card {
    width: 100%;
    margin-top: 18px;
    background: #c3592b;
    border: 1px solid #c3592b;
    color: #fff;
    border-radius: 7px;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .5s;
}

.btn-apply-card:hover {
    background: transparent;
    color: #c3592b;
    transform: translateY(-2px);
}
.deatils-page-card .career-normal-card{
    background: #f0e0d0;
}
.deatils-page-card .career-normal-card h3{
    font-size: 18px;
    margin: 0;
}
.deatils-links-custom a{
    font-size: 15px;
    background: #e7ceb9;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.deatils-page-card .career-feature-card h2{
    padding: 3px 15px;
}
.deatils-page-card .career-feature-card h3 {
    font-size: 24px;
    line-height: 26px;
}
.deatils-page-card .career-feature-card p {
    font-size: 14px;
}
.network-btn{
        width: fit-content;
    z-index: 9;
    display: inline-block;
    font-size: 15px;
}
.sticky-part{
    position: sticky;
    top: 130px;
}

.input-group {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #000000;
}

.input-group .input-group-text {
    border-radius: 0;
    border: 0;
    background-color: #fff;
}
.input-group .form-control {
    border: 0;
    font-size: 15px;
}

.input-group .form-control:focus {
    box-shadow: none;
}
.bg-tarnsparent{
    background: #fff;
    backdrop-filter: blur(10px);
}