.banner-area .content {
    margin-top: 450px !important;
    padding-top: 80px !important;
    background: linear-gradient(135deg, rgba(36, 85, 91, 0.7), rgba(36, 85, 91, 0.5)) !important;
    padding: 40px !important;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    margin-left: -180px !important;
    max-width: 75%;
    border: 1px solid rgba(36, 85, 91, 0.2);
    box-shadow: 0 10px 30px rgba(36, 85, 91, 0.3);
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat' sans-serif !important;
}

.banner-area .content.content-right {
    margin-left: 450px !important;
    margin-right: -450px !important;
}

.banner-area .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    pointer-events: none;
}

.banner-area .content h2,
.banner-area .content h4,
.banner-area .content p {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
    font-family: 'Montserrat' sans-serif !important;
}

.banner-area .content h2 {
    font-size: 1.5rem !important;
    margin-bottom: 4px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-style: normal;
}

.banner-area .content h4 {
    font-size: 1.7rem !important;
    margin-bottom: 2px;
    opacity: 0.9;
    font-family: 'Montserrat' sans-serif !important;
    font-weight: 700 !important;
}

.banner-area .content p {
    font-size: 1rem !important;
    margin-bottom: 4px;
    line-height: 1.6;
    opacity: 0.8;
}

.banner-area .button-group {
    position: relative;
    z-index: 2;
    display: flex !important;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
}

.banner-area .box-cell {
    vertical-align: bottom !important;
    padding-bottom: 120px;
}

