body {
  background: white;
}

.sec-heading {
  margin-bottom: 50px;
}

.sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 80px;
}

.clients {
  padding: 200px 0;
}

.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}

.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.box:hover {
  transform: scale(1.2);
}

/* Steps Container */

/* Each Step Box */

/* Number Circle */

/* FAQ Layout Container */
.faq-section {
  padding: 70px 20px;
}

.faq-box {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-image img {
  width: 380px;
  border-radius: 16px;
}

.faq-content {
  flex: 1;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ed3733;
}

/* Accordion Styles */
.faq-item {
  background: #fff;
  margin-bottom: 15px;
  padding: 0;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 28px;
  font-weight: bold;
  color: #4064A2;
  transition: 0.3s;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: #444;
  line-height: 1.6;
}

/* Active State */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.how-we-work-section {
  width: 100%;
  padding: 60px 0;
}

.how-we-work-section.contactUs {
  width: 100%;
  padding: 118px 0;
}

.how-we-work-section .heading-with-info {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.how-we-work-section .heading-with-info h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ed3833;
  margin-bottom: 0;
}

.how-we-work-section .work-panel .work-info:nth-of-type(2n) {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.how-we-work-section .work-panel .work-info .info-gird {
  position: relative;
  border: 1px solid #b2b2b2;
  border-radius: 12px;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 450px;
}

.how-we-work-section .work-panel {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 25px;
  position: relative;
}

.how-we-work-section .work-panel .work-info .info-gird:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -100px;
  width: 100px;
  height: 2px;
  border-top: 2px dashed #231f20;
}

.how-we-work-section .work-panel .work-info {
  max-width: 1275px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 60px;
  margin: 0 auto;
  width: 100%;
}

.how-we-work-section .work-panel .work-info .info-gird .numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #ed3833;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-we-work-section .work-panel .work-info .info-gird .icons {
  position: absolute;
  left: -160px;
  top: calc(50% - 33px);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #4064A2;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.how-we-work-section .work-panel .work-info:nth-of-type(2n) .info-gird .icons {
  left: auto;
  right: -160px;
}

.how-we-work-section .work-panel .work-info:nth-of-type(2n) .info-gird:after {
  left: auto;
  right: -100px;
  width: 100px;
}

img,
picture {
  max-width: 100%;
}

footer {
  width: 100%;
  padding: 40px 0;
  margin-top: 30px;
  background-color: #f0f0f0;
}

footer .footer-information {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 15px;
}

footer .footer-information .grid-content .footerlogo {
  width: 100%;
  margin-bottom: 15px;
}

footer .footer-information .grid-content .footerlogo img {
  max-width: 140px;
}

footer .footer-information .grid-content {
  width: 25%;
  padding-right: 10px;
}

footer .footer-information .grid-content h3:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #4064A2;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .footer-information .grid-content h3 {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  position: relative;
  color: #4064A2;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

footer .footertext-info h4 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  color: #ed3833;
}

footer .footertext-info {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  padding-top: 25px;
}

footer .footer-information .grid-content .socialicons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

footer .footer-information .grid-content .socialicons a {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background-color: #4064A2;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  margin-right: 10px;
}

footer .footertext-info a {
  color: #231f20;
  font-size: 14px;
  position: relative;
  padding-right: 10px;
}

footer .footer-information .grid-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

footer .footer-information .grid-content ul li {
  width: 100%;
  padding: 5px 0;
}

footer .footer-information .grid-content ul li a {
  font-size: 13px;
  color: #231f20;
  font-weight: 500;
  text-decoration: none;
}

footer .footertext-info .locations-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
  /* NO spacing */
}

footer .footertext-info .locations-list li {
  position: relative;
  padding: 0 8px;
  white-space: nowrap;
}

footer .footertext-info .locations-list li:not(:last-child)::after {
  content: "";
  margin-left: 8px;
  color: #000;
}

footer .footertext-info .locations-list a {
  text-decoration: none;
}

footer .footertext-info .locations-list a:hover {
  color: #4064A2;
}

footer .footertext-info li:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #231f20;
  position: absolute;
  right: -1px;
  top: 3px;
}

footer .copy-write {
  width: 100%;
  border-top: 1px solid #6f6f6f;
  margin-top: 35px;
  padding-top: 25px;
  text-align: center;
  font-size: 12px;
}

.global-mid-section {
  margin-top: 100px;
  width: 100%;
}

.hero-banner .banner-content {
  position: absolute;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 10;
}

.hero-banner .item {
  height: 535px;
}

.hero-banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner h1 {
  font-size: 30px;
  font-weight: 800;
  color: #4064A2;
  width: 100%;
}

.banner-form {
  position: absolute;
  top: 135px;
  right: 45px;
  background: #4064A2;
  z-index: 9;
  width: 365px;
  height: 320px;
  border-radius: 12px;
  padding: 25px;
}

.banner-form .form {
  width: 100%;
}

.banner-form .form input {
  width: 100%;
  height: 40px;
  border: 0 solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
  padding: 0 10px;
}

.hero-banner .overlay {
  background: linear-gradient(90deg,
      #f5f5f5 15%,
      hsla(0, 0%, 97%, 0.420693) 75%,
      rgba(0, 212, 255, 0.0117297));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.hero-banner {
  width: 100%;
  position: relative;
}

.banner-form .form .button {
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  color: #fff;
  padding: 0.2rem 3.5rem;
  display: inline-block;
  appearance: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  min-width: 18rem;
  outline: 0;
  text-align: center;
  border: 0;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  background-color: #ed3833;
  margin: 0 auto;
}

.btn-wrapper {
  margin-top: 20px;
}

.banner-form .form .btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-banner p {
  font-size: 18px;
  font-weight: 500;
  color: #231f20;
  width: 100%;
  padding: 15px 0 0;
}

.hero-banner .hero-content {
  max-width: 650px;
}

.hero-banner .contactbtn,
.hero-banner .contactbtn.btn-special {
  display: flex;
  align-items: center;
}

.hero-banner .contactbtn {
  border: 2px solid #ec3832;
  color: #ec3832;
  height: 40px;
  padding: 0 25px;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
}

.banner-form .heading {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.block--bg-white {
  background-color: #fff !important;
  padding: 60px 0;
}

img,
picture {
  max-width: 100%;
}

.image-left-text-right {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 80px;
}

.image-left-text-right .left-image {
  width: 40%;
  /* fixed space for image */
}

.image-left-text-right .left-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}

.image-left-text-right .right-content {
  width: 60%;
  /* content space */
}

.image-left-text-right h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4064A2;
  margin-bottom: 20px;
}

