@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --dark-red-color: #E3543E;
    --light-red-color: #FBECE9;
    --lighter-red-color: #e5d5d5;
    --icon-wrapper-bg: #fae4df;
    --section-bg: #FEF8F4;

    --roboto-font: "Roboto", sans-serif;
    --mons-font: "Montserrat", sans-serif;

    --lg-px: 40px;
}

body {
    font-family: var(--roboto-font);
    padding-top: 70px;
    background-color: #FDFCFC;
}

h1,
h2 {
    font-family: var(--mons-font);
}

.section-title {
    color: #131A20;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px var(--lg-px);
    background-color: white;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
}

.logo-img-container {
    width: 50px;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.logo-img-container-1 {
    width: 50px;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.poge_logo,
.poge_logo-1 {
    width: 100%;
    height: auto;
    object-fit: contain;
    /* Change from 'cover' to 'contain' for logos */
    max-width: 100%;
    /* Add this */
    display: block;
    /* Add this */
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.85);
    /* More transparent when scrolled */
    backdrop-filter: blur(20px);
    /* Strong blur effect */
    -webkit-backdrop-filter: blur(20px);
    /* Safari support */
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;
    color: var(--dark-red-color);
    font-size: 22px;
    font-weight: bold;
    gap: 6px;
}

.logo-img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-subtitle {
    font-weight: 400;
    color: slategray;
    font-size: 0.65em;
}

.logo-text-1 {
    display: flex;
    flex-direction: column;
    font-size: 22px;

}

.comp-name-1 {
    font-weight: 500;
}

.logo-subtitle-1 {
    font-weight: 400;
    color: white;
    font-size: 0.6em;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links li a {
    text-decoration: none;
    color: #4B5563;
    font-weight: 400;
    transition: all 0.3s ease;
}

.nav-links li a:hover,
.nav-links li a.active {
    color: var(--dark-red-color);
}

/* Download Brochure button */
.btn-download {
    background-color: var(--light-red-color);
    color: var(--dark-red-color);
    padding: 12px 14px;
    border: 0.2px solid #e5d5d5;
    border-radius: 7px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.btn-download:hover {
    background-color: var(--dark-red-color);
    color: white;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

/* Hamburger icon */
.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Hero section */
.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px var(--lg-px);
}


/* ===== Badges (scoped) ===== */
.custom-badges {
    margin-top: 1em;
}

.assurance-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1em;
}

.assurance-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1.8px solid var(--dark-red-color);
    color: var(--dark-red-color);
    border-radius: 999px;
    padding: 2px 10px;
    white-space: nowrap;
    font: 500 clamp(12px, 0.95vw, 14px)/1.1 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
    background: var(--light-red-color);
}

.assurance-icon {
    width: 1.45em;
    height: 1.45em;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

/* Reduce motion preferences respected (no animations here, but ready if you add any) */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}


.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    /* align-items: center; */
    min-height: 420px;
}

.hero-text {
    padding-right: 20px;
    /* margin-top: 1em; */
    display: flex;
    flex-direction: column;
}

