.wappfloat{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wappicon-float{
    margin-top:16px;
}

/* Footer & Link Transitions */
.footer-link {
    color: rgba(255, 255, 255, 0.65) !important;
    transition: color 0.15s ease-in-out, transform 0.15s ease-in-out;
    display: inline-block;
}
.footer-link:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

/* Nav Dropdown on Hover for Desktop */
@media (min-width: 768px) {
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        animation: navFadeIn 0.2s ease-in-out;
    }
}

@keyframes navFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Premium Dropdown Menus */
.dropdown-menu {
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    padding: 12px !important;
}
.dropdown-item {
    border-radius: 6px !important;
    padding: 8px 16px !important;
    color: #495057 !important;
    font-size: 0.9rem !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.dropdown-item:hover {
    background-color: #f1f3f5 !important;
    color: #0d6efd !important;
}
.dropdown-header {
    font-size: 0.75rem !important;
    letter-spacing: 0.8px !important;
    padding: 4px 16px 8px !important;
}

/* ==========================================
   Services Tabbed Navigation
   ========================================== */
.services-tabs-wrapper {
    position: sticky;
    top: 72px; /* Stays below the primary sticky header */
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.services-tabs-container {
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar Firefox */
    -ms-overflow-style: none;  /* Hide scrollbar IE/Edge */
}
.services-tabs-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

.services-tabs {
    display: flex;
    flex-wrap: nowrap;
    border: none !important;
    padding: 10px 0;
}

.services-tab-btn {
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    font-weight: 600;
    padding: 10px 24px !important;
    font-size: 0.95rem;
    border-radius: 999px !important;
    white-space: nowrap;
    transition: all 0.2s ease-in-out !important;
    margin-right: 8px;
}

.services-tab-btn:hover {
    color: #DF205B !important;
    background: #f1f5f9 !important;
}

.services-tab-btn.active {
    color: #ffffff !important;
    background: #DF205B !important;
    box-shadow: 0 4px 14px rgba(223, 32, 91, 0.25) !important;
}

/* ==========================================
   How It Works - Premium Timeline Design
   ========================================== */
.timeline {
    position: relative;
    padding-left: 3rem;
    margin: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.25rem;
    width: 2px;
    background: #cbd5e1;
}

.timeline-item {
    position: relative;
    margin-bottom: 3.5rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-badge {
    position: absolute;
    top: 0;
    left: -3rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #ffffff;
    border: 3px solid #DF205B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #DF205B;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    z-index: 1;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.timeline-item:hover .timeline-badge {
    background: #DF205B;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(223, 32, 91, 0.35);
}

.timeline-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
}

.timeline-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

/* ==========================================
   Pricing & Packages Sections
   ========================================== */
.gs-price-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    position: relative;
    overflow: hidden;
}

.gs-price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.gs-price-card-highlight {
    border: 2.5px solid #DF205B;
    transform: translateY(-4px);
}

.gs-price-card-highlight:hover {
    transform: translateY(-10px);
}

.gs-price-highlight-badge {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #DF205B;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 40px;
    transform: rotate(45deg);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gs-price-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.gs-price-tag {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1px;
    margin: 16px 0;
}

.gs-price-tag small {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.gs-price-features {
    list-style: none;
    padding-left: 0;
    margin: 24px 0 0;
}

.gs-price-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.925rem;
    color: #334155;
    line-height: 1.4;
}

.gs-price-features li i {
    color: #10b981;
    margin-top: 3px;
    font-size: 0.85rem;
}

.gs-comparison-table-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.gs-comparison-table th {
    background: #0f172a !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 16px 20px;
    border: none;
}

.gs-comparison-table td {
    padding: 14px 20px;
    color: #475569;
    border-color: #f1f5f9;
}

.gs-comparison-table tr:hover td {
    background-color: #f8fafc;
}

/* Card Hover Shift Bugfix */
.card {
    border-left: 4px solid transparent !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.card:hover {
    border-left: 4px solid #DF205B !important;
}



