@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}

.navbar-brand {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
}

.nav_img {
    max-width: 150px;
    width: 100%;
}

.navbar {
    background: #0F4C81;
}

.nav-link.active {
    color: #fff;
}

.nav-link {
    font-weight: 600;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown>.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.lni-life-guard-tube-1 {
    font-size: 2rem;
    color: #fff;

}

.lni-xmark {
    font-size: 2rem;
}

#home_page {
    background: #E3FDFD;
    color: #000;
}

/* responsive */
@media (max-width:773px){
    .nav-link {
        color: #0099cc;
    }
}
@media (min-width:992px) {
    .navbar {
        background: #0F4C81;
    }

    .dropdown>.dropdown-menu {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        display: block;
        transition: all 0.1s ease-out;
    }

    .dropdown:hover>.dropdown-menu {
        padding: 20px 0;
        display: block;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;


    }

}

.dropdown-item:hover {
    color: #fff;
    background: #0F4C81;

}

/* CAROUSEL */
.carousel-item {
    height: 100vh;
    min-height: 300px;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;

}

.carousel-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

@media (max-width:773px) {
    .carousel-caption h5 {
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .carousel-caption p {
        width: 60%;
        margin: auto;
        font-size:10px;
        line-height: 1.9;
    }
}

/* About */
.about-image {
    position: relative;
    padding-top: 50%;
}

/* services */
.services .card-body i {
    font-size: 50px;


}

.card {
    background: #0F4C81;
}

/* testimonal */
/* TESTIMONIALS */
.test-container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.testimonials {
    padding: 100px 0;
}

.testimonials .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials .section-header {
    margin-bottom: 50px;
}

.testimonials .section-header .title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
    color: #0F4C81;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.testimonials .section-header .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border-radius: 2px;
}

.testimonials-item {
    padding: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
}

.testimonials-item .info {
    display: flex;
    align-items: center;
}

.testimonials-item .textbox .name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.2;
}

.testimonials-item .textbox .job {
    font-size: 17px;
    font-weight: 200;
    color: #1f242d;
    position: relative;
    top: 5px;
}

.testimonials-item img {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 30px;
    vertical-align: middle;
}

.testimonials-item p {
    margin-bottom: 20px;
    color: white;
}

.testimonials-item .rating {
    margin-top: 15px;
    font-size: 14px;
    color: #0a0e2e;
}

.swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: auto;
    color: #00d4ff;
}

/* BLOG */
.page-wrapper a:hover {
    color: #00d4ff;
    padding-left: 5px;
    transition: all .5s ease;

}

.post-slider {
    position: relative;
}

.post-slider .post-wrapper {
    width: 84%;
    height: 350px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}

.post-slider .post-wrapper .post {
    width: 300px;
    height: 330px;
    margin: 0px 10px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 1rem 1rem 1rem -1rem #555;
}

.page-wrapper .post-slider .slider-title {
    text-align: center;
    font-size: 32px;
    color: #00d4ff;
    margin: 30px 10px;
}

.post-slider .next {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 2em;
    color: #00d4ff;
    cursor: pointer;
}

.post-slider .prev {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 2em;
    color: #00d4ff;
    cursor: pointer;
}

.page-wrapper .post-slider .post-wrapper .post .slider-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-slider .post-wrapper .post .post-info {
    height: 130px;
    border: 1px solid #0a0e2e;
    padding: 0px 5px;
}

.post-slider .post-wrapper .post .post-info h4 {
    margin: 5px;
    color: #0a0e2e;
}

.post-slider .post-wrapper .post .post-info a {
    text-decoration: none;
    color: inherit;
}

.post-slider .post-wrapper .post .post-info i {
    position: relative;
    margin-left: 10px;
    color: #00d4ff;
}

.post-slider .post-wrapper .post .post-info span {
    margin: 7px 10px;
}

.post-slider .post-wrapper .post .post-info p {
    position: relative;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #0a0e2e;
}

