.btn,
.hero,
.hero h1,
.hero-content,
.hero-logo,
.stat-item,
.top-banner {
    text-align: center,

}

.hero {
    place-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 1.5rem
}

.course-features,
.stats-grid {
    grid-template-columns: repeat(4, 1fr)
}

.features .section-header h2::after {
    left: 50%;
    background: var(--primary);
    transform: translateX(-50%)
}

.fees-btn,
.top-banner a,
.whatsapp-btn,
a {
    text-decoration: none
}

.hero h1,
.weoffer .section-title {
    -webkit-text-fill-color: transparent
}

.badge,
.feature,
.site-header,
.weoffer .feature-item {
    backdrop-filter: blur(10px)
}

:root {
    --primary: #FFB800;
    --primary-dark: #E6A600;
    --secondary: #0A2647;
    --secondary-light: #144272;
    --secondary-dark: #051B34;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --success: #22c55e;
    --container-width: 1280px;
    --header-height: 80px;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 5rem;
    --border-radius: 12px;
    --box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    line-height: 1.7;
    color: var(--text-dark);

}

img {
    max-width: 100%;
    height: auto
}

a {
    color: inherit;
    transition: color .3s
}

.btn-primary,
.btn-secondary:hover,
.top-banner i,
.top-banner p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary)
}

.badge,
.btn-secondary,
.hero {
    color: var(--white)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.3
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1.3
}

.top-banner p,
p {
    font-size: .9rem
}

p {
    color: var(--text-light);
    line-height: 1.8
}

.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1rem
}

.hero-offer {
    height: 150px;
    width: 250px
}

.visually-hidden {
    display: none;
}

@media (min-width:1200px) {
    .technologo {
        justify-self: left;
        position: fixed;
        z-index: 3;
        margin-top: -77px;
        margin-left: -16px
    }

    .technooffer {
        margin-top: 34px;
        margin-bottom: -130px;
        justify-self: right;
        margin-right: -15px
    }
}

@media (max-width:1200px) {
    .hero-offer {
        height: 0;
        width: 0
    }

    .hero-offer img {
        position: absolute;
        top: -23px;
        width: 200px;
        right: 3px
    }
}

@media (max-width:700px) {
    .hero-offer {
        height: 0;
        width: 0
    }

    .hero-offer img {
        position: absolute;
        top: -23px;
        width: 90px;
        right: -10px
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    border: none;
    gap: .75rem;
    letter-spacing: -.01em;
    margin-top: 15px;
}

.btn-primary {
    background-color: var(--primary);
    box-shadow: 0 10px 20px -5px rgba(255, 184, 0, .3)
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(255, 184, 0, .4)
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid var(--primary);
    box-shadow: 0 10px 20px -5px rgba(255, 184, 0, .15)
}

.btn-secondary:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(255, 184, 0, .3)
}

.site-header {
    background-color: rgba(10, 38, 71, .95);
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: .75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.hero,
.hero-content {
    position: relative
}

.feature,
.hero-logo {
    border-radius: var(--border-radius)
}

.hero {
    background: #0f0e4d;
    padding: 2rem 0 4rem;
    overflow: hidden;
    margin-top: 0
}

.get-started-section::before {
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, var(--primary) 0, transparent 60%);
    top: -20vw;
    right: -20vw;
    animation: 8s ease-in-out infinite pulse
}

.get-started-section::after,
.hero::after {
    width: 40vw;
    height: 40vw;
    background: radial-gradient(circle, var(--primary-dark) 0, transparent 60%);
    bottom: -10vw;
    left: -10vw;
    animation: 8s ease-in-out infinite reverse pulse
}

@keyframes pulse {

    0%,
    100% {
        opacity: .1
    }

    50% {
        opacity: .2
    }
}

.hero-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem
}

.hero-logo {
    margin: 0 auto 2rem;
    display: block;
    background: var(--white);
    padding: 1.5rem;
    width: fit-content
}

.hero-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

.hero-logo img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .05))
}

.award-image img,
.awards::before,
.stats::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .1);
    padding: .875rem 1.75rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.branch-info,
.hero-text {
    margin: 0 auto;
    text-align: center
}

.award-image,
.stats,
.video-section {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.badge i {
    margin-right: .75rem;
    color: var(--primary);
    font-size: 1.25rem;
    text-shadow: 0 0 10px rgba(255, 184, 0, .5)
}

.hero h1 {
    background: -webkit-linear-gradient(#ffb700, #ffd469);
    text-align: center;
    -webkit-background-clip: text;
    margin-bottom: 1rem;
    font-size: clamp(2.5rem, 5vw, 4rem)
}

@media (max-width:1400px) {
    .hero h1 {
        font-size: clamp(2.5rem, 5vw, 3.5rem)
    }
}

.hero-text {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: var(--gray-200);
    max-width: 1000px;
    padding: 0 1rem
}

.feature i,
.highlight {
    color: var(--primary);
    text-shadow: 0 0 10px rgba(255, 184, 0, .3)
}

.highlight {
    font-weight: 700
}

.branch-info {
    color: var(--gray-200)
}

.course-features {
    display: grid;
    gap: 1rem;
    margin: 1rem auto;
    max-width: 1200px;
    padding: 0 1rem;
    width: 100%
}

.feature {
    display: flex;
    align-items: anchor-center;
    gap: .75rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1)
}

.feature:hover,
.weoffer .feature-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .1);
    border-color: var(--primary)
}

