

:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #777;
    font-style: normal;
    line-height: 26px;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.navbar-brand img{max-height: 60px;}
.container {
    max-width: 1320px;
}

img {width:100%;}

.pt-90 {
    padding-top: 90px;
}
.pb-50 {
    padding-bottom: 50px;
}
ul{
    padding-left: 0px;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}


.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.hm-section {
    padding: 90px 0;
}

.hm-subtitle {
    display: inline-block;
    color: #0d6efd;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.hm-title {
    font-size: 42px;
    font-weight: 800;
    color: #102039;
    margin-bottom: 18px;
    line-height: 1.2;
}

.hm-text {
    color: #5f6b7a;
    font-size: 16px;
    line-height: 1.8;
}

.hm-section-head {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.hm-section-head p {
    color: #6c757d;
    margin: 0;
}

.hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
    border: 2px solid transparent;
}

.hm-btn-primary {
    background: #0d6efd;
    color: #fff;
}

.hm-btn-primary:hover {
    background: #084298;
    color: #fff;
    transform: translateY(-2px);
}

.hm-btn-light {
    background: #fff;
    color: #0d6efd;
}

.hm-btn-light:hover {
    background: #f1f6ff;
    color: #0d6efd;
    transform: translateY(-2px);
}

.hm-btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.hm-btn-outline-light:hover {
    background: #fff;
    color: #0d6efd;
}

/* Hero */
.hm-hero {
    position: relative;
}

.hm-hero .carousel-item {
    position: relative;
    min-height: 650px;
}

.hm-hero-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.hm-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4,22,52,.82), rgba(4,22,52,.45), rgba(4,22,52,.15));
}

.hm-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.hm-hero-content h1 {
    max-width: 760px;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
    margin: 18px 0;
}

.hm-hero-content p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 28px;
    color: #edf4ff;
}

.hm-badge {
    display: inline-block;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
}

.hm-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Announcement */
.hm-announcement {
    margin-top: -28px;
    position: relative;
    z-index: 3;
}

.hm-announcement-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

.hm-announcement-label {
    background: #0d6efd;
    color: #fff;
    padding: 16px 22px;
    font-weight: 800;
    white-space: nowrap;
    text-transform: uppercase;
}

.hm-announcement marquee {
    padding: 0 20px;
    color: #102039;
    font-weight: 600;
}

/* About */
.hm-about-img {
    position: relative;
}

.hm-about-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.hm-exp-card {
    position: absolute;
    right: 25px;
    bottom: -35px;
    background: #0d6efd;
    color: #fff;
    padding: 24px 28px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(13,110,253,.35);
}

.hm-exp-card h3 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

.hm-exp-card p {
    margin: 0;
    font-weight: 600;
}

.hm-feature-list {
    margin: 28px 0;
}

.hm-feature-item {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.hm-feature-item i {
    color: #0d6efd;
    font-size: 24px;
    margin-top: 3px;
}

.hm-feature-item h5 {
    font-weight: 800;
    margin-bottom: 4px;
    color: #102039;
}

.hm-feature-item p {
    margin: 0;
    color: #6c757d;
}

/* Quick */
.hm-quick {
    padding: 20px 0 70px;
}

.hm-quick-card {
    display: block;
    background: #fff;
    padding: 30px 24px;
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s ease;
    height: 100%;
}

.hm-quick-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0,0,0,.13);
}

.hm-quick-card i {
    width: 64px;
    height: 64px;
    background: #eef5ff;
    color: #0d6efd;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 18px;
}

.hm-quick-card h4 {
    color: #102039;
    font-weight: 800;
    margin-bottom: 8px;
}

.hm-quick-card p {
    color: #6c757d;
    margin: 0;
}

/* Services */
.hm-services {
    background: #f5f8fc;
}

.hm-service-card {
    background: #fff;
    padding: 35px 28px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s ease;
    border: 1px solid #eef1f5;
}

.hm-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.hm-service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
}

.hm-service-card h4 {
    color: #102039;
    font-weight: 800;
    margin-bottom: 12px;
}

.hm-service-card p {
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}

/* CTA */
.hm-cta {
    padding: 80px 0;
    background: #f5f8fc;
}

.hm-cta-box {
    background: linear-gradient(135deg, #0d6efd, #102039);
    color: #fff;
    padding: 55px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 18px 45px rgba(13,110,253,.25);
}

.hm-cta-box h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 12px;
}

.hm-cta-box p {
    margin: 0;
    color: #eaf2ff;
}

.hm-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    white-space: nowrap;
}

/* Courses */
.hm-course-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.09);
    height: 100%;
}

.hm-course-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.hm-course-content {
    padding: 30px;
}

.hm-course-content span {
    color: #0d6efd;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}

.hm-course-content h3 {
    color: #102039;
    font-weight: 900;
    margin: 8px 0 12px;
}

.hm-course-content p {
    color: #6c757d;
    line-height: 1.7;
}

.hm-course-content a {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
}

/* Testimonials */
.hm-testimonials {
    background: #f5f8fc;
}

.hm-testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    height: 100%;
}

.hm-testimonial-card i {
    color: #0d6efd;
    font-size: 34px;
    margin-bottom: 18px;
}

