/* Self-hosted Inter font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  scroll-behavior: smooth;
}
body {
    background: #0D0D0D ;
    color: white;
    position: relative;
/*     min-height: 100vh; */
overflow-x: hidden !important;
font-family: "Inter", system-ui, -apple-system, sans-serif;
}
h1{
    font-size:64px !important;
    line-height:1.1 !important;
}
h2{
    font-size:48px !important;
    line-height:1.2 !important;
}
h3{
    font-size:22px !important;
    line-height:1.4 !important;
    font-weight:700 !important;
}
p{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size:20px !important;
    line-height:1.6 !important;
}
ul li{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
     font-size:20px !important;
    line-height:1.6 !important;
}
ol li{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
     font-size:20px !important;
    line-height:1.6 !important;  
}

a{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size:20px !important;
    line-height:1.6 !important;
	color:#ff5722;
    text-decoration:none;
}

/* Cursor Dot Styles */
#cursor-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ff6b00;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.1s ease;
  z-index: 9999;
}
       .delivix-navmenu .navbar {
           padding: 10px 0;
    background: transparent;
    z-index: 1020; /* Ensure it's above other content */
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
    
        }
 
        /* Navbar Style When Scrolled */
.delivix-navmenu .navbar.scrolled {
    background: rgb(64 52 83 / 42%);
    backdrop-filter: blur(15px); 
}
        
       .delivix-navmenu .navbar-brand {
            font-size: 42px !important;
            /*font-weight: 600;*/
            color: white !important;
            letter-spacing: -1px;
            line-height: 1;
        }

       .delivix-navmenu .navbar-brand span {
            color: #ff5912;
        }

       .dlvx-logo-svg {
            height: 36px;
            width: auto;
            display: inline-block;
        }

       .dlvx-mobile-brand .dlvx-logo-svg {
            height: 30px;
        }
        
       .delivix-navmenu .nav-group {
           background: rgb(64 52 83 / 42%);
            border-radius: 30px;
            padding: 3px 8px;
            backdrop-filter: blur(10px);
        }
        
       .delivix-navmenu .nav-link {
            color: #ffffff !important;
            padding: 3px 20px !important;
            font-size: 17px !important;
            font-weight: 500;
            /*transition: all 0.2s ease; */
        }
        
       .delivix-navmenu .nav-link:hover {
            /*color: #ff5912 !important;*/
            /*letter-spacing: 4px;*/
        }
        
       .delivix-navmenu .book-call-btn {
            background-color: transparent;
            border: 2px solid rgb(255, 89, 18);
            color: rgb(255, 255, 255);
            padding: 8px 8px;
            border-radius: 12px;
            font-weight: 500;
            transition: 0.3s;
            text-decoration: none !important;
            font-size: 14px !important;
        }
         /*.delivix-navmenu .book-call-btn a{*/
         /*    font-size: 17px !important;*/
         /*    text-decoration:none !important;*/
         /*}*/
        
       .delivix-navmenu .book-call-btn:hover {
            background-color: #ff5912;
            color: white;
        }
       .delivix-navmenu .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='rgb(255, 89, 18)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }

        @media (max-width: 991px) {
           .delivix-navmenu .nav-group {
                background: transparent;
                backdrop-filter: blur(0px);
                padding: 0;
                margin-bottom: 20px;
            }
            .navbar-collapse{
                margin-bottom: 20px;
            }
            #mega-menu-1753 {
    background: transparent !important;
    /* backdrop-filter: blur(10px) !important; */
    border: none;
}
           .delivix-navmenu .nav-link {
                background: rgba(41, 20, 77, 0.6);
                margin: 5px 0;
                border-radius: 15px;
            }
           .delivix-navmenu .book-call-btn {
                margin-top: 10px;
            }
            #backToTop{
                display:none !important;
            }
        }
        
     
.hero-section {
    /*padding: 6rem 0;*/
    margin:0px 0;
    position: relative;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #a0a0a0;
    margin-bottom: 2rem;
}

.contact-btn {
    background-color: #ff5722;
    color: #ffffff;
    font-size:17px !important;
    text-decoration:none;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.contact-btn:hover {
    background-color: #f4511e;
}

.first-section-margin {
    margin-top: 100px;
}


/* Remove Owl Carousel navigation dots */
.owl-dots {
    display: none;
}

.orange-dot {
    width: 8px;
    height: 8px;
    background-color: #ff5722;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
}

/*       services styling start   */
/* Add new styles for services section */
.services-section {
    margin: 0px 0;
/*     background-color: rgba(0, 0, 0, 0.3); */
}

.service-card {
    background: #0F0F0F;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position:relative;
}

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

.service-title {
    color: #ed6c4c !important;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #e0e0e0;
    line-height: 1.5;
}

.service-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #ff5722;
    border-radius: 50%;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.5rem;
    font-weight: 700;
}
.service-card {
    background: rgba(18, 18, 18, 0.6); /* Initial background */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    position: relative; /* Required for pseudo-element positioning */
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 233px;
    height: 176px;
    background: linear-gradient(rgba(255, 18, 251, 0.73) -43%, rgb(86, 54, 105) 69.82%);
    filter: blur(100px);
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease; /* Smooth fade-in */
    z-index: -1; /* Ensure it stays behind content */
}

.service-card:hover::before {
    opacity: 0.7; /* Show the blurred background */
}

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


.service-title {
    color: #ed6c4c;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-card:hover .service-title {
    color: #ff5722;
    transform: translateX(10px);
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #e0e0e0;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.service-card:hover .service-list li {
    transform: translateX(10px);
    color: #ffffff;
}

.service-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #ff5722;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.service-card:hover .service-list li::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
}

.service-list li:hover::before {
    transform: translateY(-50%) scale(1.5);
    background-color: #ff5722;
}

/* Cursor Dot */
.cursor-dot {
    width: 10px;
    height: 10px;
    background-color: #ff5722;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
    opacity: 0;
}

/*       processs card   */
.process-section {
    background-color: #0D0D0D;
    color: white;
    /*min-height: 200vh; */
    margin: 100px 0;
}



.process-card {
    background:#0F0F0F;
    border-radius: 15px;
    padding: 40px;
    margin: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    position: relative;
}

.sticky-container {
    position: relative;
}