.feature i {
    font-size: 1.5rem;
    background: rgba(255, 255, 255, .1);
    padding: .75rem;
    border-radius: var(--border-radius)
}

.feature p {
    color: rgba(255, 255, 255, .8);
    margin: 0;
    line-height: 1.4;
    text-align: left
}

.feature strong {
    color: var(--white);
    font-size: 1rem;
    display: block;
    margin-bottom: .25rem
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1rem auto 0
}

.stats {
    background: var(--white);
    border-radius: 24px;
    margin: -3rem auto 0;
    position: relative;
    z-index: 1;
    max-width: calc(100% - 2rem);
    width: 100%
}

.awards,
.features {
    position: relative;
    overflow: hidden
}

.stats::before {
    content: '';
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: .5
}

.stats-grid {
    display: grid;
    gap: 2rem;
    padding: 2rem
}

.stat-item h3 {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: .5rem;
    font-weight: 800;
    line-height: 1
}

.stat-item p {
    color: var(--secondary);
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0
}

.awards {
    padding: 4rem 0
}

.awards::before {
    content: '';
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.features::before,
.testimonials::before {
    height: 1000px;
    background: linear-gradient(45deg, var(--primary) 0, transparent 70%);
    top: -400px
}

.awards .section-header {
    margin-bottom: 5rem
}

.awards-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1rem
}

.award-image {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    transform-origin: center
}

.award-image::before {
    content: '';
    display: block;
    padding-top: 75%
}

.award-image img {
    width: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

.award-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15)
}

.award-image:hover img {
    transform: scale(1.05)
}

@media (max-width:1200px) {

    .course-features,
    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .course-features {
        gap: 1.5rem
    }

    .stats-grid {
        gap: 2rem
    }
}

@media (max-width:992px) {
    .hero {
        padding: 5rem 0 3rem
    }

    .hero h1 {
        font-size: clamp(2rem, 4vw, 2.5rem)
    }

    .awards-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem
    }
}

@media (max-width:768px) {

    .course-features,
    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .container {
        padding: 0 1rem
    }

    .top-banner {
        padding: .3rem 0
    }

    .site-header {
        top: 28px
    }

    .hero {
        padding: 4.5rem 1rem 3rem
    }

    .hero-logo {
        padding: 1rem;
        margin-bottom: 1.5rem
    }

    .hero-logo img {
        height: 80px
    }

    .course-features {
        gap: 1rem;
        padding: 0
    }

    .feature {
        padding: 0.5rem 1rem;
    }

    .stats {
        margin-top: -2rem;
        border-radius: 16px
    }

    .stats-grid {
        gap: 1.5rem;
        padding: 1.5rem
    }

    .stat-item h3 {
        font-size: 2rem
    }
}

@media (max-width:576px) {
    .site-header {
        top: 42px
    }

    .hero {
        padding: 4rem 1rem 2rem
    }

    .hero-logo {
        padding: .75rem;
        margin-bottom: 1rem
    }

    .hero-logo img {
        height: 60px
    }

    .course-features {
        display: grid
    }

    .stats {
        margin-top: -1rem
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem
    }

    .badge {
        font-size: .9rem;
        padding: .5rem 1rem
    }

    .hero-text {
        font-size: 1rem
    }

    .feature p {
        font-size: .875rem
    }

    .hero-buttons {
        display: grid;
        margin: 2rem auto 0
    }
}

.features {
    padding: 2rem 0
}

.features .section-header,
.testimonials .section-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 4rem
}

.features .section-header h2 {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    position: relative;
    display: inline-block
}

.features .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 80px;
    height: 4px;
    border-radius: 2px
}

.features .section-header p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.7
}

.video-form-container {
    display: grid;
    grid-template-columns: 1.35fr 0fr 0.7fr;
    gap: 3rem;
    align-items: start
}

.video-section {
    align-self: center;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    background: var(--secondary)
}

.video-section::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.testimonial-video iframe,
.video-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.form-group {
    margin-bottom: .5rem
}

.form-group input,
.form-group select {
    width: 100%;
    padding: .5rem 1.25rem;
    border: 2px solid var(--gray-200);
    border-radius: .75rem;
    font-size: 1rem;
    transition: .3s;
    background: var(--gray-50);
    color: var(--text-dark)
}

.form-group input:focus,
.form-group select:focus {
    outline: 0;
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(var(--primary-rgb), .1)
}

.form-group input::placeholder {
    color: var(--text-light)
}

.features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem
}

