/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.nav-link {
    @apply text-white hover:text-gray-300 transition;
}

#relative{
    padding-top: 100px !important;
    background-image: url("64.jpg");
}

#first{
    padding: 20px;
    border-radius: 10px;
    width: 35%;
}

.relative{
    padding: 50px;
    background-color: white;
}
@media (max-width: 1068px){
    #first{
        width: 100% !important;
    }
}

#button {
    padding-bottom: 30px !important;
}
.nav a{
    color: black;
    font-size: 30px !important;
}




/* second div  */

.career-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background-color: #F3F4F6;
}

.career-container {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 1100px;
    width: 100%;
}

.career-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
}

.career-text {
    font-size: 22px;
    font-weight: bold;
    color: #123A76;
    text-align: left;
}

.career-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 24px;
    background: #007bff;
    color: white;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.career-btn:hover {
    background: #0056b3;
}
.h-full {
    height: 400px !important;
    object-fit: cover !important;
}

@media (max-width: 768px) {
    .career-container {
        flex-direction: column;
        text-align: center;
    }
    .h-full {
        height: 100%;
        object-fit: cover !important;
    }
    .career-text {
        text-align: center;
        font-size: 20px;
    }

    .career-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}

/* second div don ?? */







.max-w-3xl {
    max-width: 34rem !important;
    margin-left: 20% !important;
    padding: 40px 20px;
    background-color: #272b8fa3;
    border-radius: 30px;
}




/* header */

.icon-section {
    box-sizing: border-box;
    margin: 00px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px !important;
    padding: 50px 50px;
    background-color: #ffffff !important;
}

/* Icon Box */
.icon-box {
    background: #ffffff;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Icon */
.icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px;
}

/* Heading */
.icon-box h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}

/* Description */
.icon-box p {
    font-size: 14px;
    color: #666;
}

/* Responsive Design */
@media (min-width: 768px) {
    .icon-section {
        justify-content: space-evenly;
    }
    .icon-box {
        width: calc(33.33% - 20px);
    }
    
}

@media (max-width: 767px) {
    .icon-box {
        width: calc(50% - 20px);
    }
   .max-w-3xl {
        max-width: 100% !important;
        margin-left: 10px !important;
        padding: 20px 20px;
        background-color: #272b8fa3;
        border-radius: 20px !important;
        margin-top: 20px;
    }
    .text-5xl {
        font-size: 24px !important;
        line-height: 37px !important;
    }
    .text-\[3\.5rem\] {
    font-size: 28px !important;
}
}

@media (max-width: 480px) {
    .icon-box {
        width: 100%;
    }
}

.icon-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 50px auto;
    background-color: #e3d6e1;

}

.icon-box {
    width: calc(50% - 20px); /* Two boxes per row on desktop */
    min-width: 250px;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .icon-box {
        width: 100%; /* One per row on smaller screens */
    }
}

/* CTA Section */
#cta {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* Container */
.cta-container {
 
    align-items: center !important;
    gap: 30px;
    max-width: 1100px;
    width: 80%;
    background: white;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icon */
.cta-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cta-icon img {
    width: 50px;
    height: 50px;
}

/* Text */
.cta-content h2 {
    font-size: 1.8rem;
    color: #002F6C;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* CTA Button */
.cta-btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    background: linear-gradient(90deg, #D2232A, #002F6C);
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
   
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    
}

.cta-btn:hover {
    background: white;
    color: #002F6C;
    border-color: #002F6C;
    border: 3px solid ;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .cta-icon {
        width: 70px;
        height: 70px;
    }

    .cta-content h2 {
        font-size: 1.5rem;
    }

    .cta-btn {
        font-size: 1rem;
        padding: 10px 20px;
    }
}

#Degree{
    padding: 30px 20px;
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

/* Logo Color Palette */
:root {
    --primary-blue: #1C2E83; /* Dark Blue */
    --accent-red: #E22C2B;   /* Bright Red */
    --light-gray: #f4f4f4;
    --dark-gray: #333;
    --text-gray: #555;
    --border-gray: #ddd;
}

/* Main Container */
.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 40px 5%;
    background-color: var(--light-gray);
    gap: 30px;
}

/* Map Section */
.map-box {
    width: 50%;
    height: 350px;
    /* border: 3px solid var(--primary-blue); */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Contact Section */
.contact-box {
    width: 45%;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid var(--border-gray);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Heading Styles */
.contact-box h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

/* Contact Item */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

/* Icon Design */
.contact-item i {
    font-size: 18px;
    color: #fff;
    background-color: var(--accent-red);
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Contact Content */
.contact-item h3 {
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--dark-gray);
    font-weight: bold;
}

.contact-item p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Horizontal Line */
hr {
    border: 0;
    height: 1px;
    background-color: var(--border-gray);
    margin: 20px 0;
}

/* Button Styles */
.button-primary {
    background-color: var(--primary-blue);
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button-primary:hover {
    background-color: var(--accent-red);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ====================== */
/* RESPONSIVE DESIGN CSS  */
/* ====================== */

/* Tablet & Medium Screens (max-width: 1024px) */
@media (max-width: 1024px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 30px 5%;
    }

    .map-box {
        width: 100%;
        height: 400px;
    }

    .contact-box {
        width: 100%;
        padding: 25px;
    }

    .contact-box h2 {
        font-size: 24px;
    }
}

/* Mobile Screens (max-width: 768px) */
@media (max-width: 768px) {
    .contact-container {
        padding: 20px 5%;
    }

    .map-box {
        height: 300px;
    }

    .contact-box {
        padding: 20px;
    }

    .contact-box h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .contact-item {
        gap: 10px;
    }

    .contact-item i {
        width: 35px;
        height: 35px;
        padding: 8px;
        font-size: 16px;
    }

    .contact-item h3 {
        font-size: 16px;
    }

    .contact-item p {
        font-size: 13px;
    }
}

/* Small Devices (max-width: 480px) */
@media (max-width: 480px) {
    .contact-container {
        padding: 15px;
    }

    .map-box {
        height: 250px;
    }

    .contact-box {
        padding: 15px;
    }

    .contact-box h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-item i {
        width: 30px;
        height: 30px;
        padding: 6px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .contact-item h3 {
        font-size: 14px;
    }

    .contact-item p {
        font-size: 12px;
    }
}

/* done */

