*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#F8FAFC;
    color:#1E293B;
}

/* ================= HEADER ================= */

.top-header{
    background:#FFFFFF;
    padding:18px 0;
    border-bottom:1px solid #E2E8F0;
}

.logo{
    height:75px;
}

/* ================= HERO ================= */

.hero-section{
    background: linear-gradient(135deg, #b30000, #e30613);
    text-align:center;
    padding:40px 0 25px;
}

.hero-section h1{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
    color:#fff;
}

.hero-section p{
    max-width:700px;
    margin:auto;
    font-size:16px;
    line-height:1.7;
    color:#fff;
}

/* ================= FORM SECTION ================= */

.form-section{
    padding:20px 0 50px;
    margin:0;
}

.form-card{
    background:#FFFFFF;
    border-radius:24px;
    padding:50px;
    box-shadow:0 10px 40px rgba(15,23,42,.08);
    border:1px solid #E2E8F0;
}

/* ================= TITLE ================= */

.form-title{
    text-align:center;
    margin-bottom:35px;
}

.form-title h2{
    font-size:38px;
    font-weight:700;
    color:#1E293B;
    margin-bottom:10px;
}

.form-title p{
    color:#64748B;
    font-size:16px;
}

/* ================= LABELS ================= */

.form-label{
    font-size:14px;
    font-weight:600;
    color:#334155;
    margin-bottom:8px;
}

/* ================= INPUTS ================= */

.form-control,
.form-select{
    height:58px;
    border:1px solid #E2E8F0;
    border-radius:14px;
    background:#FFFFFF;
    padding:0 15px;
    font-size:15px;
    transition:.3s;
}

.form-control:hover,
.form-select:hover{
    border-color:#C7D2FE;
}

.form-control:focus,
.form-select:focus{
    border-color:#4F46E5;
    box-shadow:0 0 0 4px rgba(79,70,229,.10);
}

/* ================= TEXTAREA ================= */

textarea.form-control{
    min-height:130px;
    padding:15px;
}

/* ================= FILE INPUT ================= */

input[type="file"]{
    padding:14px;
}

/* ================= BUTTON ================= */

.btn-apply{
    width:100%;
    height:58px;
    border:none;
    border-radius:14px;
    background:#4F46E5;
    color:#fff;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.btn-apply:hover{
    background:#4338CA;
    transform:translateY(-2px);
}

/*=========================
        FOOTER
==========================*/

.footer{

    background:linear-gradient(135deg,#081d63,#0d3ba7,#c60018);

    color:#fff;

    padding:60px 0 25px;

    margin-top:50px;

}

.footer-logo{

    height:70px;

    margin-bottom:20px;

}

.footer-about{

    color:#ddd;

    line-height:28px;

}

.footer h5{

    font-size:18px;

    margin-bottom:20px;

    font-weight:700;

}

.footer ul{

    padding:0;

    margin:0;

    list-style:none;

}

.footer ul li{

    margin-bottom:12px;

}

.footer ul li a{

    color:#ddd;

    text-decoration:none;

    transition:.3s;

}

.footer ul li a:hover{

    color:#fff;

    padding-left:8px;

}

.footer p{

    color:#ddd;

    margin-bottom:12px;

}

.footer p i{

    width:22px;

    color:#fff;

}

.social-icons{

    margin-top:20px;

}

.social-icons a{

    width:42px;

    height:42px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.12);

    color:#fff;

    border-radius:50%;

    margin-right:8px;

    transition:.3s;

}

.social-icons a:hover{

    background:#fff;

    color:#c60018;

    transform:translateY(-4px);

}

.footer hr{

    border-color:rgba(255,255,255,.2);

    margin:35px 0 20px;

}

.copyright{

    text-align:center;

    color:#ddd;

    font-size:15px;

}

/* Mobile */

@media(max-width:768px){

.footer{

text-align:center;

}

.social-icons{

justify-content:center;

}

.footer-logo{

height:60px;

}

}

/* ================= MOBILE ================= */

@media(max-width:768px){

    .hero-section{
        padding:70px 0 120px;
    }

    .hero-section h1{
        font-size:34px;
    }

    .hero-section p{
        font-size:15px;
    }

    .form-card{
        padding:25px;
        border-radius:18px;
    }

    .form-title h2{
        font-size:28px;
    }

    .form-control,
    .form-select{
        height:54px;
    }

}


/*=========================
      PAGE HEADER
==========================*/

/*==================================
        CAREER HEADER
===================================*/

.career-header{

    background:#ffffff;

    padding:20px 0;

    box-shadow:0 3px 15px rgba(0,0,0,.08);

    border-bottom:1px solid #ececec;

}

.career-header-box{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    text-align:left;

}

.career-logo{

    height:80px;

    width:auto;

}

.career-content h1{

    margin:0;

    font-size:42px;

    font-weight:700;

    color:#0B2D91;

    line-height:1.2;

}

.career-content p{

    margin:8px 0 0;

    font-size:18px;

    color:#666;

    font-weight:400;

}

/*=========================
      Tablet
=========================*/

@media(max-width:992px){

.career-logo{

height:70px;

}

.career-content h1{

font-size:34px;

}

.career-content p{

font-size:16px;

}

}

/*=========================
      Mobile
=========================*/

@media(max-width:768px){

.career-header{

padding:15px 10px;

}

.career-header-box{

flex-direction:column;

text-align:center;

gap:12px;

}

.career-logo{

height:60px;

}

.career-content h1{

font-size:28px;

}

.career-content p{

font-size:15px;

}

}
/*==========================
        GALLERY
==========================*/

.gallery-section{
    padding:60px 0;
    background:#f8f9fc;
}

/* Heading */

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0B2D91;
    margin-bottom:10px;
}

.section-title p{
    color:#666;
    font-size:17px;
}

/* Card */

.gallery-card{

    background:#fff;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

    transition:.35s;

}

.gallery-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 35px rgba(0,0,0,.18);

}

/* Image */

.gallery-img{

    width:100%;

    height:300px;

    object-fit:contain;      /* पूरी Image दिखेगी */

    background:#f5f5f5;

    padding:10px;

    display:block;

    transition:.4s;

}

.gallery-card:hover .gallery-img{

    transform:scale(1.03);

}

/* Title */

.gallery-title{

    padding:18px;

    margin:0;

    text-align:center;

    font-size:20px;

    font-weight:700;

    color:#0B2D91;

}

/* Mobile */

@media(max-width:991px){

.gallery-img{

height:260px;

}

}

@media(max-width:768px){

.gallery-section{

padding:40px 0;

}

.gallery-img{

height:220px;

}

.section-title h2{

font-size:30px;

}

.gallery-title{

font-size:18px;

}

}

.category-section{
    background:#f8f9fc;
}

.section-heading{
    font-size:40px;
    font-weight:700;
    color:#0B2D91;
    margin-bottom:10px;
}

.category-card{

    display:block;

    text-decoration:none;

    overflow:hidden;

    border-radius:18px;

    background:#fff;

    box-shadow:0 10px 30px rgba(0,0,0,.10);

    transition:.4s;

}

.category-card img{

    width:100%;

    height:230px;

    object-fit:contain;

    transition:.5s;

}

.category-content{

    padding:20px;

    text-align:center;

}

.category-content h4{

    margin:0;

    color:#222;

    font-size:22px;

    font-weight:700;

}

.category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.category-card:hover img{

    transform:scale(1.08);

}

@media(max-width:768px){

.category-card img{

height:200px;

}

.section-heading{

font-size:30px;

}

}