body 

{ margin:0; font-family:Arial, sans-serif; 
    background-color: #727271;
    width:100%;
    overflow-x:hidden !important;

}


/* NAVBAR */

.navbar {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 40px;
    background:black;
     z-index: 999999 !important;
      position: relative;
}


.degree-hero{
    background:url('https://zicaprayagraj.com/images/degree.jpg') center/cover no-repeat;
    height:90vh;
    position:relative;
    display:flex;
    align-items:center;
}
.hero-edit
{ background:url('https://zicaprayagraj.com/images/edit.jpeg') center/cover no-repeat;
height:90vh;
    position:relative;
    display:flex;
    align-items:center;
}
.hero-3d
{ background:url('https://zicaprayagraj.com/images/animation.jpeg') center/cover no-repeat;
height:90vh;
    position:relative;
    display:flex;
    align-items:center;
}
.hero-graphic
{ background:url('https://zicaprayagraj.com/images/graphic.png') center/cover no-repeat;
height:90vh;
    position:relative;
    display:flex;
    align-items:center;
}
.hero-dm
{ background:url('https://zicaprayagraj.com/images/dm.jpeg') center/cover no-repeat;
height:90vh;
    position:relative;
    display:flex;
    align-items:center;
}
.hero-2d
{ background:url('https://zicaprayagraj.com/images/2d.jpeg') center/cover no-repeat;
height:90vh;
    position:relative;
    display:flex;
    align-items:center;
}

.degree-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
}
.course-card{
    text-decoration: none;
    color: inherit;
    display: block;
    transition: 0.3s ease;
}

.course-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.degree-hero-content{
    position:relative;
    color:#fff;
    max-width:700px;
    margin-left:8%;
}
.premium-course{
    max-width:1000px;
    margin:80px auto;
    text-align:center;
}
.premium-title{
    font-size:42px;
    margin-bottom:25px;
    font-weight:900;
}
.premium-tabs{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:30px;
}
.p-tab{
    padding:14px 36px;
    border-radius:30px;
    border:none;
    background:#eee;
    font-weight:700;
    cursor:pointer;
}
.p-tab.active{
    background:#d33639;
    color:#fff;
}
.p-content{
    display:none;
    background:#111;
    color:#fff;
    padding:40px;
    border-radius:16px;
    animation:fade .4s;
}
.p-content.active{
    display:block;
}
.p-content h3{
    color:#ffd339;
    font-size:28px;
}
.p-content ul{
    list-style:none;
    padding:0;
}
.p-content li{
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.2);
}

.career-strip{
    background:#f4f4f4;
    padding:70px 20px;
    text-align:center;
}
.career-strip h2{
    font-size:40px;
    margin-bottom:30px;
}
.career-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:15px;
}
.career-grid span{
    background:#ffd339;
    padding:16px;
    border-radius:12px;
    font-weight:700;
}
@keyframes fade{
    from{opacity:0;transform:translateY(15px)}
}

