
    :root {
        --primary-color: #0d6efd;
        --secondary-color: #6610f2;
        --hover-color: #0b5ed7;
    }

    .navbar {
        box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.98);
        transition: all 0.4s ease;
        padding: 0.8rem 0;
    }

    .navbar.scrolled {
        padding: 0.5rem 0;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    }

    .navbar-brand {
        font-weight: 700;
        font-size: 1.8rem;
        letter-spacing: -0.5px;
    }

    .navbar-brand span {
        color: var(--primary-color);
    }

    .nav-link {
        font-weight: 500;
        padding: 0.5rem 1rem !important;
        position: relative;
        color: #333 !important;
        transition: all 0.3s ease;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: var(--primary-color) !important;
    }

    .nav-link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        transition: width 0.3s ease;
    }

    .nav-link:hover:after {
        width: 70%;
    }

    .dropdown-menu {
        border: none;
        box-shadow: 0 5px 25px rgba(0,0,0,0.1);
        border-radius: 0.5rem;
        padding: 0.5rem 0;
        margin-top: 0.5rem;
        transition: all 0.3s ease;
        opacity: 0;
        display: block;
        visibility: hidden;
        transform: translateY(10px);
    }

    .dropdown:hover .dropdown-menu,
    .dropdown-submenu:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-item {
        padding: 0.6rem 1.5rem;
        transition: all 0.2s ease;
        position: relative;
        font-weight: 500;
    }

    .dropdown-item:hover {
        background-color: rgba(13, 110, 253, 0.08);
        color: var(--primary-color) !important;
        padding-left: 1.8rem;
    }

    .dropdown-item:active {
        background-color: rgba(13, 110, 253, 0.15);
    }

    .dropdown-submenu .dropdown-menu {
        top: -0.5rem;
        left: 100%;
        margin-left: 0.2rem;
    }

    .dropdown-submenu::after {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.7rem;
        color: #6c757d;
    }

    .mega-dropdown {
        position: static !important;
    }

    .mega-dropdown-menu {
        width: 100%;
        left: 0;
        padding: 2rem;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border-radius: 0.5rem;
    }

    .mega-dropdown-menu .col {
        border-right: 1px solid rgba(0,0,0,0.05);
    }

    .mega-dropdown-menu .col:last-child {
        border-right: none;
    }

    .service-category {
        margin-bottom: 1.5rem;
    }

    .service-category h6 {
        font-weight: 600;
        color: var(--primary-color);
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid rgba(13, 110, 253, 0.1);
    }

    .btn-book {
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        border: none;
        font-weight: 600;
        padding: 0.6rem 1.8rem;
        border-radius: 50px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    }
https://cdn.pixabay.com/photo/2025/04/14/22/55/dog-9534362_960_720.jpg
    .btn-book:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
    }

    @media (max-width: 991.98px) {
        .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: none;
            display: none;
            box-shadow: none;
            margin-top: 0;
        }

        .dropdown.show .dropdown-menu,
        .dropdown-submenu.show .dropdown-menu {
            display: block;
        }

        .dropdown-submenu .dropdown-menu {
            position: static;
            margin-left: 1rem;
            border-left: 2px solid rgba(13, 110, 253, 0.2);
        }

        .navbar-nav {
            padding-top: 1rem;
        }

        .btn-book {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
    }

    footer a {
        transition: all 0.3s ease;
    }

    footer a:hover {
        color: #0d6efd !important;
        padding-left: 5px;
    }

    footer ul li {
        transition: all 0.3s ease;
    }

    footer ul li:hover {
        transform: translateX(5px);
    }

    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.1);
        margin-right: 8px;
        transition: all 0.3s ease;
    }

    .social-icons a:hover {
        background-color: #0d6efd;
        transform: translateY(-3px);
    }

  /* Hero Slider Styles */
    .hero-slider .carousel-item {
        height: 80vh;
        min-height: 500px;
    }
    
    .hero-slider .carousel-item img {
        object-fit: cover;
        height: 100%;
    }
    
    .hero-slider .carousel-caption {
        bottom: 180px;
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .hero-slider .carousel-caption h2 {
        font-size: 3.5rem;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }
    
    /* Portfolio Styles */
    .portfolio-item {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .portfolio-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s ease;
    }
    
    .portfolio-item:hover .portfolio-overlay {
        opacity: 1;
    }
    
    .portfolio-content {
        text-align: center;
        color: white;
        padding: 20px;
    }
    
    /* Clients Section */
    .client-logo {
        filter: grayscale(100%);
        opacity: 0.7;
        transition: all 0.3s ease;
    }
    
    .client-logo:hover {
        filter: grayscale(0);
        opacity: 1;
    }
    
    /* Section Titles */
    .section-title {
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }
    
    .section-title:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: #0d6efd;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .section-subtitle {
        color: #6c757d;
    }
	
	
	
	
	
