/*================================================================
    MAIN STYLESHEET - LOTUS HOME SERVICE
    Filename: style.css
================================================================*/

/*============================================
    TABLE OF CONTENTS:
    1. RESET & BASE STYLES
    2. TOP HEADER STYLES
    3. NAVBAR STYLES
    4. HERO SLIDER STYLES
    5. FEATURE AREA STYLES
    6. SECTION TITLE STYLES
    7. ABOUT AREA STYLES
    8. SERVICE AREA STYLES
    9. SKILL AREA STYLES
    10. GALLERY AREA STYLES
    11. CONTACT AREA STYLES
    12. FOOTER AREA STYLES
    13. RESPONSIVE MEDIA QUERIES
============================================*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESET & BASE STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESET & BASE STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! TOP HEADER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.header-top {
    padding: 10px 0;
    background: #064E5A;
    position: relative;
}

.header-top .shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.header-top .shape-1 {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50%;
    height: 100%;
    background: #8CC63F;
    transform: skewX(40deg);
    border-radius: 20px 0 0 0;
    border-left: 5px solid #ffffff;
}

.header-top .shape-2 {
    position: absolute;
    top: 0px;
    left: -30px;
    bottom: 0;
    width: 10%;
    background: #8CC63F;
    border-radius: 0 0 20px 0;
    transform: skewX(40deg);
    border-right: 5px solid #ffffff;
}

.header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.header-top-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin: 0;
    list-style: none;
}

.header-top-list a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.header-top-list a i {
    color: #8CC63F;
    margin-right: 5px;
}

.header-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-left: auto;
}

.header-top-social span {
    color: #ffffff;
}

.header-top-social a {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.header-top-social a:hover {
    color: #8CC63F;
}

.header-top-lang .top-lang {
    color: #ffffff;
    text-decoration: none;
}

.header-top-lang .dropdown-menu {
    min-width: 60px;
    border-radius: 15px;
    padding: 10px;
    border: none;
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.05);
}

.header-top-lang .dropdown-item {
    color: #064E5A;
    border-radius: 10px;
}

.header-top-lang .dropdown-item:hover {
    background: #8CC63F;
    color: #ffffff;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! TOP HEADER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! NAVBAR STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.navbar {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.navbar-brand img {
    width: 260px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #064E5A;
    padding: 10px 18px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #8CC63F;
}

.navbar-nav .dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 10px 0;
    margin-top: 8px;
}

.navbar-nav .dropdown-item {
    color: #064E5A;
    font-weight: 500;
    padding: 8px 24px;
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-item:hover {
    background-color: #8CC63F;
    color: #fff;
    padding-left: 30px;
}

.navbar-nav .dropdown-item i {
    margin-right: 8px;
    width: 20px;
    color: #8CC63F;
}

.navbar-nav .dropdown-item:hover i {
    color: #fff;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-right .nav-right-link {
    font-size: 18px;
    color: #064E5A;
    background: none;
    border: none;
    position: relative;
}

.nav-right .nav-right-link span {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #8CC63F;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-btn {
    background: #8CC63F;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.theme-btn:hover {
    background: #064E5A;
    color: #fff;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! NAVBAR STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! HERO SLIDER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.hero-section {
    position: relative;
}

.hero-single {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-single::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #8CC63F;
    border-radius: 50%;
    padding: 20px;
    background-size: 50%;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! HERO SLIDER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURE AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.feature-area {
    position: relative;
    z-index: 1;
}

.fa-negative {
    margin-top: -100px;
}

.feature-item {
    display: flex;
    gap: 14px;
    background: #ffffff;
    border-radius: 40px;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}

.feature-item::before {
    content: "";
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 0;
    border-bottom: 3px solid #8CC63F;
    border-radius: 50px;
}

.feature-item .count {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #8CC63F;
}

.feature-icon {
    width: 75px;
    height: 75px;
    text-align: center;
    background: #8CC63F;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 52px;
    filter: brightness(0) invert(1);
}

.feature-content {
    flex: 1;
}

.feature-content h4 {
    color: #064E5A;
}

.feature-content p {
    color: #757F95;
    margin-top: 10px;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURE AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! SECTION TITLE STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.site-title-tagline {
    background: #8CC63F;
    border-radius: 10px;
    padding: 2px 15px 2px 3px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
}

.site-title-tagline i {
    background: #fff;
    color: #8CC63F;
    border-radius: 8px;
    padding: 5px;
    margin-right: 5px;
}

.site-title {
    font-size: 38px;
    font-weight: 700;
    color: #064E5A;
    margin-bottom: 20px;
}

.site-title span {
    color: #8CC63F;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! SECTION TITLE STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.about-area {
    padding: 80px 0;
}

.about-left {
    position: relative;
    margin-right: 40px;
}

.about-left::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 200px;
    border: 10px solid #8CC63F;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.about-img img {
    border-radius: 200px;
    width: 100%;
}

.about-experience {
    background: #8CC63F;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    border: 8px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-experience h5 {
    font-size: 38px;
    color: #fff;
    margin: 0;
}

.about-experience p {
    color: #fff;
    margin: 0;
}

.about-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.about-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.about-icon {
    width: 60px;
    height: 60px;
    background: #8CC63F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! SERVICE AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.service-area {
    position: relative;
}

.sa-bg {
    position: relative;
    background: #064E5A;
    z-index: 1;
}

.sa-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('imgs/shape.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .04;
    z-index: -1;
}

.service-item {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 30px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-item .count {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    color: transparent;
    -webkit-text-stroke: 2px #8CC63F;
}

.service-img img {
    border-radius: 20px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-content {
    margin-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h4 a {
    color: #064E5A;
    text-decoration: none;
}

.service-content h4 a:hover {
    color: #8CC63F;
}

.service-content p {
    color: #757F95;
    margin-top: 8px;
    margin-bottom: 20px;
    flex: 1;
}

.btn-group-service {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.btn-outline {
    background: transparent;
    border: 1px solid #8CC63F;
    color: #064E5A;
    padding: 6px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-outline:hover {
    background: #8CC63F;
    color: #fff;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! SERVICE AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! SKILL AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.skill-area {
    padding: 80px 0;
    background: #f8f9fa;
}

.skill-img {
    position: relative;
}

.skill-img::before {
    content: "";
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 92%;
    height: 100%;
    background: #8CC63F;
    border-radius: 100px;
    transform: rotate(5deg);
    opacity: .2;
    z-index: -1;
}

.skill-img img {
    width: 85%;
    border-radius: 100px;
}

.skill-text {
    margin-top: 10px;
}

.skill-progress {
    margin-top: 25px;
}

.skill-progress .progress-item {
    margin-bottom: 25px;
}

.skill-progress .progress-item:last-child {
    margin-bottom: 0;
}

.skill-progress .progress-item h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    color: #064E5A;
}

.skill-progress .progress-item .progress {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 50px;
}

.skill-progress .progress-item .progress .progress-bar {
    background-color: #8CC63F;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! SKILL AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GALLERY AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.gallery-area {
    padding: 80px 0;
    background: #ffffff;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: #8CC63F;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    font-size: 20px;
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.image-modal.show {
    display: flex;
}

.modal-content-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close-modal:hover {
    color: #8CC63F;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! GALLERY AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! CONTACT AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.contact-area {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-info-box {
    background: #064E5A;
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    color: #fff;
}

.contact-info-box h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
}

.contact-info-box p {
    color: #e0e0e0;
    margin-bottom: 30px;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.contact-details li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-details li i {
    width: 45px;
    height: 45px;
    background: #8CC63F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.contact-details li div h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.contact-details li div p,
.contact-details li div a {
    margin: 0;
    color: #e0e0e0;
    text-decoration: none;
}

.contact-details li div a:hover {
    color: #8CC63F;
}

.contact-form-box {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

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

.form-control {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #8CC63F;
    outline: none;
    box-shadow: 0 0 0 3px rgba(140,198,63,0.2);
}

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

.social-links-contact {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links-contact a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.social-links-contact a:hover {
    background: #8CC63F;
    transform: translateY(-3px);
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! CONTACT AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.footer-area {
    background: #023B45;
    position: relative;
    z-index: 1;
}

.footer-shape {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70%;
    transform: translateX(-50%);
    opacity: 0.05;
    z-index: -1;
}

.footer-widget {
    position: relative;
}

.footer-widget-box.about-us {
    margin-right: 50px;
}

.footer-widget-box p {
    color: #ffffff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 260px;
    margin-bottom: 15px;
}

.footer-widget-title {
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 21px;
    z-index: 1;
}

.footer-widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #8CC63F;
    border-radius: 50px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .70rem;
    list-style: none;
    padding: 0;
}

.footer-list li a {
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    margin-left: -20px;
    text-decoration: none;
}

.footer-list li a i {
    margin-right: 5px;
    color: #8CC63F;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-list li a:hover {
    margin-left: 0px;
    color: #8CC63F;
}

.footer-list li a:hover i {
    opacity: 1;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
    list-style: none;
    padding: 0;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: #ffffff;
    color: #8CC63F;
    transition: all 0.3s ease;
}

.footer-social li a i:hover {
    background: #8CC63F;
    color: #ffffff;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 10px;
    color: #F5FAFF;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-contact .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #8CC63F;
    border-radius: 50px;
    text-align: center;
}

.footer-contact .content {
    flex: 1;
}

.footer-contact .content h6 {
    color: #ffffff;
    margin-bottom: 5px;
}

.footer-contact .content a {
    color: #ffffff;
    text-decoration: none;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.copyright .copyright-text {
    color: #F5FAFF;
    margin-bottom: 0px;
    font-size: 16px;
}

.copyright .copyright-text a {
    color: #8CC63F;
    font-weight: 500;
    text-decoration: none;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESPONSIVE MEDIA QUERIES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
@media (max-width: 991px) {
    .hero-single { height: 450px; }
    .site-title { font-size: 32px; }
    .about-left { margin-right: 0; margin-bottom: 50px; }
    .about-experience { width: 120px; height: 120px; bottom: -20px; }
    .about-experience h5 { font-size: 32px; }
    .feature-item { flex-direction: column; text-align: center; }
    .feature-icon { margin: 0 auto 15px; }
    .feature-item .count { position: static; display: inline-block; margin-bottom: 10px; }
    .skill-img::before { right: 30px; }
    .footer-widget-title { margin-top: 30px; }
    .footer-social { justify-content: flex-start; margin-top: 20px; }
    .navbar-brand img { width: 220px; }
    .footer-logo img { width: 220px; }
}

@media (max-width: 767px) {
    .header-top .header-top-wrap .header-top-left,
    .header-top .header-top-wrap .header-top-right {
        display: none;
    }
    .header-top {
        padding: 0;
        height: 10px;
        min-height: 10px;
    }
    .header-top .shape,
    .header-top .shape-1,
    .header-top .shape-2 {
        display: block;
    }
    .header-top .shape-1 {
        right: -30px;
        width: 60%;
    }
    .header-top .shape-2 {
        left: -20px;
        width: 15%;
    }
    
    .navbar {
        padding: 10px 0;
    }
    .navbar .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 8px;
    }
    
    .navbar-brand {
        flex-shrink: 0;
        margin-right: 0;
    }
    .navbar-brand img {
        width: 130px;
        height: auto;
    }
    
    .navbar .nav-right {
        display: none !important;
    }
    
    .navbar .mobile-header-right {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }
    
    .navbar .mobile-phone-btn {
        background: #8CC63F;
        color: #fff;
        border-radius: 40px;
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }
    .navbar .mobile-phone-btn i {
        font-size: 14px;
    }
    
    .navbar .navbar-toggler {
        margin: 0;
        padding: 6px 10px;
        border: 1px solid #8CC63F;
        border-radius: 8px;
    }
    .navbar .navbar-toggler-icon {
        width: 22px;
        height: 22px;
        background-size: 22px;
    }
    
    .hero-single { height: 280px; }
    .site-title { font-size: 24px; }
    .site-title-tagline { font-size: 12px; }
    .fa-negative { margin-top: -50px; }
    .feature-item { padding: 15px; }
    .feature-icon { width: 60px; height: 60px; }
    .feature-icon img { width: 40px; }
    .feature-content h4 { font-size: 18px; }
    .about-area { padding: 50px 0; }
    .about-left::before { width: 70%; }
    .about-img .row { flex-direction: column; }
    .about-img .col-6 { width: 100%; margin-bottom: 15px; }
    .about-img .col-6 img { width: 80%; margin: 0 auto; display: block; }
    .about-img .col-6.mt-4 { margin-top: 0 !important; }
    .about-experience { width: 100px; height: 100px; bottom: -15px; }
    .about-experience h5 { font-size: 24px; }
    .about-item { flex-direction: column; text-align: center; }
    .about-icon { margin: 0 auto; }
    .service-img img { height: 180px; }
    .service-item .count { font-size: 50px; right: 20px; bottom: 15px; }
    .btn-group-service { flex-direction: column; gap: 8px; }
    .btn-group-service .theme-btn,
    .btn-group-service .btn-outline { text-align: center; }
    .skill-area { padding: 50px 0; }
    .skill-img { margin-bottom: 30px; text-align: center; }
    .skill-img img { width: 90%; }
    .skill-img::before { right: 20px; width: 85%; }
    .gallery-area { padding: 50px 0; }
    .gallery-item img { height: 200px; }
    .contact-area { padding: 50px 0; }
    .contact-info-box { margin-bottom: 30px; padding: 25px; }
    .contact-info-box h3 { font-size: 24px; }
    .contact-form-box { padding: 25px; }
    .contact-details li { flex-direction: column; text-align: center; gap: 10px; }
    .contact-details li i { margin: 0 auto; }
    .footer-widget-box { margin-bottom: 30px; }
    .footer-widget-box.about-us { margin-right: 0; }
    .footer-logo img { width: 200px; }
    .footer-widget-title { font-size: 18px; margin-top: 0; }
    .copyright .copyright-text { text-align: center; font-size: 12px; margin-bottom: 15px; }
    .footer-social { justify-content: center; }
    .navbar-collapse { background: #fff; padding: 15px; border-radius: 10px; margin-top: 10px; }
    .carousel-control-prev-icon,
    .carousel-control-next-icon { padding: 12px; background-size: 40%; }
}

@media (max-width: 480px) {
    .hero-single { height: 220px; }
    .site-title { font-size: 20px; }
    .feature-icon { width: 50px; height: 50px; }
    .feature-icon img { width: 32px; }
    .service-img img { height: 150px; }
    .gallery-item img { height: 160px; }
    .navbar-brand img { width: 110px; }
    .footer-logo img { width: 170px; }
    .navbar .mobile-phone-btn { padding: 6px 10px; font-size: 11px; }
    .navbar .mobile-phone-btn i { font-size: 12px; }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESPONSIVE MEDIA QUERIES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/




/* Add to style.css */
.hero-banner {
    background: linear-gradient(135deg, #064E5A 0%, #0A7B8C 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.6);
}