.feature-item {
    background: #fff;
    padding: 2rem;
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .3s;
    border: 1px solid rgba(0, 0, 0, .05);
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.testimonials::after,
.testimonials::before {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    content: '';
    opacity: .1
}

.testimonial-content,
.testimonial-video,
.testimonials,
.testimonials .container {
    position: relative
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.feature-item i {
    color: var(--primary);
    font-size: 1.5rem;
    background: var(--gray-50);
    padding: 1rem;
    border-radius: 1rem;
    transition: .3s
}

.feature-item:hover i {
    background: var(--primary);
    color: #fff
}

.feature-item span {
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4
}

.testimonials {
    padding: 6rem 0;
    overflow: hidden
}

.testimonials::before {
    width: 1000px;
    right: -400px
}

.testimonials::after {
    width: 800px;
    height: 800px;
    background: linear-gradient(45deg, var(--secondary) 0, transparent 70%);
    bottom: -300px;
    left: -300px
}

.testimonials .section-header h2 {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block
}

.testimonials .section-header h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px
}

.testimonials .section-header p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.6
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem
}

.testimonial-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .05)
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12)
}

.testimonial-video {
    padding-bottom: 58.25%;
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.testimonial-content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #fff
}

.testimonial-content::before {
    content: '"';
    position: absolute;
    top: -30px;
    right: 30px;
    font-size: 120px;
    color: var(--primary);
    opacity: .1;
    line-height: 1
}

.testimonial-content h4 {
    color: var(--secondary);
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 700
}

.testimonial-content .role {
    color: var(--primary);
    font-size: .95rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem
}

.testimonial-content .role::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--primary);
    margin-right: .5rem
}

.testimonial-content .quote {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    flex-grow: 1;
    font-style: italic
}

@media (max-width:992px) {
    .video-form-container {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .features .section-header h2,
    .testimonials .section-header h2 {
        font-size: 2.2rem
    }

    .testimonials {
        padding: 5rem 0
    }

    html {
        font-size: 15px
    }

    .hero h1 {
        font-size: 2.5rem
    }

    .stat-item p {
        font-size: 1rem;
    }
}

.placements {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.placements .section-title {
    font-size: 2.5rem;
    color: #0a2647;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-background-clip: text
}

.placements .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #ffb800
}

.placements .text-center {
    text-align: center;
    margin-top: 40px
}

.placements .view-more-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: .3s;
    background: var(--primary);
    color: var(--secondary);
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 184, 0, .3)
}

.placements .view-more-btn:hover,
.weoffer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 184, 0, .4)
}

.placements-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 50px
}

.placements-track {
    display: flex;
    transition: transform .5s;
    gap: 30px
}

.placements-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
    background: #f4f2ff;
    border-radius: 20px;
    padding: 11px 30px 2px;
    transition: transform .3s;
    text-align: center
}

.placements-card:hover {
    transform: translateY(-5px)
}

.card-content {
    display: flex;
    flex-direction: column
}

.text-content h3 {
    font-size: 1.5rem;
    color: #0a2647;
    margin-bottom: 5px;
    margin-top: 5px
}

.text-content .role {
    color: #666;
    font-size: 1rem;
    margin-bottom: 5px
}

.text-content .package {
    color: #0a2647;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0
}

.image-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.student-image {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    border: 4px solid #ffb800
}

.company-logo {
    max-width: 150px;
    height: auto
}

.next-btn,
.prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffb800;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 2
}

.prev-btn {
    left: 0
}

.next-btn {
    right: 0
}

.next-btn:hover,
.prev-btn:hover {
    background: #0a2647;
    color: #fff
}


.floating-contact {
    position: fixed;
    bottom: 20px;
    /* Match the phone button */
    left: 20px;
    /* WhatsApp left side */
    z-index: 1000;
    /* No need for display:flex or justify-content */
    pointer-events: none;
    /* Allow pointer for the button only */
}

.fees-btn,
.whatsapp-btn {
    align-items: center;
    transition: .3s;
    color: #fff;
    display: flex
}

.whatsapp-btn {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    /* Match the phone button */
    height: 60px;
    /* Match the phone button */
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37, 211, 102, .3);
    transition: 0.3s;
    color: #fff;
    /* Optional: add same hover/animation styles as phone for consistency */
}

.whatsapp-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(37, 211, 102, .4);
}

.whatsapp-btn i {
    font-size: 26px;
    /* Match the phone icon */
}

.fees-btn {
    gap: .5rem;
    padding: .75rem 1.5rem;
    background-color: var(--primary);
    border-radius: 2rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(37, 99, 235, .3)
}

.fees-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, .4)
}

.fade-in {
    animation: .8s cubic-bezier(.4, 0, .2, 1) forwards fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.logos-wrapper {
    display: flex;
    width: max-content;
    animation: 20s linear infinite scroll
}

.logos-slide {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 0 2rem;
    flex-shrink: 0
}

.logos-slide img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .5;
    transition: .3s ease-in-out;
    max-width: 150px
}

.logos-slide img.is-centered,
.logos-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05)
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.videocontainer {
    border: 3px solid #ffc500;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.button-85 {
    padding: .6em 2em;
    border: none;
    outline: 0;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    pointer-events: auto;
}