.image-left-text-right p {
  padding-bottom: 10px;
}

.howitworksection {
  width: 100%;
  padding: 60px 0;
}

.howitworksection .work-grid-dual-wrapper {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 40px;
}

.heading-with-info-common p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #231f20;
}

.heading-with-info-common h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ed3833;
  margin-bottom: 10px;
}

.howitworksection .work-grid-dual-wrapper .workgrid {
  width: calc(100% / 3 - 15px);
  margin-right: 20px;
  box-shadow: 0 4px 15px 0 rgba(14, 44, 129, 0.15);
  padding: 30px;
  border-radius: 12px;
}

.howitworksection .work-grid-dual-wrapper .workgrid:last-child {
  margin-right: 0;
}

.howitworksection .work-grid-dual-wrapper .workgrid p {
  text-align: center;
}

.howitworksection .work-grid-dual-wrapper .workgrid .icontop {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.howitworksection .work-grid-dual-wrapper .workgrid .icontop .icons {
  height: 60px;
  width: 60px;
  background-color: #ed3833;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howitworksection .work-grid-dual-wrapper .workgrid h4 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #ed3833;
}

.image-left-text-right.reverse-right-image {
  padding-top: 60px;
}

.block--bg-red {
  background-color: #4064A2 !important;
  padding: 60px 0;
}

.block--bg-red * {
  color: #fff !important;
}

/* Common layout */
.left-to-right-common {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}

/* Image full responsive */
.left-to-right-common .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* Text styling */
.left-to-right-common h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ed3833;
  margin-bottom: 20px;
}

/* ----------- FOR ALTERNATE SECTIONS ------------ */

/* First item → Image left, content right (default flex-row) */
.journey-item {
  flex-direction: row;
}

/* Second item → Image right, content left (reverse direction) */
.journey-item._right {
  flex-direction: row-reverse;
}

/* Optional: both items half width */
.left-image,
.right-content {
  width: 50%;
}

/* vk */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

header .header {
  width: 100%;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

header .header .logo {
  max-width: 150px;
  cursor: pointer;
}

header .header .logo img {
  max-width: 140%;
}

header .header .navbar ul {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  list-style-type: none;
  padding: 0;
}

header .header .navbar ul li {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}

header .header .navbar ul li a {
  font-weight: 600;
  font-size: 15px;
  color: #4064A2;
  padding: 0 15px;
  display: flex;
}

@media (max-width: 1200px) {
  header .header .navbar ul li a {
    display: flex;
    padding: 15px;
  }
}

header .header .navbar ul li.current_page_item a {
  color: #4064A2;
}

header .header .navbar ul li .downarrow {
  width: 19px;
  height: auto;
  margin-left: 4px;
  opacity: 0.9;
  position: relative;
  top: 1px;
}

@media (max-width: 1200px) {
  header .header .navbar ul li .downarrow {
    position: absolute;
    top: 12px;
    right: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    padding: 3px;
  }
}

header .header .navbar ul li .mega-menu {
  width: 100%;
  background-color: #fff;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: fixed;
  left: 0;
  top: 60px;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  header .header .navbar ul li .mega-menu {
    position: static;
  }
}

header .header .navbar ul li .mega-menu .mega-menu-content {
  width: 100%;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 15px;
  padding-top: 35px;
}

header .header .navbar ul li .mega-menu .mega-menu-content .left-tag {
  width: 300px;
}

@media (max-width: 1200px) {
  header .header .navbar ul li .mega-menu .mega-menu-content .left-tag {
    width: 100%;
  }
}

header .header .navbar ul li .mega-menu .mega-menu-content .left-tag .liksmega {
  padding: 10px 15px;
  background-color: #ccc;
  width: 100%;
  margin: 0 0 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}

header .header .navbar ul li .mega-menu .mega-menu-content .left-tag .liksmega.active {
  background-color: #4064A2;
  color: #fff;
}

header .header .navbar ul li .mega-menu .mega-menu-content .right-tags {
  width: calc(100% - 300px);
  padding-left: 20px;
}

@media (max-width: 1200px) {
  header .header .navbar ul li .mega-menu .mega-menu-content .right-tags {
    width: 100%;
  }
}

header .header .navbar ul li .mega-menu .mega-menu-content .right-tags .heading {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

header .header .navbar ul li .mega-menu .mega-menu-content .right-tags ul {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  header .header .navbar ul li .mega-menu .mega-menu-content .right-tags ul {
    margin-bottom: 15px;
  }
}

header .header .navbar ul li .mega-menu .mega-menu-content .right-tags ul li {
  width: 33.33333%;
  padding-right: 10px;
  padding-left: 0;
  margin: 4px 0;
}

@media (max-width: 1200px) {
  header .header .navbar ul li .mega-menu .mega-menu-content .right-tags ul li {
    width: 100%;
  }
}

header .header .navbar ul li .mega-menu .mega-menu-content .right-tags ul li a {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0;
  cursor: pointer;
}

header .header .navbar ul li .mega-menu .mega-menu-content .right-tags ul li a:hover {
  color: #4064A2;
}

header .header .navbar ul li .mega-menu .mega-menu-content .left-tag .liksmega.active {
  background-color: #4064A2;
  color: #fff;
}

header .header .navbar ul li:hover .mega-menu {
  height: auto;
  min-height: 150px;
}

header .header .hamburger-menu,
header .header .logomobile {
  display: none;
}

@media (max-width: 1200px) {
  header .header .bar {
    position: relative;
    transform: translateY(10px);
    background: #fff;
    transition: all 0ms 0.3s;
  }

  header .header .bar.animate {
    background: hsla(0, 0%, 100%, 0);
  }

  header .header .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fff;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }

  header .header .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s,
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }

  header .header .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  }

  header .header .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  }

  header .header .mobile-menu {
    top: 0;
    max-width: 100%;
    left: -100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 100vh;
    position: fixed;
    z-index: 9997;
    overflow-y: auto;
    transform: translateZ(205px);
    transition: all 0.5s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

@media (max-width: 1200px) {
  header .header .mobile-menu.active {
    left: 0;
    transform: translateZ(0);
    transition: all 0.5s ease-in-out;
  }

  header .header .has-children:hover {
    cursor: hand;
  }

  header .header .children {
    display: none;
  }

  header .header .mobile-menu .children li:first-child {
    margin-top: 0;
  }

  header .header .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #000;
    top: 5px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
  }

  header .header .icon-arrow:after {
    content: "\25BC";
  }

  header .header .icon-arrow.open {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
  }
}

