@import url('styles.css?ver=1');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');

/* < !-- Disable text selection --><style>body { */
/*body {
        -webkit-user-select: none;
        /* Chrome, Safari */
        /*-moz-user-select: none;
        /* Firefox */
        /*-ms-user-select: none;
        /* Internet Explorer/Edge */
        /*user-select: none;*/
        /* Standard */
    /*}*/

img {
    pointer-events: none;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-head {
    margin-bottom: 30px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #FC6C04;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: orange;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #0C2C54;
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #f91942;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    max-height: 300px;
}

.testimonial-custom-height{
    height: 220px;
}
/* On small screens (less than 768px), make it auto height */
@media (max-width: 767px) {
    .testimonial-custom-height {
        height: auto;
    }
}

.item:hover {
    background: #f91942;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item-testimonial:hover {
    background: white;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item-testimonial {
    background: #fff;
    text-align: justify;
    padding: 20px 20px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    max-height: 500px;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
    color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #F86F03;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
} 

.author-img img {
    width: 70px !important;
    height: auto;
    border-radius: 100%;
}

.font-medium {
    font-weight: 500;
}

.border-radius-new {
    border-radius: 20px;
}

img.comms {
    width: 40px !important;
    height: auto;
}

.footer {
    background-position: center center;
    background-image: url(https://toppng.com/uploads/preview/footer-background-image-footer-background-image-11563333756txo2qqjf2f.png);
    background-size: cover;
}

#call-to-action .cta-btn:hover {
    background: #18d26e;
    border: 2px solid #18d26e;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px; 
    z-index: 100;
}

.text-primary {
    color: #F86F03 !important;
}

/* Enable dropdown on hover */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.faq-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: 150px
}

/* On small screens (less than 768px), make it auto height */
@media (max-width: 767px) {
    .faq-card {
        height: auto;
    }
}

.faq-card .card-header { 
   background: linear-gradient(#ff319e, #365C79);
    color: white;
    text-align: left;
    border-radius: 15px 15px 0 0;
}

.header-font{
    font-size: 15px;
}

.custom-portfolio-height{
    overflow: hidden;
    height: 250px;
    /* position: relative; */
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio #portfolio-filters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-filters li.filter-active {
    background: #FC6C04;
    color: #fff;
}

#portfolio #portfolio-filters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
} 



.floating-icons {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
}

.floating-icons a {
display: block;
margin-bottom: 10px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px; 
border-radius: 50%;
color: #fff;
font-size: 24px;
text-decoration: none;
transition: background-color 0.3s ease-in-out;
}

.floating-icons a:hover {
background-color: #128c7e; /* WhatsApp green color on hover */
}
.whatsapp-icon {
background-color: #25d366;
}
.back-to-top {
background-color: rgba(106, 106, 106, 0.26); /* Blue color for Back to Top */
}

.back-to-top:hover {
background-color: #0056b3; /* Blue color on hover */
}

.contact-us-icon {
background-color: #FC6C04; /* Red color for Contact Us */
}

.contact-us-icon:hover {
background-color: #c00; /* Red color on hover */
}

/* CSS for transitions and box shadow */
.card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card:hover {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
} 

.text-overlay{
    margin-top: 25vh;
    width: fit-content;
    position: relative; 
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    background: linear-gradient(#ff319e, #365C79);
    border-radius: 15px;
    padding: 25px;
}

.google-icon-color {
    color: #4285F4;
}
.star-icon-color{
    color: gold;
}

#call-to-action{
    color: #fff;
    color: white;
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(https://cdn.jsdelivr.net/gh/linuxguist/bizpage@main/assets/img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

#call-to-action h3
{
    color: #fff; font-weight: 700;
}
.call-to-action-btn{
    font-family:Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.location-icon {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #F86F03;
}

blockquote {
    text-align: justify;
    background: #f9f9f9;
    border-left: 5px solid #F86F03;
    margin: 1.5em 0px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    }
    blockquote:before {
    color: #0E2954;
    content: "\201C";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-family: Arial;
    }
    blockquote p {
    display: inline;
    }

    .form-subscribe {
        max-width: 600px;
        margin: 0 auto
    }

    .form-subscribe .form-control {
        background-color: hsla(0, 0%, 100%, .8);
        padding-left: 24px;
        padding-right: 24px;
        letter-spacing: 1px;
        border: none;
        border-top-left-radius: 36px;
        border-bottom-left-radius: 36px
    }

    .form-subscribe .form-control.focus,
    .form-subscribe .form-control:focus {
        z-index: 2;
        background-color: hsla(0, 0%, 100%, .8)
    }

    .form-subscribe .btn {
        border-top-right-radius: 36px;
        border-bottom-right-radius: 36px;
        background: #FC6C04;
        border-color: #FC6C04;
        height: 46.5px;
    }

/* Categories Section Styles */
.category-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.category-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(252, 108, 4, 0.9), rgba(252, 108, 4, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.category-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.category-desc {
    font-size: 0.9rem;
    margin-bottom: 20px;
    opacity: 0.95;
}

.category-content .btn {
    background: white;
    color: #FC6C04;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-content .btn:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .category-image {
        height: 200px;
    }
    
    .category-title {
        font-size: 1.2rem;
    }
    
    .category-desc {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .category-image {
        height: 180px;
    }
}