.hm-testimonial-card p {
    color: #5f6b7a;
    line-height: 1.8;
}

.hm-testimonial-card h5 {
    color: #102039;
    font-weight: 800;
    margin-bottom: 4px;
}

.hm-testimonial-card span {
    color: #0d6efd;
    font-weight: 600;
}

/* Blog */
.hm-blog-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    height: 100%;
    transition: .3s ease;
}

.hm-blog-card:hover {
    transform: translateY(-8px);
}

.hm-blog-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.hm-blog-content {
    padding: 28px;
}

.hm-blog-content h4 {
    color: #102039;
    font-weight: 850;
    margin-bottom: 12px;
}

.hm-blog-content p {
    color: #6c757d;
    line-height: 1.7;
}

.hm-blog-content a {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .hm-section {
        padding: 65px 0;
    }

    .hm-title {
        font-size: 32px;
    }

    .hm-hero .carousel-item,
    .hm-hero-img {
        height: 560px;
        min-height: 560px;
    }

    .hm-hero-content h1 {
        font-size: 38px;
    }

    .hm-hero-content p {
        font-size: 16px;
    }

    .hm-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px;
    }

    .hm-cta-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hm-hero .carousel-item,
    .hm-hero-img {
        height: 500px;
        min-height: 500px;
    }

    .hm-hero-content h1 {
        font-size: 30px;
    }

    .hm-announcement {
        margin-top: 0;
    }

    .hm-announcement-box {
        border-radius: 0;
        display: block;
    }

    .hm-announcement-label {
        text-align: center;
    }

    .hm-about-img img {
        height: 330px;
    }

    .hm-exp-card {
        position: static;
        margin-top: 18px;
    }

    .hm-quick {
        padding-bottom: 50px;
    }

    .hm-cta-actions {
        width: 100%;
    }

    .hm-cta-actions .hm-btn {
        width: 100%;
    }
}
.project-detail .info-column {
    position: relative;
}
.project-detail .info-column .inner-column3 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}
.project-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.project-detail .info-column .inner-column3 h3 {
    background: #125875;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}
.project-detail .project-info {
    position: relative;
}

.project-detail .project-info li {
    position: relative;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.project-detail .project-info .priceing {
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.project-detail .project-info .priceing strong {
    font-family: 'Roboto', sans-serif;
    color: #ff7350;
    font-size: 24px;
}
.project-detail .project-info .priceing sub {
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: line-through;
}
.project-detail .project-info .priceing span {
    border-radius: 5px;
    position: absolute;
    background: #ff73503d;
    padding: 1px 12px;
    font-size: 14px;
    color: #ff7350;
    top: 6px;
    margin-left: 15px;
    font-weight: 600;
}
.project-detail .project-info li strong {
    color: #141b22;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.project-detail .project-info li .slider-btna {
    width: 100%;
}
.slider-btna {
    display: inline-block;
    position: relative;
}
.project-detail .project-info li .btna {
    width: 100%;
    color: #fff;
}
.btna {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background: #ff7350;
    border: 1px solid #ff7350;
    overflow: hidden;
}
.btna::before {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #125875;
    top: -60PX;
    left: 10px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.btna:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(18, 88, 117);
}

.btna i {
    margin-left: 10px;
    font-size: 18px;
}
.btna:hover::before {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    content: "";
    background: #125875;
    color:#fff;
    top: 0;
    left: 0;
    z-index: -1;
}


.about-content2 .abcontent {
    display: flex;
}

.about-content2 ul li{
    list-style:none;
}
.about-content2 li .ano {
    font-size: 20px;
    width: 90px;
    height: 56px;
    background: #ff7350;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    
    display: block;
    border-radius: 50%;
    font-weight: 500;
    line-height: 56px;
    font-family: 'Jost', sans-serif;
}

/* Course Detail Container */
.course-detail {
    background: #ffffff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    line-height: 1.7;
}

/* Banner Image */
.course-detail img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Headings */
.course-detail h2 {
    color: #125875;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 12px;
    border-left: 4px solid #ff7350;
    padding-left: 10px;
}
.mt-20 {
    margin-top: 20px;
}

.about-h h5 {color: #ff7350;}
.about-h h2 { font-size: 50px;color: #232323;}


.about-h .btn, .second-header-btn .btn:hover {
    border-color: #125875;
}
.about-h .btn {
    background: rgb(18, 88, 117);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(18, 88, 117);
    border-image: initial;
}

.btna::before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    top: -60px;
    left: 10px;
    z-index: -1;
    border-radius: 50%;
    background: rgb(18, 88, 117);
    transition: 0.3s;
}

/* Paragraph Text */
.course-detail p {
    color: #444;
    font-size: 15.5px;
}

/* List Styling */
.course-detail ul {
    padding-left: 20px;
    margin-top: 10px;
}

.course-detail ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
    list-style: none;
}

/* Custom Bullet */
.course-detail ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff7350;
    font-size: 14px;
}

/* FAQ Section */
.course-detail .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* FAQ Button */
.course-detail .accordion-button {
    background: #f4f8fb;
    color: #125875;
    font-weight: 600;
    border: none;
    box-shadow: none;
}

/* Active FAQ */
.course-detail .accordion-button:not(.collapsed) {
    background: #125875;
    color: #ffffff;
}

/* Arrow Icon Color Fix */
.course-detail .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(33%) sepia(60%) saturate(600%) hue-rotate(155deg);
}

.course-detail .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* FAQ Body */
.course-detail .accordion-body {
    background: #ffffff;
    color: #555;
    font-size: 15px;
    border-top: 2px solid #ff7350;
}

/* Responsive Spacing */
@media (max-width: 768px) {
    .course-detail {
        padding: 20px;
    }

    .course-detail h2 {
        font-size: 20px;
    }
}



.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 20px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    transition: .3s;
}

