/* Premium Canvas */
.premium-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.3;
}

select[name="country-code"] {
    width: 100px;
    padding: 0 0.75rem;
    border: 1px solid #3b82f6;
    background-color: #f0f9ff;
    color: #1e40af;
    font-size: 1rem;
    font-weight: 600;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%233b82f6' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
}

/* Contact Section Styles */
.contact-section-wrapper {
    position: relative;
    min-height: calc(100vh - 76px);
    background-color: rgba(248, 250, 252, 0.97);
    padding-top: 76px;
    z-index: 1;
    overflow: hidden;
}

.contact-content {
    position: relative;
    width: 100%;
    z-index: 2;
}

.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%) -2px 0,
        linear-gradient(225deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%) -2px 0,
        linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%);
    background-size: 20px 20px;
    background-color: transparent;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
}

/* Contact Hero Section */
.contact-hero {
    position: relative;
    height: 300px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    margin: 0;
    z-index: 2;
    overflow: hidden;
}

.contact-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    max-width: 800px;
    padding: 0 1rem;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content p {
    font-size: 1.25rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Contact Container */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    max-width: 1200px;
    margin: -3rem auto 3rem;
    padding: 0 2rem;
    position: relative;
    z-index: 3;
}

/* Contact Info Section */
.contact-info {
    background: #ffffff;
    color: #1e293b;
    padding: 2.5rem;
    border-radius: 15px;
    height: fit-content;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #e2e8f0;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    color: #1e293b;
    position: relative;
    padding-bottom: 1rem;
}

.contact-info h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #22c55e;
    border-radius: 2px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.info-item:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
    transform: translateX(5px);
}

.info-item i {
    font-size: 1.5rem;
    color: #22c55e;
    margin-top: 0.25rem;
    min-width: 24px;
    filter: drop-shadow(0 0 8px rgba(34, 197, 94, 0.3));
}

.info-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.info-item p {
    color: #475569;
    line-height: 1.6;
}

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

.contact-link:hover {
    color: #22c55e;
    text-shadow: 0 0 8px rgba(34, 197, 94, 0.3);
}

