:root {
  --yellow: #ffc107;
  --yellow-dark: #e0aa00;
  --text-dark: #222;
  --text-light: #555;
  --bg-soft: #fffbea;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;

  --shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 12px 30px rgba(0, 0, 0, 0.1);

  --section-padding: 80px;
}

/* AWARDS PAGE */
   /* BREADCRUMB SECTION – RED THEME */
.breadcrumb-section {
  position: relative;
  background: linear-gradient(135deg, #ffd400, #7a0c18);
  padding: 90px 15px;
  overflow: hidden;
  color: #fff;
}

/* Decorative shapes */
.breadcrumb-section .decoration.circle {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.breadcrumb-section .decoration.square {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.06);
  transform: rotate(45deg);
}

/* Content */
.breadcrumb-section .section-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.breadcrumb-section h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}

.breadcrumb-section h1 i {
  color: #ffd6d6;
}

/* Breadcrumb styling */
.breadcrumb-wrapper {
  display: flex;
  justify-content: center;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: #ffecec;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #ffd6d6;
  font-weight: 600;
}

/* Divider color */
.breadcrumb-item+.breadcrumb-item::before {
  color: #ffd6d6;
}

/* annimation-start */
[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

/* === Direction Animations === */
[data-animate="left"] {
  transform: translateX(-50px);
}

[data-animate="right"] {
  transform: translateX(50px);
}

[data-animate="top"] {
  transform: translateY(-50px);
}

[data-animate="bottom"] {
  transform: translateY(50px);
}

/* === When visible === */
[data-animate].show {
  opacity: 1;
  transform: translate(0, 0);
}

/* === Delay options === */
[data-delay="1"] {
  transition-delay: 0.3s;
}

[data-delay="2"] {
  transition-delay: 0.6s;
}

[data-delay="3"] {
  transition-delay: 0.9s;
}

[data-delay="4"] {
  transition-delay: 1.2s;
}

/* annimation-end */

/* ===============================
   RESPONSIVE
================================ */

/* Tablets */
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 70px 15px;
  }

  .breadcrumb-section h1 {
    font-size: 2.1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .breadcrumb-section {
    padding: 55px 12px;
  }

  .breadcrumb-section h1 {
    font-size: 1.6rem;
  }

  .breadcrumb {
    font-size: 0.9rem;
  }
}

/* breadcumend */
.page-awards {
  background: #fff;
}

.page-awards section {
  padding: 80px 0;
}

/* SLIDER */
.page-awards-slider {
  height: 260px;
  background: linear-gradient(135deg, #fed604, #1a1a1a);
  position: relative;
  overflow: hidden;
}

.page-awards-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-awards-slider-content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-awards-magic-dot {
  width: 10px;
  height: 10px;
  background: #fed604;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
  animation: awardDot 2.5s ease-in-out infinite;
}

@keyframes awardDot {
  50% {
    transform: translateY(-8px);
    opacity: .6;
  }
}

/* INTRO */
.page-awards-title {
  font-size: 36px;
  font-weight: 700;
}

.page-awards-subtitle {
  max-width: 720px;
  margin: auto;
  color: #555;
}

/* CARDS */
.page-awards-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .3s;
  height: 100%;
}

.page-awards-card:hover {
  transform: translateY(-10px);
}