.phonenumbar img {
  max-width: 18px;
  margin-right: 5px;
}

.mega-menu-parent {
  position: relative;
}

.column-menu-list {
  display: none;
}

.column-menu-list.active {
  display: block;
}

footer {
  width: 100%;
  padding: 40px 0;
  margin-top: 30px;
  background-color: #f0f0f0;
}

footer .footer-information {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 15px;
}

footer .footer-information .grid-content {
  width: 25%;
  padding-right: 10px;
}

@media (max-width: 767px) {
  footer .footer-information .grid-content {
    width: 100%;
    border-bottom: 1px solid #6f6f6f;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  footer .footer-information .grid-content:last-child {
    border: 0;
  }
}

footer .footer-information .grid-content .footerlogo {
  width: 100%;
  margin-bottom: 15px;
}

footer .footer-information .grid-content .footerlogo img {
  max-width: 140px;
}

footer .footer-information .grid-content .socialicons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

footer .footer-information .grid-content .socialicons a {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background-color: #4064A2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  margin-right: 10px;
}

footer .footer-information .grid-content h3 {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  position: relative;
  color: #4064A2;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

footer .footer-information .grid-content h3:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #4064A2;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .footer-information .grid-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

footer .footer-information .grid-content ul li {
  width: 100%;
  padding: 5px 0;
}

footer .footer-information .grid-content ul li a {
  font-size: 13px;
  color: #231f20;
  font-weight: 500;
}

footer .footertext-info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 25px;
}

footer .footertext-info h4 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  color: #ed3833;
}

footer .footertext-info .locations-list {
  display: block;
  width: 100%;
}

footer .footertext-info p {
  width: 100%;
}

footer .footertext-info li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767px) {
  footer .footertext-info li {
    display: block;
    margin-right: 0;
    margin-top: 5px;
  }
}

footer .footertext-info li:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #231f20;
  position: absolute;
  right: -1px;
  top: 3px;
}

@media (max-width: 767px) {
  footer .footertext-info li:after {
    display: none;
  }
}

footer .footertext-info li:last-child:after {
  display: none;
}

footer .footertext-info a {
  color: #231f20;
  font-size: 14px;
  position: relative;
  padding-right: 10px;
}

footer .footertext-info a:hover {
  color: #4064A2;
}

footer .copy-write {
  width: 100%;
  border-top: 1px solid #6f6f6f;
  margin-top: 35px;
  padding-top: 25px;
  text-align: center;
  font-size: 12px;
}

.howitworksection {
  width: 100%;
  padding: 60px 0;
}



.container,
.ti-widget-container {
  margin: 0 auto;
}

.heading-with-info-common {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}


.heading-with-info-common h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ed3833;
  margin-bottom: 10px;
}



.blog-section {
  margin: 20px 0;
  padding: 120px 0;
}