.button-85:after,
.button-85:before {
    z-index: -1;
    content: "";
    border-radius: 10px;
    position: absolute
}

.get-started-section,
.weoffer {
    background: #0f0e4d;
    position: relative;
    overflow: hidden
}

.button-85:before {
    background: linear-gradient(45deg, red, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, red);
    top: -2px;
    left: -2px;
    background-size: 400%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: 20s linear infinite glowing-button-85;
    transition: opacity .3s ease-in-out
}

@keyframes glowing-button-85 {

    0%,
    100% {
        background-position: 0 0
    }

    50% {
        background-position: 400% 0
    }
}

.button-85:after {
    width: 100%;
    height: 100%;
    background: #17144a;
    left: 0;
    top: 0
}

.fa-bell {
    animation: 1s infinite actual-bell-shake;
    transform-origin: 50% 0%
}

@keyframes actual-bell-shake {

    0%,
    100% {
        transform: rotate(0)
    }

    20% {
        transform: rotate(-20deg)
    }

    40% {
        transform: rotate(20deg)
    }

    60% {
        transform: rotate(-10deg)
    }

    80% {
        transform: rotate(10deg)
    }
}

.fa-phone-alt {
    animation: .3s infinite phone-vibrate;
    transform-origin: center center;
    transform: scaleX(-1)
}

@keyframes phone-vibrate {
    0% {
        transform: translate(0, 0) scaleX(-1)
    }

    25% {
        transform: translate(2px, -2px) scaleX(-1)
    }

    50% {
        transform: translate(-2px, 2px) scaleX(-1)
    }

    75% {
        transform: translate(2px, 2px) scaleX(-1)
    }

    100% {
        transform: translate(-2px, -2px) scaleX(-1)
    }
}

.feessection h2 {
    color: #fff;
    line-height: 1.7
}

.weoffer {
    padding: 30px 0 60px;
    color: var(--white)
}

.weoffer .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(#ffb700, #ffd469);
    -webkit-background-clip: text
}

.weoffer .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
}

.weoffer .section-description {
    font-size: 1rem;
    color: var(--gray-200);
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.offer-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.weoffer .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, .05);
    padding: 20px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    transition: .3s;
    height: 100%
}

.weoffer .feature-item i {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, .1);
    padding: 15px;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.weoffer .feature-item:hover i {
    background: var(--primary);
    color: var(--secondary);
    transform: scale(1.1)
}

.weoffer .feature-item span {
    font-size: 1rem;
    color: var(--white);
    font-weight: 500;
    line-height: 1.4
}

.weoffer .btn-primary {
    padding: 15px 40px;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: .3s;
    background: var(--primary);
    color: var(--secondary);
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 184, 0, .3);
    margin-top: 20px
}

@media (max-width:1200px) {

    .features-list,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .placements-card {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px)
    }

    :root {
        --container-width: 95%
    }

    .offer-features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px
    }
}

@media (max-width:991px) {
    .weoffer {
        padding: 60px 0
    }

    .offer-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .weoffer .section-title {
        font-size: 2.2rem
    }
}

.get-started-section {
    color: #fff;
    padding: 4rem 0 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(15, 14, 77, .15)
}

.get-started-section::after,
.get-started-section::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: .15;
    z-index: 0
}

.get-started-content {
    position: relative;
    z-index: 1
}

