@charset "UTF-8";
/*
Template Name: Mediax
Template URL: https://themeholy.com/html/mediax/
Description: Health & Medical HTML Template
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Feature
    4.00. Gallery
    4.00. Category
    4.00. CTA
    4.00. Price

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
.indicator {
  position: absolute;
  top: var(--pos-y);
  left: var(--pos-x);
  height: var(--height-set);
  width: var(--width-set);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #4F9E62;
  --theme-color2: #1F295C;
  --title-color: #000D44;
  --body-color: #788094;
  --smoke-color: #F5F7FA;
  --smoke-color2: #F5F8FD;
  --black-color: #000000;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1;
  --title-font: 'Outfit', sans-serif;
  --body-font: 'DM Sans', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1224px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}
.modal {
  background: rgba(0, 0, 0, 0.5) !important;
}

.modal-backdrop {
  display: none !important;
}

/* Optional: Add if you want to prevent text selection in modal */
.modal-content {
  user-select: none;
}
@media (min-width: 768px) {
  .modal-xl {
      max-width: 90%; /* Makes modal wider on medium devices */
  }
}

@media (min-width: 1200px) {
  .modal-xl {
      max-width: 1140px; /* Sets maximum width for very large screens */
  }
}

/* Optional: Adjust padding for better content spacing */
.modal-body {
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .modal-body {
      padding: 2rem;
  }
}


button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}


p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.156;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.125;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

/* Hight Resoulation devices */

@media only screen and (min-width: 1300px) {
  
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

/*------------------- 2.2. Grid -------------------*/

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

/* Medium devices */

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 27px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--th-border-color);
  background-color: var(--smoke-color2);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}


select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}


select.style2 {
  background-image: url("data:image/svg,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.slider-area {
  position: relative;
}

.arrow-wrap {
  position: relative;
}

/* Extra large devices */

/* Medium Large devices */

/* Medium devices */

/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 0.2s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.th-mobile-menu ul .th-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}

.th-mobile-menu ul .th-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader .th-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

@-webkit-keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: var(--title-color);
  /* background: -webkit-linear-gradient(top, var(--theme-color) 37.5%, #DDFFF1 100%); */
  background-color: var(--theme-color);
  box-shadow: 0px 3px 15px rgba(174, 211, 195, 0.7);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 30px;
}

