
:root {
  --primary-color: #000;      /* Main brand color */
  --secondary-color: #99D2CB;    /* Accent color */
  --background-color: #F5F5F5;   /* Page background */
  --text-color: #000;         /* Main text color */
  --heading-color: #000;      /* Headings */
  
  /* 🎨 Utility Colors */
  --success-color: #28a745;      /* Green for success messages */
  --warning-color: #ffc107;      /* Yellow/orange for warnings */
  --danger-color: #dc3545;       /* Red for errors */
  --info-color: #17a2b8;
  --button-bg:#fff;  
  --banner-heading:#fff; 
  --button-text:#000;
  --opp-color:#fff;      /* Blue for info sections */
  
   --global-font: 'Playfair Display', Georgia, serif;
}
body {
  font-family: var(--global-font);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  margin:15px 0;
  font-weight: bold;
}
.footer h4{
  color:var(--heading-color) !important;
}
.social-icons {margin-top: 15px; display: flex; gap: 15px;} .social-icons a {color: #000; font-size: 20px; text-decoration: none; transition: transform 0.3s ease, color 0.3s ease;} .social-icons a:hover {transform: scale(1.1); color: #555;}


.button1{  
  width: fit-content;
  background: var(--button-bg);
  color: var(--primary-color);
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid var(--primary-color);
}

.container { margin: 0 auto; padding:50px; text-align: center; }
.container1 { margin: 0 auto; padding:50px 0px; text-align: center; }

/* --- Slider Structure --- */
.slider-container { margin: 0 auto; overflow: hidden; position: relative; }
.slider-track { display: flex; transition: transform 0.5s ease-in-out; }
.slide { min-width: 100%; flex-shrink: 0; box-sizing: border-box; }
.slide img { width: 100%; display: block; max-height: 700px; }

/* --- Navigation Buttons --- */
.prev-btn, .next-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 10px; cursor: pointer; font-size: 20px; z-index: 10; }
.prev-btn { left: 10px; }
.next-btn { right: 10px; }

@media (max-width: 768px) {  .container{ padding: 20px; }
.feature-item {flex-direction: column;} }


