@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Macondo&family=Poppins:wght@300;400;500;600;700&family=Nunito:wght@300;400;600;700&display=swap');
@import url('foot.css');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
}

.bg-main {
    background-image: url('../../home-bg.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-about {
    background-image: url('../images/about-bg.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-white {
    background-color: white;
}

.bg-yellow {
    background-color: #fce800;
}

.huge-tb-p120 {
    padding: 80px 0;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.btn {
    border-radius: 25px;
    padding: 12px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background-color: #f472b6;
    border-color: #f472b6;
    color: white;
}

.btn-primary:hover {
    background-color: #e91e63;
    border-color: #e91e63;
}

.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 0;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.4rem;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.navbar-brand:hover {
    color: #0d6efd;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 0.6rem 1rem;
    margin: 0 0.15rem;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #0d6efd;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 60%;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd;
}

.dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: 0.75rem 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    animation: dropdownFade 0.25s ease;
}

.dropdown-item {
    font-weight: 500;
    padding: 0.6rem 1.25rem;
    transition: all 0.25s ease;
}

.dropdown-item:hover {
    background: #f1f5ff;
    color: #0d6efd;
}

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

.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: contrast(1.2);
}

@media (max-width: 991px) {
    .navbar-nav {
        background: #fff;
        padding: 1rem;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 0;
        margin: 0;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }
}

.hero-banner {
    height: 550px;
    position: relative;
    overflow: hidden;
    color: white;
}

.navbar.navbar-expand-lg.navbar-light.sticky-top.animate-on-load {
    background-color: #f2e133;
}

.heroSwiper .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.heroSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-slide-content {
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    width: 90%;
    max-width: 1000px;
    padding: 20px;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.product-carousel {
    text-align: center;
}

#landing-products h3 {
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-size: 2.5em;
    color: #871b3f;
    margin-bottom: 0;
    padding: 0;
    text-align: left !important;
}

#landing-products h4 {
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-size: 1em;
    color: #333;
    text-align: left !important;
    margin-bottom: 2rem;
}

.about-us {
    background-color: purple;
    padding: 6rem 0;
    color: white;
}

#landing-about h3 {
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-size: 2.5em;
    color: #871b3f;
    margin-bottom: 0;
    padding: 0;
    text-align: left !important;
}

#landing-about p {
    font-size: 0.8rem;
}

.usp-section {
    text-align: center;
}

.usp-section h3 {
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-size: 3em;
    color: #871b3f;
    margin-bottom: 1.5rem;
}

.usp-item {
    margin-bottom: 2rem;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1rem;
    border-radius: 0.5rem;
}

.usp-icon {
    font-size: 3.5rem;
    color: #f472b6;
}

.usp-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 1rem;
    color: #444;
}

.usp-text {
    color: #666;
}

.locations-section {
    text-align: center;
}

.locations-section h3 {
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-size: 3em;
    color: #871b3f;
    margin-bottom: 1.5rem;
}

.location-item {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}

.location-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.location-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.5rem;
}

.location-address,
.location-phone {
    color: #666;
    margin-bottom: 0.5rem;
}

