:root {
  --gray: rgb(73, 73, 73);
    --light: #d4d0c2;
    --beig: rgb(182, 181, 168);
    --yellow: #DDC384;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
--charcoal: #4d4d4d; /* Background Color */
    --gold: #eaad1d;
    --light-gray: #e0e0e0; /* Box colors */
    --black: #000000;
    --white: #ffffff; /* Text color on dark bg */
  }

  body {
    background-color: #fff;
    overflow-x: hidden;
}
  p{
    color: black;
  }
   /* start header */
  .logo{
    width: 200px;
  }



  .navbar-light .navbar-nav .nav-link{
color: white!important; 
font-size: 16px;
margin-right: 35px;
font-weight: 500;
text-transform: uppercase;


border-bottom:3px solid white;
margin-bottom: 2%;
  }
  .navbar-toggler-icon{
    color: var(--blue);
  }

  .navbar-light .navbar-toggler{
background-color: white;
    border-color: var(--blue);
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../img/bars.webp);
}

.navbar{
  padding-top: 2% ;
  padding-bottom: 3% ;
  background-image: url(../img/nav-bg1.webp);
background-position: center;
background-size: cover;
  /* border-top: 5px solid black;
  border-bottom: 5px solid black; */
 
  /* height: 200px; */

}
@media (max-width: 1199.98px) {
.navbar {
   
        position: relative;
        padding-top: 60px; /* Creates space for the button at the top */
    }

    .navbar-toggler {
        position: absolute;
        top: 17px;
        right: 47%;
        z-index: 1050; /* Keeps button on top of everything */
        border: 2px solid #EAAD1D !important; /* Gold border for your brand */
    }

    .navbar-collapse {
        background-color: #4D4D4D; /* Solid Charcoal */
        width: 100%;
        margin-top: 10px;
    }

    /* Remove those white lines from your screenshot */
    .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        text-align: center;
    }

    .nav-link {
        padding: 15px 20px !important;
        font-weight: bold;
        letter-spacing: 1px;
    }


}

/* start hero */

/* التنسيقات العامة للسكشن */
.hero-premium-polygon {
    padding: 100px 0 140px;
    background: #fff;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; /* مثال لخط نظيف */
}

/* حاوية الصفحة (Container) */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* شبكة الـ Hero */
.premium-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 10;
}

/* خلفية زخرفية دائرية ناعمة */
.accent-circle {
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(230, 177, 45, 0.08) 0%, rgba(255,255,255,0) 70%);
    top: -150px;
    left: -150px;
    z-index: 1;
}

/* --- تنسيقات الجانب الأيسر --- */
.logo-main {
    max-width: 170px;
    margin-bottom: 15px;
    display: block;
}



h1 {
    font-size: 2.5rem;
    color: #222;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
}

.gold-text {
    color: #e6b12d; /* اللون الذهبي من اللوجو */
}

.headline-bold {
    font-size: 1.5rem;
    color: #444; /* الرمادي الداكن */
    font-weight: 500;
    margin-bottom: 30px;
}

.description {
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
    max-width: 580px;
    margin-bottom: 45px;
}

/* تنسيق كارت رقم الهاتف (CTA) */
.cta-area {
    display: inline-block;
}

.phone-card-premium {
    display: flex;
    align-items: center;
    background: #333; /* رمادي غامق جداً */
    color: #fff;
    text-decoration: none;
    padding: 18px 40px 18px 18px;
    border-radius: 100px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.phone-icon-box {
    width: 60px;
    height: 60px;
    background: #e6b12d; /* خلفية أيقونة ذهبية */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 1.6rem;
    margin-right: 20px;
    transform: scaleX(-1);
}

.phone-info .label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.phone-info .number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}

.phone-card-premium:hover {
    transform: translateY(-5px);
    background: #000;
    box-shadow: 0 20px 40px rgba(230, 177, 45, 0.3);
}

/* --- تنسيقات الجانب الأيمن --- */
.image-side {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.visual-container {
    position: relative;
    width: 100%;
    max-width: 550px;
}

/* قناع الشكل المضلع (Geometric Polygon Mask) */
.polygon-mask {
    width: 100%;
    height: 550px;
    /* شكل سداسي/درع مبتكر */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #f0f0f0; /* خلفية احتياطية */
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15); /* ظل ناعم */
}