.hero-title {
    font-size: 3.8rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.colored-word {
    color: var(--dark-red-color);
}

.hero-subtitle {
    font-size: 1rem;
    color: #4B5563;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 90%;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 1em;
    margin-bottom: 2em;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}

.btn-primary {
    background-color: #dc4a3d;
    color: white;
}

.btn-primary:hover {
    background-color: #c73e32;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 74, 61, 0.3);
}

.btn-secondary {
    display: none;
    background-color: #f3e8e8;
    color: #dc4a3d;
    border: 1px solid #e5d5d5;
}

.btn-secondary:hover {
    background-color: #ede0e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 74, 61, 0.15);
}

.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px 30px;
    max-width: 700px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.feature-item svg {
    width: 20px;
    height: 20px;
    stroke: var(--dark-red-color);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.hero-image {
    display: flex;
    align-items: start;
    border-radius: 12px;
    overflow: hidden;
    height: fit-content;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hero-image img {
    width: 100%;
    object-fit: cover;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    background-color: #f9fafb;
    text-align: center;
    color: #545557;
    padding: 20px;
    border: 1px solid #e5e7eb;
}

.banner h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #545557;
    margin: 0;
}

/* Products Section */
.products-section {
    background-color: var(--section-bg);
    padding: 60px var(--lg-px);
    margin: 0 auto;
}

.products-section__header {
    text-align: center;
    margin-bottom: 35px;
}

.products-section__subtitle {
    font-size: 1.225rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.products-section__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.products-card {
    background: white;
    border-radius: 12px;
    padding: 20px 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--light-red-color);
}

.products-card:hover {
    box-shadow: 0 8px 25px var(--light-red-color);
}

.products-card__icon {
    width: 60px;
    height: 60px;
    color: var(--dark-red-color);
    background: var(--icon-wrapper-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.products-icon {
    color: var(--dark-red-color);
}

.products-card__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-red-color);
    text-align: center;
    margin-bottom: 12px;
}

.products-card__description {
    font-size: 1rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.5;
}

.products-card__items {
    list-style: none;
    margin-bottom: 32px;
}

.products-card__item {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.products-card__item:last-child {
    border-bottom: none;
}

.products-card__item-icon {
    width: 40px;
    height: 40px;
    background: var(--icon-wrapper-bg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.products-card__item-content {
    flex: 1;
}

.products-card__item-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 4px;
}

.products-card__item-description {
    font-size: 0.975rem;
    color: #6c757d;
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.why-choose-us-badge {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid var(--dark-red-color);
    border-radius: 25px;
    color: var(--dark-red-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    background-color: transparent;
}

.why-choose-us-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.why-choose-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.why-choose-us-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 6px var(--light-red-color);
    border: 1px solid rgb(245, 244, 244);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.why-choose-us-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--dark-red-color);
}

.why-choose-us-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    background: var(--icon-wrapper-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us-icon svg {
    width: 28px;
    height: 28px;
    fill: var(--dark-red-color);
}

.why-choose-us-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.why-choose-us-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.why-choose-us-card-badge {
    padding: 4px 12px;
    border-radius: 15px;
    border: 1px solid var(--light-red-color);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #d4edda;
    color: #155724;
}

.why-choose-us-card-description {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

/* Focus styles for accessibility */
.why-choose-us-card:focus-within {
    outline: 2px solid var(--dark-red-color);
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .why-choose-us-card {
        border: 2px solid #333;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .why-choose-us-card {
        transition: none;
    }

    .why-choose-us-card:hover {
        transform: none;
    }
}

.delivery-section {
    background-color: var(--section-bg);
    margin: 0 auto;
    padding: 40px var(--lg-px);
    text-align: center;
}

.delivery-badge {
    display: inline-block;
    background-color: transparent;
    color: var(--dark-red-color);
    padding: 8px 20px;
    border-radius: 25px;
    border: 1px solid var(--dark-red-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.delivery-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

.delivery-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.delivery-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--light-red-color);
    transition: box-shadow 0.3s ease;
}

.delivery-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px auto;
    background-color: #ffe5dc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon svg {
    width: 28px;
    height: 28px;
    fill: var(--dark-red-color);
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
}

.delivery-time {
    font-size: 36px;
    font-weight: 700;
    color: var(--dark-red-color);
    margin-bottom: 20px;
}

.card-description {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Book Meeting Section */
.book-meeting-section {
    background-color: #f8f9fa;
    padding: 60px var(--lg-px);
    min-height: 100vh;
}

.book-meeting-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.book-meeting-header {
    text-align: center;
    margin-bottom: 40px;
}

.book-meeting-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.book-meeting-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: start;
    min-width: 0;
}

.book-meeting-form-section {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    min-width: 0;
    max-width: 100%;
}

.book-meeting-form-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.book-meeting-calendar-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    fill: var(--dark-red-color)
}

.book-meeting-form-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-red-color);
}

.book-meeting-form-description {
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.6;
}

.book-meeting-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.book-meeting-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.book-meeting-form-group {
    display: flex;
    flex-direction: column;
}

.book-meeting-form-group.full-width {
    grid-column: 1 / -1;
}

.book-meeting-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c3e50;
}

.book-meeting-required {
    color: #e74c3c;
}

.book-meeting-input,
.book-meeting-select,
.book-meeting-textarea {
    padding: 12px 16px;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background-color: #fff;
}

.book-meeting-input:focus,
.book-meeting-select:focus,
.book-meeting-textarea:focus {
    outline: none;
    /* border-color: #ff6b35; */
    border-color: var(--dark-red-color);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.book-meeting-input::placeholder,
.book-meeting-textarea::placeholder {
    color: #9ca3af;
}

.book-meeting-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.book-meeting-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.book-meeting-submit-btn {
    /* background-color: #ff6b35; */
    background-color: var(--dark-red-color);
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.book-meeting-submit-btn:hover {
    background-color: #f7594ee3;
}

.book-meeting-response-text {
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 15px;
}

.book-meeting-contact-section {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* Added min-width 0 and max-width to prevent overflow */
    min-width: 0;
    max-width: 100%;
}

.book-meeting-contact-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 30px;
}

.book-meeting-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f1f3f4;
}

.book-meeting-contact-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.book-meeting-contact-icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: var(--icon-wrapper-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.book-meeting-contact-icon {
    width: 24px;
    height: 24px;
    /* fill: #ff6b35; */
    fill: var(--dark-red-color);
}

.book-meeting-contact-info {
    flex: 1;
}

.book-meeting-contact-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.book-meeting-contact-value {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 4px;
}

.book-meeting-contact-description {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
}

.book-meeting-address-line {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

.book-meeting-hours-line {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 2px;
}


/* Footer Section */
.footer {
    /* background-color: #e55a2b; */
    background-color: var(--dark-red-color);
    color: white;
    padding: 60px 0 0;
    margin: 0;
}

.footer-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 var(--lg-px);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-section h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-section ul li a:hover {
    opacity: 1;
}

.company-info {
    max-width: 280px;
}

.company-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #e55a2b;
    border-radius: 2px;
}

.company-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.company-tagline {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.company-description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
    opacity: 0.9;
}

.contact-info {
    font-size: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.contact-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 2px;
    opacity: 0.8;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    font-size: 14px;
    opacity: 0.8;
}

.footer-badges {
    display: flex;
    gap: 40px;
    align-items: center;
}

.badge {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.badge:not(:last-child)::after {
    content: "•";
    position: absolute;
    right: -22px;
    opacity: 0.6;
}