/* Mobile Fix */
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 15px;
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .topbar-text {
        text-align: center;
        margin-bottom: 5px;
    }
}

.hero-header {
    background: url(../img/hero.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Hero text responsive */
@media (max-width: 768px) {
    .hero-header h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero-header p {
        font-size: 16px;
    }

    .hero-header .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .btn {
   
        text-align: center;
    }
}



.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
/* announcement */
 /* ===== Announcement Bar ===== */
 

.announcement-bar {
  background:#1d2a4d;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* ANNOUNCEMENT BUTTON */
.announcement-label {
  background: #ffcc00;
  color: #000;
  font-weight: 700;
  padding: 10px 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* MARQUEE AREA */
.announcement-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* TEXT */
.announcement-text {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  font-size: 15px;

  animation: marquee-stop 30s linear infinite; /* ONE TIME */
}

@keyframes marquee-stop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-90%); /* ðŸ”‘ label ke paas aakar stop */
  }
}

    /* ===== Floating Buttons ===== */
    .floating-btn {
      position: fixed;
      right: 15px;
      z-index: 999;
    }

    .whatsapp {
      bottom: 90px;
      background: #25d366;
      color: #fff;
    }

    .call {
      bottom: 20px;
      background: #1a2ea1;
      color: #fff;
    }

    .floating-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      color: #fff;
      font-size: 22px;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    @media (max-width: 768px) {
      .page-header h1 {
        font-size: 32px;
      }
    }
    /* blog */
    .page-header {
      background: linear-gradient(rgba(20, 40, 160, 0.85), rgba(20, 40, 160, 0.85)),
                  url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914');
      background-size: cover;
      background-position: center;
      padding: 90px 0;
      color: #fff;
      position: relative;
    }

    .page-header h1 {
      font-size: 48px;
      font-weight: 700;
    }

    .breadcrumb a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
    }
    .blog-card {
      border: 1px solid #ddd;
      background: #fff;
      transition: 0.3s;
      height: 100%;
    }

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

    .img-wrap {
      position: relative;
      overflow: hidden;
    }

    .img-wrap img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .date-badge {
      position: absolute;
      bottom: -10px;
      left: 20px;
      background: #ffcc00;
      color: #000;
      font-weight: 700;
      text-align: center;
      padding: 10px 14px;
      border-radius: 50%;
      line-height: 1.1;
    }

    .card-body {
      padding: 40px 20px 20px;
    }

    .card-body h5 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .highlight {
      color: #1a2ea1;
      font-weight: 600;
    }
    /* courses */
     .hero{background:#fff;margin:40px auto;max-width:1200px;border-radius:24px;padding:60px;display:grid;grid-template-columns:1.1fr 0.9fr;gap:60px}

    .hero h1{font-size:42px;line-height:1.2;margin-bottom:20px}
    .hero p{color:#555;font-size:16px;margin-bottom:22px;max-width:520px}

    .rating{display:flex;align-items:center;gap:10px;margin-bottom:26px}
    .stars{color:#fbbf24;font-size:16px}
    .avatars{display:flex}
    .avatars img{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-10px}
    .avatars img:first-child{margin-left:0}
    .rating small{color:#666}

    .hero-actions{display:flex;gap:16px}

    /* VIDEO CARD */
    .video-card{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15)}
    .video-card img{width:100%;height:100%;object-fit:cover}
    .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center}
    .play-btn::after{content:'';border-left:18px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:4px}

    .badges{position:absolute;bottom:16px;left:16px;display:flex;gap:14px}
    .badge{background:rgba(0,0,0,.7);color:#fff;font-size:12px;padding:8px 12px;border-radius:12px}

.navbar{padding:10px;}
.mobile{padding:40px;}
    /* RESPONSIVE */
    @media(max-width:900px){
      .hero{grid-template-columns:1fr;padding:40px}
      .hero h1{font-size:34px}
      .navbar{padding:10px 0px;}
      .nav-links{display:none}
    }
     .course-structure{max-width:1200px;margin:80px auto;background:#13C5DD;padding:60px;border-radius:28px;color:#fff;text-align:center}
    .course-structure h2{font-size:36px;margin-bottom:10px}
    .course-structure .subtitle{color:#dbeafe;margin-bottom:40px}
    .course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
    .course-card{background:rgba(255,255,255,.1);padding:30px;border-radius:22px;text-align:left;backdrop-filter:blur(6px)}
    .course-card h3{font-size:22px;margin:16px 0}
    .course-card p{font-size:14px;color:#e0e7ff;margin-bottom:16px}
    .course-card ul{list-style:none;margin-bottom:20px}
    .course-card ul li{font-size:14px;margin-bottom:8px}
    .course-card .icon{font-size:34px;background:rgba(255,255,255,.15);width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center}

/* contactus */
.contact-wrapper {
      max-width: 1100px;
      margin: 60px auto;
      background: #ffffff;
      border-radius: 16px;
      display: flex;
      gap: 40px;
      padding: 50px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .contact-left {
      flex: 1;
    }

    .contact-left h1 {
      font-size: 40px;
      margin-bottom: 15px;
    }

    .contact-left p {
      color: #555;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .contact-detail {
      margin-bottom: 15px;
    }

    .contact-detail strong {
      display: block;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .chat-btn {
      margin-top: 30px;
      padding: 12px 20px;
      border-radius: 30px;
      border: none;
      background: #13C5DD;
      
      color: #fff;
      cursor: pointer;
    }

    .contact-right {
      flex: 1;
      background: #13C5DD;
      padding: 30px;
      border-radius: 16px;
    }

    .form-row-group {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
    }

    .input-group {
      width: 100%;
    }

    label {
      font-size: 14px;
      display: block;
      margin-bottom: 6px;
      color: #333;
    }

    input, textarea {
      width: 100%;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #ddd;
      outline: none;
    }

    textarea {
      resize: none;
      height: 120px;
    }

    .send-btn {
      margin-top: 20px;
      padding: 14px 24px;
      border-radius: 30px;
      border: none;
      background:white;
      color: black;
      cursor: pointer;
      font-size: 15px;
    }

    @media (max-width: 900px) {
      .contact-wrapper {
        flex-direction: column;
        padding: 30px;
      }
    }
    /* gallery */
        .gallery-section {
      max-width: 1200px;
      margin: 60px auto;
      padding: 0 20px;
      text-align: center;
    }

    .gallery-header h2 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .gallery-header p {
      max-width: 650px;
      margin: 0 auto 40px;
      color: #555;
      line-height: 1.6;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      cursor: pointer;
      background: #ddd;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.08);
    }

    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }

    .gallery-overlay span {
      color: #fff;
      font-size: 16px;
      padding: 10px 20px;
      border-radius: 30px;
      border: 1px solid #fff;
    }

    /* Lightbox */
    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 12px;
    }

    .lightbox.active {
      display: flex;
    }

    @media (max-width: 600px) {
      .gallery-header h2 {
        font-size: 28px;
      }
    }
    /* aboutus */
   /* COMMON BOX STYLE */
.shadow-box {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* LEFT PANEL */
.left-panel {
  padding-bottom: 5px;
}

.panel-title {
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.panel-title::after {
  content: "";
  width: 55px;
  height: 3px;
  background: #5fa0e1;
  position: absolute;
  bottom: -1px;
  left: 15px;
}

/* MENU */
.panel-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-menu li {
  border-bottom: 1px solid #e6e6e6;
}

.panel-menu li a {
  display: block;
  padding: 12px 15px;
  color: #000;
  font-size: 14.5px;
  text-decoration: none;
}

.panel-menu li.active a {
  background: #5fa0e1;
  color: #fff;
  font-weight: 500;
}

.panel-menu li.sub-active a {
  background: #7fb3ea;
  color: #fff;
}

.panel-menu li a:hover {
  background: #eef5ff;
}

/* RIGHT PANEL */
.right-panel {
  padding: 15px;
}

/* CONTENT TITLE */
.content-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  margin-bottom: 15px;
}

.content-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #5fa0e1;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* IMAGE BOX */
.image-box {
  border: 1px solid #dcdcdc;
  padding: 5px;
  background: #fff;
}
 .about-box {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

/* TITLE */
.about-title {
  font-size: 22px;
  font-weight: 600;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.about-title::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -1px;
  width: 70px;
  height: 3px;
  background: #4d90fe;
}

/* MENU */
.about-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.about-menu li a {
  display: block;
  padding: 12px 15px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

/* ACTIVE ITEM */
.about-menu li.active a {
  background: #5fa0e1;
  color: #fff;
  font-weight: 500;
}

/* HOVER */
.about-menu li a:hover {
  background: #f1f6ff;
}


   /* BACKGROUND */
.payment-bg {
  min-height: 80vh;
   
  display: flex;
  align-items: center;
}

/* GLASS CARD */
.payment-glass {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.35);
}

/* LEFT SIDE */
/* PAGE BACKGROUND */
.payment-container {
  min-height: 100vh;
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
}

/* MAIN CARD */
.payment-card {
  max-width: 1100px;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,0.35);
}

/* LEFT PANEL */
.upi-panel {
  background: linear-gradient(160deg, #4facfe, #00c6ff);
  color: #fff;
  position: relative;
}

.upi-panel::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.25), transparent);
}

.upi-inner {
   padding: 40px 30px;
}

.upi-badge {
  display: inline-block;
  background: rgba(255,255,255,0.25);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

.upi-sub {
  opacity: 0.9;
  font-size: 14px;
}

/* QR */
.qr-wrapper {
   width: 200px;
  height: 200px;
  margin: 25px auto;
  border-radius: 24px;
border: 2px dashed rgba(255,255,255,0.7); 
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.15);
  box-shadow: inset 0 0 30px rgba(255,255,255,0.3);
}

.qr-wrapper img {
  width: 150px;
}

/* RIGHT PANEL */
.form-panel {
  padding: 40px;
}

.form-title {
  font-weight: 600;
  margin-bottom: 25px;
}

.form-panel label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.form-control,
.form-select {
  height: 50px;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
}

.form-control:focus,
.form-select:focus {
  border-color: #4facfe;
  box-shadow: 0 0 0 0.2rem rgba(79,172,254,0.25);
}

/* BUTTON */
.submit-payment {
  height: 52px;
  border-radius: 18px;
  font-weight: 600;
  border: none;
  color: #fff;
  background: #36b5ff;
  
  transition: 0.3s ease;
}

.submit-payment:hover {
  transform: translateY(-3px);
 color:white;
}


footer {
    background-color: #00173c;
    background-image: url(https://wpdemo.zcubethemes.com/qeducato/wp-content/uploads/2023/03/footer-bg.png);
}

.footer-bg {
    color: #032e3d;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.fot-nav h2, .footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
}

.fot-nav h2::before, .footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 1px;
    width: 70px;
    background: #ff7350;
}
.fot-nav p{color:#fff;}

.fot-nav ul{padding-left: 0px;}
.fot-nav ul li i{color:#fff;}
.fot-nav ul li{margin-bottom: 10px;}
.fot-nav ul li a {
    color: #b2c0d8;
    display: inline-block;
}



.copyright-wrap {
    background: #ff7350;
    color: #fff;
    font-size: 15px;
    text-align:center;
}
.copyright-wrap .container {
    padding: 20px 0;
}
.copyright-wrap .container a{color:#032e3d;}
.copyright-wrap .container a:hover{color:#fff;}



/* RESPONSIVE */
@media (max-width: 991px) {
  .form-panel {
    padding: 35px;
  }
  .pt-90 {
    padding-top: 30px;
}
  .mobile {display:none;}
  .navbar-brand img{max-height: 45px;}
}



/* Pathak College Homepage Theme */
:root {
    --pc-primary: #003b7a;
    --pc-secondary: #071f45;
    --pc-accent: #f6b900;
    --pc-light: #f3f7fb;
    --pc-text: #5f6b7a;
    --pc-dark: #102039;
}

.pc-section {
    padding: 90px 0;
}

.pc-light {
    background: var(--pc-light);
}

.pc-subtitle {
    display: inline-block;
    color: var(--pc-primary);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .8px;
    margin-bottom: 10px;
}

.pc-title {
    color: var(--pc-dark);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
}

.pc-text {
    color: var(--pc-text);
    font-size: 16px;
    line-height: 1.8;
}

.pc-section-head {
    max-width: 720px;
    margin: 0 auto 45px;
    text-align: center;
}

.pc-section-head p {
    color: var(--pc-text);
}

.pc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: .3s ease;
    border: 2px solid transparent;
}

.pc-btn-primary {
    background: var(--pc-primary);
    color: #fff;
}

.pc-btn-primary:hover {
    background: var(--pc-secondary);
    color: #fff;
    transform: translateY(-2px);
}

.pc-btn-light {
    background: #fff;
    color: var(--pc-primary);
}

.pc-btn-light:hover {
    background: #eef5ff;
    color: var(--pc-primary);
}

.pc-btn-outline {
    border-color: #fff;
    color: #fff;
}

.pc-btn-outline:hover {
    background: #fff;
    color: var(--pc-primary);
}

/* Hero */
.pc-hero {
    position: relative;
}

.pc-hero .carousel-item {
    position: relative;
    min-height: 650px;
}

.pc-hero-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.pc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 31, 69, .88), rgba(7, 31, 69, .60), rgba(7, 31, 69, .15));
}

.pc-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.pc-badge {
    display: inline-block;
    background: rgba(246, 185, 0, .95);
    color: #061a38;
    font-weight: 900;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.pc-hero-content h1 {
    max-width: 780px;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.pc-hero-content p {
    max-width: 650px;
    color: #edf4ff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.pc-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Announcement */
.pc-announcement {
    background: var(--pc-secondary);
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pc-announcement-label {
    background: var(--pc-accent);
    color: #061a38;
    padding: 12px 22px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.pc-announcement marquee {
    padding: 0 20px;
    font-weight: 700;
}

/* About */
.pc-about-img {
    position: relative;
}

.pc-about-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.pc-exp-box {
    position: absolute;
    right: 25px;
    bottom: -35px;
    background: var(--pc-primary);
    color: #fff;
    padding: 24px 28px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,59,122,.32);
}

.pc-exp-box h3 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

.pc-exp-box p {
    margin: 0;
    font-weight: 700;
}

.pc-feature-list {
    margin: 28px 0;
}

.pc-feature-item {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.pc-feature-item i {
    color: var(--pc-primary);
    font-size: 24px;
    margin-top: 3px;
}

.pc-feature-item h5 {
    color: var(--pc-dark);
    font-weight: 900;
    margin-bottom: 4px;
}

.pc-feature-item p {
    color: var(--pc-text);
    margin: 0;
}

/* Quick Links */
.pc-quick {
    padding: 20px 0 70px;
}

.pc-quick-card {
    display: block;
    background: #fff;
    padding: 30px 24px;
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s ease;
    height: 100%;
}

.pc-quick-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0,0,0,.13);
}

.pc-quick-card i {
    width: 64px;
    height: 64px;
    background: #eef5ff;
    color: var(--pc-primary);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 18px;
}

.pc-quick-card h4 {
    color: var(--pc-dark);
    font-weight: 900;
    margin-bottom: 8px;
}

.pc-quick-card p {
    color: var(--pc-text);
    margin: 0;
}

/* Services */
.pc-service-card {
    background: #fff;
    padding: 35px 28px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    border: 1px solid #eef1f5;
    transition: .3s ease;
}

.pc-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.pc-service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--pc-primary), var(--pc-secondary));
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
}

.pc-service-card h4 {
    color: var(--pc-dark);
    font-weight: 900;
    margin-bottom: 12px;
}

.pc-service-card p {
    color: var(--pc-text);
    line-height: 1.7;
    margin: 0;
}

/* CTA */
.pc-cta {
    padding: 80px 0;
    background: var(--pc-light);
}

.pc-cta-box {
    background: linear-gradient(135deg, var(--pc-primary), var(--pc-secondary));
    color: #fff;
    padding: 55px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 18px 45px rgba(0,59,122,.25);
}

.pc-cta-box span {
    color: var(--pc-accent);
    font-weight: 900;
    text-transform: uppercase;
}

.pc-cta-box h2 {
    font-size: 38px;
    font-weight: 900;
    margin: 8px 0 12px;
}

.pc-cta-box p {
    margin: 0;
    color: #eaf2ff;
}

.pc-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    white-space: nowrap;
}

/* Courses */
.pc-course-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.09);
    height: 100%;
}

.pc-course-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.pc-course-body {
    padding: 30px;
}

.pc-course-body span {
    color: var(--pc-primary);
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
}

.pc-course-body h3 {
    color: var(--pc-dark);
    font-weight: 900;
    margin: 8px 0 12px;
}

.pc-course-body p {
    color: var(--pc-text);
    line-height: 1.7;
}

.pc-course-body a {
    color: var(--pc-primary);
    font-weight: 900;
    text-decoration: none;
}

/* Testimonials */
.pc-testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    height: 100%;
}

.pc-testimonial-card i {
    color: var(--pc-primary);
    font-size: 34px;
    margin-bottom: 18px;
}

.pc-testimonial-card p {
    color: var(--pc-text);
    line-height: 1.8;
}

.pc-testimonial-card h5 {
    color: var(--pc-dark);
    font-weight: 900;
    margin-bottom: 4px;
}

.pc-testimonial-card span {
    color: var(--pc-primary);
    font-weight: 700;
}

/* Blog */
.pc-blog-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    height: 100%;
    transition: .3s ease;
}

