/* ========================================
   Service Detail Page - Modern Design
   ======================================== */

/* Hero Section */
.service-hero {
    position: relative;
    padding: 140px 0 100px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    overflow: hidden;
}

.service-hero .container {
    max-width: 100%;
    box-sizing: border-box;
}

.service-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 0 20px;
}

.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(14, 146, 210, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(33, 139, 21, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.service-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.service-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: linear-gradient(135deg, rgba(14, 146, 210, 0.15), rgba(33, 139, 21, 0.15));
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1762BE;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.service-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #122A54;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.service-hero-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 700px;
}

.service-hero-breadcrumb {
    color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.service-hero-breadcrumb a {
    color: #64748b !important;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.service-hero-breadcrumb a:hover {
    color: #1762BE;
}

.service-hero-breadcrumb .separator {
    color: #cbd5e1;
    width: 16px;
    height: 16px;
}

.service-hero-breadcrumb .current {
    color: #122A54;
    font-weight: 500;
}

/* Main Content Layout */
.service-detail-section {
    padding: 60px 0 100px;
    background: #f8fafc;
    overflow-x: hidden;
}

.service-detail-section .container {
    max-width: 100%;
    box-sizing: border-box;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
    max-width: 100%;
    box-sizing: border-box;
}

/* Main Content */
.service-main-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    box-sizing: border-box;
}

/* Featured Image Card */
.service-featured-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
    background: white;
}

.service-featured-image img {
    width: 100%;
    /* height: 450px; */
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-featured-image:hover img {
    transform: scale(1.03);
}

.service-image-placeholder {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(14, 146, 210, 0.1), rgba(33, 139, 21, 0.1));
}

.service-image-placeholder i {
    font-size: 80px;
    color: #1762BE;
    opacity: 0.5;
}

/* Content Card */
.service-content-card {
    background: white;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02),
                0 10px 20px -4px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
}

.service-content-card h2 {
    font-size: 1.625rem;
    font-weight: 800;
    color: #122A54;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
}

.service-content-card h2 svg {
    width: 28px;
    height: 28px;
    color: #1762BE;
    flex-shrink: 0;
}

/* Service Content - Enhanced Typography */
.service-content-body {
    color: #334155;
    font-size: 1.0625rem;
    line-height: 1.9;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.service-content-body > *:first-child {
    margin-top: 0;
}

.service-content-body > *:last-child {
    margin-bottom: 0;
}

/* Paragraphs */
.service-content-body p {
    margin-bottom: 0rem;
    text-align: justify;
}

.service-content-body p strong,
.service-content-body p b {
    color: #122A54;
    font-weight: 600;
}

/* Headings */
.service-content-body h1,
.service-content-body h2,
.service-content-body h3,
.service-content-body h4,
.service-content-body h5,
.service-content-body h6 {
    color: #122A54;
    font-weight: 700;
    margin:2rem 0 0.7rem;
    line-height: 1.3;
}

.service-content-body h1 {
    font-size: 1.75rem;
}

.service-content-body h2 {
    font-size: 1.5rem;
}

.service-content-body h3 {
    font-size: 1.25rem;
}

.service-content-body h4 {
    font-size: 1.125rem;
}

/* Lists */
.service-content-body ul,
.service-content-body ol {
    margin: 0rem 0;
    padding-left: 0;
    list-style: none;
}

.service-content-body ul li,
.service-content-body ol li {
    margin-bottom:5px;
    padding-left: 1.75rem;
    position: relative;
}

.service-content-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    border-radius: 50%;
}

.service-content-body ol {
    counter-reset: item;
}

.service-content-body ol li {
    counter-increment: item;
}

.service-content-body ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Links */
.service-content-body a {
    color: #1762BE;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.service-content-body a:hover {
    border-bottom-color: #1762BE;
}

/* Blockquotes */
.service-content-body blockquote {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-left: 4px solid #1762BE;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #475569;
}

.service-content-body blockquote p:last-child {
    margin-bottom: 0;
}

/* Tables */
.service-content-body table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.service-content-body th,
.service-content-body td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.service-content-body th {
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    color: white;
    font-weight: 600;
    font-size: 0.9375rem;
}

.service-content-body tr:last-child td {
    border-bottom: none;
}

.service-content-body tr:nth-child(even) {
    background: #f8fafc;
}

/* Images */
.service-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Horizontal Rule */
.service-content-body hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    margin: 2.5rem 0;
}

/* Highlight Box */
.service-content-body .highlight-box,
.service-content-body div[style*="background"] {
    padding: 1.5rem;
    border-radius: 12px;
    margin: 1.5rem 0;
}

/* Features Grid */
.service-features-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02),
                0 10px 20px -4px rgba(0, 0, 0, 0.04);
}

.service-features-card h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #122A54;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-features-card h2 svg {
    width: 24px;
    height: 24px;
    color: #1762BE;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.08);
    border-color: rgba(14, 146, 210, 0.3);
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.feature-text {
    color: #475569;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-top: 4px;
}

/* Why Choose Card - Modern Design */
.service-why-choose {
    background: linear-gradient(135deg, #122A54 0%, #122A54 50%, #122A54 100%);
    padding: 48px;
    border-radius: 24px;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.25);
}