.polygon-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* لضمان ملء الصورة للشكل */
    display: block;
}

/* شارة عائمة ذهبية */
.floating-badge-gold {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #e6b12d;
    color: #000;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    font-weight: 700;
    z-index: 15;
}

.floating-badge-gold i {
    font-size: 1.3rem;
    margin-right: 12px;
}


.description.small-text {
    color: #666;
    line-height: 1.7; 
    font-size: 1.1rem; /* Clean, professional small size */
    max-width: 480px; /* Narrower width for a more vertical, modern look */
    margin-bottom: 30px;
    letter-spacing: 0.2px;
}
/* --- التجاوب مع الشاشات المختلفة (Responsive) --- */
@media (max-width: 1200px) {
    h1 { font-size: 3rem; }
}

@media (max-width: 992px) {
    .hero-premium-polygon {
        padding: 60px 0 100px;
    }

    .premium-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }
    
    .accent-circle { display: none; }

    .logo-main { margin: 0 auto 35px; }
    
    .description { margin: 0 auto 45px; }

    .cta-area {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .polygon-mask {
        height: 400px;
        max-width: 400px;
        margin: 0 auto;
    }

    .floating-badge-gold {
        right: 50%;
        transform: translateX(50%);
        bottom: -20px;
    }
}

@media (max-width: 576px) {
    h1 { font-size: 2.2rem; }
    .headline-bold { font-size: 1.2rem; }
    .polygon-mask { height: 300px; }
    .phone-card-premium { padding: 15px 25px 15px 15px; }
    .phone-icon-box { width: 50px; height: 50px; font-size: 1.3rem; }
    .phone-info .number { font-size: 1.4rem; }
}

  /* end header */



  /* start brands */


  .brands-marquee-section {
  background: linear-gradient(to bottom, #4f4f4f, #5b5b5b);
  padding: 26px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.brands-marquee-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.brands-marquee-wrap::before,
.brands-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.brands-marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, #555555 0%, rgba(85, 85, 85, 0) 100%);
}

.brands-marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, #555555 0%, rgba(85, 85, 85, 0) 100%);
}

.brands-marquee-track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: brandScroll 38s linear infinite;
}

.brand-item {
  min-width: 150px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px 22px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.brand-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
}

.brand-item img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  /* filter: grayscale(100%) brightness(0) invert(1); */
  opacity: 0.92;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.brand-item:hover img {
  opacity: 1;
  transform: scale(1.04);
}

@keyframes brandScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands-marquee-track {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .brands-marquee-section {
    padding: 22px 0;
  }

  .brands-marquee-track {
    gap: 18px;
    animation-duration: 30s;
  }

  .brand-item {
    min-width: 130px;
    height: 76px;
    padding: 14px 18px;
  }

  .brand-item img {
    max-height: 40px;
  }

  .brands-marquee-wrap::before,
  .brands-marquee-wrap::after {
    width: 80px;
  }
}

@media (max-width: 575.98px) {
  .brands-marquee-track {
    gap: 14px;
    animation-duration: 24s;
  }

  .brand-item {
    min-width: 110px;
    height: 68px;
    border-radius: 12px;
    padding: 12px 14px;
  }

  .brand-item img {
    max-height: 34px;
  }
}

  /* start offers */
  .offer-section {
    padding: 80px 0;
    background: #fdfdfd;
}