.sticky-card {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.process-number {
    color: #ed6c4c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.process-title {
    color: #ff5722;
    font-size: 28px;
    margin-bottom: 20px;
}

.process-description {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1.6;
}

.process-image {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    object-fit: cover;
}
/*         team section */
.team-member-card {
    transition: transform 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.team-member-card:hover {
    transform: translateY(-5px);
}
.bg-dark-custom {
    background-color: #0D0D0D;
}
/* Grayscale effect */
.team-member-card img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.team-member-card:hover img {
    filter: grayscale(0%);
}

/* Custom arrow styling */
.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #FF6B00;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: -50px;
}
.carousel-control-next {
    right: -50px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #ff8533;
    opacity: 1;
}

.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators [data-bs-target] {
    background-color: #FF6B00;
}

.carousel-inner {
    padding-bottom: 50px;
}

/* Gradient overlay for text */
.card-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

/* Make sure images cover the card properly */
        /* .card-img {
            object-fit: cover;
            height: 400px;
            width: 100%;
        } */
/*        success stories  */
.section-success-stories{
    margin:100px 0;
}
.bg-dark-custom {
    background-color: #0D0D0D;
}
.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #1a1a1a;
    transition: all 0.3s ease;
    background-color: #0F0F0F;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 212px;
    left: 0;
    width: 315px;
    background: linear-gradient(180deg, rgba(255, 82, 14, 1) -43%, rgba(255, 82, 14, 1) 100%); /* Default gradient */
    filter: blur(100px);
    opacity: 0;
    transition: all 0.5s ease; /* Smooth transition for background and opacity */
    z-index: 0;
}

.portfolio-card:hover::before {
    background: linear-gradient(180deg, rgba(255, 18, 251, 0.73) -43%, rgba(86, 54, 105) 100%); /* Gradient on hover */
    opacity: 0.5;
}
.portfolio-card:hover {
    /*box-shadow: 0 0 30px rgba(147, 51, 234, 0.5);*/
    /*border-color: #ff5722;*/
}

.portfolio-card img {
    max-width: 251px;
    max-height: 278px;
    object-fit: contain;
    padding: 0rem;
    position: relative;
   transition: transform 0.3s ease-in-out; /* Smooth growing effect */
    transform-origin: center center; /* Scale starts from the center */
    transform: scale(1); /* Default size */
    z-index: 1; /* Ensure image stays above the blurred background */
}
.portfolio-card:hover img {
  transform: scale(1.3); /* Grows outward on hover */
}


.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0);*/
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1; /* Ensure overlay stays above the blurred background */
}

.portfolio-card:hover .portfolio-overlay {
    /*background: rgba(0, 0, 0, 0.5);*/
    opacity: 1;
}

.view-project-btn {
    position: absolute;
    white-space: nowrap; /* Prevents text from breaking into multiple lines */
    display: inline-block; /* Ensures proper inline formatting */
    transform: translate(-50%, -50%);
    padding: 8px 24px;
    background-color: rgba(255, 82, 14, 0.3);
    border:1px solid #ff5912 !important;
    box-shadow: rgba(255, 82, 14, 0.3) 0px 0px 20px 4px;
    backdrop-filter: blur(6px);
    color: white;
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2; /* Ensure button stays on top */
}

.view-project-btn:hover {
    background-color: #7c28c9;
}