.get-started-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #fff;
    letter-spacing: -.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.get-started-content h2 i {
    font-size: 2.2rem;
    color: #fff;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    padding: .7rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.get-started-text {
    font-size: 1.25rem;
    margin-bottom: 2.2rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.get-started-btn {
    font-size: 1.2rem;
    padding: 1.1rem 2.8rem;
    border-radius: 100px;
    background: #fff;
    color: #ff6a00;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(255, 106, 0, .18);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    border: none;
    display: inline-flex;
    align-items: center;
    gap: .8rem
}

.contact-image img {
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px rgba(15, 14, 77, .08)
}

.get-started-btn i {
    font-size: 1.3rem;
    color: #ff6a00
}

.get-started-btn:hover {
    background: #ffe0b2;
    color: #ff6a00;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 24px rgba(255, 106, 0, .22)
}

@media (max-width:768px) {
    .hero {
        padding-top: 2rem;
        text-align: center
    }

    .hero-logo {
        padding: 1rem
    }

    .hero-logo img {
        height: 80px
    }

    .badge {
        padding: .6rem 1.2rem;
        font-size: .9rem
    }

    .features {
        padding: 2rem 0
    }

    .features-list {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }

    .testimonials {
        padding: 4rem 0
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2rem
    }

    .testimonials .section-header {
        margin-bottom: 3rem
    }

    .get-started-content h2,
    .testimonials .section-header h2 {
        font-size: 2rem
    }

    .testimonial-content {
        padding: 1.5rem
    }

    .placements {
        padding: 60px 0
    }

    .placements-wrapper {
        padding: 0
    }

    .placements-track {
        display: flex;
        gap: 30px;
        transition: transform .5s
    }

    .placements-card {
        flex: 0 0 100%;
        min-width: 100%
    }

    .student-image {
        width: 150px;
        height: 150px
    }

    .next-btn,
    .prev-btn {
        width: 35px;
        height: 35px;
        background: var(--primary);
        color: var(--secondary);
        font-size: .9rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
    }

    .prev-btn {
        left: 5px
    }

    .next-btn {
        right: 5px
    }


    html {
        font-size: 14px
    }

    .hero-buttons {
        justify-content: center
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .features-list,
    .video-form-container {
        grid-template-columns: 1fr
    }

    .logos-slide {
        gap: 2rem
    }

    .logos-slide img {
        height: 35px;
        max-width: 100px
    }

    .get-started-section {
        padding: 2.5rem 0 2rem
    }

    .get-started-text {
        font-size: 1.05rem
    }

    .get-started-btn {
        font-size: 1rem;
        padding: .9rem 2rem
    }
}

@media (max-width:480px) {
    .get-started-section {
        padding: 1.5rem 0 1.2rem
    }

    .get-started-content h2 {
        font-size: 1.3rem;
        gap: .5rem
    }

    .get-started-btn {
        font-size: .95rem;
        padding: .7rem 1.2rem
    }
}


.site-footer {
    background: #0f0e4d;
    color: #fff;
    padding: 1.5rem 0 1rem;
    text-align: center;
    font-size: 1rem;
    letter-spacing: .01em
}

.site-footer p {
    margin: 0;
    color: #fff;
    opacity: .85
}

.faq-section {
    padding: 4rem 0 3rem;
    position: relative
}

.faq-title {
    text-align: center;
    font-size: 2.2rem;
    color: var(--secondary);
    margin-bottom: 2.5rem;
    font-weight: 800;
    letter-spacing: -.01em
}

.faq-title i {
    color: var(--primary);
    margin-right: .7rem
}

.faq-accordion {
    max-width: 700px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.faq-item {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(15, 14, 77, .07);
    overflow: hidden;
    border: 1.5px solid var(--gray-200);
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.faq-question {
    width: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--secondary);
    padding: .2rem 1.5rem;
    text-align: left;
    cursor: pointer;
    justify-content: space-between;
    transition: background .2s
}

.faq-question:hover {
    background: #f1f5f9
}

.faq-toggle-icon {
    font-size: 1.5rem;
    color: var(--primary);
    margin-left: 1rem;
    transition: transform .3s
}

.faq-answer {
    display: none;
    padding: 0 1.5rem 1.2rem;
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.7;
    border-top: 1px solid var(--gray-100);
    background: #fff
}

.faq-item.active .faq-answer {
    display: block;
    animation: .4s fadeIn
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(45deg)
}

@media (max-width:768px) {
    .faq-section {
        padding: 2.5rem 0 2rem
    }

    .faq-title {
        font-size: 1.5rem
    }

    .faq-accordion {
        max-width: 100%;
        gap: .8rem
    }

    .faq-question {
        font-size: 1rem;
        padding: .6rem 1.1rem
    }

    .faq-answer {
        font-size: .98rem;
        padding: 0 1.1rem 1rem
    }
}

.contact-faq-section {
    padding: 4rem 0 3rem
}

.contact-faq-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin: 0 auto;
    flex-wrap: wrap
}

.contact-faq-form {
    flex: 1 1 340px;
    min-width: 320px;
    max-width: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.contact-faq-faq {
    display: flex;
    min-width: 27%;
    flex-direction: column;
    justify-content: flex-start
}

.contact-faq-faq2 {
    min-width: 57%;
}

@media (max-width:900px) {
    .contact-flex {
        flex-direction: column;
        gap: 2rem
    }

    .contact-image img {
        max-width: 260px
    }

    .contact-faq-flex {
        flex-direction: column;
        gap: 2.5rem;
        align-items: stretch
    }

    .contact-faq-faq,
    .contact-faq-form {
        max-width: 100%;
        min-width: 0
    }
}


.slider-card,
.slider-container {
    overflow: hidden;
    position: relative
}


@keyframes vibrate-with-halt {

    0%,
    10%,
    20% {
        transform: rotate(0)
    }

    5% {
        transform: rotate(5deg)
    }

    15% {
        transform: rotate(-5deg)
    }

    100%,
    25% {
        transform: 0
    }
}

.shake-button {
    animation: 3s linear infinite vibrate-with-halt
}


.slider-section {
    padding: 80px 0;
    overflow: hidden
}

.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%
}

.slider-track {
    display: flex;
    transition: transform .5s ease-in-out;
    gap: 30px;
    width: 100%
}

.slider-card {
    flex: 0 0 calc(33.333% - 27px);
    background: #fff;
    border-radius: 15px;
    border: 2px solid #ffb800;
    transition: .3s;
    padding: 35px;
    min-height: 300px;
    display: flex;
    flex-direction: column
}

.slider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.slider-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 60px;
    color: #f0f0f0;
    line-height: 1
}

.card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%
}

.rating {
    margin-bottom: 15px
}

.rating i {
    color: #ffc107;
    font-size: 18px;
    margin-right: 2px
}