.offer-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* The Ticket Shape */
.offer-ticket {
    flex: 2;
    display: flex;
    background: #444; /* Dark Grey */
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    min-width: 320px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.offer-ticket:hover {
    transform: translateY(-10px) rotate(-1deg);
}

/* Left side of ticket */
.ticket-value {
    background: #e6b12d; /* Gold */
    color: #000;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 180px;
}

.save-label { font-weight: 800; letter-spacing: 2px; font-size: 0.9rem; }
.price { font-size: 6rem; font-weight: 900; line-height: 1; margin: 10px 0; }
.price sup { font-size: 2rem; }
.price span { font-size: 1.2rem; display: block; margin-top: -5px; }

/* Right side of ticket */
.ticket-info {
    padding: 40px;
    position: relative;
    flex: 1;
}

/* Perforation Line Effect */
.perforation {
    position: absolute;
    left: -1px;
    top: 10%;
    height: 80%;
    border-left: 2px dashed rgba(255,255,255,0.3);
}

.ticket-info .badge {
    background: rgba(230, 177, 45, 0.2);
    color: #e6b12d;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ticket-info h3 { margin: 15px 0 10px; font-size: 1.4rem; }
.ticket-info p { font-size: 0.9rem; opacity: 0.8; line-height: 1.6; }

.offer-footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
}

/* Right Side CTA Box */
.offer-cta {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.btn-claim {
    display: inline-flex;
    align-items: center;
    background: #e6b12d;
    color: #000;
    text-decoration: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(230, 177, 45, 0.2);
    transition: 0.3s;
}

.btn-claim:hover {
    background: #000;
    color: #fff;
    transform: scale(1.05);
}


/* Stack the buttons vertically on the right */
.offer-buttons-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

/* Primary Claim Button (Existing) */
.btn-claim {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6b12d;
    color: #000;
    text-decoration: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(230, 177, 45, 0.2);
    transition: 0.3s;
}

/* New "See All Offers" Button Styling */
.btn-all-offers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #444; /* Dark grey to match brand */
    text-decoration: none;
    padding: 12px 20px;
    border: 2px solid #e6b12d; /* Gold border */
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-all-offers i {
    margin-left: 10px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.btn-all-offers:hover {
    background: rgba(230, 177, 45, 0.1);
    color: #000;
}

.btn-all-offers:hover i {
    transform: translateX(5px);
}

/* Responsive fix for buttons */
@media (max-width: 768px) {
    .offer-cta {
        text-align: center;
    }
    .offer-buttons-stack {
        align-items: center;
    }
}
/* Responsive */
@media (max-width: 768px) {
    .offer-ticket { flex-direction: column; }
    .ticket-value { padding: 30px; }
    .perforation {
        top: -1px; left: 10%; width: 80%; height: 1px;
        border-left: none; border-top: 2px dashed rgba(255,255,255,0.3);
    }
}


/* Full Width Section */
.why-choose-full {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.split-container {
    display: flex;
    width: 100%;
    min-height: 600px;
    flex-wrap: wrap;
}

/* Left Side: Image Styling */
.split-image {
    flex: 1;
    min-width: 50%;
    background-image: url('../img/Gemini_Generated_Image_7g5v937g5v937g5v.png'); /* Professional workshop/hands image */
    background-size: cover;
    background-position: center;
    position: relative;
}

.image-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.4), transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Floating Card on Image */
.experience-card {
    background: #e6b12d; /* Gold */
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: rotate(-3deg);
}

.experience-card .count {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #000;
    line-height: 1;
}

.experience-card .label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

/* Right Side: Content Styling */
.split-content {
    flex: 1;
    min-width: 50%;
    display: flex;
    align-items: center;
    background: #444; /* Dark Grey */
    color: #fff;
    padding: 80px;
}

.content-inner {
    max-width: 550px;
}

.section-tag {
    color: #e6b12d;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.split-content h2 {
    font-size: 2.2rem;
    margin: 15px 0 25px;
    line-height: 1.2;
}

.split-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 25px;
}

/* Special trends highlight box */
.trends-box {
    border-left: 4px solid #e6b12d;
    padding-left: 20px;
    margin: 30px 0;
    background: rgba(255,255,255,0.05);
    padding-top: 20px;
    padding-bottom: 5px;
}

.trends-box p {
    font-style: italic;
    font-size: 0.95rem;
}

/* Benefits List */
.benefit-list {
    list-style: none;
    padding: 0;
}

.benefit-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
}

.benefit-list i {
    color: #e6b12d;
    margin-right: 15px;
    font-size: 1.2rem;
}

/* Responsive Handling */
@media (max-width: 1024px) {
    .split-content { padding: 40px; }
    .split-content h2 { font-size: 1.8rem; }
}

@media (max-width: 768px) {
    .split-image { min-height: 400px; width: 100%; }
    .split-content { width: 100%; }
    .experience-card { transform: rotate(0); }
}


/* services */
.services-shield {
    padding: 100px 0;
    background: #fdfdfd;
    font-family: 'Inter', sans-serif;
}

.header-center {
    text-align: center;
    margin-bottom: 70px;
}

.section-title {
    font-size: 2.5rem;
    color: #222;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.title-underline {
    width: 60px;
    height: 4px;
    background: #e6b12d;
    margin: 15px auto;
}

.section-subtitle {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Hex-Grid Layout */
.hex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.hex-item {
    background: #fff;
    padding: 50px 30px;
    border: 1px solid #eee;
    border-radius: 0 40px 0 40px; /* Creative Slanted Corners */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hex-item::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 50px; height: 50px;
    background: #e6b12d15;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.hex-item:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    border-color: #e6b12d;
}

.hex-icon {
    width: 60px;
    height: 60px;
    background: #222;
    color: #e6b12d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 12px;
    margin-bottom: 25px;
    transform: rotate(45deg);
}

.hex-icon i {
    transform: rotate(-45deg);
}

.hex-item h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #222;
}

.hex-item p {
    font-size: 0.9rem;
    color: #777;
    line-height: 1.6;
}

/* Problem Solver Section */
.problem-solver-wrap {
    background: #222;
    border-radius: 30px;
    padding: 60px;
    display: flex;
    gap: 60px;
    align-items: center;
    color: #fff;
}

.solver-left {
    flex: 1;
}

.solver-left h3 {
    font-size: 2.2rem;
    line-height: 1.1;
}

.solver-left h3 span {
    color: #e6b12d;
}

.solver-right {
    flex: 2;
    border-left: 1px solid #444;
    padding-left: 50px;
}

.issue-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.issue-dot {
    width: 12px;
    height: 12px;
    background: #e6b12d;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.issue-text strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.issue-text p {
    color: #aaa;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 992px) {
    .problem-solver-wrap {
        flex-direction: column;
        padding: 40px;
    }
    .solver-right {
        border-left: none;
        padding-left: 0;
    }
}


:root {
  --charcoal: #4d4d4d;
  --gold: #eaad1d;
  --light-gray: #f4f4f4;
  --black: #000000;
  --white: #ffffff;
}

.testimonial-section {
  padding: 80px 0;
  text-align: center;
  font-family: 'Arial', sans-serif;
  overflow: hidden;
}

.header-text {
  margin-bottom: 50px;
}

.subtitle {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0;
}

.title {
  font-size: 28px;
  margin: 5px 0;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

/* Road Background centered behind the circles */
.road-line {
  position: absolute;
  top: 90px; /* Adjust based on circle height */
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #cccccc;
  z-index: -1;
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%);
  background-size: 40px 4px;
  background-repeat: repeat-x;
  background-position: center;
}

.customer-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers circle and box together */
}