.blog-section .blog-listing {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

img,
picture {
  max-width: 100%;
}

.blog-section .blog-listing .blog-grid .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-section .blog-listing .blog-grid .blogtxt .iconuser {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -25px;
  z-index: 9;
  position: relative;
  margin-bottom: 15px;
}

.blog-listing .blog-grid {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 12px;
  width: calc(100% / 3 - 20px);
  margin: 10px;
}

.blog-listing .blog-grid .blog-image {
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}

.blog-section .blog-listing .blog-grid .blog-image .category {
  background-color: #4064A2;
  border-radius: 20px;
  padding: 0 10px;
  display: flex;
  height: 28px;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.blog-section .blog-listing .blog-grid .blog-image .category a:active,
.blog-section .blog-listing .blog-grid .blog-image .category a:hover,
.blog-section .blog-listing .blog-grid .blog-image .category a:visited {
  color: #fff;
}

.blog-section .blog-listing .blog-grid .blog-image .category a {
  position: relative;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.blog-section .blog-listing .blog-grid .blogtxt h3 {
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.blog-section .blog-listing .blog-grid .blogtxt p {
  width: 100%;
  padding: 15px 0;
}

.blog-section .blog-listing .blog-grid .blogtxt .datebottom {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 13px;
}

.blog-section .blog-listing .blog-grid .blogtxt .readmore {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #4064A2;
  cursor: pointer;
}

.btn-wrapper {
  margin-top: 20px;
}

.btn-wrapper._center {
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.pagination .page-item {
  margin: 0 5px;
}

.pagination .page-item .page-link.current {
  font-weight: 700;
  background-color: #4064A2;
  color: #fff;
}

.primary-btn {
  background-color: #ec3833;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  width: fit-content;
  border: 0;
  cursor: pointer;
  font-family: Exo, sans-serif;
}

.pagination .page-item .page-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #4064A2;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.formhome-section {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 12px;
  margin-top: 30px;
  padding: 50px;
  display: flex;
  flex-flow: wrap;
}

.formhome-section form {
  width: 100%;
}

.formhome-section .left-data {
  width: calc(100% - 350px);
  padding-right: 50px;
}

.formhome-section form .field {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}

.formhome-section form .field .label {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 4px;
}

.formhome-section form .field .w50 {
  width: 50%;
  padding-right: 10px;
}

.formhome-section form .field .w50:last-child {
  padding-right: 0;
}

.formhome-section form .field .w50 {
  width: 50%;
}

.formhome-section form .field input {
  height: 40px;
  padding: 0 10px;
}

.formhome-section form .field input,
.formhome-section form .field textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-family: Exo, sans-serif;
}

.formhome-section form .field textarea {
  height: 100px;
  padding: 10px;
  resize: none;
}

.formhome-section .right-image {
  width: 350px;
}

.formhome-section .right-image img {
  border-radius: 12px;
  object-fit: cover;
}

.formhome-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ed3833;
  margin-bottom: 20px;
}

.image-left-text-right {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 80px;
}

.block--bg-white {
  background-color: #fff !important;
  padding: 60px 0;
}

.image-left-text-right .left-to-right {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.image-left-text-right .left-to-right .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.ourjourney-section .journey-content .left-to-right-common .right-content {
  margin: auto;
}

.image-left-text-right .left-to-right .left-image {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
  min-height: 400px;
  max-height: 560px;
}

.image-left-text-right .left-to-right h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4064A2;
  margin-bottom: 20px;
}

.image-left-text-right .left-to-right p {
  padding-bottom: 10px;
}

.location-services-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4064A2;
  margin-bottom: 20px;
}

.image-left-text-right .left-to-right .right-content {
  width: 60%;
  padding-left: 40px;
}

.container,
.ti-widget-container {
  margin: 0 auto;
}

.counter-function {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 15px;
}

.counter-function .counter {
  width: 33.33333%;
  padding-left: 15px;
  border-left: 1px solid #4064A2;
  margin: 10px 0;
}

.block-cta-withbg {
  width: 100%;
  padding: 60px 0;
}

.block-cta-withbg .full-image:before {
  background: linear-gradient(90deg,
      #000,
      rgba(27, 27, 27, 0.5) 27%,
      rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  content: "";
}

.block-cta-withbg .full-image {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.block-cta-withbg .full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-cta-withbg .full-image .information {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  z-index: 20;
}

.block-cta-withbg .full-image .information .con-data p {
  color: #fff;
}

.block-cta-withbg .full-image .information .con-data .phonenumbar {
  margin: auto;
}

.block-cta-withbg .full-image .information .con-data .subcontent {
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
}

.block-cta-withbg .full-image .information .con-data .phonenumbar img {
  object-fit: contain !important;
}

.advantage-info-section {
  width: 100%;
  padding: 60px 0;
}

.advantage-info-section .advantage-wrapper {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.advantage-info-section .advantage-wrapper .left-image {
  width: 300px;
}

.advantage-info-section .advantage-wrapper .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.advantage-info-section .advantage-wrapper .adv-right-content {
  width: calc(100% - 300px);
  padding-left: 30px;
}

.advantage-info-section .advantage-wrapper .adv-right-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4064A2;
  margin-bottom: 20px;
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-grid {
  width: 33.33333%;
  padding-right: 15px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 15px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-info-section .advantage-wrapper .adv-right-content .adv-icon-wrapper .adv-info {
  width: calc(100% - 60px);
  padding-left: 10px;
  font-size: 15px;
}

.list-item-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4064A2;
  margin-bottom: 20px;
}

.list-item-section .list-items {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 40px;
}

.list-item-section .list-items .item {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  background-color: #4064A2;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  padding: 10px;
  font-weight: 600;
}

.image-left-text-right-common {
  width: 100%;
  padding: 60px 0;
}

.dropdown {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 10px;
  position: relative;
}

.dropdown-wrapper {
  display: flex;
  flex-direction: column;
}

.dropdown-wrapper h3 {
  font-size: 16px;
  font-weight: 500;
  color: #231f20;
  cursor: pointer;
  padding-right: 17px;
}

.dropdown__title:before {
  content: "+";
  display: inline-block;
  margin-right: 0.5em;
  width: 20px;
  position: absolute;
  right: 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.left-to-right-common._right .right-content {
  width: 50%;
  padding-right: 40px !important;
}

.left-to-right-common._right._right .right-content {
  padding-left: 40px;
}

.dropdown.active .dropdown__title:before {
  content: "-";
}

.dropdown__content {
  max-height: 0;
  transition: 0.1s;
  overflow: hidden;
  padding: 0 1rem;
}

.dropdown.active .dropdown__content {
  max-height: 100vh;
  padding: 12px;
  transition: 0.2s;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-top: 10px;
}

.blog-section-detail {
  padding: 60px 0;
  width: 100%;
}

.blog-section-detail h2 {
  font-size: 24px;
  margin: 10px 0;
}

.blog-section-detail .calendar {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  padding: 10px 0;
}

.blog-section-detail .calendar span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding-right: 30px;
}

.blog-section-detail p {
  padding-bottom: 15px;
}

.blog-section-detail .calendar span img {
  margin-right: 5px;
  max-width: 17px;
}

.blog-section-detail .blog-detail-listing {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.blog-section-detail .blog-detail-listing .left-content {
  width: calc(100% - 350px);
  padding-right: 30px;
}

.blog-section-detail h2 {
  margin: 10px 0;
}

.blog-section-detail .blog-detail-listing .aside h2 {
  font-size: 24px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0;
}

.blog-section-detail .blog-detail-listing .aside {
  width: 350px;
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data {
  width: 100%;
  padding: 20px;
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data .heading {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #4064A2;
  padding-bottom: 10px;
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data ._date {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #231f20;
  padding-bottom: 10px;
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .r-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 150px;
}

.blog-section-detail .blog-detail-listing .aside .blogrecent .recent-data .readmore {
  font-size: 13px;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.grid-3column-section {
  width: 100%;
  padding: 60px 0;
}

.grid-3column-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4064A2;
  margin-bottom: 20px;
}

.grid-3column-section p {
  width: 100%;
}

.grid-3column-section .medical-content {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 40px;
}

.grid-3column-section._international .medical-content .medical-grid a,
.grid-3column-section._international .medical-content .medical-grid p {
  color: #231f20;
}

.grid-3column-section._international h2,
.grid-3column-section._international p {
  color: #fff;
}

.grid-3column-section .medical-content .medical-grid {
  width: calc(100% / 3 - 20px);
  margin: 5px 10px;
  background-color: #4064A2;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  padding: 10px;
  font-weight: 500;
}

.grid-3column-section .medical-content .medical-grid a {
  color: #fff;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.grid-3column-section .medical-content .medical-grid .icontop {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.grid-3column-section._international {
  background-color: #4064A2;
}

.grid-3column-section._international .medical-content .medical-grid {
  background-color: #fff;
  color: #231f20;
}

.grid-3column-section .medical-content .medical-grid .icontop .icons {
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.location-services-section .services-loc-content .left-content {
  background-color: #fff;
  padding: 20px;
  width: 50%;
  margin: 30px 0;
  position: relative;
  right: -80px;
  z-index: 3;
}

.location-services-section .services-loc-content {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}

.location-services-section .services-loc-content .right-img {
  width: 50%;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.location-services-section .services-loc-content .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-services-section .services-loc-content .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-wrapper-section {
  width: 100%;
  padding: 35px 0;
  position: relative;
}

.single-service-style1 {
  border-radius: 12px;
  /* Adjust the value for more/less curve */
  overflow: hidden;
  /* Ensures image respects the border radius */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Optional: adds a soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth hover effect */
}

.single-service-style1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.single-service-style1 {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Image container with fixed height */
.single-service-style1 .img-holder {
  height: 200px;
  /* Adjust height as needed */
  overflow: hidden;
}



/* Make image cover the container */
.single-service-style1 .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures all images scale proportionally and fill container */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* Hover effect */
.single-service-style1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.single-service-style1 .img-holder img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.services-wrapper-section p {
  width: 100%;
}

.services-wrapper-section .services-loc-content {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.left-to-right-common p {
  padding-bottom: 10px;
}

.dropdown.active .dropdown__content strong {
  color: #4064A2;
}

.services-wrapper-section .services-loc-content .right-img {
  width: 50%;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.services-wrapper-section .outer-right-sideimage {
  width: 50%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 60px 0;
}

.services-wrapper-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4064A2;
  margin-bottom: 20px;
}

.services-wrapper-section .outer-right-sideimage._left-side {
  right: auto;
  left: 0;
}

.services-wrapper-section .services-loc-content .left-content {
  background-color: #fff;
  padding: 20px;
  width: 50%;
  margin: 50px 0;
  position: relative;
  right: -90px;
  z-index: 3;
}

.services-wrapper-section .services-loc-content .left-content._reveserleft {
  left: -90px;
  right: auto;
}

.services-wrapper-section .outer-right-sideimage img {
  width: 100%;
  height: auto;
  /* height auto ensures aspect ratio maintained */
  object-fit: cover;
  display: block;
  /* removes inline spacing issues */
  border-radius: 8px;
}

.booknow-section {
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.booknow-section .booknow-content {
  background-color: #4064A2;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.booknow-section .booknow-content p {
  width: calc(100% - 150px);
  padding-right: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.primary-btn._white {
  background-color: #fff;
  color: #4064A2;
}

.booknow-section .booknow-content .primary-btn {
  width: 150px;
}

.ambulance-services-section {
  width: 100%;
  background-color: #f0f0f0;
  padding: 60px 0;
}

.ambulance-services-section .owl-carousel-services {
  width: 100%;
  margin-top: 40px;
}

.ambulance-services-section .heading-with-info {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.hero-banner .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: calc(50% - 35px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.hero-banner .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.ambulance-services-section .owl-carousel-services .carousel-services {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.ambulance-services-section .heading-with-info p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}


.header-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  /* number aur whatsapp ke beech ka distance */
}

/* phone number */
.phonenumbar {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
  color: white;
}

/* whatsapp icon */
.whatsapp-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
}



.referral-hospial-section {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}

.tabs-section {
  width: 100%;
  background-color: #f0f0f0;
  padding: 60px 0;
}

.tabs-section .tabs-accordian,
.tabs-section .tabs-accordian .tab-content {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.tabs-section .tabs-accordian .ultab {
  width: 250px;
}

.tabs-section h2 {
  font-weight: 700;
  color: #ed3831;
  margin-bottom: 0;
}

.tabs-section .tabs-accordian .ultab li.active {
  background-color: #4064A2;
}

.tabs-section .tabs-accordian {
  margin-top: 30px;
}

.tabs-section .tabs-accordian .tabscontentdata .ultab {
  display: none;
}

.tabs-section .tabs-accordian .tabscontentdata {
  width: calc(100% - 280px);
  margin-left: 30px;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-flow: wrap;
}

.tabs-section .tabs-accordian .tab-content .tabgrid {
  width: calc(100% / 2 - 15px);
  margin-right: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
}

.tabs-section .tabs-accordian .tab-content .tabgrid .iconstop {
  width: 100%;
  height: 40px;
}

.hamburger-menu {
  cursor: pointer;
  z-index: 9999;
  position: relative;
}

.hamburger-menu .bar {
  pointer-events: none !important;
}

.tabs-section .tabs-accordian .tab-content .tabgrid p {
  width: 100%;
}

.tabs-section .tabs-accordian .tab-content .tabgrid .iconstop img {
  max-height: 40px;
}

.tabs-section .tabs-accordian .ultab li.active a {
  color: #fff;
}

.tabs-section .tabs-accordian .ultab li a svg {
  width: 25px;
}

.tabs-section .tabs-accordian .ultab li a {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.tabs-section .tabs-accordian .tab-content .tabgrid:nth-of-type(2n) {
  margin-right: 0;
}

.block--services .service-item-inner {
  display: block;
  width: 100%;
}

.tabs-section .tabs-accordian .ultab li {
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 10px;
}

/* vk */
.block--whoweare {
  padding-top: 50px;
}

.features-style1-area {
  position: relative;
  display: block;
  z-index: 11;
}

.features-style1-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 95px;
  background: #f2f3fa;
  z-index: -1;
}

.features-style1__content {
  position: relative;
  display: block;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.features-style1__content ul {
  position: relative;
  display: flex;
  background: #ffffff;
  z-index: 10;
}

.features-style1__content ul li {
  position: relative;
  display: block;
  padding: 0 60px;
  padding-top: 60px;
  padding-bottom: 50px;
  max-width: 33.333333%;
  width: 100%;
}

.features-style1__content ul li:before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 60px;
  background: #dcdeee;
  width: 1px;
}

.features-style1__content ul li:last-child:before {
  display: none;
}

.single-features-style1 {
  position: relative;
  display: block;
}

.single-features-style1 .icon-holder {
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
}

.single-features-style1 .icon-holder .box {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  /* background-color: rgba(237, 55, 51, 0.05); */
  border-radius: 50%;
  transition: all 500ms ease;
}

.single-features-style1:hover .icon-holder .box {
  /* background-color: rgba(237, 55, 51, 0.95); */
  transform: scale(1.3);
}

.single-features-style1 .icon-holder span:before {
  position: relative;
  display: inline-block;
  color: #4064A2;
  font-size: 60px;
  line-height: 60px;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-features-style1:hover .icon-holder span:before {
  color: #000000;
  transform: scale(0.9);
}

.single-features-style1 .text-holder {
  position: relative;
  display: block;
  padding-top: 21px;
}

.single-features-style1 .text-holder h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 21px;
}

.single-features-style1 .text-holder h3 a {
  color: #102b58;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-features-style1 .text-holder h3 a:hover {
  color: #4064A2;
}

.single-features-style1 .text-holder p {
  margin: 0;
}

.service-style1-area {
  position: relative;
  display: block;
  padding: 30px 0 60px;
  background: #ffffff;
  z-index: 10;
}

.service-style1-area::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 480px;
  right: 0;
  background: #f2f3fa;
  content: "";
  z-index: -1;
}

.primary-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 603px;
  background: #102b58;
  z-index: -1;
}

.single-service-style1 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.single-service-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-service-style1 .img-holder {
  position: relative;
  overflow: hidden;
}

.single-service-style1 .img-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: #4064A2;
  z-index: 1;
  transform: scale(0.92);
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.single-service-style1:hover .img-holder:before {
  opacity: 0.65;
  transform: scale(1);
}

.single-service-style1 .img-holder img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.single-service-style1:hover .img-holder img {
  transform: scale(1.08) rotate(0.5deg);
}

.single-service-style1 .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 33px 60px 40px;
}

.single-service-style1 .text-holder::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #4064A2;
  transform: scaleX(0);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .text-holder::before {
  transform: scaleX(1);
}

.single-service-style1 .text-holder h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-service-style1 .text-holder h3 a {
  color: #102b58;
}

.wp-container-core-group-is-layout-ad2f72ca {
  flex-wrap: nowrap;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex> :is(*, div) {
  margin: 0;
}

.full-width-image {
  width: 100%;
}

.wp-container-core-group-is-layout-ad2f72ca {
  flex-wrap: nowrap;
}

.subheading {
  font-weight: 700;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.full-width-image p {
  padding-bottom: 15px;
}

.wp-block-group {
  box-sizing: border-box;
}

.single-service-style1 .text-holder h3 a:hover {
  color: #4064A2;
}

.single-service-style1 .text-holder p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.single-service-style1 .text-holder .btn-box {
  position: relative;
  display: block;
  margin-top: 15px;
}

.single-service-style1 .text-holder .btn-box a {
  color: #102b58;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.single-service-style1 .text-holder .btn-box a:hover {
  color: #4064A2;
}

.single-service-style1 .text-holder .btn-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding-left: 2px;
  top: 3px;
}

.service-page {
  position: relative;
  display: block;
  padding: 120px 0 80px;
  background: #ffffff;
  z-index: 10;
}

.service-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 10;
}

.service-details__sidebar {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}

.view-all-service {
  position: relative;
  display: block;
}

.view-all-service .service-pages {
  position: relative;
  display: block;
}

.view-all-service .service-pages li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ffffff;
}

.view-all-service .service-pages li:last-child {
  margin-bottom: 0px;
}

.view-all-service .service-pages li a {
  position: relative;
  display: block;
  background: #f2f3fa;
  padding: 0px 40px 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 70px;
  font-family: var(--thm-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.view-all-service .service-pages li.active a,
.view-all-service .service-pages li:hover a {
  color: #ed3733;
}

.view-all-service .service-pages li a span {
  position: relative;
  display: block;
  color: #102b58;
  font-size: 14px;
  font-weight: 400;
  float: right;
  line-height: 70px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.view-all-service .service-pages li.active a span,
.view-all-service .service-pages li:hover a span {
  color: #ed3733;
}

.view-all-service .service-pages li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  transform: perspective(400px) scaleY(0);
  transform-origin: center;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.view-all-service .service-pages li:hover a::before,
.view-all-service .service-pages li.active a::before {
  transform: perspective(400px) scaleY(1);
}

.service-details-contact-info {
  position: relative;
  display: block;
  background: #ed3733;
  padding: 53px 50px 58px;
  margin-top: 30px;
  z-index: 1;
}

.service-details-contact-info .sidebar-info-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.service-details-contact-info .sidebar-info-box-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #102b58;
  opacity: 0.9;
}

.service-details-contact-info h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 33px;
}

.service-details-contact-info p {
  color: #9ea8db;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.service-details-contact-info h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 26px 0 0;
}

.service-details-contact-info h2 a {
  color: #ffffff;
}

.info-download-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.info-download-box ul {
  position: relative;
  display: block;
}

.info-download-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  background: #ed3733;
  padding: 25px 50px 25px;
}

.info-download-box ul li .icon {
  position: relative;
  display: block;
  width: 50px;
}

.info-download-box ul li .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}

.info-download-box ul li .title {
  position: relative;
  display: block;
}

.info-download-box ul li .title h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.info-download-box ul li .title h5 a {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.info-download-box ul li .title h5 a:hover {
  color: #102b58;
}

.service-details__content {
  position: relative;
  display: block;
}

.service-details__content .img-box1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-details__content .img-box1::after {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(237, 55, 51, 0.1) 0%,
      rgba(237, 55, 51, 0.5) 50%,
      rgba(255, 255, 255, 0.9) 100%);
  transform: skewX(-15deg);
  z-index: 2;
}

.service-details__content .img-box1:hover::after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.faq-page-section {
  width: 100%;
  padding: 60px 0;
}

.heading-with-info-common.alginleft {
  justify-content: flex-start;
}

.faq-page-section .dropdown-wrapper {
  margin-top: 30px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.service-details__content .img-box1 img {
  width: 100%;
}

.service-details__content .img-box1:hover img {
  transform: scale(1.3) rotate(1deg);
}

.service-details__content .text-box1 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.service-details__content .text-box1 h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 21px;
}

.service-details__content .text-box1 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.service-details__content .text-box1 p+p {
  margin-top: 20px;
}

.service-details__content .text-box2 {
  position: relative;
  display: block;
  margin-top: 48px;
  margin-bottom: 50px;
}

.service-details__content .text-box2 .text-box2-single {
  position: relative;
  display: block;
  background: #f2f3fa;
  padding: 44px 40px 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details__content .text-box2 .text-box2-single:hover {
  background: #ffffff;
  box-shadow: 0px 0px 60px 20px rgb(0 0 0 / 8%);
}

.service-details__content .text-box2 .text-box2-single h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 14px;
}

.service-details__content .text-box2 .text-box2-single h4 span::before {
  position: relative;
  display: inline-block;
  color: #ed3733;
  font-size: 20px;
  top: 2px;
  padding-right: 7px;
}

.service-details__content .text-box3 {
  position: relative;
  display: block;
}

.service-details__content .text-box3 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.service-details__content .text-box4 {
  position: relative;
  display: block;
  margin-top: 48px;
}

.service-details__content .text-box4 .content-box {
  position: relative;
  display: block;
  margin-top: -7px;
}

.service-details__content .text-box4 .content-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-details__content .text-box4 .content-box p {
  color: #ed3733;
  font-size: 20px;
  line-height: 34px;
  margin: 0;
}

.service-details__content .text-box4 .content-box ul {
  position: relative;
  display: block;
  margin-top: 33px;
}

.service-details__content .text-box4 .content-box ul li {
  position: relative;
  display: block;
  margin-bottom: 18px;
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.service-details__content .text-box4 .content-box ul li:last-child {
  margin-bottom: 0;
}

.service-details__content .text-box4 .content-box ul li span::before {
  position: relative;
  display: inline-block;
  color: #ed3733;
  font-size: 20px;
  top: 2px;
  padding-right: 7px;
}

.service-details__content .text-box4 .img-box {
  position: relative;
  display: block;
}

.faq-page-section .dropdown-wrapper .dropdown {
  border-bottom: 2px solid #fff;
  background-color: transparent !important;
  padding: 0;
}

.faq-page-section .dropdown-wrapper h3 {
  color: #fff;
  padding: 10px 15px;
  background-color: #f30000;
}

.faq-page-section .dropdown-wrapper .dropdown__title:before {
  background-color: #fff;
  color: #231f20;
  font-size: 21px;
}

.service-details__content .text-box4 .img-box img {
  width: 100%;
}

.faq-style1__content {
  margin-top: 60px;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-bottom: 48px;
}

.sec-title .icon {
  position: relative;
  display: block;
  line-height: 0;
  padding-bottom: 16px;
}

.sec-title .icon span:before {
  color: #102b58;
  font-size: 20px;
  line-height: 20px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 4px;
}

.sec-title .sub-title h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.sec-title h2 {
  color: #ed3833;
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}



.our-team-section {
  padding: 80px 0;
  background: #f8fcfd;
}

.heading-with-info-common {
  text-align: center;
  margin-bottom: 50px;
}

.heading-with-info-common h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.heading-with-info-common p {
  color: #555;
  max-width: 600px;
  margin: auto;
}

/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD */
.team-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.team-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e53935, #1e88e5);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s ease;
}

.team-card:hover::before {
  opacity: 1;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}


/* IMAGE */
.team-img {
  width: 100%;
  height: 260px;
  /* desktop height */
  overflow: hidden;
  border-radius: 12px;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* image dabegi nahi */
  background: #fff;
  /* white background clean look */
}

.team-card:hover .team-img img {
  transform: scale(1.08);
}

/* CONTENT */
.team-content {
  padding: 22px;
  text-align: center;
}

.team-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.team-content .position {
  font-size: 14px;
  color: #1e88e5;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-content .short-info {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Director highlight (optional) */
.team-card:first-child {
  box-shadow: 0 20px 50px rgba(229, 57, 53, 0.25);
}


.copyright-box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 15px;
  color: #333;
  margin-top: 20px;
}

.copyright-box .copy-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}



.blog-grid .category a {
  text-decoration: none;
}

.readmore {
  text-decoration: none;
}

.single-service-style1 .text-holder h3 a,
.single-service-style1 .btn-box a {
  text-decoration: none !important;
}

.single-service-style1 {
  height: 500px;
}

.btn-wrapper a {
  text-decoration: none !important;
}

.single-service-style1 .text-holder p {
  font-size: 16px;
  line-height: 1.35;
}

.features-style1__content ul {
  display: flex;
  gap: 25px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.features-style1__content li {
  flex: 1 1 calc(33.33% - 25px);
}

.single-features-style1 {
  background: #ffffff;
  border-radius: 16px;
  /* Rounded corners */
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* Soft shadow */
  border: 1px solid #eee;
  height: 100%;
  /* Equal heights */
  transition: all 0.3s ease;
}

.single-features-style1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12);
}

.single-features-style1 .icon-holder {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single-features-style1 .icon-holder img {
  width: 56px;
  height: 56px;
}

.single-features-style1 h3 a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.single-features-style1 p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.flymed-info-section {
  padding: 40px 0;
  background: #f7f9fc;
}

.flymed-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #4064A2;
  line-height: 1.4;
}

.flymed-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 35px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  max-width: 1300px;
  margin: 0 auto;
}

.flymed-card p {
  font-size: 17px;
  line-height: 1.65;
  color: #444;
  margin-bottom: 18px;
}

.flymed-card strong {
  color: #000;
}

.flymed-bottom {
  margin-top: 15px;
  font-size: 18px;
  color: #d60000;
  font-weight: 600;
  text-align: center;
}

.contact-info-box {
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #f8fcfd;
  border: 1px solid #dfe3ec;
  border-radius: 8px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item img {
  width: 22px;
  height: 22px;
}

.contact-item a {
  font-weight: 600;
  color: #4064A2;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.white-icon img {
  filter: brightness(0) invert(1);
}


.footer-contact {
  margin: 12px 0;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4064A2;
  text-decoration: none;
}

.footer-email img {
  width: 18px;
  height: 18px;
}

.footer-email:hover {
  text-decoration: underline;
}

.service-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.service-slider .owl-nav button {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 28px !important;
}

.service-slider .owl-nav button.owl-prev {
  margin-left: -25px;
}

.service-slider .owl-nav button.owl-next {
  margin-right: -25px;
}


.header-contact {
  position: relative;
}

.call-animate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #e63946;
  /* emergency red */
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(230, 57, 70, 0.7);
  animation: pulse 1.6s infinite;
}

/* Phone icon shake */
.call-animate img {
  width: 18px;
  animation: shake 1.2s infinite;
}

/* Hover effect */
.call-animate:hover {
  background: #c1121f;
  transform: scale(1.05);
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(230, 57, 70, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0);
  }
}

/* Phone shake */
@keyframes shake {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* Partner section spacing */
.referral-hospial-section {
  padding: 60px 0;
}

/* Owl item box */
.clients-carousel .item.box {
  height: 120px;
  /* ✅ SAME HEIGHT FOR ALL */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: all 0.3s ease;
}

.clients-carousel .item.box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.clients-carousel .client-img {
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* Logo hover effect */
.clients-carousel .item.box:hover .client-img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #222;
}

.faq-question i:first-child {
  color: #4064A2;
  font-size: 20px;
}

.faq-question .arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 600px;
  padding-bottom: 18px;
}

.faq-answer p,
.faq-answer li {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.faq-answer ul {
  padding-left: 20px;
}

.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 50%;
  color: #4064A2;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #4064A2;
  color: #fff;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 20px rgba(243, 0, 0, 0.35);
}

/* WHY CHOOSE US SECTION */
.block--whychooseus {
  padding: 70px 0;
  background: #f8fcfd;
}

.heading-leftalign {
  max-width: 820px;
  margin: 0 auto 40px auto;
  text-align: center;
}

/* GRID */
.whychooseus--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.whychooseus--item {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 24px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */
.whychooseus--item:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
/* IMAGE WRAPPER */
.whychooseus--img {
  width: 130px;
  height: 130px;
  margin-bottom: 22px;
}

/* IMAGE */
.whychooseus--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* FULL & CLEAN */
  border-radius: 16px;
  transition: transform 0.4s ease;
}


.whychooseus--item:hover .whychooseus--img img {
  transform: scale(1.08);
}

/* TITLE */
.whychooseus--item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0f172a;
}

/* DESCRIPTION */
.whychooseus--description p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

/* SUBTLE TOP ACCENT */
.whychooseus--item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0ea5e9, #22c55e);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.whychooseus--item:hover::before {
  opacity: 1;
}

/* Floating Call Button - BLUE */
.floating-call-btn {
  position: fixed;
  right: 15px;
  bottom: 80px;
  width: 55px;
  height: 55px;
  background-color: #0d6efd;
  /* BLUE */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 6px 15px rgba(13, 110, 253, 0.35);
  animation: pulse-call-blue 1.5s infinite;
}

/* Icon */
.floating-call-btn img {
  width: 26px;
  height: 26px;
}

/* Hover */
.floating-call-btn:hover {
  transform: scale(1.1);
}

/* Blue Pulse Animation */
@keyframes pulse-call-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(13, 110, 253, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
  }
}

/* Mobile only (optional) */
@media (min-width: 992px) {
  .floating-call-btn {
    display: none;
  }
}

.footer-phones {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-phones a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4064A2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-phones a i {
  color: #4da3ff;
  /* brand blue */
  font-size: 14px;
}

.footer-phones a:hover {
  color: #4da3ff;
}

/* Footer Category Container */
.footer-categories {
  display: flex;
  flex-direction: column;
  /* stack vertically on mobile */
  gap: 20px;
  padding: 10px;
}

/* Each category box */
.footer-category {
  background: #fff;
  border: 2px solid #d32f2f;
  /* bold red border */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 12px;
  transition: transform 0.2s;
}

.footer-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Heading */
.footer-category h4 {
  color: #d32f2f;
  /* red color like your screenshot */
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* Desktop & tablet – hide scroll list */
.scroll-list {
  max-height: none;
  /* full height */
  overflow: visible;
  /* no scroll */
  padding-left: 0;
  margin: 0;
  list-style: none;
}

/* Mobile view only (max-width 768px) */
@media (max-width: 768px) {
  .scroll-list {
    display: block;
    max-height: 180px;
    overflow-y: auto;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  .scroll-list li {
    padding: 6px 0;
  }

  .scroll-list li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }

  /* Scrollbar styling */
  .scroll-list::-webkit-scrollbar {
    width: 12px;
  }

  .scroll-list::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #4064A2, #b71c1c);
    border-radius: 6px;
    border: 2px solid #fff;
  }

  .scroll-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
    border: 1px solid #4064A2;
  }
}


/* Responsive adjustments for mobile */
@media (min-width: 768px) {
  .footer-categories {
    flex-direction: row;
    /* side by side on tablet/desktop */
    justify-content: space-between;
  }

  .footer-category {
    flex: 1;
    margin-right: 10px;
  }
}

/* Default: hide everywhere */
.mobile-contact-bar {
  display: none;
}

/* Mobile view only */
@media (max-width: 767px) {
  .mobile-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    font-family: Arial, sans-serif;
  }

  .mobile-contact-bar a {
    flex: 1;
    text-align: center;
    padding: 14px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-contact-bar .call-btn {
    background-color: #ed3833;
  }

  .mobile-contact-bar .whatsapp-btn {
    background-color: #4064a2;
  }

  .mobile-contact-bar a:active {
    opacity: 0.85;
  }

  footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 576px) {

  .service-style1-area {
    padding: 35px 0;
  }

  .single-service-style1 {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    margin: 0 8px;
  }

  .single-service-style1 .img-holder img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .single-service-style1 .text-holder {
    padding: 18px 16px 22px;
  }

  .single-service-style1 h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
  }

  .single-service-style1 p {
    font-size: 15.5px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 14px;
  }

  /* Read More aligned to right */
  .single-service-style1 a {
    font-size: 15px;
    font-weight: 600;
    color: #4064A2;
    float: right;
  }
}

@media (max-width: 576px) {

  .service-slider {
    position: relative;
    padding-bottom: 60px;
    /* arrows ke liye space */
  }

  .service-slider .owl-nav {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .service-slider .owl-prev,
  .service-slider .owl-next {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4064A2 !important;
    color: #fff !important;
  }

  .service-slider .owl-prev {
    left: 15px;
  }

  .service-slider .owl-next {
    right: 15px;
  }

  .service-slider .owl-nav span {
    font-size: 22px;
    line-height: 1;
  }
}


.testimonial-section {
  padding: 70px 0;
  background: #f9fbff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.testimonial-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 60px;
  color: #e6edff;
  font-family: serif;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f0f0;
}

.testimonial-user h4 {
  font-size: 16px;
  margin: 0;
  color: #0b3cff;
}

.testimonial-user span {
  font-size: 13px;
  color: #777;
}

/* Responsive */
@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}