/* Business Hours */
.business-hours {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.business-hours:hover {
    background: #f1f5f9;
}

.business-hours i {
    font-size: 1.5rem;
    color: #22c55e;
    margin-top: 0.25rem;
    min-width: 24px;
    filter: drop-shadow(0 0 8px rgba(34, 197, 94, 0.3));
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
    justify-content: center;
}

.social-icon {
    color: #475569;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    opacity: 0.8;
    padding: 0.5rem;
    border-radius: 50%;
    background: #f1f5f9;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    color: #22c55e;
    opacity: 1;
    transform: translateY(-3px);
    background: #e2e8f0;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

/* Contact Form Container */
.contact-form-container {
    background: #fff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-image:
        radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 0% 0%, rgba(34, 197, 94, 0.05) 0%, transparent 50%);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

select[name="country_code"] {
    width: 100px;
    padding: 0 1rem;
    border: 1px solid #3b82f6;
    background-color: #f0f9ff;
    color: #1e40af;
    font-size: 1rem;
    font-weight: 600;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%233b82f6' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
}

.form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.form-header h3 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #0f172a;
    font-weight: 700;
}

.form-header p {
    color: #64748b;
    font-size: 1.1rem;
}

/* Form Groups */
.form-group {
    margin-bottom: 2rem;
}

.input-group {
    position: relative;
}

.input-group i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
    z-index: 1;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.input-group input,
.input-group textarea,
.input-group select {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    z-index: 0;
}

.input-group textarea {
    min-height: 150px;
    resize: vertical;
    padding-top: 1rem;
}

.input-group textarea+i {
    top: 1.5rem;
    transform: none;
}

.input-group input:focus,
.input-group textarea:focus,
.input-group select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.input-group input:focus+i,
.input-group textarea:focus+i,
.input-group select:focus+i {
    color: #2563eb;
}

/* Phone Number Input Group */
.phone-number-input-group {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    height: 56px;
    overflow: hidden;
}

select[name="country_code"] {
    width: 90px;
    padding: 0 0.75rem;
    border: none;
    background-color: transparent;
    color: #0f172a;
    font-size: 1rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border-right: 2px solid #e2e8f0;
    height: 100%;
}

.phone-number-input-group input[type="tel"] {
    flex: 1;
    height: 100%;
    padding: 0 1rem;
    border: none;
    font-size: 1rem;
    background: transparent;
    transition: all 0.3s ease;
    color: #0f172a;
}

.phone-number-input-group:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

select[name="country_code"]:focus,
.phone-number-input-group input[type="tel"]:focus {
    outline: none;
}

select[name="country_code"]:hover,
.phone-number-input-group input[type="tel"]:hover {
    background-color: rgba(37, 99, 235, 0.02);
}

/* Product Section Styles */
.product-section {
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.product-section.active {
    opacity: 1;
    transform: translateY(0);
}

.product-category-title {
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
}

.product-category {
    margin-bottom: 2rem;
}

.product-category h5 {
    font-size: 1.2rem;
    color: #2563eb;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    border-left: 3px solid #2563eb;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.product-item {
    position: relative;
}

.product-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.product-item label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.product-item label i {
    font-size: 1.1rem;
    color: #64748b;
    transition: color 0.3s ease;
}

.product-item input[type="checkbox"]:checked+label {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.05);
    color: #2563eb;
}

.product-item input[type="checkbox"]:checked+label i {
    color: #2563eb;
}

.product-item label:hover {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.02);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.75rem;
    }

    .product-item label {
        padding: 0.875rem;
        font-size: 0.95rem;
    }

    .product-category-title {
        font-size: 1.25rem;
    }

    .product-category h5 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-item label {
        padding: 1rem;
        font-size: 1rem;
    }
}

/* Service Options Styles */
.service-options {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
}

.service-options h4 {
    color: #0f172a;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.checkbox-item {
    position: relative;
    display: flex;
    align-items: center;
}

.checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-item label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.checkbox-item label i {
    font-size: 1.1rem;
    color: #64748b;
    transition: color 0.3s ease;
}

.checkbox-item input[type="checkbox"]:checked+label {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.05);
    color: #2563eb;
}

.checkbox-item input[type="checkbox"]:checked+label i {
    color: #2563eb;
}

.checkbox-item label:hover {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.02);
}

@media (max-width: 480px) {
    .checkbox-group {
        grid-template-columns: 1fr;
    }
}


/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 1rem;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

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

.submit-btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(3px);
}

/* Enhanced Popup Styles */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup.active {
    opacity: 1;
    display: flex;
}

.popup-content {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup.active .popup-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.popup-content i {
    font-size: 4rem;
    color: #22c55e;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    animation: successAnimation 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-content i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(34, 197, 94, 0.2);
    border-radius: 50%;
    z-index: -1;
    animation: pulseAnimation 2s infinite;
}

@keyframes successAnimation {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.2) rotate(10deg);
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }
}

.popup-content h3 {
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 1rem;
    transform: translateY(10px);
    opacity: 0;
    animation: slideUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0.2s;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #0f172a, #1e293b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.popup-content p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
    transform: translateY(10px);
    opacity: 0;
    animation: slideUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0.3s;
    max-width: 320px;
    margin: 0 auto;
    white-space: pre-wrap;
    text-align: left;
}