.degree-hero h1{font-size:60px;font-weight:900}
.degree-hero p{font-size:22px;margin:15px 0}
.degree-points{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:25px 0}
.degree-points div{background:#f4c430;color:#000;padding:12px;border-radius:8px;font-weight:700}
.degree-btn{background:#d33639;color:#fff;padding:14px 40px;border-radius:6px;text-decoration:none;font-weight:700}
.career-strip{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    background:#111;
    color:#fff;
}
.career-img img{width:100%;height:100%;object-fit:cover}
.career-content{padding:60px}
.career-tags{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}
.career-tags span{background:#ffd339;color:#000;padding:10px 16px;border-radius:20px;font-weight:700}
.module-tabs{max-width:1200px;margin:80px auto;padding:0 20px}
.tab-buttons{display:flex;justify-content:center;gap:15px;margin-bottom:30px}
.m-tab{padding:14px 40px;border:none;background:#eee;font-weight:700;border-radius:30px;cursor:pointer}
.m-tab.active{background:#d33639;color:#fff}

.m-content{display:none;animation:fade .4s}
.m-content.active{display:block}

.tab-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.tab-grid img{width:100%;border-radius:15px}
.tab-grid h2{color:#d33639;font-size:36px}
.tab-grid ul{font-size:18px;line-height:34px}

@keyframes fade{from{opacity:0;transform:translateY(15px)}to{opacity:1}}
@media(max-width:768px){
.tab-grid{grid-template-columns:1fr}
}

.logo {
    width:80px;
    margin-right:10px;
}
.navbar .cta-btn {
    color: #ec691f !important;
    border: 2px solid #ec691f;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    transition: 0.3s ease-in-out;
}
.student-work{
    padding:80px 0;
    background:#0f0f0f;
}

.section-title h2{
    color:#fff;
    font-size:36px;
    margin-bottom:30px;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* FILTER BUTTONS */
.work-filter{
    margin-bottom:40px;
}

.filter-btn{
    background:transparent;
    border:2px solid #ec691f;
    color:#fff;
    padding:10px 24px;
    margin:5px;
    border-radius:30px;
    cursor:pointer;
    font-weight:600;
    transition:0.3s;
}

.filter-btn:hover,
.filter-btn.active{
    background:#ec691f;
    color:#000;
}

/* GALLERY GRID */
.work-gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

/* CARD */
.work-item{
    position:relative;
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.5);
}

/* IMAGE */
.work-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}

/* HOVER ZOOM */
.work-item:hover img{
    transform:scale(1.12);
}

/* OVERLAY */
.work-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.2));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:20px;
    color:#fff;
    opacity:0;
    transition:.4s;
}

.work-item:hover .work-overlay{
    opacity:1;
}

.work-overlay h5{
    margin:0;
    font-size:18px;
    color:#ec691f;
}

.work-overlay p{
    font-size:14px;
    margin-top:6px;
    opacity:.85;
}

/* CTA BUTTON */
.btn-primary{
    background:#ec691f;
    color:#000;
    padding:14px 40px;
    border-radius:40px;
    text-decoration:none;
    display:inline-block;
    font-weight:700;
    margin-top:20px;
}

.btn-primary:hover{
    background:#fff;
    color:#000;
}

/* MOBILE */
@media(max-width:768px){
    .section-title h2{
        font-size:26px;
    }
    .work-item img{
        height:230px;
    }
}

/* Hover Effect */
.navbar .cta-btn:hover {
    background: #ec691f;
    color: #fff !important;
}
.nav-menu a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-transform: capitalize;
}
.nav-menu {
    display:flex;
    list-style:none;
    gap:30px;
}
.nav-menu li {
    position: relative;
}

.nav-menu li a {
    color:white;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
}

.nav-menu .dropdown:hover .dropdown-menu {
    display:block;
     z-index: 9999999 !important;
    position: absolute;
}

.dropdown-menu {
    display:none;
    position:absolute;
    background:white;
    padding:10px 0;
    border-radius:5px;
}

.dropdown-menu li a {
    color:black !important;
    display:block;
    padding:8px 15px;
}

.mobile-menu-icon {
    display:none;
    color:white;
    font-size:28px;
    cursor:pointer;
}
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;  /* bottom */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 2; /* above video */
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* center everything */
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;  /* ABOVE overlay */
}   
/* LEFT TEXT */
.left-text {
    width: 45%;
    color: #fff;
    text-align: center;     /* CENTER TEXT */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    /* CENTER HORIZONTALLY */
}
.left-text h1,
.left-text p {
    color: #fff !important;
}


.left-text h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.left-text p {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
/* RIGHT FORM */
.right-form {
    width: 30%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    z-index: 99999; /* highest priority */
}
.right-form h2 {
    text-align:center;
    margin-bottom:15px;
    color:#ec691f;
}

.right-form input,
.right-form select {
    width:100%;
    padding:12px;
    margin-bottom:12px;
    border:1px solid #ccc;
    border-radius:5px;
}

.submit-btn {
    width:100%;
    padding:12px;
    background:#ec691f;
    color:white;
    font-weight:bold;
    border:none;
    border-radius:5px;
    cursor:pointer;
}
.form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 350px;
    z-index: 9999;  /* ON TOP */
}
.error { color:red; font-size:12px; margin-top:-10px; display:block; }
.successMsg { color:green; text-align:center; margin-top:10px; }

