/* =============================================
   スパークリングウォッシュ — Main Stylesheet
   ============================================= */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Open Sans', 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #3e3e3e;
    background: #fff;
}
a { color: #000; text-decoration: none; }
a:hover { color: #003399; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }

/* --- Typography --- */
h1 { font-size: 38px; font-weight: 700; line-height: 65px; font-family: 'SegoeUI-Bold', 'Open Sans', sans-serif; }
h2 { font-size: 44px; font-weight: 600; line-height: normal; font-family: 'SegoeUI-Bold', 'Open Sans', sans-serif; }
h3 { font-size: 24px; font-weight: 700; line-height: 40px; font-family: 'Segoe UI', sans-serif; }
p { font-size: 17px; line-height: 30px; color: #3e3e3e; }

/* --- Colors --- */
:root {
    --color-primary: #000;
    --color-secondary: #003399;
    --color-secondary-dark: #012264;
    --color-accent: #cd2653;
    --color-text: #3e3e3e;
    --color-text-gray: #6d6d6d;
    --color-border: #e4e8ed;
    --color-border-header: #aaa;
    --color-bg-subtle: #f5efe0;
    --color-white: #fff;
}

/* --- Buttons --- */
.btn { display: inline-block; padding: 12px 30px; border-radius: 4px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; border: none; }
.book-btn { background: #003399; color: #fff !important; }
.book-btn:hover { background: #012264; color: #fff !important; }
.black-btn { background: #000; color: #fff !important; }
.black-btn:hover { background: #222; color: #fff !important; }
.order-btn { background: #012264; color: #fff !important; font-size: 15px; padding: 10px 28px; }
.order-btn:hover { background: #003399; color: #fff !important; }

/* --- Top Bar --- */
.top-bar-bg {
    background: #fff;
    border-bottom: 1px solid #e4e8ed;
}
.top-bar.top-bar-line-hide {
    max-width: 1332px;
    margin: 0 auto;
    min-height: 38px;
    padding: 10px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.top-bar > .mini-widgets {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 50%;
    float: left;
}
.right-widgets.mini-widgets {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
a.gettouch { color: #aaa; font-size: 14px; }
a.gettouch:hover { color: #003399; }
.gettouch.mail { margin-left: 10px; }
.header-social.newfs { margin-right: 10px; }
.header-social.newfs a { color: #aaa; margin-left: 14px; font-size: 14px; }
.header-social.newfs a:hover { color: #003399; }

/* --- Header / Nav --- */
.header-inner { border-bottom: 1px solid #aaa; }
.main-header { background: #fff; position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.navbar-brand img { max-height: 60px; }
.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
    padding: 8px 16px !important;
    transition: color 0.2s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.current { color: #003399 !important; }
.navbar-nav .nav-item.mobile { display: none; }
.dropdown-menu { border-radius: 0; border: 1px solid #e4e8ed; background: #fff; padding: 0; }
.dropdown-menu a { display: block; padding: 10px 20px; font-size: 14px; color: #000; line-height: 26px; }
.dropdown-menu a:hover { background: #f5efe0; color: #003399; }
.navbar-toggler { border: 1px solid #aaa; }
.navbar-toggler-icon { width: 22px; height: 22px; }

/* --- Carousel / Hero --- */
.home-banner { position: relative; overflow: hidden; }
.slide_banner { position: relative; width: 100%; height: 600px; overflow: hidden; }
.slide_banner img { width: 100%; height: 100%; object-fit: cover; }
.overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
}
.carousel-caption {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
    z-index: 2;
}
.carousel-caption h1 { color: #fff; font-size: 38px; line-height: 1.3; margin-bottom: 15px; text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.carousel-caption p { font-size: 18px; color: #fff; margin-bottom: 25px; }
.carousel-control-prev-icon, .carousel-control-next-icon { font-size: 28px; }
.carousel-indicators li { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.6); }
.carousel-indicators .active { background: #fff; }

/* --- Section General --- */
.section-padding { padding: 70px 0; }
.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h2 { color: #111; margin-bottom: 10px; }
.section-heading p { color: #6d6d6d; font-size: 16px; max-width: 700px; margin: 0 auto; }
.under_banner_btn { text-align: center; padding: 25px 0 10px; }

/* --- stretchme1 Welcome Section --- */
section.stretchme1 { padding: 50px 0 30px; }
.new-section p { font-size: 17px; line-height: 30px; color: #3e3e3e; margin-bottom: 15px; }
#more { display: none; }
#more .lead { font-size: 17px; font-weight: 400; line-height: 30px; display: table-cell; margin-bottom: 20px; color: #3e3e3e; }
#more .point { display: inline-block; margin: 5px auto; }
#more_mobile { display: none; }
#more_mobile .lead { font-size: 17px; font-weight: 400; line-height: 30px; display: table-cell; margin-bottom: 20px; color: #3e3e3e; }
#more_mobile .point { display: inline-block; margin: 5px auto; }

/* --- stretchme2 Quality Cards --- */
section.stretchme1.our-products,
section.stretchme2.our-products,
section.stretchme3.our-products,
section.stretchme4.our-products { padding-top: 50px; padding-bottom: 20px; }
section.stretchme1.our-products h2,
section.stretchme2.our-products h2,
section.stretchme3.our-products h2,
section.stretchme4.our-products h2 {
    font-size: 44px;
    font-family: 'SegoeUI-Bold', sans-serif;
    padding-top: 30px;
    padding-bottom: 0;
}
section.stretchme2.our-products { background: none; }
.block .feature.price { background: #fff; border: 1px solid #e4e8ed; border-radius: 6px; overflow: hidden; margin-bottom: 30px; transition: box-shadow 0.3s; }
.block .feature.price:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.block .feature.price .image { height: 200px; overflow: hidden; }
.block .feature.price .image img { width: 100%; height: 100%; object-fit: cover; }
.block .feature.price .info { padding: 20px; }
.sterch_heading { font-size: 18px; color: #000; font-weight: 700; }
.strech_peragraph p { font-size: 15px; color: #6d6d6d; margin-top: 8px; }
.block .title { font-size: 20px; color: #003399; margin-top: 12px; }
.block .title span { color: #cd2653; }

/* --- stretchme3 Steps --- */
.stretchme3.step_section { padding: 30px 0; background: #f5efe0; }
.step_inner { padding-top: 20px; }
.servicewrap { text-align: center; padding: 20px 10px; }
.servicewrap h4 {
    background: #003399;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.serviceicon.withimg img { width: 80px; height: 80px; object-fit: contain; margin: 10px auto; display: block; }
.servicewrap h5 { font-size: 16px; font-weight: 700; color: #000; margin-top: 10px; line-height: 24px; }

/* --- stretchme3 virtual / colshirt gallery --- */
.stretchme3.virtual-custom .servicewrap h5 {
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    font-family: "Segoe UI", sans-serif;
    text-align: center;
    margin-top: 0;
}
.stretchme3.virtual-custom .servicewrap h4 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    left: 0; right: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    background: #003399;
    font-size: 14px;
    width: 95px;
    margin-top: -10px;
    top: auto;
}
.colshirt { position: relative; }
.colshirt img { width: 100%; }
.colshirt h3 {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    left: 0; right: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
    margin: auto;
    background: rgba(0,0,0,0.7);
    padding: 20px 30px;
    min-height: 100px;
}

/* --- workmail / video CTA section --- */
.workmail-block { position: relative; text-align: center; overflow: hidden; }
.workmail-block video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
section.workmail-block.home-vedio:before {
    content: "";
    width: 100%; height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}
.work-block {
    position: relative;
    z-index: 2;
    padding: 80px 20px;
    background: rgba(0,51,153,0.82);
}
.workmail-block.virtual-custom h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: capitalize;
}

/* --- Pricing Section --- */
.pricing-box.short-pricing { padding: 80px 0 !important; background: #fff; }
.pricing-block { border: 1px solid #e4e8ed; border-radius: 8px; padding: 30px 20px; text-align: center; margin-bottom: 30px; transition: box-shadow 0.3s; }
.pricing-block:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.pricing-title {
    background: #003399;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 9px !important;
    border-radius: 6px 6px 0 0;
    margin: -30px -20px 20px;
}
.pricing-price { font-size: 42px; font-weight: 700; color: #012264; margin: 15px 0; }
.pricing-price span { font-size: 18px; color: #6d6d6d; }
.pricing-features { list-style: none; padding: 0; margin-bottom: 20px; }
.pricing-features li { padding: 8px 0; border-bottom: 1px solid #e4e8ed; font-size: 15px; color: #3e3e3e; }
.pricing-features li:last-child { border-bottom: none; }

/* --- coustome_tailor_section (promo / about strip) --- */
.coustome_tailor_section { padding: 60px 0; background: #f5efe0; }
.tailor_block { display: -ms-flexbox; display: flex; align-items: center; gap: 40px; }
.tailor_block .img { flex: 1 1 40%; max-width: 40%; }
.tailor_block .img img { width: 100%; border-radius: 6px; }
.text_block { flex: 1 1 55%; }
.text_block h2 { font-size: 36px; color: #111; margin-bottom: 10px; }
.text_block h4 { font-size: 20px; color: #3e3e3e; margin-bottom: 15px; }
.text_block h4 span { color: #003399; }
.text_block p { color: #3e3e3e; margin-bottom: 20px; }

/* --- address_section --- */
.address_section { padding: 60px 0; }
.address_section h2 { text-align: center; margin-bottom: 30px; }
.address_block { display: -ms-flexbox; display: flex; align-items: flex-start; gap: 40px; }
.address_img { flex: 1 1 40%; }
.address_img img { width: 100%; border-radius: 6px; }
.address_text { flex: 1 1 55%; display: -ms-flexbox; display: flex; gap: 30px; }
.address_info { flex: 1; font-size: 15px; color: #3e3e3e; line-height: 28px; }
.address_info .font-bold { font-weight: 700; }
.right_map { flex: 1; }
.right_map iframe { border-radius: 4px; }

/* --- Testimonials --- */
.testimonials-section { padding: 60px 0; background: #fff; }
.testimonial { text-align: center; padding: 20px; }
.testimonial .pic img { width: 60px; height: 60px; margin: 0 auto 12px; opacity: 0.5; }
.testimonial-title { font-size: 18px; font-weight: 700; color: #111; margin-bottom: 8px; }
.testimonial .description { font-size: 15px; color: #6d6d6d; line-height: 26px; font-style: italic; }

/* --- Newsletter / Contact Form Strip --- */
.newsletter { background: #003399; padding: 50px 0; }
.newsletter .section-heading h2 { color: #fff; }
.newsletter .section-heading p { color: rgba(255,255,255,.8); }
.form-grp { display: -ms-flexbox; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.form-grp .input-text {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    min-width: 300px;
    outline: none;
}

/* --- Contact Page Form --- */
.contact-section { padding: 60px 0; }
.contact-form-wrap { background: #f5efe0; padding: 40px; border-radius: 8px; }
.contact-form-wrap h2 { margin-bottom: 25px; }
.form-control-custom {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e4e8ed;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 16px;
    outline: none;
    transition: border-color 0.2s;
}
.form-control-custom:focus { border-color: #003399; }
textarea.form-control-custom { min-height: 130px; resize: vertical; }
.btn-submit {
    background: #012264;
    color: #fff !important;
    padding: 12px 36px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.btn-submit:hover { background: #003399; }

/* --- Footer --- */
#footer { background: #111; padding: 50px 0 20px; }
.footer-in { text-align: center; margin-bottom: 20px; }
.footer-in img { max-height: 60px; filter: brightness(10); }
.footer-logo-svg { max-height: 60px; }
.footer-social.newfs { text-align: center; margin-bottom: 20px; }
.footer-social.newfs a { color: #aaa; margin: 0 8px; font-size: 18px; }
.footer-social.newfs a:hover { color: #fff; }
.footer-nav { text-align: center; margin-bottom: 20px; }
.footer-nav a { color: #aaa; font-size: 14px; margin: 0 12px; }
.footer-nav a:hover { color: #fff; }
.footer-contact { text-align: center; color: #aaa; font-size: 14px; line-height: 26px; margin-bottom: 20px; }
.footer-contact a { color: #aaa; }
.footer-contact a:hover { color: #fff; }
.bottom-footer { background: #000; padding: 15px 0; text-align: center; }
.bottom-footer p { color: #6d6d6d; font-size: 13px; margin: 0; }
.footer-cols { display: -ms-flexbox; display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.footer-col { min-width: 160px; text-align: center; }
.footer-col h4 { color: #fff; font-size: 16px; margin-bottom: 12px; font-weight: 700; }
.footer-col a { display: block; color: #aaa; font-size: 14px; margin-bottom: 6px; }
.footer-col a:hover { color: #fff; }

/* --- Inner Page Hero --- */
.page-hero {
    background: linear-gradient(135deg, #012264 60%, #003399 100%);
    padding: 70px 0;
    text-align: center;
    color: #fff;
}
.page-hero h1 { font-size: 36px; color: #fff; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,.8); font-size: 16px; }
.breadcrumb-line { margin-top: 10px; font-size: 14px; color: rgba(255,255,255,.6); }
.breadcrumb-line a { color: rgba(255,255,255,.7); }
.breadcrumb-line a:hover { color: #fff; }

/* --- Inner section --- */
.inner-section { padding: 60px 0; }
.content-block p { margin-bottom: 16px; font-size: 16px; line-height: 28px; }
.content-block h2 { font-size: 30px; margin-bottom: 16px; color: #111; }
.content-block h3 { font-size: 22px; margin-bottom: 12px; color: #003399; }
.content-block ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.content-block ul li { margin-bottom: 8px; font-size: 15px; color: #3e3e3e; line-height: 26px; }

/* --- Service cards (professional-services.html) --- */
.services-grid { display: -ms-flexbox; display: flex; flex-wrap: wrap; gap: 30px; margin-top: 30px; }
.service-card { flex: 1 1 calc(33.333% - 30px); border: 1px solid #e4e8ed; border-radius: 8px; padding: 30px 20px; text-align: center; transition: box-shadow 0.3s; }
.service-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.service-card i { font-size: 36px; color: #003399; margin-bottom: 16px; display: block; }
.service-card h3 { font-size: 20px; margin-bottom: 10px; color: #111; }
.service-card p { font-size: 15px; color: #6d6d6d; }
.service-price { font-size: 22px; font-weight: 700; color: #012264; margin-top: 12px; }

/* --- Employment (employment-opportunities.html) --- */
.job-card { border: 1px solid #e4e8ed; border-radius: 8px; padding: 25px; margin-bottom: 20px; }
.job-card h3 { font-size: 20px; color: #003399; margin-bottom: 8px; }
.job-card p { font-size: 15px; color: #3e3e3e; margin-bottom: 12px; }
.job-tag { display: inline-block; background: #f5efe0; color: #012264; font-size: 12px; padding: 4px 12px; border-radius: 20px; margin-right: 6px; font-weight: 600; }
.apply-form { background: #f5efe0; padding: 40px; border-radius: 8px; margin-top: 40px; }
.apply-form h2 { margin-bottom: 20px; }

/* --- GDPR Cookie Bar --- */
#cookie-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(0,0,0,.92);
    color: #fff;
    padding: 16px 30px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    z-index: 9999;
    font-size: 14px;
    line-height: 22px;
}
#cookie-bar a { color: #6b9fff; text-decoration: underline; }
#cookie-bar.hidden { display: none; }
.cookie-btn-group { display: -ms-flexbox; display: flex; gap: 10px; flex-wrap: wrap; }
#cookie-accept {
    background: #003399; color: #fff;
    border: none; padding: 8px 22px;
    border-radius: 4px; cursor: pointer; font-size: 14px;
}
#cookie-accept:hover { background: #012264; }
#cookie-decline {
    background: transparent; color: #aaa;
    border: 1px solid #555; padding: 8px 18px;
    border-radius: 4px; cursor: pointer; font-size: 14px;
}
#cookie-decline:hover { color: #fff; border-color: #aaa; }

/* --- Misc --- */
.map-section { padding: 0; }
.map-section iframe { display: block; width: 100%; height: 400px; border: none; }
.thk-box { float: left; width: 100%; }
.thk-box span { word-break: break-all; display: block; overflow-wrap: break-word; white-space: break-spaces; }
.fa-spin-slow { animation: spin 4s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* --- Responsive --- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home-banner.our-products h2 { font-size: 20px; line-height: 2; }
    .colshirt h3 { font-size: 16px; }
    h2 { font-size: 32px; }
    .tailor_block { flex-direction: column; }
    .tailor_block .img { max-width: 100%; }
    .address_block { flex-direction: column; }
    .address_text { flex-direction: column; }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .nav-item.mobile { display: block; }
    .navbar-nav .nav-item.desktop { display: none; }

    section.stretchme1.our-products,
    section.stretchme2.our-products,
    section.stretchme3.our-products,
    section.stretchme4.our-products { padding-top: 0; padding-bottom: 20px; }

    section.stretchme1.our-products h2,
    section.stretchme2.our-products h2,
    section.stretchme3.our-products h2,
    section.stretchme4.our-products h2 { font-size: 20px; padding-top: 0; padding-bottom: 0; }

    h1 { font-size: 26px; line-height: 1.3; }
    h2 { font-size: 22px; }
    h3 { font-size: 18px; }

    .slide_banner { height: 360px; }
    .carousel-caption h1 { font-size: 22px; }
    .carousel-caption p { font-size: 14px; }

    .colshirt { position: relative; margin-bottom: 20px; }
    .colshirt img { width: 100%; }
    .colshirt h3 { font-size: 12px; padding: 7px 5px; min-height: 35px; }

    .tailor_block { flex-direction: column; }
    .tailor_block .img { max-width: 100%; flex: 1 1 100%; }
    .address_block { flex-direction: column; }
    .address_text { flex-direction: column; }
    .services-grid { flex-direction: column; }
    .service-card { flex: 1 1 100%; }
    .top-bar { display: none; }
    .footer-cols { flex-direction: column; align-items: center; }
}

@media only screen and (max-width: 676px) {
    a.gettouch { font-size: 13px; }
}

@media only screen and (max-width: 480px) {
    a.gettouch { font-size: 10px; }
    .top-bar > .mini-widgets { width: 65%; }
    .right-widgets.mini-widgets { width: 32%; }
    .header-social.newfs { margin-right: -12px; }
    .form-grp .input-text { min-width: 100%; }
}

@media only screen and (max-width: 376px) {
    .header-inner { display: none; }
}

/* --- Print --- */
@media print {
    .main-header, #footer, #cookie-bar { display: none; }
    body { font-size: 12pt; }
}