/*       testimonials   */
.bg-dark-customtestimonial {
    background-color: #0D0D0D;
    margin: 40px 0;
}
.section-meet-the-team{
    display: none !important;
}
.testimonial-card {
    background: #0F0F0F;
    border-radius: 12px;
    padding: 2rem;
    margin: 15px;
    border: 1px solid #2a2a2a;
    height: 280px !important; /* Fixed height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card .stars {
    color: #ff5722;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #e5e5e5;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.testimonial-card .client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.testimonial-card .client-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-card .client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card .client-details {
    flex-grow: 1;
}

.testimonial-card .client-details h5 {
    margin: 0;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.testimonial-card .client-details p {
    margin: 0;
    color: #888;
    font-size: 0.9rem !important;
}

/* Hide navigation for continuous scroll */
.owl-nav, .owl-dots {
    display: none;
}

/* Remove default Owl Carousel margins for smoother animation */
.owl-stage-outer {
    overflow: hidden;
    margin: 0 -15px;
}

.testimonial-section {
    overflow: hidden;
    position: relative;
}

/* Optional: Add fade effect on sides */
.testimonial-section::before,
.testimonial-section::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.testimonial-section::before {
    left: 0;
    background: linear-gradient(to right, #0D0D0D, transparent);
}

.testimonial-section::after {
    right: 0;
    background: linear-gradient(to left, #0D0D0D, transparent);
}
.why-choose-us{
    margin:100px 0;
}
.why-choose-us-row{
    border: 1px solid rgba(255, 255, 255, 0.1); 
    padding: 20px; 
    border-radius: 12px; 
    background: #0F0F0F;
}
.why-choose-us .bg-black {
    background-color: #0D0D0D;
}
.bg-black{
    background-color: #0D0D0D !important;
}
.why-choose-us .text-orange {
    color: #ff5722 !important;
}
.why-choose-us .text-gray {
    color: #808080 !important;
}
.why-choose-us .feature-icon {
    font-size: 24px;
}
.why-choose-us .stats-block {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.why-choose-us .stats-value {
    font-size: 4rem;
    font-weight: bold;
}
.why-choose-us .feature-section {
    /*padding-left: 3rem;*/
}
.why-choose-us .feature-block {
    margin-bottom: 3rem;
}
.why-choose-us .feature-content {
    /*margin-left: 1.5rem;*/
        padding-left: 0px;
}
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Hidden by default */
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}

#backToTop:hover {
    background-color: #ff5724;
}
/* blog section styling */
       .blog-card-design .blog-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            background: #0F0F0F;
            transition: transform 0.3s;
            margin-bottom: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

       .blog-card-design .blog-card:hover {
            transform: translateY(-5px);
        }

       .blog-card-design .blog-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

       .blog-card-design .blog-content {
            padding: 20px;
            color: white;
        }

       .blog-card-design .category-badge {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 14px !important;
            text-decoration:none !important;
            margin-bottom: 10px;
             background-color: transparent;
            border: 2px solid #888;
            color: #ffffff;
            transition: all 0.3s ease;
        }
         .blog-card-design .category-badge:hover {
            border: 2px solid #ff5912;
        }

       .blog-card-design .blog-date {
            font-size: 14px;
            color: #888;
        }

       .blog-card-design .blog-title {
            font-size: 20px;
            font-weight: 600;
            margin: 10px 0px 30px 0px;
            color: white;
            text-decoration: none;
        }

       .blog-card-design .read-more {
           background-color: transparent;
            text-decoration: none;
            margin:20px 0;
    border: 2px solid #ff5912;
    color: #ffffff;
    padding: 12px 12px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
        }

       .blog-card-design .read-more:hover {
            background: #ff5912;
            color: white;
        }

        .blog-card-design {
            background: #0D0D0D;
            /*margin:100px 0;*/
        }

          .blog-hero-section {
            /*background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.9)), */
            /*            url('../images/bloghero-section-bg.png');*/
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            min-height: 400px;
            display: flex;
            align-items: center;
            position: relative;
        }

       .blog-hero-section .main-heading {
            font-size: 3.5rem;
            font-weight: 600;
            color: white;
            text-align: center;
            margin-bottom: 40px;
        }

       .blog-hero-section .search-container {
            max-width: 600px;
            margin: 0 auto;
            position: relative;
        }

       .blog-hero-section .search-input {
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: white;
            padding: 15px 20px;
            border-radius: 30px;
            width: 100%;
            font-size: 1.1rem;
        }

       .blog-hero-section .search-input:focus {
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
            color: white;
        }

       .blog-hero-section .search-input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

       .blog-hero-section .search-btn {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: white;
            font-size: 1.2rem;
        }

       .blog-hero-section .category-filters {
            margin-top: 30px;
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

       .blog-hero-section .category-btn {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 20px;
            transition: all 0.3s ease;
        }

       .blog-hero-section .category-btn:hover,
       .blog-hero-section .category-btn.active {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .hero-section-home .hero-title{
                font-size: 2.5rem !important;
            } 
            .first-section-margin {
                margin-top: 40px;
}
            .hero-section-home {
                padding: 0 0 100px 0;
                min-height: auto;
            }
           .blog-hero-section .main-heading {
                font-size: 2.5rem;
            }

           .blog-hero-section .category-filters {
                padding: 0 20px;
            }
        }
/* sticky slider css */
.dummy-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: linear-gradient(45deg, #000000, #1a0033);
}

.sticky-container-slider {
    height: 300vh;
    position: relative;
}

.sticky-container-slider .horizontal-scroll-section {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
    background: linear-gradient(to right, #000000, #1a0033);
}

.sticky-container-slider .scroll-container {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}

.sticky-container-slider .service-card {
    min-width: 50vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2rem;
    color: white;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.sticky-container-slider .service-card.active {
    opacity: 1;
    transform: translateX(0);
}

.sticky-container-slider .service-image {
    width: 250px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sticky-container-slider .service-content {
    padding-left: 2rem;
    max-width: 500px;
}

.sticky-container-slider .dot-indicator {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
}

.sticky-container-slider .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.sticky-container-slider .dot.active {
    background: #ff5722;
    transform: scale(1.5);
}
/* services section styling */

.services-hero-section {
    padding:100px 0;
    /*padding: 6rem 0 0 0 !important;*/
    /*background-color: #0a0a0a !important;*/
    color: white !important;
}

.services-hero-section .services-title {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 2rem !important;
}

.services-hero-section .services-description {
    font-size: 1.2rem !important;
    color: #b8b8b8 !important;
    margin-bottom: 3rem !important;
}

.services-hero-section .contact-form {
    background-color: transparent !important;
    padding: 2.5rem !important;
    border-radius: 12px !important;
    background: #0F0F0F;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.services-hero-section .form-control {
    background-color: #363535;
    border: none;
    color: #d6d6d6 !important;
    padding: 0.8rem;
    margin-bottom: 1rem;
}

.services-hero-section .form-control:focus {
    background-color: #363535;
    color: #d6d6d6 !important;
    box-shadow: none;
    border: 1px solid #ff5722;
}
.services-hero-section .form-label {
    color: #d6d6d6;
    font-size:20px !important;
}
.services-hero-section .form-control::placeholder {
   color: #d6d6d6 !important;
   font-size:14px !important;
   text-decoration:none !important;
   font-style:none !important;
}
/*.services-hero-section .form-control {*/
/*    background-color: #333 !important !important;*/
/*    border-color: #444 !important;*/
/*    color: #fff !important;*/
/*}*/

/*.services-hero-section .form-control::placeholder {*/
/*    color: #888 !important;*/
/*}*/

.services-hero-section .submit-btn {
    background-color: #ff5722 !important;
    color:#fff !important;
    border: none !important;
    padding: 0.8rem 2rem !important;
    font-size: 1.1rem !important;
    border-radius: 0.5rem !important;
    transition: background-color 0.3s !important;
}

.services-hero-section .submit-btn:hover {
    background-color: #ff5722 !important;
}

@media (max-width: 767px) {
   .services-hero-section .services-title {
    font-size: 2.5rem !important;
}

.services-hero-section .services-description {
    font-size: 1.1rem !important;
}

.services-hero-section .contact-form {
    padding: 1.5rem !important;
}
}
/* why choose us */
.why-choose-section {
    /*background-color: #000000;*/
    color: white;
    margin:100px 0;
    /*padding: 5rem 0;*/
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
}

.why-choose-section .section-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: left;
}

.why-choose-section .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-section .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-right: 2rem;
}

.why-choose-section .feature-icon {
    color: #ff4500;
    font-size: 2.5rem; /* Increased arrow size */
    margin-right: 1rem;
    margin-top: -0.5rem; /* Adjusted top margin for alignment */
    font-weight: 200; /* Made arrow thinner */
    line-height: 1;
    display: block;
    transform: scaleY(1.2); /* Made arrow slightly taller */
}

.why-choose-section .feature-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #b8b8b8;
    margin-top: 0;
}

.why-choose-section .image-container {
    height: 400px;
    border-radius: 1rem;
    overflow: hidden;
}

.why-choose-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
   .why-choose-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.why-choose-section .feature-text {
    font-size: 1.1rem;
}

.why-choose-section .image-container {
    margin-top: 2rem;
    height: 300px;
}
}
/*      about hero section    */
.about-hero-section {
    /*background: #0d0d0d;*/
/*             min-height: 100vh; */
color: white;
/*padding: 6rem 0 0 0;*/
padding:100px 0;
position: relative;
overflow: hidden;
}

.about-hero-section  .avatar-group {
    margin-bottom: 2rem;
}

.about-hero-section  .avatar-group .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -15px;
    background: #444;
}

.about-hero-section  .avatar-group .avatar:first-child {
    margin-left: 0;
}

.about-hero-section  .rating {
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
    font-size: 0.9rem;
    color: #f8f9fa;
}

.about-hero-section  .stars {
    color: #ffc107;
    margin-right: 0.5rem;
}

.about-hero-section  .main-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-hero-section  .subtitle {
    font-size: 1.25rem;
    color: #b8b8b8;
    margin-bottom: 2rem;
}

.about-hero-section  .contact-btn {
    background-color: #ff4500;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.about-hero-section  .contact-btn:hover {
    background-color: #ff5722;
}

.about-hero-section  .trust-text {
    color: #b8b8b8;
    margin-top: 8rem;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
  .about-hero-section  .main-title {
    font-size: 2.5rem;
}

.about-hero-section  .trust-text {
    margin-top: 4rem;
}

.about-hero-section {
    padding: 4rem 0;
}
}

@media (max-width: 576px) {
.display-none-on-mb{
    display:none;
}
  .about-hero-section  .main-title {
    font-size: 2rem;
}

.about-hero-section  .subtitle {
    font-size: 1.1rem;
}
.why-choose-us .stats-value{
    font-size:3.1rem !important;
}
.why-choose-us .text-gray {
    font-size: 16px !important;
}
}

/* Width of the scrollbar */
::-webkit-scrollbar {
  width: 0.8rem;
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
  background: #f0f0f0; /* Optional background color */
  box-shadow: inset 0 0 0.5rem rgba(0, 33, 71, 0.5); /* Adjusted opacity */
  border-radius: 1rem;
}

/* Scrollbar Thumb */
::-webkit-scrollbar-thumb {
  background-color: #ff5722;
  border-radius: 1rem;
  border: 2px solid #f0f0f0; /* Optional border for better contrast */
}

/* Scrollbar Thumb on Hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #ff5722;
}

/*       service cards (expandable accordion)    */
.services {
    background: #111;
    padding: 80px 0;
}
.services > h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    max-width: 1120px;
    margin: 0 auto 8px;
    padding: 0 24px;
}
.service-cards {
    max-width: 1120px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.service-cards:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.service-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 24px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}
