/* Contact Info Section Styles */
.contact-info-section {
   background-image: url(../img/product-cat-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
a {
    text-decoration: none;
}
/* Left Section - Logo and Tagline */
.contact-brand {
    padding-right: 2rem;
}

.contact-logo-section {
    margin-bottom: 1rem;
}

.contact-logo {
    font-size: 4rem;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 0.5rem;
    text-transform: lowercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.contact-logo sup {
    font-size: 1.5rem;
    top: -1.5em;
}

.contact-tagline {
   color: #FFF;
font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-top: 26px;
    max-width: 6.12em;
}

/* Center Section - Crown Logo */
.contact-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-crown-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 0;
}

.crown-logo-img {
    width: 100%;
    height: auto;
    opacity: 0.9;
}

/* Right Section - Contact Info */
/* .contact-details {
    padding-left:0;
} */

.contact-info-details {
    text-align: left;
}

.contact-label {
    color: #7B7B7B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 172.222% */
    text-transform: uppercase;
    margin: 0 auto !important;
}

.contact-address {
   color: #ffffff;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 39px; /* 156% */
}

.contact-email {
    color: #FFF;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 39px; /* 156% */
margin-bottom: 0;
}
.contact-email a {
    color: #ffffff;
}
.contact-email a:hover {
    color: #d4af37;
    cursor: pointer;
}

.contact-phone {
  font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 39px; /* 156% */
    margin-bottom: 0;
    background: linear-gradient(117deg, #C5962F 0.18%, #DEB954 33.32%, #E7C562 38.06%, #F2D674 46.58%, #F7DD7B 52.27%, #EFD271 61.74%, #E3C05D 79.73%, #DEB853 93.94%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Main Footer Styles */
.main-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 0 0;
    position: relative;
}

.footer-heading {
    color: #7B7B7B;
    font-family: "Poltawski Nowy";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
     margin-bottom: 1.2rem;
}

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

/* .footer-links li {
    margin-bottom: 0.5rem;
} */

.footer-links li a {
    color: #FFF;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 49px; /* 272.222% */
    text-decoration: none;
 display: inline-flex;
    align-items: center; 
   
}

.footer-links li a:before {
    content: '▸';
    margin-right: 8px;
    color: #d4af37;
    font-size:1.4rem;
}

.footer-links li a:hover {
    color: #d4af37;
}

/* Social Buttons */
.social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 1rem;
}

.social-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.social-btn:hover {
        background-color:#424242;
    color: #ffffff;
  
}

/* Payment Methods */
.payment-methods {
       display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}

.payment-icon {
   object-fit: contain;
    height: 1.875rem;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 2px 2px;
    object-fit: contain;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #f5f5f5;
    padding: 20px 0;
    margin-top: 60px;
}

.copyright-text {
   color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
margin-bottom: 6px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-info-section {
        padding: 60px 0;
    }
.contact-center {
    align-items: center;
    justify-content: center;
}
    .contact-brand,
    .contact-details {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2rem;
        text-align: center;
    }

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

    .contact-logo {
        font-size: 3rem;
    }

    .contact-tagline {
        font-size: 1.5rem;
    }

    .contact-center {
        margin-bottom: 2rem;
    }

    .main-footer {
        padding: 40px 0 0;
    }

    .footer-heading {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .contact-logo {
        font-size: 2.5rem;
    }

    .contact-tagline {
        font-size: 1.3rem;
    }

    .contact-address,
    .contact-email {
        font-size: 1rem;
    }

    .contact-phone {
        font-size: 1.1rem;
    }

    .crown-logo-img {
        max-width: 200px;
    }

    .social-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .payment-icon {
        width: 45px;
    }
}

@media (max-width: 576px) {
    .contact-info-section {
        padding: 40px 0;
    }

    .contact-logo {
        font-size: 2rem;
    }

    .contact-tagline {
        font-size: 1.1rem;
    }

    .contact-address,
    .contact-email {
        font-size: 0.9rem;
    }

    .contact-phone {
        font-size: 1rem;
    }

    .main-footer {
        padding: 30px 0 0;
    }

    .footer-links li a {
        font-size: 0.9rem;
    }

    .social-btn {
        font-size: 0.85rem;
        padding: 8px 12px;
    }

    .payment-icon {
        width: 40px;
    }

    .copyright-text {
        font-size: 0.8rem;
    }
}