.pc-blog-card:hover {
    transform: translateY(-8px);
}

.pc-blog-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.pc-blog-body {
    padding: 28px;
}

.pc-blog-body h4 {
    color: var(--pc-dark);
    font-weight: 900;
    margin-bottom: 12px;
}

.pc-blog-body p {
    color: var(--pc-text);
    line-height: 1.7;
}

.pc-blog-body a {
    color: var(--pc-primary);
    font-weight: 900;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .pc-section {
        padding: 65px 0;
    }

    .pc-title {
        font-size: 32px;
    }

    .pc-hero .carousel-item,
    .pc-hero-img {
        height: 560px;
        min-height: 560px;
    }

    .pc-hero-content h1 {
        font-size: 38px;
    }

    .pc-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px;
    }

    .pc-cta-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .pc-hero .carousel-item,
    .pc-hero-img {
        height: 500px;
        min-height: 500px;
    }

    .pc-hero-content h1 {
        font-size: 30px;
    }

    .pc-hero-content p {
        font-size: 15px;
    }

    .pc-announcement {
        display: block;
    }

    .pc-announcement-label {
        text-align: center;
    }

    .pc-about-img img {
        height: 330px;
    }

    .pc-exp-box {
        position: static;
        margin-top: 18px;
    }

    .pc-quick {
        padding-bottom: 50px;
    }

    .pc-cta-actions,
    .pc-cta-actions .pc-btn {
        width: 100%;
    }
}