.service-header:hover {
    background: rgba(255, 255, 255, 0.02);
}
.service-header .number {
    color: #ff6a00;
    font-size: 17px;
    font-weight: 700;
    min-width: 30px;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.service-header h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    flex: 1;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    line-height: 1.4;
}
.service-header .icon {
    color: #ff6a00;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    min-width: 26px;
    text-align: center;
    transition: transform 0.25s ease;
}
.service-cards.open .service-header .icon {
    transform: rotate(45deg);
}
.service-content {
    display: none;
    padding: 0 24px 24px 74px;
}
.service-cards.open .service-content {
    display: block;
}
.service-content p {
    color: #a0a0a0;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}

/*       faqs section    */
.delivix-faqs {
    background-color: #0D0D0D;
    color: #ffffff;
    margin: 100px 0;
}

.faq-section {
    max-width: 1000px;
    margin: 0 auto;
}

.delivix-faqs .accordion{
    background: #0F0F0F;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2px;
}
.accordion-item {
    background: #0F0F0F;
    border: none;
    margin-bottom: 0.5rem;
}

.accordion-button {
    background:#0F0F0F;
    color: white;
    border: none;
    border-radius: 8px !important;
    padding: 1.5rem;
     font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size:20px !important;
    line-height:1.6 !important;
}

.accordion-button:not(.collapsed) {
    background: #0F0F0F;
    color: white;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff5722' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff5722' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-body {
    background: #0F0F0F;
    color: #a0a0a0;
    border-radius: 0 0 8px 8px;
    padding: 1.5rem;
     font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size:20px !important;
    line-height:1.6 !important;
}

.section-title {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    font-weight: bold;
}

.section-subtitle {
    color: #a0a0a0;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

/*      footer and form styling    */
.footer-lable-top {
    min-height: 80vh;
    /*background: #0d0d0d;*/
    /*background-color: #0d0d0d;*/
    color: #ffffff;
    /*overflow: hidden;*/
    margin-top: 100px;
}

.footer-lable-top .consultation-form {
    /*background: rgba(32, 32, 32, 0.8);*/
    border-radius: 12px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    background: #0F0F0F;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}



.footer-lable-top .form-control {
    background-color: #363535 !important;
    border: none;
    color: #d6d6d6 !important;
    padding: 0.8rem;
    margin-bottom: 1rem;
}

.footer-lable-top .form-control:focus {
   background-color: #363535 !important;
    color: #d6d6d6 !important;
    box-shadow: none;
    border: 1px solid #ff5722;
}
.footer-lable-top  .form-label {
    color: #d6d6d6;
    font-size:20px !important;
}
.footer-lable-top .form-control::placeholder {
   color: #d6d6d6 !important;
   font-size:14px !important;
   text-decoration:none !important;
   /*font-style:none !important;*/
}

.footer-lable-top .submit-btn {
    background-color: #ff5722;
    border: none;
    padding: 0.8rem;
    width: 100%;
    font-weight: 500;
}

.footer-lable-top .submit-btn:hover {
    background-color: #f4511e;
}

.footer .book-call-btn {
    background-color: #ff5722;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}

.footer .book-call-btn:hover {
    background-color: #f4511e;
    color: white;
}

.footer {
    padding: 4rem 0 2rem 0;
    color: #ffffff;
    position: relative;
    z-index: 2; /* Ensure content is above the blur */
}

.footer-blur-effect {
    background: linear-gradient(rgba(255, 18, 251, 0.73) -43%, rgb(86, 54, 105) 69.82%);
    border-radius: 36px;
    filter: blur(100px);
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1000px;
    height: 199px;
    z-index: 1;
    pointer-events: none; /* Prevent blur effect from capturing clicks */
}

     .social-icons-calls a{
    color: white;
    margin: 0 0.5rem;
    opacity: 0.8 !important;
}
 .social-icons-calls a:hover {
        opacity: 1 !important;
    }

    .social-icons a {
        color: white;
        margin: 0 0.5rem;
        opacity: 0.8;
    }

    .social-icons a:hover {
        opacity: 1;
    }
   
    .footer-links a {
        color: white;
        font-size: 17px !important;
        text-decoration: none;
        /*margin: 0 1rem;*/
        opacity: 0.8;
    }
    footer p{
        font-size: 17px !important;
    }

    .footer-links a:hover {
        opacity: 1;
    }
header .blur-effect-header {
   background: linear-gradient(180deg, rgba(255, 18, 251, .73) -43%, rgb(86, 54, 105) 69.82%);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 1047px;
    height: 212px;
    overflow: visible;
    flex: none;
    z-index: 5;
}

/*container size changes*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1041px;
    }
}

@media (max-width: 768px) {
    h1{
    font-size:62px !important;
    line-height:1.1 !important;
}
h2{
    font-size:40px !important;
    line-height:1.2 !important;
}
h3{
    font-size:28px !important;
    line-height:1.4 !important;
    font-weight:700 !important;
}
p{
    font-size:20px !important;
    line-height:1.6 !important;
}
ul li{
     font-size:20px !important;
    line-height:1.6 !important;
}
ol li{
     font-size:20px !important;
    line-height:1.6 !important;
}

a{
    font-size:20px !important;
    line-height:1.6 !important;
}
    
}

@media (max-width: 576px) {
        h1{
    font-size:60px !important;
    line-height:1.1 !important;
}
h2{
    font-size:36px !important;
    line-height:1.2 !important;
}
h3{
    font-size:24px !important;
    line-height:1.4 !important;
    font-weight:700 !important;
}
p{
    font-size:18px !important;
    line-height:1.6 !important;
}
ul li{
     font-size:18px !important;
    line-height:1.6 !important;
}
ol li{
     font-size:18px !important;
    line-height:1.6 !important;
}

a{
    font-size:18px !important;
    line-height:1.6 !important;
}
}

/* Updated CSS */
.style-28 {
  position: relative;
  z-index: 9;
  color: #000;
  padding: 0;
  overflow: hidden;
  display: block;
  transition: transform 0.2s;
}

.style-28::after {
  content: attr(data-after);
  display: inline-block;
  transform: translateY(100%); /* Start below the text */
  position: absolute;
  left: 20px;
  color:#ff5722;
  top: 0; /* Align with the top of the parent element */
  transition: inherit;
}

.style-28 > span {
  display: inline-block;
  transform: translateY(0%);
  transition: inherit;
}

.style-28:hover > span {
  transform: translateY(-100%); /* Move the text up */
}

.style-28:hover::after {
  transform: translateY(0%); /* Move the `::after` content up to its normal position */
}


.team-member-card {
    transition: transform 0.3s ease;
    cursor: pointer;
    position: relative;
/*    overflow: hidden;*/
width: 334px;
height: 395px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0; /* Place behind the content */
}

.circle,
.circle2 {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.dot,
.dot2 {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(rgba(255, 18, 251, 0.73) -43%, rgb(86, 54, 105) 69.82%);
  filter: blur(100px);
  border-radius: 50%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* First circle */
.dot {
  animation-name: moveParticle;
}

/* Second circle */
.dot2 {
  animation-name: moveParticle2;
}

@keyframes moveParticle {
  0%,
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: scale(2) translate(-20px, 20px);
    opacity: 0.5;
  }
}

@keyframes moveParticle2 {
  0%,
  100% {
    transform: scale(2) translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: scale(1) translate(20px, -20px);
    opacity: 0.7;
  }
}

.dot:nth-child(1),
.dot2:nth-child(1) {
  left: calc(50% + 100px * cos(0deg) - 5px);
  top: calc(50% + 100px * sin(0deg) - 5px);
  animation-delay: 0s;
}
.dot:nth-child(2),
.dot2:nth-child(2) {
  left: calc(50% + 100px * cos(30deg) - 5px);
  top: calc(50% + 100px * sin(30deg) - 5px);
  animation-delay: 0.2s;
}
.dot:nth-child(3),
.dot2:nth-child(3) {
  left: calc(50% + 100px * cos(60deg) - 5px);
  top: calc(50% + 100px * sin(60deg) - 5px);
  animation-delay: 0.4s;
}
.dot:nth-child(4),
.dot2:nth-child(4) {
  left: calc(50% + 100px * cos(90deg) - 5px);
  top: calc(50% + 100px * sin(90deg) - 5px);
  animation-delay: 0.6s;
}
.dot:nth-child(5),
.dot2:nth-child(5) {
  left: calc(50% + 100px * cos(120deg) - 5px);
  top: calc(50% + 100px * sin(120deg) - 5px);
  animation-delay: 0.8s;
}
.dot:nth-child(6),
.dot2:nth-child(6) {
  left: calc(50% + 100px * cos(150deg) - 5px);
  top: calc(50% + 100px * sin(150deg) - 5px);
  animation-delay: 1s;
}
.dot:nth-child(7),
.dot2:nth-child(7) {
  left: calc(50% + 100px * cos(180deg) - 5px);
  top: calc(50% + 100px * sin(180deg) - 5px);
  animation-delay: 1.2s;
}
.dot:nth-child(8),
.dot2:nth-child(8) {
  left: calc(50% + 100px * cos(210deg) - 5px);
  top: calc(50% + 100px * sin(210deg) - 5px);
  animation-delay: 1.4s;
}
.dot:nth-child(9),
.dot2:nth-child(9) {
  left: calc(50% + 100px * cos(240deg) - 5px);
  top: calc(50% + 100px * sin(240deg) - 5px);
  animation-delay: 1.6s;
}
.dot:nth-child(10),
.dot2:nth-child(10) {
  left: calc(50% + 100px * cos(270deg) - 5px);
  top: calc(50% + 100px * sin(270deg) - 5px);
  animation-delay: 1.8s;
}
.dot:nth-child(11),
.dot2:nth-child(11) {
  left: calc(50% + 100px * cos(300deg) - 5px);
  top: calc(50% + 100px * sin(300deg) - 5px);
  animation-delay: 2s;
}
.dot:nth-child(12),
.dot2:nth-child(12) {
  left: calc(50% + 100px * cos(330deg) - 5px);
  top: calc(50% + 100px * sin(330deg) - 5px);
  animation-delay: 2.2s;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .dot,
  .dot2 {
    display: none !important; 
  }

  .center {
    display: none !important; /* Optionally disable animations on small screens */
  }

}


.main-service-end-to-end h3 {
	color:#ed6c4c !important;
}

.main-service-end-to-end a{
	color:white !important;
}

/* ========================================
   Extracted from header.php inline styles
   ======================================== */
.navbar {
    position: static; /* Static by default */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transform: translateY(0);
    transition: transform 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    background-color: transparent;
    box-shadow: none;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    backdrop-filter: blur(8px);
    background-color: transparent;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

/*.navbar:not(.sticky) {*/
    /*transform: translateY(0);*/
    /* Hidden before sticky*/
/*}*/

        .hero-section-home {
            position: relative;
            color: white;
            padding: 100px 0;
            min-height: 70vh;
            display: flex;
            align-items: center;
        }
         .orange-dot {
            display: block;
            width: 10px;
            height: 10px;
            background-color: #f4511e;
            border-radius: 50%;
            margin-bottom: 0px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

   .cookie-popup {
            position: fixed;
            bottom: 20px;
            left: 20px;
            max-width: 500px;
            background: #0F0F0F;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            z-index: 9999;
            display: none;
            transform: translateX(-120%);
            transition: transform 0.5s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transform: initial;
    backdrop-filter: blur(8px) !important;
    background-color: transparent !important;
        }

        .cookie-popup.show {
            display: block;
            transform: translateX(0);
        }

        .btn-reject {
            background-color: #2a2a2a;
            color: white;
            border: none;
            padding: 8px 24px;
            border-radius: 22px;
        }

        .btn-accept {
            background-color: #ff5722;
            color: white;
            border: none;
            padding: 8px 24px;
            border-radius: 22px;
        }

        .btn-reject:hover {
            background-color: #ff5722;
            color: white;
        }

        .btn-accept:hover {
            background-color: #ff5722;
            color: white;
        }

        /* Hide on mobile devices */
        @media (max-width: 768px) {
            .cookie-popup {
                display: none !important;
            }
        }

/* Mobile Menu Styles - All prefixed with dlvx- */
:root {
    --dlvx-bg-dark: #0D0D0D;
    --dlvx-bg-content: #1a1a1a;
    --dlvx-text-light: #ffffff;
    --dlvx-text-muted: rgba(255, 255, 255, 0.7);
    --dlvx-primary: #ff5722;
    --dlvx-border: rgba(255, 255, 255, 0.1);
}

.dlvx-mobile-header {
    position: relative;
    z-index: 1030;
    display: none;
}

.dlvx-mobile-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 8px 24px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid var(--dlvx-border);
    z-index: 2;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.dlvx-mobile-brand {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: var(--dlvx-text-light) !important;
    text-decoration: none;
    justify-self: start;
}

.dlvx-mobile-brand .fa-circle {
    font-size: 6px;
    margin-left: 4px;
    color: var(--dlvx-primary);
}

.dlvx-mobile-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    justify-content: center;
    cursor: pointer;
    justify-self: end;
    padding: 0;
    transition: border 0.3s ease;
}

/* Default 3 lines color */
.dlvx-mobile-toggle-bar {
    width: 24px;
    height: 2px;
    background: #ed6c4c; /* orange hamburger lines */
    display: block;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

/* Cross state lines */
.dlvx-mobile-toggle[aria-expanded="true"] .dlvx-mobile-toggle-bar {
    background: #ffffff; /* cross white */
}

/* Transform to cross */
.dlvx-mobile-toggle[aria-expanded="true"] .dlvx-mobile-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.dlvx-mobile-toggle[aria-expanded="true"] .dlvx-mobile-toggle-bar:nth-child(2) {
    opacity: 0;
}
.dlvx-mobile-toggle[aria-expanded="true"] .dlvx-mobile-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Add border around cross */
.dlvx-mobile-toggle[aria-expanded="true"] {
    border: 2px solid #ed6c4c;
    border-radius: 6px;   /* optional rounded border */
    padding: 2px;         /* spacing so border doesn't squash bars */
}

.dlvx-mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--dlvx-bg-dark);
    display: none;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    padding-top: 80px;
}

.dlvx-mobile-menu[aria-hidden="false"] {
    display: flex;
}

.dlvx-mobile-menu-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    padding: 4px 24px 0;
    width: 100%;
}

.dlvx-mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
}

.dlvx-mobile-menu-link {
    font-family: Inter, "Inter Placeholder", sans-serif;
    font-size: 30px !important;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1.2;
    color: var(--dlvx-text-light);
    text-decoration: none;
    display: block;
    text-align: left;
    opacity: 0;
    transform: translateY(-20px);
    position: relative;
}

.dlvx-mobile-sub-nav {
    display: flex;
    flex-direction: column;
    transition: gap 0.3s ease-in-out;
}

.dlvx-mobile-sub-nav.active {
    gap: 6px;
}

.dlvx-mobile-submenu {
    list-style: none;
    padding-left: 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dlvx-mobile-submenu li {
    padding: 0;
    margin: 0;
}

.dlvx-mobile-submenu li a {
    font-size: 16px;
    color: var(--dlvx-text-muted);
    text-decoration: none;
    display: block;
    padding: 2px 0;
    transition: color 0.3s ease;
}

.dlvx-mobile-submenu li a:hover {
    color: var(--dlvx-text-light);
}

.dlvx-mobile-menu-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: var(--dlvx-text-light);
    padding-left: 100px;
}

.dlvx-mobile-menu-bottom a {
    color: #ed6c4c;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.dlvx-mobile-menu-bottom a:hover {
    color: var(--dlvx-text-light);
}

.dlvx-mobile-copy {
    opacity: 0.6;
    font-size: 14px;
}

/* Animations */
.dlvx-mobile-menu[aria-hidden="false"] .dlvx-mobile-menu-link {
    animation: dlvxMenuIn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.dlvx-mobile-menu-nav>div:nth-child(1) .dlvx-mobile-menu-link {
    animation-delay: 0.05s;
}
.dlvx-mobile-menu-nav>div:nth-child(2) .dlvx-mobile-menu-link {
    animation-delay: 0.1s;
}
.dlvx-mobile-menu-nav>div:nth-child(3) .dlvx-mobile-menu-link {
    animation-delay: 0.15s;
}
.dlvx-mobile-menu-nav>div:nth-child(4) .dlvx-mobile-menu-link {
    animation-delay: 0.2s;
}
.dlvx-mobile-menu-nav>div:nth-child(5) .dlvx-mobile-menu-link {
    animation-delay: 0.25s;
}
.dlvx-mobile-menu-nav>div:nth-child(6) .dlvx-mobile-menu-link {
    animation-delay: 0.3s;
}
.dlvx-mobile-menu-nav>div:nth-child(7) .dlvx-mobile-menu-link {
    animation-delay: 0.35s;
}

@keyframes dlvxMenuIn {
    to {
        opacity: 1;
        transform: none;
    }
}

/* Hide/show based on screen size */
@media (max-width: 1200px) {
    .dlvx-navmenu {
        display: none !important;
    }
    .dlvx-mobile-header {
        display: block;
    }
}
	  @media (min-width: 600px) and (max-width: 1199px) {
.dlvx-mobile-menu-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    color: var(--dlvx-text-light);
    padding-left: 100px; /* default */
}


    .dlvx-mobile-menu-bottom {
        padding-left: 0px !important;
    }
}

/* ========================================
   Extracted from footer.php inline styles
   ======================================== */
/* Footer extracted CSS — originally inline in footer.php */

.sirfooter * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sirfooter .footer {
    border-radius: 20px 20px 0 0;
    padding: 60px 0 40px 0;
}

@media (min-width: 992px) {
    .sirfooter .footer {
        border-radius: 30px 30px 0 0;
        padding-top: 80px;
    }
}

.sirfooter .bg-dark {
    --bs-bg-opacity: 1;
    background-color: #121212 !important;
}

.sirfooter .container {
    max-width: calc(100% - 12px);
}

@media (min-width: 576px) {
    .sirfooter .container {
        max-width: 92%;
    }
}

@media (min-width: 768px) {
    .sirfooter .container {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .sirfooter .container {
        max-width: 88%;
    }
}

@media (min-width: 576px) {
    .sirfooter .container-sm, .sirfooter .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .sirfooter .container-md, .sirfooter .container-sm, .sirfooter .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .sirfooter .container-lg, .sirfooter .container-md, .sirfooter .container-sm, .sirfooter .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .sirfooter .container-xl, .sirfooter .container-lg, .sirfooter .container-md, .sirfooter .container-sm, .sirfooter .container {
        max-width: 1140px;
    }
}

.sirfooter .container, .sirfooter .container-fluid, .sirfooter .container-xxl, .sirfooter .container-xl, .sirfooter .container-lg, .sirfooter .container-md, .sirfooter .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.sirfooter .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.sirfooter .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.sirfooter .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.sirfooter .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .sirfooter .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .sirfooter .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .sirfooter .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .sirfooter .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

@media (min-width: 1200px) {
    .sirfooter .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .sirfooter .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .sirfooter .offset-lg-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .sirfooter .offset-xl-0 {
        margin-left: 0;
    }
}

.sirfooter .order-1 {
    order: 1 !important;
}

.sirfooter .order-2 {
    order: 2 !important;
}

.sirfooter .order-3 {
    order: 3 !important;
}

.sirfooter .order-4 {
    order: 4 !important;
}

@media (min-width: 992px) {
    .sirfooter .order-lg-2 {
        order: 2 !important;
    }

    .sirfooter .order-lg-3 {
        order: 3 !important;
    }

    .sirfooter .order-lg-4 {
        order: 4 !important;
    }
}

.sirfooter .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: normal;
    --bs-nav-link-color: #ffffff;
    --bs-nav-link-hover-color: #cccccc;
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sirfooter .navbar-nav .nav-link {
    color: var(--bs-nav-link-color);
    text-decoration: none;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    transition: color 0.15s ease-in-out;
}

.sirfooter .nav-link {
    font-size: 17px;
}

.sirfooter .navbar-nav .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}

.sirfooter .footer--middle-column .navbar-nav,
.sirfooter .footer--bottom-column .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.sirfooter .footer--middle-column .navbar-nav {
    gap: 20px 40px;
    justify-content: space-between;
    margin-bottom: 45px;
}

@media (min-width: 430px) {
    .sirfooter .footer--middle-column .navbar-nav {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .sirfooter .footer--middle-column .navbar-nav {
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

.sirfooter .footer--bottom-column .navbar-nav {
    gap: 15px 20px;
    justify-content: flex-start;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .sirfooter .footer--bottom-column .navbar-nav {
        justify-content: flex-end;
        margin-bottom: 0;
        gap: 15px 20px;
    }
}

.sirfooter .footer--top-column.column-three {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .sirfooter .footer--top-column.column-three {
        margin-top: unset;
    }

    .sirfooter .footer--top-column.column-three .mod-custom {
        text-align: right;
    }

    .sirfooter .footer--top-column.column-three .social-icons-calls {
        justify-content: flex-end;
    }
}

.sirfooter .footer--top-column.column-one .navbar-nav .nav-link {
    font-size: 17px;
}

.sirfooter .footer--top-column.column-two .navbar-nav .nav-link {
    font-size: 17px;
}

.sirfooter .footer-links-heading {
    padding: 8px 0px;
    margin: 0;
}

.sirfooter hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

.sirfooter .footer hr {
    opacity: 0.4;
    border-color: #7c7c7c;
    margin: 50px 0;
}

@media (min-width: 576px) {
    .sirfooter .footer hr {
        margin: 60px 0;
    }
}

@media (min-width: 1200px) {
    .sirfooter .footer hr {
        margin: 80px 0;
    }
}

.sirfooter .footer--copyright {
    color: #ffffff;
    font-size: 14px !important;
}

.sirfooter .footer--copyright-divider {
    margin: 0 8px;
}

.sirfooter .d-block {
    display: block !important;
}

.sirfooter .d-none {
    display: none !important;
}

@media (min-width: 1200px) {
    .sirfooter .d-xl-block {
        display: block !important;
    }

    .sirfooter .d-xl-none {
        display: none !important;
    }
}

.sirfooter .align-items-center {
    align-items: center !important;
}

.sirfooter .flex-grow-0 {
    flex-grow: 0 !important;
}

.sirfooter .flex-shrink-0 {
    flex-shrink: 0 !important;
}

.sirfooter .mb-0 {
    margin-bottom: 0 !important;
}

.sirfooter .float-none {
    float: none !important;
}

.sirfooter .mod-custom h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.sirfooter .social-icons-calls {
    display: flex;
    flex-wrap: wrap;
}

.sirfooter .social-icons-calls a,
.sirfooter .social-icons-calls i {
    color: #ed6c4c;
}

.sirfooter .social-icons-calls a:hover,
.sirfooter .social-icons-calls a:hover i {
    color: #ed6c4c;
    opacity: 0.8;
}

.sirfooter .footer--middle-image {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    .sirfooter .footer--middle-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.sirfooter .footer--middle-nav {
    flex: 0 0 70%;
    max-width: 70%;
}

@media (max-width: 991.98px) {
    .sirfooter .footer--middle-nav {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.sirfooter .footorgoogles {
    height: 60px;
    width: 60px;
    background-color: #0f0f0f;
    padding: .75rem;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
}

.sirfooter img, .sirfooter svg {
    vertical-align: middle;
}

.sirfooter .mod-custom h4 a {
    color: #ffffff;
    text-decoration: none;
}

.sirfooter .mod-custom h4 a:hover {
    color: #cccccc;
}

.sirfooter .mod-custom p {
    color: #cccccc;
    margin-bottom: 0.5rem;
    font-size: 17px;
}

.sirfooter .mod-custom p a {
    color: #cccccc;
    text-decoration: none;
}

.sirfooter .mod-custom p a:hover {
    color: #ffffff;
}

.sirfooter .mod-custom img {
    max-width: 100%;
    height: auto;
}

.sirfooter .dummy-content {
    min-height: 200vh;
    padding: 40px 20px;
}

.sirfooter .dummy-content h1 {
    margin-bottom: 2rem;
}

.sirfooter .dummy-content p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.sirfooter .dummy-section {
    margin-bottom: 3rem;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* =============================================
   Contact Page
   ============================================= */

.contact-page {
    margin-top: 100px;
    padding: 100px 0;
}

/* Grid: sidebar + form */
.contact-page__grid {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 60px;
    align-items: stretch;
}

/* --- Left: Info Sidebar --- */
.contact-page__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.contact-page__badge {
    display: inline-block;
    background: rgba(255, 87, 34, 0.12);
    color: #ff5722;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-page__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.contact-page__subtitle {
    font-size: 15px;
    color: #999;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Bottom group */
.contact-page__detail {
    margin-bottom: 24px;
}

.contact-page__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 6px;
}

.contact-page__detail a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
}

.contact-page__detail a:hover {
    color: #ff5722;
}

.contact-page__address {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
    font-style: normal;
}

/* Social pill links */
.contact-page__social {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.contact-page__social a {
    padding: 7px 16px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: border-color 0.2s, color 0.2s;
}

.contact-page__social a:hover {
    border-color: #ff5722;
    color: #ff5722;
}

/* --- Right: Form Card --- */
.contact-page__form-card {
    background: #161616;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #222;
}

/* CF7 wraps content in <p> tags — reset them */
.contact-page__form-card p {
    margin-bottom: 0;
}

.contact-page__form-card p br {
    display: none;
}

/* CF7 form field overrides inside the form card */
.contact-page__form-card .wpcf7-form-control-wrap {
    display: block;
}

.contact-page__form-card label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #ccc;
    margin-bottom: 6px;
}

.contact-page__form-card .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]) {
    width: 100%;
    padding: 12px 14px;
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s;
}

.contact-page__form-card .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):focus {
    outline: none;
    border-color: #ff5722;
}

.contact-page__form-card .wpcf7-form-control::placeholder {
    color: #7c7c7c;
}

.contact-page__form-card select.wpcf7-form-control {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.contact-page__form-card textarea.wpcf7-form-control {
    min-height: 120px;
    resize: vertical;
}

/* Form row layout — CF7 uses <p> tags by default, we use wrapper divs */
.contact-page__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.contact-page__form-row--full {
    grid-template-columns: 1fr;
}

.contact-page__form-group {
    margin-bottom: 0;
}

.contact-page__form-group .req {
    color: #ff5722;
    margin-left: 2px;
}

.contact-page__form-group .optional {
    color: #666;
    font-weight: 400;
}

.contact-page__form-group .helper {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

/* Privacy checkbox */
.contact-page__form-card .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.contact-page__form-card .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ff5722;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-page__form-card .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
}

.contact-page__form-card .wpcf7-acceptance a {
    color: #ff5722;
    text-decoration: none;
}

/* Submit button */
.contact-page__form-card input[type="submit"],
.contact-page__form-card .wpcf7-submit {
    background: #ff5722;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.contact-page__form-card input[type="submit"]:hover,
.contact-page__form-card .wpcf7-submit:hover {
    background: #e64a19;
}

/* CF7 validation messages */
.contact-page__form-card .wpcf7-not-valid-tip {
    color: #ff4444;
    font-size: 12px;
    margin-top: 4px;
}

.contact-page__form-card .wpcf7-response-output {
    border-color: #333;
    color: #ccc;
    border-radius: 8px;
    padding: 12px;
    margin: 16px 0 0;
}

/* --- Map Section --- */
.contact-page__map-section {
    padding: 0 0 80px;
}

.contact-page__map-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
}

.contact-page__map-container {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #222;
}

.contact-page__map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(0.3) brightness(0.85);
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .contact-page__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-page__info {
        justify-content: flex-start;
    }

    .contact-page__info-top {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .contact-page {
        padding: 60px 0 40px;
    }

    .contact-page__heading {
        font-size: 26px;
    }

    .contact-page__form-card {
        padding: 24px;
    }

    .contact-page__form-row {
        grid-template-columns: 1fr;
    }

    .contact-page__map-container {
        height: 280px;
    }

    .contact-page__map-section {
        padding-bottom: 60px;
    }
}