/* Updated sections: Services, Testimonials, Featured Projects */

/* SERVICES */
.services {
  padding: 60px 0;
  background-color: #ffffff;
}
.services .service-box {
  background: white;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  border-radius: 10px;
}
.services .service-box i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}
.services .service-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* TESTIMONIALS */
.testimonials {
  padding: 60px 0;
  background-color: #fff;
}
.testimonial-item {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.testimonial-item p {
  font-style: italic;
  margin-bottom: 15px;
}
.testimonial-item .author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-item .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonial-item .author-name {
  font-weight: bold;
}

/* FEATURED PROJECTS */
.featured-projects {
  padding: 60px 0;
  background-color: #f5f7fa;;
}
.featured-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.featured-item img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 2px solid #007bff;
}
.featured-caption {
  padding: 15px;
  font-weight: 600;
  text-align: center;
}


/* CTA Section - Light Background */
.cta-section {
    background: linear-gradient(135deg, #e6f0ff, #f3e6ff); /* Lighter tints of primary and secondary */
    color: #333;
    padding: 80px 20px;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px;
}

.cta-section .btn-cta {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}

.cta-section .btn-cta:hover {
    background-color: var(--hover-color);
}


/* Gallery Hero Section */
        .gallery-hero {
            padding: 120px 0 60px;
            background: linear-gradient(135deg, #f5f7fa, #e6f0ff);
            position: relative;
            overflow: hidden;
        }
        
        .gallery-hero::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 40%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1492684223066-81342ee5ff30?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
            opacity: 0.15;
        }
        
        .gallery-title {
            font-weight: 800;
            font-size: 3.5rem;
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
        }
        
        /* Filter Buttons */
        .filter-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 2rem 0;
            justify-content: center;
        }
        
        .btn-filter {
            background-color: white;
            color: var(--dark-color);
            border: 1px solid #dee2e6;
            padding: 8px 20px;
            border-radius: 50px;
            transition: all 0.3s ease;
            font-weight: 500;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .btn-filter:hover, 
        .btn-filter.active {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            color: white;
            border-color: transparent;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
        }
        
        /* Gallery Grid */
        .media-gallery {
            padding: 80px 0;
            background-color: white;
        }
        
        .gallery-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
        }
        
        /* Gallery Items */
        .gallery-item {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .gallery-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        }
        
        .gallery-item img, 
        .gallery-item video {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover img,
        .gallery-item:hover video {
            transform: scale(1.05);
        }
        
        /* Overlay Effects */
        .media-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .gallery-item:hover .media-overlay {
            opacity: 1;
        }
        
        .media-info {
            color: white;
            transform: translateY(20px);
            transition: transform 0.3s ease;
        }
        
        .gallery-item:hover .media-info {
            transform: translateY(0);
        }
        
        .media-info h5 {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .media-info p {
            font-size: 0.9rem;
            opacity: 0.9;
            margin-bottom: 0;
        }
        
        .media-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: rgba(0,0,0,0.7);
            color: white;
            padding: 5px 10px;
            border-radius: 50px;
            font-size: 0.8rem;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        /* Video Play Button */
        .video-play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-color: rgba(255,255,255,0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .video-item:hover .video-play {
            opacity: 1;
            background-color: var(--primary-color);
        }
        
        .video-play i {
            color: var(--primary-color);
            font-size: 24px;
            margin-left: 3px;
        }
        
        .video-item:hover .video-play i {
            color: white;
        }
        
        /* Video Modal */
        .video-modal .modal-content {
            background: transparent;
            border: none;
        }
        
        .video-modal .modal-header {
            border: none;
            padding: 10px;
        }
        
        .video-modal .btn-close {
            filter: invert(1);
            opacity: 1;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .gallery-hero {
                padding: 100px 0 40px;
                text-align: center;
            }
            
            .gallery-hero::before {
                width: 100%;
                opacity: 0.1;
            }
            
            .gallery-title {
                font-size: 2.5rem;
            }
            
            .filter-buttons {
                justify-content: center;
            }
            
            .gallery-container {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 15px;
            }
        }