

:root {
    --primary: #ffc107;
    --secondary: #212529;
    --light: #f8f9fa;
    --accent: #e67e22;
    --dark-blue: #2c3e50;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

.bold{
    font-weight: bold;
}

.nav-help-links a{
  color: #fff;
  text-decoration: none;
  margin-inline: 4px;
}

.nav-help-links a:hover{
  color: #dce31e;
}

.top-nav {
    background: darkgreen;
    color: white;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 2px solid var(--primary);
}

.top-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info span {
    margin-right: 20px;
}

.social-icons span {
    margin-left: 12px;
    font-size: 16px;
    transition: color 0.3s;
}

.social-icons span:hover {
    color: var(--primary);
    cursor: pointer;
}

.trust-badges {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.badge-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.badge-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}



.main-nav {
    background-color: white;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
    transition: all 0.3s ease;
}

.main-nav.is-sticky {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
}

.navbar-brand {
    font-weight: 800;
    color: var(--secondary);
    font-size: 24px;
    letter-spacing: 0.5px;
}

.navbar-brand span {
    color: var(--accent);
}

.navbar-toggler {
    border: none !important;
}

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

.nav-link {
    font-weight: 600;
    white-space: nowrap;
    color: var(--secondary);
    transition: all 0.3s;
    padding: 8px 15px !important;
    border-radius: 4px;
}

.nav-link:hover, .nav-link.active {
    color: var(--accent);
    background-color: rgba(230, 126, 34, 0.1);
}

/* Dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-top: 3px solid var(--accent);
}
a{
    text-decoration: none;
    
}
@media only screen and (max-width:520px){
.logo-image{
width: 100%;

}
}
    @media only screen and (min-width:520px){
.logo-image{
width: 80%;

}
}


.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 10px 0;
}

.dropdown-item {
    transition: all 0.3s;
    padding: 8px 20px;
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: var(--accent);
    color: white;
}

.dropdown-item.active {
    background-color: rgb(34, 98, 34);
    color: white;
}

/* 2-column dropdown for larger screens */
@media (min-width: 992px) {
    .dropdown-menu-columns {
        min-width: 400px;
        column-count: 2;
        column-gap: 0.7rem;
        border-radius: 0.4rem;
    }
    
    .dropdown-menu-columns li {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* Mobile sidebar */
.offcanvas-header {
    background-color: white;
    color: black;
}
.btn-close {
    font-size: x-large;
opacity: 1 !important;
background: #e94940a6 var(--bs-btn-close-bg) center / 1em auto no-repeat !important;}

.offcanvas-title {
    font-weight: 700;
}

.mobile-nav-item {
    border-bottom: 1px solid #eee;
}

.mobile-dropdown-menu {
    background-color: #f9f9f9;
    padding: 10px 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    
    
    .top-nav-content {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .contact-info {
        text-align: center;
        margin-bottom: 8px;
    }
    
    .social-icons {
        text-align: center;
    }
    
    .top-nav-content {
        flex-direction: column;
    }
}
.additional-point{
    color:green;
    font-weight: bold;
    font-size: larger;
}
.additional-reason li{
    list-style-type: none;
}


/* Background with gradient */
.breadcrumb-section {
    background: linear-gradient(135deg, #000000 0%, #198754 100%);
    color: #fff;
    padding: 30px 10px;
    text-align: center;
    position: relative;
}

.breadcrumb-nav{
    margin-bottom: 20px;
}

/* Title */
.breadcrumb-section h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 0px 2px 6px rgba(0,0,0,.3);
}

/* Breadcrumb container */
.breadcrumb-custom {
    display: inline-flex;
    padding: 10px 25px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

/* Breadcrumb items */
.breadcrumb-custom .breadcrumb-item a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.breadcrumb-custom .breadcrumb-item a:hover {
    text-decoration: underline;
}

/* Active item */
.breadcrumb-custom .breadcrumb-item.active {
    color: #ffc107; /* Yellow highlight */
    font-weight: 600;
}

/* Divider style */
.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    color: #ddd;
}


.hero-section {
    background: linear-gradient(135deg, #000000 0%, #198754 100%);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23198754" fill-opacity="0.1" d="M0,128L48,117.3C96,107,192,85,288,112C384,139,480,213,576,224C672,235,768,181,864,160C960,139,1056,149,1152,165.3C1248,181,1344,203,1392,213.3L1440,224L1440,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>');
    background-size: cover;
    background-position: bottom;
    opacity: 0.7;
}

.secure-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight:bold;
}

.hero-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    font-weight: 800;
}

.hero-subtitle {
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Chip Styles */
.features-container {
    display: flex;
    flex-wrap: wrap; /* Allows the chips to wrap onto the next line */
    gap: 12px;
    padding: 12px 5px 20px;
}

.feature-chip {
    display: inline-flex;
    align-items: center;
    background: var(--chip-bg);
    backdrop-filter: blur(8px);
    border: 1px solid var(--chip-border);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-chip:hover {
    background: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: white;
    border-color: var(--primary);
}

.feature-chip i {
    margin-right: 8px;
    font-size: 1rem;
}

.feature-chip.active {
    background: var(--primary);
    border-color: var(--primary);
}


.service-form {
    background: transparent;
}

.service-form form {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-title {
    color: var(--dark);
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.form-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
}

.form-floating {
    margin-bottom: 1rem;
}

.form-floating label {
    font-weight: 500;
    color: #6c757d;
    transition: all 0.3s;
}

.form-control, .form-select {
    border-radius: 10px;
    border: 1.5px solid #e9ecef;
    color: black;
    padding: 1rem 0.75rem;
    height: calc(3.5rem + 2px);
    transition: all 0.3s;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.2);
    border-color: var(--primary);
}

.btn-primary {
    background: var(--primary);
    border: none;
    color:black;
    padding: 1rem 1.5rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1rem;
}

.btn-primary:hover {
    background: green;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(25, 135, 84, 0.4);
    color:white;
}



/* Animation for secure badge */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 12px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.secure-badge {
    animation: pulse 2s infinite;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
        font-size: small !important;
        letter-spacing:0 !important;
    }
    
    .hero-content p {
        text-align: center;
    }
    
    .secure-badge {
        display: block !important;
        margin: 0 auto 1.5rem;
        text-align: center;
        width: fit-content;
        padding: 10px 20px;
    }
    
    .features-container {
        gap: 10px;
        padding: 10px 5px 20px;
    }
    
    .feature-chip {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
    
    .service-form {
        padding: 0;
    }
    
    .service-form form {
        padding: 1.5rem;
        margin-top: 1rem;
    }
    
    .form-title {
        font-size: 1.5rem;
    }
    
    
}

/* Desktop styles */
@media (min-width: 769px) {
    .features-container {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible;
        gap: 15px;
    }
    
    .hero-content {
        padding-right: 2rem;
    }
    
    .feature-chip {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
}


.hover-effect {
    transition: all 0.3s ease; /* Smooth transition for the hover effect */
}

.hover-effect:hover {
    transform: translateY(-10px); /* Moves the card up when hovered */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); /* Adds a larger shadow when hovered */
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.hover-shadow:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.services-title{
    font-weight:bold;
    text-align:center;
}

.city-content{
    overflow-x: hidden;
}
.list-style-type{
    list-style-type: none;
}


.work-section {
    background: white;
    padding: 80px 0;
}

.icon-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #198754, #20c997) !important;
    box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
}

.process-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.process-card:hover {
    transform: translateY(-10px);
    border-color: #198754;
    box-shadow: 0 15px 30px rgba(25, 135, 84, 0.2) !important;
}

.step-number {
    position: absolute;
    top: -15px;
    right: 15px;
    background: #198754;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.content-image-container{
    text-align: center;
    margin-top: 20px;
}

.content-image-container img,
.service-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

html, body {
    max-width: 100%;
    overflow-x: clip;
}

  .hover-shadow:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .footer {
        background: linear-gradient(to right, #000000, #198754);
        color: white;
        padding: 3rem 0 1rem;
    }

    .footer-title {
        font-weight: 700;
        margin-bottom: 1.5rem;
        position: relative;
        padding-bottom: 0.25rem;
        font-size: 1.35rem;
    }

    .footer-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--primary);
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 4px 0 0 0;
    }

    .footer-links li {
        margin-bottom: 0.75rem;
    }

    .footer-links a {
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .footer-links a:hover {
        color: white;
        transform: translateX(5px);
    }

    .footer-links i {
        margin-right: 8px;
        font-size: 0.9rem;
        color: var(--primary);
    }

    .contact-info {
        color: white;
        margin: 4px 0 1.5rem 0;
    }

    .contact-info i {
        margin-right: 10px;
        color: var(--primary);
        width: 20px;
    }

    .social-links {
        margin-top: 1.5rem;
    }

    .social-links a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: white;
        margin-right: 10px;
        transition: all 0.3s ease;
    }

    .social-links a:hover {
        background: var(--primary);
        transform: translateY(-5px);
    }

    .newsletter-form {
        position: relative;
        margin-top: 1.5rem;
    }

    .newsletter-form input {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        padding: 12px 15px;
        border-radius: 5px;
        width: 100%;
    }

    .newsletter-form input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    .newsletter-form button {
        position: absolute;
        right: 5px;
        top: 5px;
        bottom: 5px;
        background: var(--primary);
        border: none;
        color: white;
        border-radius: 4px;
        padding: 0 15px;
        transition: all 0.3s ease;
    }

    .newsletter-form button:hover {
        background: var(--primary-dark);
    }

    .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 3rem;
        padding-top: 1.5rem;
        text-align: center;
        color: white;
        font-size: 0.9rem;
    }

    .payment-methods {
        text-align: center;
        margin-top: 1rem;
    }

    .payment-methods i {
        font-size: 1.8rem;
        margin: 0 5px;
        color: rgba(255, 255, 255, 0.7);
    }

    @media (max-width: 768px) {
        .footer-title {
            margin-top: 1.5rem;
        }

        .footer-title:after {
            left: 50%;
            transform: translateX(-50%);
        }

        .footer-content {
            text-align: center;
        }

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

    .footer-bottom-links {
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 20px;
    }

    .footer-bottom-links a {
        color: #ffffff;
        text-decoration: none;
        padding: 0 15px;
        font-size: 14px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        display: inline-block;
        line-height: 1;
    }

    .footer-bottom-links a:last-child {
        border-right: none;
    }

    .footer-bottom-links a:hover {
        color: #ffc107;
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .footer-bottom-links a {
            padding: 8px 10px;
            font-size: 12px;
            display: inline-block;
        }
        .footer-bottom-links {
            padding-bottom: 75px !important;
        }
    }

    /* =========================================
   DESKTOP FLOATING 3D WIDGET (Screens > 768px)
   ========================================= */
.floating-contact-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 3D Button Base */
.floating-btn-3d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 22px;
    border-radius: 50px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    position: relative;
    border-top: 1.5px solid rgba(255, 255, 255, 0.45);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    cursor: pointer;
}

/* 1. WhatsApp 3D Button */
.btn-3d-whatsapp {
    background: linear-gradient(180deg, #2ee076 0%, #1ebd5d 50%, #159c4a 100%);
    box-shadow: 0 4px 0 #0d6e32, 0 8px 18px rgba(21, 156, 74, 0.45);
}
.btn-3d-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 0 #0d6e32, 0 12px 24px rgba(21, 156, 74, 0.55);
}
.btn-3d-whatsapp:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #0d6e32, 0 4px 10px rgba(21, 156, 74, 0.4);
}

/* Pulse Green Dot */
.pulse-status-dot {
    width: 9px;
    height: 9px;
    background-color: #a3ffb6;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(163, 255, 182, 0.8);
    animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 255, 182, 0.9);
        transform: scale(0.95);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(163, 255, 182, 0);
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(163, 255, 182, 0);
        transform: scale(0.95);
    }
}

/* 2. Call 3D Button */
.btn-3d-call {
    background: linear-gradient(180deg, #2b87ff 0%, #0066ff 50%, #004ecc 100%);
    box-shadow: 0 4px 0 #00368f, 0 8px 18px rgba(0, 102, 255, 0.45);
}
.btn-3d-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 0 #00368f, 0 12px 24px rgba(0, 102, 255, 0.55);
}
.btn-3d-call:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #00368f, 0 4px 10px rgba(0, 102, 255, 0.4);
}