.page-awards-image {
  height: 220px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-awards-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.page-awards-content {
  padding: 25px;
  text-align: center;
}

.page-awards-year {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
}

/* end award */
.award-page {
  background: #ffffff;
}

/* Intro */

.award-page .award-title {
  font-size: 36px;
  font-weight: 700;
}

.award-page .award-subtitle {
  max-width: 720px;
  margin: auto;
  color: #555;
}

/* Award Cards */
.award-page .award-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.award-page .award-card:hover {
  transform: translateY(-10px);
}

/* Image */
.award-page .award-image {
  height: 220px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-page .award-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Content */
.award-page .award-content {
  padding: 25px;
  text-align: center;
}

.award-page .award-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.award-page .award-year {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.award-page .award-content p {
  font-size: 15px;
  color: #555;
}

/* Mobile */
@media (max-width: 768px) {
  .award-page .award-title {
    font-size: 28px;
  }

  .award-page .award-image {
    height: 180px;
  }
}

/* end award */
/* why choose us */
/* Wrapper safety */
.page-why-choose {
  display: flow-root;
  /* margin collapse STOP */
}

/* FIRST SECTION */
.page-why-choose .why-choose-us {
  padding: 80px 0;
  background: #fff;
}

/* GAP CREATE KARNE KA SAHI TAREEKA */
.page-why-choose .why-choose-us {
  border-bottom: 80px solid transparent;
}

/* SECOND SECTION */
.page-why-choose .why-choose-section {
  padding: 80px 0 !important;
}

/* Typography */
.page-why-choose .section-header .badge {
  display: inline-block;
  background: #fff4cc;
  color: #f4b400;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-why-choose .section-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.page-why-choose .section-header p {
  max-width: 650px;
  margin: auto;
  color: #666;
}

/* Cards */
.page-why-choose .why-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-why-choose .why-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-why-choose .why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Hover subtle */
.page-why-choose .hover-subtle:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

/* Responsive */
@media (max-width: 768px) {

  .page-why-choose .why-choose-us,
  .page-why-choose .why-choose-section {
    padding: 60px 0;
  }

  .page-why-choose .why-choose-us {
    border-bottom: 50px solid transparent;
  }
}

/* end why choose us */
/* HOME PAGE – SHIFTING PROCESS */

.page-home .shifting-process {
  padding: 70px 0;
  background: #fff;
}

.page-home .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.page-home .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.page-home .section-header p {
  color: #555;
  margin-top: 10px;
  font-size: 16px;
}

.page-home .process-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.page-home .process-step {
  flex: 1;
  text-align: center;
  max-width: 220px;
}

.page-home .icon-circle {
  width: 110px;
  height: 110px;
  background: #f5b400;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-home .icon-circle i {
  font-size: 40px;
  color: #000;
}

.page-home .step-count {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .process-step h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.page-home .process-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.page-home .process-line {
  flex: 1;
  height: 2px;
  border-top: 2px dashed #f5b400;
  max-width: 80px;
}

/* Responsive */
@media (max-width: 992px) {
  .page-home .process-wrapper {
    flex-direction: column;
  }

  .page-home .process-line {
    width: 2px;
    height: 40px;
    border-top: none;
    border-left: 2px dashed #f5b400;
  }
}

/* end process */

/* service section */
.services-section {
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  padding: 80px 0;
  /* 🔥 missing padding FIX */
}

/* header */
.services-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-section .section-header h2 {
  font-size: 2.8rem;
  color: #f7c600;
  margin-bottom: 12px;
}

.services-section .section-header p {
  font-size: 1rem;
  color: #333;
}

/* grid */
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* cards */
.services-section .service-card {
  background: #fff;
  border: 2px solid #f7c600;
  border-radius: 15px;
  padding: 40px 25px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.services-section .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* icon */
.services-section .service-icon i {
  font-size: 3.5rem;
  color: transparent;
  -webkit-text-stroke: 2px #f7c600;
  margin-bottom: 20px;
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}

/* text */
.services-section .service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #000;
}

.services-section .service-card p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 18px;
}

/* button */
.services-section .learn-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #f7c600;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
}

.services-section .service-card:hover .learn-btn {
  background: #000;
  color: #f7c600;
}

/* animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* responsive */
@media (max-width: 1024px) {
  .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-section .services-grid {
    grid-template-columns: 1fr;
  }

  .services-section .section-header h2 {
    font-size: 2rem;
  }
}

/* end */

/* CONTACT PAGE */
.contact-page {
  padding: 80px 0;
  background: #f7f7f7;
  font-family: 'Poppins', sans-serif;
}

/* WRAPPER */
.contact-page .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  padding: 60px;
  border-radius: 12px;
  margin-bottom: 0 !important;
}

/* LEFT INFO */
.contact-page .contact-info h2 {
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
}

.contact-page .contact-info h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #f7c600;
  display: block;
  margin-top: 8px;
}

.contact-page .contact-info .intro {
  color: #555;
  margin-bottom: 35px;
  line-height: 1.6;
}