.description {
    color: #000;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
    flex-grow: 1
}

.student-info {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: auto
}

.student-info h3 {
    margin: 0 0 5px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600
}

.student-info .role {
    color: #000;
    font-size: .9rem;
    margin-bottom: 3px
}

.student-info .company {
    color: #000;
    font-size: .85rem;
    font-style: italic
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    pointer-events: none;
    z-index: 2
}

.slider-next,
.slider-prev {
    background: #ffb800;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    transition: .3s;
    color: #333;
    z-index: 4
}

.slider-next:hover,
.slider-prev:hover {
    background-color: #f8f9fa;
    transform: scale(1.1)
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: var(--primary-color-darker);
    font-size: 2.2rem;
    font-weight: 600
}

@media (max-width:992px) {
    .slider-card {
        flex: 0 0 calc(50% - 15px);
        min-height: 350px
    }

    .slider-container {
        padding: 20px 10px
    }

    .slider-track {
        gap: 20px
    }
}

@media (max-width:576px) {
    .hero {
        padding-top: 2rem
    }

    .badge {
        padding: .5rem 1rem;
        font-size: .85rem
    }

    .features {
        padding: 1rem 0
    }

    .feature-item {
        padding: 1.5rem
    }

    .features .section-header h2,
    .testimonials .section-header h2 {
        font-size: 1.8rem
    }

    .features .section-header p,
    .testimonials .section-header p {
        font-size: 1rem
    }

    .hero-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 2rem auto 1rem 0
    }

    .testimonials {
        padding: 3rem 0
    }

    .testimonial-card {
        margin: 0;
        border-radius: 1rem;
        width: 100%
    }


    .placements-wrapper {
        padding: 0
    }

    .container {
        padding: 0 1rem
    }

    .hero h1,
    .weoffer .section-title {
        font-size: 1.8rem
    }

    /*.hero-content{*/
    /*    padding:0;*/
    /*}*/

    .stats-grid {
        gap: 1.5rem
    }

    .slider-section,
    .weoffer {
        padding: 40px 0
    }

    .offer-features-grid {
        gap: 15px
    }

    .weoffer .feature-item {
        padding: 20px 15px
    }

    .weoffer .feature-item i {
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
        padding: 12px
    }

    .top-banner {
        padding: 1.4rem 0;
        background: linear-gradient(82deg, #fff 29%, #ffb800 48%);
        position: fixed;
        z-index: 2;
        width: 100%
    }

    .top-banner p {
        justify-content: right;
        text-align: right;
        font-size: 1rem
    }

    .hero-logo {
        margin-top: -97px;
        margin-bottom: 60px;
        box-shadow: none;
        padding: 1.1rem .1rem .2rem .3rem
    }

    .technologo {
        position: fixed;
        z-index: 1099
    }

    .hero-logo img {
        height: 50px
    }

    .technooffer {
        margin-top: 62px
    }

    .contact-faq-flex {
        gap: .5rem
    }

    .branch-info p,
    .phonenumber {
        display: none
    }

    .slider-container {
        padding: 10px 0;
        margin: 0;
        width: 100%
    }

    .slider-track {
        gap: 15px;
        margin: 0;
        padding: 0 15px
    }

    .slider-card {
        flex: 0 0 calc(100% + 10px);
        min-height: auto;
        padding: 25px 50px;
        margin: 0
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
        padding: 0 15px
    }

    .description {
        font-size: .95rem;
        line-height: 1.5
    }

    .student-info h3 {
        font-size: 1.1rem
    }

    .slider-next,
    .slider-prev {
        width: 40px;
        height: 40px
    }

    .slider-controls {
        padding: 0 10px
    }
}



.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    display: flex;
    justify-content: space-between;
    /* Distribute lines evenly */
}

.line {
    position: relative;
    width: 1px;
    height: 100%;
    /*background: #ffffff;  /* Line color */
    overflow: hidden;
}

.line::after {
    content: '';
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

/* Different colors for each line's pseudo-element */
.line:nth-child(1)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FF4500 75%, #FF4500 100%);
    animation-delay: 0.5s;
}

.line:nth-child(2)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #32CD32 75%, #32CD32 100%);
    animation-delay: 1s;
}

.line:nth-child(3)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1E90FF 75%, #1E90FF 100%);
    animation-delay: 1.5s;
}

.line:nth-child(4)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFD700 75%, #FFD700 100%);
    animation-delay: 2s;
}

.line:nth-child(5)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #8A2BE2 75%, #8A2BE2 100%);
    animation-delay: 2.5s;
}

.line:nth-child(6)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #20B2AA 75%, #20B2AA 100%);
    animation-delay: 3s;
}

.line:nth-child(7)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #DC143C 75%, #DC143C 100%);
    animation-delay: 3.5s;
}

.line:nth-child(8)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00FA9A 75%, #00FA9A 100%);
    animation-delay: 4s;
}

.line:nth-child(9)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FF1493 75%, #FF1493 100%);
    animation-delay: 4.5s;
}

