/* Existing CSS */




*:not(svg):not(svg *) {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff9e6;
    color: #333;
    box-sizing: content-box;

    overflow-x: hidden;


}


header {
    text-align: center;
    padding: 20px 0px 0px;
    background-color: #fcfcfc;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    border-bottom: 1px solid #e2e8f0;
}



.header-sec-col-1 {
    text-align: end;
}

header img {
    height: 70px;
}



header span {
    color: #21428D;
    font-size: 24px;
    font-weight: 700;
}

.header-sec-col-p {
    font-size: 14px;
    color: #64748b;
    padding-bottom: 4px;
}

.hero {
    background-color: #fcfcfc;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 5em;
    background-image: linear-gradient(180deg, hsl(0 0% 99%), hsl(48 95% 95%));
}

.hero h1 {
    color: #264653;
    font-size: 2.5em;
    text-align: left;
    font-size: 60px;
}

.hero p {
    color: #666;
    font-size: 20px;
    text-align: left;
}

.hero .buttons {
    text-align: center;

    margin-bottom: 20px;
}

.hero .hero-sub-div {
    width: 50%;
}

.hero .buttons a {
    display: inline-block;
    padding: 12px 32px;
    margin-right: 20px;
    margin-top: 10px;
    background-color: #F9ED39;
    color: black;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
}

.hero-sub-div img {
    height: 500px !important;
    width: auto !important;
    object-fit: cover;
    border-radius: 15px;
}

.hero-sub-div-2 .para {
    background-color: #F9ED39;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 3rem;
    border-radius: 9999px;
    height: 3rem;
    display: flex;
    margin-right: 10px !important;
    margin: 0;
    font-weight: 800;
    color: #363d49;
}

.sub-div-3 p {
    font-size: 14px;
    margin: 0;
    margin-left: 10px;
}

.col-chan {
    background-color: #21428D !important;
}

.sub-div-3 {
    display: flex;
}

.mr-giv-2 {
    margin-left: 20px;
}

.sub-div-4 {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #F9ED39;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

.hero-sub-div-2 {
    background-color: white;
    position: absolute;
    bottom: 97px;
    left: 47rem;
    display: flex;
    padding: 5px 16px;
    border-radius: 10px;
    align-items: center;
}

.hero .buttons a:hover {
    background-color: #f4a261;
}

.col-change {
    background-color: transparent !important;
    border: 1px solid #21428D;
}

.wid-scre {
    width: 900px;
    margin: auto;
}

p.header-sec-col-p svg {
    margin-bottom: -4px;
    width: 22px;
    padding-right: 5px;
}

.services {
    gap: 20px;
    padding: 20px;
    background-color: #fcfcfc;
    padding-bottom: 80px;
    padding-top: 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    display: grid
}

.sub-section-2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.service {
    text-align: left;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
}

.main-heafin.wid-scre h2 {
    font-size: 48px;
}

.main-heafin.wid-scre p {
    font-size: 20px;
}

.service svg {
    width: 2rem;
    height: 2rem;
    background-color: #fefae6;
    padding: 1rem;
    color: #21428D;
}

.service h3 {
    font-size: 20px !important;
}

.service img {
    width: 50px;
}

.service p {
    line-height: 1.5;
}

.service:hover {
    border: 1px solid #F9ED39 !important;
    --tw-shadow: var(--shadow-brand);
    --tw-shadow-colored: var(--shadow-brand);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 0 10px 25px -5px hsl(48 95% 53% / .25);
}

.service:hover svg {
    background: #F9ED39;
    border-radius: 15px;
    color: black;
}

.form-section {
    background-color: #fdfcf5;
    padding: 80px 20px;
    text-align: center;
}

.form-section h2 {
    color: #264653;
    font-size: 48px;
    margin: 0;
}

.form-section p {
    font-size: 20px;
}

.form-main-sec {
    border: 1px solid #e2e8f0;
    background-color: #fff;
    width: 60%;
    margin: auto;
    padding: 40px;
}

.form-main-sec h4 {
    font-size: 24px;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

.form-section form {
    display: grid;
    text-align: left;
}

.form-main-sec-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    display: grid;
    margin-bottom: 20px;
}

.grid.md\:grid-cols-2.gap-4 {
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 13px;
}

input {
    min-width: 50% !important;
}

.flex.items-center.space-x-3 {
    align-items: center;
    margin-top: 10px;
    display: flex;
}

.grid.md\:grid-cols-2.gap-4 button {
    background: transparent;
    border: 1px solid #F9ED39;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 999px;
    padding: 8px;
    margin-right: 8px !important;
    margin: auto;
    margin-left: 0;
}

.form-section input,
.form-section select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-section button {
    background-color: #F9ED39;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
    height: 44px;
}

.form-section button:hover {
    background-color: #f4a261;
}

.partners {
    text-align: center;
    padding: 20px;
    background-color: #fcfcfc;
    padding-bottom: 80px;
    border: 1px solid #e2e8f0;
}

.partners p {
    font-size: 28px;
    font-weight: 600;
}

.partners img {
    width: 160px;
    margin: 0 10px;
}

.faq {
    padding: 80px 20px;
    text-align: center;
    background: #fcfcfc;
    background-image: linear-gradient(180deg, hsl(0 0% 99%), hsl(48 95% 95%));
}

.faq h2 {
    font-size: 48px;
    margin: 0;
}

.faq .answer {
    font-size: 20px;
    text-align: left;
    margin-left: 0;
}

.faq p {
    font-size: 20px;
}

.faq-list {
    margin-top: 50px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    margin-bottom: 15px;
    padding: 5px 20px;
    border-radius: 15px;
}

.faq-item h3 {
    cursor: pointer;
    margin: 10px 0;
}

.faq-item h3:hover {
    color: #007bff;
}

.answer {
    margin-left: 20px;
}

.faq select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    color: #666;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding-top: 50px;
}