/* MOBILE */
@media(max-width:768px) {
    .nav-menu { display:none; }
    .mobile-menu-icon { display:block; }

    .hero-content {
        flex-direction:column;
        text-align:center;
    }

    .left-text { width:100%; margin-bottom:25px; }
    .right-form { width:90%; }
}
/* Why Choose ZICA Section */
.why-choose-zica {
    padding: 80px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.why-choose-zica .container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-zica .headline {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.why-choose-zica .headline .underline {
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ec691f;
    margin: 10px auto 0;
    border-radius: 2px;
}

.why-choose-zica .description {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.why-choose-zica .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.why-choose-zica .images img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.why-choose-zica .images img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .why-choose-zica .images img {
        width: 45%;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .why-choose-zica .images img {
        width: 100%;
    }
}
.zica-section {
    padding: 80px 20px;
    background: #fff7f0;
    font-family: 'Arial', sans-serif;
}

.zica-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: auto;
    min-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.zica-content {
    flex: 1 1 500px;
}

.zica-title {
    font-size: 2.5rem;
    color: #ec691f;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.zica-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #ec691f;
    margin-top: 10px;
    text-transform: uppercase;
}

.zica-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.btn-apply {
    display: inline-block;
    padding: 12px 25px;
    background-color: #ec691f;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background 0.3s;
}

.btn-apply:hover {
    background-color: #d85a10;
}

.zica-image {
    flex: 1 1 400px;
    text-align: center;
}

.zica-image img {
    max-width: 100%;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .zica-section .container {
        flex-direction: column;
        gap: 30px;
    }
    .zica-title {
        font-size: 2rem;
    }
}
.zica-features {
    padding: 60px 20px;
    background-color: #fdf6f0;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.features-title {
    font-size: 2.5rem;
    color: #ec691f;
    margin-bottom: 50px;
    position: relative;
}

.features-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #ec691f;
    margin: 10px auto 0;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.feature-item {
    flex: 1 1 200px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-item i {
    font-size: 3rem;
    color: #ec691f;
    margin-bottom: 15px;
}

.feature-item h3 {
    font-size: 1.2rem;
    color: #333;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .features-grid {
        gap: 20px;
    }
    .feature-item {
        flex: 1 1 45%;
    }
}

@media (max-width: 480px) {
    .feature-item {
        flex: 1 1 100%;
    }
}
.courses-section {
    padding: 60px 20px;
    background: #f8f9fa;
    text-align: center;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ec691f;
    margin: 10px auto 0;
    border-radius: 2px;
}
.cta-course {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 25px;
}
.awards-section {
    width: 100%;
    padding: 60px 0;
    background: #f4f4f4;
}

.awards-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT SIDE */
.awards-left {
    width: 55%;
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #d81b1b;
    margin-bottom: 15px;
}

.section-desc {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.sub-title {
    font-size: 22px;
    margin: 20px 0 10px;
    font-weight: 700;
}

/* LOGOS GRID */
.awards-logos {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}

.logo-box {
    width: 110px;
    height: 110px;
    
    border-radius: 12px;
   
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box img {
    width: 80%;
}
.client-slider-wrapper {
    width: 100%;
    margin: 0;
    padding: 50px 0;  /* only vertical padding */
    background: #f9f9f9;
    overflow: hidden;
}


.slider-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
}

.client-slider {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start; /* align items to start */
}


.client-track {
    display: flex;
    flex-wrap: nowrap;
    animation: slide 20s linear infinite;
}
.client-item {
    flex: 0 0 auto;        /* no shrinking */
    width: 200px;          /* or adjust width to fit more logos */
    margin-right: 30px;    /* spacing between logos */
}

.client-item img {
    width: 100%;
    display: block;
}
.client-item img:hover {
    transform: scale(1.1);
    opacity: 1;
}

/* Sliding animation */
@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive adjustments */
@media(max-width:1024px){ .client-item{ width:calc(100% / 4);} }
@media(max-width:768px){ .client-item{ width:calc(100% / 3);} }
@media(max-width:480px){ .client-item{ width:calc(100% / 2);} }
/* BUTTON */
.cta-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    background: #ffcc00;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
}
.top-recruiters-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.underline {
    width: 80px;
    height: 4px;
    background-color: #ff4a57;
    margin: 0 auto 40px auto;
    border-radius: 2px;
}

.recruiters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.recruiter-card {
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.recruiter-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.recruiter-card:hover img {
    transform: scale(1.1);
}

.recruiter-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* RIGHT SIDE IMAGE */
.awards-right {
    width: 45%;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    width: 100%;
    border-radius: 12px;
}

/* Corner Decorative Border */
.image-wrapper::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 80px;
    height: 80px;
    border-top: 4px solid #cc9900;
    border-left: 4px solid #cc9900;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 992px) {
    .awards-container {
        flex-direction: column;
    }

    .awards-left,
    .awards-right {
        width: 100%;
    }

    .awards-logos {
        flex-wrap: wrap;
    }
}

/* Hover Glow */
.cta-btn-course:hover {
    background: #ff7a29;
    transform: translateY(-5px);
}
/* Pulse Animation (same for both buttons) */
.pulse {
    animation: pulseAnim 1.6s infinite;
}

@keyframes pulseAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(236, 105, 31, 0.5);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(236, 105, 31, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(236, 105, 31, 0);
    }
}
.cta-btn-course {
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    background: #ec691f;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(236, 105, 31, 0.4);
    transition: 0.3s ease-in-out;
    position: relative;
}
.courses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 4 cards in one row */
    gap: 30px;
    justify-items: center;
    width: 100%;
}

.course-card {
    background: linear-gradient(135deg, #8e44ad, #3498db);
    color: #fff;
    width: 220px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.form-box {
    z-index: 9990 !important;
    position: absolute;
}
.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}

.course-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.course-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.cta-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
     margin-top: 40px;   /* increase gap */
}

/* Animated gradient glow */
.cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #ec691f, #ff9d35, #ec691f);
    background-size: 200%;
    z-index: -1;
    filter: blur(8px);
    opacity: 0;
    transition: 0.4s ease;
}