.image-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 10px solid var(--charcoal);
  outline: 4px solid var(--gold);
  overflow: hidden;
  background-color: white;
  margin-bottom: 30px;
}

.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-box {
  background-color: var(--light-gray);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-top: 4px solid var(--gold);
}

.stars {
  color: var(--gold);
  margin-bottom: 10px;
  font-size: 18px;
}

.opinion {
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #333;
}

.name {
  font-weight: bold;
  margin: 0;
  color: var(--black);
}

.profession {
  font-size: 12px;
  color: var(--charcoal);
  margin: 0;
}

/* Responsive adjustment */
@media (max-width: 800px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }
  .road-line {
    display: none;
  }
  .customer-card {
    margin-bottom: 40px;
  }
}



/* Custom Properties */
:root {
    --charcoal: #4d4d4d;
    --gold: #eaad1d;
    --white: #ffffff;
    --light-gray: #f4f4f4;
}

/* Section Main Container */
.creative-contact-section {
    background-color: var(--charcoal);
    color: var(--white);
    font-family: 'Segoe UI', Arial, sans-serif;
    overflow: hidden; /* Important for the split design */
}

/* Split Layout using Flexbox */
.split-container {
    display: flex;
    min-height: 550px;
    align-items: stretch;
}

/* --- Left Image Area --- */
.image-area {
    flex: 1.1; /* Image side slightly wider */
    position: relative;
    /* CHANGE THIS URL TO YOUR PROFESSIONAL IMAGE */
    background-image: url('../img/image-1078347948693411.jpeg');
    background-size: cover;
    background-position: center;
}

