.floating_btn2 {
  position: fixed;
  bottom: 196px;
  right: 37px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.contact_icon2 {
  background-color: #faa21b;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #faa21b;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.floating_btn {
  position: fixed;
  bottom: 104px;
  right: 36px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.contact_icon {
  background-color: rgb(66, 219, 135);
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #000000;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@keyframes pulsing {
  100% {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@media (max-width: 768px) {
  .floating_btn,
  .floating_btn2 {
    display: none;
  }
}

.footers {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  color: #fff;
}
.footer-btn {
  flex: 1;
  text-align: center;
  padding: 3px 0;
}

.footer-btn.call {
  background-color: #000000;
}

.footer-btn.chat {
  background-color: #faa21b;
}

@media (min-width: 768px) {
  .footers {
    display: none;
  }
}

.footers p {
  color: #fff;
}

.wpo-site-header .header-right .nav-right-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpo-site-header .header-right .nav-right-links li {
  line-height: 1;
}

.wpo-site-header .header-right .nav-right-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  white-space: nowrap;
}

.wpo-site-header .header-right .nav-right-links a:hover {
  color: #faa21b;
}

@media (max-width: 1499px) {
  .wpo-site-header .header-right .nav-right-links {
    gap: 16px;
  }

  .wpo-site-header .header-right .nav-right-links a {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .wpo-site-header .header-right .nav-right-links {
    display: none;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .header-nav-col {
    flex: 0 0 0;
    width: 0;
    max-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wpo-site-header .header-action-col {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }

  .wpo-site-header .header-right {
    right: 0;
    justify-content: flex-end;
  }

  .wpo-site-header .header-right > div:last-child {
    margin-left: 0;
  }

  .wpo-site-header .header-right .close-form .theme-btn-s2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 24px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .wpo-site-header .header-right .close-form .theme-btn-s2 span {
    display: inline-block;
  }

  .wpo-site-header .header-right .close-form .theme-btn-s2 i {
    display: inline-flex;
    padding-left: 0;
  }

  .wpo-site-header .header-right .close-form .theme-btn-s2 i svg {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 360px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 {
    padding: 8px 10px;
    font-size: 11px;
  }

  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 120px;
  }
}

.footer-section-s1 .site-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.6fr);
  gap: 70px;
  align-items: start;
  padding: 64px 0 72px;
  border-top: 1px solid rgba(250, 162, 27, 0.25);
}

.footer-section-s1 .site-footer-main .item {
  width: auto;
  max-width: none;
  padding: 0;
  border: 0;
}

.footer-section-s1 .footer-brand {
  max-width: 430px;
}

.footer-section-s1 .footer-logo {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: #fff;
}

.footer-section-s1 .footer-logo img {
  width: 190px;
  max-width: 100%;
  height: auto;
}

.footer-section-s1 .footer-brand p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.footer-section-s1 .footer-contact-list li + li {
  padding-top: 12px;
}

.footer-section-s1 .footer-contact-list a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.footer-section-s1 .footer-contact-list i {
  width: 20px;
  color: #faa21b;
  text-align: center;
}

.footer-section-s1 .footer-link-groups {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr 1.25fr;
  gap: 44px;
  justify-content: end;
}

.footer-section-s1 .footer-links .title {
  margin-bottom: 22px;
  color: #faa21b;
  font-size: 20px;
  font-weight: 700;
}

.footer-section-s1 .footer-links ul li {
  line-height: 1.45;
}

.footer-section-s1 .footer-links ul li + li {
  padding-top: 13px;
}

.footer-section-s1 .footer-links ul li a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
}

.footer-section-s1 .footer-links ul li a:hover {
  color: #faa21b;
}

.footer-section-s1 .footer-lower {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section-s1 .footer-lower .lower-footer-wrap {
  padding: 18px 0;
}

.footer-section-s1 .footer-lower p {
  margin: 0;
}

@media (max-width: 1199px) {
  .footer-section-s1 .site-footer-main {
    gap: 44px;
  }

  .footer-section-s1 .footer-link-groups {
    gap: 28px;
  }
}

@media (max-width: 991px) {
  .footer-section-s1 .site-footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 54px 0 58px;
  }

  .footer-section-s1 .footer-brand {
    max-width: 680px;
  }

  .footer-section-s1 .footer-link-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }
}

@media (max-width: 767px) {
  .footer-section-s1 .site-footer-main {
    padding: 42px 0 46px;
  }

  .footer-section-s1 .footer-link-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }
}

@media (max-width: 575px) {
  .footer-section-s1 .site-footer-main {
    gap: 32px;
    padding: 36px 0 84px;
  }

  .footer-section-s1 .footer-logo img {
    width: 165px;
  }

  .footer-section-s1 .footer-brand p {
    font-size: 15px;
  }

  .footer-section-s1 .footer-link-groups {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-section-s1 .footer-links .title {
    margin-bottom: 16px;
  }
}

.appointment-page .wpo-contact-form-area {
  max-width: 1240px;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
}

.appointment-page .appointment-form-shell {
  row-gap: 30px;
}

.appointment-page .appointment-image-panel,
.appointment-page .appointment-form-panel {
  height: 100%;
}

.appointment-page .appointment-image-panel {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 12px;
  background: #000000;
}

.appointment-page .appointment-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  display: block;
}

.appointment-page .appointment-image-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(14, 21, 43, 0.1) 0%,
    rgba(14, 21, 43, 0.86) 100%
  );
}

.appointment-page .appointment-image-content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 1;
}

.appointment-page .appointment-image-content span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
  background: #faa21b;
  font-size: 14px;
  font-weight: 700;
}