/* Hero clean banner fix */
.pc-hero-simple .carousel-item {
    min-height: auto;
}

.pc-hero-simple .pc-hero-img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .pc-hero-simple .pc-hero-img {
        height: 260px;
        object-fit: cover;
    }
}
/* Pathak College Header */
.pc-topbar {
    background: #071f45;
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
}

.pc-topbar a {
    color: #edf4ff;
    text-decoration: none;
}

.pc-topbar-left,
.pc-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.pc-topbar-right {
    justify-content: flex-end;
}

.pc-topbar-right > a:not(.pc-top-btn) {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,.10);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pc-top-btn {
    background: rgba(255,255,255,.12);
    padding: 5px 12px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff !important;
}

.pc-top-btn-accent {
    background: #f6b900;
    color: #071f45 !important;
}

.pc-top-btn-pay {
    background: #0aa35c;
    color: #fff !important;
}

.pc-header {
    background: #fff;
    box-shadow: 0 6px 28px rgba(0,0,0,.08);
    z-index: 999;
}

.pc-navbar {
    padding: 0;
}

.pc-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.pc-brand img {
    max-height: 58px;
    width: auto;
}

.pc-brand-text {
    line-height: 1.05;
    color: #071f45;
}

.pc-brand-text strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .2px;
}

