@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

.navbar-brand img {
    width: 180px;
}

.navbar-nav .nav-link.active {
    color: #ff8e00 !important;
    font-weight: bold !important;
}

.hero-img img {
    width: 80%;
    height: 100%;
}

.hero {
    height: 100vh;
}

.hero-img {
    top: 0;
    right: 112px;
    z-index: -1;
}

.hero-content {
    padding: 10rem 0 0;
}

.hero-content h1 {
    font-weight: 800;
    font-size: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.navbar-brand {
    margin-right: 5rem;
}

.btn-primary {
    background: #ff8e00;
    border: 0;
    padding: 10px 20px;
}

.hero-content p {
    font-size: 26px;
    width: 66%;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 2px 1px #ffffff;
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(255 255 255) -2%, rgba(255, 255, 255, 0) 20%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* From Uiverse.io by virus231 */
.button {
    background: linear-gradient(140.14deg, #ff8f01 15.05%, #bf5a09 114.99%) padding-box, linear-gradient(142.51deg, #ffffff4d 8.65%, #934d0b 88.82%) border-box;
    border-radius: 7px;
    border: 2px solid transparent;
    text-shadow: 1px 1px 1px #00000040;
    box-shadow: 8px 8px 20px 0px #45090059;
    text-decoration: none;
    padding: 10px 40px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.button:hover {
    box-shadow: none;
    opacity: 80%;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1150px;
    }
}


.section-2 {
    padding: 10rem 0 0
}

.section-3 .card-header span {
    font-weight: 200;
    font-size: 18px;
}

.card-header {
    border-bottom: 1px solid black;
    background-color: transparent;
}

.card-body h5 {
    font-size: 30px;
    margin: 3rem 0;
    font-weight: 500;
}

.card-body {
    padding: 0px;
}

.card-text {
    font-weight: 300;
    line-height: 28px;
}

.img-1 {
    width: 590px;
    height: 330px;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    object-position: center;
    /* optional: centers the image within the box */
    display: block;
    /* removes small gap below image */
}

.img-2 {
    width: 360px;
    height: 220px;
    object-fit: cover;
    object-position: top;
    /* optional: centers the image within the box */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: block;
    /* removes small gap below image */
}

.section-4 {
    padding: 8rem 0;
    background: linear-gradient(135deg, #f4f9ff, #e8f0ff);
}

.section-4 .card {
    background-color: transparent;
}

input::placeholder {
    color: #6c757d;
}

.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004a99;
}

.banner {
    padding: 8rem 0;
}

.border-t {
    border-top: 1px solid black;

}

.blockquote {
    padding: 1.5rem;
}

.Testimonial {
    padding: 10rem 0;
}

.section-3 {
    padding: 3rem 0 8rem;
}

.hero h3 {
    margin-top: 3rem;
    width: 85%;
}

.services h1 {
    font-weight: 700;
}

.services h3 {
    font-weight: 400;
}

.services .card-body h5 {
    font-weight: 600;
}

.section-2 .card-header span {
    font-weight: 200;
    font-size: 18px;
}

.section-2 .card {
    padding: 3rem 0 0;
}

.services {
    padding: 5rem 0;
}

.bookAppt {
    padding: 8rem 0;
    background: linear-gradient(135deg, #f4f9ff, #e8f0ff);
}

.bookAppt img {
    width: 100%;
    height: 100%
}

.why-choose-section {
    padding: 10rem 0;
}

.why-choose-section .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.why-card {
    background: #edf4ff;
    border-radius: 0px;
    box-shadow: 0 0px 8px rgb(164 200 255);
    padding: 30px 30px;
    transition: all 0.3s ease-in-out;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.why-card .icon {
    font-size: 2.5rem;
    color: #3a47d5;
    margin-bottom: 15px;
}

.why-card h5 {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-card p {
    color: #666;
    font-size: 0.95rem;
}

.faq-section {
    padding: 4rem 0 10rem;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    /* color: #180659; */
}

.faq-intro {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 50px;
}

.accordion-button {
    background: #2222;
    border: none;
    border-radius: 5px !important;
    font-weight: 600;
    color: #333333;
    font-size: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
    background: #301497;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0 !important;
}

.accordion-body {
    background-color: #eeeeee;
    color: #4b5563;
    font-size: 0.95rem;
    border-radius: 0 0 12px 12px;
    text-align: justify;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .faq-title {
        font-size: 2rem;
    }
}

.contact-section {
    padding: 5rem 0 10rem;
}



.contact-subheading {
    font-size: 1.1rem;
    color: #5f6c7b;
    max-width: 600px;
    margin: auto;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #dbe1e8;
    padding: 12px 15px;
    font-size: 1rem;
}

.form-control:focus {
    border-color: #3a47d5;
    box-shadow: 0 0 0 0.2rem rgba(58, 71, 213, 0.2);
}

.btn-primary {
    background-color: #331997;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    float: right;
}

.btn-primary:hover {
    background-color: #2e3aaf;
}

.contact-info {
    background: linear-gradient(135deg, #f4f9ff, #e8f0ff);
    border-radius: 15px;
    padding: 4rem;
    text-align: justify;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-item {
    margin-bottom: 15px;
    font-size: 1rem;
    color: #4a5568;
}

.info-label {
    font-weight: 600;
    color: #2d3748;
}

footer {
    padding: 40px 0;
    color: #9ca3af;
    font-size: 0.9rem;
}

.contact-section form {
    background: linear-gradient(135deg, #f4f9ff, #e8f0ff);
    border-radius: 15px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: justify;
        height: 630px;
}

.contact-heading {
    font-weight: 700;
}

p {
    color: #6b7280
}

.top {
    background: linear-gradient(to bottom, rgb(148 119 255 / 19%) -2%, rgba(255, 255, 255, 0) 20%, rgb(255 255 255 / 0%) 100%);
}






/* 


.product-image img {
    transition: transform 0.3s ease;
}

.product-image:hover img {
    transform: scale(1.02);
}

.tab-content {
    background-color: #ffffff;
} */

.products .card-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem 0;
}

.product-card {
    border: none;
}

.products h1 {
    margin-bottom: 4rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 345px;
}


.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
}


.hover-button {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    z-index: 10;
}

.product-card:hover .hover-button {
    opacity: 1;
    bottom: 5.5rem;
    cursor: pointer;
}

.hover-button .btn {
    border-radius: 50px;
}

.products {
    padding: 4rem 0 8rem;
}

.product-card .card-title {
    font-weight: 500;
}

.detail-pg .btn-primary {
    float: left;
}

.detail-pg {
    padding: 5rem 0 15rem;
}

.login-card {
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease;
}

.login-card:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.login-card .btn-primary {
    background-color: #0d6efd;
    border: none;
}

.login-card .btn-primary:hover {
    background-color: #0b5ed7;
}

.login {
    padding: 4rem 0;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: 600;
}

ul {
    color: #6b7280;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-2 {
        padding: 14rem 0 0;
    }


}

@media (min-width: 1200px) and (max-width: 1500px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-2 {
        padding: 3rem 0 0;
    }

    .hero-img {
        right: -94px;
    }

    .img-1 {
        width: 618px;
    }

    .services {
        padding: 6rem 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .contact-info {
        padding: 2rem
    }

    .navbar-collapse {
        background: #ffffff;
        padding: 2rem 32px;
        position: absolute;
        top: 100px;
        z-index: 1;
        width: 100%;
        left: 0px;
    }

    .hero-img img {
        width: 392px;
        height: 586px;
    }

    .section-3 {
        padding: 2rem 0 4rem;
    }

    .section-4 {
        padding: 4rem 0;
    }

    .hero-img {
        top: 0;
        right: 44px;
        z-index: -1;
        width: 100%;
        width: 50%;
    }

    .section-2 {
        padding: 4rem 0 0;
    }

    .img-1 {
        width: 100%;
        height: 272px;
    }

    .hero-content {
        padding: 3rem 0 0;
    }

    .hero-content h1 {
        font-size: 50px;

    }

    .card-body h5 {
        font-size: 25px;
        margin: 1rem 0;
    }

    .Testimonial {
        padding: 5rem 0;
    }

    .img-2 {
        width: 286px;
        height: 220px;
    }

    .navbar-collapse .button {
        float: inline-end;
    }

    .why-choose-section {
        padding: 5rem 0;
    }

    .services {
        padding: 5rem 0;
    }

    .products {
        padding: 4rem 0;
    }

    .faq-section {
        padding: 4rem 0;
    }

    .contact-section {
        padding: 4rem 0;
    }
}

@media (min-width: 768px) {
    .offset-md-6 {
        margin-left: 30%;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .hero-img {
        right: 0;
        top: 23rem;
    }

    .hero h3 {
        margin: 1rem 1rem;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-overlay {
        background: none;
    }

    .hero {
        height: 100vh;
        position: relative;
        background: linear-gradient(to bottom, rgb(148 119 255 / 19%) -2%, rgba(255, 255, 255, 0) 20%, rgb(255 255 255 / 0%) 100%);

    }

    .products {
        padding: 4rem 0;
    }

    .faq-section {
        padding: 4rem 0;
    }

    .contact-section {
        padding: 4rem 0;
    }

    .Testimonial {
        padding: 5rem 0 2rem;
    }

    .section-4 {
        padding: 5rem 0;
    }

    .hero-content {
        padding: 4rem 0;
    }

    .section-3 {
        padding: 6rem 0;
    }

    .hero-img img {
        width: 100%;
        height: 224px;
        object-fit: cover;
    }

    .navbar-collapse {
        background: #ffffff;
        padding: 2rem 32px;
        position: absolute;
        top: 100px;
        z-index: 1;
        width: 100%;
        left: 0px;
    }

    .hero-content p {
        font-size: 21px;
        width: 100%;
    }

    .section-2 {
        padding: 0rem 0 0;
    }

    .img-1 {
        width: 100%;
        height: auto;
    }

    .img-2 {
        width: 45%;
        max-width: 100%;
        height: 220px;
    }


    .top {
        background: linear-gradient(to bottom, rgb(148 119 255 / 9%) -2%, rgba(255, 255, 255, 0) 20%, rgb(255 255 255 / 0%) 100%);
    }

    .services {
        padding: 5rem 0;
    }

    .bookAppt {
        padding: 3rem 0;
    }

    .why-choose-section {
        padding: 5rem 0;
    }

    .product-card .img-fluid {
        max-height: 488px;
    }

    .detail-pg {
        padding: 5rem 0 5rem;
    }

    .faq-section {
        padding: 5rem 0 5rem;
    }

    .contact-section form {
     height: 750px;
        margin-top: 2rem;
        box-shadow: rgba(0, 0, 0, 0.24) -1px 0px 8px;
    }

    .contact-info {
        height: auto;
        padding: 2rem
    }

    .navbar-collapse .button {
        float: inline-end;
    }
    
.border-t {
    width: 85%;
}.blockquote {
    padding: 0;
}
}

@media (min-width: 320px) and (max-width: 378px) {
    .hero-content {
        padding: 2rem 0;
    }
}

@media (min-width:502px) and (max-width:767px) {}

@media only screen and (min-width: 1800px) {
    .hero-img {
        right: 387px;
    }

}

@media only screen and (min-width: 2400px) {}