/* =============================================
   CUSTOM UI ENHANCEMENTS (Modern Premium Look)
   ============================================= */

/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Mulish:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Mulish', sans-serif;
    color: #4a4a4a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.5px;
}

/* Header & Navbar */
.header-sticky.sticky-bar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.main-menu ul li a {
    font-weight: 600;
    transition: color 0.3s ease;
}

.main-menu ul li:hover>a {
    color: #0f61ef;
    text-shadow: 0 0 1px rgba(15, 97, 239, 0.3);
}

/* Hero Section */
.slider-area .hero__caption h1 {
    font-weight: 800;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slider-area .hero__caption span {
    font-family: 'Outfit', sans-serif;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #396cf0, #0f61ef);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Buttons */
.btn,
.boxed-btn,
.border-btn {
    border-radius: 50px !important;
    box-shadow: 0 10px 20px rgba(15, 97, 239, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn:hover,
.boxed-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(15, 97, 239, 0.3);
    background: linear-gradient(to right, #0f61ef 0%, #3957ff 100%);
}

.hero-btn {
    padding: 20px 65px !important;
}

/* Departments / Cards */
.dept_main_info .dept_thumb img {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.dept_info {
    border-radius: 20px;
    background: linear-gradient(135deg, #24c0f1 0%, #0f61ef 100%) !important;
    box-shadow: 0 20px 40px rgba(15, 97, 239, 0.2);
    padding: 60px 50px !important;
    /* Adjust padding for better spacing */
}

.nav-link {
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f0f0f0;
}

.nav-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.nav-link.active {
    background: linear-gradient(135deg, #24c0f1 0%, #0f61ef 100%) !important;
    box-shadow: 0 10px 25px rgba(15, 97, 239, 0.3) !important;
    border: none;
}

/* About Section */
.about-img img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Contact Form */
.contact-form-main .form-wrapper {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    /* More subtle, larger shadow */
    background: #ffffff;
    padding: 40px;
    /* Increased padding */
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.contact-form-main .form-tittle .section-tittle h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.contact-form-main #contactForm input,
.contact-form-main #contactForm textarea {
    border-radius: 12px;
    background: #f4f7fa;
    border: 2px solid transparent;
    padding-left: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-form-main #contactForm input:focus,
.contact-form-main #contactForm textarea:focus {
    background: #fff;
    border-color: #0f61ef;
    box-shadow: 0 0 0 4px rgba(15, 97, 239, 0.1);
}

/* Footer form */
.footer-form input {
    border-radius: 50px 0 0 50px !important;
}

.footer-form .form-icon button {
    border-radius: 0 50px 50px 0 !important;
    background: #0f61ef !important;
    color: #fff !important;
}

/* Gallery / Cards */
.gallery-box {
    padding: 10px;
}

.single-gallery {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.single-gallery:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Scroll Top Button */
#back-top {
    border-radius: 50%;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 10px 20px rgba(15, 97, 239, 0.4);
    background: #0f61ef;
    transition: all 0.3s ease;
}

#back-top:hover {
    transform: translateY(-5px);
    background: #0b4bcc;
}

/* Section Titles */
.section-tittle h2 {
    font-size: 48px;
    margin-bottom: 15px;
}

.section-tittle span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f61ef;
    margin-bottom: 10px;
}

/* Footer Enhancements */
.footer-area {
    background-image: none !important;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    /* Premium Dark Theme */
    padding-top: 80px;
}

.footer-area .container {
    max-width: 1400px;
}

/* Bigger Logo & Visibility */
.footer-logo img {
    width: 250px;
    /* Increased size */
    height: auto;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.08);
    /* Subtle backing */
    padding: 15px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Menu Items Font Fix */
.footer-tittle ul li a {
    color: #e2e8f0;
    font-weight: 600;
    /* Bolder */
    font-size: 18px;
    /* Larger font */
    line-height: 1.8;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-tittle ul li {
    margin-bottom: 8px;
}

.footer-tittle ul li a:hover {
    color: #38bdf8;
    transform: translateX(8px);
    text-shadow: none;
}

/* Structured Contact Details */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-contact-item .icon-box {
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
    /* Bright Gradient */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #ffffff !important;
    /* White Icon */
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(14, 165, 233, 0.4);
    transition: all 0.3s ease;
}

.footer-contact-item:hover .icon-box {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.6);
}

.footer-contact-item .content-box h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.footer-contact-item .content-box p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}