@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

.serv_img img {

    height: auto !important;
}
body {
    font-family: 'Open Sans', sans-serif !important;
}

.irs--flat .irs-from, .irs--flat .irs-handle>i:first-child{
    background: #58C0D7 !important;
}

.bar-icon span {
    background-color: #58C0D7 !important;
}


.hero-section .hero-content {
    padding: 50px 0 !important;
}

.menu-close {
    font-size: 18px;
    color: #58C0D7 !important;
}

.owl-carousel .owl-item img {
    height: 417px !important;
}

/* Breadcrumb Section */
.breadcrumb-section {
    background-color: #FCFCFC;
    padding: 14px 0;
    /* border-bottom: 1px solid #e0e0e0; */
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #58C0D7;
}

.breadcrumb-item.active {
    color: #58C0D7 !important;
    font-weight: 600;
}


/* Footer Styles */
footer {
    background-color: #000;
    color: white;
    padding: 50px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
}

.footer-left img {
    height: 100px;
    margin-bottom: 15px;
}

.footer-left p {
    margin-bottom: 20px;
    max-width: 300px;
}

.footer-left .btn-agent {
    background-color: #58C0D7;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.footer-left .btn-agent:hover {
    background-color: #3a9eb7;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    background-color: #111;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.footer-social a:hover {
    background-color: #222;
    text-decoration: none;
}

.footer-bottom {
    background: #000 !important;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    max-width: 1200px;
    margin: auto;
}

.footer-bottom p {
    color: #fff !important;
    margin-bottom: 0;
    font-size: 14px !important;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
    font-size: 14px !important;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: left;
        align-items: left;
        padding: 0px 40px;
    }

    .footer-links, .footer-left {
        align-items: left;
        margin-top: 40px;
    }

    .footer-social {
        justify-content: left;
    }
}


/* Hero Section with Full-Width Transparent Background */
.hero-section {
    text-align: center;
    color: white;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url('/public/assets/img/breadcrumb-bg.jpg') no-repeat top center/cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark transparent overlay */
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; 
    max-width: 2500px;
    background: rgba(255, 255, 255, 0.1); 
    padding: 50px;
    backdrop-filter: blur(10px); 
}

.hero-content h1 {
    color: #fff !important;
    font-weight: bold;
    font-size: 88px;
    text-align: center;
}

.hero-content h2 {
    color: #fff !important;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    padding-top: 20px;
}

.banner-form {
    width: 43%;
}

.btn-search {
        background-color: #58C0D7;
        color: white;
        padding: 12px 30px;
        font-size: 16px;
        border-radius: 5px;
        font-weight: 500;
        border: none;
        border: 1px solid #58C0D7;
        transition: all 0.3s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;}

.btn-search:hover {
        border: 1px solid #58C0D7;
        background: transparent;
        color: #58C0D7;
}

.btn.btn-linear-primary {
        background-color: #58C0D7 !important;
        color: white !important;
        padding: 12px 30px !important;
        font-size: 16px !important;
        border-radius: 5px;
        font-weight: 500 !important;
        border: none;
        border: 1px solid #58C0D7;
        transition: all 0.3s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;}

.btn.btn-linear-primary:hover {
        border: 1px solid #58C0D7 !important;
        background: transparent !important;
        color: #58C0D7 !important;
}


.text-heading {
    color: #58C0D7!important;
}
.trend-icon .bg-success{
    background: #58C0D7 !important;
}


/* Why Choose Us Section */
.why-choose-us {
    padding: 80px 0; 
    display: flex;
    align-items: center;
}

.image-container {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    width: auto;
    height: 600px; 
    border-radius: 10px;
    margin: auto;
}

.how-section-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    
}

.how-section-subtitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.feature {
    display: flex;
    align-items: flex-start; 
    gap: 10px;
    margin-bottom: 15px;
}

.feature h4 {
    font-weight: 600px !important;
}

/* FAQ Section */
.faq-section {
    background-color: #f2fafa;
    padding: 80px 0;
    text-align: center;
}

.how-section-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

/* Accordion Styling */
.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.accordion-header {
    background: transparent;
    color: #000;
}

.accordion-button {
    background: white;
    color: black !important;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border: none;
    border-radius: 5px 0px 5px 0px;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -ms-border-radius: 5px 0px 5px 0px;
    -o-border-radius: 5px 0px 5px 0px;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: white;
    border-left: 4px solid #58C0D7;
    box-shadow: none;

}

