/* Header and Navigation */
.header-main {
    background-color: #003366;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.logo-img {
    max-height: 50px;
    width: auto;
}

/* Menu Toggle Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger:before,
.hamburger:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: white;
    left: 0;
    transition: all 0.3s ease;
}

.hamburger:before {
    transform: translateY(-8px);
}

.hamburger:after {
    transform: translateY(8px);
}

/* Active state for menu toggle */
.menu-toggle.active .hamburger {
    background-color: transparent;
}

.menu-toggle.active .hamburger:before {
    transform: rotate(45deg);
}

.menu-toggle.active .hamburger:after {
    transform: rotate(-45deg);
}

/* Navigation Links */
.nav-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-quote {
    background-color: #ffffff;
    color: #003366 !important;
    font-weight: 600;
    padding: 8px 20px !important;
    border-radius: 4px;
}

.btn-quote:hover {
    background-color: #e6e6e6;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -300px;
        width: 250px;
        height: 100vh;
        background-color: #003366;
        flex-direction: column;
        justify-content: flex-start;
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        width: 100%;
        text-align: left;
        padding: 12px 15px;
        margin: 5px 0;
    }

    .btn-quote {
        margin-top: 10px;
        text-align: center;
    }
}

/* Ensure content isn't hidden behind the menu */
@media (max-width: 991px) {
    body.menu-open {
        overflow: hidden;
    }
}

:root {
    --navi-blue: #003366;
    --light-grey: #e0e0e0;
    --primary: #0056b3;
    --dark-blue: #002244;
}

/* Base Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Top Bar */
.top-bar {
    background-color: var(--navi-blue);
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.contact-info a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    transition: color 0.3s;
}

.contact-info a i {
    margin-right: 5px;
}

.contact-info a:hover {
    color: #4da6ff;
}

.social-icons a {
    color: white;
    margin-left: 15px;
    font-size: 16px;
    transition: transform 0.3s, color 0.3s;
    display: inline-block;
}

.social-icons a:hover {
    color: #4da6ff;
    transform: translateY(-2px);
}

/* Header */
.header-main {
    background-color: #003366;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 7px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 3px solid #FFFFFF;  
}

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 76px;
    width: auto;
    margin-right: 15px;
}

.logo-text h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: var(--navi-blue);
    line-height: 1.2;
}

.logo-text span {
    font-size: 14px;
    color: #666;
    display: block;
}

.nav-link {
    color: #e0e0e0 !important;
    font-weight: 500;
    margin: 0 5px;
    padding: 8px 15px !important;
    border-radius: 4px;
    transition: all 0.3s;
}

.nav-link:hover, .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF !important;
}

.nav-link.active {
    color: #FFFFFF !important;
    font-weight: 600;
}

.btn-quote {
    background-color: #e0e0e0;
    color: #003366 !important;
    border-radius: 4px;
    padding: 8px 20px !important;
    margin-left: 10px;
    transition: all 0.3s;
    white-space: nowrap;
    font-weight: 600;
}

.btn-quote:hover {
    background-color: #FFFFFF;  
    color: #003366 !important;  
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Hero Slider */
.hero-slider {
    position: relative;
    overflow: hidden;
    height: 77vh;  
    min-height: 510px;  
    background: #000;
}

.hero-slider .carousel-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 100vh;
    height: auto;
}

.hero-slider .slide-content {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-slider .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-slider .carousel-item:hover img {
    opacity: 0.95;  
    filter: brightness(1.3) contrast(1.1);  
    transform: scale(1.02);
}

.hero-slider .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);  
}

.hero-slider h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-slider .lead {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 600px;
}

.hero-slider .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-slider .btn-primary {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #003366;
}

.hero-slider .btn-outline-light {
    border: 2px solid white;
    color: white;
}

.hero-slider .btn-outline-light:hover {
    background-color: white;
    color: #003366;
}

/* Carousel Controls */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 8%;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 5;
}

.hero-slider .carousel-control-prev {
    justify-content: flex-start;
    padding-left: 20px;
}