.banner-area .slider-thumb {
    height: 800px !important;
    min-height: 800px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.banner-area .carousel-item {
    height: 800px !important;
}

.banner-area .box-table {
    height: 800px !important;
}

.banner-area.desktop {
    display: block;
}

.banner-area.mobile {
    display: none;
    position: relative;
}

.banner-area.mobile .carousel-item {
    height: 720px !important;
    position: relative;
}

.banner-area.mobile .slider-thumb {
    height: 720px !important;
    min-height: 720px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f9fa;
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-area.mobile .content {
    position: absolute !important;
    top: 90% !important;
    left: 25px !important;
    right: 25px !important;
    transform: translateY(-30%) !important;
    margin: 0 !important;
    padding: 15px 12px !important;
    max-width: calc(100% - 20px);
    background: linear-gradient(135deg, rgba(36, 85, 91, 0.5), rgba(36, 85, 91, 0.3)) !important;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(36, 85, 91, 0.2);
    box-shadow: 0 8px 25px rgba(36, 85, 91, 0.2);
    z-index: 100;
    text-align: center;
}

.banner-area.mobile .content h2,
.banner-area.mobile .content h4,
.banner-area.mobile .content p {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
    position: relative;
    z-index: 2;
    font-family: 'Montserrat' sans-serif !important;
}

.banner-area.mobile .content h2 {
    font-size: 1rem !important;
    margin-bottom: 2px;
    line-height: 1.3;
    text-align: center;
    font-weight: 400;
}

.banner-area.mobile .content h4 {
    font-size: 1.2rem !important;
    margin-bottom: 1px;
    text-align: center;
    opacity: 0.8;
    font-weight: 700 !important;
}

.banner-area.mobile .content p {
    font-size: 1.3rem !important;
    margin-bottom: 2px;
    line-height: 1.4;
    text-align: center;
    opacity: 0.7;
}

.banner-area.mobile .button-group {
    gap: 6px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner-area.mobile .button-group .btn {
    font-size: 0.75rem;
    padding: 7px 18px;
    text-align: center;
    margin: 2px;
}

.banner-area.mobile .box-table {
    height: 720px !important;
    display: table;
    position: relative;
    width: 100%;
}

.banner-area.mobile .box-cell {
    padding: 0;
    width: 100%;
    position: relative;
    height: 100%;
}

@media (max-width: 1200px) {

    .banner-area .slider-thumb,
    .banner-area .carousel-item,
    .banner-area .box-table {
        height: 600px !important;
    }

    .banner-area .content {
        margin-top: 280px !important;
        padding-top: 50px !important;
        margin-left: -120px !important;
        max-width: 95%;
    }

    .banner-area .content.content-right {
        margin-left: 120px !important;
        margin-right: -120px !important;
    }
}

@media (max-width: 768px) {
    .banner-area.desktop {
        display: none !important;
    }

    .banner-area.mobile {
        display: block !important;
    }

    .banner-area.mobile .carousel-control {
        top: 50% !important;
        transform: translateY(-50%) !important;
        height: 40px !important;
        width: 40px !important;
        z-index: 15;
    }

    .banner-area.mobile .carousel-control i {
        font-size: 16px !important;
    }

    .banner-area.mobile .carousel-item {
        height: 500px !important;
    }

    .banner-area.mobile .slider-thumb {
        height: 500px !important;
        min-height: 500px;
        background-size: contain !important;
        background-color: #f8f9fa;
    }

    .banner-area.mobile .content {
        left: 20px !important;
        right: 20px !important;
        padding: 12px 10px !important;
        max-width: calc(100% - 20px);
        background: linear-gradient(135deg, rgba(36, 85, 91, 0.4), rgba(36, 85, 91, 0.2)) !important;
        backdrop-filter: blur(6px);
        border: 1px solid rgba(36, 85, 91, 0.2);
        box-shadow: 0 6px 20px rgba(36, 85, 91, 0.1);
    }

    .banner-area.mobile .button-group .btn {
        font-size: 0.65rem;
        padding: 5px 10px;
    }

    .banner-area.mobile .box-table {
        height: 500px !important;
        display: table;
        width: 100%;
    }

    .site-heading h4 {
        font-size: 0.9rem !important;
        margin-bottom: 8px !important;
    }

    .site-heading h2 {
        font-size: 1.4rem !important;
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
    }

    .services-area .site-heading {
        margin-bottom: 25px !important;
    }

    .blog-area .site-heading {
        margin-bottom: 25px !important;
    }

    .services-area {
        padding-top: 50px !important;
    }
}


@media (max-width: 768px) {
    .services-area {
        padding-top: 15px !important;
    }
}

.site-heading {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .site-heading {
        margin-bottom: 30px;
    }
}

.services-area .services-single .item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-area .services-single .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.services-area .services-single .info .top {
    margin-bottom: 20px;
}

.services-area .services-single .info .top img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.services-area .services-single .info h4 {
    margin-bottom: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-area .services-single .info h4 a {
    text-align: center;
    width: 100%;
}

.services-area .services-single .info p {
    flex: 1;
    margin-bottom: 20px;
    line-height: 1.5;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.services-area .services-single {
    margin-bottom: 30px;
    display: flex;
}

.blog-area .blog-items .single-item {
    margin-bottom: 30px;
    display: flex;
    height: 100%;
}

.blog-area .blog-items .item {
    height: 480px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 100%;
}

.blog-area .blog-items .item:hover {
    transform: translateY(-5px);
}

.blog-area .blog-items .thumb {
    flex-shrink: 0;
    height: 200px;
    overflow: hidden;
}

.blog-area .blog-items .thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-area .blog-items .item:hover .thumb img {
    transform: scale(1.05);
}

.blog-area .blog-items .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
    height: 280px;
}

.blog-area .blog-items .info .date {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #ff6b6b;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.blog-area .blog-items .info .meta {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}

.blog-area .blog-items .info .meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.blog-area .blog-items .info .meta ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-area .blog-items .info h4 {
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
}

.blog-area .blog-items .info h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    height: 100%;
}

.blog-area .blog-items .info h4 a:hover {
    color: #ff6b6b;
}

.blog-area .blog-items .info .btn {
    margin-top: auto;
    align-self: flex-start;
    padding: 8px 20px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .blog-area .blog-items .item {
        height: auto;
        min-height: 400px;
    }

    .blog-area .blog-items .info {
        height: auto;
        min-height: 200px;
    }

    .blog-area .blog-items .info h4 {
        height: auto;
        min-height: 50px;
    }
}

@media (max-width: 480px) {
    .banner-area.mobile .carousel-item {
        height: 400px !important;
    }

    .banner-area.mobile .slider-thumb {
        height: 400px !important;
        min-height: 400px;
        background-size: cover !important;
        background-color: #f8f9fa;
    }

    .banner-area.mobile .box-table {
        height: 400px !important;
    }
}

@media (max-width: 360px) {
    .banner-area.mobile .carousel-item {
        height: 350px !important;
    }

    .banner-area.mobile .slider-thumb {
        height: 350px !important;
        min-height: 350px;
        background-size: contain !important;
        background-color: #f8f9fa;
    }

    .banner-area.mobile .box-table {
        height: 350px !important;
    }
}

.appointment-area {
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    padding: 80px 0;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.appointment-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(12, 184, 182, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(12, 184, 182, 0.05) 0%, transparent 50%);
    opacity: 0.8;
}

.appointment-area .site-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.appointment-area .site-heading h4 {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.appointment-area .site-heading h2 {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.appointment-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap: 40px;
}

.appointment-left,
.appointment-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.appointment-left:hover,
.appointment-right:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.appointment-left i,
.appointment-right i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.appointment-left .contact-info,
.appointment-right .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.appointment-left .contact-info span,
.appointment-right .contact-info .contact-text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.appointment-left .contact-info div,
.appointment-right .contact-info div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.appointment-left .contact-info div:hover,
.appointment-right .contact-info div:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.appointment-left .contact-info div i,
.appointment-right .contact-info div i {
    font-size: 18px !important;
    margin: 0 !important;
    color: #ffffff !important;
}

.appointment-left .contact-info div a,
.appointment-right .contact-info div a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.appointment-left .contact-info div a:hover,
.appointment-right .contact-info div a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.appointment-center {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.appointment-center .btn {
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    border: none;
    color: white;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(12, 184, 182, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.appointment-center .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.appointment-center .btn:hover::before {
    left: 100%;
}

.appointment-center .btn:hover {
    background: linear-gradient(135deg, #5BBEDC 0%, #007C91 100%);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(12, 184, 182, 0.6);
}

.appointment-center .btn i {
    margin-right: 10px;
    font-size: 16px;
}

.appointment-right .contact-info {
    align-items: center;
}

.appointment-right .contact-email {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600;
    display: inline-block;
}

.appointment-right .contact-email:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
    .appointment-content {
        gap: 30px;
    }

    .appointment-left,
    .appointment-right {
        padding: 25px 15px;
    }

    .appointment-left i,
    .appointment-right i {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .appointment-center .btn {
        padding: 18px 35px;
        font-size: 16px;
    }

    .homepage-about-area {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .appointment-area {
        padding: 60px 0;
        margin-bottom: 50px;
    }

    .appointment-area .site-heading {
        margin-bottom: 40px;
    }

    .appointment-area .site-heading h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .appointment-area .site-heading h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .appointment-content {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .appointment-left,
    .appointment-right {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        padding: 25px 20px;
    }

    .appointment-left i,
    .appointment-right i {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .appointment-left .contact-info span,
    .appointment-right .contact-info .contact-text {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .appointment-center {
        order: -1;
        margin-bottom: 10px;
    }

    .appointment-center .btn {
        font-size: 16px;
        padding: 16px 30px;
    }
}

.contact-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.contact-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(12, 184, 182, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(12, 184, 182, 0.03) 0%, transparent 50%);
    z-index: 1;
}

.contact-area .contact-items {
    position: relative;
    z-index: 2;
}

.contact-area .left-item {
    padding-right: 30px;
}

.contact-area .left-item .content {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(12, 184, 182, 0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.contact-area .left-item .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
}

.contact-area .left-item .content h2 {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.contact-area .left-item .content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    border-radius: 2px;
}

.contact-area .left-item .content h2 strong {
    color: #007C91;
}

.contact-form .form-group {
    margin-bottom: 25px;
    position: relative;
}

.contact-form .form-control {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: none;
    height: auto;
}

.contact-form .form-control:focus {
    background: #ffffff;
    border-color: #007C91;
    box-shadow: 0 0 0 0.2rem rgba(12, 184, 182, 0.15);
    outline: none;
}

.contact-form .form-control::placeholder {
    color: #999;
    font-weight: 500;
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form button[type="submit"] {
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    border: none;
    color: white;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(12, 184, 182, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.contact-form button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.contact-form button[type="submit"]:hover::before {
    left: 100%;
}

.contact-form button[type="submit"]:hover {
    background: linear-gradient(135deg, #5BBEDC 0%, #007C91 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(12, 184, 182, 0.4);
}

.contact-form button[type="submit"] i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.contact-form button[type="submit"]:hover i {
    transform: translateX(3px);
}

.contact-info-sidebar {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    height: 100%;
    margin-top: 0;
    border: 1px solid rgba(12, 184, 182, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-info-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
}

.contact-info-sidebar h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.contact-info-sidebar h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    border-radius: 2px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.contact-info-item:hover {
    background: #ffffff;
    border-left-color: #007C91;
    box-shadow: 0 5px 20px rgba(12, 184, 182, 0.1);
    transform: translateX(5px);
}

.contact-info-item .icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact-info-item:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(12, 184, 182, 0.3);
}

.contact-info-item .info {
    flex: 1;
}

.contact-info-item .info h5 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info-item .info a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-info-item .info a:hover {
    color: #007C91;
    text-decoration: none;
}

.contact-info-item .info p {
    color: #666;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

.contact-info-item.social-media .social-links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.contact-info-item.social-media .social-links a {
    width: 40px;
    height: 40px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-info-item.social-media .social-links a:hover {
    background: #007C91;
    color: white;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(12, 184, 182, 0.3);
}

@media (max-width: 992px) {
    .contact-area .left-item {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact-area .left-item .content {
        padding: 30px 25px;
    }

    .contact-area .left-item .content h2 {
        font-size: 1.7rem;
        margin-bottom: 25px;
    }

    .contact-info-sidebar {
        margin-top: 0;
        padding: 30px 25px;
    }

    .contact-info-sidebar h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .contact-info-list {
        gap: 18px;
    }

    .contact-info-item {
        padding: 18px;
    }

    .contact-info-item .icon {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contact-area .left-item .content {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .contact-area .left-item .content h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .contact-form .form-group {
        margin-bottom: 20px;
    }

    .contact-form .form-control {
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 8px;
    }

    .contact-form button[type="submit"] {
        padding: 12px 30px;
        font-size: 14px;
        border-radius: 40px;
    }

    .contact-info-sidebar {
        margin-top: 0;
        padding: 25px 20px;
        border-radius: 12px;
    }

    .contact-info-sidebar h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-info-item {
        padding: 15px;
        gap: 12px;
        border-radius: 10px;
    }

    .contact-info-item .icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .contact-info-item .info h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact-info-item .info a,
    .contact-info-item .info p {
        font-size: 13px;
    }

    .contact-info-item.social-media .social-links a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.testimonials-container {
    margin-top: 50px;
}

.testimonials-carousel {
    padding: 20px 0;
}

.testimonials-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 25px;
    margin: 15px;
    box-shadow: 0 15px 35px rgba(0, 124, 145, 0.1);
    border: 1px solid rgba(0, 124, 145, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007C91 0%, #00A3C4 100%);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 124, 145, 0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.testimonial-avatar {
    margin-right: 15px;
    flex-shrink: 0;
}

.testimonial-avatar img,
.testimonial-avatar .avatar-placeholder {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #007C91;
    transition: all 0.3s ease;
    object-fit: cover;
}

.testimonial-card:hover .testimonial-avatar img,
.testimonial-card:hover .testimonial-avatar .avatar-placeholder {
    transform: scale(1.1);
    border-color: #00A3C4;
}

.avatar-placeholder {
    background: linear-gradient(135deg, #007C91 0%, #00A3C4 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.testimonial-info h5 {
    margin: 0 0 6px 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 15px;
}

.rating {
    display: flex;
    gap: 2px;
}

.rating i {
    color: #FFD700;
    font-size: 11px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote-icon {
    position: absolute;
    top: -8px;
    right: 12px;
    font-size: 30px;
    color: rgba(0, 124, 145, 0.1);
    z-index: 1;
}

.testimonial-text {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.testimonial-content p,
.testimonial-short,
.testimonial-full {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin: 0;
    font-style: italic;
}

.read-more-btn {
    background: none;
    border: none;
    color: #007C91;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 8px;
    margin-top: 8px;
    text-align: left;
    transition: all 0.3s ease;
    display: none;
    border-radius: 4px;
    align-self: flex-start;
}

.read-more-btn.show {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
}

.read-more-btn:hover {
    color: #ffffff;
    background: #007C91;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 124, 145, 0.3);
}

.read-more-btn i {
    font-size: 9px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .testimonial-card {
        margin: 10px 5px;
        padding: 20px 15px;
        min-height: 280px;
        height: auto;
        width: 100% !important;
    }

    .testimonial-header {
        flex-direction: row;
        text-align: left;
        margin-bottom: 12px;
    }

    .testimonial-avatar {
        margin: 0 15px 0 0;
    }

    .testimonial-avatar img,
    .testimonial-avatar .avatar-placeholder {
        width: 45px;
        height: 45px;
    }

    .avatar-placeholder {
        font-size: 16px;
    }

    .quote-icon {
        right: 8px;
        font-size: 25px;
    }

    .testimonial-content p,
    .testimonial-short,
    .testimonial-full {
        font-size: 12px;
    }

    .testimonial-info h5 {
        font-size: 14px;
    }

    .read-more-btn {
        font-size: 10px;
        padding: 3px 6px;
        margin-top: 6px;
    }

    .read-more-btn i {
        font-size: 8px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 18px 12px;
        min-height: 260px;
        height: auto;
        width: 100% !important;
    }

    .testimonial-avatar img,
    .testimonial-avatar .avatar-placeholder {
        width: 40px;
        height: 40px;
    }

    .avatar-placeholder {
        font-size: 14px;
    }

    .testimonial-content p,
    .testimonial-short,
    .testimonial-full {
        font-size: 11px;
    }

    .read-more-btn {
        font-size: 9px;
        padding: 2px 5px;
        margin-top: 5px;
    }

    .read-more-btn i {
        font-size: 7px;
    }
}

.testimonials-carousel .owl-nav {
    position: static;
    top: auto;
    transform: none;
    width: 100%;
    left: auto;
    z-index: 10;
    pointer-events: all;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.testimonials-carousel .owl-nav button {
    position: static;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007C91 0%, #00A3C4 100%);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 124, 145, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    outline: none;
}

.testimonials-carousel .owl-nav button:hover {
    background: linear-gradient(135deg, #00A3C4 0%, #007C91 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 124, 145, 0.4);
}

.testimonials-carousel .owl-nav .owl-prev {
    left: auto;
}

.testimonials-carousel .owl-nav .owl-next {
    right: auto;
}

@media (max-width: 768px) {
    .testimonials-carousel .owl-stage-outer {
        overflow: hidden !important;
    }

    .testimonials-carousel .owl-stage {
        display: flex !important;
    }

    .testimonials-carousel .owl-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        padding: 0 15px !important;
    }

    .testimonials-carousel .owl-nav {
        position: static;
        top: auto;
        transform: none;
        width: 100%;
        left: auto;
        z-index: 10;
        pointer-events: all;
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .testimonials-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 14px;
        pointer-events: all;
        position: static;
    }

    .testimonials-carousel .owl-nav .owl-prev {
        left: auto;
    }

    .testimonials-carousel .owl-nav .owl-next {
        right: auto;
    }

    .testimonial-card {
        margin: 0 !important;
        padding: 20px 15px;
        height: auto !important;
        min-height: 300px !important;
        width: 100% !important;
        max-width: none !important;
        border-radius: 15px;
        display: flex !important;
        flex-direction: column !important;
        position: relative;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .testimonials-carousel .owl-nav {
        margin-top: 15px;
        gap: 10px;
    }

    .testimonials-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .testimonial-card {
        padding: 15px 12px;
        min-height: 250px;
        border-radius: 12px;
        width: calc(100% - 15px) !important;
        max-width: 320px !important;
    }

    .testimonial-avatar img,
    .testimonial-avatar .avatar-placeholder {
        width: 45px;
        height: 45px;
    }

    .avatar-placeholder {
        font-size: 14px;
    }

    .testimonial-info h5 {
        font-size: 13px;
    }

    .testimonial-content p,
    .testimonial-short,
    .testimonial-full {
        font-size: 12px;
        line-height: 1.5;
    }

    .quote-icon {
        font-size: 22px;
        right: 8px;
    }
}

/* Homepage About Section */
.homepage-about-area {
    padding: 80px 0;
    margin-bottom: 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .homepage-about-area {
        margin-bottom: 10px !important;
    }
}

.homepage-about-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(12, 184, 182, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(12, 184, 182, 0.02) 0%, transparent 50%);
    z-index: 1;
}

.homepage-about-area .container {
    position: relative;
    z-index: 2;
}

.homepage-about-content {
    padding-right: 30px;
}

.homepage-about-content h2 {
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.homepage-about-content h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    border-radius: 2px;
}

.homepage-about-content h4 {
    color: #007C91;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    opacity: 0.9;
}

.homepage-about-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 35px;
}

.homepage-about-text p {
    margin-bottom: 15px;
}

.homepage-about-text ul,
.homepage-about-text ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.homepage-about-text li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.homepage-about-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.homepage-about-buttons .btn {
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.homepage-about-buttons .btn-gradient {
    background: linear-gradient(135deg, #007C91 0%, #5BBEDC 100%);
    border: none;
    color: white;
    box-shadow: 0 8px 25px rgba(12, 184, 182, 0.3);
}

.homepage-about-buttons .btn-gradient:hover {
    background: linear-gradient(135deg, #5BBEDC 0%, #007C91 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(12, 184, 182, 0.4);
    color: white;
    text-decoration: none;
}

.homepage-about-buttons .btn-light-outline {
    background: transparent;
    border: 2px solid #007C91;
    color: #007C91;
}

.homepage-about-buttons .btn-light-outline:hover {
    background: #007C91;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(12, 184, 182, 0.3);
    text-decoration: none;
}

.homepage-about-image {
    position: relative;
    padding-left: 30px;
}

.homepage-about-image::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(12, 184, 182, 0.1) 0%, rgba(12, 184, 182, 0.05) 100%);
    border-radius: 20px;
    z-index: 1;
}

.homepage-about-image img {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.homepage-about-image img:hover {
    transform: translateY(-10px);
}

.homepage-about-image .placeholder-image {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 20px;
    padding: 80px 20px;
    text-align: center;
    color: #6c757d;
    position: relative;
    z-index: 2;
}

.homepage-about-image .placeholder-image i {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.homepage-about-image .placeholder-image span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .homepage-about-area {
        padding: 60px 0;
    }

    .homepage-about-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .homepage-about-content h2 {
        font-size: 2rem;
    }

    .homepage-about-content h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .homepage-about-image {
        padding-left: 0;
    }

    .homepage-about-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .homepage-about-area {
        padding: 30px 0 10px 0;
        margin-bottom: 20px;
    }

    .homepage-about-content h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .homepage-about-content h4 {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .homepage-about-text {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .homepage-about-buttons {
        flex-direction: column;
        width: 100%;
    }

    .homepage-about-buttons .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 25px;
        font-size: 14px;
    }

    .homepage-about-image::before {
        top: 15px;
    }

    .homepage-about-area .col-lg-6:first-child {
        order: 2;
    }

    .homepage-about-area .col-lg-6:last-child {
        order: 1;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .homepage-about-content h2 {
        font-size: 1.5rem;
    }

    .homepage-about-content h4 {
        font-size: 0.9rem;
    }

    .homepage-about-text {
        font-size: 0.9rem;
    }

    .homepage-about-buttons .btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .homepage-about-image .placeholder-image {
        padding: 60px 15px;
    }

    .homepage-about-image .placeholder-image i {
        font-size: 36px;
    }
}

.maps-area .google-maps {
    max-width: 100%;
    margin: 80px auto;
    padding: 0 60px;
    border-radius: 0px;
    overflow: hidden;
}

@media (max-width: 768px) {
  .banner-area.mobile .content {
    position: absolute !important;
    left: 25px !important;
    right: 25px !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 10px 12px 5px 12px !important;
    max-width: calc(100% - 50px);
    z-index: 100;
    text-align: center;
  }
}
