:root {
  --primary: #ffc107;
  --secondary: #aa040b;
  --light: #f8f9fa;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

.top-nav {
  background-color: var(--secondary);
  color: white;
  padding: 5px 0;
  font-size: 14px;
}

@media (max-width: 991px) {
  .top-nav {
    display: none;
  }
}

.stickcard {
  position: sticky !important;
  background-color: var(--secondary) !important;
  color: white !important;
  top: 120px !important;
}

.main-nav {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 700 !important;
  color: var(--secondary) !important;
}

.navbar-toggler {
  border: none !important;
}

.widhei {
  height: 2em;
  width: 2em;
}

.navbar-toggler-icon {
  width: 2em !important;
  height: 2.5em !important;
}

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

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

.nav-link {
  font-weight: 500;
  color: var(--secondary);
  transition: all 0.3s;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  border-radius: 0;
  border: none;
}

.dropdown-item {
  transition: all 0.3s;
}

.dropdown-item:hover {
  background-color: var(--primary);
  color: var(--secondary);
}

.hero-slider {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.text-shadow-strong {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
}

.slide.active {
  opacity: 1;
}

.slide-background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.slide .container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.content-section {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin-bottom: 2rem;
}

.image-about {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-image:hover,
.center-image:hover {
  transform: translateY(-5px);
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 768px) {
  .about-image {
    height: 200px;
  }

  .content-section {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .about-image {
    height: 180px;
  }

  .content-section {
    padding: 1rem;
  }

  .topnav {
    display: none;
  }
}
.faqimg {
  width: 300px;
  height: 300px;
}
.bg-custom-red {
  background-color: #aa040b !important;
}

.square-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.bold h3 {
  font-weight: 700 !important;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.bold span {
  margin-bottom: 0;
  line-height: 1.3;
  display: flex;
  text-align: center;
  color: #000;
  font-weight: 600 !important;
}

.quote-wrapper {
  margin-top: -40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.quote-row {
  background: rgba(255, 255, 255, 0.97);
}

.quote-field {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 90px;
  padding-left: 25px;
  border: 1px solid #dee2e6;
}

.quote-input {
  font-size: 1.15rem;
  padding: 0.75rem 1.5rem 0.75rem 2.5rem;
  height: 100%;
}

.form-icon {
  position: absolute;
  left: 10px;
  font-size: 1.2rem;
  color: #6c757d;
}

.quote-btn-box {
  min-height: 90px;
}

.quote-btn {
  font-size: 1.15rem;
  min-height: 60px;
  white-space: normal;
  margin-right: 10px;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--secondary);
  font-weight: 600;
  padding: 10px 25px;
}

.btn-outline-light {
  border-width: 2px;
  font-weight: 600;
  padding: 10px 25px;
}

.btn-primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: var(--secondary);
}

.certification-badge {
  background-color: var(--primary);
  color: var(--secondary);
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.section-titless {
  position: relative;
  padding-bottom: 15px;
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .section-titless {
    margin-bottom: 0.5rem;
  }
}

.service-card {
  transition: all 0.3s;
  height: 100%;
}

@media (max-width: 768px) {
  .width100 {
    width: 100%;
  }
}

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

.service-img {
  object-fit: cover;
  height: 200px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card-body {
  padding-top: 20px !important;
  color: #000;
}

.card-title {
  margin-bottom: 5px;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.3;
  word-wrap: break-word;
  white-space: normal;
}

@media (max-width: 576px) {
  .card-title {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
  }

  .card-text {
    display: none;
  }
  .service-icoon {
    font-size: 1.2rem;
  }
  .customfs {
    font-size: 1rem !important;
  }
}

@media (max-width: 450px) {
  .card-title {
    font-size: smaller !important;
  }
}

.customfs {
  font-size: 18px;
}
.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.btn-outline-secondary:hover {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #212529 !important;
}

.service-section {
  padding: 2rem 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
}

.section-titles {
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 15px;
}

.section-subtitle {
  color: var(--dark);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  max-width: 700px;
}

.service-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  height: 100%;
  transition: all 0.3s ease;
  border-top: 5px solid var(--secondary);
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.service-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.service-card:hover:before {
  transform: scaleX(1);
}

.service-icon {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 2px 12px;
  background: rgba(13, 110, 253, 0.1);
  border-radius: 12px;
}

.bg-white {
  transition: all 0.3s ease;
}

.bg-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.w-60 {
  width: 60px !important;
  height: 60px !important;
}
.service-icoon {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 0.5rem;
  display: flex;
  padding: 2px 12px;
  background: rgba(13, 110, 253, 0.1);
  border-radius: 12px;
  width: fit-content;
}

.service-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 1rem;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  padding: 5px 0;
  padding-left: 30px;
  position: relative;
  color: #000;
}

.service-list li:before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--secondary);
}

.highlight-box {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 5px solid var(--secondary);
}

.highlight-title {
  color: var(--secondary);
  font-weight: 600;
}

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

.cta-button {
  background: var(--primary);
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  margin-top: 15px;
  align-items: center;
}

.cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.image-container img {
  width: 100%;
  height: 75%;
  transition: transform 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .service-section {
    padding: 0.5rem 0;
  }

  .service-card {
    margin-bottom: 0.5rem;
  }

  .highlight-box {
    padding: 1.5rem;
  }

  .quote-wrapper {
    display: none;
  }
}

.services-subtitle {
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
}

.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 0;
}

.service-item i {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.service-item p {
  margin: 0;
  color: #000;
  font-size: 1.1rem;
}

.additional-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.additional-image {
  height: 300px;
  margin-top: 30px;
}

.service-item {
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .additional-image {
    height: 250px;
  }
}

.main-title {
  color: #aa040b;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 1.2rem;
  }
}

.content-card {
  padding: 40px;
  height: 100%;
}

.highlight {
  color: #000;
  font-weight: 600;
}

.cta-box {
  background: var(--secondary);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.search-tag {
  background: #e9ecef;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #495057;
}

@media (max-width: 768px) {
  .relocation-section {
    padding: 20px 0;
  }

  .content-card {
    padding: 25px;
  }
}

.why-chooose img {
  width: 350px;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: #f2baba;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.benefit-item i {
  color: var(--secondary);
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}

.benefit-item p {
  margin: 0;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .benefit-item {
    margin-bottom: 15px;
    padding: 12px;
  }
}

.rateus {
  background-color: var(--secondary);
  min-width: 280px;
  max-width: 320px;
}

.feature-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.feature-card {
  transition: all 0.3s ease;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .row.g-4 {
    gap: 12px !important;
  }

  .feature-card {
    padding: 20px 15px !important;
  }
}

.testimonial-card {
  background-color: var(--light);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 315px;
}

.testimonial-img {
  width: 80px;
  height: 80px;
}

.testimonial-imgg {
  width: 100px;
  height: 80px;
}

.addrss h3 {
  color: var(--secondary);
}

.addrss-form {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 998px) {
  .addrss-form {
    margin-top: 20px !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .addrss-form {
    margin-top: 20px !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
}

footer {
  background-color: var(--secondary);
  color: white;
  padding: 60px 0 30px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-link:hover {
  color: var(--primary);
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
}

.social-icon:hover {
  background-color: var(--primary);
  color: var(--secondary);
}

@media (max-width: 991.98px) {
  .offcanvas {
    background-color: white;
    width: 280px !important;
  }

  .offcanvas-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .offcanvas-title {
    font-weight: 700;
    color: var(--secondary);
  }

  .mobile-nav-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .mobile-dropdown-menu {
    background-color: var(--light);
    padding-left: 20px;
    border-radius: 0;
    border: none;
  }
}

.service-card {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.year-badge {
  padding: 0.4rem 1rem;
  border-radius: 50px;
}

.abot-img {
  max-height: 250px !important;
}

.hero-section {
  position: relative;
  height: 47vh;
  max-height: 350px;
  overflow: hidden;
}

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

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
  .center-image {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 35vh;
    min-height: 250px;
    max-height: none;
  }

  .display-3 {
    font-size: 2rem !important;
  }

  .fas-5 {
    font-size: 0.9rem !important;
  }

  .breadcrumb-item {
    font-size: medium;
  }

  .center-image {
    width: 400px !important;
  }
}

@media (max-width: 576px) {
  .hero-section {
    height: 30vh;
    min-height: 200px;
  }

  .display-3 {
    font-size: 1.75rem !important;
  }

  .breadcrumb-item {
    font-size: small;
  }

  .center-image {
    width: 320px !important;
  }
}

.gtt {
  display: none;
  width: 60px;
  height: 60px;
}

.info-header a {
  text-decoration: none !important;
  color: #fff !important;
}

.logo {
  height: 100px;
  width: 125px;
}

.hero-header {
  background: linear-gradient(135deg, #aa040b 0%, #000000 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 82px 0;
}

.breadcrumb-item::before {
  color: white !important;
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 400px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.tabs-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.tabs-nav {
  border-bottom: 2px solid #dee2e6;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
}

.tabs-nav .nav-item {
  margin-bottom: 0.5rem;
}

.tabs-nav .nav-link {
  border: none;
  background: transparent;
  color: #000;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.25rem;
}

.tabs-nav .nav-link:hover {
  color: var(--secondary);
  background: rgba(13, 110, 253, 0.05);
}

.tabs-nav .nav-link.active {
  color: var(--secondary);
  background: white;
  border: 2px solid var(--secondary);
  font-weight: 600;
}

.tab-icon {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.nav-link.active .tab-icon {
  color: var(--secondary);
}

.tab-content {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.tab-pane {
  padding: 2.5rem;
}

.content-icon {
  font-size: 5rem;
  color: var(--secondary);
  margin-bottom: 1.5rem;
  display: block;
}

.icon-colour i {
  color: var(--secondary);
}

.list-unstyled li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.3s ease;
}

.list-unstyled li:hover {
  background: rgba(40, 167, 69, 0.05);
  padding-left: 0.5rem;
  border-radius: 5px;
}

.list-unstyled li:last-child {
  border-bottom: none;
}

@media (max-width: 992px) {
  .tabs-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .tabs-nav .nav-item {
    flex: 0 0 auto;
  }

  .tabs-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }

  .tab-pane {
    padding: 1.5rem;
  }

  .content-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .col-12 {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .tabs-nav .nav-link {
    padding: 0.6rem 0.8rem;
    font-size: 0.8rem;
    white-space: normal;
    text-align: center;
    flex-direction: column;
    gap: 0.25rem;
  }

  .tab-pane {
    padding: 1rem;
  }

  .content-icon {
    font-size: 3rem;
  }

  .fs-5 {
    font-size: 1rem !important;
  }

  .tab-icon {
    font-size: 1rem;
  }
}

.tab-pane {
  transition: all 0.3s ease;
}

.tabs-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tabs-nav::-webkit-scrollbar {
  display: none;
}

.table th {
  font-size: 1.1rem;
  padding: 1rem 0.75rem;
  background-color: var(--secondary) !important;
  color: white !important;
}

.table td {
  padding: 1rem 0.75rem;
  vertical-align: middle;
  background-color: #fbd1d1ff !important;
}

@media (max-width: 768px) {
  .table th,
  .table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }
}

.accordion-item {
  border: none;
  border-radius: 12px !important;
  margin-bottom: 1rem;
  box-shadow: var(--secondary);
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 5px var(--secondary);
}

.accordion-button {
  background-color: white !important;
  color: var(--primary-color);
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  border: none;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  border-bottom: 3px solid var(--secondary) !important;
}

.accordion-body {
  padding: 1.5rem;
  background-color: white;
  color: #000;
}

.badge-offer {
  background: linear-gradient(45deg, #ff512f, #f09819);
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
}

@media (max-width: 768px) {
  .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  .accordion-body {
    padding: 1.25rem;
  }
}

.our-service-page {
  background-color: #f7f9fc;
  padding-bottom: 100px;
}

.section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-weight: 700;
}

.citycard {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.citycard:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.card-content {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: background-color 0.3s ease;
  color: #aa040b;
}

.citycard:hover .card-content {
  background-color: #aa040b;
  color: #fff;
}

.imgrows i {
  font-size: 24px;
  color: #aa040b;
  transition: color 0.3s ease;
}

.citycard:hover .imgrows i {
  color: #fff;
}

.cityname {
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
}

.cityname b {
  font-size: 15px;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .citycard {
    margin-bottom: 20px;
  }
  .cityname {
    font-size: 16px;
  }
}

.imageform img {
  width: 550px !important;
}

@media only screen and (max-width: 768px) {
  .imageform img {
    width: 320px;
    height: 320px;
  }
}

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

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

.fab-wrapper.call {
  margin-bottom: 65px;
  animation: bounce 1.5s infinite;
}

.fab-wrapper.whatsapp {
  margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #0d6efd;
}

.accordion-button::after {
  transition: transform 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.3s ease;
}

table {
  width: auto;
  border-collapse: collapse;
  margin: 20px 0;
}

th,
td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

th {
  background-color: #aa040b;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.note {
  background: #fff3cd;
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
  font-style: italic;
  width: auto;
}

.modal-title {
  color: var(--secondary);
}

.modal-titlee {
  color: var(--secondary);
}

@media (max-width: 768px) {
  .modal-titlee {
    display: flex;
    justify-content: center !important;
  }
}

.card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.card i {
  color: var(--secondary);
}

@media (max-width: 768px) {
  .address-item {
    text-align: center !important;
    margin-bottom: 1.5rem;
  }

  .address-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .card {
    margin-bottom: 1rem;
  }
}

.clickable {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.service-card {
  transition: transform 0.3s ease;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
}

.btn-servic {
  background-color: var(--secondary) !important;
  color: white !important;
  transition: all 0.3s ease !important;
}

.btn-servic:hover {
  background-color: var(--primary) !important;
  color: #000 !important;
  transform: scale(1.05) !important;
}

.card-bodyy a {
  display: flex;
  flex-direction: column;
}

.btn-wrapper {
  margin-top: 2rem;
}

.service-iconn {
  font-size: 2.5rem;
  color: var(--secondary);
  display: inline-block;
  padding: 2px 12px;
  height: fit-content;
  width: fit-content;
  border-radius: 12px;
}

.card-titlee {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.st-service-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

.st__service__box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}

.st__service__box:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.st__service__thumb img {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s ease;
}

.st__service__box:hover .st__service__thumb img {
  transform: scale(1.1);
}

.st__service__content {
  padding: 10px;
  background: linear-gradient(135deg, var(--secondary));
  text-align: center;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

.st__service__content span {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .col-md-6 {
    margin-top: 20px;
  }
}

.pmx-testimonial-section {
  padding: 60px 0;
}

/* HEADING */
.pmx-testimonial-heading {
  text-align: center;
  font-weight: 700;
  color: var(--secondary);
  font-size: 32px;
  margin-bottom: 40px;
}

/* GRID */
.pmx-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}

/* CARD */
.pmx-testimonial-card {
  position: relative;
  padding: 26px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* subtle gradient glow */
.pmx-testimonial-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: var(--primary);
  opacity: 0.8;
  border-radius: 50%;
  top: -60px;
  right: -60px;
}

/* hover */
.pmx-testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

/* QUOTE ICON */
.pmx-quote-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

/* TEXT */
.pmx-testimonial-text {
  font-size: 15.5px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 22px;
}

/* USER */
.pmx-testimonial-user h6 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.pmx-testimonial-user span {
  font-size: 13.5px;
  color: var(--secondary);
}

/* MOBILE */
@media (max-width: 768px) {
  .pmx-testimonial-section {
    padding: 40px 0;
  }

  .pmx-testimonial-heading {
    font-size: 26px;
  }
}

.pm-packaging-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.pm-packaging-single-card {
  background: var(--secondary);
  border-radius: 20px;
  padding: 26px;
  color: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* subtle premium hover */
.pm-packaging-single-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.pm-packaging-single-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}

.pm-packaging-single-card h4 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
}

.pm-packaging-single-card p {
  margin: 0;
  font-size: 15px;
  opacity: 0.95;
  line-height: 1.5;
}

/* Optional glow effect */
.pm-packaging-single-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -40px;
  right: -40px;
}

.pm-city-wrapper {
  width: 100%;
}

/* Responsive auto grid */
.pm-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

/* Modern pill card */
.pm-city-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #ffffff;
  font-weight: 500;
  font-size: 15.5px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  cursor: default;
}

/* icon */
.pm-city-pill i {
  color: var(--secondary);
  font-size: 18px;
}

/* premium hover */
.pm-city-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Tablet optimization */
@media (max-width: 768px) {
  .pm-city-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

/* Mobile optimization */
@media (max-width: 480px) {
  .pm-city-pill {
    padding: 12px 14px;
    font-size: 14px;
  }
}
