/* --- Global Styles (from styles.css) --- */

* { box-sizing: border-box;}
body {
    margin: 0px;
    padding: 0px;
    width: 100%;    
    max-width: 100%;    
    overflow-x: hidden;
}

:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --bg-color: #e0f7fa;
    --glass-bg: rgba(255, 255, 255, 0.25);
    --glass-border: rgba(255, 255, 255, 0.5);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    --text-color: #1e293b;
    --text-light: #475569;
    --accent-color: #2563eb;
    --circle-size: 160px;
    --orbit-radius: 280px;

    --primary: #06b6d4;
    --primary-dark: #0891b2;
    --secondary: #3b82f6;
    --accent: #f59e0b;
    --text-dark: #1e293b;
    --text-gray: #475569;
    --light-bg: #ecfeff;
    --white: #ffffff;
    --font-main: 'Outfit', sans-serif;
    --shadow-main: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-hover: 0 25px 50px -12px rgba(6, 182, 212, 0.25);

    --card-bg: rgba(255, 255, 255, 0.95);
    --text-main: #1e293b;
    --text-muted: #64748b;
    --header-men: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    --header-women: linear-gradient(135deg, #f472b6 0%, #db2777 100%);
    --header-home: linear-gradient(135deg, #34d399 0%, #059669 100%);
    --header-shoes: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    --shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
}

/* --- Component Styles (from services-provide-location.component.css) --- */
h1,
h2,
h3,
p {
    font-family: 'Outfit', sans-serif;
}

.banner {
    width: 100%;
    background: #ddf5ff;
    font-family: 'Outfit', sans-serif;
}

.banner_title {
    padding: 0;
    margin: 0;
    font-size: clamp(32px, 8vw, 42px);
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
    line-height: clamp(50px, 5vw, 70px);
}

.main_div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.main_div_in_div {
    padding: 120px 120px;
    background-color: rgb(12 30 55 / 57%);
    color: #fff;
}

.fancy-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.fancy-btn:hover {
    background: linear-gradient(135deg, #0891b2, #6e8efb);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.quh2 {
    padding: 0;
    margin: 0;
    font-size: clamp(22px, 8vw, 32px);
    color: #333333;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
}

.lasth3 {
    padding: 0;
    margin: 0;
    font-size: clamp(12px, 8vw, 22px);
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}

.service-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 40px auto;
    width: 100%;
}

.modern-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
}

.modern-service-list li {
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: #2c3e50;
    margin: 10px 0;
    width: 100%;
}

.marker {
    color: #6e8efb;
    margin-right: 10px;
    font-size: 1.4rem;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2rem;
}

.timeline-item {
    background: #ffffff;
    border-left: 4px solid #6e8efb;
    padding: 1rem 1rem 1rem 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.timeline-item:hover {
    transform: scale(1.02);
}

.timeline-icon {
    position: absolute;
    left: -1.5rem;
    top: 1rem;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    color: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
}

.timeline-content h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.timeline-content p {
    margin: 0.5rem 0 0;
    color: #666;
}

.table-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    width: 80%;
}

.table-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.2s;
}

.table-card table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.table-card th {
    background-color: #e1f5fe;
    color: #0277bd;
    text-align: left;
    padding: 12px;
    font-weight: 600;
    border-bottom: 2px solid #b3e5fc;
}

.table-card td {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.table-card tbody tr:hover {
    background-color: #f0f8ff;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.price_main_div {
    padding: 60px;
}

@media (max-width: 767px) {
    .table-grid {
        grid-template-columns: 1fr;
        width: auto;
    }

    .main_div_in_div {
        padding: 120px 20px;
    }

    .price_main_div {
        padding: 30px;
    }

    .table-grid {
        padding-left: 0;
        padding-right: 0;
    }
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 20px 248px;
}

.card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #ffffff;
    box-shadow: 0 10px 20px -10px rgba(6, 182, 212, 0.5);
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn 0.6s ease-in-out;
    transition: transform 0.3s ease;
    text-align: center;
    border-bottom: 5px solid #835bff;
}

.card:hover {
    transform: translateY(-5px);
}

@media (max-width: 600px) {
    .card-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 5px;
        gap: 30px;
    }

    .card {
        text-align: center;
        padding: 5px;
    }

    .bbdiv {
        padding: 5px 15px 0;
    }

    .btext {
        margin-top: 60px !important;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dilbody {
    font-family: var(--font-main);
    background-color: var(--light-bg);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.container-with-not-hundred{
    max-width: 1300px;
    width: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.expanded-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-content {
    animation: fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    transform: translateY(20px);
}

.badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(6, 182, 212, 0.1);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(6, 182, 212, 0.2);
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.highlight {
    color: var(--primary);
    background: linear-gradient(120deg, rgba(6, 182, 212, 0.2) 0%, rgba(6, 182, 212, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.4em;
    background-position: 0 88%;
}

.hero-description {
    font-size: 1.125rem;
    color: var(--text-gray);
    margin-bottom: 2.5rem;
    max-width: 540px;
}

.cta-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.btn {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    box-shadow: 0 10px 20px -10px rgba(6, 182, 212, 0.5);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.btn-secondary {
    background: var(--white);
    color: var(--text-dark);
    border: 1px solid #e2e8f0;
}

.btn-secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.trust-indicators {
    display: flex;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-gray);
}

.icon {
    font-size: 1.5rem;
}

.hero-image-wrapper {
    position: relative;
    animation: fadeLeft 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
    opacity: 0;
    transform: translateX(20px);
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: var(--shadow-main);
    transform: rotate(-2deg);
    transition: transform 0.5s ease;
    z-index: 2;
    position: relative;
}

.hero-image:hover {
    transform: rotate(0deg) scale(1.02);
}

.image-bg-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}

.float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 3;
    animation: float 4s ease-in-out infinite;
}

.card-1 {
    top: 10%;
    left: -20px;
    animation-delay: 0s;
}

.check-icon {
    background: #10b981;
    color: white;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.8rem;
}

.card-2 {
    bottom: 15%;
    right: -20px;
    animation-delay: 2s;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.6;
}

.circle-1 {
    width: 400px;
    height: 400px;
    background: #a5f3fc;
    top: -100px;
    right: -100px;
}

.circle-2 {
    width: 300px;
    height: 300px;
    background: #e0e7ff;
    bottom: -50px;
    left: -50px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 968px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .expanded-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .trust-indicators {
        justify-content: center;
    }

    .hero-image {
        max-width: 500px;
        margin: 0 auto;
    }

    .float-card {
        display: none;
    }
}

.service_body {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-main);
}

.services-section {
    padding: 5rem 1rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 1rem;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    margin: 0 auto;
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 0 1rem;
}

.service-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-decoration: none;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--primary-dark);
    transition: all 0.3s ease;
}