.hero-slider .carousel-control-next {
    justify-content: flex-end;
    padding-right: 20px;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background-size: 30%;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-slider .carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Carousel Indicators */
.hero-slider .carousel-indicators {
    margin-bottom: 2rem;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

.hero-slider .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.hero-slider .carousel-indicators .active {
    background-color: #FFFFFF;
    transform: scale(1.2);
    border-color: white;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .hero-slider {
        height: 72vh;  
    }
}

@media (max-width: 992px) {
    .hero-slider {
        height: 68vh;  
        min-height: 425px;  
    }
    
    .hero-slider h2 {
        font-size: 2.8rem;
    }
    
    .hero-slider .lead {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        height: 60vh;  
        min-height: 383px;  
    }
    
    .hero-slider .slide-content {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
        text-align: center;
        padding: 0 15px;
    }
    
    .hero-slider h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-slider .lead {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-slider .btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
    
    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        width: 15%;
    }
}

@media (max-width: 576px) {
    .hero-slider {
        height: 51vh;  
        min-height: 340px;  
    }
    
    .hero-slider h2 {
        font-size: 1.8rem;
    }
    
    .hero-slider .lead {
        font-size: 1rem;
    }
    
    .hero-slider .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-slider .btn {
        width: 100%;
        margin: 5px 0;
    }
    
    .hero-slider .carousel-indicators {
        bottom: 10px;
    }
    
    .hero-slider .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .top-bar {
        text-align: center;
        padding: 8px 15px;
    }
    
    .contact-info, .social-icons {
        justify-content: center !important;
        margin: 5px 0;
    }
    
    .navbar-nav {
        margin-top: 15px;
    }
    
    .btn-quote {
        margin: 10px 0 0 0;
        width: 100%;
        text-align: center;
    }
    
    .hero {
        padding: 60px 0;
        text-align: center;
    }
    
    .hero h2 {
        font-size: 2rem;
    }
    
    .hero p.lead {
        font-size: 1.1rem;
    }
    
    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .btn {
        width: 100%;
        margin: 5px 0 !important;
    }
}

@media (max-width: 767.98px) {
    .logo {
        justify-content: center;
        text-align: center;
    }
    
    .logo-text h1 {
        font-size: 20px;
    }
    
    .logo-text span {
        font-size: 13px;
    }
    
    .contact-info a {
        display: block;
        margin: 5px 0;
    }
    
    .social-icons {
        margin-top: 10px;
    }
}

/* Review Section */
.review-section {
    padding: 5rem 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.review-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg, #003366, #FFFFFF, #003366);
    background-size: 200% auto;
    animation: gradient 3s ease infinite;
}

.review-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px !important;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 51, 102, 0.1);
}

.review-text {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.review-text::before {
    content: '"\201C"';
    position: absolute;
    left: -0.5rem;
    top: -1rem;
    font-size: 4rem;
    color: rgba(0, 51, 102, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.stars {
    color: #FFFFFF;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.reviewer-info {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 1.25rem;
    margin-top: auto;
}

.reviewer-info img {
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.review-card:hover .reviewer-info img {
    transform: scale(1.1);
}

.reviewer-info h6 {
    color: #003366;
    margin-bottom: 0.25rem;
}

.reviewer-info small {
    color: #718096;
    font-size: 0.85rem;
}

/* Social Proof Logos */
.social-proof {
    padding: 2rem 0;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 3rem;
}

.social-proof h5 {
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.social-proof img {
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    max-height: 40px;
    width: auto;
}

.social-proof img:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-2px);
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.review-card:nth-child(1) { animation-delay: 0.1s; }
.review-card:nth-child(2) { animation-delay: 0.2s; }
.review-card:nth-child(3) { animation-delay: 0.3s; }

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .review-section {
        padding: 4rem 0;
    }
    
    .review-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .review-section {
        padding: 3rem 0;
    }
    
    .review-text {
        font-size: 0.95rem;
    }
    
    .social-proof img {
        max-height: 35px;
        margin: 0.5rem 1rem;
    }
}

/* Welcome Section */
.welcome-section {
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
    padding: 5rem 0;
}

.welcome-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg, #003366, #FFFFFF, #003366);
    background-size: 200% auto;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.welcome-section h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.welcome-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
}

.welcome-section .lead {
    color: #4a5568;
    font-weight: 400;
}

.welcome-section .bg-light {
    background-color: #ffffff !important;
    border-left: 4px solid #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.welcome-section .bg-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.welcome-section .btn-primary {
    background-color: #003366;
    border-color: #003366;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.welcome-section .btn-primary:hover {
    background-color: #002244;
    border-color: #002244;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.2);
}

.welcome-section .btn-outline-primary {
    color: #003366;
    border-color: #003366;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.welcome-section .btn-outline-primary:hover {
    background-color: #003366;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.15);
}

.welcome-section .position-absolute {
    z-index: 2;
}

.welcome-section .bg-warning {
    background-color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.welcome-section .fa-check-circle {
    font-size: 1.5rem;
}

.welcome-section ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}

.welcome-section ul li i {
    position: absolute;
    left: 0;
    top: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .welcome-section {
        padding: 3rem 0;
    }
    
    .welcome-section h2 {
        font-size: 2rem;
    }
    
    .welcome-section .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .welcome-section .ps-lg-4 {
        padding-left: 0 !important;
        margin-top: 2rem;
    }
    
    .welcome-section .d-flex.flex-wrap {
        justify-content: center;
    }
    
    .welcome-section .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* Reviews Section */
.reviews-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 5rem 0;
}

.reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg, #003366, #FFFFFF, #003366);
    background-size: 200% auto;
    animation: gradient 3s ease infinite;
}

.review-card {
    background: white;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 51, 102, 0.1);
}

