@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Trocchi&display=swap');
/* font-family: "Lexend Deca", sans-serif; */

.logo-header img {
    width: 250px;
}


.mainhd {
    top: -1px !important;
}



/* From Uiverse.io by fanishah */
.planet {
    display: block;
    width: 125px;
    height: 125px;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 50%;
    background: #fcc96b;
    background: #fcc96b;
    background: linear-gradient(180deg,
            #fcc96b 0%,
            #fcc96b 15%,
            #f7ae01 15%,
            #f7ae01 19%,
            #fcc96b 19%,
            #fcc96b 22%,
            #f7ae01 22%,
            #f7ae01 28%,
            #fcc96b 28%,
            #fcc96b 31%,
            #fcc96b 33%,
            #fcc96b 36%,
            #f7ae01 36%,
            #f7ae01 48%,
            #fcc96b 48%,
            #fcc96b 55%,
            #f7ae01 55%,
            #f7ae01 66%,
            #fcc96b 66%,
            #fcc96b 70%,
            #f7ae01 70%,
            #f7ae01 73%,
            #fcc96b 73%,
            #fcc96b 82%,
            #f7ae01 82%,
            #c7ba9d 86%,
            #fcc96b 86%);
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.25),
        inset 8px -4px 6px rgba(199, 128, 0, 0.5),
        inset -8px 4px 8px rgba(255, 235, 199, 0.5), inset 20px -5px 12px #f7ae01,
        0 0 100px #ffffff59;
    transform: rotateZ(-15deg);
}

.planet::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 16px solid #e1a519;
    border-top-width: 0;
    border-radius: 50%;
    box-shadow: 0 -2px 0 #c18620;
    animation: rings1 0.8s infinite linear;
}

.planet::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 8px solid #d48b0c;
    border-top-width: 0;
    border-radius: 50%;
    box-shadow: 0 -2px 0 #b99309;
    animation: rings2 0.8s infinite linear;
}

@keyframes rings1 {
    0% {
        transform: rotateX(65deg) rotateZ(0deg) scale(1.75);
    }

    100% {
        transform: rotateX(65deg) rotateZ(360deg) scale(1.75);
    }
}

@keyframes rings2 {
    0% {
        transform: rotateX(65deg) rotateZ(0deg) scale(1.7);
    }

    100% {
        transform: rotateX(65deg) rotateZ(360deg) scale(1.7);
    }
}

.crd-txt {
    font-size: 27px;
    padding-block: 10px;
    padding-bottom: 20px;
}

.crd-btn {
    border: none;
    padding: 8px 18px;
    background: #ff7010;
    color: white;
    border-radius: 5px;
    font-size: 17px;
    margin-top: 7px;
    transition: 0.3s all ease;
}

.crd-btn:hover {
    border: 1px solid orange;
    background-color: whitesmoke;
    color: black;
    transform: scale(1);
}





.card-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffdcd1;


}

.card-custom img {
    width: 100%;
    /* max-width: 200px; */
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
}

.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}






.left-banner {
    background: url('myimg/lb1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 20px;
    height: 543px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px
}

.left-banner div {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

/* Button Styling */
/* .left-banner button {
    background-color: #ffffffde;
    color: #000000;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* width: 80%; */
/* Make it responsive */
/* } */

/* .left-banner button:hover {
    background-color: #000000;
    transform: scale(1.05);
    color: white;
} */

.right-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.right-images img {
    width: 100%;
    height: 48%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 497px) {
    .left-banner button {
        font-size: 1rem;
        padding: 8px 10px;
        /* width: 90%; */
        /* Make it fit better on smaller screens */
    }

    .right-images img {
        margin-bottom: 15px;
        /* height: auto; */
        margin-block: 1vh;
    }

    .left-banner {
        height: 239px;
        border-radius: 10px;
    }

    video {
        height: 400px !important;
    }

    .flat-title .title {
        font-size: 30px !important;
    }

    .flat-spacing-21 {
        padding-bottom: 0px;
    }

    .flat-spacing-15 {
        padding-top: 1px;
    }

    .crd-txt {
        font-size: 19px;
    }

    .crd-btn {
        margin-top: 0px;
        font-size: 16px;
    }

    /* .tf-slideshow {
        height: 401px !important;
    } */
}



.footer.background-gray {
    background-color: #F6F6F6;
}



.app-form {
    /* font-family: Arial, sans-serif; */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    margin: 0;
    /* background-color: #f9f9f9; */
}


.form-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #000000c4;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
}

.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-field {
    flex: 1 1 calc(50% - 20px);
    /* Two columns on larger screens */
    display: flex;
    flex-direction: column;
}

.form-field label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #aaa;
}

.form-field textarea {
    resize: vertical;
}

#apointbtn {
    /* width: 100%; */
    padding: 12px;
    font-size: 16px;
    color: #fff;
    background-color: #fc761c;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s all ease;
}


#apointbtn:hover {
    background-color: #ffffff;
    color: black;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .form-container {
        width: 100%;
        /* Form takes more width on smaller screens */
    }

    .form-grid {
        flex-direction: column;
        /* Stack fields vertically on small screens */
    }

    .form-field {
        flex: 1 1 100%;
        /* Fields take full width */
    }

    @media (max-width: 497px) {
        .tf-page-title2 .heading {
            font-size: 23px;
            font-weight: 600;
            line-height: 36px;
            padding: 10px;
        }

        .form-title {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
        }
    }
}