.pc-brand-text span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #003b7a;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.pc-navbar .navbar-nav {
    align-items: center;
}

.pc-navbar .nav-link {
    color: #071f45 !important;
    font-size: 14px;
    font-weight: 800;
    padding: 27px 13px !important;
    text-transform: uppercase;
    letter-spacing: .2px;
    position: relative;
}

.pc-navbar .nav-link::after {
    transition: .3s ease;
}

.pc-navbar .nav-link.active,
.pc-navbar .nav-link:hover {
    color: #003b7a !important;
}

.pc-navbar .nav-link.active::before,
.pc-navbar .nav-link:hover::before {
    width: calc(100% - 26px);
}

.pc-navbar .nav-link::before {
    content: "";
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #f6b900;
    transition: .3s ease;
}

.pc-dropdown {
    border: 0;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 35px rgba(0,0,0,.13);
    padding: 12px 0;
    min-width: 230px;
}

.pc-dropdown .dropdown-item {
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #071f45;
}

.pc-dropdown .dropdown-item:hover {
    background: #eef5ff;
    color: #003b7a;
}

.pc-nav-cta {
    margin-left: 12px;
    background: #003b7a;
    color: #fff !important;
    padding: 11px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    transition: .3s ease;
}

.pc-nav-cta:hover {
    background: #f6b900;
    color: #071f45 !important;
}

