 :root {
            --primary-color: #0d6efd;
            --secondary-color: #6c757d;
            --silver-color: #C0C0C0;
            --gold-color: #FFD700;
            --platinum-color: #E5E4E2;
        }
        
        /* Navigation - Bold and White */
        .navbar-brand.logo {
            display: flex;
            align-items: center;
            padding: 5px 0;
        }
        
        .logo-icon {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .logo-icon img {
            height: 40px; /* Adjust based on your logo dimensions */
            width: auto;
            max-width: 150px; /* Prevents logo from being too wide */
            object-fit: contain;
        }

        /* For smaller screens */
        @media (max-width: 768px) {
            .logo-icon img {
                height: 40px; /* Slightly smaller on mobile */
            }
        }

        .navbar {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%) !important;
        }

        .navbar-brand {
            font-weight: 800;
            font-size: 1.6rem;
            color: white !important;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

        .navbar-brand i {
            font-size: 1.8rem;
        }

        .nav-link {
            font-weight: 700 !important;
            color: white !important;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
            font-size: 1.1rem;
            padding: 0.5rem 1rem !important;
            margin: 0 0.2rem;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        .dropdown-menu {
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        .dropdown-item {
            font-weight: 500;
            padding: 0.5rem 1rem;
        }

        .dropdown-item:hover {
            background-color: var(--primary-color);
            color: white !important;
        }

        .navbar-toggler {
            border: 2px solid white;
            padding: 0.3rem 0.5rem;
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .dtp-section {
            background-color: #f8f9fa;
            padding: 60px 0;
            min-height: 100vh;
        }
        
        .dtp-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: all 0.3s;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .dtp-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }
        
        .dtp-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: white;
            font-size: 30px;
        }
        
        .silver-icon {
            background-color: var(--silver-color);
        }
        
        .gold-icon {
            background-color: var(--gold-color);
        }
        
        .platinum-icon {
            background-color: var(--platinum-color);
            color: #333 !important;
        }
        
        .btn-dtp {
            padding: 10px 25px;
            border-radius: 50px;
            font-weight: 500;
            margin-top: 15px;
            min-width: 150px;
            transition: all 0.3s;
        }
        
        .btn-dtp:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
        }
        
        .price-tag {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 15px 0;
        }
        
        .silver-price {
            color: var(--silver-color);
        }
        
        .gold-price {
            color: var(--gold-color);
        }
        
        .platinum-price {
            color: #333;
        }
        
        .feature-list {
            text-align: left;
            margin: 20px 0;
        }
        
        .feature-list li {
            margin-bottom: 10px;
            padding-left: 5px;
        }
        
        /* Modal styles */
        .whatsapp-modal .modal-content {
            border-radius: 15px;
        }
        
        .whatsapp-modal .modal-header {
            background-color: #25D366;
            color: white;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        
        .btn-whatsapp {
            background-color: #25D366;
            border-color: #25D366;
            color: white;
        }
        
        .btn-whatsapp:hover {
            background-color: #128C7E;
            border-color: #128C7E;
            color: white;
        }
        
        .package-features {
            margin-top: 15px;
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 8px;
        }
        
        .package-features h6 {
            margin-bottom: 10px;
            color: var(--primary-color);
        }
        
        .package-features ul {
            padding-left: 20px;
            margin-bottom: 0;
        }
        
        .package-features li {
            margin-bottom: 5px;
        }
        
        .ribbon {
            position: absolute;
            top: 15px;
            right: -35px;
            transform: rotate(45deg);
            padding: 5px 40px;
            color: white;
            font-weight: bold;
            font-size: 14px;
        }
        
        .silver-ribbon {
            background-color: var(--silver-color);
        }
        
        .gold-ribbon {
            background-color: var(--gold-color);
        }
        
        .platinum-ribbon {
            background-color: #333;
            color: white;
        }
        
        .per-page {
            font-size: 0.9rem;
            color: var(--secondary-color);
        }
        
        .comparison-table {
            margin-top: 40px;
        }
        
        .comparison-table th {
            background-color: var(--primary-color);
            color: white;
        }
        
        .highlight-cell {
            background-color: rgba(13, 110, 253, 0.1);
            font-weight: 600;
        }
        
        .calculator {
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-top: 40px;
        }
        
        .calculator-result {
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-top: 15px;
            padding: 10px;
            background-color: #f8f9fa;
            border-radius: 5px;
            text-align: center;
        }

        /* Footer */
        footer {
            background-color: var(--dark-color);
        }

        footer a {
            text-decoration: none;
            transition: color 0.3s;
        }

        footer a:hover {
            color: var(--primary-color) !important;
        }

        /* Map styling */
        .map-container {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .map-container:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .map-container {
                height: 180px;
                margin-top: 15px;
            }
        }
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transition: all 0.3s;
        }

        .social-icons a:hover {
            /* background-color: var(--primary-color); */
            transform: translateY(-3px);
        }

        /* Service Form Modal */
        .service-form-modal .modal-content {
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        .service-form-modal .modal-header {
            background-color: var(--primary-color);
            color: white;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        
        .service-form-modal .modal-body {
            padding: 2rem;
        }
        
        .service-form-modal .form-label {
            font-weight: 500;
        }
        
        .service-form-modal .btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            width: 100%;
            padding: 0.5rem;
            border-radius: 50px;
            font-weight: 500;
        }
        
        .service-form-modal .btn-primary:hover {
            background-color: #0b5ed7;
            border-color: #0a58ca;
        }
        
        .service-name-display {
            background-color: #f8f9fa;
            padding: 0.5rem 1rem;
            border-radius: 5px;
            font-weight: 500;
            margin-bottom: 1rem;
        }
/* Fix for Firefox redirect issues */
        a[href="#"], a[href=""] {
            cursor: pointer;
            text-decoration: none;
        }
        /* Netlify redirect fix */
        .nav-link, .dropdown-item {
            cursor: pointer;
        }
        
        /* Smooth scrolling */
        html {
            scroll-behavior: smooth;
        }