.contact-page .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page .info-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-page .info-list .icon {
  font-size: 22px;
  color: #f7c600;
}

.contact-page .info-list strong {
  color: #111;
  font-weight: 600;
}

.contact-page .info-list p {
  margin: 4px 0 0;
  color: #555;
}

/* RIGHT FORM */
.contact-page .contact-form {
  background: #fff !important;
  padding: 0 !important;
  /* 🔥 double padding FIX */
  color: #000;
}

/* FORM BOX */
.contact-page .contact-glass-form {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #e0e0e0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* FORM TEXT */
.contact-page .form-title {
  color: #111 !important;
}

.contact-page .form-subtitle {
  color: #555 !important;
}

/* INPUTS */
.contact-page .glass-input .form-control {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc;
}

.contact-page .glass-input .form-control::placeholder {
  color: #777 !important;
}

.contact-page .glass-input .input-group-text {
  background: #f5f5f5 !important;
  color: #999 !important;
}

/* BUTTON */
.contact-page .glass-btn {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid #ffd400;
}

.contact-page .glass-btn:hover {
  background: #ffd400;
  color: #000;
}

.contact-page .secure-text {
  color: #666 !important;
}

/* MAP */
.contact-page+.contact-map iframe {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-page .contact-wrapper {
    grid-template-columns: 1fr;
    padding: 40px 25px;
  }
}

@media (max-width: 768px) {
  .contact-page {
    padding: 60px 0;
  }

  .contact-page+.contact-map iframe {
    height: 300px;
    border-radius: 0;
  }
}

/* end */
/* faq section  */
.faq-section {
  padding: 80px 0;
  background: #fff;
}

.faq-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 40px;
  align-items: center;
}

.faq-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #fffdf2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.faq-question {
  padding: 18px 22px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question span {
  font-size: 20px;
  color: #f5b400;
}

.faq-answer {
  padding: 0 22px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  background: #ffe48a;
}

.faq-item.active .faq-answer {
  padding: 0 22px 18px;
  max-height: 200px;
}

@media (max-width: 992px) {
  .faq-wrapper {
    grid-template-columns: 1fr;
  }
}

.faq-answer {
  padding: 0 22px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 22px 18px;
  max-height: 300px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

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

.faq-section .section-header h2 {
  margin-bottom: 10px;
}

.faq-section .section-header p {
  max-width: 520px;
  margin: 0 auto;
}

/* end */

/* quote form */
.quote-section .glass-quote-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  color: #fff;
}

/* Title */
.quote-section .form-title {
  font-weight: 800;
  color: #ffd400;
  margin-bottom: 4px;
}

.quote-section .form-subtitle {
  font-size: 14px;
  color: #eee;
  margin-bottom: 22px;
}

/* Input Style */
.quote-section .glass-input .input-group-text {
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #ffd400;
}

.quote-section .glass-input .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  padding: 12px;
}

.quote-section .glass-input .form-control::placeholder {
  color: #f5f5f5;
}

.quote-section .glass-input .form-control:focus {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.25);
}

/* Button */
.quote-section .glass-btn {
  background: #ffd400;
  color: #000;
  font-weight: 700;
  padding: 14px;
  border-radius: 10px;
  border: none;
  transition: all 0.3s ease;
}

.quote-section .glass-btn:hover {
  background: #ffcc00;
  transform: translateY(-1px);
}

/* Footer text */
.quote-section .secure-text {
  font-size: 13px;
  color: #f1f1f1;
}

/* Links safety */
.quote-section a,
.quote-section a:hover,
.quote-section a:focus {
  text-decoration: none !important;
}

/* Select Dropdown */
.quote-section .glass-input select.form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.quote-section .glass-input select option {
  color: #000;
}

/* end */

/* ===============================
   QUOTE MODAL ONLY
================================ */
/* Modal Backdrop */
.quote-modal .modal-content {
  background: #ffffff;
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
}

