@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  /* CHANGED: Now pointing to your own server */
  src: url("../fonts/sora-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  /* CHANGED: Now pointing to your own server */
  src: url("../fonts/sora-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
.corp-container {
  max-width: 100%;
  padding: 0px 100px;
}
.corp-container-fluid {
  max-width: 100%;
  padding: 0px 0px;
  margin: 0px auto;
}
body {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", serif;
  color: #000000;
}
.font-poppins,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.btn,
.main-navigation ul li a,
.btn-header {
  font-family: "Poppins", serif;
}

/* common css */
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-blue {
  color: #0096ff;
}
.text-dark-blue,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
}
.text-center {
  text-align: center;
}
.text-justify,
.home-about-section-col1 p {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
}
.btn-primary {
  border-radius: 40px 40px 40px 40px;
  padding: 6px 18px 6px 18px;
  /*     background-color:  #86DF9C; */
  background-color: rgba(134, 223, 156, 1);
  color: black !important;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: gray;
}

.btn-second {
  border-radius: 40px 40px 40px 40px;
  padding: 6px 18px 6px 18px;
  /* background-color: #86DF9C; */
  background: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
  font-weight: 600;
}
.btn-second:hover {
  background: rgba(134, 223, 156, 1) !important;
  color: black !important;
}
.section-top {
  margin-top: 50px;
}

.text-stroke {
  font-size: 60px;
  font-weight: bold;
  color: white;
  text-shadow:
    1px 1px 0 #d5e3f7b8,
    -1px -1px 0 #d5e3f7,
    1px -1px 0 #d5e3f7b8,
    -1px 1px 0 #d5e3f7b8;
  opacity: 0.5;
}
.stroke-text {
  position: relative;
}
.stroke-text h5 {
  position: absolute;
  top: 0;
  margin-top: 0px;
}
.text-stroke-subtitle-center {
  left: 50%;
  transform: translateX(-50%);
}
.slick-slide {
  -webkit-user-select: text; /* For Safari */
  -moz-user-select: text; /* For Firefox */
  -ms-user-select: text; /* For Internet Explorer/Edge */
  user-select: text; /* For modern browsers */
}

/* h1-h6 */
h1,
.h1 {
  font-size: 40px;
  line-height: 50px;
  margin: 15px 0px;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 35px;
  line-height: 45px;
  margin: 15px 0px;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 15px 0px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 25px;
  line-height: 35px;
  margin: 15px 0px;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 22px;
  line-height: 32px;
  margin: 15px 0px;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0px;
  font-weight: 600;
}

.main-navigation ul li a {
  font-size: 16px;
  font-weight: 500 !important;
  text-transform: capitalize;
  color: #fff !important;
  position: relative;
  font-family: "Poppins", serif;
}

.home .main-navigation ul li a {
  color: #fff !important;
}

.site-header {
  background: #ffffff;
  padding: 0px 0;
}
.btn-header {
  background-color: #1b3a65;
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff !important;
  border-radius: 7px;
  margin-left: 30px;
  font-weight: 500;
}
/* .main-navigation ul li a:after {
    position: absolute;
    content: '';
    background-color: #a9191d;
    width: 20px;
    height: 2px;
    bottom: 0;
    left: 0;
} */

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
}

.link-underline.main-navigation div > ul:not(.cart_list) > li > a {
  border-bottom: 2px solid transparent !important;
}

.main-navigation ul li {
  margin: 0 25px -10px 0;
}
li#menu-item-1871 {
  margin: 0 5px 0 0;
}

.site-header .site-header-inner {
  height: 100px;
}

.masthead-sentinel {
  margin-bottom: -37px;
  display: none;
}
.main-navigation {
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

header#masthead {
  background-color: rgba(0, 0, 0, 0.7) !important ;
  box-shadow: none !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999; /* Ensure it stays on top */
  border-bottom: none !important;
}

/* Make navigation items white for better visibility */

header#masthead.scrolled .main-navigation ul li a {
  color: #f9f9f9 !important;
}

header#masthead.scrolled .main-navigation ul .sub-menu li a {
  color: #ffff !important;
}

/* Change submenu background to match the overlay */
.main-navigation ul .sub-menu li a {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
  font-size: 14px;
}

/* //scrole effect --------------------------------------------------------------------> */
.stuck .site-header-inner {
  margin-top: 40px;
}
.scrolled {
  margin-top: 0px !important;
}
/* When scrolling, apply blur and reduce logo size */

/* Reduce logo size on scroll */
header#masthead.scrolled .site-branding .custom-logo img {
  width: 100px; /* Smaller size when scrolled */
}

div#yoast-breadcrumbs {
  display: none;
}
button#search-button {
  display: none;
}
img.custom-logo {
  width: 382px;
  height: 80px;
}

.main-navigation div > ul:not(.cart_list) > li.current-menu-item > a {
  border-color: #f9f9f9 !important;
}
.main-navigation ul li a:hover {
  border-color: #f9f9f9 !important;
}
.link-underline.main-navigation ul .sub-menu li:first-of-type {
  border-top: 2px solid transparent;
}
.main-navigation ul .sub-menu {
  top: 30px;
}

.main-navigation ul.menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  background: url("/wp-content/uploads/2025/07/arrow-down-sign-to-navigate-1.svg")
    no-repeat center;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.header-call-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f1f1f1;
  color: #000;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease;
}

.header-call-btn a:hover {
  background: #e1e1e1;
}

.header-call-btn .phone-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .main-navigation {
    gap: 10px !important;
  }
}
@media (max-width: 991px) {
  .header-call-btn {
    display: none !important;
  }
}

/* //common css  */
/* footer */
.site-footer .widgets {
  padding: 0px 0;
}
.widgets.widgets-4 {
  display: flex;
  justify-content: space-between;
}
aside#custom_html-2 {
  width: 30%;
}
aside#nav_menu-2,
aside#nav_menu-3,
aside#nav_menu-4 {
  width: 16%;
  margin-top: 20px;
}
.site-footer {
  background: #00000099;
  margin-top: 0px;
}

.site-footer .bottom-bar {
  background: #ffffff;
  color: #000000;
  padding: 10px 0;
}
.site-footer .widgets {
  padding: 0px 0px 0;
}
.footer-col-content {
  color: #00749f;
  max-width: 400px;
}
ul.footer-social {
  list-style-type: none;
  display: flex;
  column-gap: 20px;
  padding-top: 25px;
}
ul.footer-social li:hover img {
  transform: scale(1.2);
  transition: 0.5s all;
}
.site-footer .widgets .widget .widget-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
}
.site-footer .widgets .widget a {
  color: #ffffff;
  font-weight: 500;
}
.site-footer .widgets .widget a:hover {
  color: black;
}
.site-footer .widget ul li {
  line-height: 35px;
}
.site-footer .widgets .widget {
  margin: 0;
}
.site-info span {
  font-weight: 500;
  font-size: 14px;
}
.site-footer .bottom-bar a {
  color: black;
}