.appointment-page .appointment-image-content h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.appointment-page .appointment-image-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
}

.appointment-page .appointment-form-panel {
  padding: 38px 26px 34px;
}

.appointment-page .wpo-section-title {
  text-align: left;
  margin-bottom: 34px;
}

.appointment-page .wpo-section-title span {
  justify-content: flex-start;
}

.appointment-page .wpo-section-title h2 {
  font-size: 42px;
  line-height: 1.1;
}

.appointment-page .wpo-contact-form-area .theme-btn {
  margin-top: 12px;
}

@media (max-width: 1199px) {
  .appointment-page .wpo-section-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .appointment-page .appointment-image-panel,
  .appointment-page .appointment-image-panel img {
    min-height: 390px;
  }

  .appointment-page .appointment-form-panel {
    padding: 10px 6px 8px;
  }
}

@media (max-width: 575px) {
  .appointment-page .wpo-contact-form-area {
    padding: 14px;
  }

  .appointment-page .appointment-image-panel,
  .appointment-page .appointment-image-panel img {
    min-height: 320px;
  }

  .appointment-page .appointment-image-content {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .appointment-page .appointment-image-content h3 {
    font-size: 24px;
  }

  .appointment-page .wpo-section-title {
    margin-bottom: 24px;
  }

  .appointment-page .wpo-section-title h2 {
    font-size: 28px;
  }
}

/* ===================================
   TOP STICKY EMERGENCY BAR
=================================== */

.top-sticky-bar {
  position: fixed;

  top: 0;
  left: 0;

  width: 100%;

  background: #00152b;

  z-index: 999999;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* CONTAINER */

.topbar-container {
  max-width: 1920px;

  margin: auto;

  padding: 14px 20px;

  text-align: center;
}

/* TEXT */

.topbar-container a {
  color: #faa21b;

  text-decoration: none;

  font-size: 30px;

  font-weight: 800;

  text-transform: uppercase;

  line-height: 1.3;

  letter-spacing: 0.5px;

  display: inline-block;

  transition: 0.3s;
}

/* PHONE NUMBER */

.topbar-container a span {
  color: #ffbf3f;
}

/* HOVER */

.topbar-container a:hover {
  opacity: 0.9;
}

/* BODY SPACE */

body {
  padding-top: 72px;
}

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

@media (max-width: 991px) {
  body {
    padding-top: 65px;
  }

  .topbar-container {
    padding: 12px 15px;
  }

  .topbar-container a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 78px;
  }

  .topbar-container a {
    font-size: 18px;

    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 85px;
  }

  .topbar-container {
    padding: 10px 12px;
  }

  .topbar-container a {
    font-size: 15px;

    line-height: 1.6;
  }

  .topbar-container a span {
    display: block;
  }
}
/* hero cta buttons */

/* =========================
   HERO BUTTON WRAPPER
========================= */

.hero-action-buttons {
  display: flex;

  align-items: center;

  gap: 20px;

  flex-wrap: wrap;

  margin-top: 35px;
}

/* COMMON BUTTON STYLE */

.hero-action-buttons a {
  min-width: 220px;

  height: 62px;

  padding: 0 35px;

  border-radius: 60px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  font-size: 18px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  transition: all 0.3s ease;

  position: relative;

  overflow: hidden;
}

/* CALL BUTTON */

.hero-call-btn {
  background: #e63946;

  color: #fff;

  box-shadow: 0 10px 25px rgba(230, 57, 70, 0.25);
}

.hero-call-btn:hover {
  background: #c1121f;

  color: #fff;

  transform: translateY(-3px);
}

/* WHATSAPP BUTTON */

.hero-whatsapp-btn {
  background: #25d366;

  color: #fff;

  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
}

.hero-whatsapp-btn:hover {
  background: #1ebe5d;

  color: #fff;

  transform: translateY(-3px);
}

/* OPTIONAL ICON EFFECT */

.hero-action-buttons a::after {
  content: "›";

  font-size: 24px;

  margin-left: 10px;

  transition: 0.3s;
}

.hero-action-buttons a:hover::after {
  transform: translateX(4px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 768px) {
  .hero-action-buttons {
    gap: 15px;
  }

  .hero-action-buttons a {
    min-width: 200px;

    height: 58px;

    font-size: 16px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {
  .hero-action-buttons {
    flex-direction: column;

    align-items: flex-start;

    width: 100%;
  }

  .hero-action-buttons a {
    width: 100%;

    min-width: 100%;

    height: 56px;

    font-size: 15px;
  }
}

.footer-call-box {
  position: relative;
  padding: 35px 0;
  background: transparent;
}

.footer-call-box__inner {
  background: linear-gradient(135deg, #000, #0f0f0f);
  border-radius: 15px;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-call-content h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.2;
}

.footer-call-content p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.footer-call-button a {
  background: #d3222d;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 18px 35px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s ease;
  animation: pulseCall 1.2s infinite;
  white-space: nowrap;
}

.footer-call-button-wa a {
  background: green;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 18px 35px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s ease;
  animation: pulseCall 1.2s infinite;
  white-space: nowrap;
}

.footer-call-button a:hover {
  transform: translateY(-3px);
  color: #fff;
}

/* MOBILE */

@media (max-width: 991px) {
  .footer-call-box__inner {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }

  .footer-call-content h2 {
    font-size: 26px;
  }

  .footer-call-button a {
    font-size: 20px;
    padding: 15px 22px;
  }

  .footer-call-button-wa a {
    font-size: 20px;
    padding: 15px 22px;
  }
}



@keyframes pulseCall {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.08);
}
100% {
    transform: scale(1);
}
}