.service-why-choose::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(14, 146, 210, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.service-why-choose::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(54, 179, 126, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.service-why-choose h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: white;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-why-choose h2::before {
    content: '';
    width: 4px;
    height: 32px;
    background: linear-gradient(180deg, #1762BE 0%, #4FC13C 100%);
    border-radius: 2px;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.why-choose-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.why-choose-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(14, 146, 210, 0.2) 0%, rgba(54, 179, 126, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-choose-item:hover {
    transform: translateY(-4px);
    border-color: rgba(14, 146, 210, 0.3);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.why-choose-item:hover::before {
    opacity: 1;
}

.why-choose-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(14, 146, 210, 0.3) 0%, rgba(54, 179, 126, 0.3) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.why-choose-item:hover .why-choose-icon {
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    transform: scale(1.1);
}

.why-choose-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.why-choose-text {
    position: relative;
    z-index: 1;
}

.why-choose-text h4 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 1rem;
    color: white;
}

.why-choose-text p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* Sidebar */
.service-sidebar {
    position: sticky;
    top: 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    box-sizing: border-box;
}

/* Inquiry Form Card */
.inquiry-card {
    background: white;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02),
                0 10px 20px -4px rgba(0, 0, 0, 0.04);
}

.inquiry-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #122A54;
    margin-bottom: 8px;
}

.inquiry-card > p {
    color: #64748b;
    font-size: 0.9375rem;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
    background: #f8fafc;
    color: #122A54;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1762BE;
    background: white;
    box-shadow: 0 0 0 4px rgba(14, 146, 210, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #94a3b8;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(14, 146, 210, 0.3);
}

.btn-submit:active {
    transform: translateY(0);
}

.success-message {
    background: #dcfce7;
    color: #166534;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Contact Info Card */
.contact-info-card {
    background: linear-gradient(135deg, #122A54 0%, #122A54 100%);
    padding: 32px;
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: rgba(14, 146, 210, 0.2);
    border-radius: 50%;
    pointer-events: none;
}

.contact-info-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.contact-info-card > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.contact-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.contact-link svg {
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

/* Other Services Card */
.other-services-card {
    background: white;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02),
                0 10px 20px -4px rgba(0, 0, 0, 0.04);
}

.other-services-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #122A54;
    margin-bottom: 20px;
}

.other-services-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.other-service-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.other-service-item:hover {
    background: white;
    border-color: #e2e8f0;
    box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.other-service-icon {
   width: 65px;
  height: 65px;
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    font-size: 20px;
}

.other-service-icon img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 12px;
    max-width: 45px;
}

.other-service-info h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #122A54;
    margin-bottom: 4px;
}

.other-service-info p {
    font-size: 0.8125rem;
    color: #1762BE;
    font-weight: 500;
}

/* CTA Section */
.service-cta-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #1762BE 0%, #4FC13C 100%);
    position: relative;
    overflow: hidden;
}

.service-cta-section .container {
    max-width: 100%;
    box-sizing: border-box;
}

.service-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.service-cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.service-cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.service-cta-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.service-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: white;
    color: #122A54;
    font-weight: 600;
    font-size: 1.0625rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.service-cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    background: #4fc13c;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .service-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .service-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .service-main-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .service-hero {
        padding: 60px 0 40px;
    }
    
    .service-hero-content {
        padding: 0 16px;
    }
    
    .service-hero-title {
        font-size: 1.875rem;
    }
    
    .service-hero-breadcrumb {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .service-detail-section {
        padding: 40px 0 60px;
    }
    
    .service-detail-grid {
        padding: 0 16px;
        gap: 32px;
    }
    
    .service-sidebar {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-featured-image img,
    .service-image-placeholder {
        height: 280px;
    }
    
    .service-content-card,
    .service-features-card,
    .service-why-choose {
        padding: 24px;
        border-radius: 20px;
    }
    
    .service-content-card h2 {
        font-size: 1.375rem;
        padding-bottom: 16px;
        margin-bottom: 24px;
    }
    
    .service-content-body {
        font-size: 1rem;
    }
    
    .service-content-body h1 { font-size: 1.5rem; }
    .service-content-body h2 { font-size: 1.375rem; }
    .service-content-body h3 { font-size: 1.25rem; }
    
    .service-content-body table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .features-grid,
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
    
    .why-choose-item {
        padding: 20px;
    }
    
    .service-cta-section {
        padding: 60px 20px;
    }
    
    .service-cta-title {
        font-size: 1.875rem;
    }
}

@media (max-width: 480px) {
    .service-hero {
        padding: 48px 0 32px;
    }
    
    .service-hero-content {
        padding: 0 12px;
    }
    
    .service-hero-title {
        font-size: 1.625rem;
    }
    
    .service-hero-subtitle {
        font-size: 1rem;
    }
    
    .service-detail-section {
        padding: 32px 0 48px;
    }
    
    .service-detail-grid {
        padding: 0 12px;
        gap: 24px;
    }
    
    .service-content-card,
    .service-features-card,
    .service-why-choose {
        padding: 20px;
        border-radius: 16px;
    }
    
    .service-content-card h2,
    .service-features-card h2,
    .service-why-choose h2 {
        font-size: 1.25rem;
    }
    
    .service-content-card h2 svg {
        width: 24px;
        height: 24px;
    }
    
    .service-content-body {
        font-size: 0.9375rem;
        line-height: 1.8;
    }
    
    .service-content-body p {
        margin-bottom: 1.25rem;
    }
    
    .why-choose-item {
        padding: 16px;
    }
    
    .why-choose-icon {
        width: 44px;
        height: 44px;
    }
    
    .service-content-body {
        font-size: 0.9375rem;
    }
    
    .inquiry-card,
    .contact-info-card,
    .other-services-card {
        padding: 20px;
        border-radius: 16px;
    }
    
    .service-cta-section {
        padding: 60px 16px;
    }
    
    .service-cta-title {
        font-size: 1.5rem;
    }
    
    .service-cta-btn {
        width: 100%;
        justify-content: center;
    }
    
    .feature-item {
        padding: 16px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .why-choose-item {
        padding: 16px;
    }
    
    .why-choose-icon {
        width: 44px;
        height: 44px;
    }
}