/* Decorative Top Accent */
.quote-modal .modal-accent {
  height: 4px;
  background: linear-gradient(90deg, #FFD700 0%, #FFC700 50%, #FF6B6B 100%);
  width: 100%;
}

/* Header Section */
.quote-modal .contact-form-header {
  padding: 18px 24px;
  background: linear-gradient(135deg, #FFFDF7 0%, #FFFBF0 100%);
  border-bottom: 1px solid #FFE89D;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quote-modal .header-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.quote-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #2C2C2C;
  line-height: 1.2;
}

.quote-modal .modal-subtitle {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

/* Close Button */
.quote-modal .close {
  background: transparent;
  color: #666;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0;
}

.quote-modal .close:hover {
  background: #FF6B6B;
  color: #FFF;
  transform: rotate(90deg);
}

/* Form Body */
.quote-modal .form-body {
  padding: 20px 24px 24px;
}

/* Form Groups */
.quote-modal .form-group {
  margin-bottom: 0;
}

/* Input Wrapper */
.quote-modal .input-wrapper {
  position: relative;
}

.quote-modal .input-wrapper i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #FFD700;
  font-size: 14px;
  z-index: 2;
  transition: all 0.2s ease;
}

/* Form Controls */
.quote-modal .form-control {
  background: #F8F9FA;
  border: 1px solid #000000;
  color: #2C2C2C;
  padding: 10px 12px 10px 38px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  width: 100%;
  height: 42px;
}

.quote-modal .form-control::placeholder {
  color: #2f2f2f;
  font-weight: 400;
  font-size: 13px;
}

.quote-modal .form-control:focus {
  background: #FFFFFF;
  border-color: #ff0000;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.08);
  outline: none;
}

.quote-modal .input-wrapper:focus-within i {
  color: #FFC700;
}

/* Textarea */
.quote-modal textarea.form-control {
  resize: none;
  min-height: 70px;
  height: 70px;
  padding-top: 10px;
}

.quote-modal textarea.form-control+i {
  top: 16px;
  transform: translateY(0);
}

/* Form Actions */
.quote-modal .form-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.quote-modal .form-actions button {
  flex: 1;
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Submit Button */
.quote-modal .btn-submit {
  background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
  color: #2C2C2C;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.25);
}

.quote-modal .btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.35);
}

.quote-modal .btn-submit:active {
  transform: translateY(0);
}

/* Clear Button */
.quote-modal .btn-clear {
  background: #FFFFFF;
  color: #666;
  border: 1px solid #ff0000 !important;
}

.quote-modal .btn-clear:hover {
  background: #FF6B6B;
  color: #FFFFFF;
  border-color: #FF6B6B;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.25);
}

/* Result Message */
.quote-modal #resultquotemodal {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}

/* Success/Error states */
.quote-modal #resultquotemodal.success {
  background: #E8F5E9;
  color: #2E7D32;
  border: 1px solid #4CAF50;
}

.quote-modal #resultquotemodal.error {
  background: #FFEBEE;
  color: #C62828;
  border: 1px solid #FF6B6B;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .quote-modal .modal-title {
    font-size: 18px;
  }

  .quote-modal .contact-form-header {
    padding: 16px 20px;
  }

  .quote-modal .form-body {
    padding: 18px 20px 20px;
  }
}

@media (max-width: 576px) {
  .quote-modal .modal-title {
    font-size: 17px;
  }

  .quote-modal .modal-subtitle {
    font-size: 11px;
  }

  .quote-modal .form-actions {
    flex-direction: column;
  }

  .quote-modal .form-actions button {
    width: 100%;
  }
}

/* end */
/* .gallery*/
.custom-gallery-page .gallery-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.custom-gallery-page .gallery-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Center gallery items */
.custom-gallery-page .gallery-item {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Image proper center & size */
.custom-gallery-page .gallery-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover effect */
.custom-gallery-page .gallery-item:hover img {
  transform: scale(1.08);
}

/* FULL SCREEN IMAGE VIEW */
.custom-gallery-page .image-viewer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-gallery-page .image-viewer img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}

/* Close button */
.custom-gallery-page .close-viewer {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
}

/* end */
/* home page */
.home-page .about-home {
  padding: 90px 0;
  background: #fff;
}

.home-page .home-about-tag {
  display: inline-block;
  font-weight: 600;
  color: #ffc107;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.home-page .home-about-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 22px;
  color: #111;
}