.line:nth-child(10)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00BFFF 75%, #00BFFF 100%);
    animation-delay: 5s;
}

@keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.left-form-faq {
    width: 37%;
}

.certificate-description {
    text-align: center;
    margin-top: -25px;
}

.certificate-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.certificate-card {
    text-align: center;
    background: #17144a;
    padding: 25px;
    border-radius: 15px;
}

.certificate-card h4 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 10px;
}

.certificate-card img {
    border-radius: 50%;
    border: 2px solid #f5a80a;
    width: 150px;
    height: 150px;
}

.brand-case-studies-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.brand-case-studies-card {
    text-align: center;
}

.brand-case-studies-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #17144aab;
    border-radius: 40px;
}

.read-more-content {
    background: white;
    padding: 25px 25px 0px 25px;
    border-radius: 11px;
}

.read-more-content h4 {
    color: #17144a;
    font-size: 1.2rem;
}

.read-more-content p {
    color: black;
    margin-bottom: 10px;
    font-size: 1rem;
}

.read-more-content strong {
    color: var(--orange-color);
}

.read-more-container {
    justify-items: center;
}

.read-more-container .more-content {
    display: block;
    /* Initially hide the content */
}

.read-more-container.show-content .more-content {
    display: contents;
}

.form-card {
    padding: 10px 30px;
}

.form-group input,
.form-group select {
    padding: .2rem 1.25rem;
}

.form-heading {
    text-align: center;
}

.submit-button {
    padding: 4px 25px;
    width: 35%;
    margin-top: 14px;
    justify-self: center;
}

.separator-line {
    width: 2px;
    height: 97%;
}

.read-more-btn {
    margin-top: -29px;
    color: black;
    font-weight: 600;
}

@media (min-width: 768px) {
    .read-more-container-case {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 15px;
    }

    .desktop-none,
    .read-more-syllabus {
        display: none;
    }

    .feessection {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .feessection {
        padding: 20px 0px;
    }

    .brand-case-studies-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .certificate-description {
        text-align: center;
        margin-top: 0px;
    }

    .features .section-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 0rem;
    }

    .certificate-grid {
        display: grid;
    }

    .left-form-faq {
        width: 100%;
    }

    .contact-faq-section {
        padding: 2rem 10px 3rem;
        /* place-items: center; */
    }

    .partners-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .client-img img {
        max-width: 150px;
    }

    .read-more-container-syllabus {
        display: none;
        /* Initially hide the content */
    }

    .read-more-container-syllabus2 {
        display: none;
        /* Initially hide the content */
    }

    .show-content2 {
        display: contents;
    }

    .show-content3 {
        display: contents;
    }

    .mt-3 {
        margin-top: 0rem;
    }

    .certificate-card img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .certificate-card {
        padding: 10px 25px;
    }

    .certificate-grid {
        gap: 15px;
    }

    .read-more-content {
        text-align: justify;
    }

    .case0,
    .case1,
    .case2,
    .case3,
    .case4,
    .case5,
    .case6,
    .case7,
    .case8,
    .case9,
    .case10 {
        display: none;
    }

    .show-contentCase {
        display: contents;
    }
}

/* ========================================
   DM Hero Section - Two Column Layout
   ======================================== */

.dm-hero {
    background: #0f0e4d;
    padding: 2rem 2rem 4rem;
    overflow: hidden;
    margin-top: 0;
}

.dm-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
    padding: 0 20px;
}

.dm-hero-content {
    text-align: left;
}

.dm-hero-content .badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.dm-hero-content .badge i {
    margin-right: 0.5rem;
    color: var(--primary);
}

.dm-hero-content h1 {
    background: -webkit-linear-gradient(#ffb700, #ffd469);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
    text-align: left;
}

.dm-hero-content .hero-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Course Description Box with Yellow Border */
.dm-course-description-box {
    background: rgba(255, 255, 255, 0.08);
    border-left: 5px solid var(--primary);
    padding: 20px 25px;
    margin: 15px 0 20px;
    border-radius: 0 8px 8px 0;
}

.dm-course-description-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: justify;
}

.dm-hero-content .highlight {
    color: var(--primary);
    font-weight: 600;
}

/* Features List - 3+3 Bullet Points */
.dm-features-list {
    display: flex;
    gap: 40px;
    margin-bottom: 1.5rem;
}

.dm-features-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dm-features-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    font-weight: 500;
}

.dm-features-list ul li i {
    color: var(--primary);
    font-size: 14px;
    background: rgba(255, 184, 0, 0.15);
    padding: 5px;
    border-radius: 50%;
}

/* Hero Buttons */
.dm-hero-content .hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

/* DM Hero Form */
.dm-hero-form {
    display: flex;
    justify-content: center;
}

.dm-hero-form .form-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 450px;
}

