﻿/* hero section style start */

/* .hero {
    background: url('../images/hero.png') no-repeat center center;
    background-size: cover;
    min-height: 80vh;
    position: relative;
}
.hero h1{
    font-weight:bold;
}
    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7); 
    }

    .hero .container {
        position: relative;
        z-index: 1;
    }
 */

.text-color-mycollege {
    color: #F5810B;
}

.feature-heading {
    font-weight: 600;
    font-size: 22px;
}
/* hero section style end */
.feature-box {
    background-color: #fffbe9;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: left;
}

    .feature-box.white-bg {
        background-color: #ffffff;
    }

.feature-number {
    font-size: 24px;
    font-weight: 700;
    color: #ff9f00;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
}

.section-subtitle {
    color: #555;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.5rem;
    }
}
/* feature section start */
.feature-section {
    background-color: #0d3b52;
    /* border-bottom: 6px solid #f8f1d9;  */
}

.icon-img {
    width: 75px;
    height: 75px;
    background-color: #324c5c;
    padding: 12px;
    border-radius: 16px;
}
/* feature section end*/
/* why section start */
.why-section {
    padding: 60px 15px;
    text-align: center;
    background-color: #F2C94C5E;
}

.card-custom {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    transition: transform 0.3s ease;
    background-color: #ffffff;
}

    .card-custom:hover {
        transform: translateY(-5px);
    }

.icon-circle {
    background-color: #0d1b3e;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 28px;
}
/* why section end */
