/* ============================================================
   Edupplies Portal — Bundled CSS
   Sourced directly from live site: edupplies.com
   Combined: styles.css + styles_v2.css + myhome.css + supplier.css
   ============================================================ */

/* ---------- Google Font import ---------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* ---------- Bootstrap 4 reboot (minimal, from CDN) ---------- */
/* Bootstrap loaded via CDN in layout — see layouts/app.blade.php */

/* ---------- styles_v2.css (theme core) ---------- */
body { font-family: "Poppins", sans-serif; }
.theme-text { color: #d35c56 !important; }
.home-container { max-width: 1280px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; }

/* Marquee scroller — GPU-composited, seamless 60 FPS loop */
.marquee { overflow: hidden; }
.marquee__inner { display: flex; width: max-content; will-change: transform; animation: marquee-scroll 45s linear infinite; backface-visibility: hidden; }
.marquee span { padding-top: 20px; padding-bottom: 20px; font-size: 20px; white-space: nowrap; padding-right: 48px; }
@keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Schools swiper */
#schools-swiper { height: calc(180px * 3); border: 1px solid #dadada; background-color: #dadada; overflow: hidden; }
#schools-swiper .swiper-wrapper { transition-timing-function: linear; }
#schools-swiper .swiper-slide { height: 100px; }
.school-grid-row { display: flex; }
.school-grid-col { background-color: #fff; padding: 30px; width: 25%; }
.school-grid-col:not(:last-child) { margin-right: 1px; }
.home-schools-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.home-partners-grid { height: 180px; }
.partner-grid-row { display: flex; background-color: #dadada; height: 100%; }
.partner-grid-col { flex: 1 1 100%; margin: 1px; background-color: #fff; padding: 30px; }
.home-partners-logo { width: 100%; height: 100%; display: block; object-fit: contain; }
#testimonial-swiper { height: 260px; margin-bottom: 60px; }

/* Login Modal */
.customer-login-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 15px; z-index: 9000; opacity: 0; display: none; transition: ease 0.25s; }
.customer-login-modal.active { display: block; }
.customer-login-modal.visible { opacity: 1; }
.customer-login-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.9; }
.customer-login-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -30%); width: 850px; min-height: 620px; max-height: 90vh; border-radius: 15px; box-shadow: 0 0 20px rgba(0,0,0,0.2); background-color: #fff; display: flex; overflow: hidden; transition: ease 0.25s; }
.customer-login-modal.visible .customer-login-container { transform: translate(-50%, -50%); }
.customer-login-modal-close { position: absolute; top: 20px; right: 20px; background-color: transparent; color: #444; font-size: 35px; font-weight: 600; width: 30px; height: 30px; line-height: 30px; text-align: center; cursor: pointer; z-index: 1; }
.customer-login-modal-img { background-color: rgba(211,91,85,0.5); height: 100%; width: 50%; }
.customer-login-modal-img img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 30px; }
.customer-login-modal-form-area { width: 50%; padding: 40px 40px 30px; text-align: center; position: relative; overflow-y: auto; }
.customer-login-modal-title { font-weight: 600; font-size: 24px; margin-bottom: 16px; }
.customer-login-modal-label { display: block; font-size: 16px; }
.customer-login-modal-input { display: block; width: 100%; border: 0; padding: 10px 0; font-size: 18px; color: #000; border-bottom: 1px solid #bababa; outline: none; transition: ease 0.25s; }
.customer-login-modal-input:focus { border-color: #d35c56; }
.customer-login-modal-button { display: block; padding: 12px; background-color: #d35c56; color: #fff; border-radius: 6px; border: 0; font-size: 16px; font-weight: 500; width: 100%; margin-top: 14px; border: 2px solid #d35c56; cursor: pointer; transition: ease 0.25s; }
.customer-login-modal-button:hover { background-color: #fff; color: #d35c56; }
.customer-login-modal-form { display: none; opacity: 0; pointer-events: none; transition: ease 0.25s; }
.customer-login-modal-form.active { display: block; opacity: 1; pointer-events: all; }
.customer-login-modal-form.done { display: none; }
.customer-login-info-group { margin-bottom: 14px; }
.customer-login-modal-text { font-size: 15px; color: #555; }
.customer-login-modal-subtitle { font-size: 22px; font-weight: 500; }
.customer-login-modal-action { font-size: 14px; text-decoration: underline; color: #d35c56; background-color: transparent; margin-top: 10px; border: none; cursor: pointer; }
.otp-input-group { display: flex; align-items: center; justify-content: center; }
.otp-input-group input { width: 40px; height: 40px; background-color: rgba(0,0,0,0.1); border: none; line-height: 50px; text-align: center; font-weight: 200; color: #000; margin: 0 3px; border-radius: 4px; outline: none; appearance: none; }
.otp-input-group input:focus { box-shadow: 0 0 2px 2px #d35c56; }

/* ---------- supplier.css (layout core) ---------- */
.supplier-page-wrapper { background-color: #fff; }
.supplier-hero-container { margin-bottom: 30px; padding: 4%; }
.supplier-page-homepage-fullscreen { max-width: 100%; background-color: #fff; transition: 0.2s box-shadow; }
.supplier-page-center-screen { max-width: 1280px; margin: auto; }
.supplier-page-homepage-fullscreen.supplier-menu { height: 57px; display: flex; position: fixed; width: 100%; z-index: 9; top: 0; }
.common-supplier-pages-menu-mobile-container { display: flex; align-items: center; justify-content: space-between; padding: 20px; width: 100%; }
img.supplier-pages-menu-logo { width: auto; height: 40px; z-index: 100; }
a.common-supplier-pages-menu-start-selling-button { padding: 10px 15px; border-radius: 4px; background-color: #d35c56; color: #fff !important; text-align: center; font-size: 16px; transition: ease 0.25s background-color; text-decoration: none; }
a.common-supplier-pages-menu-start-selling-button:hover { background-color: #9d2216; text-decoration: none; }
a.common-supplier-pages-menu-login-button { background: transparent; border: 1px solid #d35c56; border-radius: 4px; display: inline-flex; color: #d35c56; font-size: 14px; align-items: center; justify-content: center; padding: 6px 14px; }

/* Hero section */
#foo { background-image: url('/img/banner_e1.png'); transition: background 1s linear; background-size: 90%; background-repeat: no-repeat; background-position: 111%; margin-top: 100px; max-width: 100%; }
.supplier-hero-text-container .supplier-hero-header { font-weight: 700; font-size: 22px; line-height: 30px; color: #202024; }
p.supplier-hero-caption { margin-bottom: 24px; font-weight: normal; font-size: 14px; line-height: 24px; color: #3f3f47; }

/* How it works */
.supplier-page-homepage-fullscreen.home-section-bottom { background: linear-gradient(180deg, #fbfbff 320px, #fff 50%); }
.section-title h5 { color: #1c1c24; font-size: 16px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-style: italic; }
.section-title h2, .section-title h3 { font-size: 40px; text-transform: capitalize; line-height: 1.2; font-weight: 600; }
.home-section-title { margin-bottom: 40px; font-size: 35px; }

/* Footer */
.supplier-pages-footer-container { padding: 30px 20px 60px 20px; }
.supplier-pages-footer-links-container h6, .supplier-pages-contact-us-container h6 { font-size: 20px; margin-bottom: 8px; font-weight: 500; }
.supplier-pages-footer-links-container a, .supplier-pages-contact-us-container span { color: #3f3f47; font-size: 14px; line-height: 24px; }
.supplier-pages-copyrights-container { font-size: 12px; text-align: center; margin-top: 20px; }

/* Policy pages */
.terms-conditions-page { max-width: 700px; margin: 0 auto; padding: 15px 10px; font-size: 16px; min-height: 100vh; background-color: #fff; }
.head-ka { margin-top: 90px; background: rgba(215,109,104,0.71); padding: 10px; margin-bottom: 20px; }
.hs_heading { font-size: 28px; font-weight: 400; color: #000; text-align: left; margin: 0; padding-left: 30px; }
.policy-content { padding: 20px; line-height: 1.8; color: #3f3f47; }
.policy-content h2 { font-size: 20px; font-weight: 600; margin: 24px 0 12px; color: #202024; }
.policy-content h3 { font-size: 17px; font-weight: 600; margin: 18px 0 8px; color: #3f3f47; }
.policy-content p { margin-bottom: 14px; }
.policy-content ul { padding-left: 24px; margin-bottom: 14px; }
.policy-content li { margin-bottom: 6px; }

/* Hamburger / responsive menu */
.common-mobile-menu-dropdown-container { display: flex; top: 0; bottom: 0; position: fixed; right: 0; left: 0; visibility: hidden; opacity: 0; transition: all 0.1s ease; background: rgba(0,0,0,0.6); z-index: 99; }
.common-mobile-menu-dropdown-container.showmenu { visibility: visible; opacity: 1; z-index: 999; }
.responsive-menu-content { padding: 20px 15px; height: 100%; overflow: auto; background-color: #fff; width: 280px; transform: translateX(-100%); transition: ease 0.25s transform; }
.common-mobile-menu-dropdown-container.showmenu .responsive-menu-content { transform: translateX(0); }
.responsive-menu-close { position: absolute; top: 15px; right: 15px; background: transparent; border: none; font-size: 24px; cursor: pointer; }
.responsive-menu-link { display: block; font-size: 16px; color: #3f3f47; margin-bottom: 12px; text-decoration: none; }
.responsive-menu-title { font-size: 20px; font-weight: 500; margin-bottom: 10px; color: #000; }

/* Misc */
.section-schools-title { text-align: center; padding-top: 60px; margin-bottom: 30px; }
.home-news-bg { background-color: #f5f5f5; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }

@media (max-width: 768px) {
    #schools-swiper { height: calc(150px * 3); }
    .school-grid-col { width: 100%; }
    .home-partners-grid { height: auto; }
    .customer-login-container { flex-direction: column; max-width: 90%; height: 90%; overflow-y: auto; }
    .customer-login-modal-img { width: 100%; height: 30%; min-height: 180px; }
    .customer-login-modal-form-area { width: 100%; padding: 20px; }
    .customer-login-modal-form { left: 35px; right: 35px; }
}

@media (min-width: 1280px) {
    .supplier-page-homepage-fullscreen.supplier-menu { height: 88px; align-items: center; }
    img.supplier-pages-menu-logo { height: 56px; }
    #foo { padding: 120px 0; }
    .supplier-hero-text-container .supplier-hero-header { font-size: 50px; line-height: 1.3; margin-bottom: 30px; }
    p.supplier-hero-caption { font-size: 18px; margin: 20px 0 30px; }
    .supplier-pages-footer-container { display: grid; grid-template-columns: 2fr 2fr 1fr; max-width: 1280px; margin: 0 auto; padding: 40px 20px; }
}