/* Optional overlay to darken the image for text clarity */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradient from charcoal to transparent over the image */
    background: linear-gradient(135deg, rgba(77, 77, 77, 0.9) 0%, rgba(77, 77, 77, 0.4) 100%);
}

/* --- Right Content Area --- */
.content-area {
    flex: 1;
    padding: 80px 10% 80px 8%; /* Specific padding for a custom feel */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-title {
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: bold;
}

/* Gold Accent for the title */
.section-title .accent {
    color: var(--gold);
    display: block; /* Moves accent to its own line for punchiness */
}

.section-description {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #dfdfdf;
}

/* Strong tags keep white text on dark bg */
.creative-contact-section strong {
    color: var(--white);
    font-weight: 600;
}

/* A specialized box for the second paragraph for creative flair */
.details-box {
    background-color: rgba(255, 255, 255, 0.05); /* Very subtle overlay */
    padding: 20px;
    border-left: 4px solid var(--gold);
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--light-gray);
    margin-bottom: 40px;
}

/* Button Group */
.action-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Button Styling (keep branding consistent) */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 16px 35px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    flex: 1; /* Buttons share width */
    min-width: 200px;
}

.btn-primary {
    background-color: var(--gold);
    color: var(--charcoal);
    border: 2px solid var(--gold);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--gold);
}

