@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800;900&display=swap');

#why-choose-us {
    position: relative;
    padding: 80px 0;
    background:#a2ceee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

#why-choose-us .container {
    position: relative;
    z-index: 1;
}

.why-light-blue {
    background-color: #f0f8ff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-center {
    text-align: center;
}

.why-left {
    text-align: left;
}

.section-title-why {
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 0.03em;
}

.section-title-why::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background:  #0e76de;
    border-radius: 2px;
}

.why-gradient-blue {
    background: #014d99;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.card-why {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.why {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
}

#why-choose-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,);
    z-index: 0;
}

.why > * {
    position: relative;
    z-index: 1;
}

.why:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.why-title {
    font-family:Arial;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    letter-spacing: 0.01em;
}

.why-text {
    font-family: Times, ;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
    letter-spacing: 0.01em;
}

.why-text-title {
    font-family: 'Inter';
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.7;
    color: #000000;
}

.card-bg-1 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

.card-bg-2 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

.card-bg-3 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

.card-bg-4 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

.card-bg-5 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

.card-bg-6 {
    /*background-image: url('5th.jpg');*/
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}