.accordion-button::after {
    font-size: 14px;
    color: black;
    transition: transform 0.3s ease;
}

.accordion-button.collapsed::after {
    transform: rotate(-90deg);
}

.accordion-body {
    background: white;
    padding: 15px;
    font-size: 14px;
    color: #000;
    text-align: left;
    border-radius: 0 5px 5px 5px;
    border-left: 4px solid #58C0D7;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -ms-border-radius: 0 5px 5px 5px;
    -o-border-radius: 0 5px 5px 5px;
}


/* Contact Section */
.contact-section {
    padding: 80px 0;
    text-align: center;
}

.section-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

/* Contact Image */
.contact-image img {
    width: 100%;
    border-radius: 10px;
}

/* Company Name */
.company-name {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.left-border {
    width: 4px;
    height: 40px;
    background: #58C0D7;
    margin-right: 10px;
}

.company-name h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

/* Contact Form */
.contact-form {
    background: transparent;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #d7f3f7;
    border-radius: 5px;
    background: #f2fafa;
    font-size: 16px;
}

.contact-form textarea {
    height: 100px;
    resize: none;
}

.btn-submit {
    width: 100%;
    background: #58C0D7;
    color: white;
    font-size: 16px;
    padding: 12px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #0096c7;
}

/* Responsive */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    
        text-align: center;
    }

    .company-name {
        justify-content: center;
    }

    .contact-form {
        margin-top: 20px;
    }
}

/* Work Section */


.work-section {
    background-color: #58C0D7;
    padding: 60px 0;
    color: white;
    margin: 0px 0px !important;
}

.work-title {
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.work-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.btn-apply {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #58C0D7;
    background-color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-apply:hover {
    background-color: #fff;
    color: #000 !important;
}

/* Image */
.work-image img {
    width: 100%;
    border-radius: 10px;
}


/* Responsive */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
    }

    .work-image img {
        margin-top: 20px;
    }
    
    .banner-form {
        width: 83%;
    }
    
    .header-nav {
    align-items: center !important;
    border: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: end !important;
    position: relative !important;
    padding: 0;
    margin-bottom: 0;
    }
    
    .logo-small img { 
        width: auto !important;
    }
    
    .navbar-brand.logo-small img {
        max-height: 55px !important;
    }

}



/* Responsive */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
    }

    .image-container {
        margin-bottom: 30px;
    }

    .feature {
        justify-content: center;
        text-align: left;
    }
}


@media (max-width: 768px) {
    .hero-section {
        height: 250px;
    }

    .hero-content {
        width: 100%; /* Ensuring better fit on mobile */
        padding: 20px;
    }

    .hero-content h1 {
        font-weight: bold;
        font-size: 2.8rem;
        text-align: center;
    }
    
    .hero-content h2 {
        font-weight: bold;
        font-size: 1.8rem;
        text-align: center;
    }
    
}


@media (min-width: 992px) {
    
    
    .main-nav {
        background-color: #f5f5f5;
        border-radius: 50px;
        padding: 25px 25px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin: 0 auto;
        flex-direction: row;
    }

    .logo img {
        height: auto;
        max-width: 100%;
        max-height: 60px;
    }

    .navbar {
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* border-bottom: 1px solid #ddd; */
    }

    .menu-header {
        height: 0px !important;
        background: #000;
    }

    .main-nav > li > a {
        color: #000;
        line-height: 0px;
        padding: 0 !important;
    }

    .main-nav > li > a:hover {
        color: #58C0D7;
        line-height: 0px;
        padding: 0 !important;
    }

    .main-nav > li.active > a {
        color: #58C0D7;
    }

    .header-navbar-rht .btn-login {
        border: 1px solid #58C0D7;
        color: #58C0D7;
        padding: 12px 30px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 500;
        background: transparent;
        margin-right: 10px;
        transition: all 0.3s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .header-navbar-rht .btn-login:hover {
        background-color: #58C0D7;
        color: white;
    }

    .header-navbar-rht .btn-register {
        background-color: #58C0D7;
        color: white;
        padding: 12px 30px;
        font-size: 16px;
        border-radius: 5px;
        font-weight: 500;
        border: none;
        border: 1px solid #58C0D7;
        transition: all 0.3s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .header-navbar-rht .btn-register:hover {
        border: 1px solid #58C0D7;
        background: transparent;
        color: #58C0D7;
    }

}


@media only screen and (max-width: 991.98px) {
    .navbar-header {
        display: contents !important;
}
    


    
    