/* 3. Get Free Quote 3D Button */
.btn-3d-quote {
    background: linear-gradient(180deg, #ff6b3d 0%, #ff471a 50%, #e03206 100%);
    box-shadow: 0 4px 0 #9e2405, 0 8px 18px rgba(255, 71, 26, 0.45);
}
.btn-3d-quote:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 0 #9e2405, 0 12px 24px rgba(255, 71, 26, 0.55);
}
.btn-3d-quote:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #9e2405, 0 4px 10px rgba(255, 71, 26, 0.4);
}

/* Instant Pill Badge */
.instant-pill-badge {
    background-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Icon Ring Animation */
.icon-ring {
    animation: ringShake 3s ease-in-out infinite;
}
@keyframes ringShake {
    0%, 85%, 100% { transform: rotate(0deg); }
    88%, 94% { transform: rotate(-15deg); }
    91%, 97% { transform: rotate(15deg); }
}

.float-icon {
    font-size: 17px;
    display: inline-flex;
}

/* =========================================
   MOBILE 3D BOTTOM BAR (Screens <= 768px)
   ========================================= */
@media (max-width: 768px) {
    body {
        padding-bottom: 45px !important;
    }
    
    .floating-contact-widget {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(3, 27, 78, 0.96) 0%, rgba(1, 15, 45, 0.98) 100%);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 8px 8px 10px 8px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 6px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .floating-btn-3d {
        flex: 1 1 0;
        padding: 9px 4px;
        font-size: 12px;
        gap: 5px;
        border-radius: 12px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0,0,0,0.25);
        text-align: center;
    }

    .btn-3d-whatsapp {
        box-shadow: 0 3px 0 #0d6e32, 0 4px 8px rgba(0,0,0,0.25);
    }
    .btn-3d-call {
        box-shadow: 0 3px 0 #00368f, 0 4px 8px rgba(0,0,0,0.25);
    }
    .btn-3d-quote {
        box-shadow: 0 3px 0 #9e2405, 0 4px 8px rgba(0,0,0,0.25);
    }

    .floating-btn-3d:active {
        transform: translateY(2px);
    }

    .float-icon {
        font-size: 15px;
    }

    .pulse-status-dot {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 360px) {
    .floating-btn-3d {
        padding: 8px 2px;
        font-size: 11px;
        gap: 3px;
    }
    .float-icon {
        font-size: 13px;
    }
    .pulse-status-dot {
        display: none;
    }
}