footer a {
    color: #264653;
    text-decoration: none;
}

svg.lucide.lucide-phone.h-5.w-5.text-brand-blue.mt-0\.5,
svg.lucide.lucide-mail.h-5.w-5.text-brand-blue.mt-0\.5,
svg.lucide.lucide-map-pin.h-5.w-5.text-brand-blue.mt-0\.5 {
    width: 20px;
    height: 20px;
    margin-bottom: auto;
    margin-right: 10px;
    color: #21428D;
}

footer div {
    text-align: left;
}

.wid-pag-norm {
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width: 1440px) {
    .hero-sub-div-2 {
        background-color: white;
        position: absolute;
        bottom: 5rem;
        left: 40rem;
        display: flex;
        padding: 5px 16px;
        border-radius: 10px;
        align-items: center;
    }



}

/* Media Queries for Responsiveness */
@media screen and (max-width: 1024px) {
    .hero {
        flex-direction: column;
        gap: 2em;
        padding: 20px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero .hero-sub-div {
        width: 100%;
    }

    .hero-sub-div {

        justify-items: center;


    }

    .hero-sub-div h1 {

        text-align: center;

    }

    .hero-sub-div p {
        text-align: center;
    }

    .hero-sub-div img {
        height: 400px !important;
    }

    .hero-sub-div-2 {
        display: none;
    }

    .wid-scre {
        width: 100%;
        padding: 0 20px;
    }

    .form-main-sec {
        width: 100%;
        padding: 20px;
    }

    .sub-section-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .wid-pag-norm {
        padding-left: 50px;
        padding-right: 50px;
    }
}



@media screen and (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: center;
    }

    .header-sec-col-1 {
        text-align: center;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero-sub-div-2 {
        display: none;
    }

    .hero p {
        font-size: 16px;
    }

    .hero .buttons a {
        padding: 10px 20px;
        margin-right: 10px;
        font-size: 12px;
    }

    .hero-sub-div img {
        height: 300px !important;
    }

    .sub-section-2 {
        grid-template-columns: 1fr;
    }

    .form-main-sec-1 {
        grid-template-columns: 1fr;
    }

    .form-main-sec {
        width: 100%;
    }

    .grid.md\:grid-cols-2.gap-4 {
        grid-template-columns: 1fr;
    }

    .form-section h2 {
        font-size: 36px;
    }

    .main-heafin.wid-scre h2 {
        font-size: 36px;
    }

    .main-heafin.wid-scre p {
        font-size: 16px;
    }

    .partners img {
        width: 120px;
    }

    .faq h2 {
        font-size: 36px;
    }

    .wid-pag-norm {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    header img {
        height: 50px;
    }

    header span {
        font-size: 20px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 14px;
    }

    .hero .buttons a {
        padding: 8px 16px;
        font-size: 10px;
    }

    .hero-sub-div img {
        height: 200px !important;
    }

    .services {
        padding: 10px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .service {
        padding: 20px;
    }

    .form-section {
        padding: 40px 10px;
    }

    .form-section h2 {
        font-size: 28px;
    }

    .form-section p {
        font-size: 14px;
    }

    .form-main-sec {
        padding: 20px;
    }

    .partners p {
        font-size: 20px;
    }

    .partners img {
        width: 100px;
    }

    .faq {
        padding: 40px 10px;
    }

    .faq h2 {
        font-size: 28px;
    }

    .faq p {
        font-size: 14px;
    }

    footer {
        grid-template-columns: 1fr;
        padding-top: 20px;
    }

    .wid-pag-norm {
        padding-left: 10px;
        padding-right: 10px;
    }






}


@media screen and (min-width:375px) {

    .hero .buttons {
        text-align: left;

    }

    .buttons a {
        margin-top: 0px;
    }

    .form-main-sec {
        max-width: 90%;
    }


}