.landing-quote {
    background-image: url('../../langing-quote-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    width: 40% !important;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 50px;
    text-align: center;
}

.card {
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;
    max-width: 250px;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}

.card-img-top {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 1rem 1rem 0 0;
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

.card-body {
    padding: 1.25rem;
    text-align: center;
}

.card-title {
    font-size: 1.25rem;
    color: #444;
    font-family: "Fredoka", sans-serif;
    font-weight: 400;
}

.card-text {
    color: #666;
    font-size: 1rem;
}

.badge {
    border-radius: 0.5rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    position: absolute;
    top: 10px;
    right: 10px;
}

.bg-new {
    background-color: #28a745;
}

.bg-hot {
    background-color: #dc3545;
}

.bg-offer {
    background-color: #ffc107;
    color: #333;
}

.heroSwiper {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

.swiper-pagination-bullet-active {
    background-color: white;
}

.arch_contact_us_duplicate * {
    font-family: 'Nunito', sans-serif;
}

.arch_contact_us_duplicate .icon-block {
    width: 30px;
    height: 30px;
}

.arch_contact_us_duplicate .icon-block svg {
    width: 100%;
    height: 100%;
}

.arch_contact_us_duplicate .text-blk {
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.arch_contact_us_duplicate .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
}

.arch_contact_us_duplicate .responsive-cell-block {
    min-height: 75px;
}

.arch_contact_us_duplicate .responsive-container-block.big-container {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 0 50px;
    background-color: #fdfcea;
}

.arch_contact_us_duplicate .responsive-container-block.container {
    max-width: 1100px;
    justify-content: space-evenly;
}

.arch_contact_us_duplicate .text-blk.section-head {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 24px;
}

.arch_contact_us_duplicate .text-blk.section-subhead {
    font-size: 14px;
    line-height: 18px;
    color: #7e7e7e;
}

.arch_contact_us_duplicate .input,
.arch_contact_us_duplicate .textinput {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 1px 16px;
    font-size: 16px;
    background-color: #f3f2cf;
}

.arch_contact_us_duplicate .input {
    height: 54px;
    margin-bottom: 15px;
}

.arch_contact_us_duplicate .textinput {
    height: 125px;
    margin-bottom: 27px;
    padding: 16px;
}

.arch_contact_us_duplicate .button {
    height: 50px;
    min-width: 240px;
    font-size: 16px;
    color: white;
    border: none;
    margin-bottom: 60px;
    background-color: #b0ab4d;
}

.arch_contact_us_duplicate .form-wrapper {
    border-bottom: 4px solid #f3f2cf;
    margin-bottom: 60px;
}

.arch_contact_us_duplicate .social-media-icon-container {
    display: flex;
    max-width: 400px;
    justify-content: space-evenly;
}

.arch_contact_us_duplicate .icon-block.social-icon {
    fill: #b0ab4d;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.footer p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.animate-on-load {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

body.loaded .animate-on-load {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .card {
        max-width: none;
    }

    .hero-title {
        font-size: 4rem;
    }
}

@media (max-width: 1024px) {
    .arch_contact_us_duplicate .text-blk.section-head {
        font-size: 55px;
        line-height: 60px;
    }
    .arch_contact_us_duplicate .responsive-container-block.container {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .landing-quote {
        width: 90% !important;
        background-size: contain !important;
        font-size: 1.2rem;
        padding: 40px;
    }

    .arch_contact_us_duplicate .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-ipadp-6.wk-desk-5,
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-ipadp-6.wk-desk-5.wk-tab-10,
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-desk-5.wk-tab-10.wk-ipadp-5 {
        margin-bottom: 80px;
    }
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-ipadp-6.wk-desk-5.wk-tab-10 {
        text-align: center;
    }
    .arch_contact_us_duplicate .input {
        height: 45px;
    }
    .arch_contact_us_duplicate .responsive-container-block.container {
        justify-content: space-evenly;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-width: 500px) {
    .arch_contact_us_duplicate .text-blk.section-head {
        font-size: 40px;
        line-height: 45px;
    }
    .arch_contact_us_duplicate .responsive-container-block.big-container {
        padding: 0 20px;
    }
    .arch_contact_us_duplicate .input {
        height: 40px;
    }
    .arch_contact_us_duplicate .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-ipadp-6.wk-desk-5 {
        margin-bottom: 80px;
    }
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-ipadp-6.wk-desk-5.wk-tab-10,
    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-desk-5.wk-tab-10.wk-ipadp-5 {
        text-align: left;
        padding: 0 20px;
    }
    .arch_contact_us_duplicate .button {
        width: 100%;
        margin-bottom: 40px;
        height: 50px;
    }
    .arch_contact_us_duplicate .form-wrapper {
        margin-bottom: 40px;
    }
    .arch_contact_us_duplicate .icon-block {
        width: 25px;
        height: 25px;
    }
}

.about-page-custom {
    color: #444;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

.about-page-custom .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-section {
    margin-bottom: 80px;
}

.about-page-custom h2.section-title {
    color: #802040;
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.grid-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.grid-container.reverse {
    flex-direction: row-reverse;
}

.text-column, .image-column {
    flex: 1;
}

.rounded-corners {
    border-radius: 15px;
    display: block;
    width: 100%;
    height: auto;
}

.shadow {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.values-list li::before {
    content: "•";
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.values-list li strong {
    color: #333;
    display: block;
}

@media (max-width: 768px) {
    .grid-container, .grid-container.reverse {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-page-custom h2.section-title {
        font-size: 1.8rem;
    }
}

#about-page-content {
    background: white;
}

.header-social {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-left: 100px;
}

.header-social a {
    color: #555;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.header-social a:hover {
    transform: translateY(-2px);
}

.header-social a:hover .fa-instagram {
    color: #E4405F;
}

.header-social a:hover .fa-facebook-f {
    color: #1877F2;
}

.header-social a:hover .fa-whatsapp {
    color: #25D366;
}