.header-button .th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: var(--title-color);
  /* background: -webkit-linear-gradient(top, var(--theme-color) 37.5%, #DDFFF1 100%); */
  background-color: var(--theme-color);
  box-shadow: 0px 0px 0px rgba(174, 211, 195, 0.7);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 30px;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 56%;
  top: 1px;
  left: 10px;
  width: calc(100% - 20px);
  background: -webkit-linear-gradient(top, #A9FFDA 0%, rgba(169, 255, 218, 0) 78.65%);
  background: linear-gradient(180deg, #A9FFDA 0%, rgba(169, 255, 218, 0) 50.65%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.th-btn i {
  font-size: 0.95em;
}

.th-btn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.th-btn.style2 {
  background: -webkit-linear-gradient(top, var(--theme-color2) 99.5%, #F0F4FF 100%);
  background: linear-gradient(180deg, var(--theme-color2) 99.5%, #F0F4FF 100%);
  box-shadow: 0px 2px 10px rgba(184, 191, 208, 0.5);
  color: var(--white-color);
}

.th-btn.style2:before {
  background: -webkit-linear-gradient(top, #F9FAFD 0%, rgba(249, 250, 253, 0) 78.65%);
  background: linear-gradient(180deg, #F9FAFD 0%, rgba(249, 250, 253, 0) 78.65%);
}

.th-btn.style4 {
  background-color: var(--theme-color2);
  background: -webkit-linear-gradient(top, var(--theme-color2) 100.5%, #E3EBFF 100%);
  background: linear-gradient(180deg, var(--theme-color2) 100.5%, #E3EBFF 100%);
  box-shadow: 0px 3px 15px #B0BAD3;
  color: var(--white-color);
}

.th-btn.style4:before {
  background: -webkit-linear-gradient(top, #A3BDFF 0%, rgba(155, 184, 255, 0) 78.65%);
  background: linear-gradient(180deg, #A3BDFF 0%, rgba(155, 184, 255, 0) 78.65%);
}

.th-btn.btn-fw {
  width: 100%;
  box-shadow: 0px 3px 15px rgba(174, 211, 195, 0.7);
}

.th-btn.btn-sm {
  padding: 16px 25px;
  min-width: 140px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
  line-height: var(--btn-size, 56px);
}

.icon-btn.style2:hover {
  background-color: var(--theme-color2);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
  margin-top: -0.2em;
  text-transform: capitalize;
  font-weight: 600;
}

.sub-title {
  display: block;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 24px;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 28px;
}

.sub-title:has(img) {
  margin-top: 0;
}

.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}

.sub-title img {
  margin: -7px 10px 0 0;
}

.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 24px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.mb-32 {
  margin-bottom: 32px;
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-text {
  margin-bottom: -0.5em;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

.xdsoft_datetimepicker {
  background-color: var(--white-color);
  z-index: 5;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------- 3.6. Font -------------------*/

/*------------------- 3.7. Background -------------------*/

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------------------- 3.8. Text Color -------------------*/

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*------------------- 3.10. Animation -------------------*/

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu a {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  display: block;
  background-color: var(--white-color);
  box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
  margin-bottom: 14px;
  padding: 17px 45px 17px 30px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--title-color);
  border-radius: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget_nav_menu a::before {
  content: '\f061';
  position: absolute;
  right: 30px;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: inherit;
}

.widget_nav_menu li {
  display: block;
  position: relative;
}

.widget_nav_menu li > span {
  color: var(--body-color);
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a:hover {
  background-color: #EAEEFA;
  color: var(--theme-color2);
  box-shadow: none;
  border-left: 5px solid var(--theme-color2);
}


.widget_nav_menu .children {
  margin-left: 10px;
}

.widget_nav_menu a {
  padding-right: 20px;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
  border-radius: 20px;
}

.widget select,
.widget input,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
  border-radius: 20px;
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
}

.widget_title:after, .widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 99px;
}

.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 85px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .media-img:after {
  content: '\f0c1';
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 85px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  pointer-events: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 8px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.recent-post:hover .media-img:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Medium Large devices */

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 20px;
    border-radius: 10px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.footer-widget {
  margin-bottom: 50px;
  
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  margin: -0.12em 0 38px 0;
  padding: 0 0 20px 0;
}

.footer-widget .widget_title:before {
  display: none;
}

.footer-widget .widget_title:after {
  border-radius: 10px;
  height: 2px;
  width: 92px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, var(--theme-color), transparent);
  background-image: linear-gradient(to right, var(--theme-color), transparent);
}

.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}

 .footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}

 .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}

 .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 16px;
  margin-bottom: 11px;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  position: relative;
}

 .footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

 .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

 .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 700px;
  margin-bottom: 30px;
}

.footer-widget .recent-post .media-img {
  max-width: 90px;
  border-radius: 8px;
}

.footer-widget .recent-post .media-img:after {
  line-height: 85px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about {
  max-width: 315px;
}

.th-widget-about .about-logo {
  margin-bottom: 35px;
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  color: var(--title-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: var(--white-color);
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu > ul > li {
  margin: 0 19px;
}

.main-menu > ul > li > a {
  padding: 37px 0;
}

.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.header-button .th-btn {
  margin: 0 20px;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logo img {
  max-width: 180px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.header-links li:last-child {
  margin-right: 0;
}

.header-links li > i {
  margin-right: 6px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 500;
  margin-right: 2px;
}

.header-links .icon-btn {
  --btn-size: 36px;
  line-height: 34px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
}

.header-top {
  padding: 7px 0;
  background-color: var(--theme-color2);
  --body-color: #fff;
  border-bottom: 2px solid var(--white-color);
}

.header-top a:hover {
  color: var(--theme-color);
}

.dropdown-toggle::after {
  content: "\f078";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--th-border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: var(--title-color) !important;
}

.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  
  position: relative;
  
}

.header-layout1 .sticky-wrapper {
  background-color: var(--theme-color2);
  box-shadow: 0px 10px 20px rgba(2, 29, 53, 0.06);
  color: var(--white-color);
  
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 2;
  
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
  height: 100px;
  padding: 20px 40px 20px 0;
}

.header-layout1 .header-logo .logo-bg {
  position: absolute;
  top: 0;
  right: -26px;
  height: 100%;
  width: 2000px;
  background-size: auto;
  background-repeat: repeat;
  background-position: center right;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%);
}

.header-layout1 .th-menu-toggle {
  margin-left: auto;
}

@media (min-width: 1300px) {
  .header-layout1 {
    --main-container: 1620px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .th-btn {
    display: none;
  }
  .header-layout1 .header-logo {
    padding: 20px 50px 20px 0;
  }
  .header-layout1 .header-logo .logo-bg {
    right: -15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .header-logo {
    padding: 15px 50px 15px 0;
    height: 90px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .header-logo {
    height: 82px;
    padding-right: 0;
  }
  .header-layout1 .header-logo .logo-bg {
    right: -60px;
  }
  .header-layout1 .header-logo h2 {
    font-size: 36px;
  }
  .header-layout1 .header-logo img {
    max-width: 150px;
  }
}

/* Medium Large devices */

/* Header 2 ---------------------------------- */

/* Medium Large devices */

/* Medium devices */

/* Header 3 ---------------------------------- */

/* Medium Large devices */

/* Medium Large devices */

/* Medium devices */

/* Extra small devices */

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --th-border-color: rgba(120, 128, 148, 0.4);
  --body-color: #969EB2;
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  overflow: hidden;
}

.widget-area {
  padding-top: 100px;
  padding-bottom: 46px;
}

.copyright-wrap {
  padding: 12px 0;
  background-size: 100% auto;
  background-color: var(--theme-color2);
}

.copyright-wrap .copyright-text {
  color: var(--white-color);
}

.copyright-wrap .copyright-text a {
  color: var(--theme-color);
}

.copyright-wrap .copyright-text a:hover {
  color: var(--title-color);
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.footer-info:last-child {
  margin-bottom: 0;
}

.footer-info i {
  color: var(--theme-color);
  min-width: 23px;
  margin-top: 6px;
}

.footer-info .fa-envelope {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.footer-info .fa-location-dot {
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

/* footer 2 ---------------------------------- */

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Extra small devices */

/*------------------- 4.5. Pagination  -------------------*/

/* Small devices */

/*------------------- 4.6. Blog  -------------------*/

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/* Large devices */

/* Extra small devices */

/* Small devices */

/* Extra small devices */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/*------------------- 4.7. Comments  -------------------*/

/* Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Small devices */

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
}

/* Hero 1 ---------------------------------- */

.hero-text {
  margin-bottom: 32px;
}

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Hero 2 --------------------------------------*/
.hero-title2 {
  font-size: 84px;
  line-height: 1.12;
  margin-top: -0.2em;
  margin-bottom: 18px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-title2 {
    font-size: 64px;
  }
}

@media (max-width: 1199px) {
  .hero-title2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-title2 {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
  .hero-title2 {
    font-size: 44px;
  }
}

@media (max-width: 375px) {
  .hero-title2 {
    font-size: 36px;
  }
}

.hero-title2 .title1,
.hero-title2 .title2 {
  display: block;
}

.hero-title2 .line-text {
  color: var(--theme-color);
  font-weight: 400;
  position: relative;
}

.hero-title2 .line-text:after {
  content: '';
  height: 22px;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg width="288" height="22" viewBox="0 0 288 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10.2839C33.4393 5.13087 76.1911 2 123.041 2C194.686 2 256.746 9.32162 287 20" stroke="%2304CE78" stroke-width="3"/></svg>');
  background-size: 288px 22px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-animation: titleFill 3s linear infinite;
          animation: titleFill 3s linear infinite;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .hero-title2 .line-text:after {
    bottom: -12px;
  }
}

@-webkit-keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.hero-2 {
  overflow: hidden;
}

.hero-style2 {
  position: relative;
  z-index: 6;
  padding: 120px 0;
}

.hero-style2 .sub-title {
  margin-bottom: 27px;
}

.hero-style2 .hero-text {
  max-width: 630px;
  color: white;
  font-weight: 500;
  font-size: 20px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style2 {
    padding: 120px 0;
  }
  .hero-style2 .hero-text {
    max-width: 550px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style2 {
    padding: 120px 0;
  }
  .hero-style2 .hero-text {
    max-width: 450px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .imgCar{
    margin-top: 30px;
  }
  .hero-style2 {
    text-align: center;
    padding: 0px 0 40px 0;
    margin-top: 30px;
  }
  .hero-style2 .hero-text {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .imgCar{
    margin-top: 30px;
  }
}

/* Hero 3 --------------------------------------*/

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/*------------------- 4.9. Error  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/

/*------------------- 4.00. Wocommerce  -------------------*/


.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
  margin-bottom: 0;
  border-radius: 20px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
    border-radius: 10px;
  }
}


.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}


.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-login-toggle + .row .woocommerce-form-login {
  margin-bottom: 30px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\e28b";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}

/* Small devices */

/*------------------- 4.00. Products  -------------------*/

.woocommerce-Reviews .comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  margin: -12px !important;
  margin-bottom: 28px !important;
}

.woocommerce-Reviews .comment-list li {
  width: 50%;
  /* Medium devices */
}

@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list li {
    width: 100%;
  }
}

/* Large devices */

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Extra small devices */

#description {
  margin-bottom: 30px;
}

/* Medium Large devices */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/*------------------- 4.00. Cart  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Checkout  -------------------*/

.woocommerce-form-login select,
.woocommerce-form-login .form-control,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-control {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* Small devices */

/*------------------- 4.00. Wishlist  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Contact  -------------------*/
/* Appointment sec ---------------------------------- */
.appointment-row {
  --gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .appointment-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .appointment-row {
    --gap: 30px;
  }
}

@media (max-width: 575px) {
  .appointment-row {
    --gap: 20px;
  }
}

.appointment-row .row {
  --bs-gutter-x: 16px;
}

.appointment-row .schedule-box {
  -webkit-box-flex: 370px;
  -webkit-flex: 370px;
      -ms-flex: 370px;
          flex: 370px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 90%;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .appointment-row .schedule-box {
    margin-top: var(--gap);
  }
}

@media (max-width: 575px) {
  .appointment-row .schedule-box {
    margin-top: 0;
  }
}

.appointment-row .form-wrap {
  -webkit-box-flex: 824px;
  -webkit-flex: 824px;
      -ms-flex: 824px;
          flex: 824px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  background-color: var(--white-color);
  box-shadow: 0px 0px 30px rgba(2, 29, 53, 0.08);
  border-radius: 20px;
  padding: var(--gap);
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .appointment-row .form-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 767px) {
  .appointment-row .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.appointment-row .img-box4 {
  -webkit-box-flex: 330px;
  -webkit-flex: 330px;
      -ms-flex: 330px;
          flex: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Small devices */
}

@media (max-width: 767px) {
  .appointment-row .img-box4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.appointment-row .img-box4 .img2 img,
.appointment-row .img-box4 .img1 img {
  border-radius: 12px;
  width: 100%;
}

.appointment-row .appointment-form {
  -webkit-box-flex: 374px;
  -webkit-flex: 374px;
      -ms-flex: 374px;
          flex: 374px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .appointment-row .appointment-form {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.appointment-form .form-title {
  margin-top: -0.26em;
  margin-bottom: 27px;
  text-align: center;
  font-weight: 600;
}

.appointment-form input {
  padding-right: 25px;
}

.schedule-box {
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  /* Extra small devices */
  z-index: 2;
}

@media (max-width: 575px) {
  .schedule-box {
    padding: 30px 20px;
  }
}

.schedule-box:after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: var(--theme-color2);
  z-index: -1;
}

.schedule-box .shape {
  position: absolute;
  inset: calc(var(--gap) * -1) 138px calc(var(--gap) * -1) -60px;
  border: 3px solid var(--th-border-color);
  border-radius: 20px;
  z-index: -2;
  /* Extra small devices */
  /* Large devices */
}

@media (max-width: 575px) {
  .schedule-box .shape {
    display: none;
  }
}

.schedule-box .shape:before {
  content: '';
  height: 128px;
  width: 116px;
  position: absolute;
  top: 17px;
  left: 17px;
  background: -webkit-radial-gradient(center, ellipse, var(--theme-color2) 0%, var(--theme-color2) 2.5px, transparent 3%);
  background: radial-gradient(ellipse at center, var(--theme-color2) 0%, var(--theme-color2) 2.5px, transparent 3%);
  background-size: 22px 22px;
  background-repeat: repeat;
  background-position: 0px 0px;
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@media (max-width: 1199px) {
  .schedule-box .shape {
    inset: calc(var(--gap) * -1) calc(var(--gap) * -1) 120px calc(var(--gap) * -1);
  }
}

.schedule-box .box-title {
  color: var(--white-color);
  margin-bottom: 15px;
  font-size: 30px;
}

.schedule-box .box-text {
  color: var(--white-color);
  opacity: 0.8;
  margin-bottom: 22px;
}

.schedule-box .box-timing {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 17px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schedule-box .box-timing:last-child {
  margin-bottom: -0.5em;
  padding-bottom: 0;
  border-bottom: none;
}

/* Contact Page ---------------------------------- */

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
  position: relative;
  z-index: 2;
  margin-right: 20px;
  
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .img-box1 {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .img-box1 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 375px) {
  .img-box1 {
    padding-bottom: 70px;
  }
}

.img-box1 .img1 img {
  width: 100%;
  border-bottom-right-radius: 40px;
}

/* Medium Large devices */

/* Large devices */

/* Small devices */

/* Small devices */

/* About 2 ---------------------------------- */

/* Achievement ---------------------------------- */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */

/* Team Card ---------------------------------- */

/* Small devices */

/* Team Box ---------------------------------- */

/* Small devices */

/* Team Details ---------------------------------- */

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.testi-card {
  background-color: var(--white-color);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  position: relative;
  padding: 40px 30px 40px 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card {
    padding: 30px 20px 30px 30px;
    borr: 15px;
  }
}

.testi-card.bg-smoke {
  box-shadow: none;
}

.testi-card .box-profile {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  gap: 15px;
}

.testi-card .box-img {
  width: 56px;
  min-width: 56px;
  border-radius: 99px;
}

.testi-card .box-img img {
  border-radius: inherit;
}

.testi-card .box-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 3px 0;
}

.testi-card .box-desig {
  font-size: 14px;
  margin-bottom: 0;
  display: block;
}

.testi-card .box-quote {
  position: absolute;
  bottom: 40px;
  right: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card .box-quote {
    right: 30px;
    bottom: 30px;
  }
}

.testi-card .box-review {
  color: var(--yellow-color);
  margin-bottom: 20px;
}

.testi-card .box-review i {
  margin-right: 5px;
}

.testi-card .box-review i:last-child {
  margin-right: 0px;
}

/* Testimonial Box ---------------------------------- */

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card {
  --border-color: #D8DDE1;
}

.counter-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--title-color);
  padding: 60px;
  border-radius: 30px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .counter-card-wrap {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .counter-card-wrap {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .counter-card-wrap {
    padding: 30px 0;
  }
}

.counter-card-wrap .divider {
  width: 1px;
  height: 79px;
  background-color: var(--th-border-color);
}

.counter-card-wrap .divider:last-of-type {
  display: none;
}

.counter-card .box-number {
  font-size: 64px;
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: -0.2em;
  /* Large devices */
}

.counter-card .box-number .plus {
  color: var(--white-color);
  font-weight: 400;
}

@media (max-width: 1199px) {
  .counter-card .box-number {
    font-size: 48px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-card {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .counter-card-wrap {
    text-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
  .counter-card-wrap .divider {
    display: none;
  }
  .counter-card-wrap:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .counter-card:nth-child(1), .counter-card:nth-child(3) {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
  }
}

/* Counter Grid ---------------------------------- */

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Blog Box ---------------------------------- */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */

/* Brand 2 ---------------------------------- */

/*------------------- 4.00. Simple Sections  -------------------*/

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
}

/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.choose-feature {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  margin-bottom: 23px;
  text-align: left;
}

.choose-feature-wrap {
  position: relative;
  z-index: 2;
  /* Large devices */
}

.choose-feature-wrap:before {
  content: '';
  height: 70%;
  width: 1px;
  background-color: var(--theme-color);
  position: absolute;
  top: 49px;
  left: 25px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .choose-feature-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.choose-feature .media-body {
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 34px;
}

.choose-feature:last-child {
  margin-bottom: 0;
}

.choose-feature:last-child .media-body {
  border-bottom: none;
  padding-bottom: 0;
}

.choose-feature .box-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 600;
  background-color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.choose-feature .box-title {
  padding-top: 15px;
}

.choose-feature:hover .box-number {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.img-box3 {
  margin-left: 8px;
}

.img-box3 img {
  width: 100%;
  
  border-radius: 20px;
}

@media (max-width: 575px) {
  .img-box3 img {
    border-radius: 10px;
  }
}

/* Why 2 ---------------------------------- */

.choose-tab {
  text-align: center;
  margin: 0 auto -40px auto;
  /* Medium devices */
}

@media (max-width: 991px) {
  .choose-tab {
    margin: 0 auto -35px auto;
  }
}

.choose-tab .nav {
  background-color: var(--theme-color2);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.choose-tab .tab-btn {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--white-color);
  padding: 20px 25px;
  border-left: 1px solid var(--th-border-color);
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

.choose-tab .tab-btn:first-of-type {
  border: none !important;
}

.choose-tab .tab-btn .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  margin-right: 5px;
  /* Small devices */
}

@media (max-width: 767px) {
  .choose-tab .tab-btn .icon {
    display: none;
  }
}

@media (max-width: 991px) {
  .choose-tab .tab-btn {
    font-size: 16px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .choose-tab .tab-btn {
    font-size: 14px;
    padding: 15px 15px;
  }
}

@media (max-width: 575px) {
  .choose-tab .tab-btn {
    border-left: none;
    border-top: 1px solid var(--th-border-color);
    margin-top: -1px;
  }
}

.choose-tab .indicator {
  position: absolute;
  left: var(--pos-x);
  top: var(--pos-y);
  width: var(--width-set);
  height: var(--height-set);
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .choose-tab .indicator {
    height: calc(var(--height-set) - 1px);
  }
}

/* Why 3 ------------------------------------------*/

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */

/* Extra small devices */

/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-card {
  padding: 30px 8px;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  z-index: 2;
}

.service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--white-color);
  border-radius: 18px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .box-shape {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .box-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #e6e9ee;
  border-radius: 99px;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card .box-icon img{
  width: 60px;
  height: 60px;
  
}
.service-card .box-title {
  margin-bottom: 4px;
}

.service-card .box-title a:hover {
  color: var(--theme-color);
}

.service-card .box-text {
  margin-bottom: 22px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .th-btn {
  box-shadow: 0px 2px 10px rgba(184, 191, 208, 0.5);
}

.service-card:hover:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

/* .service-card:hover .box-title {
  color: var(--white-color);
}

.service-card:hover .box-text {
  color: var(--light-color);
} */

.service-card:hover .box-shape {
  opacity: 0;
}

.service-card:hover .box-icon {
  background-color: var(--theme-color);
}

.service-card:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.service-card:hover .th-btn {
  color: var(--title-color);
  background: -webkit-linear-gradient(top, var(--theme-color) 37.5%, #E3EBFF 100%);
  background: linear-gradient(180deg, var(--theme-color) 37.5%, #E3EBFF 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.3);
}

.service-card:hover .th-btn:before {
  background: -webkit-linear-gradient(top, #A9FFDA 0%, rgba(169, 255, 218, 0) 78.65%);
  background: linear-gradient(180deg, #A9FFDA 0%, rgba(169, 255, 218, 0) 78.65%);
}

/* Service List ---------------------------------- */

.service-list-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.service-list-wrap {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .service-list-wrap {
    max-width: 120px;
  }
}

@media (max-width: 991px) {
  .service-list-wrap {
    max-width: 70px;
  }
}

.service-list-wrap.active {
  -webkit-box-flex: 215%;
  -webkit-flex: 215%;
      -ms-flex: 215%;
          flex: 215%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .service-list-wrap.active {
    max-width: 100%;
  }
}

.service-list-wrap.active .box-content {
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-height: 325px;
}

/* Medium Large devices */

/* Large devices */

/* Medium devices */
@media (max-width: 991px) {
  .service-list-wrap.active .box-content {
    max-height: 350px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-list-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-list-wrap {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .service-list-wrap.active .box-content {
    max-height: 700px;
  }
}


.service-modal-content {
  padding: 20px;
}

.service-main-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 0;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color2);
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}

.section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--theme-color);
  border-radius: 2px;
}

.service-image {
 
  width: 70%;
}

.primary-list, .secondary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-list li, .secondary-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  background: var(--smoke-color);
  transition: transform 0.3s ease;
}

.primary-list li:hover, .secondary-list li:hover {
  transform: translateX(5px);
}

.primary-list i, .secondary-list i {
  background: var(--theme-color);
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.secondary-list i {
  background: var(--theme-color2);
}

.primary-list h6, .secondary-list h6 {
  color: var(--theme-color2);
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.primary-list p, .secondary-list p {
  color: var(--body-color);
  margin: 0;
  font-size: 14px;
}

.impact-section .row {
  margin: 0 -10px;
}
/* Impact Section Styles */
.impact-section {
  padding: 20px 0;
}

.impact-card {
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border: 2px solid transparent;
}

.impact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--theme-color), var(--theme-color2));
}

.impact-card:hover {
  transform: translateY(-5px);
  border-color: var(--theme-color2);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.impact-number {
  position: relative;
  font-size: 42px;
  font-weight: 800;
  color: var(--theme-color2);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}

.impact-number .counter {
  display: inline-block;
  min-width: 70px;
  background: linear-gradient(45deg, var(--theme-color), var(--theme-color2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--title-font);
}

.impact-number::after {
  content: '';
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color);
  margin-left: 2px;
}

.impact-text {
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
}

/* Animation for counter */
@keyframes countUp {
  0% {
      transform: translateY(20px);
      opacity: 0;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

.counter {
  animation: countUp 0.5s ease-out forwards;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .impact-card {
      margin-bottom: 20px;
  }
  
  .impact-number {
      font-size: 36px;
  }
  
  .impact-number::after {
      font-size: 20px;
  }
  
  .impact-text {
      font-size: 14px;
  }
}

/* Add animation when cards come into view */
.impact-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Stagger animation for cards */
.impact-card:nth-child(1) { animation-delay: 0.1s; }
.impact-card:nth-child(2) { animation-delay: 0.2s; }
.impact-card:nth-child(3) { animation-delay: 0.3s; }
.impact-card:nth-child(4) { animation-delay: 0.4s; }

.service-cta {
  background: var(--smoke-color2);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin-top: 40px;
}

.cta-title {
  color: var(--theme-color2);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .service-main-title {
      font-size: 24px;
  }
  
  .section-subtitle {
      font-size: 20px;
  }
  
  .impact-card {
      margin-bottom: 15px;
  }
  
  .service-cta {
      padding: 20px;
  }
}

/* Service Details ---------------------------------- */

/*------------------- 4.00. Process -------------------*/
/* Process Card ---------------------------------- */
.process-card {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 248px;
  /* Small devices */
}

.process-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .process-card-wrap {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .process-card-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .process-card-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .process-card {
    max-width: 450px;
  }
}

.process-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 87%;
  z-index: -1;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .process-card:after {
    left: 77%;
  }
}

@media (max-width: 991px) {
  .process-card:after {
    left: 110%;
  }
}

@media (max-width: 767px) {
  .process-card:after {
    display: none;
  }
}

.process-card:nth-child(even) {
  --theme-color: #1F5FFF;
}

.process-card:nth-child(even):after {
  top: 18%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  /* Medium devices */
}

@media (max-width: 991px) {
  .process-card:nth-child(even):after {
    display: none;
  }
}

.process-card:last-child:after {
  display: none;
}

.process-card .box-img {
  width: 180px;
  height: 180px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 2;
}

.process-card .box-img .img {
  border: 2px solid var(--theme-color);
  border-radius: 99px;
  overflow: hidden;
  padding: 30px 30px 30px 30px;
}

.process-card .box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process-card .box-number {
  font-size: 24px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 99px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.process-card .box-title {
  margin-bottom: 12px;
  font-size: 20px;
}

.process-card:hover .box-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/*------------------- 4.00. Feature -------------------*/
/* Feature List ---------------------------------- */

/* Large devices */

/* Medium devices */

/* Feature Box ---------------------------------- */

/*------------------- 4.00. Gallery -------------------*/
/* Gallery Card -------------------------------*/

/*------------------- 4.00. Category -------------------*/
/* Category Card -------------------------------------*/

/* Category Box -------------------------------------*/

/*------------------- 4.00. CTA -------------------*/

/*------------------- 4.00. Price -------------------*/
/* Price Card -----------------------------------*/

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

/*-- Padding Left --*/

/*-- Padding Right --*/

/*-- margin Left And Right --*/

/*-- margin Top And Bottom --*/

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

/*-- margin Left --*/

/*-- margin Right --*/

.space {
  padding-top: var(--section-space);
}

.space {
  padding-bottom: var(--section-space);
}

/* Medium devices */
@media (max-width: 991px) {
  .space {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
}

/*=================================
    06. Update
==================================*/
/*------------------- Header -------------------*/
/* Header 4 */

/* Header 5 */

/* Header 6 */

/* Header 7 */

/*------------------- Hero -------------------*/
/* Hero 4 */

/* Hero 5 */

/* hero 6 */

@-webkit-keyframes spermMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(110px, 15px);
            transform: translate(110px, 15px);
  }
  100% {
    -webkit-transform: translate(220px, 0);
            transform: translate(220px, 0);
  }
}

@keyframes spermMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(110px, 15px);
            transform: translate(110px, 15px);
  }
  100% {
    -webkit-transform: translate(220px, 0);
            transform: translate(220px, 0);
  }
}

@-webkit-keyframes spermMove2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(170px, 170px);
            transform: translate(170px, 170px);
  }
}

@keyframes spermMove2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(170px, 170px);
            transform: translate(170px, 170px);
  }
}

@-webkit-keyframes spermMove3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(370px, 220px);
            transform: translate(370px, 220px);
  }
}

@keyframes spermMove3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(370px, 220px);
            transform: translate(370px, 220px);
  }
}

/* Small devices */

/* Small devices */

/* Hero 7 */

/*------------------- Sections -------------------*/
.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* About 3 */

/* Service 3 */

/* Team 3 */

/* Testi 3 */
.counter-card-wrap {
  z-index: 3;
  position: relative;
}

.counter-card-wrap:before {
  z-index: -1;
}

/* Why 4 */

/* Prcoess 2 */

/* Cta 7 */

/* Faq 3 */

/* Blog 4 */

/* About 4 */

@-webkit-keyframes dnarotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(359deg);
            transform: rotateZ(359deg);
  }
}

@keyframes dnarotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(359deg);
            transform: rotateZ(359deg);
  }
}

@-webkit-keyframes dnaAnim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(359deg);
            transform: rotateY(359deg);
  }
}

@keyframes dnaAnim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(359deg);
            transform: rotateY(359deg);
  }
}
/* Feature Cards */
.feature-card {
  background: var(--smoke-color);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

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

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.feature-icon.green {
  background: var(--theme-color2);
  color: white;
}

.feature-icon.navy {
  background: var(--theme-color);
  color: white;
}

.feature-icon i {
  font-size: 24px;
}

.feature-card h5 {
  color: var(--theme-color);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.feature-card p {
  color: var(--body-color);
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

/* Stat Cards */
.stat-card {
  background: linear-gradient(145deg, var(--theme-color2), var(--theme-color));
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  color: white;
  min-height: 150px;
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .feature-card {
      padding: 20px;
  }
  
  .feature-card h5 {
      font-size: 16px;
  }
  
  .stat-card {
      padding: 20px;
  }
  
  .stat-number {
      font-size: 28px;
  }
  
  .stat-label {
      font-size: 14px;
  }
}

.feature-card .box-title {
  margin: 0;
}


/* Additional styles for Therapy Management Modal */
.feature-icon.therapy {
    background: var(--theme-color2);
    color: white;
}

.success-card {
    background: var(--smoke-color);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

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

.success-icon {
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 20px;
}

.success-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 10px;
}

.success-text {
    color: var(--body-color);
    font-size: 14px;
    line-height: 1.4;
}

/* Updated Expert Team Styles */
.expert-card {
  background: linear-gradient(135deg, #1e2756 0%, #0cb8b6 100%);
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.expert-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.expert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.expert-icon {
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.expert-icon i {
  color: white;
  font-size: 35px; /* Increased icon size */
}

.expert-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 991px) {
  .expert-card {
      padding: 25px 15px;
  }
  
  .expert-icon {
      width: 70px;
      height: 70px;
  }
  
  .expert-icon i {
      font-size: 30px;
  }
  
  .expert-title {
      font-size: 16px;
  }
}

@media (max-width: 767px) {
  .expert-card {
      margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
    .success-card {
        padding: 20px;
    }
    
    .success-number {
        font-size: 24px;
    }
    
    .expert-card h5 {
        font-size: 14px;
    }
}

/* Patient Assistance Program Styles */
.assistance-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.05);
}

.assistance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.card-icon i {
  color: white;
  font-size: 28px;
}

.assistance-card h5 {
  color: var(--theme-color);
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.assistance-card p {
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Metrics Cards */
.metric-card {
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  color: white;
  height: 100%;
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.metric-icon {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.metric-icon i {
  font-size: 24px;
  color: white;
}

.metric-number {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.metric-text {
  font-size: 16px;
  margin-bottom: 5px;
}

.metric-subtext {
  font-size: 14px;
  opacity: 0.8;
}

/* Commitment Grid */
.commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.commitment-item {
  background: var(--smoke-color);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.commitment-item:hover {
  background: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.commitment-item i {
  font-size: 30px;
  color: var(--theme-color2);
  margin-bottom: 15px;
}

.commitment-item p {
  color: var(--theme-color);
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .assistance-card, .metric-card {
      padding: 20px;
  }
  
  .card-icon {
      width: 60px;
      height: 60px;
  }
  
  .metric-number {
      font-size: 30px;
  }
  
  .commitment-grid {
      grid-template-columns: 1fr;
  }
}


/* Pet Prescription Modal Styles */
.pet-service-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
}

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

.pet-service-card i {
  font-size: 32px;
  color: var(--theme-color2);
  margin-bottom: 20px;
}

.pet-service-card h5 {
  color: var(--theme-color);
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.pet-service-card p {
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Compound Cards */
.compound-card {
  display: flex;
  align-items: center;
  background: var(--smoke-color);
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%; /* Added for consistent height */
}

.compound-card:hover {
  background: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.compound-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: var(--theme-color2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.compound-icon i {
  font-size: 24px;
  color: white;
}

.compound-content {
  flex: 1; /* Added to ensure content takes remaining space */
}

.compound-content h5 {
  color: var(--theme-color);
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.compound-content p {
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Ensure the column takes full height */
.compounding-section .col-md-6 {
  display: flex;
  margin-bottom: 20px; /* Added for better spacing on mobile */
}

@media (max-width: 768px) {
  .compound-card {
      padding: 20px;
  }
  
  .compound-icon {
      width: 50px;
      height: 50px;
      min-width: 50px;
  }
}

/* Quality Grid */

.quality-item {
  background: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  min-height:100px;
}

.quality-item:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.quality-item i {
  font-size: 28px;
  color: var(--theme-color2);
  margin-bottom: 15px;
}

.quality-item p {
  color: var(--theme-color);
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .pet-service-card {
      padding: 20px;
  }
}

/* Equine Care Modal Styles */
.equine-highlights {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.highlight-badge {
  background: var(--theme-color2);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}
/* Tab Navigation Fixes */
.nav-tabs {
  border: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 8px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  width: 100%;
}

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

.nav-tabs .nav-link {
  white-space: nowrap;
  background: #f5f5f5;
  border: none;
  color: #1e2756;
  padding: 8px 16px; /* Reduced padding */
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px; /* Slightly smaller font */
}

.nav-tabs .nav-link.active {
  background: var(--theme-color);
  color: white;
}

.nav-tabs .nav-link i {
  margin-right: 6px;
  font-size: 12px; /* Smaller icons */
}

.equine-services {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Extra Small Screen Adjustments */
@media (max-width: 514px) { /* iPhone SE and similar sizes */
  .nav-tabs {
      margin: 0 -10px;
      padding: 0 10px;
      gap: 6px;
  }
  
  .nav-tabs .nav-link {
      padding: 6px 12px;
      font-size: 10px;
  }
  
  .nav-tabs .nav-link i {
      margin-right: 4px;
      font-size: 8px;
  }
}

/* Pet Supplements Modal Styles */
.supplements-sections .accordion-item {
  border: none;
  margin-bottom: 15px;
  background: transparent;
}

.supplements-sections .accordion-button {
  background: #f8f9fa;
  border-radius: 10px !important;
  padding: 15px 20px;
  font-weight: 600;
  color: var(--theme-color);
  box-shadow: none;
}

.supplements-sections .accordion-button:not(.collapsed) {
  background: var(--theme-color);
  color: white;
}

.supplements-sections .accordion-button::after {
  background-size: 14px;
}

.supplements-sections .accordion-body {
  padding: 20px;
  background: white;
  border-radius: 10px;
  margin-top: 5px;
}

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

.supplements-list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  color: var(--body-color);
}

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

.supplements-list li i {
  color: var(--theme-color2);
  margin-right: 12px;
  font-size: 16px;
  width: 20px;
}

.service-cta {
  text-align: center;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .supplements-sections .accordion-button {
      padding: 12px 15px;
      font-size: 15px;
  }
  
  .supplements-sections .accordion-body {
      padding: 15px;
  }
  
  .supplements-list li {
      font-size: 14px;
      padding: 8px 0;
  }
  
  .supplements-list li i {
      font-size: 14px;
      margin-right: 10px;
  }
}

/* Regular Mobile Adjustments */
@media (max-width: 768px) {
  .nav-tabs {
      margin: 0 -15px;
      padding: 0 15px;
  }
}

.equine-card {
  background: var(--smoke-color);
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}

.equine-card h5 {
  color: var(--theme-color);
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.equine-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 14px;
}

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

.compound-option {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.compound-option i {
  font-size: 24px;
  color: var(--theme-color2);
  margin-bottom: 15px;
}

.compound-option h6 {
  margin-bottom: 10px;
  color: var(--theme-color);
}

.compound-option p {
  font-size: 14px;
  margin: 0;
  color: var(--body-color);
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.standard-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.standard-item i {
  font-size: 24px;
  color: var(--theme-color2);
  margin-bottom: 15px;
}

.standard-item p {
  margin: 0;
  font-size: 14px;
  color: var(--theme-color);
}

.support-card {
  background: var(--smoke-color);
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}

.support-card h5 {
  color: var(--theme-color);
  margin-bottom: 15px;
}

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

.support-list li {
  padding: 8px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-list li::before {
  content: "•";
  color: var(--theme-color2);
}

@media (max-width: 768px) {
  .nav-tabs {
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: 5px;
  }
  
  .nav-tabs .nav-link {
      white-space: nowrap;
  }
}

.tabTemp{
  min-height: 200px;
}

/* Service 4 */

/* Team 4 */

/* Why 4 */

/* Counter 2 */

/* Testi 4 */

/* Hight Resoulation devices */

/* Blog Grid */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* About 5 */

@media (min-width: 767px) {
  .btn-group:has(.cta-call) {
    gap: 20px 40px;
  }
}

/* Team 5 */

/* Why 6 */

/* Contact 3 */

/* About 6 */

/* Service 5 */

/* Gallery 2 */

/* Comparison 1 */

/* Testi 6 */

/* About 7 */

/* Cta 8 */

/* Testi 7 */

/* cta 9 */

/* Why 7 */



.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%; /* 100% for each slide */
}

.carousel-slide {
  flex: 0 0 33.333%; /* Each slide takes up 1/3 of the track */
  width: 33.333%;
}

.carousel-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: rgba(18, 71, 34, 0.5);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-appearance: none;
}

.carousel-dot.active {
  background: rgb(46, 32, 201);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(18, 71, 34, 0.5);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
}

.carousel-btn:hover {
  background: rgba(46, 32, 201, 0.473);
  color: white;
}

.carousel-btn.prev {
  left: 20px;
}

.carousel-btn.next {
  right: 20px;
}

/* Optional: Add animation for content */
.carousel-slide .hero-title2,
.carousel-slide .hero-text,
.carousel-slide .btn-group {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.carousel-slide.active .hero-title2,
.carousel-slide.active .hero-text,
.carousel-slide.active .btn-group {
  opacity: 1;
  transform: translateY(0);
}

.carousel-slide.active .hero-title2 {
  transition-delay: 0.2s;
}

.carousel-slide.active .hero-text {
  transition-delay: 0.4s;
}

.carousel-slide.active .btn-group {
  transition-delay: 0.6s;
}

.th-hero-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* Semi-transparent gradient overlay */
.th-hero-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.689) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.4) 100%
  );
  z-index: 1;
}

/* Ensure content stays above overlay */
.hero-inner {
  position: relative;
  z-index: 2;
  background-color: #c4e2cb;
}

.hero-title2 {
  color: #000080; /* Dark blue color for the main title */
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-text {
  color: #333333; /* Darker text color for better readability */
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.line-text {
  color: #4CAF50; /* Green color for 'Health' text */
}




.img-border-radious{
  overflow: hidden;
  border-radius: 0% 44% 48% 48% / 0% 50% 50% 52%     ;
  border: 1px solid var(--title-color);
  height: 500;
  width: 500;
}


/* section margin */
.section-margin {
  margin: 100px auto; /* Default margin for large screens */
}

@media (max-width: 1024px) {
  .section-margin {
    margin: 30px auto; /* Adjust margin for medium screens */
  }
}

@media (max-width: 768px) {
  .section-margin {
    margin: 30px auto; /* Adjust margin for tablets */
  }
}

@media (max-width: 480px) {
  .section-margin {
    margin: 30px auto; /* Adjust margin for small screens */
  }
}

.box-img i{
  font-size: 40px;
  color: var(--theme-color);
}

.quote-container {
  position: relative;
  max-width: 600px;
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}
.quote-container:before,
.quote-container:after {
  content: "“";
  font-size: 60px;
  font-weight: bold;
  color: #ccc;
  position: absolute;
}
.quote-container:before {
  top: -15px; /* Aligns with border */
  left: -20px; /* Leaves a gap from content */
}
.quote-container:after {
  content: "”";
  bottom: -15px; /* Aligns with border */
  right: -20px; /* Leaves a gap from content */
}
.quote-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}






a:hover,a:focus{
  outline: none;
  text-decoration: none;
}
.tab .nav-tabs{
  border-bottom: none;
  position: relative;
}
.tab .nav-tabs li{
  margin-right: 15px;
}
.tab .nav-tabs li a{
  padding: 20px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #25283d;
  border-radius: 0;
  text-transform: uppercase;
  margin-right: 0;
  border: none;
  position: relative;
  transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{
  background: #fff;
}
.tab .nav-tabs li a:before{
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0,0,0, 0.2);
  position: absolute;
  bottom: 5px;
  left: 0;
  transform: scale(0);
  transition: all 700ms ease 0s;
}
.tab .nav-tabs li a:after{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4cc985;
  margin: 0 auto;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  transform: scale(0);
  transition: all 700ms ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
  border: none;
  color: #4cc985;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{
  transform: scale(1);
}
.tab .tab-content{
  padding: 20px;
  background: #fff;
  font-size: 14px;
  color: #a09d9d;
  line-height: 26px;
}
.tab .tab-content h3{
  font-size: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 479px){
  .tab .nav-tabs li{ width: 100%; }
  .tab .nav-tabs li a{ text-align: center; }
}


a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: none;
    position: relative;
}
.tab .nav-tabs li{
    margin-right: 15px;
}
.tab .nav-tabs li a{
    padding: 20px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #25283d;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{
    background: #fff;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0,0,0, 0.2);
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: scale(0);
    transition: all 700ms ease 0s;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4cc985;
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: all 700ms ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    color: #4cc985;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{
    transform: scale(1);
}
.tab .tab-content{
    padding: 20px;
    background: #fff;
    font-size: 14px;
    color: #a09d9d;
    line-height: 26px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 488px){
    .tab .nav-tabs li{ width: 60%; }
    .tab .nav-tabs li a{ text-align: center; }
    .nav-pills button{
      font-size: 4px;
    }
}

.nav-pills {
  background: #1e2756;
  border-radius: 50px;
  padding: 5px;
  display: inline-flex;
  margin-bottom: 40px;
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 30px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.nav-pills .nav-link.active {
  background-color: #4CAF50;
}

.nav-pills .nav-link:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .nav-pills {
      padding: 4px;
  }

  .nav-pills .nav-link {
      padding: 6px 15px;
      font-size: 13px;
      gap: 6px;
  }
}

@media (max-width: 576px) {
  .nav-pills .nav-link {
      padding: 5px 12px;
      font-size: 12px;
      gap: 4px;
  }
}
.service-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s;
}

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

.fab-container {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .fab-container {
      display: none;
  }
  
}

.fab-main {
  width: 50px;
  height: 50px;
  background: var(--white-color);
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 24px;
  
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fab-main:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}

.fab-main.active {
  transform: rotate(45deg);
}

.fab-options {
  position: absolute;
  bottom: 70px;
  left: 5px;
  visibility: hidden;
}

.fab-options.show {
  visibility: visible;
}

.fab-option {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e2756;
  font-size: 20px;
  margin-bottom: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(20px) scale(0.8);
}

.fab-options.show .fab-option {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Staggered animation delays for each button */
.fab-options.show .fab-option:nth-child(1) {
  transition-delay: 0.1s;
}
.fab-options.show .fab-option:nth-child(2) {
  transition-delay: 0.2s;
}
.fab-options.show .fab-option:nth-child(3) {
  transition-delay: 0.3s;
}

.fab-option:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}

.fab-option.call { 
  background: white; 
  border: 2px solid var(--theme-color2);
  color: var(--theme-color2); 
}
.fab-option.email { 
  background: white; 
  border: 2px solid var(--theme-color2);
  color: var(--theme-color2); 
}
.fab-option.location { 
  background: white; 
  border: 2px solid var(--theme-color2);
  color: var(--theme-color2); 
}

/* Tooltip styles */
.fab-option::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 60px;
  padding: 5px 10px;
  background: rgba(0,0,0,0.8);
  color: white;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  white-space: nowrap;
}

.fab-option:hover::before {
  opacity: 1;
  transform: translateX(10px);
}