/* contact */
.contact {
    position: relative;
    min-height: 100vh;
    padding: 80px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact .section-header h2 {
    color: #0F4C81;
}

.contact-content {
    max-width: 800px;
    text-align: center;
}

.contact-content h2 {
    font-size: 36px;
    font-weight: 500;
}

.contact-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 60px;
}

.contact-image-wrapper {
    flex: 1;
    max-width: 500px;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.contact-image-wrapper.animated {
    opacity: 1;
    transform: translateX(0);
}

.contact-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 212, 255, 0.2);
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    animation: contactPulse 4s ease-in-out infinite;
}

@keyframes contactPulse {
    0%, 100% {
        box-shadow: 0 20px 60px rgba(0, 212, 255, 0.2);
    }
    50% {
        box-shadow: 0 20px 80px rgba(0, 212, 255, 0.4);
    }
}

.contact-animated-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: contactImageFloat 6s ease-in-out infinite;
    transition: transform 0.5s ease;
}

.contact-animated-image:hover {
    transform: scale(1.05);
}

.contact-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 76, 129, 0.3) 0%, rgba(0, 212, 255, 0.2) 100%);
    pointer-events: none;
}

@keyframes contactImageFloat {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.02);
    }
}

.contact-container .contactInfo {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.contact-container .contactInfo.animated {
    opacity: 1;
    transform: translateX(0);
}

.contact-container .contactInfo .box {
    position: relative;
    padding: 25px 0;
    display: flex;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-container .contactInfo .box:hover {
    transform: translateX(10px);
    background: rgba(0, 212, 255, 0.05);
}

.contact-container .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.contact-container .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    flex-direction: column;
    font-weight: 600;
}

.contact-container .contactInfo .box .text h3 {
    font-weight: 500;
    color: #00d4ff;
}

.contact-form {
    width: 40%;
    padding: 40px;
    background: #fff;
}

.contact-form h2 {
    font-size: 30px;
    color: #1f242d;
    font-weight: 500;
    text-align: center;

}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #0a0e2e;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box input:valid~span,
.contact-form .input-box textarea:focus~span,
.contact-form .input-box textarea:valid~span {
    color: #00d4ff;
    font-size: 12px;
    transform: translateY(-20px);

}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #00d4ff;
    outline: none;
}

.contact-form .input-box input[type="submit"] {
    width: 100px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: #0a0e2e;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.contact-form .input-box input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.4);
}

@media (max-width:991px) {
    .contact {
        padding: 50px 20px;
    }

    .contact-container {
        flex-direction: column;
        gap: 40px;
    }

    .contact-image-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .contact-image-container {
        height: 400px;
    }

    .contact-container .contactInfo {
        width: 100%;
        max-width: 100%;
        align-items: center;
    }

    .contact-container .contactInfo .box {
        justify-content: center;
        text-align: center;
    }

    .contact-container .contactInfo .box .text {
        margin-left: 15px;
    }
}

@media (max-width:576px) {
    .contact-image-container {
        height: 300px;
    }

    .contact-container .contactInfo .box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-container .contactInfo .box .text {
        margin-left: 0;
        margin-top: 15px;
    }
}

/* Section Padding */
.section-padding {
    padding: 80px 0;
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0F4C81;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-top: 30px;
    margin-bottom: 50px;
}

.section-header {
    margin-bottom: 60px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.animate-on-scroll.animated {
    opacity: 1;
}

/* Services Section Enhancements */
.services {
    background: #f8f9fa;
}

.services .card {
    background: linear-gradient(135deg, #0F4C81 0%, #1a5fa0 100%);
    border: none;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    height: 100%;
}

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

.services .card:hover::before {
    left: 100%;
}

.services .card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(15, 76, 129, 0.3);
}

.services .card-body {
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}

.services .card-body i {
    font-size: 60px;
    color: #00d4ff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: block;
}

.services .card:hover .card-body i {
    transform: scale(1.2) rotate(5deg);
    color: #fff;
}

.services .card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.services .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    min-height: 60px;
}

.services .btn-primary {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
}