.dm-hero-form .form-heading {
    font-size: 1.5rem;
    color: var(--secondary);
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

/* DM Hero Responsive Styles */
@media (max-width: 1200px) {
    .dm-hero-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .dm-hero-content h1 {
        font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    }
}

@media (max-width: 992px) {
    .dm-hero {
        padding: 2rem 1rem 3rem;
    }

    .dm-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0px;
    }

    .dm-hero-content {
        text-align: center;
    }

    .dm-hero-content h1,
    .dm-hero-content .hero-text {
        text-align: center;
    }

    .dm-features-list {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .dm-features-list ul {
        align-items: center;
    }

    .dm-hero-content .hero-buttons {
        justify-content: center;
    }

    .dm-hero-form {
        order: 2;
    }

    .dm-hero-form .form-card {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .dm-hero {
        padding: 1.5rem 0.75rem 2.5rem;
    }

    .dm-hero-content h1 {
        font-size: 1.6rem;
    }

    .dm-hero-content .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .dm-hero-content .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .dm-features-list {
        display: grid !important;
        place-self: center;
        gap: 0 !important;
        width: 100%;
        padding: 0 10px;
    }

    .dm-features-list ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 15px;
        width: 100%;
    }

    .dm-features-list ul li {
        font-size: 1rem !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        white-space: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .dm-features-list ul li i {
        flex-shrink: 0;
    }
}

@media (max-width: 576px) {
    .dm-hero-content h1 {
        font-size: 1.4rem;
    }

    .dm-hero-content .badge {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    .dm-hero-form .form-card {
        padding: 20px;
    }

    .dm-features-list {
        display: grid !important;
        place-self: center;
        gap: 0 !important;
        width: 100%;
        padding: 0 5px;
    }

    .dm-features-list ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 12px;
        width: 100%;
        align-items: flex-start;
    }

    .dm-features-list ul li {
        font-size: 1.25rem !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        white-space: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .dm-features-list ul li i {
        flex-shrink: 0;
        min-width: 24px;
    }
}

/* DM Institute Section */
.dm-institute-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.dm-institute-section .section-header {
    text-align: center;
    max-width: 100%;
    margin: 0;
}

.dm-institute-section .section-header h2 {
    color: var(--secondary);
    font-size: 2.5rem;
    margin-bottom: 25px;

}

.dm-institute-section .section-description {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.dm-institute-section .section-description strong {
    color: var(--secondary);
    font-weight: 600;
}

.dm-institute-section .section-description:last-child {
    margin-bottom: 0;
}

/* DM FAQ Section - 2 Column Layout */
.dm-faq-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.dm-faq-section .container {
    max-width: 1400px;
}

.dm-faq-title {
    text-align: center;
    font-size: 2.2rem;
    color: var(--secondary);
    margin-bottom: 40px;
    font-weight: 700;
}

.dm-faq-title i {
    color: var(--primary);
    margin-right: 10px;
}

.dm-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 40px;
}

.dm-faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dm-faq-item {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dm-faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.dm-faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondary);
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.dm-faq-answer {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .dm-faq-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .dm-faq-title {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .dm-faq-item {
        padding: 20px;
    }

    .dm-faq-question {
        font-size: 1rem;
    }

    .dm-faq-answer {
        font-size: 0.95rem;
    }
}

/* Dropdown Content Section - 3 Column Bullet Lists */
.feessection .read-more-content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feessection .read-more-content ul li {
    position: relative;
    padding-left: 25px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.feessection .read-more-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
}

/* Responsive - 2 columns on tablet, 1 on mobile */
@media (max-width: 992px) {
    .feessection .read-more-content ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .feessection .read-more-content ul {
        grid-template-columns: 1fr;
    }
}

/* Slide Animations for DM Features */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.dm-features-list .slide-left {
    animation: slideInLeft 0.7s ease-out forwards;
}

.dm-features-list .slide-right {
    animation: slideInRight 0.7s ease-out forwards;
}

/* Stagger the animations */
.dm-features-list ul:first-child li:nth-child(1) {
    animation-delay: 0.1s;
}

.dm-features-list ul:first-child li:nth-child(2) {
    animation-delay: 0.2s;
}

.dm-features-list ul:first-child li:nth-child(3) {
    animation-delay: 0.3s;
}

.dm-features-list ul:last-child li:nth-child(1) {
    animation-delay: 0.4s;
}

.dm-features-list ul:last-child li:nth-child(2) {
    animation-delay: 0.5s;
}

.dm-features-list ul:last-child li:nth-child(3) {
    animation-delay: 0.6s;
}

/* ========================================
   DM Page Mobile-Specific Styles
   ======================================== */

/* Hide hero buttons on mobile for DM page only */
@media (max-width: 768px) {
    .dm-hero .hero-buttons {
        display: none !important;
    }
}

/* Reduce gap between Best Institute section and Companies section */
.dm-institute-section {
    padding-bottom: 0;
    margin-bottom: 0;
}

.dm-institute-section .section-header {
    margin-bottom: 1rem;
}

/* Make syllabus section wider on mobile with equal side spacing */
@media (max-width: 768px) {
    .contact-faq-section {
        padding: 2rem 10px !important;
    }

    .contact-faq-flex {
        gap: 1rem !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .contact-faq-faq {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .faq-accordion {
        max-width: 100% !important;
        width: 100% !important;
    }
}





