@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: Arial, sans-serif;
    background-color: #f9fafb;
    color: #333;
    line-height: 1.6;
}

.header {
    text-align: center;
    padding: 2rem 1rem;
    background: url(/public/assets/images/con1.svg) center center no-repeat, linear-gradient(90deg, #EAFFF1 0%, #E0F6FF 100%);
    background-size: auto;
}

.sss {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #555;
    font-weight: 400;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.stat h2 {
    font-weight: 600;
    font-size: 56px;
    text-align: center;
}

.gradient-text {
    font-size: 52rem;
    font-weight: bold;
    background: linear-gradient(90deg, #1CA345 0%, #128DC1 100%),
        linear-gradient(90deg, #FF803C 0%, #FF345D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 5px 45px;
}

.stats>.stat>p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.stats .stat {
    text-align: center;
}

.services-section {
    background-color: #eef7fc;
    padding: 2rem 1rem;
}

.card {
    border: none;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #e8f5fe;
    margin-top: 2rem;
}

section.special-section {
    background-color: #F7F7FB;
    padding: 2rem 1rem;
    text-align: center;
    margin-bottom: 10px;
}

.rasm {
    width: 50%;
    height: 30%;
}

.yozuv {
    width: 500px;
    height: 30%;
}

.yozuv h2 {
    font-size: 40px;
    margin-bottom: 24px;
    text-align: left;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.yozuv p {
    font-size: 20px;
    text-align: left;
}

.bir>h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.bir>p {
    font-size: 27px;
    color: #777;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

/* Background gradient for the main section */
.about-bg {
    background: linear-gradient(90deg, #1CA345 0%, #128DC1 100%);
}

/* Input styling */
.about-input {
    background-color: #fff;
    /* White background inside inputs */
    border: 1px solid #1CA345;
    /* Green border to match background */
    padding: 10;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}


/* Adjust input spacing */
.form-group {
    margin-bottom: 15px;
    /* Space between inputs */
}

/* Submit button */
.about-btn {
    background-color: #000;
    /* Black button */
    color: #fff;
    /* White text */
    font-weight: bold;
    border: none;
    padding: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}


/* White text links */
.text-white a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.text-white h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    font-size: 32px;
}

.text-white p {
    margin-bottom: 0;
    text-align: left;
    font-size: 24px;
    line-height: 1.33;
    color: #FFFFFF;
}

.about-bg>small {
    color: red;
}

.d-gridd button {
    background: #000;
    letter-spacing: 0.2px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    padding: 16px 24px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-top: 8px;
    color: white;
}

.smalll {
    color: red;
}