body, h1, h2, h3, p, button {
    font-family: 'Inter', sans-serif;
}

body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 300;
    box-sizing: border-box;
    background-color: #f4f4f4;
}

.reddit-sans-oi {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.main-header {
    position: relative;
    text-align: center;
    font-weight: 300;
    color: white;
}

.main-header img {
    width: 100%;
    height: 500px;
}

.header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-content h1 {
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
}

.header-content p {
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.header-content button {
    background-color: #5f6fad;
    color: white;
    padding: 1rem 3rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.32rem;
}

.header-content button:hover {
    background-color: #45a049;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
header {
    background-color: black;
    color: white;
    text-align: center;
    padding: 1rem 0;
}

.about-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 2rem;
}

/* .about-card {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 30%;
    text-align: center;
    margin: 1rem 0;
}

.about-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about-card h2 {
    color: #050505;
} */

.services-section {
    background: white;
    padding: 2rem;
    text-align: center;
    margin: 2rem 0;
}

.services-section h2 {
    color: #050505;
}

button {
    background-color: #5f6fad;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #45a049;
}

.contact-section, .subscribe-section {
    background-color: #e0f7fa;
    padding: 2rem;
    text-align: center;
    margin: 2rem 0;
}

.contact-section h2, .subscribe-section h2 {
    color: #050505;
}

.contact-section form, .subscribe-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-section input, .contact-section textarea, .subscribe-section input {
    width: 80%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-section button, .subscribe-section button {
    margin-top: 1rem;
}

.file-upload-label {
    margin-top: 1rem;
    cursor: pointer;
    color: #4CAF50;
    text-decoration: underline;
}

.service-button {
    background-color: #4CAF50;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    margin-top: 1rem;
}

.service-button:hover {
    background-color: #45a049;
}

.invalid-feedback,
.empty-feedback {
    display: none;
}

.was-validated :placeholder-shown:invalid ~ .empty-feedback {
    display: block;
}

.was-validated :not(:placeholder-shown):invalid ~ .invalid-feedback {
    display: block;
}

.is-invalid,
.was-validated :invalid {
    border-color: #dc3545;
}

#contact-section {
    margin-top: 10px;
}

.contact-phone-number {
    font-size: 20px; /* Increased font size */
    padding: 8px 16px; /* Added padding */
    color: white; /* Optional: change text color */
    border-radius: 8px; /* Optional: add rounded corners */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
}




/* Mobile responsiveness */
@media (max-width: 768px) {
    .header-content h1 {
        font-size: 2rem;
    }

    .header-content p {
        font-size: 1rem;
    }

    .header-content button {
        font-size: 1rem;
        padding: 1rem;
    }

    /* .about-card {
        width: 80%;
    }

    .about-section {
        padding: 1rem;
    } */

    .services-section {
        padding: 1rem;
    }

    .contact-section input, .contact-section textarea, .subscribe-section input {
        width: 90%;
    }

    .contact-section, .subscribe-section {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .header-content h1 {
        font-size: 3rem;
    }

    .header-content p {
        font-size: 1rem;
        font-weight: 900;
    }

    .header-content button {
        font-size: 1rem;
        padding: 1rem 3rem;
    }

    .main-header img {
        width: 150%;  /* Make image wider on mobile */
        margin-left: -25%; /* Center the image */

    }


    

    /* .about-card {
        width: 100%;
    }

    .about-section {
        padding: 0.5rem;
    } */

    .services-section {
        padding: 0.5rem;
    }

    .contact-section input, .contact-section textarea, .subscribe-section input {
        width: 100%;
    }

    .contact-section, .subscribe-section {
        padding: 0.5rem;
    }
}

body {
    background-color: black;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.container {
    width: 1200px !important;
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .container {
        max-width: 1279px !important;
        padding: 0 !important;
        margin: 0 80px !important;
        width: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 959px !important;
        margin: 0 16px !important;
        padding: 0 !important;
        width: auto !important;
    }
}

.gradient-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 30px;
}

@media screen and (max-width: 991px) {
    .gradient-cards {
        grid-template-columns: 1fr;
    }
}

.container-title {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
}

.card {
    max-width: 550px;
    border: 0;
    width: 100%;
    margin-inline: auto;
}

.container-card {
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(71deg, #080509, #1a171c, #080509);
    background-clip: padding-box;
    border-radius: 45px;
    padding: 40px;
}

.container-card img {
    margin-bottom: 32px;
}

.bg-green-box,
.bg-white-box,
.bg-yellow-box,
.bg-blue-box {
    position: relative;
}

.bg-green-box::after,
.bg-white-box::after,
.bg-yellow-box::after,
.bg-blue-box::after {
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    content: "";
    z-index: -1;
    border-radius: 45px;
}

.bg-green-box::after {
    background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}

.bg-white-box::after {
    background: linear-gradient(71deg, #121013, #b0afb0, #121013);
}

.bg-yellow-box::after {
    background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
}

.bg-blue-box::after {
    background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}

.card-title {

    font-size: 18px; /* This sets the font size of the card title */
    font-weight: 600;
    color: white;
    letter-spacing: -0.02em;
    line-height: 40px;
    font-style: normal;
    padding-bottom: 8px;
}

.card-description {
    font-weight: 600;
    line-height: 32px;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 15px;
    max-width: 470px;
}

.contact-button {
    padding: 10px 20px;
    background-color: #5f6fad;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;

}


.header-content button {
    margin-top: 20px
}

.contact-button:hover {
    background-color: #4e5c9d;
}

.button-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}