.hero-slider {
  position: relative;
  overflow: hidden;
}

/* Desktop overlay form */
.hero-fixed-form {
  position: fixed;
  right: -420px;
  bottom: 10%;
  z-index: 10;
  width: 420px;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  transition: 0.3s all ease-in-out;
  
}
.form-banner {
    background: linear-gradient(180deg, #ffd400, #ffcc00);
    color: #000;
    text-align: center;
    padding: 7px 0;
    margin: -24px -24px 24px -24px;
    border-radius: 0 0 60px 60px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.form-banner h6 {
  font-weight: 600;
  font-size: var(--h6-size);
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.form-banner p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

/* Slight 3D effect */
.form-banner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  right: 10%;
  height: 10px;
  background: rgba(0,0,0,0.15);
  border-radius: 50%;
  filter: blur(10px);
  z-index: -1;
}


.hero-fixed-form .card{
    /* Transparent glass */
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  /* Soft white border */
  border: 1px solid rgba(255, 255, 255, 0.35);

  /* Depth shadow */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* Slider height (desktop) */
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  height: auto;
}

.hero-slider .carousel-item img {
  height: 100%;
  width: 100%;
  display: block;
}

/* Controls */
.hero-slider .carousel-control-prev { left: 0; }
.hero-slider .carousel-control-next { right: 0; }
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 8%;
}

/* =========================
   MOBILE FIX (IMPORTANT)
   ========================= */
@media (max-width: 991.98px) {
  /* Form becomes normal block below slider */
  .hero-fixed-form {
    position: static;            /* ✅ removes overlay */
    width: 100%;
    max-width: 100%;
    margin-top: 14px;            /* spacing after slider */
    background: rgba(255,255,255,0.95);
    backdrop-filter: none;
    border-radius: 12px;
  }

 
 

  .hero-form.card {
    margin: 0 12px;              /* nice side padding on mobile */
  }
  
  .hero-slider .carousel-item img {
    height: 250px;
    width: 100%!important;
    display: block;
}
}


/* overview section starts */
.overview{
    background-color: #FFF;
    padding: 60px 0;
}
.features-row{
    padding: 50px 0 ;
}

.feature-item {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 8px;
  margin:20px 0;
  color: #393939;
  background: #f3f3f3;
   box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.feature-item img{
  width: 50px;
}

.feature-icon {
  font-size: 36px;
  color: #4f4e4e;
  transition: 0.2s ease;
}

.feature-item:hover .feature-icon {
  color: #ff0000;
}

@media (max-width: 991px) {
  .feature-item {
    justify-content: center !important;
  }
}
.overview-kicker{
    color: var(--color-primary);
    font-weight: 600;
    font-size: var(--h5-size);  
    margin-bottom: 12px;
}
.overview-title{
    font-size: var(--h3-size);
    font-weight: 700;
    margin-bottom: 20px;
}  

.why-wrap { background:#fff; }

  /* Image style with red left bar + rounded like screenshot */
  .why-img-card{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background:#f5f5f5;
  }
  .why-img-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width: 16px;
    background:#d40000;
    z-index: 2;
  }
  .why-img-card img{
    width: 100%;
    height: 620px;
    object-fit: cover;
    display:block;
    border-radius: 14px;
    transform: translateX(10px); /* shows the red bar */
  }

  /* Right content typography */
  .why-title{
    font-weight: 700;
    color:#111;
    line-height: 1.2;
    font-size: clamp(24px, 2.2vw, 38px);
    margin-top: 6px;
  }
  .why-para{
    color:#6b6b6b;
    font-size: 15.5px;
    line-height: 1.9;
    max-width: 560px;
  }

  /* points */
  .why-points{ display:grid; gap: 22px; }
  .why-point{
    display:flex;
    gap: 14px;
    align-items:flex-start;
  }
  .why-ico{
    color:var(--color-primary);
    font-size: 18px;
    margin-top: 6px;
  }
  .why-point-title{
    color:var(--color-primary);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .why-point-desc{
    color:#6b6b6b;
    font-size: 14px;
    line-height: 1.7;
    max-width: 520px;
  }

  @media (max-width: 991.98px){
    .why-img-card img{ height: 320px; }
    .why-para{ max-width: 100%; }
  }

  /* ends here */


  /* testmonial starts here  */

  .tst-wrap { background: #f7f7f7; }

  .tst-kicker {
    color: #ff0000;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;
    font-size: 16px;
  }

  .tst-title {
    font-weight: 700;
    color: #111;
    line-height: 1.12;
    font-size: clamp(26px, 3vw, 44px);
  }

  .tst-sub {
    color: #6b6b6b;
    font-size: 15.5px;
    line-height: 1.8;
  }

  .tst-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 50px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0,0,0,.06);
    transition: .25s ease;
  }

  .tst-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(0,0,0,.10);
  }

  .tst-card.featured {
    border-color: rgba(255,0,0,.25);
  }

  .tst-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255,0,0,.10);
    color: #ff0000;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
  }

  .tst-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }

  .tst-quote {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,0,0,.10);
    color: #ff0000;
    font-size: 16px;
  }

  .tst-stars i {
    color: #ff0000;
    font-size: 14px;
  }

  .tst-text {
    color: #3a3a3a;
    line-height: 1.85;
    font-size: 15px;
    margin: 0 0 18px;
  }

  .tst-person {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f1f1;
    padding-top: 16px;
    margin-top: auto;
  }

  .tst-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tst-name { font-weight: 900; color: #111; }
  .tst-meta { color: #6b6b6b; font-size: 13px; }

  /* Swiper spacing */
  .tst-swiper { padding: 6px 2px; }
  .swiper-slide { height: auto; }

  /* Controls */
  .tst-controls { gap: 12px; }
  .tst-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
    color: #111;
    box-shadow: 0 14px 30px rgba(0,0,0,.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
  }
  .tst-nav-btn:hover { border-color: rgba(255,0,0,.35); color: #ff0000; }

  /* Use our custom buttons, hide Swiper default arrows (but keep their functionality) */
  .tst-prev::after, .tst-next::after { display: none; }

  /* Pagination */
  .tst-pagination {
    position: static !important;
    width: auto !important;
  }
  .swiper-pagination-bullet {
    background: #111;
    opacity: .25;
  }
  .swiper-pagination-bullet-active {
    background: #ff0000;
    opacity: 1;
  }
/* ends here  */

/* services starts here */
/* ===== SERVICES SECTION ===== */
.services-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.section-title {
    font-size: 42px;
    font-weight: 700;
}

.section-subtitle {
    color: #6c757d;
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}


.service-card {
    background: #ffffff;
    color: var(--color-primary);
    width: 260px;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06)!important;
    text-align: center;
    transition: 0.4s ease;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
    position: relative;
    overflow: hidden;
}

.service-card p{
  color: #333;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(220, 53, 69, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #fedcdc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--color-primary);
    transition: 0.4s;
}

.service-card:hover .service-icon {
    transform: rotateY(180deg);
}

.service-card h5 {
    font-weight: 600;
    margin-top: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	Background: var(--color-secondary)
}

/* services ends here  */

/* cities swiper starts */
 .city-swiper-section { background: #f3f3f3; } /* similar grey */

  .city-swiper-title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0;
  }

  .city-title-line {
    width: 120px;
    height: 4px;
    background: var(--color-primary);  
    margin: 10px  0;
  }

  .city-card {
    display: block;
    text-decoration: none;
    color: #111;
  }

  .city-img {
    border-radius: 0;
    overflow: hidden;
    height: 180px;
    background: #ddd;
  }

  .city-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .25s ease;
  }

  .city-card:hover .city-img img {
    transform: scale(1.05);
  }

  .city-name {
    font-weight: 700;
    font-size: 18px;
    padding: 16px 4px 0;
    text-align: center;
  }

  .city-btn {
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    font-weight: 900;
    width: 46px;
    height: 40px;
    padding: 0;
  }

  .city-btn:hover {
    background: #111;
    color: #fff;
  }

  .city-pagination { position: static !important; }

  /* Swiper default */
  .swiper-slide { height: auto; }

/* ends here  */

/* Branded FAQ Section */


/* Accordion Card */
.branded-accordion .accordion-item {
  background: linear-gradient(90deg, var(--color-primary), #b30000);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

/* Accordion Button */
.branded-accordion .accordion-button {
  background: linear-gradient(90deg, var(--color-primary), #b30000);
  color: #fff;
  font-weight: var(--font-weight-medium);
  font-size: 15px;
  border: 1px solid #e86c6c;
}

.branded-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, var(--color-primary), #b30000);
  color: #fff;
  box-shadow: none;
}

/* Yellow Accent Line */
.branded-accordion .accordion-button::before {
  content: "";
  width: 4px;
  height: 100%;
  background: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 0;
}

/* Accordion Body */
.branded-accordion .accordion-body {
    background: #ffffff;
    color: #000000;
    font-size: 14.5px;
    line-height: 1.7;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* Remove default focus/arrow styling issues */
.branded-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Custom Arrow Color */
.branded-accordion .accordion-button::after {
  filter: invert(1);
}


 /* Background like your screenshot */
  .achievements-wrap {
    position: relative;
    background: linear-gradient(90deg, var(--color-secondary) 0%, #f7941d 100%);
    overflow: hidden;
  }

  /* faint photo/texture feel (optional) */
  .achievements-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 20% 30%,
        rgba(255, 255, 255, 0.14),
        transparent 55%
      ),
      radial-gradient(circle at 80% 40%, rgba(0, 0, 0, 0.12), transparent 55%);
    opacity: 0.65;
    pointer-events: none;
  }

  .achievements-wrap .container {
    position: relative;
    z-index: 1;
  }

  .achievements-title {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 1.5rem;
  }

  /* Outer bordered box */
  .achievements-grid {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(2px);
  }

  .achievements-item {
    position: relative;
  }

  /* vertical separators */
  .achievements-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    bottom: 18%;
    right: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.22);
  }

  /* on mobile (2 columns), separator logic needs tweaks */
  @media (max-width: 991.98px) {
    .achievements-item:nth-child(2)::after {
      display: none; /* end of first row */
    }
    .achievements-item:nth-child(1),
    .achievements-item:nth-child(2) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }
    .achievements-item:nth-child(1)::after,
    .achievements-item:nth-child(3)::after {
      display: block;
    }
    .achievements-item:nth-child(4)::after {
      display: none;
    }
	.contact-toggle-btn{
		display: none;
	}
	
  }

  .achievements-card {
    padding: 22px 18px;
    text-align: center;
  }

  .achievements-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .achievements-icon svg {
    width: 22px;
    height: 22px;
    fill: rgba(255, 255, 255, 0.95);
  }

  .achievements-number {
    color: #fff;
    font-weight: 800;
    font-size: 1.45rem;
    line-height: 1.1;
  }

  .achievements-number .plus {
    font-weight: 800;
    font-size: 1rem;
    margin-left: 2px;
    opacity: 0.95;
  }

  .achievements-label {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.85rem;
    font-weight: 500;
  }



/* Slide Panel */
.contact-slide-panel {
    position: fixed;
    top: 0;
    right: -400px; /* Hidden initially */
    width: 380px;
    height: 100%;
    background: #ffffff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    transition: 0.4s ease;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

/* Active State */
.contact-slide-panel.active {
    right: 0;
}

/* Vertical Button */
.contact-toggle-btn {
    position: fixed;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right top;
    background: var(--color-secondary); /* Red */
    color: #333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0;
    z-index: 10000;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	word-spacing: 5px;
}




.showForm{
	right: 50px;
}





