﻿
#level_1 li a#home {
    color: #007e7d !important;
    background: #f9f9f9;
}

 


header .logo-bar-fixed #level_1 li a#home {
    color: #007e7d !important;
    background: #f9f9f9;
}

.tech-image img {
    height: 218px !important;
    width: 327px;
    border-radius: 10px;
}

.slides {
    height: 565px
}

.slide_box {
    box-shadow: 0 5px 15px rgb(176 160 160 / 38%); 
    padding: 25px 25px;
    box-shadow: 0 5px 15px rgba(176, 160, 160, 0.38); 
    border: 2px solid transparent; /* prepare for border transition */
    border-radius: 10px;
    transition: border 0.3s ease, border-radius 0.3s ease;
    overflow: hidden; /* ensures scaled image stays within box */
    margin-bottom:20px;
    height:350px;
}
    .slide_box h4 {
        font-family: Poppins-Bold;
        font-size: 24px;
        color: #0c0c5c;
    }
    .slide_box p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        font-size: 14px;
        font-family: Roboto-Regular;
    }
.menuname {
    padding-bottom: 15px !important;
}
 
 

    /* Image styling and transition inside slide_box */
    .slide_box img {
        height: 218px !important;
        width: 327px;
        border-radius: 10px;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    /* Hover effect on image */
    .slide_box:hover img {
        transform: scale(1.1);
    }

    

    /* Slide overlay up on hover */
    .slide_box:hover::after {
        bottom: 0;
    }

.text-theme, .text-title {
    color: #00afc8 !important;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.top_head h3 {
    margin-bottom: 10px !important
}

.service-head {
    color: #00afc8;
}

.section-title {
    margin-top: -0.3em;
}

.text-content {
    color: #888c92;
}

/* General layout */
/* Section Layout */
.appointment-section {
    background-color: #f9fafb;
    Tailwind 's bg-gray-50 padding-top: 4rem; padding-bottom: 4rem;
}

.container {
    max-width: 1280px;
    Tailwind 's max-w-7xl margin-left: auto; margin-right: auto; padding-left: 1rem;
    padding-right: 1rem;
}

.appointment-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

media (min-width: 1024px) {
    .appointment-wrapper

{
    flex-direction: column;
}

}


.appointment-content {
    width: 50%;
}

@media (min-width: 1024px) {
    .appointment-content

{
    width: 50%;
}

}

.section-subtitle {
    color: #00afc8;
    font-weight: 400;
    text-align:center;
}

.section-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #00afc8;
    font-size: 35px;
    text-align:center;
}

.top_head {
    padding: 0px 8px;
    text-align: center;
}

.section-text {
    color: grey;
    margin-bottom: 30px !important;
    letter-spacing: 0.5px;
    text-align: center;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap-6 font-weight: 500;
    color: #374151;
    text-gray-700
}

    .benefits-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 50%;
    }

        .benefits-list ul li {
            margin-bottom: 2rem !important;
        }

    .benefits-list ul {
        list-style: none;
        padding: 0;
    }

    .benefits-list li::before {
        content: "✓";
        color: lightskyblue;
        margin-right: 8px;
    }

.promo-code {
    font-size: 1.125rem;
}

    .promo-code span {
        color: #0d9488;
        font-weight: 600;
    }

.text-title {
    color: blue;
}

.appointment-form {
    width: 100%;
}

@media (min-width: 1024px) {
    .appointment-form

{
    width: 50%;
}

}

form {
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
    background-color: #00afc8;
    padding: 3rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .form-header h3 {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .form-header p {
        font-size: 0.875rem;
        opacity: 0.8;
    }

.call-icon {
    font-size: 1.25rem;
    color: white;
    text-decoration: none;
}

    .call-icon:hover {
        color: #5eead4;
        hover: text-teal-300
    }

.form-body {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 1rem;
}

.custom-select {
    border: 1px solid #ccc !important
}

@media (max-width: 768px) {
    form{
        padding:0px !important;
    }

    .vs-btn.style3 i, .vs-btn.style2 i {
  
        left: -21px !important;
    }
        .form-body {
        grid-template-columns: 1fr !important;
    }

    .appointment-content {
        width: 100% !important;
        margin-top:30px !important
    }

    .benefits-list {
        flex-direction: column !important;
        width: 100% !important;
    }

        .benefits-list ul {
            width: 100% !important;
        }

    .count-bar {
        padding: 0px !important;
    }

    .form-body input,
    .form-body select {
        width: 100%;
        border: 1px solid #d1d5db;
        border-gray-300 border-radius: 0.375rem;
        padding: 0.5rem;
        font-size: 1rem;
    }

    .form-footer {
        text-align: center;
    }

        .form-footer button {
            background-color: #0d9488;
            color: white;
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 0.375rem;
            cursor: pointer;
            transition: background-color 0.2s;
            height: 58px
        }

    @media(min-width:768px) {


        .appointment-form {
            width: 50%
        }
    }


 
        

}


.ripple-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .ripple-icon:after {
        animation-delay: 1.2s;
    }

    .ripple-icon:after, .ripple-icon::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #19406b5e;
        animation: ripple-sm 4s infinite ease-in-out;
        z-index: -1;
        border-radius: 50%;
    }

    .ripple-icon.style2 i {
        background-color: #1299a3;
        font-size: 22px;
        color: white;
    }

    .ripple-icon i {
        width: 70px;
        height: 70px;
        background-color: var(--white-color);
        color: var(--theme-color);
        border: 4px solid rgb(76 99 153 / 30%);
        display: inline-block;
        text-align: center;
        line-height: 65px;
        font-size: 2em;
        border-radius: 50%;
        transition: all ease .4s;
    }

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: .4;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-md {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: .6;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

@keyframes ripple-sm {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: .2;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

@keyframes ripple-xs {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: .1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }


    .message::before {
        content: "“" !important;
    }

    .message::after {
        content: "”" !important;
    }
    /* Base styles */
    .appointment-section {
        padding: 40px 20px;
    }

    .appointment-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: flex-start;
        justify-content: space-between;
    }

    .appointment-content, .appointment-form {
        flex: 1 1 48%; /* Two columns on large screens */
    }
    /* Responsive adjustments for small screens */
    @media (max-width: 767px) {
        .appointment-wrapper {
        flex-direction: column;
    }

    .appointment-content,
    .appointment-form {
        flex: 1 1 100%;
    }

    .form-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .form-footer {
        text-align: center;
    }

    .benefits-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .benefits-list ul {
            margin-bottom: 15px;
        }

    .custom-select,
    .form-control {
        width: 100%;
    }

    .form-group {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-body {
        margin-top: 12px !important;
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 1rem !important;
    }
}



@media (max-width: 767px) {
    .scroll-bottom i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.scroll-bottom i {
    width: 60px;
    height: 70px;
    background-color: var(--white-color);
    color:black;
    line-height: 70px;
    text-align: center;
    right: 60px;
    bottom: 0;
    font-size: 1.2em;
    box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, .1);
    transition: all ease .4s;
}

.about-slider {
    background-color: #00afc8;
    color: white;
    width: 93%;
    margin-left: 17px;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.2s;
    height: 58px;
    border-radius: 42px !important;
}

.style3 i{
    left: -14% !important;

}

.footer-img img {
    transition: transform 0.3s ease; /* Smooth transition */
}

.footer-img:hover img {
    transform: scale(1.1); /* Slight zoom effect */
}