.review-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 51, 102, 0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.review-card:hover .review-icon {
    background: rgba(0, 51, 102, 0.1);
    transform: scale(1.1);
}

.review-platform {
    background: white;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.review-platform:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    border-left: 3px solid #FFFFFF;
}

.platform-icon i {
    transition: transform 0.3s ease;
}

.review-platform:hover .platform-icon i {
    transform: scale(1.1);
}

.stars {
    color: #FFFFFF;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #003366, #FFFFFF);
    border-radius: 2px;
}

/* Platform Specific Colors */
.fa-yelp {
    color: #d32323;
}

.fa-facebook {
    color: #1877f2;
}

.fa-twitter {
    color: #1da1f2;
}

.fa-map-marked-alt {
    color: #00b3ff;
}

.fa-award {
    color: #f96302;
}

/* Animation for Review Cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card, .review-platform {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.review-card:nth-child(1) { animation-delay: 0.1s; }
.review-card:nth-child(2) { animation-delay: 0.2s; }
.review-card:nth-child(3) { animation-delay: 0.3s; }
.review-platform { animation-delay: 0.4s; }

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .reviews-section {
        padding: 3rem 0;
    }
    
    .review-card, .review-platform {
        margin-bottom: 1.5rem;
    }
    
    .platform-icon {
        margin-right: 1rem !important;
    }
    
    .platform-icon i {
        font-size: 2rem !important;
    }
}

@media (max-width: 767.98px) {
    .review-card {
        margin-bottom: 1.5rem;
    }
    
    .review-platform {
        flex-direction: column;
        text-align: center;
    }
    
    .platform-icon {
        margin: 0 0 1rem 0 !important;
    }
    
    .ms-auto {
        display: none;
    }
}

/* Hover Effects */
.review-card .btn-outline-primary {
    border-width: 1px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.review-card .btn-outline-primary:hover {
    background: #003366;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 51, 102, 0.2);
}

/* Ensure text colors are consistent */
.review-card h4, 
.review-platform h4 {
    color: #003366;
}

.review-card p,
.review-platform p {
    color: #4a5568;
}

/* Review Us Section - Social Icons */
.reviews-section {
    padding: 4rem 0;
    background: #f8f9fa;
    text-align: center;
}

.social-media-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3cm;  
    margin: 2.5rem auto 0;
    max-width: 1400px;
    padding: 0 2rem;
}

.social-icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 120px;
    margin: 0 0.5rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    color: white;
    font-size: 2.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-name {
    color: #003366;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
}

/* Hover effects */
.social-icon-container:hover {
    transform: translateY(-3px);
}

.social-icon-container:hover .social-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .social-media-icons {
        gap: 2.5cm;
    }
}

@media (max-width: 992px) {
    .social-media-icons {
        gap: 2cm;
    }
    
    .social-icon {
        width: 70px;
        height: 70px;
        font-size: 2.25rem;
    }
    
    .social-name {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .social-media-icons {
        gap: 1.5cm;
    }
    
    .social-icon {
        width: 65px;
        height: 65px;
        font-size: 2rem;
    }
    
    .social-name {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .social-media-icons {
        gap: 1cm;
        padding: 0 1.5rem;
    }
    
    .social-icon {
        width: 60px;
        height: 60px;
        font-size: 1.9rem;
    }
    
    .social-name {
        font-size: 0.85rem;
    }
}

/* Review Us Section */
.review-us-section {
    padding: 4rem 0 6rem; /* Increased bottom padding for better spacing */
    background: #003366; /* Navy blue background */
    position: relative;
    overflow: hidden;
}

.review-us-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px; /* Height of the grey section */
    background: #f8f9fa; /* Light grey background */
    z-index: 0;
}

.review-platform-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff; /* White text for better contrast on navy */
    transition: all 0.3s ease;
    padding: 2.5rem 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1); /* Slightly transparent white */
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
    margin-bottom: 2rem; /* Added margin for better spacing */
}