/* General Hero Styles */
.hero-slider { position: relative; overflow: hidden; width: 100%; height: 90vh; }
.hero-slider-container { display: flex; transition: transform 1s ease-in-out; width: 100%; }
.hero-slide { position: relative; min-width: 100%; height: 90vh; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
/* .hero-video-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.hero-video-wrapper iframe { position: absolute; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; } */

.hero-video-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-video-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.hero-btn { display: inline-block; background: #0078d4; color: #fff; padding: 12px 24px; border-radius: 4px; margin-top: 15px; text-decoration: none; }

.hero { display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; color: #fff; position: relative;}
.hero-layout-container { display: flex; flex-wrap: wrap; width: 100%; margin: 0 auto; min-height: 600px; padding: 0 15px; box-sizing: border-box; }
.hero-btn { display: inline-block; background: #0078d4; color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 4px; margin-top: 15px; width: fit-content; }
.hero-form-content { flex: 1; padding: 20px; background: rgba(255,255,255,0.9); color: #000; border-radius: 8px; }
.hero-form-input, .hero-form-textarea { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 4px; }
.hero-form-submit { background: #0078d4; color: #fff; border: none; padding: 12px 20px; border-radius: 4px; cursor: pointer; }
.hero-split { display: flex; align-items: center; justify-content: center; background: #f5f5f5; color: initial; }
.hero-split-image { flex: 1; }
.hero-split-image img { width: 100%; height: 900px; object-fit: cover; object-position: center; display: block; border-radius: 8px; }
.hero-split-content { flex: 1; padding: 40px; display: flex; flex-direction: column; justify-content: center; background-color: #262A3E; color: #fff; }
.hero-split-content p { font-size: 45px; font-weight: 700; font-family: "Gotham Bold", Arial, Helvetica, sans-serif; line-height: 1.2; }
.split-hero-subtitle-spam { font-size: 45px; font-weight: lighter; }
.extra-para { font-size: 16px !important; font-weight: lighter !important; margin-top: 20px; }
.hero-content {z-index:2; top: auto; left: auto; transform: none; color: white; text-align: left; width: 90%; margin: 0 auto; padding: 100px 20px; box-sizing: border-box; }
.hero-form-group { display: flex; gap: 10px; }
.hero-form-group input { flex: 1; }
.hero-form-stack { display: flex; flex-direction: column; }
@media (max-width: 992px) {    .hero-split-content p { font-size: 36px; }    .split-hero-subtitle-spam { font-size: 36px; }}
@media (max-width: 768px) {  .hero-split-image, .hero-split-content { flex: 0 0 100%; max-width: 90%; padding: 30px 20px; margin:0 auto; }.hero-split-image img { height: 350px; border-radius: 0; }    .hero-layout-container { min-height: auto; }.hero-split-content p { font-size: 24px; }.split-hero-subtitle-spam { font-size: 24px; }.hero-content { position: static; transform: none; padding: 60px 20px; max-width: 100%; }.hero-form-group { flex-direction: column; }.hero-form-group input { margin-bottom: 10px; } .hero-slide{ height: 34vh !important; } .hero-slider{ height: 34vh !important; } }  

.semine-about-section {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:50px 20px;gap:40px;}
.semine-about-image,.semine-about-content {flex:1 1 45%;}
.semine-about-image img {width:100%;height:auto;border-radius:10px;}
.semine-about-content {background-color:var(--primary-color,#004f4f);padding:30px 40px;border-radius:10px;color:var(--opp-color,#fff);}
.semine-about-content h5 {font-size:16px;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;color:var(--opp-color);}
.semine-about-content h2 {font-size:32px;margin-bottom:20px;color:var(--opp-color);}
.semine-about-content p {font-size:16px;line-height:1.6;margin-bottom:30px;}
.semine-card-container {display:flex;flex-wrap:wrap;gap:20px;}
.semine-card {width:max-content;text-align:center;padding:20px;border:1px solid rgba(255,255,255,0.3);border-radius:10px;background:rgba(255,255,255,0.05);transition:all 0.3s ease;cursor:pointer;}
.semine-card:hover {background:rgba(255,255,255,0.15);transform:translateY(-5px);}
.semine-card h4 {margin-top:10px;color:var(--opp-color,#fff);font-size:16px;}
.semine-popup {display:none;position:fixed;inset:0;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;z-index:9999;}
.semine-popup-content {background:#fff;padding:30px;border-radius:10px;max-width:500px;width:90%;position:relative;text-align:center;color:var(--primary-color);}
.semine-close-popup {position:absolute;top:10px;right:15px;font-size:24px;cursor:pointer;}
@media (max-width:992px){.semine-about-section {flex-direction:column;text-align:center;}.semine-about-image,.semine-about-content {flex:1 1 100%;}.semine-about-content {padding:30px 20px;}.semine-card-container {justify-content:center;}.semine-card {flex:1 1 45%;}}
@media (max-width:600px){.semine-popup-content{max-width: 250px !important;} .semine-about-content h2 {font-size:24px;}.semine-about-content p {font-size:14px;}.semine-card {flex:1 1 100%;}.semine-card svg {width:40px;height:40px;}}

.highlights h1 {text-align:left;}
.highlights .subtitle { font-size:1.1rem; color:#555; line-height:1.6;text-align:left;max-width:800px; }
.grid.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(0px,1fr)); gap:30px; }
.card { background:#00b6d6; border-radius:15px; overflow:hidden; box-shadow:0 4px 10px rgba(0,0,0,0.1); transition:transform 0.3s ease; }
.card:hover { transform:translateY(-5px); }
.card .media img { width:100%; display:block; height:250px; }
.card .media-content { padding:20px; color:#fff; text-align:left; background-color: var(--primary-color); height: -webkit-fill-available;}
.media-content h3, .media-content p {color: var(--button-bg);}
.card h3 { font-size:1.5rem; margin-bottom:15px; font-weight:700; }
.card p { font-size:1rem; line-height:1.5; margin-bottom:20px; }
.cardbutton { display:inline-block; padding:10px 20px; background:var(--button-bg); color:#000; border-radius:30px; text-decoration:none; font-weight:600; transition:background 0.3s,color 0.3s; width:fit-content;margin:20px 0px;  }
.cardbutton:hover {color:var(--text-color); }
@media (max-width:800px) { .highlights h1 { font-size:2rem; } .card h3 { font-size:1.3rem; } .grid.cards { grid-template-columns:1fr!important; } }

.video-section { display:flex; justify-content:center; padding:40px 20px; }
.video-wrapper { position:relative; max-width:1200px; border-radius:12px; overflow:hidden; box-shadow:0 10px 25px rgba(0,0,0,0.25); }
.video-wrapper video { width:100%; height:auto; display:block; border-radius:12px; background:#000; cursor:pointer; }
.play-button { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor:pointer; transition:opacity 0.3s ease; }
.play-button svg { width:80px; height:80px; }
.video-wrapper.playing .play-button { opacity:0; pointer-events:none; }

.experience-grid { display: flex; justify-content: center; align-items: stretch; background: transparent; }
.experience-card.large { display: flex; flex-direction: row; background: #17b0d2; box-shadow: 0 6px 32px 0 rgba(0,0,0,0.08); overflow: hidden; width: 100%; }
.experience-content { flex: 1 1 0; padding: 48px 36px 48px 48px; display: flex; flex-direction: column; justify-content: center; min-width: 340px; color: #fff; background-color: var(--primary-color);}

.experience-title {background-color: var(--button-bg); padding: 10px 20px; border-radius: 50px; max-width: fit-content; color: var(--heading-color); margin-bottom: 40px;}
.font-display { font-size: 2rem; font-weight: 900; margin: 0 0 16px 0; color: #fff; text-align: left;}
.experience-subtext{ text-align:left;}
.experience-content p { font-size: 1.075rem; line-height: 1.55; margin-bottom: 28px; color: #eefaff; }
.experience-features { margin-bottom: 18px; }
.feature-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 16px; }
.feature-icon svg { min-width: 38px; min-height: 38px; background: #fff; color: #17b0d2; border-radius: 50%; padding: 8px; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10); }
.feature-text {text-align: left;}
.feature-text h5 { font-size: 1.02rem; font-weight: 700; margin: 0 0 4px 0; color: #fff; }
.feature-text .text-sm { font-size: .98rem; margin: 0; color: #ddf8ff; }
.experience-visual { flex: 1 1; min-width: 320px; background: #f3f7fa; display: flex; align-items: center; justify-content: center; padding: 0; overflow: hidden; }
.experience-visual img { width: 100%; height: -webkit-fill-available; object-fit: cover; display: block; }
@media (max-width: 900px) { .experience-card.large { flex-direction: column; border-radius: 24px; max-width: 98vw; } .experience-content, .experience-visual { min-width: 100%; border-radius: 24px 24px 0 0; } .experience-visual img { border-radius: 0 0 24px 24px; } .experience-content { padding: 36px 28px; } }
@media (max-width: 600px) {.experience-subtext{ padding:  0 20px;}.font-display{text-align: center !important;} .experience-content { padding:10px 0px; } .experience-content span {text-align:center !important} .experience-grid { padding: 10px; } .feature-item{padding:20px} }

/* Container for the entire section (Two-column layout) */
.showroom-section { display: flex;background-color: white; border-radius: 15px; overflow: hidden; }
/* Image Container Styling */
.image-container { flex: 1; min-width: 50%; }
.image-container img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* Content Card (Blue Section) Styling */
.content-card { flex: 1; background-color: var(--primary-color); color: white; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; }
.content-card h2 { font-size: 2.5em; font-weight: bold; margin-top: 0; color:var(--button-bg); text-align: left; }
.content-card h3 {color:white}
.content-card li p{ font-size: 13px;}
.content-card p { font-size: 1.1em; line-height: 1.6; margin-top: 0px; text-align: left; padding-right:10px;}
.content-card ul { list-style: disc; padding:0 25px; margin: 0px;  font-size: 1em; text-align: left;}
.content-card li { margin-bottom: 10px; }
/* Button Styling (General) */
.btn-primary, .visit-button { text-decoration: none; padding: 12px 25px; border-radius: 25px; font-weight: 600; text-align: center; display: inline-block; transition: background-color 0.3s; }
/* 'Visit Our Store' Button (White) */
.visit-button { background-color: white; color: var(--button-text); border: 2px solid white; margin-bottom: 20px; align-self: flex-start; width: fit-content;}
/* 'Get directions' Button (White) */
.btn-primary { background-color: white; color: var(--button-text); border: none; margin-top: 20px; }
.btn-primary:hover { background-color: #e0f8ff; }
/* Responsive Adjustments for Smaller Screens */
@media (max-width: 900px) { .showroom-section { flex-direction: column;} .image-container, .content-card { min-width: 100%; } .image-container img { border-radius: 15px 15px 0 0; } .content-card { padding: 10px; border-radius: 0 0 15px 15px; } }

/* Section and Container */


/* Headings */
.section-title { font-size: 3em; font-weight: 300; color: var(--heading-color); margin-bottom: 10px; font-family: 'Georgia', serif; } /* Approximating the font style */
.section-subtitle { font-size: 1.1em; color: #555; margin-bottom: 50px; }
/* Grid for Cards */
.testimonials-grid { display: flex; gap: 30px; justify-content: center; }
/* Individual Testimonial Card */
.testimonial-card { flex: 1; background-color: var(--primary-color); color: white; padding: 40px; border-radius: 15px; display: flex; flex-direction: column; justify-content: space-between; text-align: left;}
.testimonial-card .quote { font-size: 1.1em; line-height: 1.6; margin-bottom: 30px; }
/* Customer Info (Avatar and Details) */
.customer-info { display: flex; align-items: center;}
.customer-info .avatar { width: 45px; height: 45px; border-radius: 50%; background-color: white; color: var(--button-text); display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1em; margin-right: 15px; flex-shrink: 0; }
.customer-info .details { line-height: 1.2; }
.customer-info .name { font-weight: bold; margin: 0; font-size: 1em; }
.customer-info .title { font-size: 0.9em; opacity: 0.8; margin: 0; }
/* Responsive adjustments */
@media (max-width: 992px) { .testimonials-grid { flex-wrap: wrap; } .testimonial-card { flex: 1 1 45%; margin-bottom: 20px; min-height: 350px; } }
@media (max-width: 768px) { .testimonials-grid { flex-direction: column; align-items: center; } .testimonial-card { width: 90%; flex-basis: auto; min-height: auto; } .section-title { font-size: 2.5em; } }

/* CTA Section - Siemens specific styles (Single Line Each) */
.siemens-main-cta{ background-color: #000;}
.cta.siemens-main-cta .cta-container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;margin: 0 auto; }
.cta.siemens-main-cta .cta-image { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
.cta.siemens-main-cta .cta-image img { width: 100%; object-fit: cover; height: 450px; }
.cta.siemens-main-cta .cta-form-content { background: var(--primary-color); backdrop-filter: blur(20px); border-radius: 30px; position: relative; overflow: hidden; color: var(--text); }
.cta.siemens-main-cta .cta-form-content::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.cta-form { display: grid; gap: 20px; margin-top: 40px; }
.form-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px; }
.form-input { background: rgba(255, 255, 255, 0.05); border: none; border-radius: 12px; padding: 16px 20px; color: var(--text); font-size: 1rem; transition: all .3s ease; border: 1px solid transparent; }
.form-input:focus { outline: none; border-color: var(--cardbutton); background: rgba(255, 255, 255, 0.08); }
.form-input::placeholder { color: var(--button-bg); }
.form-textarea { min-height: 120px; resize: vertical; }
.form-submit { background: var(--button-bg); color: var(--text2); border: none; border-radius: 12px; padding: 18px 40px; font-size: 1.125rem; font-weight: 600; cursor: pointer; transition: all .3s ease; margin-top: 10px; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(7, 176, 214, 0.3); }
.form-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
@media (max-width: 968px) { .cta.siemens-main-cta .cta-container { grid-template-columns: 1fr!important; gap: 0px; } .cta.siemens-main-cta .cta-form-content { text-align: center; } .form-group { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .cta.siemens-main-cta .cta-form-content { padding: 0px !important; } }
 
/* Download Brochures Section */
.brochure-logo {    width: 130px;    height: auto;    object-fit: contain;}
.download-text{ display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 10px;}
.download-section {  margin: 40px auto; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); background-color: var(--primary-color); }
.download-header { text-align: center; }
.download-header h2 { font-family: Arial, sans-serif; font-size: 2rem; color: #fff; margin-bottom: 10px; }
.download-header p { font-family: Arial, sans-serif; font-size: 1rem; color: #fff; margin-bottom: 30px; }
.download-links-container { display: flex; gap: 15px; }
.download-item { gap: 50px; display: flex; align-items: center; justify-content: space-between; padding: 15px;background-color: #212122; border-radius: 8px; transition: transform 0.2s ease, box-shadow 0.2s ease; flex-grow: 1; }
.download-item:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.2); }
.download-text span { font-family: Arial, sans-serif; font-size:12px; color: #fff; }
.download-link { padding: none; text-decoration: none; color: #000; font-family: Arial, sans-serif; font-weight: bold; font-size: 0.9rem; transition: background-color 0.2s ease; }
/* Add a media query for responsiveness on smaller screens */
@media (max-width: 768px) { .download-links-container { flex-direction: column; } .download-section { margin: 20px; } .download-text span{ font-size: 0.7rem;} }

@media (max-width: 768px) { .footer-container{ flex-direction: column !important;} }


/*siemens page css start  here*/

/* Products Section Header */
.products-siemens { padding: 30px 0; background-color: var(--background, #f7f7f7); }
.products-header { max-width: 700px; margin: 0 auto 50px auto; display: flex; flex-direction: column; align-items: center; }
.products-header h2 { color: var(--heading-color); font-size: 2.5rem; margin-top: 10px; margin-bottom: 15px; }
.products-header .subtitle { font-size: 1.125rem; color: var(--text-muted, #666); }

/* Base Overlapping Product Feature Block Styles */
.products-grid { display: flex; flex-direction: column; gap: 80px; align-items: center; }
.product-feature-overlap { display: flex; align-items: center; margin: 0 auto; position: relative; width: 100%; color: var(--text, #333); }
.product-feature-image-wrapper { flex: 1; position: relative; min-width: 55%; border-radius: 8px; overflow: hidden; }
.product-feature-image { width: 100%; height: auto; display: block; border-radius: 8px; max-height: 400px;}
.image-gradient-overlay { position: absolute; top: 0; bottom: 0; width: 40%; }
.product-feature-card { flex: 1; padding: 40px; border-radius: 8px; position: relative; z-index: 1;color: var(--text, #333); } /* Standardized background-color */
.product-feature-card h2 { font-size: 2.5rem; margin-bottom: 20px; }
.product-feature-card p { font-size: 1rem; line-height: 1.6; margin-bottom: 30px; }

/* Button styles (using generic .button1 class) */
.button1 { display: inline-block; text-decoration: none; color: var(--primary-color); border: 1px solid var(--primary-color); padding: 10px 20px; border-radius: 20px; transition: all 0.3s ease; }
.button1:hover { background-color: var(--button-bg); color: var(--primary-color); }

/* LAYOUT 1: Image Left (Default) */
.product-feature-overlap.image-left { flex-direction: row;  background: white;}
.product-feature-overlap.image-left .product-feature-card { margin-left: 0px; text-align: left; }
.product-feature-overlap.image-left .image-gradient-overlay { right: 0; left: auto; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--card, #fff) 100%); }

/* LAYOUT 2: Image Right (Reversed) - NEW STYLES */
.product-feature-overlap.image-right { flex-direction: row-reverse; background: white;}
.product-feature-overlap.image-right .product-feature-card { margin-right: 0px; margin-left: auto; text-align: right; }
.product-feature-overlap.image-right .image-gradient-overlay { left: 0; right: auto; background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, var(--card, #fff) 100%); }

/* Responsive Styles */
@media (max-width: 968px) {
    .product-feature-overlap { flex-direction: column; align-items: center; }
    .product-feature-overlap .product-feature-image-wrapper { min-width: 100%; margin-bottom: -50px; box-shadow: none; }
    .product-feature-overlap .image-gradient-overlay { display: none; }
    /* Reset margins for mobile layout */
    .product-feature-overlap .product-feature-card { margin: 0; margin-top: 70px; width: 78%; max-width: 500px; text-align: center !important; }
    .product-feature-overlap.image-left .product-feature-card, .product-feature-overlap.image-right .product-feature-card { margin-left: auto; margin-right: auto; }
    .product-feature-card h2 { font-size: 2rem; }
}
@media (max-width: 600px) {
  .product-feature-overlap.image-left, .product-feature-overlap.image-right { flex-direction: column !important; }
    .products-siemens { padding: 40px 0; }
    .products-header h2 { font-size: 2rem; }
    .products-header .subtitle { font-size: 0.9rem; }
    .product-feature-card { padding: 30px; }
}

/* Styling for the main heading text */
.seminex-excellence-section h2 { color: var(--primary-color) !important; font-weight: 300; font-size: 2.5rem; }
/* Styling for the "Why Choose" badge */
.seminex-excellence-section .badge-seminex { background-color: var(--seminex-light); color: var(--seminex-blue); font-weight: bold; padding: 8px 20px; border-radius: 50rem; display: inline-block; }
/* Styling for the Feature Cards */
.feature-card-siemens { background-color: var(--primary-color); color: white; padding: 30px; border-radius: 16px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); border: 3px solid var(--seminex-dark-border); transition: transform 0.3s ease; min-height: -webkit-fill-available; cursor: pointer;}
.feature-card-siemens:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
/* Styling for the icon/emoji circle */
.feature-card-siemens .icon-circle {  display: inline-flex; justify-content: center; align-items: center; font-size: 30px; border-radius: 50%; border: 3px solid var(--seminex-dark-border); margin-bottom: 20px; line-height: 1; }
/* Basic structure adjustments for centering and layout */
.card-heading { color: var(--button-bg); }
.text-center { text-align: center; }
.mt-3 { margin-top: 1rem; }
.mb-5 { margin-bottom: 3rem; }
.row-cards { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.col-card { flex: 1 1 calc(25% - 20px); min-width: 280px; }
@media (max-width: 992px) { .col-card { flex: 1 1 calc(50% - 20px); } }
@media (max-width: 576px) { .col-card { flex: 1 1 100%; } }


/*caesarstone page css start  here*/

.alternating-block { display: flex; align-items: center; gap: 40px; }
.block-image, .block-content { flex: 1; min-width: 0; }
.block-image img { width: 100%; height: auto; border-radius: 8px; object-fit: cover; }
.block-content h2 { color: var(--heading-color); margin-top: 0; }
.block-content-first { flex-direction: row-reverse; }
@media (max-width: 768px) {
    .alternating-block { flex-direction: column !important; text-align: center; }
    .block-content { margin-top: 20px; }
}


.caesarstone-quality-section { display: flex; margin: 0 auto; padding: 40px 20px; align-items: center; }
.content-left { flex: 1; padding-right: 40px; }
.content-right { flex: 1; display: flex; gap: 15px; }
.headline { font-family: 'serif-font-used-in-image', serif; font-size: 3rem; font-weight: 300; line-height: 1.1; margin-bottom: 20px; }
.headline strong { font-weight: 600; }
.description { font-family: 'sans-serif-font-used-in-image', sans-serif; font-size: 1.1rem; line-height: 1.6; margin-bottom: 30px; }
.warranty-button { display: inline-block; padding: 12px 25px; border: 1px solid #000; text-decoration: none; color: #000; font-family: 'sans-serif-font-used-in-image', sans-serif; transition: background-color 0.3s; }
.warranty-button:hover { background-color: #f0f0f0; }
.image-container { flex: 1; }
.main-image, .logo-image { width: 100%; height: auto; display: block; }

@media (max-width: 768px) {    .content-right { flex-direction: column; } .caesarstone-quality-section { flex-direction: column; } .content-left { padding-right: 0; margin-bottom: 20px; } }
/* ===== Layout ===== */
.accordion-wrapper {margin: 0 auto; display: flex; gap: 40px; align-items: center; justify-content: center; }
.accordion-left img { max-width: 100%; height: auto; border-radius: 8px; }
.accordion-right { flex: 1; min-width: 300px; }
/* ===== Text ===== */
.title { font-size: 3.5rem; font-weight: 500; margin-bottom: 30px; }
.subtitle { font-size: 1rem; margin-bottom: 30px; color:var(--text-color); }
/* ===== Accordion ===== */
.accordion .item { border-top: 1px solid #444; }
.accordion .item:last-child { border-bottom: 1px solid #444; }
.header { width: 100%; border: none; background: none; padding: 18px 0; font-size: 2rem; text-align: left; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: inherit; }
.header:focus { outline: none; }
.icon { transition: transform 0.3s ease; font-size: 2rem; }
.content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0; color: var(--text-color); }
.item.active .content { max-height: 200px; padding: 10px 0 20px; }
.item.active .icon { transform: rotate(-180deg); }


.cs-slider { position: relative; overflow: hidden; width: 100%; } 
.cs-slider-track { display: flex; transition: transform 0.5s ease-in-out; } 
.cs-product-card { flex: 0 0 calc(100% / 3); box-sizing: border-box; padding: 10px; } 
.cs-slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: #fff; border: none; padding: 10px; cursor: pointer; font-size: 20px; z-index: 2; } 
.cs-slider-btn.prev { left: 10px; } 
.cs-slider-btn.next { right: 10px; }
.cs-product-card img.cs-product-image { width: 100%; height: 90%; aspect-ratio: 1 / 1; object-fit: cover; display: block; } 



/*schock page css start  here*/

.feature-section-container{max-width:1200px;margin:0 auto;padding:50px; display:flex; flex-direction:column; align-items:center; text-align:center; justify-content: center;}
.feature-section-container h2{display:flex; justify-content:center;}
.feature-section-container p{display:flex; justify-content:center;margin-bottom:40px; text-align:center;}
.feature-section{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;}
.feature-card{display:flex;flex-direction:column;width:100%;max-width:350px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease;position:relative;}
.feature-card:hover{transform:translateY(-5px);}
.card-image{height:180px;background-size:cover;background-position:center;background-repeat:no-repeat;}
.materials-image{background-image:url('../img/material.jpg');border-radius: 30px 30px 0px 0px;}
.service-image{background-image:url('../img/service.jpg');border-radius: 30px 30px 0px 0px;}
.spare-parts-card,.service-card,.materials-card{background-color:#101827;border-radius:30px; border:1px solid #4cc1dd;}
.spare-parts-image{background-image:url('../img/spareparts.jpg');border-radius: 30px 30px 0px 0px;}
.card-content{color:#fff;padding:25px;text-align:center;flex-grow:1;}
.card-content h3{font-size:1.25rem;margin-bottom:10px;font-weight:500;}
.card-content p{font-size:0.9rem;font-weight:300;line-height:1.5;}
.card-button-container{position:absolute;bottom:-25px;left:50%;transform:translateX(-50%);text-align:center;width:100%;}
.card-button{display:inline-block;padding:12px 30px;border:1px solid #fff;border-radius:25px;color:#fff;text-decoration:none;font-size:0.8rem;font-weight:500;letter-spacing:1px;transition:background-color 0.3s ease,color 0.3s ease;background-color:inherit;}
.card-button:hover{background-color:#fff;}
.materials-card .card-button, .service-card .card-button, .spare-parts-card .card-button{background-color:var(--primary-color);}


.rs-image-content-section{width:100%;background:var(--primary-color);box-sizing:border-box;}
.rs-section-header{text-align:center;margin-bottom:60px;}
.rs-section-title{font-size:2rem;font-weight:700;color:#222;margin-bottom:10px;}
.rs-section-subtitle{font-size:1.1rem;color:#555;}
.rs-image-content-wrapper{display:flex;align-items:center;justify-content:center;gap:50px;margin:0 auto;flex-wrap:wrap;}
.rs-image-content-wrapper.rs-reverse{flex-direction:row-reverse;}
.rs-image-side,.rs-text-side{flex:1;min-width:300px;}
.rs-content-image{width:100%;height:auto;}
.rs-text-side{text-align:left;padding: 50px;}
.rs-content-title{font-size:1.8rem;font-weight:600;color:var(--banner-heading);margin-bottom:15px;}
.rs-content-subtitle{font-size:1rem;color:var(--banner-heading);margin-bottom:25px;line-height:1.6;max-width: 600px;}
.rs-content-button{display:inline-block;padding:12px 30px;background:var(--primary-color);color:#fff;border:1px solid var(--banner-heading); text-decoration:none;border-radius:30px;font-weight:600;transition:0.3s;}
.rs-content-button:hover{background:#009ACD;}
@media(max-width:768px){.rs-image-content-wrapper{flex-direction:column!important;gap:30px;text-align:center;}.rs-text-side{text-align:center;}.rs-section-title{font-size:1.6rem;}.rs-content-title{font-size:1.5rem;} .rs-image-side,.rs-text-side{flex:1;min-width:250px;}}


.full-width-tabs-container{width:100%;margin:0 auto;box-sizing:border-box;}
.tabs-nav { z-index:9; position: absolute; top: 525px;width: 100%; transform: translateY(-50%); display: flex; justify-content: space-between; gap: 10px; list-style: none; padding: 0; margin: 0; }

.tab-item{margin:0 10px; padding:50px; background-color: #004f4f;width: 100%;}
.tab-link{display:inline-block;padding:10px 80px;font-weight:600;color:var(--banner-heading);text-decoration:none;border-bottom:3px solid transparent;transition:0.3s;}
.tab-link.active{color:var(--banner-heading); background-color: #004f4f;}
.tab-link:hover{color:#007BFF;}
.tabs-content{width:100%;}
.tab-pane{display:none;animation:fadeIn 0.3s ease-in-out;}
.tab-pane.active{display:block;}
.tab-pane h2{font-size:1.8rem;margin-top:30px;color:#222;}
.tab-extra-section{margin-top:30px;text-align:center;}
.tab-extra-image img{width:100%;max-width:600px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,0.1);}
@media (max-width: 768px) { .tabs-nav { top: auto; bottom: 0; transform: none; right: 0; left: 0; justify-content: center; } }
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@media(max-width:768px){.tab-link{padding:8px 12px;font-size:0.9rem;}.tab-extra-image img{max-width:100%;}}


/* Add this to your main CSS file */
.cs-color-options {
    margin-top: 10px;
    display: flex;
    gap: 8px;
}

.cs-color-swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ccc; /* Default border */
    transition: border 0.2s;
}

.cs-color-swatch:hover,
.cs-color-swatch.active {
    border: 2px solid #000; /* Highlight active/hovered swatch */
    transform: scale(1.1);
}

.product-detail-content-image img{max-width:500px; max-height: 500px;}
.product-detail-content{ display: flex; gap: 40px; width: 100%; justify-content: center; align-items: center;}
.product-info{text-align: left;}
.product-detail-header{text-align: left;}
.desc{font-size: 30px; letter-spacing: 3px;}
.mat-col{background-color: #f1f1f1; padding: 10px 20px; font-size: 14px;}
.my-product-tab-vertical-container {max-width: 1200px; margin: 0px auto; font-family: Arial, sans-serif; display: flex; gap: 20px; flex-direction: column;}
.my-product-tab-tabs-list { flex: 0 0 200px; border-right: 1px solid #ddd; }
.my-product-tab-btn { display: block; width: 100%; text-align: left; padding: 30px 20px; border: none; background: none; cursor: pointer; font-weight: bold; transition: background 0.3s, color 0.3s; }
.my-product-tab-btn.active { border-left: 3px solid #d35400; color: #d35400; background-color: #f7f7f7; }
.my-product-tab-btn:not(.active):hover { background-color: #eee; }
.my-product-tab-content-wrapper { flex-grow: 1; padding-left: 5%; text-align: left;}
.my-product-tab-content { display: none; }
.my-product-tab-content.active { display: block; }
.my-product-tab-countertop-details { display: flex; gap: 40px; }
.my-product-tab-countertop-details div h4 { margin-bottom: 8px; }
.my-product-tab-find-store-btn { display: inline-block; margin-top: 20px; padding: 10px 22px; border: 1px solid #000; text-decoration: none; color: #000; font-weight: bold; transition: 0.3s; }
.my-product-tab-find-store-btn:hover { background: #000; color: #fff; }
.my-product-tab-epd-logo { margin-top: 15px; width: 100px; }
.product-page-tabs{display:flex;}
.mat-col + ul li {    margin-bottom: 12px; /* adjust as needed */}
.mat-col + ul li:last-child {    margin-bottom: 0;}
@media (max-width: 768px) {
    .my-product-tab-vertical-container {  gap: 0; }
    .my-product-tab-tabs-list { flex: auto; border-right: none; border-bottom: 1px solid #ddd; display: flex; overflow-x: auto; white-space: nowrap; padding-bottom: 5px; flex-direction: column; }
    .my-product-tab-btn { flex-shrink: 0; padding: 12px 15px; }
    .my-product-tab-btn.active { border-left: none !important; border-bottom: 2px solid #d35400 !important; background-color: white; }
    .my-product-tab-content-wrapper { padding: 20px 0; }
    .my-product-tab-countertop-details { flex-direction: column; gap: 20px; }
    .product-page-tabs{flex-direction: column;}}
@media(max-width:768px){ .product-detail-content{ flex-direction: column; gap: 20px; } }

/* Base Slider Container */
.my-product-slider-container {max-width: 1200px; margin: 0 auto; position: relative; overflow: hidden; margin-top: 30px; width: 100%; aspect-ratio: 16 / 7; max-height: 600px; }
/* Wrapper that holds all slides and moves them */
.my-product-slider-wrapper { display: flex; height: 100%; transition: transform 0.4s ease-in-out; gap: 40px; /* New: Defines the gap between slides */ }
/* Individual Slide Styling: Width is 75% of the container, minus the gap. */
.my-product-slide { flex: 0 0 calc(75% - 40px); height: 100%; width: calc(75% - 40px); display: flex; box-sizing: border-box; }
.my-product-slide img { width: 100%; height: 100%; object-fit: cover; }
/* --- Navigation Arrows (No change) --- */
.my-product-slider-nav { position: absolute; bottom: 20px; right: 20px; display: flex; gap: 8px; }
.my-product-slider-prev, .my-product-slider-next { background: white; border: 1px solid #ccc; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; transition: background-color 0.2s; }
.my-product-slider-prev:hover, .my-product-slider-next:hover { background: #f0f0f0; }
.my-product-slider-prev svg, .my-product-slider-next svg { width: 16px; height: 16px; color: #333; }
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .my-product-slider-container { aspect-ratio: 4 / 3; }
    /* On mobile, remove the gap and make slides 100% wide */
    .my-product-slider-wrapper { gap: 0; }
    .my-product-slide { flex: 0 0 100%; width: 100%; }
    .my-product-slider-nav { bottom: 10px; right: 10px; }
}


/* --- Vertical Tab Container (Unique Design) --- */
.specs-grid-vertical-container { max-width: 1200px; margin: 40px auto; font-family: 'Times New Roman', serif; display: flex; gap: 20px; flex-direction: column; }
.product-detail-header h1 { text-align: left; font-size: 40px; margin-bottom: 20px; }
.specs-grid-tabs-wrapper { display: flex; border: 1px solid #ddd; padding: 30px; }

/* --- Left Column: Tab Buttons --- */
.specs-grid-tabs-list { flex: 0 0 200px; border-right: 1px solid #ddd; padding-right: 30px; }
.specs-grid-btn { display: block; width: 100%; text-align: left; padding: 8px 0; border: none; background: none; cursor: pointer; font-weight: normal; font-size: 16px; transition: color 0.3s; margin-bottom: 15px; }
.specs-grid-btn.active { border-left: 3px solid #d35400; color: #d35400; background-color: transparent; padding: 30px 10px; font-weight: bold; }
.specs-grid-btn:not(.active) { border-left: 3px solid transparent; padding: 30px 10px; }
.specs-grid-btn:not(.active):hover { color: #555; }

/* --- Right Column: Content Wrapper --- */
.specs-grid-content-wrapper { flex-grow: 1; padding-left: 30px; text-align: left; }
.specs-grid-content-pane { display: none; }
.specs-grid-content-pane.active { display: block; }

/* --- Specifications Grid Layout (Unique Classes) --- */
.specs-grid-items-container { display: flex; flex-direction: column; gap: 30px; }
.specs-grid-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.specs-grid-item { display: flex; flex-direction: column; }
.specs-grid-label { font-size: 14px; color: #666; margin-bottom: 5px; }
.specs-grid-value { font-size: 16px; font-weight: bold; margin-bottom: 5px; margin:0;}
.specs-grid-item ul { list-style: none; padding: 0; margin: 0; }
.specs-grid-item ul li { font-size: 16px; margin-bottom: 5px; }

/* --- Mobile Responsiveness (Stacking) --- */
@media (max-width: 768px) {
    .specs-grid-tabs-wrapper { flex-direction: column; padding: 15px; }
    .specs-grid-tabs-list {flex-direction: column; flex: auto; border-right: none; border-bottom: 1px solid #ddd; padding-right: 0; display: flex; overflow-x: auto; white-space: nowrap; margin-bottom: 15px; }
    .specs-grid-btn { flex-shrink: 0; margin-bottom: 0; padding: 10px 15px; border-left: none !important; }
    .specs-grid-btn.active { border-left: none; border-bottom: 2px solid #d35400 !important; background-color: white; padding-left: 15px; }
    .specs-grid-content-wrapper { padding-left: 0; }
    .specs-grid-row { grid-template-columns: 1fr; gap: 20px; }
    
}

/* Zoom Viewer Section */
.zoom-viewer-section { position: relative; padding-bottom: 50px;}
/* Viewer Window (Viewport) */
.zoom-viewer-window { width: 100%; overflow: hidden; border: 1px solid #eee; background-color: #f7f7f7; position: relative; }
/* Zoomable Image */
.zoom-viewer-image { width: 100%; height: 100%; max-height: 500px; transform-origin: 0 0; transition: transform 0.2s ease-out; cursor: grab; }
.zoom-viewer-image.dragging { cursor: grabbing; }
/* Zoom Controls */
.zoom-viewer-controls { position: absolute; bottom: 0; right: 0; z-index: 10; display: flex; gap: 10px; }
.zoom-viewer-btn { background: #fff; border: 1px solid #ccc; border-radius: 4px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.2s; }
.zoom-viewer-btn svg { width: 20px; height: 20px; color: #333; }
.zoom-viewer-btn:hover { background-color: #f0f0f0; }
.zoom-viewer-btn:disabled { opacity: 0.5; cursor: not-allowed; }
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .zoom-viewer-section { max-width: 100%; margin: 20px 0; padding-bottom: 45px; }
    .zoom-viewer-window { aspect-ratio: 1 / 1; }
    .zoom-viewer-btn { width: 35px; height: 35px; }
    .zoom-viewer-btn svg { width: 18px; height: 18px; }
    .zoom-viewer-controls { bottom: 5px; right: 10px; }
}

.edge-profiles{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0; justify-content: space-evenly;}.edge-profiles li{text-align:center; width:250px;}.edge-profiles img{width:150px;height:150px;border-radius:8px;object-fit:contain;display:block;margin:0 auto;}.edge-profiles p{margin-top:5px;font-size:14px;color:#333;}
