.main-menu ul li a {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}
.footer-area .container {
    position: relative;
    z-index: 2;
}
.footer-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.slide-overlay::before {
    background-color: rgb(29 9 9 / 65%);
}

.slide-inner .slide-title h2 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 0.43em;
    line-height: 75px;
    color: yellow;
    font-weight: 600;
    margin-bottom: 15px;
}
.class-img img {
    height: 340px;
}
.class-text {
    min-height: 140px;
}
.class-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* Footer Links */
.footer-widget h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links li a {
    position: relative;
    display: inline-block;
    color: #d8d8d8;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    padding-left: 18px;
    transition: all 0.3s ease;
        padding: 0.3em 1.6em;
}
.footer-widget h3::before {
    background: #ff9d20;
}

.footer-links li a::before {
    content: "➜";
    position: absolute;
    left: 0;
    color: #ff9f1c;
    transition: all .3s ease;
}

.footer-links li a:hover {
    color: #ff9f1c;
    padding-left: 24px;
}

.footer-links li a:hover::before {
    left: 5px;
}
.contact__info--item {
    padding: 50px 30px 40px;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(270deg, #ff6b6b, #f7b733, #4facfe, #00c853) border-box;
    background-size: 100% 100%, 300% 300%;
    border: 2px solid transparent;
    border-radius: 15px;
    animation: gradientBorder 5s ease infinite;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
        min-height: 325px;
}
.contact-from-inner {
    padding: 50px 30px 40px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #ff6b6b, #f7b733, #4facfe, #00c853) border-box;
    background-size: 100% 100%, 300% 300%;
    border: 2px solid transparent;
    border-radius: 15px;
    animation: gradientBorder 5s ease infinite;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 1;
        width: 70%;
    margin: 14px auto -150px auto;
}
.vision-mission-section{
    background:#f8fbff;
}

.section-title .sub-title{
    color:#ff6b35;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.vision-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    border-top:5px solid #ff6b35;
}

.vision-card:hover{
    transform:translateY(-8px);
}

.vision-card .icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#ff6b35;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
}

.vision-card .icon.mission{
    background:#4caf50;
}

.vision-card h3{
    font-size:28px;
    margin-bottom:20px;
    font-weight:700;
}

.vision-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:15px;
}
/* Footer Contact Information */
.footer-contact-info {
    margin-top: 25px;
    color: #fff;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-contact-icon i {
    font-size: 24px;
    color: #ff9f1c;
    font-weight: 700;
}

.footer-contact-item h5 {
  margin: 0 0 5px;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}

.footer-contact-item a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.footer-contact-item a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {

    .footer-contact-item {
        margin-bottom: 18px;
    }

    .footer-contact-item a {
        font-size: 14px;
    }
.slide-inner .slide-title h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
}
.slider-btn a {
    margin-right: 3px;
    margin-top: 0px;
}
    .slide-inner .slide-span span {
        font-size: 20px;
        line-height: 30px;
    }
}