.pc-toggler {
    border: 0;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    .pc-navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .pc-header {
        position: sticky;
        top: 0;
    }

    .pc-navbar {
        padding: 8px 0;
    }

    .pc-brand img {
        max-height: 52px;
    }

    .pc-brand-text strong {
        font-size: 17px;
    }

    .pc-brand-text span {
        font-size: 11px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 14px;
        margin-top: 10px;
        border-radius: 14px;
        box-shadow: 0 12px 35px rgba(0,0,0,.12);
    }

    .pc-navbar .navbar-nav {
        align-items: stretch;
    }

    .pc-navbar .nav-link {
        padding: 12px 5px !important;
        border-bottom: 1px solid #edf1f7;
    }

    .pc-navbar .nav-link::before {
        display: none;
    }

    .pc-dropdown {
        box-shadow: none;
        border-radius: 0;
        padding-left: 12px;
    }

    .pc-nav-cta {
        margin: 15px 0 5px;
        text-align: center;
    }
}

/* Force clean hero banner */
.pc-hero-simple .pc-hero-overlay,
.pc-hero-simple .pc-hero-content,
.pc-hero-simple .pc-badge,
.pc-hero-simple .pc-hero-actions {
    display: none !important;
}

.pc-hero-simple .carousel-item {
    min-height: unset !important;
    height: auto !important;
}

.pc-hero-simple .pc-hero-img {
    width: 100%;
    height: auto !important;
    max-height: 640px;
    object-fit: cover;
    object-position: center;
}

/* Pathak College Footer */
.pc-footer {
    background: #071f45;
    color: #dce9ff;
    position: relative;
    overflow: hidden;
}

.pc-footer::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    left: -170px;
    top: -130px;
}

.pc-footer-main {
    padding: 80px 0 55px;
    position: relative;
    z-index: 1;
}

.pc-footer-widget h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 12px;
}

.pc-footer-widget h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 3px;
    background: #f6b900;
}

.pc-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 24px;
}

.pc-footer-brand img {
    width: auto;
    max-height: 58px;
    background: #fff;
    border-radius: 8px;
    padding: 6px;
}

.pc-footer-brand strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
}

.pc-footer-brand span {
    display: block;
    color: #f6b900;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.pc-footer-widget p {
    color: #dce9ff;
    line-height: 1.8;
    margin-bottom: 0;
}

.pc-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.pc-footer-badges span {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
}

.pc-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pc-footer-widget ul li {
    margin-bottom: 13px;
}

.pc-footer-widget ul li a {
    color: #dce9ff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}

.pc-footer-widget ul li a::before {
    content: "›";
    color: #f6b900;
    font-size: 22px;
    line-height: 0;
    margin-right: 9px;
}

.pc-footer-widget ul li a:hover {
    color: #f6b900;
    padding-left: 5px;
}

.pc-footer-contact p {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
}

.pc-footer-contact i {
    color: #f6b900;
    font-size: 18px;
    margin-top: 5px;
    min-width: 18px;
}

.pc-footer-contact a {
    color: #dce9ff;
    text-decoration: none;
}

.pc-footer-widget h4 {
    color: #f6b900;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 28px 0 16px;
}

.pc-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pc-footer-social a {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,.10);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease;
}

.pc-footer-social a:hover {
    background: #f6b900;
    color: #071f45;
    transform: translateY(-3px);
}

.pc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.pc-footer-bottom p {
    margin: 0;
    color: #dce9ff;
}

.pc-footer-bottom a {
    color: #f6b900;
    text-decoration: none;
    font-weight: 700;
    margin-left: 14px;
}

.pc-footer-bottom p a {
    margin-left: 4px;
}