.home-page .home-about-text {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.home-page .home-about-points {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.home-page .home-about-points li {
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.home-page .home-about-points i {
  color: #ffc107;
  font-size: 17px;
}

.home-page .home-about-image-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.home-page .home-about-image-box img {
  width: 100%;
  border-radius: 16px;
  transition: transform 0.6s ease;
  filter: brightness(0.97) contrast(1.05);
}

.home-page .home-about-image-box:hover img {
  transform: scale(1.03);
}

.home-page .home-experience-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffc107;
  color: #000;
  padding: 18px 22px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.home-page .home-experience-badge h4 {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}

.home-page .home-experience-badge span {
  font-size: 13px;
  font-weight: 600;
}

.home-page .btn-home-yellow {
  background: #ffc107;
  color: #000;
  padding: 13px 30px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.home-page .btn-home-yellow:hover {
  background: #e0aa00;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Why Choose Us Section */
.home-page .home-why-choose-us {
  padding: 30px 20px;
  background: #5e4803;
  color: #fff;
}

.home-page .home-content-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.home-page .home-image-box {
  flex: 1;
  display: flex;
  justify-content: center;
}

.home-page .home-image-box img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-page .home-image-box img:hover {
  transform: scale(1.05);
}

.home-page .home-text-box {
  flex: 1;
}

.home-page .home-small-title {
  color: #f7c600;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-page .home-text-box h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.home-page .home-points-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-page .home-points-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateX(50px);
  animation: home-slideIn 0.8s forwards;
}

.home-page .home-points-list li:nth-child(1) {
  animation-delay: 0.2s;
}

.home-page .home-points-list li:nth-child(2) {
  animation-delay: 0.4s;
}

.home-page .home-points-list li:nth-child(3) {
  animation-delay: 0.6s;
}

.home-page .home-points-list li:nth-child(4) {
  animation-delay: 0.8s;
}

.home-page .home-points-list .icon {
  font-size: 1.5rem;
  color: #f7c600;
  margin-top: 5px;
  flex-shrink: 0;
}

.home-page .home-points-list strong {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 5px;
}

.home-page .home-points-list p {
  color: #ccc;
  margin: 0;
  font-size: 1rem;
}

@keyframes home-slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Testimonials Section */
.home-page .home-testimonials-section {
  padding: 30px 0;
  background: #fffbea;
}

.home-page .home-testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.home-page .home-testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.home-page .home-testimonial-card:hover {
  transform: translateY(-8px);
}

.home-page .home-testimonial-card .stars {
  color: #f5b400;
  font-size: 18px;
  margin-bottom: 15px;
}

.home-page .home-testimonial-card .review {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.home-page .home-testimonial-card .client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-page .home-testimonial-card .client img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #f5b400;
}

.home-page .home-testimonial-card .client h4 {
  font-size: 15px;
  margin: 0;
}

.home-page .home-testimonial-card .client span {
  font-size: 12px;
  color: #777;
}

/* Responsive */
@media (max-width: 1024px) {
  .home-page .home-content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .home-page .home-text-box h2 {
    font-size: 2rem;
  }

  .home-page .home-image-box img {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .home-page .home-about-title {
    font-size: 28px;
  }

  .home-page .home-experience-badge {
    top: auto;
    bottom: 15px;
    right: 15px;
    padding: 14px 18px;
  }

  .home-page .home-points-list strong {
    font-size: 1.1rem;
  }
}

/* end */

/* services css */

.process-points {
  list-style: none;
  padding-left: 0;
}

.process-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #333;
}

.process-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffc107;
  font-weight: 700;
}

/* COLORS */
:root {
  --primary: #ffc107;
  --secondary: #dc3545;
}

/* TITLES */
.home-section-title {
  font-size: 1.9rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1rem;
}

.home-section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--primary);
  display: block;
  margin-top: 8px;
}

/* FEATURE CARDS */
.feature-card {
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 14px;
  padding: 28px 22px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff6db;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 2px solid var(--primary);
}

.icon-circle i {
  font-size: 26px;
  color: #ff9800;
}

.feature-title {
  font-weight: 600;
  margin-bottom: 10px;
}

/* INFO BOX */
.info-box {
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 16px;
  padding: 26px;
}

/* LISTS */
.check-list,
.danger-list {
  list-style: none;
  padding-left: 0;
}

.check-list li::before {
  content: "✔";
  color: var(--primary);
  margin-right: 8px;
}

.danger-list li::before {
  content: "✖";
  color: var(--secondary);
  margin-right: 8px;
}

/* PROCESS */
[data-step] {
  background: #fff;
  border-left: 4px solid var(--primary);
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 500;
}

[data-step] span {
  color: var(--primary);
  font-weight: 700;
  margin-right: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .home-section-title {
    font-size: 1.6rem;
  }
}

/* services css end */
/* navagition css */
:root {
  --primary-color: #fed604;
  --dark-color: #333333;
  --light-color: #f8f9fa;
  --text-color: #444444;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-color);
}

/* ================= TOP INFO BAR ================= */
.top-info-bar {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 0.85rem;
  padding: 6px 0;
}

.top-info-bar a {
  color: #fff;
  text-decoration: none;
}

.top-info-bar a:hover {
  color: var(--primary-color);
}

.top-info-bar i {
  color: var(--primary-color);
  margin-right: 4px;
}

/* Sections */
.contact-left,
.contact-center,
.contact-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Center text only desktop */
.desktop-only {
  display: flex;
  gap: 6px;
}

/* Badges */
.contact-right .badge {
  background-color: var(--primary-color);
  color: #000;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

/* Rating */
.contact-right .rating {
  background-color: #333;
  padding: 3px 10px;
  border-radius: 15px;
  font-weight: 600;
  white-space: nowrap;
}

/* ================= MAIN NAVBAR ================= */
.main-navbar {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0;
  transition: all 0.3s ease;

}

.navbar-brand {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--dark-color);
}

.brand-highlight {
  color: var(--primary-color);
}

.navbar-nav .nav-link {
  color: var(--dark-color);
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 4px;
  margin: 5px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: red;
  background-color: rgba(254, 214, 4, 0.15);
}

/* ================= DROPDOWN ================= */
.dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  border-top: 3px solid var(--primary-color);
}

.dropdown-item {
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: rgba(254, 214, 4, 0.15);
  padding-left: 25px;
}

/* Desktop hover dropdown */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* ================= BUTTON ================= */
.btn-get-quote {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fed604;
  color: #000;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-get-quote:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* ================= MOBILE & TABLET ================= */
@media (max-width: 991.98px) {

  /* Navbar collapse */
  .navbar-collapse {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
}

/* ================= MOBILE ONLY ================= */
@media (max-width: 768px) {

  /* Top info bar stack */
  .top-info-bar .container {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  /* 🔴 Hide phone numbers on mobile */
  @media(max-width:768px){
  .email-box {
    display: none;
  }
}

  /* Email center */
  .contact-left {
    justify-content: center;
  }

  /* Hide center trust text */
  .desktop-only {
    display: none;
  }

  /* Badges center */
  .contact-right {
    justify-content: center;
    gap: 6px;
  }

  /* Navbar brand smaller */
  .navbar-brand {
    font-size: 1.4rem;
  }
}

.navbar {
  /* position: fixed; */

  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar-logo {
  height: 100px;
  /* desktop size */
  width: auto;
  object-fit: contain;
}

@media(max-width:768px) {
  .navbar-logo {
    height: 85px;
    /* mobile size */
  }
}

/* ================= MOBILE FIX: LEFT & RIGHT SAME AS DESKTOP ================= */
@media (max-width: 768px) {

  .top-info-bar .container {
    flex-direction: row !important;
    /* ❗ stack band */
    justify-content: space-between !important;
    align-items: center !important;
    text-align: left;
  }

  .contact-left,
  .contact-right {
    flex-direction: row;
    align-items: center;
  }

  /* Size chhota */
  .contact-left {
    font-size: 0.75rem;
    gap: 6px;
  }

  .contact-right {
    font-size: 0.7rem;
    gap: 6px;
  }
}

/* navagation-end */

/* slider */
.hero-slider .hero-buttons a {
  text-decoration: none;
  /* Remove underline */
  display: inline-block;
  /* Optional: better spacing control */
}


.hero-slider {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-bg.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-tag {
  color: #ffc107;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  margin: 15px 0;
}

.hero-desc {
  color: #ddd;
  max-width: 520px;
}

.hero-rating {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.stars {
  color: #ffc107;
}

.hero-stats {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.avatars img {
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.hero-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-yellow {
  background: #ffc107;
  color: #000;
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 6px;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
}

.hero-trust {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #fff;
}

.hero-trust i {
  color: #ffc107;
}

@media(max-width:768px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .hero-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }

  .hero-buttons a {
    width: auto !important;
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .hero-slider .hero-trust {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }

}

/* slider-end */

/* footer */
:root {
  --primary: #fed604;
  --primary-dark: #e6c004;
  --dark: #0f0f0f;
  --dark-light: #1a1a1a;
  --light: #cfcfcf;
  --white: #ffffff;
  --border-color: rgba(255, 255, 255, 0.1);
}


/* Modern Footer Styles */
.footer {
  background: linear-gradient(180deg, var(--dark) 0%, #000000 100%);
  color: var(--light);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  z-index: 1;
}

.footer a {
  color: var(--light);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.footer a:hover {
  color: var(--primary);
  transform: translateX(5px);
}

.footer-title {
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.footer-divider {
  width: 50px;
  height: 3px;
  background: var(--primary);
  margin-bottom: 20px;
  border-radius: 2px;
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}

/* Social Icons */
.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-light);
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-right: 10px;
  border: 1px solid transparent;
}

.social-icon:hover {
  background: var(--primary);
  color: #000;
  transform: translateY(-3px);
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(254, 214, 4, 0.3);
}

/* Service Badges */
.service-badge {
  display: inline-block;
  background: rgba(254, 214, 4, 0.1);
  border: 1px solid rgba(254, 214, 4, 0.2);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 8px;
  margin-right: 5px;
  transition: all 0.3s;
}

.service-badge:hover {
  background: rgba(254, 214, 4, 0.2);
  border-color: var(--primary);
}

/* Contact Items */
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.contact-icon {
  background: rgba(254, 214, 4, 0.1);
  color: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-details h6 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 5px;
}

/* Newsletter */
.newsletter-form {
  margin-top: 20px;
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  color: white;
  padding: 12px 15px;
  border-radius: 8px 0 0 8px;
  width: 70%;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(254, 214, 4, 0.1);
}

.newsletter-btn {
  background: var(--primary);
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 30%;
}

.newsletter-btn:hover {
  background: var(--primary-dark);
}

/* Call Button */
.call-btn {
  background: var(--primary);
  color: #000;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(254, 214, 4, 0.2);
}

.call-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 214, 4, 0.3);
  color: #000;
}

/* Payment Methods */
.payment-methods {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.payment-icon {
  width: 40px;
  height: 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--light);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-item {
    padding: 8px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-col {
  animation: fadeInUp 0.5s ease-out forwards;
}

.footer-col:nth-child(1) {
  animation-delay: 0.1s;
}

.footer-col:nth-child(2) {
  animation-delay: 0.2s;
}

.footer-col:nth-child(3) {
  animation-delay: 0.3s;
}

.footer-col:nth-child(4) {
  animation-delay: 0.4s;
}

/* List Styles */
.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}

.footer-list li::before {
  content: '→';
  color: var(--primary);
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all 0.3s;
}

.footer-list li:hover::before {
  left: -15px;
  opacity: 1;
}

.floating-actions {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 12px;
  z-index: 1000;
}

.float-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  background: #f7c600;
  /* yellow */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: all .3s ease;
}

.float-icon:hover {
  transform: scale(1.1);
}

/* WhatsApp green touch */
.float-icon.whatsapp {
  background: #25D366;
  color: #fff;
}

/* Call */
.float-icon.call {
  background: blue;
}

/* Get Quote Button */
.get-quote-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f7c600;
  color: #000;
  padding: 14px 12px!important;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  display: none;
  /* hidden initially */
}

.get-quote-btn:hover {
  background: #ffd84d;
  color: #000;
}

/* footer-end */

/*Testimonial Section*/
.testimonial-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #fff9e6 50%, #f8f9fa 100%);
}

.testimonial-bg-pattern {
  background-image: radial-gradient(circle at 10% 20%,
      rgba(255, 193, 7, 0.03) 0%,
      transparent 30%),
    radial-gradient(circle at 90% 80%,
      rgba(255, 152, 0, 0.03) 0%,
      transparent 30%);
  z-index: 1;
}

.testimonial-accent-left {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), transparent);
  border-radius: 50%;
  top: 10%;
  left: -150px;
  filter: blur(50px);
  z-index: 0;
}

.testimonial-accent-right {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.1), transparent);
  border-radius: 50%;
  bottom: 10%;
  right: -100px;
  filter: blur(50px);
  z-index: 0;
}

.testimonial-badge {
  background: linear-gradient(135deg, #ffc107, #ff9800);
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.testimonial-text-highlight {
  background: linear-gradient(90deg, #ffc107, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.testimonial-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ffc107, #ff9800);
  border-radius: 2px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}

.testimonial-card:hover {
  background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

.testimonial-quote-icon {
  top: 15px;
  right: 20px;
  color: rgba(255, 193, 7, 0.15);
  line-height: 1;
  transition: all 0.4s ease;
}

.testimonial-card:hover .testimonial-quote-icon {
  color: rgba(255, 193, 7, 0.3);
}

.testimonial-rating {
  color: #ffc107;
  font-size: 0.9rem;
}

.testimonial-rating i {
  margin-right: 2px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  color: #6c757d;
  transition: all 0.4s ease;
}

.testimonial-card:hover .testimonial-text {
  color: rgba(255, 255, 255, 0.8);
}

.testimonial-author-name {
  color: #212529;
  transition: all 0.4s ease;
}

.testimonial-card:hover .testimonial-author-name {
  color: #fff;
}

.testimonial-author-location {
  color: #6c757d;
  transition: all 0.4s ease;
}

.testimonial-card:hover .testimonial-author-location {
  color: rgba(255, 255, 255, 0.6);
}

.testimonial-author-img {
  width: 50px;
  height: 50px;
  border: 3px solid #ffc107;
  border-radius: 50%;
  padding: 2px;
  flex-shrink: 0;
}

.testimonial-cta-box {
  border: 2px solid rgba(255, 193, 7, 0.3);
}

.testimonial-cta-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffc107, #ff9800);
  border: 4px solid #ffee00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.testimonial-btn {
  background: linear-gradient(135deg, #ffc107, #ff9800);
  border: none;
  color: #000;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.testimonial-btn:hover {
  background: linear-gradient(135deg, #ff9800, #e68900);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 152, 0, 0.35);
}

@media (max-width: 767.98px) {
  .testimonial-cta-box {
    flex-direction: column;
    text-align: center;
    border-radius: 1rem !important;
    padding: 1.5rem !important;
  }

  .testimonial-cta-icon {
    margin-bottom: 1rem;
    margin-right: 0 !important;
  }

  .testimonial-cta-box .text-start {
    text-align: center !important;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .testimonial-card {
    padding: 1.25rem !important;
  }
}

@media (max-width: 575.98px) {
  .testimonial-author-img {
    width: 45px;
    height: 45px;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }
}


/* city table */
/* PAGE SPECIFIC WRAPPER */
.city-trust-page .shifting-table {
    background: #fcf2d9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.city-trust-page .hedig th,
.city-trust-page .pddbordr td {
    border-left: 1px solid #a7a4a4;
}

.city-trust-page table {
    width: 100%;
    border: 1px solid #fccf08;
}

.city-trust-page th,
.city-trust-page td {
    padding: 12px;
    text-align: left;
    border: none;
}

.city-trust-page th {
    background-color: #f80505;
    font-weight: bold;
}

.city-trust-page .check {
    color: green;
    font-weight: bold;
    text-align: center;
}

.city-trust-page .cross {
    color: red;
    font-weight: bold;
    text-align: center;
}
.city-trust-page .text {
    color: black;
}
@media (max-width: 768px) {
    .city-trust-page table {
        min-width: 100%;
    }
    .city-trust-page th,
    .city-trust-page td {
        padding: 10px;
        font-size: 14px;
    }
}
/* end */