.platform-logo {
    width: 160px; /* Increased size */
    height: 160px; /* Increased size */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    background: white;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 8px solid rgba(255, 255, 255, 0.3);
}

.platform-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.platform-name {
    font-weight: 800; /* Bolder text */
    color: #fff;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 1.4rem; /* Larger font */
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    min-width: 120px;
    display: inline-block;
}

/* Make sure the text is visible on hover */
.review-platform-card:hover .platform-name {
    color: #FFFFFF; /* Gold color on hover */
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

/* Hover Effects */
.review-platform-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.15);
}

.review-platform-card:hover .platform-logo {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-color: #FFFFFF; /* Gold border on hover */
}

.review-platform-card:hover .platform-logo img {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
    .platform-logo {
        width: 140px;
        height: 140px;
    }
    
    .platform-name {
        font-size: 1.2rem;
        padding: 0.6rem 1.2rem;
    }
}

@media (max-width: 991.98px) {
    .platform-logo {
        width: 120px;
        height: 120px;
        padding: 20px;
    }
    
    .platform-name {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .platform-logo {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    
    .platform-name {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
        min-width: 100px;
    }
}

.review-us-section h2 {
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin-bottom: 3rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

/* Container for the review cards to ensure they're above the grey section */
.container.position-relative {
    position: relative;
    z-index: 2;
}

/* Handyman Services Section */
.handyman-section {
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
    padding: 5rem 0;
}

.handyman-section .divider {
    height: 4px;
    width: 80px;
    background: #0d6efd;
    margin: 0 0 1.5rem 0;
    border-radius: 2px;
    transition: width 0.5s ease;
}

.handyman-section:hover .divider {
    width: 120px;
}

.handyman-section .badge {
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.handyman-section .position-relative {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.handyman-section .position-relative:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.handyman-section img {
    transition: transform 0.5s ease;
    min-height: 400px;
    object-fit: cover;
}

.handyman-section .position-relative:hover img {
    transform: scale(1.05);
}

.handyman-section .btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.handyman-section .btn-primary {
    background: linear-gradient(45deg, #0d6efd, #0b5ed7);
    border: none;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.handyman-section .btn-outline-primary {
    border-width: 2px;
    background: transparent;
    color: #0d6efd;
    border-color: #0d6efd;
}

.handyman-section .btn-outline-primary:hover {
    background: #0d6efd;
    color: white;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.handyman-section .fa-check-circle {
    font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
    .handyman-section {
        padding: 4rem 0;
    }
    
    .handyman-section img {
        min-height: 350px;
    }
}

@media (max-width: 991.98px) {
    .handyman-section .pe-lg-5 {
        padding-right: 0 !important;
        padding-top: 3rem;
    }
    
    .handyman-section .btn {
        padding: 0.75rem 1.25rem;
    }
    
    .handyman-section .divider {
        margin: 0 auto 1.5rem auto;
    }
}

@media (max-width: 575.98px) {
    .handyman-section .btn {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .handyman-section .d-flex.gap-3 {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .handyman-section img {
        min-height: 300px;
    }
}

/* Pressure Washing Section */
.pressure-washing-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a2463 0%, #1e3a8a 100%);
    color: white;
}

.pressure-washing-section .divider {
    height: 4px;
    width: 80px;
    background: #fff;
    margin: 0 0 1.5rem 0;
    border-radius: 2px;
    transition: width 0.5s ease;
}

.pressure-washing-section:hover .divider {
    width: 120px;
}

.pressure-washing-section .badge {
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.pressure-washing-section .btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: 2px solid transparent;
}

.pressure-washing-section .btn-light {
    background: white;
    color: #0a2463;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.pressure-washing-section .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.pressure-washing-section .btn-outline-light {
    border-color: white;
    color: white;
    background: transparent;
}

.pressure-washing-section .btn-outline-light:hover {
    background: white;
    color: #0a2463;
    border-color: white;
}

.pressure-washing-section .fa-check-circle {
    font-size: 1.1rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.pressure-washing-section .position-relative {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pressure-washing-section .position-relative:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.pressure-washing-section img {
    transition: transform 0.5s ease;
    min-height: 500px;
    object-fit: cover;
}

.pressure-washing-section .position-relative:hover img {
    transform: scale(1.03);
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
    .pressure-washing-section img {
        min-height: 450px;
    }
}

@media (max-width: 991.98px) {
    .pressure-washing-section {
        text-align: center;
    }
    
    .pressure-washing-section .pe-lg-5 {
        padding-right: 0 !important;
        padding-bottom: 2rem;
    }
    
    .pressure-washing-section .divider {
        margin: 0 auto 1.5rem auto;
    }
    
    .pressure-washing-section .d-flex.gap-3 {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .pressure-washing-section img {
        min-height: 350px;
    }
    
    .pressure-washing-section .btn {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .pressure-washing-section .d-flex.gap-3 {
        flex-direction: column;
    }
}

/* ===========================================
   Responsive Styles
   =========================================== */

/* Large devices (desktops, 992px and up) */
@media (max-width: 1200px) {
    .hero-slider h2 {
        font-size: 2.8rem;
    }
    
    .hero-slider .lead {
        font-size: 1.3rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
    .hero-slider {
        height: 65vh;
        min-height: 450px;
    }
    
    .hero-slider h2 {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    
    .hero-slider .lead {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .logo-img {
        height: 65px;
    }
    
    .nav-link {
        padding: 8px 10px !important;
    }
    
    .navbar-nav {
        padding: 10px 0;
    }
    
    .navbar-collapse {
        background-color: #003366;
        padding: 15px;
        margin-top: 10px;
        border-radius: 4px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    .hero-slider {
        height: 60vh;
        min-height: 400px;
    }
    
    .hero-slider h2 {
        font-size: 2rem;
    }
    
    .hero-slider .lead {
        font-size: 1rem;
    }
    
    .top-bar {
        text-align: center;
        padding: 5px 0;
    }
    
    .contact-info {
        justify-content: center !important;
        margin-bottom: 5px;
    }
    
    .social-icons {
        justify-content: center !important;
    }
    
    .logo-img {
        height: 55px;
    }
    
    .btn-quote {
        margin-left: 0;
        margin-top: 5px;
        display: inline-block;
    }
    
    .welcome-section img {
        margin-bottom: 20px;
    }
    
    .testimonial-card {
        margin-bottom: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-slider {
        height: 50vh;
        min-height: 350px;
    }
    
    .hero-slider h2 {
        font-size: 1.75rem;
    }
    
    .hero-slider .lead {
        font-size: 0.95rem;
    }
    
    .btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .contact-info a {
        display: block;
        margin: 5px 0;
        text-align: center;
    }
    
    .social-icons a {
        margin: 0 8px;
    }
    
    .logo-img {
        height: 50px;
    }
    
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
}

/* Very small devices */
@media (max-width: 400px) {
    .hero-slider h2 {
        font-size: 1.5rem;
    }
    
    .hero-slider .lead {
        font-size: 0.9rem;
    }
    
    .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .btn + .btn {
        margin-left: 0;
    }
}

/* Mobile Menu Styles */
.navbar {
    position: relative;
    z-index: 1000;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    z-index: 1001;
    margin-left: auto;
    background: transparent;
    cursor: pointer;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(0, 51, 102, 0.25);
}

.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%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    width: 100%;
    background-color: #003366;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 0.5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
}

.mobile-menu.show {
    display: block;
}

/* Navigation Links */
.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    margin: 0.5rem 0;
}

.nav-link {
    display: block;
    padding: 0.75rem 1rem;
    color: white !important;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
    background-color: rgba(255, 255, 255, 0.15);
}

.nav-link.active {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 600;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .mobile-menu {
        display: block !important;
        position: static;
        background-color: transparent;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }
    
    .navbar-nav {
        display: flex;
        align-items: center;
    }
    
    .nav-item {
        margin: 0 0.5rem;
    }
    
    .nav-link {
        padding: 0.5rem 1rem;
    }
    
    .btn-primary {
        margin-left: 0.5rem;
    }
}

/* Mobile Button */
@media (max-width: 991.98px) {
    .btn-primary {
        width: 100%;
        padding: 0.75rem 1.5rem;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
    }
}

/* Ensure the mobile menu stays on top */
#mainNavbar {
    z-index: 1001;
}

/* Make sure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Ensure carousel images maintain aspect ratio */
.carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Make sure all sections have proper padding on mobile */
section {
    padding: 3rem 0;
}

@media (max-width: 767.98px) {
    section {
        padding: 2rem 0;
    }
}