.btn-secondary {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-secondary:hover {
    background-color: var(--white);
    color: var(--charcoal);
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 850px) {
    .split-container {
        flex-direction: column; /* Stack vertically on mobile */
    }

    .image-area {
        height: 250px; /* Force image height on mobile */
        flex: none;
    }

    .content-area {
        padding: 50px 8%;
    }

    .section-title {
        font-size: 2rem;
        text-align: center;
    }

    .section-description, .details-box p {
        text-align: center;
    }

    .action-buttons {
        justify-content: center;
    }
}




:root {
    --charcoal: #4d4d4d;
    --gold: #eaad1d;
    --white: #ffffff;
    --smoke: #f8f9fa;
    --border: #e9ecef;
}

.kb-faq-section {
    background-color: var(--white);
    padding: 90px 5%;
    font-family: 'Segoe UI', sans-serif;
    color: var(--charcoal);
}

.kb-container {
    max-width: 1100px;
    margin: 0 auto;
}

.kb-header {
    text-align: center;
    margin-bottom: 50px;
}

.gold-text { color: var(--gold); }

/* --- Layout Grid --- */
.kb-layout {
    display: flex;
    gap: 40px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* Sidebar Styling */
.kb-sidebar {
    width: 280px;
    background: var(--smoke);
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
}

.kb-tab {
    padding: 20px 25px;
    border: none;
    background: none;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    color: var(--charcoal);
    cursor: pointer;
    transition: 0.3s;
    border-left: 4px solid transparent;
}

.kb-tab:hover { background: #eee; }

.kb-tab.active {
    background: var(--white);
    color: var(--gold);
    border-left: 4px solid var(--gold);
}

/* Content Area */
.kb-content {
    flex: 1;
    padding: 40px;
}

.kb-panel { display: none; }
.kb-panel.active { display: block; animation: fadeIn 0.4s; }

.kb-panel h3 { font-size: 1.6rem; margin-bottom: 20px; }
.kb-panel p { line-height: 1.7; color: #555; margin-bottom: 20px; }

.kb-warning {
    background: #fff9e6;
    border-left: 4px solid var(--gold);
    padding: 15px 20px;
    font-size: 0.95rem;
}

.kb-list { list-style: none; padding: 0; }
.kb-list li { margin-bottom: 12px; padding-left: 20px; position: relative; }
.kb-list li::before { content: "✔"; color: var(--gold); position: absolute; left: 0; }

/* CTA Footer */
.kb-footer { text-align: center; margin-top: 40px; }
.btn-kb-cta {
    display: inline-block;
    padding: 18px 40px;
    background: var(--charcoal);
    color: var(--gold);
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s;
}
.btn-kb-cta:hover { background: var(--gold); color: var(--charcoal); }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Mobile Adjustments */
@media (max-width: 850px) {
    .kb-layout { flex-direction: column; }
    .kb-sidebar { width: 100%; border-right: none; border-bottom: 1px solid var(--border); }
}



:root {
    --charcoal: #4d4d4d;
    --gold: #eaad1d;
    --white: #ffffff;
    --bg-light: #fdfdfd;
}

.premium-services {
    background-color: var(--white);
    padding: 100px 5%;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.intro-block {
    text-align: center;
    margin-bottom: 80px;
}

.title-main {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--charcoal);
}

.gold-line {
    color: var(--gold);
    border-bottom: 4px solid var(--gold);
}

/* --- Vertical Journey Styling --- */
.services-journey {
    position: relative;
    padding-left: 50px;
    margin-bottom: 100px;
}

/* The vertical line */
.services-journey::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #eee;
}

.journey-item {
    position: relative;
    margin-bottom: 60px;
}

.journey-number {
    position: absolute;
    left: -53px;
    top: 0;
    width: 34px;
    height: 34px;
    background: var(--white);
    border: 2px solid var(--gold);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 2;
}

.journey-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    color: var(--charcoal);
}

.journey-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

:root {
    --charcoal: #4d4d4d;
    --gold: #eaad1d;
    --white: #ffffff;
    --smoke: #f4f4f4;
}

.bento-container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bento-header h3 {
    font-size: 2.2rem;
    color: var(--charcoal);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 800;
}

/* Grid Configuration */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}

.bento-item {
    background: var(--white);
    padding: 35px;
    border-radius: 24px;
    border: 1px solid #e0e0e0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Icon Styles */
.bento-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.bento-item strong {
    font-size: 1.25rem;
    color: var(--charcoal);
    display: block;
    margin-bottom: 12px;
}

.bento-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Specific Item Layouts */
.tall {
    grid-row: span 2;
    background-color: var(--charcoal);
    color: var(--white);
    border: none;
}

.tall strong { color: var(--gold); }
.tall p { color: #ccc; }

.wide {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

/* Hover Interaction */
.bento-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: var(--gold);
}

.bento-item:hover .bento-icon {
    transform: scale(1.1) rotate(-5deg);
}

/* Responsive Logic */
@media (max-width: 992px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .wide { grid-column: span 2; }
}

@media (max-width: 600px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }
    .tall, .wide {
        grid-row: auto;
        grid-column: auto;
        flex-direction: column;
    }
}

:root {
    --charcoal: #4d4d4d;
    --gold: #eaad1d;
    --white: #ffffff;
    --smoke: #f9f9f9;
}

.contact-hub-section {
    padding: 80px 5%;
    background-color: var(--smoke);
    font-family: 'Segoe UI', Arial, sans-serif;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr; /* Slightly wider sidebar for map */
    background: var(--white);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

/* Sidebar Section */
.contact-sidebar {
    background-color: var(--charcoal);
    color: var(--white);
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
}

.badge-gold {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.contact-sidebar h2 { font-size: 2.2rem; margin-bottom: 30px; }
.text-gold { color: var(--gold); }

.info-list { margin-bottom: 35px; }

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.info-icon {
    font-size: 1.2rem;
    color: var(--gold);
    background: rgba(255,255,255,0.05);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.info-text label {
    display: block;
    color: var(--gold);
    font-weight: bold;
    font-size: 0.85rem;
}

.info-text p, .info-text a {
    color: #dfdfdf;
    text-decoration: none;
    font-size: 0.95rem;
    margin: 0;
}

/* Service Areas / Zip Pills */
.service-area {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
}

.area-title {
    color: var(--gold);
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}

.zip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.zip-pill {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(234, 173, 29, 0.4);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    transition: 0.3s;
}

.zip-pill:hover {
    background: var(--gold);
    color: var(--charcoal);
}

/* Sidebar Map Integration */
.map-sidebar-wrapper {
    margin-top: auto; /* Pushes map to bottom of sidebar content */
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Main Form Content */
.contact-main { padding: 50px; }
.form-intro { margin-bottom: 30px; }
.form-intro h3 { font-size: 1.8rem; font-weight: 800; }

.form-input, .form-select-style, textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fcfcfc;
    margin-bottom: 12px;
}

.form-input:focus { border-color: var(--gold); outline: none; }
textarea { height: 110px; resize: none; }

.btn-submit-gold {
    background: var(--gold);
    color: var(--charcoal);
    border: none;
    padding: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}

.btn-submit-gold:hover { background: var(--charcoal); color: var(--gold); }


/* Update the info-icon styles for Font Awesome icons */
.info-icon {
    font-size: 1rem; /* Adjusted for FA icons */
    color: var(--gold);
    background: rgba(255, 255, 255, 0.08); /* Slightly brighter background */
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Circular icons look more modern */
    border: 1px solid rgba(234, 173, 29, 0.3);
    flex-shrink: 0;
}

/* Ensure the text and labels are aligned correctly with multiple lines */
.info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.info-text p {
    margin-top: 2px;
    line-height: 1.5;
}

/* Hover effect for the whole info item */
.info-item:hover .info-icon {
    background: var(--gold);
    color: var(--charcoal);
    transform: scale(1.1);
    transition: 0.3s;
}
/* Mobile View */
@media (max-width: 992px) {
    .contact-container { grid-template-columns: 1fr; }
    .map-sidebar-wrapper { margin-top: 20px; height: 250px; }
}




:root {
    --charcoal: #4d4d4d;
    --gold: #eaad1d;
    --white: #ffffff;
}

.main-footer {
    background-color: var(--charcoal);
    padding: 50px 20px;
    border-top: 5px solid var(--gold);
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: var(--white);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.copyright-area {
    margin-bottom: 25px;
}

.copyright-area p {
    margin: 5px 0;
    font-size: 0.95rem;
    opacity: 0.9;
}

.domain-link {
    color: var(--gold);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.domain-link:hover {
    color: var(--white);
    text-shadow: 0 0 10px rgba(234, 173, 29, 0.5);
}

.rights-text {
    font-size: 0.8rem;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Social Media Section */
.social-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(234, 173, 29, 0.3);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.1rem;
    /* Smooth bounce animation */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-link:hover {
    background: var(--gold);
    color: var(--charcoal);
    transform: translateY(-5px) scale(1.1);
    border-color: var(--gold);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Mobile Adjustments */
@media (max-width: 480px) {
    .social-wrapper { gap: 10px; }
    .social-link { width: 40px; height: 40px; font-size: 1rem; }
}



:root {
    --charcoal: #4D4D4D;
    --gold: #EAAD1D;
    --white: #FFFFFF;
}

.service-locations-section {
    padding: 80px 0;
    background-color: #F4F4F4; /* Light contrast background */
}

.section-title {
    color: var(--charcoal);
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.text-gold {
    color: var(--gold);
}

.title-divider {
    width: 60px;
    height: 4px;
    background: var(--gold);
    margin: 15px auto;
}

.section-subtitle {
    color: #777;
    margin-bottom: 40px;
}

/* Location Link/Card Styling */
.location-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--charcoal);
    color: var(--white);
    padding: 20px 15px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    text-align: center;
    height: 100%;
}

.location-link:hover {
    background-color: var(--white);
    color: var(--charcoal);
    border-bottom: 3px solid var(--gold);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .location-link {
        font-size: 0.95rem;
        padding: 15px 10px;
    }
}

.CUS input,
.CUS select,
.CUS textarea {
    border: 1px solid #4D4D4D !important;
    transition: 0.3s ease;
}

.CUS input:focus,
.CUS select:focus,
.CUS textarea:focus {
    border-color: #EAAD1D !important; /* your brand orange */
    box-shadow: none;
    outline: none;
}