@keyframes slideUp {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-content.error i {
    color: #dc2626;
    animation: errorAnimation 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes errorAnimation {

    0%,
    100% {
        transform: translateX(0);
    }

    20%,
    60% {
        transform: translateX(-10px);
    }

    40%,
    80% {
        transform: translateX(10px);
    }
}

.close-popup {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #64748b;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.close-popup:hover {
    color: #0f172a;
    background: rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
}

/* Responsive Design */
@media (max-width: 768px) {

    /* Layout adjustments */
    .contact-section-wrapper {
        padding-top: 60px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        padding: 1rem;
        margin: 1rem auto;
        gap: 2rem;
    }

    .contact-hero {
        height: 250px;
        padding: 1rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    /* Product selection mobile styles */
    .product-section {
        margin: 1.5rem 0;
    }

    .product-section::after {
        text-align: center;
        padding: 0.75rem;
        background: rgba(37, 99, 235, 0.05);
        border-radius: 8px;
        margin-top: 1rem;
        font-style: normal;
        content: 'Tap on products to select multiple items';
    }

    .product-select {
        min-height: 200px !important;
        padding: 0.5rem !important;
        -webkit-overflow-scrolling: touch;
        -webkit-tap-highlight-color: rgba(37, 99, 235, 0.1);
    }

    .product-select optgroup {
        padding: 1rem 0.75rem;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(37, 99, 235, 0.1);
    }

    .product-select option {
        padding: 1rem 0.75rem;
        margin: 0.5rem 0;
        font-size: 1rem;
        min-height: 3rem;
        display: block;
    }

    /* Form improvements for touch */
    .form-group {
        margin-bottom: 1.5rem;
    }

    .input-group input,
    .input-group textarea,
    .input-group select {
        padding: 1.2rem 1rem 1.2rem 3rem;
        font-size: 1rem;
        -webkit-appearance: none;
        appearance: none;
    }

    .checkbox-group {
        gap: 1rem;
    }

    .checkbox-item label {
        padding: 1rem;
        font-size: 1.1rem;
        -webkit-tap-highlight-color: transparent;
    }

    .checkbox-item label i {
        font-size: 1.3rem;
    }

    /* Popup adjustments */
    .popup-content {
        padding: 2rem 1.5rem;
        margin: 1rem;
        max-width: none;
        width: calc(100% - 2rem);
        border-radius: 12px;
    }

    .popup-content h3 {
        font-size: 1.75rem;
    }

    .popup-content p {
        font-size: 1rem;
    }

    .close-popup {
        padding: 1rem;
        top: 0.5rem;
        right: 0.5rem;
        width: 44px;
        height: 44px;
    }
}

/* Small Screen Optimizations */
@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .form-header h3 {
        font-size: 1.5rem;
    }

    .form-header p {
        font-size: 1rem;
    }

    .contact-info h3 {
        font-size: 1.5rem;
    }

    .contact-info,
    .contact-form-container {
        padding: 1.5rem;
    }

    .product-select {
        min-height: 250px !important;
    }

    .product-select optgroup {
        padding: 1.25rem 0.75rem;
    }

    .product-select option {
        padding: 1.25rem 0.75rem;
        margin: 0.75rem 0;
    }

    .popup-content {
        padding: 1.75rem 1.25rem;
        margin: 0.75rem;
    }

    /* Mobile form optimizations */
    select,
    textarea,
    input {
        font-size: 16px !important;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 8px;
    }

    .checkbox-item,
    .input-group,
    button {
        touch-action: manipulation;
    }

    .phone-number-input-group {
        flex-direction: row;
        height: 50px;
    }

    select[name="country_code"] {
        width: 80px;
        padding: 0 0.5rem;
    }

    .phone-number-input-group input[type="tel"] {
        padding: 0 0.75rem;
    }

    .info-item,
    .business-hours {
        flex-direction: column;
        gap: 0.5rem;
        text-align: left;
        /* Readability fix */
        align-items: flex-start;
    }

    .info-item i,
    .business-hours i {
        margin: 0 0 0.5rem 0;
    }

    .social-links {
        justify-content: center;
        gap: 1rem;
    }

    .social-icon {
        font-size: 1.3rem;
        width: 40px;
        height: 40px;
    }

    .info-item:hover {
        transform: none;
    }
}