.site-footer .bottom-bar a:hover {
  color: black;
}

.site-footer .bottom-bar a img {
  position: relative;
  top: 6px;
}
#scroll-to-top {
  bottom: 100px;
}

@keyframes rotateY-anim {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-contact-list li a {
  color: inherit;
  text-decoration: none;
  margin-left: 10px;
}

.footer-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.opening-hours {
  /*   background-color: #555; */
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  /*   max-width: 320px; */
}

.opening-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.clock-icon {
  width: 24px;
  height: 24px;
}

.opening-title h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: white;
}

.opening-time .day-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-weight: 600;
}

.day-row .day {
  /*   flex: 1; */
}

.day-row .separator {
  margin: 0 10px;
}

.day-row .time {
  /*   flex: 1; */
  text-align: right;
}

@media (max-width: 1440px) {
  aside#nav_menu-4 {
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .corp-container {
    max-width: 100%;
    padding: 0px 20px !important;
  }
  #mobile-menu-button svg path {
    fill: #f9f9f9;
  }
  #mobile-menu-button {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  #mobile-navigation ul li a,
  .menu-contact-us a {
    color: #002330 !important;
    font-size: 14px;
    font-weight: 500;
    background: rgb(255 255 255) !important;
  }
  #mobile-navigation i.icon-angle-down {
    border: solid #000000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #mobile-navigation {
    background: #ffff;
  }
  h1,
  .h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  h2,
  .h2 {
    font-size: 24px !important;
    line-height: 35px !important;
  }
  h3,
  .h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  h4,
  .h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  h5,
  .h5 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin: 10px !important;
  }
  .section-top {
    padding-top: 20px !important;
  }
  .menu-contact-us a {
    background-color: inherit;
    border-radius: inherit;
    font-size: inherit !important;
    display: none !important;
  }

  .banner-left {
    padding-top: 30px;
  }
  .banner-wrapper {
    background-size: cover;
    background-position: 100%;
  }
  .banner-wrapper {
    height: auto;
    background-image: inherit !important;
  }
  .heading-line:after {
    bottom: 0;
  }

  .testimonials-sec {
    border-radius: 0px 0px 0px 0px;
  }
  .testimonials-inner-left {
    left: 0px;
    top: 5px;
    width: 20%;
  }
  .testimonials-inner-right:after {
    right: 20px;
  }
  .testimonials-inner-right {
    padding: 40px 20px 20px 20px;
    width: 100%;
  }
  .testimonials-sec-wrapper
    button.button-slider.slide-arrow.prev-arrow.slick-arrow,
  .testimonials-sec-wrapper
    button.button-slider.slide-arrow.next-arrow.slick-arrow {
    display: none !important;
  }
  .testimonials-btn-wrapper {
    margin-top: 20px;
  }
  .testimonials-sec {
    padding-bottom: 30px;
  }
  .site-footer .widgets {
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 30px 0 !important;
  }
}
.site-footer:after {
  left: 50%;
  animation: inherit;
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .corp-container {
    max-width: 100%;
    padding: 0px 20px;
  }
  #mobile-menu-button svg path {
    fill: #ffffff;
  }
  #mobile-menu-button {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  #mobile-navigation ul li a {
    color: black !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
  }
  #mobile-navigation i.icon-angle-down {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #mobile-navigation {
    background: #88d9f8;
  }
  .banner-inner-wrapper {
    padding-top: 60px;
  }
  .banner-wrapper {
    background-size: contain;
  }
  .site-footer:after {
    left: 50%;
    animation: inherit;
    transform: translateX(-50%);
  }
  .features {
    flex-direction: column !important;
  }
}

@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 70px;
  }
  h3,
  .h3 {
    line-height: 60px;
  }
}

@media (max-width: 480px) {
  img.custom-logo {
    width: 260px;
    height: 100%;
  }
}

/* banner section */
.home-banner-section {
  position: relative;
}
.home-banner-items {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  color: #494444;
  position: relative;
  height: 700px;
  top: 0;
}

.banner-top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #d1d1d1;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  font-family: "Poppins";
}

.banner-top-text .banner-icon {
  width: 40px;
  height: auto;
  display: inline-block;
}

.home-banner-items-col1,
.home-banner-items-col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
      top: 10%;
  width: 70%;
  margin: auto;
  position: relative;
}

.home-banner-items-col1 h1,
.home-banner-items-col2 h1 {
  font-size: 40px;
  line-height: 70px;
  color: #ffffff;
  font-family: "Raleway", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 30px 0px !important;
}

.home-banner-items-col1 p,
.home-banner-items-col2 p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.home-banner-items-col1 .btn {
  /* display: inline-block;
    background-color: #ff5733;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none; */
}

@media (max-width: 1440px) {
  .home-banner-items {
    height: 750px;
  }
}

@media (max-width: 1024px) {
  .home-banner-items {
    flex-direction: column;
    height: auto;
    padding: 50px 15px;
  }

  .home-banner-items-col1,
  .home-banner-items-col2 {
    width: 100%;
    padding: 20px 10px;
  }

  .home-banner-items-col1 h1,
  .home-banner-items-col2 h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .home-banner-items-col1 p,
  .home-banner-items-col2 p {
    font-size: 16px;
  }

  .btn.btn-primary {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .home-banner-items {
    padding: 40px 10px;
    height: auto;
  }

  .home-banner-items-col1 h1,
  .home-banner-items-col2 h1 {
    font-size: 32px !important;
    line-height: 42px !important;
    max-width: 440px !important;
  }

  .home-banner-items-col1 p,
  .home-banner-items-col2 p {
    font-size: 14px !important;
    max-width: 440px !important;
  }

  .btn.btn-primary {
    font-size: 13px;
    padding: 8px 18px;
  }
  .corp-container {
    padding: 0 50px;
  }
  aside#custom_html-7 {
    display: none;
  }
  .opening-hours {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .home-banner-items {
    width: 100%;
    display: inline-block;
    height: 500px !important;
    background-position: right !important;
  }
  .home-banner-items-col1,
  .home-banner-items-col2 {
    margin: 80px 0 0 0 !important;
  }

  .home-banner-items-col1 h1,
  .home-banner-items-col2 h1 {
    font-size: 20px !important;
    line-height: 36px !important;
  }

  .home-banner-items-col1 p,
  .home-banner-items-col2 p {
    font-size: 13px !important;
    margin-bottom: 40px !important;
  }

  .btn.btn-primary {
    font-size: 12px;
    padding: 6px 15px;
  }
  .banner-top-text {
    font-size: 12px;
  }
  .banner-top-text .banner-icon {
    width: 20px;
  }
}

@media (max-width: 380px) {
  .banner-top-text {
    font-size: 10px;
  }
}

/* //three box section */

.three-boxes-section {
  /*   padding: 60px 20px; */
  background: #f9f9f9;
}
.three-boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.three-box-item {
  flex: 1 1 calc(33.333% - 20px);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid var(--250, rgba(64, 64, 64, 1));
  border-left: 1px double rgba(64, 64, 64, 1);
}
.three-box-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease;
  z-index: 1;
}
.three-box-item:hover .overlay {
  background: rgba(0, 0, 0, 0.9);
}
.three-box-item .content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.three-box-item h3 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #eee9e9;
}
.three-box-item p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(166, 166, 166, 1);
}
.arrow-icon {
  margin-top: 20px;
  width: 40px;
  position: absolute;
  right: 10%;
  bottom: 13%;
}