.service-card:hover .icon-wrapper {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.service-card h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-main);
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        flex-direction: row;
        text-align: left;
        padding: 1.5rem;
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        flex-shrink: 0;
    }

    .service-card:hover {
        transform: translateY(-4px);
    }
}

/* --- Popup Styles (from popup.component.css) --- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    border-radius: 10px;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

.styled-form {
    max-width: 100%;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

input,
textarea {
    width: 96%;
    padding: 12px 0 12px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

input:focus,
textarea:focus {
    border-color: #6e8efb;
    outline: none;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #a777e3, #6e8efb);
}

/* Helper for popup toggling */
.hidden {
    display: none !important;
}







h1, h2, h3, p, a {
  font-family: 'Outfit', sans-serif;
}
.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #6e8efb, #0891b2);
    color: white;
    padding: 0.5rem 7rem;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo-img{
    width: 22rem;
    height: auto;
}
  
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
  }
  
  .nav-links {
    display: flex;
    gap: 1.5rem;
  }
  
  .nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
  }
  
  .nav-links a.active {
    border-bottom: 2px solid #ffca28;
  }
  
  .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: white;
  }
  
  .mobile-menu {
    display: none;
    flex-direction: column;
    background: linear-gradient(135deg, #6e8efb, #0891b2);
    padding: 1rem;
  }
  
  .mobile-menu a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 0;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {

    .app-header {
        padding: 1.3rem 1rem 1.3rem 0.5rem;
    }
    .logo-img{
        width: 19rem;
        height: auto;
    }
    .nav-links {
      display: none;
    }
  
    .menu-toggle {
      display: block;
    }

  }

  .footer {
    background: linear-gradient(135deg, #6e8efb, #0891b2);
    color: white;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    font-family: 'Outfit', sans-serif;
  }
  
  .footer-section {
    flex: 1 1 200px;
  }
  
  .footer-section h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    border-bottom: 2px solid #ffca28;
    display: inline;
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin: 0.5rem 0;
    cursor: pointer;
  }
  
  .footer-section ul li a {
    color: #ffeb3b;
    text-decoration: none;
  }
  
  .footer-section ul li a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    border-top: 1px solid #ffffff33;
    padding-top: 1rem;
    font-size: 0.9rem;
    color: #ccc;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footer {
      flex-direction: column;
      align-items: left;
      text-align: left;
    }
  
    .footer-section {
      width: 100%;
    }
  }
  













  

  .social-bar {
    position: fixed;
    top: 40%;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 1000;
  }
  
  .social-bar .icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    /* margin: 5px 0; */
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    padding: 0 5px;
    box-shadow: 0 0 6px 0 #3e3d3d;
  }
  
  .social-bar .icon:hover {
    width: 160px;
  }
  
  .social-bar .hover-text {
    font-size: 0px;
    margin-left: 0px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
  }
  
  .social-bar .icon:hover .hover-text {
    opacity: 1;
    font-size: 16px;
    margin-left: 10px;
  }
  
  .social-bar .whatsapp {
    background-color: #25D366;
  }
  
  .social-bar .call {
    background-color: #e74c3c;
  }
  
  .social-bar .store {
    background-color: #3498db;
  }
  

  .floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.floating-buttons a {
  width: 50px;
  height: 50px;
  background-color: #25D366; /* WhatsApp green */
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.2s ease;
}

.call-btn {
  background-color: #007bff; /* Blue for call */
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .floating-buttons {
    display: none;
  }
}

@media (max-width: 768px) {
    .social-bar{
        display: none;
    }
    .seo_paragraph_container {
        padding: 20px !important;
    }
    .accordion_main_div {
        margin: 0 30px !important;
    }
}

.seo_paragraph_container {
    padding: 40px 100px;
    background-color: #ddf5ff;
    font-family: 'Outfit', sans-serif;
    color: #1e293b;
    line-height: 1.6;
}
.seo_paragraph_container h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
    font-size: 2rem;
}
.seo_paragraph_container p {
    font-size: 1rem;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

/* Accordion Styles */

.accordion_main {
    width: 100%;
    background-color: #ddf5ff;
    padding: 60px 0px;
    min-height: 80vh;
}

.accordion_main_div {
    margin: 0px 300px;
    background-color: #ddf5ff;
}

.accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    background-color: white;
    /* Ensure bg is white for collapsed items too */
}

.accordion-header {
    padding: 10px 0px;
    cursor: pointer;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    /* Space for arrow */
}

.accordion-header h3 {
    margin: 2px 20px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 16px;
}

.arrow.rotate {
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15));
}

/* Internal content wrapper for padding to work smoothly with max-height */
.accordion-body .content {
    padding: 15px 20px;
}