.cta-btn:hover::before {
    opacity: 1;
    animation: glowMove 2s linear infinite;
}

@keyframes glowMove {
    0% { background-position: 0% }
    100% { background-position: 200% }
}

/* Button Colors */
.brochure-btn {
    background: #ec691f;
}

.demo-btn {
    background: #000;
}

/* Hover */
.cta-btn:hover {
    transform: translateY(-5px);
}
@media (max-width: 992px) {
    .courses-grid {
        grid-template-columns: repeat(2, 1fr); /* Tablet = 2 per row */
    }
}

@media (max-width: 600px) {
    .courses-grid {
        grid-template-columns: repeat(1, 1fr); /* Mobile = 1 per row */
    }
}
.founder-section {
    padding: 80px 0;
    background: #fdf6ed;
}

.founder-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.founder-content {
    flex: 1;
}

.founder-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #a36a1f;
}

.founder-content h2 span {
    color: #b07926;
}

.founder-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
}

.founder-quote {
    background: white;
    padding: 25px;
    border-left: 5px solid #ec691f;
    margin: 25px 0;
}

.founder-quote p {
    font-size: 18px;
    font-style: italic;
    margin: 0;
    color: #555;
}

.founder-quote span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #a36a1f;
}

.founder-btn {
    display: inline-block;
    background: #b07926;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.3s ease;
}

.founder-btn:hover {
    background: #ec691f;
}

.founder-image img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 6px solid #b07926;
    padding: 6px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
@media(max-width: 992px) {
    .founder-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .founder-quote {
        text-align: left;
    }
}
.placements-section {
    padding: 70px 0;
    background: #f8f8fa;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.placements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
}

.placement-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px 25px;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    transition: 0.3s ease;
}

.placement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.09);
}

.student-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.student-photo {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e6e6e6;
}

.student-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.student-info .dept {
    margin-top: 3px;
    font-size: 13px;
    color: #666;
}

.student-info .company-name {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #c62828;
}