.services .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.4);
    background: linear-gradient(135deg, #0099cc 0%, #00d4ff 100%);
}

.service-card.hidden-service {
    display: none;
}

.service-card.show-service {
    display: block;
    animation: fadeInUp 0.6s ease-out forwards;
}

.view-more-btn,
.view-less-btn {
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    border: 2px solid #0F4C81;
    color: #0F4C81;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    margin-left: 10px;
}

.view-more-btn:first-child,
.view-less-btn:first-child {
    margin-left: 0;
}

.view-more-btn:hover,
.view-less-btn:hover {
    background: #0F4C81;
    color: #fff;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(15, 76, 129, 0.3);
}

.view-more-btn i,
.view-less-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.view-more-btn:hover i {
    transform: translateX(5px);
}

.view-less-btn:hover i {
    transform: translateX(-5px);
}

/* Service Modal */
.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-header {
    background: linear-gradient(135deg, #0F4C81 0%, #1a5fa0 100%);
    color: #fff;
    border-radius: 15px 15px 0 0;
    border: none;
}

.modal-title {
    font-weight: 600;
}

.btn-close {
    filter: invert(1);
}

.modal-body {
    padding: 30px;
}

@media (max-width:773px) {
    .service-card  {
        padding-bottom: 20px;
}
    
}

/* Partners Section */
.partners {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.partner-item {
    position: relative;
}

.partner-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.partner-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(0, 153, 204, 0.1) 100%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.partner-card:hover::before {
    transform: scaleX(1);
}

.partner-card:hover::after {
    width: 300px;
    height: 300px;
}

.partner-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #00d4ff;
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.25);
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
}

.partner-logo {
    position: relative;
    z-index: 2;
    width: 100%;
}

.partner-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0F4C81;
    transition: all 0.3s ease;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.partner-card:hover .partner-name {
    color: #00d4ff;
    transform: scale(1.08);
    font-weight: 700;
}

/* Responsive Partners Grid */
@media (max-width: 1200px) {
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }

    .partner-card {
        padding: 30px 15px;
        min-height: 130px;
    }

    .partner-name {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .partner-card {
        padding: 25px 10px;
        min-height: 120px;
    }

    .partner-name {
        font-size: 0.9rem;
    }
}

/* Quick Links Section */
.quick-links {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.quick-link-card {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #333;
}

.quick-link-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.quick-link-card:hover::before {
    transform: scaleX(1);
}

.quick-link-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
    color: #0F4C81;
}

.quick-link-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quick-link-icon i {
    font-size: 35px;
    color: #fff;
}

.quick-link-card:hover .quick-link-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
}

.quick-link-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: inherit;
}

.quick-link-card p {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #0F4C81 0%, #1a5fa0 100%);
    color: #fff;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00d4ff, #0099cc, #00d4ff);
}

.footer-brand {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 0;
}
.footer-text a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: bold;
  position: relative;
  top: 12px;
}

.footer-contact h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-email {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.footer-email i {
    margin-right: 10px;
    color: #00d4ff;
}

.footer-email a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-email a:hover {
    color: #00d4ff;
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-link:hover {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.4);
    color: #fff;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* About Section Enhancements */
.about {
    background: #fff;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0F4C81;
    margin-bottom: 25px;
    line-height: 1.3;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.about-image img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

/* Contact Section Enhancements */
.contact {
    background: #f8f9fa;
}

.contact .section-header {
    margin-bottom: 50px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .services .card-body {
        padding: 25px 15px;
    }

    .services .card-body i {
        font-size: 45px;
    }

    .quick-link-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .quick-link-icon {
        width: 70px;
        height: 70px;
    }

    .quick-link-icon i {
        font-size: 30px;
    }

    .footer {
        padding: 40px 0 15px;
    }

    .footer-brand {
        font-size: 1.5rem;
    }

    .social-links {
        justify-content: center;
    }

    .view-more-btn,
    .view-less-btn {
        width: 100%;
        margin-top: 20px;
    }

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