/* AMZ Done For You - Custom Styles */

:root {
    --primary-color: #ff7b00;
    --secondary-color: #6c757d;
    --success-color: #000000;
    --warning-color: #ffc107;
    --danger-color: #dc6a35;
    --dark-color: #343a40;
    --light-color: #f8f9fa;
}

/* Global Styles */
body {

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.text-primary {
    color: var(--primary-color) !important;
}

/* Top Bar */
.top-bar {
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: transparent;
}

.top-bar.hidden {
    transform: translateY(-100%);
}

.top-bar a:hover {
    color: var(--warning-color) !important;
}
@media (max-width: 1368px) {
.process-step {
    padding: 1rem;
    }.phone-frame {
    width: 194px;
    height: 350px;}
}
/* Hide topbar on mobile */
@media (max-width: 768px) {
    .top-bar {
        display: none !important;
    }
}

/* Navigation */
.navbar {
    padding: 0.5rem 0;
    background: transparent !important;
    transition: all 0.3s ease;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
}

/* When scrolled, navbar moves to top */
.navbar-scrolled {
    top: 0 !important;
    background: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-scrolled .nav-link {
    color: #2c3e50 !important;
}

.navbar-scrolled .nav-link:hover {
    color: #f39c12 !important;
}

.navbar-scrolled .nav-link.text-warning {
    color: #f39c12 !important;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar-brand {
    flex-shrink: 0;
}

.navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
}

.navbar-nav {
    align-items: center;
    flex-direction: row;
}

/* Mobile navbar positioning */
@media (max-width: 991.98px) {
    .navbar {
        top: 0;
        background: transparent !important;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .navbar-collapse {
        background: transparent !important;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
    }

    .navbar-toggler {
        border: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.5rem;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

.navbar-brand img {
    max-height: 50px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}

.navbar-nav .nav-link {
    /* font-weight: 500; */
    /* margin: 0 0.5rem; */
    color: #fff !important;
    transition: color 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--warning-color) !important;
}

/* Dropdown toggle styling */
.navbar .dropdown-toggle {
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar .dropdown-toggle:hover {
    color: var(--warning-color) !important;
}

/* Navbar when scrolled */
.navbar-scrolled {
    background: white !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0 !important;
}

/* Mobile navbar scrolled */
@media (max-width: 768px) {
    .navbar-scrolled {
        top: 0 !important;
    }
}

.navbar-scrolled .navbar-nav .nav-link {
    color: #333 !important;
}

.navbar-scrolled .navbar-nav .nav-link:hover,
.navbar-scrolled .navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

/* Scrolled state dropdown toggle */
.navbar-scrolled .dropdown-toggle {
    color: #333 !important;
    text-shadow: none;
}

.navbar-scrolled .dropdown-toggle:hover {
    color: var(--primary-color) !important;
}

/* Navbar button styles */
.navbar .btn-primary {
    border: 2px solid var(--warning-color);
    background-color: var(--warning-color);
    color: #000;
}

.navbar .btn-primary:hover {
    background-color: transparent;
    color: var(--warning-color);
}

.navbar-scrolled .btn-primary {
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.navbar-scrolled .btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}

/* Navbar toggler */
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.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");
}

.navbar-scrolled .navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-scrolled .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%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Dropdown menu styles */
.dropdown-menu {
    background: white !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0.5rem 0;
    margin-top: 0.5rem !important;
    min-width: 220px;
    max-width: 280px;
    width: auto;
    z-index: 9999 !important;
    position: absolute !important;
}

.navbar-scrolled .dropdown-menu {
    background: white !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dropdown-item {
    color: #333 !important;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    white-space: nowrap;
    font-size: 0.95rem;
    font-weight: 500;
    background: transparent !important;
    text-decoration: none;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    background-color: #f39c12 !important;
    color: white !important;
    text-decoration: none;
}

.navbar-scrolled .dropdown-item {
    color: #333 !important;
}

.navbar-scrolled .dropdown-item:hover,
.navbar-scrolled .dropdown-item:focus,
.navbar-scrolled .dropdown-item:active {
    background-color: #f39c12 !important;
    color: white !important;
}

/* Ensure dropdown toggle works */
.dropdown-toggle::after {
    margin-left: 0.5rem;
}

/* Navbar button styling */
.navbar .btn-warning {
    flex-shrink: 0;
    margin-left: 1rem;
    white-space: nowrap;
}

/* Ensure proper navbar layout */
.navbar-nav {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .navbar .btn-warning {
        margin-top: 1rem;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

/* Dropdown positioning and responsive behavior */
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0;
    left: auto;
    transform: none !important;
    will-change: auto;
}

/* Ensure dropdown appears above everything */
.navbar .dropdown-menu {
    z-index: 9999 !important;
}

/* This rule moved to mobile section below */

/* Mobile dropdown styling */
@media (max-width: 991.98px) {
    .navbar-collapse .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0.5rem;
        margin-left: 1rem;
        background-color: white !important;
        border: 0;
        box-shadow: none;
        padding: 0;
        display: none !important;
    }

    .navbar-collapse .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0.5rem;
        margin-left: 1rem;
        background-color: transparent !important;
        border: 0;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        display: none !important;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-item {
        color: #ffffff !important;
        padding: 0.5rem 1rem;
        border-bottom: none;
        background: transparent !important;
        font-size: 0.9rem;
        font-weight: 500;
        border-left: 2px solid transparent;
        transition: all 0.3s ease;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: rgba(255, 153, 0, 0.1) !important;
        color: #f09000 !important;
        padding-left: 1.2rem;
    }

    .dropdown-item:last-child {
        border-bottom: none;
    }

    /* Mobile navbar styling */
    .navbar-nav .nav-link {
        color: #ffffff !important;
        
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        background: transparent !important;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: #FF9900 !important;
        background-color: rgba(255, 153, 0, 0.1) !important;
        padding-left: 1.2rem;
    }

    .navbar-nav .nav-link.text-warning {
        color: #FF9900 !important;
        background-color: rgba(255, 153, 0, 0.1) !important;
    }

    /* Dropdown toggle styling for mobile */
    .navbar-nav .dropdown-toggle {
  
    }

    .navbar-nav .dropdown-toggle:hover,
    .navbar-nav .dropdown-toggle:focus {
        color: #FF9900 !important;
        background-color: rgba(255, 153, 0, 0.1) !important;
    }

    .navbar-nav .dropdown-toggle::after {
        margin-left: 0.5rem;
    }
}

/* Desktop dropdown width and positioning */
@media (min-width: 992px) {
    .dropdown-menu {
        min-width: 220px;
        max-width: 280px;
        left: auto;
        right: 0;
        position: absolute !important;
        top: 100% !important;
        transform: none !important;
    }

    /* Ensure dropdown doesn't affect navbar layout */
    .navbar .nav-item.dropdown {
        position: relative;
    }

    .navbar .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: auto;
        right: 0;
        margin-top: 0.5rem;
        z-index: 9999 !important;
    }

    /* Prevent navbar expansion on dropdown open */
    .navbar-collapse {
        overflow: visible !important;
    }

    .navbar-nav {
        overflow: visible !important;
    }
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}

.btn-primary:hover {
    background-color: #e9e9e9;
    border-color: #b35700;
}

/* Hero Section */
.hero-section {
   min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section h1 {
    font-size: 3rem;
    line-height: 1.2;
}

.hero-section .lead {
    font-size: 1.25rem;
    opacity: 0.9;
}

.certifications img {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.certifications img:hover {
    opacity: 1;
}
.navbar-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;         /* Make sure it doesn't grow beyond screen */
}

/* Video Rectangle Styles */
.video-wrapper {
    position: relative;
    width: 200%;
    height: 400px; /* Fixed rectangular height */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills rectangle while maintaining aspect ratio */
    display: block;
}

/* Responsive video rectangle */
@media (max-width: 768px) {
    .video-wrapper {
        height: 250px; /* Smaller height on mobile */
    }
}

@media (min-width: 1200px) {
    .video-wrapper {
        height: 450px; /* Larger height on desktop */
    }
}

.navbar-collapse {
    overflow-x: auto;
}

.navbar-nav::-webkit-scrollbar {
    display: none;           /* Hide scrollbar for clean look */
}

/* Buttons */
.btn-warning {
    background-color: var(--warning-color);
    border-color: var(--warning-color);
    color: #000;
    font-weight: 600;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #000;
}

/* Sections */
.section-padding {
    padding: 5rem 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}

/* Process Section */

.our-easy-process {
    padding: 40px 0;
}

.our-easy-process h2 {
    font-size: 38px;
    font-weight: 600;
    color: #223235;
}

.our-easy-process span {
    color: #ff9900;
}

.our-process-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    max-width: calc(100% - 1vw);
    margin-right: auto;
}

.circle-columns {
    width: calc(25% - 1.042vw);
}


.image-right>img {
    width: 100%;
    height: 18vw;
    object-fit: contain;
}

.text-inner-process {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 72%;
    text-align: center;
}

.text-inner-process h2 {
    font-size: 1.25vw;
    margin-bottom: 1.563vw;
    font-weight: 600;
}

.text-inner-process p {
    font-size: 14px;
}

.circle-columns .image-right>span {
    border-radius: 50%;
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    background: #ff9f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    line-height: 2.604vw;
    font-size: 1.042vw;
    font-weight: 600;
    font-family: montserrat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.563vw;
    font-weight: 700;
}

.our-process-flex .circle-columns:nth-child(odd) .image-right:after {
    top: calc(50% + 0.521vw);
}

.last-one:after {
    display: none !important;
}
.image-right:after {
    content: '';
    position: absolute;
    right: -2.604vw;
    top: calc(50% - 0.521vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: hue-rotate(319deg);
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 3.125vw;
    width: 4.167vw;
    background-position: right center;
}
/* Services Grid */
.service-card {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 20px;
    padding: 0;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    height: 150px;
    position: relative;
    overflow: hidden;
    border: 3px solid #f39c12;
    cursor: pointer;
}

.service-content {
        padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.service-card h4 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    z-index: 2;
    position: relative;
}

.service-icon {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.platform-icon {
    width: 70px;
    height: auto;
  
    transition: all 0.3s ease;
    object-fit: contain;
}

.know-more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.9rem;
    margin-top: auto;
}

.know-more i {
    transition: transform 0.3s ease;
}

/* Individual Card Styles */
.amazon-card {
    background: linear-gradient(135deg, #232f3e, #37475a);
}

.walmart-card {
    background: linear-gradient(135deg, #004c91, #0071ce);
}

.ebay-card {
    background: linear-gradient(135deg, #e53238, #f5af02);
}

.shopify-card {
    background: linear-gradient(135deg, #5e8e3e, #96bf48);
}

.tiktok-card {
    background: linear-gradient(135deg, #000000, #ff0050);
}

.youtube-card {
    background: linear-gradient(135deg, #c4302b, #ff0000);
}

.facebook-card {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-color: #f39c12;
}

.ecom-card {
    background: linear-gradient(135deg, #2c3e50, #34495e);
}

.va-card {
    background: linear-gradient(135deg, #2c3e50, #34495e);
}

/* Hover Effects */
.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(243, 156, 18, 0.4);
}

.service-card:hover .service-icon {
    transform: translateY(-50%) scale(1.1);
}

.service-card:hover .know-more i {
    transform: translateX(5px);
}

.service-card:hover h4 {
    transform: scale(1.05);
}
.solutions-lists ul li:hover {
    background-position: left bottom;
}
 .solutions-lists ul li {
    margin-bottom: 21px;
    list-style: none;
    border: 2px solid #ccc6;
    padding: 12px 0px 12px 60px;
    font-size: 17px;
    border-radius: 10px;
    background: linear-gradient(to right, #ff9900 50%, #182432 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease-out;
    position: relative;
    margin-right: 12px;
    color: #fff;
}
 .solutions-lists ul {
	margin: 0px;
	padding: 0px;
	column-count: 3;
} .solutions-lists ul li:hover span {
    background: #232f3e;
}

 .solutions-lists ul li span {
    position: absolute;
    background: #f90;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    left: -18px;
    top: 10px;
    transition: 0.5s;
    font-weight: 700;

}

/* Responsive Design */
@media (max-width: 768px) {
    .service-card {
        height: 180px;
    }

    .service-card h4 {
        font-size: 1.3rem;
    }

    .platform-icon {
        width: 60px;
    }

    .service-icon {
        right: 1rem;
    }
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    height: 100%;
}

.testimonial-card .stars {
    color: var(--warning-color);
    margin-bottom: 1rem;
}

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

.testimonial-card .client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.stats-badge {
    background: #f39c12;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.stats-phones-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 3rem 0;
    position: relative;
}

.phone-mockup {
    position: relative;
    transition: all 0.4s ease;
}

.phone-frame {
    width: 200px;
    height: 400px;
    background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
    border-radius: 30px;
    padding: 20px 15px;
    box-shadow:
        0 20px 40px rgba(0,0,0,0.3),
        inset 0 2px 0 rgba(255,255,255,0.1),
        inset 0 -2px 0 rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.phone-frame::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    background: #333;
    border-radius: 3px;
}

.phone-frame::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #333;
    border-radius: 2px;
}

.stats-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* Phone positioning for staggered effect */
.phone-1 { transform: translateY(-20px) rotate(-2deg); }
.phone-2 { transform: translateY(10px) rotate(1deg); }
.phone-3 { transform: translateY(-10px) rotate(-1deg); z-index: 3; }
.phone-4 { transform: translateY(15px) rotate(2deg); }
.phone-5 { transform: translateY(-15px) rotate(-1deg); }

/* Hover effects */
.phone-mockup:hover {
    transform: translateY(-10px) scale(1.05) rotate(0deg) !important;
    z-index: 10;
}

.phone-mockup:hover .phone-frame {
    box-shadow:
        0 30px 60px rgba(243, 156, 18, 0.3),
        inset 0 2px 0 rgba(255,255,255,0.2),
        inset 0 -2px 0 rgba(0,0,0,0.2);
}

.phone-mockup:hover .stats-image {
    transform: scale(1.02);
}
@media (max-width: 1368px) {
  

    .phone-frame {width: 194px;
    height: 350px;}}
/* Responsive design */
@media (max-width: 1200px) {
    .stats-phones-container {
        gap: 1rem;
    }

    .phone-frame {
        width: 160px;
        height: 320px;
        padding: 15px 12px;
    }
}

@media (max-width: 768px) {
    .stats-phones-container {
        flex-direction: column;
        gap: 2rem;
    }

    .phone-mockup {
        transform: none !important;
    }

    .phone-frame {
        width: 200px;
        height: 400px;
    }
}

/* All-in-One Section */
.all-in-one-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.service-box {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(243, 156, 18, 0.3);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1), rgba(241, 196, 15, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-box:hover {
    border-color: #f39c12;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(243, 156, 18, 0.2);
}

.service-box:hover::before {
    opacity: 1;
}

.service-number {
    background: #f39c12;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.service-content h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    position: relative;
    z-index: 2;
}

/* Ecommerce Illustration */
.ecommerce-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 400px;
}

.illustration-container {
    position: relative;
    width: 300px;
    height: 300px;
}

.hand-holding-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hand {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 150px;
    background: #d4a574;
    border-radius: 60px 60px 30px 30px;
    z-index: 2;
}

.fingers {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 80px;
    height: 40px;
    background: #d4a574;
    border-radius: 20px 20px 0 0;
}

.fingers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 3px;
    height: 30px;
    background: #c19660;
    border-radius: 2px;
    box-shadow: 15px 0 0 #c19660, 30px 0 0 #c19660;
}

.thumb {
    position: absolute;
    top: 30px;
    right: -15px;
    width: 25px;
    height: 40px;
    background: #d4a574;
    border-radius: 15px;
    transform: rotate(20deg);
}

.package-box {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 120px;
    z-index: 1;
}

.box-top {
    width: 100%;
    height: 80px;
    background: #e67e22;
    border-radius: 10px 10px 0 0;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.box-top::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 3px;
    background: #d35400;
    border-radius: 2px;
}

.box-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 60%;
    height: 3px;
    background: #d35400;
    border-radius: 2px;
}

.box-side {
    width: 100%;
    height: 40px;
    background: #d35400;
    border-radius: 0 0 10px 10px;
}

.shipping-icons {
    position: absolute;
    top: -30px;
    right: -40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shipping-icons i {
    background: #f39c12;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    animation: float 3s ease-in-out infinite;
}

.shipping-icons i:nth-child(2) {
    animation-delay: 0.5s;
}

.shipping-icons i:nth-child(3) {
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Responsive Design for All-in-One Section */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .illustration-container {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .service-box {
        padding: 1rem;
    }

    .ecommerce-illustration {
        margin-top: 3rem;
        min-height: 300px;
    }

    .illustration-container {
        width: 200px;
        height: 200px;
    }

    .package-box {
        width: 140px;
        height: 100px;
    }

    .hand {
        width: 100px;
        height: 120px;
    }
    .solutions-lists ul{
    column-count:2;
    }

}

/* CTA Section */
.cta-section {
    padding: 4rem 0;
    position: relative;
}

.cta-card {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border: 2px solid rgba(243, 156, 18, 0.2);
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.05), rgba(241, 196, 15, 0.05));
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-header {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.dollar-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(243, 156, 18, 0.3);
    position: relative;
}

.dollar-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-radius: 50%;
    z-index: -1;
    filter: blur(5px);
    opacity: 0.7;
}

.dollar-img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.cta-text {
    flex: 1;
}

.cta-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.cta-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

.cta-tagline {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.cta-offer {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border: none;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(243, 156, 18, 0.4);
    background: linear-gradient(135deg, #e67e22, #d35400);
}

.cta-btn-secondary {
    border: 2px solid #f39c12;
    color: #f39c12;
    background: transparent;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
    background: #f39c12;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(243, 156, 18, 0.3);
}

.cta-image {
    text-align: center;
    position: relative;
}

.cta-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.2));
}

/* Responsive Design for CTA */
@media (max-width: 992px) {
    .cta-card {
        padding: 2rem;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .dollar-icon {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 2rem 0;
    }

    .cta-card {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .dollar-icon {
        width: 60px;
        height: 60px;
    }

    .dollar-img {
        width: 30px;
        height: 30px;
    }
}

/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-text {
    color: white;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.newsletter-form {
    max-width: 400px;
    margin-left: auto;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 5px 0 0 5px;
    padding: 0.75rem 1rem;
}

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

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #f39c12;
    color: white;
    box-shadow: none;
}

.newsletter-btn {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: white;
    border-radius: 0 5px 5px 0;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #e67e22;
    border-color: #e67e22;
    transform: translateY(-1px);
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 3rem 0 2rem;
}

.footer-brand {
    margin-bottom: 2rem;
}

.footer-logo {
    max-width: 150px;
    height: auto;
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.footer-title {
    color: #f39c12;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #f39c12;
}

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

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

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links a:hover {
    color: #f39c12;
    padding-left: 5px;
}

.contact-info {
    margin-top: 1rem;
}

.contact-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.contact-link {
    color: #f39c12;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #e67e22;
    text-decoration: underline;
}

/* Responsive Design for Newsletter and Footer */
@media (max-width: 768px) {
    .newsletter-section {
        text-align: center;
    }

    .newsletter-text {
        margin-bottom: 1rem;
        font-size: 0.9rem;
    }

    .newsletter-form {
        margin: 0 auto;
    }

    .footer {
        padding: 2rem 0 1rem;
    }

    .footer-brand {
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer-title {
        text-align: center;
        margin-bottom: 1rem;
    }

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

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

    .contact-info {
        text-align: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .lead {
        font-size: 1.1rem;
    }
    
    .top-bar .col-md-4 {
        text-align: center !important;
        margin-top: 0.5rem;
    }
    
    .certifications {
        text-align: center;
    }
    
    .certifications img {
        height: 40px !important;
        margin: 0.25rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Utility Classes */
.bg-gradient-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.shadow-custom {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.border-radius-custom {
    border-radius: 15px;
}

/* Product Showcase */
.product-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--light-color);
}

.product-scroll::-webkit-scrollbar {
    height: 8px;
}

.product-scroll::-webkit-scrollbar-track {
    background: var(--light-color);
    border-radius: 4px;
}

.product-scroll::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.product-scroll::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

/* Feature Items */
.feature-item {
    padding: 1.5rem;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
}

/* Service Items */
.service-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    font-weight: 500;
}

.service-item .badge {
    font-size: 0.8rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #128c7e;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
    transition: all 0.3s ease;
}

.scroll-to-top:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
}



/* Contact Info */
.contact-info p {
    margin-bottom: 0.5rem;
}

.contact-info i {
    color: var(--warning-color);
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/* Blockquote Styling */
.blockquote {
    font-size: 1.1rem;
    font-style: italic;
}

.blockquote-footer {
    font-size: 1rem;
    font-style: normal;
}

/* Additional Responsive Styles */
@media (max-width: 576px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .scroll-to-top {
        bottom: 75px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    .service-item {
        font-size: 0.9rem;
    }

    .feature-item {
        padding: 1rem;
        margin-bottom: 2rem;
    }
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    padding-top: 120px;
    position: relative;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

/* Team Cards */
.team-card {
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.team-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid var(--light-color);
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.team-card .social-links {
    margin-top: 1rem;
}

.team-card .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--light-color);
    color: var(--primary-color);
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 0.25rem;
    transition: all 0.3s ease;
}

.team-card .social-links a:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

/* Value Icons */
.value-icon {
    transition: transform 0.3s ease;
}

.value-icon:hover {
    transform: scale(1.1);
}

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

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

/* Pricing Cards */
.price {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
}

/* Comparison Cards */
.comparison-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

.stats-card {
    background: var(--light-color);
    padding: 2rem;
    border-radius: 15px;
    height: 100%;
}

.stats-card .stat-item {
    text-align: left;
}

.stats-card .stat-number {
    font-size: 2rem;
    font-weight: bold;
    display: block;
}

.stats-card .stat-label {
    font-size: 1rem;
    color: var(--secondary-color);
}

/* Contact Page */
.contact-info-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: fit-content;
}

.contact-item {
    display: flex;
    align-items: flex-start;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-details h5 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.contact-details a {
    color: var(--dark-color);
    text-decoration: none;
}

.contact-details a:hover {
    color: var(--primary-color);
}

/* Form Styles */
.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.is-invalid {
    border-color: var(--danger-color) !important;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Quote Form */
.form-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
}

.form-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.form-section .section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 1rem;
    text-align: left;
}

.step-icon {
    transition: transform 0.3s ease;
}

.step-icon:hover {
    transform: scale(1.1);
}

/* Form Validation */
.was-validated .form-control:valid {
    border-color: var(--success-color);
}

.was-validated .form-control:invalid {
    border-color: var(--danger-color);
}

.was-validated .form-select:valid {
    border-color: var(--success-color);
}

.was-validated .form-select:invalid {
    border-color: var(--danger-color);
}

.step-number {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    background: hsla(37, 100%, 61%, 1.00);
    color: white;
    width: 20px;
    height: 50px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}