.company-logo-block {
    width: 90px;
    height: 90px;
    background: #fafafa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo {
    width: 60%;
    height: auto;
    object-fit: contain;
}
.reviews-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.reviews-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.underline {
    width: 80px;
    height: 4px;
    background: #ff4d4d;
    margin: 0 auto 40px;
    border-radius: 4px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.review-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.review-top {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.review-photo {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff4d4d;
}

.review-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.review-course {
    font-size: 14px;
    color: #777;
    margin-top: 2px;
}

.review-rating .star {
    color: #ccc;
    font-size: 18px;
}

.review-rating .star.filled {
    color: #ffb400;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    color: #555;
}


/* Background */
.why-section {
    background: #ffedd4;   /* LIGHT ORANGE */
    padding: 60px 0;
}

/* Center Container */
.container {
    max-width: 1150px;
    margin: auto;
    padding: 0 20px;
}

/* Grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* Animation Keyframes */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card */
.why-card {
    background: #ffa94d;
    padding: 28px 22px;
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: 0.4s ease;
    animation: fadeUp 0.8s ease forwards;
    opacity: 0; /* start hidden, fade-in anim */
}

/* Hover Effect */
.why-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: #ff922b;
}

/* Icons */
.why-icon {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
    transition: 0.4s ease;
}

/* Hover Icon Animation */
.why-card:hover .why-icon {
    transform: scale(1.15) rotate(4deg);
}
/* Section Background */
.legacy-section {
    background: #ffedcf; /* light orange */
    padding: 80px 0;
}

/* Layout */
.legacy-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Left Image */
.legacy-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Right Content */
.legacy-content {
    flex: 1;
}

/* Title */
.legacy-title {
    text-align: left;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #2b2141; /* deep purple */
}

.legacy-title span {
    color: #ff8f2a; /* orange */
}

/* List */
.legacy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legacy-list li {
    font-size: 18px;
    line-height: 1.6;
    color: #2b2141;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Icon */
.legacy-icon {
    width: 22px;
    height: 22px;
}

/* Responsive */
@media (max-width: 768px) {
    .legacy-wrapper {
        flex-direction: column;
        text-align: left;
    }

    .legacy-title {
        text-align: center;
    }
}
/* Section Background */
.contact-section {
    background: #f1f1f1; /* LIGHT GRAY BACKGROUND */
    padding: 80px 0;
}

/* Layout */
.contact-wrapper {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    gap: 50px;
}

/* LEFT SIDE */
.contact-left {
    width: 40%;
}

.contact-title {
    font-size: 54px;
    font-weight: 800;
    color: #3a2b5b;
    line-height: 1.2;
    margin-bottom: 25px;
}

.contact-title span {
    color: #ff8c2b;
}

.contact-image {
    width: 85%;
}

/* RIGHT FORM */
.contact-form {
    width: 60%;
}

/* Form Row */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Input */
.input-box {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #6d4e91;
    background: #3c2164;
    color: #fff;
    font-size: 15px;
}

.input-box::placeholder {
    color: #dcd0ef;
}

/* Submit Button */
.submit-btn {
    background: #ff7200;
    border: none;
    padding: 12px 32px;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #ff8c2b;
}

/* Responsive */
@media (max-width: 900px) {
    .contact-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .contact-left,
    .contact-form {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }
}

.contact-section {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.main-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.map-container {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* GRID */
.contact-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* ITEM */
.contact-item {
    flex: 1;
    min-width: 260px;
}

/* ICONS */
.contact-item .icon i {
    font-size: 50px;
    color: #ff6600; /* orange */
    margin-bottom: 20px;
}

.contact-item h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-item p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contact-grid {
        flex-direction: column;
        text-align: center;
    }
}
.enquiry-wrapper {
    background: #b3b3b3;
    padding: 40px 0;
}

.enquiry-container {
    width: 60%;
    margin: auto;
}

.logo-box {
    text-align: center;   /* centers the logo horizontally */
    width: 100%;
    
}

.logo-box img {
    width: 240px;
    display: inline-block;   /* keeps it centered */
     box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.input-group {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.input-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.input-group span {
    color: red;
}

input,
select {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
}

input:focus,
select:focus {
    outline: 2px solid #ff6600;
}

.submit-btn {
    background: #ff6600;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #e45800;
}

/* Responsive */
@media(max-width: 768px) {
    .enquiry-container {
        width: 90%;
    }
    .form-row {
        flex-direction: column;
    }
}
.client-card {
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.creative-heading {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;           /* creative red tone */
    font-family: 'Poppins', sans-serif;
}
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }

  @media (max-width: 480px) {
    .whatsapp-float {
      bottom: 80px;
      right: 15px;
      width: 55px;
      height: 55px;
    }

    .whatsapp-float img {
      width: 28px;
      height: 28px;
    }
  }


  .brochure-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.modal-box {
    background: #fff;
    width: 360px;
    padding: 25px;
    border-radius: 10px;
    margin: 100px auto;
    position: relative;
    text-align: center;
}

.modal-box h3 {
    margin-bottom: 15px;
}

.modal-box input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.modal-box button {
    width: 100%;
    background: #ff7a18;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 22px;
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-box {
    background: #fff;
    width: 100%;
    max-width: 400px;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.popup-box h3 {
    text-align: center;
    margin-bottom: 15px;
}
/* CTA FIX */
.cta-wrapper{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin:60px 0 30px;
    flex-wrap:wrap;
}

.cta-wrapper a{
    position:relative !important;
    min-width:240px;
    text-align:center;
}

/* Mobile Fix */
@media(max-width:768px){
    .cta-wrapper{
        padding:0 15px;
    }

    .cta-wrapper a{
        width:100%;
        max-width:320px;
    }
}

.popup-box input,
.popup-box select {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit-btn {
    width: 100%;
    background: #ff6600;
    color: #fff;
    padding: 12px;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 22px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 70px;
        right: 0;
        background: black;
        width: 200px;
        padding: 20px;
    }

    .nav-menu.show-menu {
        display: block;
    }
}