@media (max-width: 767px) {
    .pc-footer-main {
        padding: 55px 0 35px;
    }

    .pc-footer-bottom {
        text-align: center;
        justify-content: center;
    }

    .pc-footer-bottom a {
        margin: 0 7px;
    }
}

.pc-header-logo-text,
.pc-footer-logo-text {
    width: 58px;
    height: 58px;
    background: #f6b900;
    color: #071f45;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 22px;
}

.pc-footer-logo-text {
    background: #fff;
}

/* Admission Process */
.pc-admission-process {
    background: #fff;
}

.pc-process-card {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 22px;
    padding: 35px 24px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s ease;
}

.pc-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.pc-process-card span {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(0,59,122,.12);
    font-size: 42px;
    font-weight: 900;
}

.pc-process-card i {
    width: 72px;
    height: 72px;
    background: #eef5ff;
    color: #003b7a;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
}

.pc-process-card h4 {
    color: #102039;
    font-weight: 900;
    margin-bottom: 12px;
}

.pc-process-card p {
    color: #5f6b7a;
    margin: 0;
    line-height: 1.7;
}

/* Admission Process Force Visible */
.pc-admission-process {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #f3f7fb !important;
    padding: 90px 0 !important;
}

.pc-process-card {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 22px;
    padding: 35px 24px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s ease;
}

.pc-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.pc-process-card span {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(0,59,122,.12);
    font-size: 42px;
    font-weight: 900;
}

.pc-process-card i {
    width: 72px;
    height: 72px;
    background: #eef5ff;
    color: #003b7a;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
}

.pc-process-card h4 {
    color: #102039;
    font-weight: 900;
    margin-bottom: 12px;
}

.pc-process-card p {
    color: #5f6b7a;
    margin: 0;
    line-height: 1.7;
}


/* Home Admission Process */
.hm-admission-process {
    background: #fff;
}

.hm-process-card {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 22px;
    padding: 35px 24px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s ease;
}

.hm-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.hm-process-card span {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(0,59,122,.12);
    font-size: 42px;
    font-weight: 900;
}

.hm-process-card i {
    width: 72px;
    height: 72px;
    background: #eef5ff;
    color: #003b7a;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
}

.hm-process-card h4 {
    color: #102039;
    font-weight: 900;
    margin-bottom: 12px;
}

.hm-process-card p {
    color: #5f6b7a;
    margin: 0;
    line-height: 1.7;
}
/* Extra Homepage Sections */
.hm-admission-process {
    background: #fff;
}

.hm-process-card {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 22px;
    padding: 35px 24px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s ease;
}

.hm-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0,0,0,.12);
}

.hm-process-card span {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(0,59,122,.12);
    font-size: 42px;
    font-weight: 900;
}

.hm-process-card i {
    width: 72px;
    height: 72px;
    background: #eef5ff;
    color: #003b7a;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
}

.hm-process-card h4 {
    color: #102039;
    font-weight: 900;
    margin-bottom: 12px;
}

.hm-process-card p {
    color: #5f6b7a;
    margin: 0;
    line-height: 1.7;
}

.hm-support {
    background: #f3f7fb;
}

.hm-support-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.hm-support-list > div {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.hm-support-list i {
    width: 52px;
    height: 52px;
    background: #eef5ff;
    color: #003b7a;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.hm-support-list h5 {
    color: #102039;
    font-weight: 900;
    margin-bottom: 5px;
}

.hm-support-list p {
    color: #5f6b7a;
    margin: 0;
    line-height: 1.6;
}

.hm-support-box {
    background: linear-gradient(135deg, #003b7a, #071f45);
    color: #fff;
    border-radius: 28px;
    padding: 55px;
    box-shadow: 0 18px 45px rgba(0,59,122,.25);
}

.hm-support-box h3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
}

.hm-support-box p {
    color: #eaf2ff;
    line-height: 1.8;
    margin-bottom: 28px;
}

.hm-support-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hm-support-box .hm-btn-light {
    background: #fff;
    color: #003b7a;
}

.hm-support-box .hm-btn-light:hover {
    background: #f6b900;
    color: #071f45;
}

@media (max-width: 991px) {
    .hm-support-box {
        padding: 35px;
    }

    .hm-support-box h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .hm-support-actions .hm-btn {
        width: 100%;
    }
}

/* Clean Hero Banner */
.hm-hero-clean .carousel-item {
    min-height: auto !important;
    height: auto !important;
}

.hm-hero-clean .hm-hero-img {
    height: auto !important;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
}

.hm-hero-clean .hm-hero-overlay,
.hm-hero-clean .hm-hero-content {
    display: none !important;
}

@media (max-width: 767px) {
    .hm-hero-clean .hm-hero-img {
        height: 260px !important;
        object-fit: cover;
    }
}

/* Support CTA text readability */
.hm-support-box h3 {
    color: #fff !important;
}

.hm-support-box p {
    color: #eaf2ff !important;
}

.pc-header-logo-text,
.pc-footer-logo-text {
    width: 58px;
    height: 58px;
    background: #f6b900;
    color: #071f45;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 22px;
}

.pc-footer-logo-text {
    background: #fff;
}

.hm-course-card img {
    height: 230px !important;
    object-fit: cover;
}