.arrow-icon img {
  width: 100%;
  display: block;
}

/* underline animation using ::after */
.arrow-icon::after {
  content: "";
  display: block;
  height: 2px;
  background-color: rgba(166, 166, 166, 1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  margin-top: 8px; /* gap between image and line */
}

.three-box-item:hover .arrow-icon::after {
  transform: scaleX(1);
}

@media (max-width: 1370px) {
  .three-box-item h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .three-box-wrapper {
    flex-direction: column;
  }
  .three-box-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .three-box-item .content {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .three-box-item {
    min-height: 250px;
  }
  .three-box-item h3 {
    font-size: 18px;
    color: black !important;
  }

  .three-box-item p {
    font-size: 14px !important;
    color: black !important;
  }
  .arrow-icon {
    width: 20px;
    color: black !important;
  }
  .three-box-item .overlay {
    background: #ffffff99 !important;
  }
  .grecaptcha-badge {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .three-box-item p {
    font-size: 14px;
  }
}

.who-we-are-section {
  padding: 30px 20px;
  background: #f9f9f9;
}
.who-we-are-wrapper {
  display: flex;
  /*   flex-wrap: wrap; */
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  /*   max-width: 1320px; */
  margin: auto;
  width: 90%;
}
.who-left {
  /* flex: 1 1 60%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 65%;
}
.who-right {
  /*   flex: 1 1 30%; */
  width: 40%;
}
.who-right img {
  width: 85%;
  border-radius: 10px;
}
.tagline {
  font-size: 14px;
  color: #888;
  /*   margin-bottom: 10px; */
}
.who-left-top-img-text {
  display: flex;
  align-items: center;
}
.who-title {
  font-size: 50px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
}

.who-description-overlay {
  background: rgba(0, 0, 0, 0.65);
  padding: 25px;
  border-radius: 12px;
  color: #fff;
  width: 117%;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.who-description-overlay .who-description {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
  width: 88%;
}

/* .who-description-overlay .btn.btn-primary {
  background-color: #1ed760;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border: none;
  transition: 0.3s ease;
}
 */
.who-description-overlay .btn.btn-primary:hover {
  background-color: #16b24c;
}

.who-description {
  margin-bottom: 25px;
  color: #333;
}
.who-button {
  background: #00c97d;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 30px;
}
.features {
  display: flex;
  gap: 30px;
  flex-direction: row;
}
.icon-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.icon-title-row img {
  height: 50px;
  width: auto;
  margin: 0;
}
.icon-title-row h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.feature-box p {
  font-size: 14px;
  color: #666;
}

/* Responsive */

@media (max-width: 1440px) {
  .who-left {
    gap: 10px !important;
  }
  .who-title {
    font-size: 32px;
  }
  .who-description-overlay .who-description {
    font-size: 14px;
  }
  .who-we-are-wrapper {
    width: 100%;
  }
}

@media (max-width: 1370px) {
  .who-title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .who-we-are-wrapper {
    flex-direction: row;
  }
  .who-left,
  .who-right {
    flex: 1 1 100%;
  }
}
@media (max-width: 770px) {
  .who-title {
    font-size: 28px;
  }
  .features {
    flex-direction: column;
  }
  .who-we-are-wrapper {
    flex-direction: column;
  }
  .who-description-overlay {
    width: 100%;
  }
  .who-left {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .who-title {
    font-size: 24px !important;
    margin: 10px;
  }
  .who-left,
  .who-right {
    width: 100%;
    gap: 0px;
  }
  .who-description-overlay {
    width: 100%;
  }
  .who-description-overlay .who-description {
    font-size: 15px;
    width: 100%;
    line-height: 30px;
  }
  .who-right {
    text-align: center;
  }
  .who-we-are-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .who-we-are-section {
    padding: 30px 0;
  }
}
@media (max-width: 380px) {
  .who-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .who-button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .icon-title-row h4 {
    font-size: 16px;
  }
}

/* counter section */

.home-counter-section {
  padding: 40px 20px;
}

.counter-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 30px;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}

.counter-item {
  flex: 1;
  padding: 0 20px;
  position: relative;
}

.counter-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: #000000;
}
.counter-item:last-child::after {
  display: none;
}

.counter-top {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-subtext {
  font-size: 32px;
  color: #000;
  margin: 0 0 0 10px;
}

.counter-label {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
}

/* ------------ Responsive Breakpoints ------------ */

/* 1440px */
@media (max-width: 1440px) {
  .counter-top {
    font-size: 30px;
  }
  .counter-subtext {
    font-size: 30px;
  }
}

/* 1370px */
@media (max-width: 1370px) {
  .counter-top {
    font-size: 28px;
  }
  .counter-subtext {
    font-size: 28px;
    margin: 0;
  }
}

/* 1024px */
@media (max-width: 1024px) {
  .counter-top {
    font-size: 26px;
  }
  .counter-subtext {
    font-size: 26px;
  }
  .counter-label {
    font-size: 15px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .counter-grid {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  .counter-item {
    padding: 0;
  }
  .counter-item:not(:last-child)::after {
    display: none;
  }
  .counter-top {
    font-size: 24px;
  }
  .counter-subtext {
    font-size: 24px;
    margin-left: 8px;
  }
  .counter-label {
    font-size: 14px;
  }
}

/* 480px */
@media (max-width: 480px) {
  .counter-top {
    font-size: 20px !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .counter-subtext {
    font-size: 20px;
  }
  .counter-label {
    font-size: 13px !important;
    text-align: center;
  }
  .counter-grid {
    align-content: center;
  }
}

/* 380px */
@media (max-width: 380px) {
  .counter-top {
    font-size: 18px !important;
  }
  .counter-subtext {
    font-size: 18px !important;
  }
  .counter-label {
    font-size: 12px !important;
  }
}

.home-what-do-section {
  padding: 40px 0;
  background: #f2f2f2;
}

.section-subtitle {
  text-align: center;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-what-do-section .section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Sora", sans-serif;
  line-height: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 90%;
  margin: auto;
}

.service-card {
  position: relative;
  /*   background: #fff; */
  border: 1px solid #a6a6a6;
  padding: 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: left;
  overflow: hidden;
  /*   background-image: linear-gradient(180deg, #a9191d14 0%, #ffffff 100%); */
  /*   border-color: #ad070b30; */
}

.service-card .service-icon {
  width: 50px;
  height: 50px;
  fill: #c62828;
  margin-bottom: 20px;
  transition: fill 0.3s ease;
}

.card-content img {
  height: 50px;
  width: auto;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.service-card:hover .card-content img {
  transform: rotateY(180deg);
}

/* Ensures SVGs respond to fill */
.service-card .service-icon path {
  fill: #c62828;
  transition: fill 0.3s;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Sora", sans-serif;
}

.service-card p {
  font-size: 14px;
  color: #737373;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-arrow {
  display: inline-block;
  font-size: 14px;
  color: #737373 !important;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
}

.service-card:hover .service-arrow {
  transform: translateY(-3%);
}

.service-card:hover .service-icon path {
  fill: #fff !important;
}

.service-card:hover h4,
.service-card:hover p,
.service-card:hover .service-arrow {
  color: black;
}

.service-main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .section-subtitle {
    font-size: 14px;
  }
  .home-what-do-section .section-title {
    font-size: 36px;
    margin-bottom: 0px;
  }
  .services-grid {
    width: 100%;
  }
  .service-card {
    padding: 20px;
  }
}
@media (max-width: 1300px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    gap: 10px;
  }
  .card-content img {
    height: 40px;
  }
}

.choose-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  /* 	flex-wrap: wrap; */
  width: 80%;
  margin: auto;
}

.choose-left {
  flex: 1 1 50%;
  position: relative;
}

.choose-image-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.choose-image-box img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.choose-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.choose-badge img {
  width: 90px;
}

.choose-badge h3 {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  margin: 0;
}

.choose-badge h3 span {
  color: #c62828;
  font-weight: 600;
  font-size: 16px;
  margin-left: 4px;
}

.choose-badge p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.choose-right {
  flex: 1 1 50%;
}

.choose-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #9f2b2b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.choose-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.choose-desc {
  font-size: 15px;
  margin-bottom: 30px;
  color: #555;
}

.choose-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.choose-benefit-box {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.choose-benefit-box:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}
.choose-benefit-box img {
  width: 90px;
}
.benefit-box-contain h4 {
  font-size: 25px;
  line-height: 35px;
  margin: 0;
  font-weight: 600;
}

.benefit-box-contain p {
  font-size: 14px;
}

.benefit-icon {
  width: 90px;
  margin-bottom: 10px;
}

.choose-btn {
  display: inline-block;
  background: #4e0cf2;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.choose-btn:hover {
  background: #2c08a0;
}

@media (max-width: 768px) {
  .choose-wrapper {
    flex-direction: column;
  }

  .choose-benefits-grid {
    grid-template-columns: 1fr;
  }
  .choose-benefit-box-btn {
    display: flex;
    justify-content: center;
  }
}

/* home page book-consultation */

.book-consultation-wrapper {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.book-consultation-content {
  max-width: 900px;
  margin: auto;
  color: #fff;
}

.consultation-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.3;
  font-family: "Sora", sans-serif;
}

.consultation-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #ddd;
  font-family: "Sora", sans-serif;
}

/* === Responsive === */

/* 1440px */
@media (max-width: 1440px) {
  .consultation-title {
    font-size: 38px;
  }
}

/* 1370px */
@media (max-width: 1370px) {
  .consultation-title {
    font-size: 36px;
  }
}

/* 1024px */
@media (max-width: 1024px) {
  .consultation-title {
    font-size: 32px;
  }
  .consultation-desc {
    font-size: 15px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .consultation-title {
    font-size: 28px;
  }
  .consultation-desc {
    font-size: 14px;
  }
}

/* 480px */
@media (max-width: 480px) {
  .book-consultation-wrapper {
    padding: 80px 15px;
  }
  .consultation-title {
    font-size: 18px !important;
  }
  .consultation-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}

/* 380px */
@media (max-width: 380px) {
  .consultation-title {
    font-size: 16px !important;
  }
  .consultation-desc {
    font-size: 13px;
  }
  .consultation-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.talk-now-section {
  background-position: center;
  position: relative;
  padding: 40px 0;
  background: linear-gradient(
    90deg,
    rgba(59, 5, 5, 1) 0%,
    rgba(169, 25, 29, 1) 100%
  );
  background-color: transparent;
  color: #fff;
  overflow: hidden;
}

.talk-now-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  /*     flex-wrap: wrap; */
  width: 70%;
  margin: auto;
}
.talk-left {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 50%;
}

.talk-avatar {
  border-radius: 12px;
  object-fit: cover;
}

.talk-left-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: white;
}

.talk-left-content p {
  margin: 8px 0;
  font-size: 14px;
  color: #ccc;
}

.phone-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.phone-box img {
  width: 40px;
}

.talk-right {
  width: 50%;
}

.talk-right p {
  font-size: 15px;
  line-height: 1.5;
}

.talk-btn {
  display: inline-block;
  background: #5d2dfd;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
  transition: 0.3s ease;
}

.talk-btn:hover {
  background: #3d19d5;
}

/* Responsive */
@media (max-width: 768px) {
  .talk-now-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .talk-left {
    flex-direction: column;
  }

  .talk-avatar {
    margin-bottom: 10px;
  }
}

/* ========== Testimonial Section ========== */
.testimonial-section {
  background: #fff;
  padding: 20px 20px;
}

.testimonial-section-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
}

/* ===== Left: Slider ===== */
.testimonial-left {
  /* flex: 1 1 60%; */
  /* padding: 20px; */
  width: 57%;
  margin-left: 153px;
  /* position: absolute; */
  z-index: 1;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-slider {
  position: relative;
}

.main-testimonial-wrapper {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* flex-direction: row; */
  height: 100%;
}

.testimonial-item {
  background: #f9f9f9;
  border-radius: 24px;
  /*   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); */
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  min-height: 300px;
  margin: 0;
  border: 1px solid #ededed;
}

.testimonial-item::before {
  content: "❝";
  font-size: 80px;
  color: #ccc;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 0;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  margin: 0;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin: 0;
}

.testimonial-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info strong {
  font-size: 16px;
  display: block;
  color: #000;
}

.user-info span {
  font-size: 13px;
  color: #777;
  display: block;
}

.stars {
  font-size: 16px;
  color: #f4c150;
  margin-top: 3px;
}

/* ===== Navigation Arrows ===== */
.testimonial-nav {
  text-align: center;
  margin-top: 30px;
}

.testimonial-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-arrows button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.testimonial-arrows img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.testimonial-arrows img:hover {
  transform: scale(1.2);
}

/* ===== Right: Static Image ===== */
.testimonial-right {
  /* flex: 1 1 40%; */
  padding: 20px;
  /* display: flex
; */
  /* align-items: center; */
  justify-content: center;
  width: 40%;
  /* margin-right: 100px; */
  position: absolute;
  right: 2%;
  z-index: 0;
}

.testimonial-right img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.stars img {
  height: 100%;
  width: 100%;
  border-radius: 0;
}

/* ========== Responsive Breakpoints ========== */

@media (max-width: 1440px) {
  .testimonial-wrapper {
    max-width: 1080px;
  }
}

@media (max-width: 1370px) {
  .testimonial-item {
    padding: 35px;
  }
}

@media (max-width: 1024px) {
  .testimonial-container {
    flex-direction: column;
  }

  .testimonial-left,
  .testimonial-right {
    flex: 1 1 100%;
    padding: 10px;
  }

  .testimonial-item {
    padding: 30px;
  }

  .testimonial-text {
    font-size: 15px;
  }

  .user-info strong {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item {
    padding: 25px;
  }

  .testimonial-user {
    flex-direction: row;
    align-items: center;
  }

  .testimonial-text {
    font-size: 14px;
  }
  /* 	.main-testimonial-wrapper{
		height:400px;
	} */
  .testimonial-left {
    margin-left: 0px;
  }
  .testimonial-right img {
    display: none;
  }
}

@media (max-width: 480px) {
  .testimonial-item {
    padding: 20px;
  }

  .testimonial-text {
    font-size: 13px;
  }

  .user-info strong {
    font-size: 14px;
  }

  .stars {
    font-size: 14px;
  }
  .testimonial-left,
  .testimonial-right {
    width: 100%;
  }
  .testimonial-left {
    margin-left: 0px;
    width: 100%;
  }
  .accordion__header h2 {
    font-size: 16px !important;
  }
  .accordion__body {
    font-size: 12px !important;
  }

  .testimonial-item::before {
    top: 21px;
    left: 9px;
    font-size: 60px;
  }
  .main-testimonial-wrapper {
    height: 100%;
  }
}

@media (max-width: 380px) {
  .testimonial-user {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-item {
    padding: 18px;
  }

  .testimonial-text {
    font-size: 13px;
  }

  .stars {
    font-size: 13px;
  }
}

/* Slick arrows (optional to style) */
.slick-arrow {
  background: #f1f1f1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 10;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial_below {
    padding: 30px 20px;
  }

  .quote-icon {
    font-size: 36px;
    top: 20px;
    left: 20px;
  }

  .testimonial-text,
  .testimonial_author {
    padding-left: 30px;
  }
}

/* 🌟 Slick Dots */
.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  background: #bbb;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
}

/* 🌟 Slick Arrows */
.slick-prev,
.slick-next {
  font-size: 24px;
  color: #fff;
}

.slick-prev:hover,
.slick-next:hover {
  color: #ddd;
}

/* 🌐 Responsive Styles */
@media (max-width: 1024px) {
  .home_testimonial_section {
    padding: 60px 20px;
  }

  .home_up_side h3.large {
    font-size: 32px;
  }

  .testimonial_below {
    padding: 30px;
    max-width: 450px;
  }

  .testimonial-text {
    font-size: 15px;
  }

  .client-logos-slider {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .home_testimonial_section {
    padding: 50px 15px;
  }

  .home_up_side h3.large {
    font-size: 28px;
  }

  .testimonial_below {
    padding: 25px;
    max-width: 90%;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial_author img {
    width: 40px;
    height: 40px;
  }

  .testimonaial_author_detail h5 {
    font-size: 14px;
  }

  .client-logos-slider {
    gap: 25px;
  }

  .client-logos-slider img {
    max-height: 40px;
  }
}

@media (max-width: 480px) {
  .home_testimonial_section {
    padding: 40px 10px;
  }

  .home_up_side h3.large {
    font-size: 24px;
  }

  .testimonial_below {
    padding: 20px;
    max-width: 95%;
  }

  .testimonial-text {
    font-size: 13px;
  }

  .testimonial_author {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .testimonial_author img {
    width: 35px;
    height: 35px;
  }

  .client-logos-slider {
    gap: 20px;
    padding: 10px 0;
  }

  .client-logos-slider img {
    max-height: 30px;
  }
}

/* Blog Section Styling */

.blog-main-heading {
  text-align: center;
}
.badge {
  /* text-align: center; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.home-blog-section {
  padding: 40px 0;
  background: #f9f9f9;
}

.home-blog-section h2 {
  /*   padding-top: 40px; */
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.blog-card-slider {
  margin: 0 -10px;
}

.blog-card-slider .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.blog-card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

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

.blog-card-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-overlay {
  position: absolute;
  inset: 0;
  /*   background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 30%, rgba(0, 0, 0, 0.1) 80%); */
  display: flex;
  align-items: flex-end;
  /*   padding: 20px; */
}

.blog-card-content-overlay {
  color: #fff;
  width: 100%;
}

.blog-meta {
  font-size: 12px;
  background: #00000066;
  color: #f9f9f9;
  padding: 4px 10px;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.65);
  display: none;
}

.blog-card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px !important;
  color: #fff;
  background: #888;
  padding: 0 10px;
}

.blog-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.blog-card-excerpt {
  margin: 0;
  color: #ccc;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
}

.blog-arrow-icon img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-arrow-icon img {
  transform: scale(1.2);
}

.home-blog-wrapper {
  display: block !important;
}

/* Slick Dots Styling (if needed) */
.blog-card-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.blog-card-slider .slick-dots li {
  list-style-type: none;
}

.blog-card-slider .slick-dots li.slick-active button {
  background-color: #84482a;
  padding: 5px 10px;
  border-radius: 5px;
}

.blog-card-slider .slick-dots li button {
  font-size: 0;
  background: #e7dccd;
  border: 0;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
}

/* /faqs section  */

/* ==== FAQ Section ==== */
.faqs-section {
  padding: 30px 20px;
  background: #fff;
  text-align: center;
}

.title-left-right-lines {
  font-size: 32px;
}

/* Accordion Wrapper in 2 Columns */
.accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 40px;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.acccording-main {
  display: flex;
  flex-direction: column;
}

/* Accordion Items */
.accordion__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  position: relative;
  transition: color 0.3s ease;
  gap: 15px;
}
.accordion__header h2 {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
}

.accordion__header::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-image: url(/wp-content/uploads/2025/07/Plus.png);
  background-size: 100% 100%; /* force fit */
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion__header.is-active::before {
  background-image: url("/wp-content/uploads/2025/07/minus.png");
}

.accordion__body {
  display: none;
  padding-bottom: 20px;
  color: #444;
  font-size: 16px;
  margin-left: 40px;
}

.accordion__body.is-active {
  display: block;
}

/* ==== Responsive Layout ==== */
@media (max-width: 1440px) {
  .accordion {
    gap: 30px 50px;
  }
}

@media (max-width: 1370px) {
  .accordion {
    gap: 25px 40px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .accordion {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .faqs-section-wrapper h2 {
    font-size: 18px;
  }
  .accordion__header {
    font-size: 16px;
  }
  .accordion__body {
    font-size: 15px;
  }
  span.eyebrow {
    font-size: 12px;
  }
  h2.title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .accordion__header {
    font-size: 15px;
    padding: 12px 0;
  }
  .accordion {
    width: 100%;
  }
  .home-blog-section h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }

  .blog-main-heading {
    font-size: 20px !important;
  }

  .blog-card-title {
    font-size: 16px !important;
  }
  .blog-card-excerpt {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .blog-main-heading {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 380px) {
  .faqs-section {
    padding: 40px 15px;
  }

  .faqs-section-wrapper h2 {
    font-size: 24px;
  }

  .accordion__header {
    font-size: 14px;
  }
}

/* //footer */
.footer-top-widgets {
  border-bottom: 1px solid #463f3f;
  color: white;
  /*   padding: 40px 0; */
}

.footer-top-boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* gap: 60px; */
  width: 80%;
  margin: auto;
}

.footer-box {
  flex: 1;
  width: 280px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  justify-content: center;
}

.footer-icon {
  width: 60px;
  height: 60px;
  background: #ffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-icon img {
  width: 30px;
  height: 30px;
}

.footer-inner {
  text-align: left;
}
.footer-inner a {
  color: #ccc !important;
}
.footer-top-title {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.footer-inner p {
  color: #ccc;
  margin: 0;
  font-size: 14px !important;
  line-height: 1.4;
}
.shree-footer-widget {
  text-align: center;
  color: #ffffff;
  max-width: 337px;
  /* margin: 0 auto; */
  background: #1e1e1e;
  padding: 20px;
  margin-left: -6px;
}

.shree-footer-widget .shree-logo {
  height: auto;
  margin-bottom: 20px;
  border-radius: 15px;
}

.shree-footer-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.shree-footer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
}

.shree-footer-icon {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}

.shree-footer-list a {
  color: #fff;
  text-decoration: none;
}

.shree-footer-list a:hover {
  text-decoration: underline;
}

.shree-footer-widget p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 20px;
}

/* Social Icons */
.shree-social-icons {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shree-social-icons li {
  display: inline-block;
}

.shree-social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.shree-social-icons a:hover {
  background: #7c51ff;
}

.shree-social-icons img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .shree-footer-widget {
    text-align: center;
    margin: 0 0 0px;
  }

  .shree-social-icons {
    justify-content: center;
  }
}

@media (max-width: 1440px) {
  .footer-skew-center {
    padding: 0 100px !important;
  }
  aside#custom_html-2 {
    width: 33%;
    margin-left: -50px;
  }
  .footer-top-shape {
    padding: 0px 0px !important;
  }
  .site-footer .widgets.widgets-4 .widget {
    width: 26%;
  }
  .shree-footer-widget {
    margin-left: 0;
  }
  .site-footer .widgets {
    padding: 0px 25px 0 !important;
  }
}
@media (max-width: 1370px) {
  aside#custom_html-2 {
    width: 27.3%;
    margin-left: -23px;
    margin-right: 30px;
  }
  .footer-top-widgets {
    padding: 0 !important;
  }
  .site-footer .widgets {
    padding: 0 !important;
  }
  .footer-top-shape {
    padding: 0px 0px !important;
  }
  .day-row .time {
    text-align: left;
  }
  .footer-skew-center {
    padding: 0 71px !important;
  }
}

@media (max-width: 1370px) {
  .home-banner-items {
    height: 600px;
  }

  .footer-top-boxes {
    width: 100%;
  }

  .home-banner-items-col1 h2,
  .home-banner-items-col2 h2 {
    font-size: 35px;
    line-height: 50px;
    margin: 0px 0px 10px 0px !important;
  }

  .section-title {
    font-size: 26px !important;
    margin: 0px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
  .home-who-we-wrapper {
    width: 100%;
  }
  .counter-item h2 {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .counter-item p {
    font-size: 12px;
  }
  .choose-wrapper {
    width: 100%;
  }
  .choose-benefits-grid {
    margin-bottom: 10px;
  }
  .choose-benefit-box img {
    width: 50px;
  }
  .benefit-box-contain h4 {
    font-size: 16px;
  }
  .benefit-box-contain p {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .talk-now-wrapper {
    width: 100%;
    gap: 15px;
  }
  .home_up_side h3.large {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .testimonial_below {
    max-width: 300px;
    margin: 10px;
  }
  .home-blog-section {
    padding: 30px 0;
  }
  .blog-heading {
    margin-bottom: 15px;
  }
  .choose-badge img {
    width: 50px;
  }
  .home-blog-item {
    max-width: 350px;
  }
  .blog-main-heading {
    font-size: 26px;
  }
  .home-counter-section {
    padding: 40px 0;
  }
  .home-what-do-section {
    padding: 20px 0;
  }
  .services-grid {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .home-counter-section {
    padding: 0px !important;
    margin-bottom: 20px;
  }
  .marquee-slider-wrap {
    margin-top: 0px !important;
  }
  .counter-grid {
    gap: 10px !important;
    background: #e1e1e1;
    padding: 20px;
    border-radius: 10px;
  }
  .counter-item {
    border-right: none;
    border-bottom: 1px solid;
  }
  .section-title {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .section-subtitle {
    font-size: 11px !important;
  }
  .choose-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  .choose-title {
    text-align: center;
  }
  .choose-subtitle {
    text-align: center;
  }
  .talk-left {
    width: 100%;
  }
  .talk-right {
    width: 100%;
  }
  .phone-box {
    justify-content: center;
  }
  .footer-box {
    justify-content: flex-start !important;
  }
  .site-info span {
    font-size: 10px !important;
  }
  .btn-second {
    border-radius: 40px 40px 40px 40px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    font-size: 14px;
  }
  .footer-top-shape {
    padding: 0px !important;
    gap: 10px;
  }
  .shree-footer-widget {
    max-width: 100% !important;
  }
}
/* blog page */
.page-template-blogs .page-blogs-sec-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-blogs .blogs-items {
  width: 22%;
  margin: 15px;
}
.page-template-blogs .blogs-items-inner {
  margin: 0px;
}

/* new footer  */

.footer-top-shape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  /*   background-color: #5e5c5c; */
  padding: 0 18px;
  position: relative;
}

/* Skewed center box */
.footer-skew-center {
  /*   background-color: #1e1e1e; */
  height: 100%;
  /*   transform: skewX(-30deg); */
  padding: 0 75px;
  display: flex;
  align-items: center;
}

.footer-skew-center .footer-social {
  /*   transform: skewX(30deg); unskew the content inside */
  display: flex;
  gap: 12px;
}

/* Social icons */
.footer-social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*   background: white; */
  /*   padding: 5px; */
  object-fit: contain;
  transition: transform 0.3s ease;
}

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

.footer-call {
  background: #1e1e1e;
  padding: 5px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
  font-size: 22px;
  text-decoration: none;
}

.footer-call-icon {
  width: 30px;
  height: 28px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .footer-top-shape {
    padding: 0 80px;
  }

  .footer-skew-center {
    padding: 0 60px;
    margin-left: 15px;
  }

  .footer-social-icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .footer-top-shape {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .footer-skew-center {
    transform: none;
    padding: 10px 30px;
    border-radius: 8px;
    /*     background-color: #1e1e1e; */
  }

  .footer-skew-center .footer-social {
    transform: none;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 7px;
  }

  .footer-social-icon {
    width: 28px;
    height: 28px;
  }

  .footer-call {
    padding: 10px 20px;
    font-size: 14px;
  }

  .footer-call-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .footer-social-icon {
    width: 24px;
    height: 24px;
  }

  .footer-call {
    flex-direction: row;
    justify-content: center;
    font-size: 13px;
    padding: 5px !important;
    border-radius: 10px !important;
  }
  .footer-skew-center {
    transform: none;
    padding: 5px 30px !important;
    border-radius: 8px;
    /*         background-color: #1e1e1e; */
    margin-top: 10px !important;
  }
  aside#custom_html-2 {
    margin-left: 0 !important;
  }
  .opening-hours {
    /* background-color: #555; */
    color: #fff;
    padding: 0px;
    border-radius: 10px;
    /* max-width: 320px; */
    margin-top: 30px;
  }
  .testimonial-right img {
    display: none;
  }
  .testimonial-item {
    height: 100% !important;
    box-shadow: none;
  }
  .why-subtitle {
    justify-content: center;
    font-size: 11px;
    margin: 10px;
  }
  .opening-time {
    font-size: 14px !important;
  }
  .footer-link {
    margin-bottom: 6px;
  }

  .testimonial-text,
  .testimonial_author {
    padding-left: 0px !important;
  }
}

/* //home page pop up  */

/* === POPUP OVERLAY FIX === */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

/* Popup content */
.popup-wrapper {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

/* Close button */
.popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
}

/* Heading styling */
.popup-header h2 {
  font-size: 20px !important;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  flex: 1;
}

/* Close button styling */
.popup-close {
  position: absolute;
  top: -23px;
  right: -36px;
  font-size: 24px;
  cursor: pointer;
  color: black;
  background: none !important;
  border: none;
  transition: color 0.3s ease;
}

.popup-close:hover,
.popup-close:focus {
  color: #fe0000;
  outline: none;
}

/* Form Structure */
/* Popup Form Layout */
.popupform-row {
  display: flex;

  gap: 20px;
}

.popupform-col {
  flex: 1 1 48%;
}

.popupform-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.popupform-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f7f7f7;
  color: #000;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* Checkboxes */
.popupform-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 15px;
  font-size: 15px;
  color: #000;
}

/* Submit Button */
.popupform-submit {
  background-color: #f93939;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popupform-submit:hover {
  background-color: #d62828;
}

.form-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.wpcf7-submit {
  background: #000000 !important;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  width: 300px;
}

.wpcf7-submit:hover {
  background: #2dff4e;
  color: black;
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute !important;
  right: 10px !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .popupform-col {
    flex: 1 1 100%;
  }

  .popupform-submit {
    width: 100%;
  }

  .popupform-checkbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .popupform-row {
    flex-wrap: wrap;
    gap: 0 !important;
  }
  .popup-header h2 {
    font-size: 14px !important;
  }
  .popupform-label {
    margin-bottom: 5px;
  }
}

/* #site-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#site-loader img {
  width: 120px;
  height: auto;
} */

@media (max-width: 1540px) {
  .who-right img {
    width: 100%;
  }
  .site-footer .widgets {
    padding: 0px;
  }
  .footer-top-shape {
    padding: 0 18px;
  }
}
@media (max-width: 1370px) {
  .opening-time .day-row {
    font-size: 13px;
  }
  .header-corp {
    padding: 0 40px;
  }
}

/* Outer wrapper */
.newsletter-band {
  background-color: #20282d;
  border-radius: 12px;
  background-image: url(/wp-content/uploads/2025/08/01-3-scaled-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  border-radius: 10px 10px 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.newsletter-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.newsletter-form form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.tnp-field.tnp-field-email {
  margin-bottom: 0 !important;
}

.tnp-field.tnp-field-button {
  margin-bottom: 0 !important;
}
.tnp-field label {
  display: none;
}
.eyebrow,
.title {
  color: white;
  margin: 0;
}

.newsletter-form .tnp-subscription {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  border: 2px solid #fff;
  min-height: 56px;
}

.newsletter-form .tnp-email {
  flex: 1 1 auto;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 16px;
  font-size: 16px;
  color: #111;
  border-radius: 999px 0 0 999px;
}
.newsletter-form .tnp-email::placeholder {
  color: #7c8796;
}

/* Submit button */
.newsletter-form .tnp-submit {
  border: none;
  outline: none;
  background: #111820;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  padding: 12px 20px;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.05s ease;
}
.newsletter-form .tnp-submit:hover {
  opacity: 0.9;
}
.newsletter-form .tnp-submit:active {
  transform: translateY(1px);
}

/* Responsive */
@media (max-width: 600px) {
  .newsletter-form .tnp-subscription {
    flex-direction: column;
    padding: 8px;
  }
  .newsletter-form .tnp-email,
  .newsletter-form .tnp-submit {
    border-radius: 999px;
    width: 100%;
    margin: 4px 0;
  }
  .newsletter-inner {
    flex-direction: column;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  aside#custom_html-2 {
    width: 29.4%;
    margin-left: -23px;
  }

  .site-footer .widgets .widget a {
    font-size: 12px;
  }
  .opening-hours {
    /* background-color: #555; */
    color: #fff;
    padding: 0px;
    border-radius: 10px;
    /* max-width: 320px; */
    margin-top: 20px;
  }

  .footer-skew-center {
    padding: 0 58px !important;
  }

  .main-navigation ul li {
    margin: 0 15px -10px 0;
  }
  .main-navigation ul li a {
    font-size: 12px;
  }

  .blog-card-title {
    line-height: 30px;
  }
  .about-why-choose-section .why-container {
    width: 90%;
  }

  .footer-corp {
    padding: 0 40px;
  }

  .header-call-btn a {
    font-size: 12px;
  }
  .counter-grid {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  aside#custom_html-2 {
    margin-left: -9px;
    width: 30.4%;
  }
}

@media (max-width: 480px) {
  div.tnp-subscription,
  form.tnp-subscription,
  form.tnp-profile {
    max-width: 90%;
  }
}

/* fixed appointment button */
.appointment-float {
  position: fixed;
  right: 14px;
  bottom: 160px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Text part (green, ALWAYS visible now) */
.appointment-float .appointment-text {
  background: rgba(134, 223, 156, 1);
  color: #111;
  padding: 12px 20px; /* always has padding */
  max-width: none; /* no collapsing */
  white-space: nowrap;
  opacity: 1; /* fully visible */
  transition: none; /* no hover animation */
}

/* Icon part (black, always visible) */
.appointment-float .appointment-icon {
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.appointment-float .appointment-icon img {
  width: 22px;
  height: 28px;
}

/* Remove hover effect since we always show text */
.appointment-float:hover .appointment-text {
  max-width: none;
  padding: 12px 20px;
  opacity: 1;
}

/* Hide mobile label by default; show desktop label */
.appointment-float .label-mobile {
  display: none;
}
.appointment-float .label-desktop {
  display: inline;
}

/* ===== MOBILE: FULL-WIDTH (edge-to-edge) sticky bar ===== */
@media (max-width: 767px) {
  .appointment-float {
    position: fixed;
    inset: auto 0 env(safe-area-inset-bottom) 0; /* bottom: safe area */
    left: 0;
    right: 0;
    bottom: 0; /* fallback for older browsers */
    width: 100vw; /* span full viewport width */
    max-width: 100vw;
    margin: 0;
    border-radius: 0; /* square edges so it truly fills */
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.15);
    z-index: 99999; /* above footers/chat widgets */
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    transform: translateZ(0); /* fix iOS flicker */
  }

  /* Icon rail on the LEFT (black) */
  .appointment-float .appointment-icon {
    background: #111;
    flex: 0 0 64px; /* fixed rail width */
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .appointment-float .appointment-icon img {
    width: 24px;
    height: 24px;
    /*     filter: invert(1); */
  }

  /* Text panel fills remaining space (green) */
  .appointment-float .appointment-text {
    background: rgba(134, 223, 156, 1);
    color: #111;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    max-width: none; /* always visible on mobile */
    padding: 16px 16px;
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    transition: none; /* no hover/tap animation on mobile */
  }

  /* If you used the two-label setup earlier */
  .appointment-float .label-mobile {
    display: inline;
    font-weight: 600;
  }
  .appointment-float .label-desktop {
    display: none;
  }

  .appointment-float .appointment-text {
    transform: none !important; /* prevent shift on mobile */
    transition: none !important; /* remove hover animation */
    opacity: 1 !important; /* always visible */
  }

  .appointment-float:hover .appointment-text,
  .appointment-float:active .appointment-text,
  .appointment-float:focus-visible .appointment-text {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Optional: keep content from hiding under the bar */
@media (max-width: 767px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 1200px) {
}

/* ===== CTA Banner (Video Shopping) ===== */
:root {
  --cta-bg-start: #0f172a; /* slate-900 */
  --cta-bg-end: #1e293b; /* slate-800 */
  --cta-text: #ffffff;
  --cta-muted: #cbd5e1; /* slate-300 */
  --cta-radius: 18px;
  --cta-pad-block: 28px;
  --cta-pad-inline: 28px;
  --cta-gap: 24px;

  --btn-bg: #ffffff;
  --btn-text: #0f172a;
  --btn-border: #ffffff;
  --btn-radius: 999px;
  --btn-pad-block: 12px;
  --btn-pad-inline: 22px;
  --btn-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.cta-banner {
  color: var(--cta-text);
}

.cta-banner__container {
  max-width: 80%;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 40px) clamp(16px, 3vw, 24px);
}

.cta-banner__inner {
  display: flex;
  background-color: #20282d;
  column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  border-radius: 15px;
  background-image: url(/wp-content/uploads/2025/08/01-3-scaled-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

.cta-banner__col {
  flex: 1 1 0;
  min-width: 0;
}

.cta-banner__col--action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-banner__title {
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1.15;
  letter-spacing: 0.2px;
  color: white;
}

.cta-banner__subtitle {
  margin: 0;
  color: var(--cta-muted);
  font-size: clamp(14px, 1.7vw, 16px);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-banner__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cta-banner__col--action {
    justify-content: center;
  }
  aside#secondary {
    display: none;
  }
}

.blog-card-title {
  margin: 0;
  line-height: 30px;
}

/* ============================= */
/* Hide on Desktop */
#menu-item-1910, /* Payment Guide */
#menu-item-1908, /* Check Refund */
#menu-item-1909  /* Pay Now */ {
  display: none;
}
.textwidget.custom-html-widget {
  padding-top: 15px;
}
/* ===== TOP BAR ===== */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: inherit;
}

/* ===== LINKS STYLE ===== */
.top-link,
.pg-toggle {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}

/* UNDERLINE EFFECT */
.top-link::after,
.pg-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.top-link:hover::after,
.pg-toggle:hover::after {
  width: 100%;
}

/* ===== RIGHT SIDE ===== */
.top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ===== DROPDOWN ===== */
.pg-parent {
  position: relative;
  padding-bottom: 10px;
}

.pg-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: none;
  min-width: 240px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.pg-parent:hover .pg-dropdown {
  display: block;
}

.pg-dropdown a {
  display: block;
  padding: 12px 15px;
  color: #000;
  text-decoration: none;
}

.pg-dropdown a:hover {
  background: #f5f5f5;
}
/* ============================= */
/* Show on Mobile (<=768px) */
@media (max-width: 768px) {
  #menu-item-1910,
  #menu-item-1908,
  #menu-item-1909 {
    display: block;
  }
}
