@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font-Family Tag  */
@import url("https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap");

:root {
  --primary-color: #119544;
  --secondary-color: #ffffff;
  --tertiary-color: #103741;
  --quaternary-color: #74787c;
  --quinary-color: #394256;
  --senary-color: #004119;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
  font-family: "Baloo 2", cursive !important;
  font-size: 16px !important;
  letter-spacing: 0.8px;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.no-border {
  border: 0 !important;
}

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 4em 0;
}

.xs-padding-top {
  padding-top: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-btm-xl {
  margin-top: 4em;
}

.margin-top-md {
  margin-top: 3em;
}

.margin-top-sm {
  margin-top: 2em;
}

.white-text {
  color: var(--secondary-color) !important;
}

.bg-white {
  background-color: var(--secondary-color);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

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

.logo {
  /* margin-right: 1em; */
  max-width: 15em;
}

.height-auto {
  height: auto !important;
}

.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  /* background: linear-gradient(90deg, #ffe800 0%, #c274ff 66.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8; */
  color: var(--tertiary-color);
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
}

.section-title h4 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
}

.section-title p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.section-title p + p + p {
  margin-bottom: 0;
}

.section-title span {
  color: var(--primary-color);
}

.section-title h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 1em;
}

.header-nav-center {
  padding: 0em 0;
  background-color: var(--secondary-color);
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  position: relative;
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tertiary-color);
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
}

.default-btn {
  border-color: var(--primary-color);
  border: 0;
  background-color: var(--primary-color);
  display: inline-block;
  padding: 0.7em 3em;
  border-radius: 50px !important;
  letter-spacing: 0.5px;
  border-width: 1px;
  color: var(--secondary-color);
  text-decoration: none !important;
  font-size: 0.9em;
  line-height: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}

.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  color: var(--secondary-color);
  text-decoration: none !important;
  border-color: var(--senary-color);
  background-color: var(--senary-color);
  box-shadow: 15px 30px 32px rgba(0,0,0,0.25);
}

.default-btn:hover:before {
  background-position: -20% 0;
}

.default-btn:before {
  content: "";
  background: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.03) 58%, rgba(255, 255, 255, 0.16) 67%, transparent 68%);
  background-size: 200% 100%;
  background-position: 165% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
}

.default-outline-btn.banner-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.default-outline-btn {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  display: inline-block;
  padding: 0.7em 3em;
  border-radius: 50px !important;
  letter-spacing: 0.5px;
  border-width: 1px;
  color: var(--primary-color);
  text-decoration: none !important;
  font-size: 0.9em;
  line-height: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}

.default-outline-btn:hover {
  transform: translateY(-2px);
  background-color: var(--primary-color);
  color: var(--secondary-color) !important;
  box-shadow: 15px 30px 32px rgba(0,0,0,0.25);
}

.default-outline-btn:hover:before {
  background-position: -20% 0;
}

.default-outline-btn:before {
  content: "";
  background: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.03) 58%, rgba(255, 255, 255, 0.16) 67%, transparent 68%);
  background-size: 200% 100%;
  background-position: 165% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
}

.default-outline-btn:active {
  box-shadow: inset 0px 3px 7px #cda677;
  transform: translateY(2px);
}

.open-header-outline-btn {
  display: inline-block;
  opacity: 1 !important;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  /* background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% ); */
  border: 1px solid var(--primary-color);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--primary-color) !important;
  padding: 0.8em 2em !important;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-outline-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  color: var(--secondary-color) !important;
}

.open-header-outline-btn:active {
  box-shadow: inset 0px 3px 7px #3c4fe0;
  transform: translateY(2px);
}

.white-btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 8px !important;
  letter-spacing: 0.5px;
  border-width: 1px;
  color: var(--primary-color);
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.white-btn:active,
.white-btn:focus,
.white-btn:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  color: var(--primary-color);
  text-decoration: none !important;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.open-header-btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--secondary-color) !important;
  /* font-size: 1.1em; */
  /* line-height: 25px; */
  padding: 0.8em 2em !important;
  opacity: 1 !important;
  /* font-weight: 500; */
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
}

.open-header-btn:active {
  box-shadow: inset 0px 3px 7px var(--primary-color);
  transform: translateY(2px);
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.home-banner-sec {
  background-image: url("../img/banner-new-bg.png");
  background-color: rgb(17 149 68 / 10%);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
}

.banner-car-img-sec{
  top: 25%;
  left: 15%;
  position: absolute;
  animation: moving 8s linear infinite;
}

.banner-car-img{
  width: 5em;
}

/* .home-banner-sec::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-banner-img.png);
} */

.banner-caption {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  position: relative;
  /* padding: 0 2em; */
}

.banner-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 9;
}

.banner-content::before{
  background-image: url("../img/banner-content-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  padding: 15em;
  height: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration:4s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:4s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}


@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {  -moz-transform:rotate(360deg);}
}


.banner-content h1 {
  color: var(--primary-color);
  font-size: 4em;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0em;
}

.banner-content h4 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0em;
  /* background: linear-gradient(90deg, #ffe800 0%, #c274ff 66.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8; */
  color: var(--tertiary-color);
}

.banner-content h3 {
  color: #ffffff75;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-content p {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: 0.95em;
  line-height: 1.8;
  opacity: 0.8;
}

.banner-btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5em;
}

.main-image-frame img {
  width: 100%;
  height: 35em;
  object-fit: contain;
}

.sub-hero-title {
  font-size: 0.98em;
  font-weight: 600;
  color: var(--primary-color);
}

.customer-logo-sec {
  background-color: #5566f608;
}

.mobile-nav-header {
  display: none;
}

/* Faq CSS */

.faq-sec{
  background-color: #f9f6ef;
  padding-bottom: 2em;
}

.faq-img{
  width: 70%;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  color: var(--tertiary-color);
}

.faq-accordion .accordion-item {
  border: none;
  /* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%); */
  background-color: var(--secondary-color);
  border-bottom: 1px solid #efefef;
  border-radius: 0;
}

.faq-accordion .accordion-item .accordion-button {
  /* border-bottom: 1px solid rgba(1, 1, 1, 0.1); */
  border-bottom: 0;
  font-size: 0.5em;
  background-color: transparent;
  font-weight: 600;
  color: var(--tertiary-color);
  padding: 1.3em;
  /* filter: drop-shadow(0 0 10px #eee); */
  /* background-color: var(--secondary-color); */
}

.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-body {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--quaternary-color);
  background-color: var(--secondary-color);
  border-radius: 10px;
  line-height: 1.8;
  margin: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/minus.svg);
  transform: unset;
}

.faq-accordion .accordion-button::after {
  background-image: url(../img/faq/plus.svg);
}

.faq-accordion .accordion-item:first-child{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.faq-accordion .accordion-item:last-child{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Static Page CSS */

.static-page-box {
  margin-bottom: 2em;
}

.static-page-box p strong {
  color: var(--secondary-color) !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}

.static-page-box p {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
}

.static-page-box ul li {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
}

.static-page-box ul li:last-child {
  padding-bottom: 0;
}

.address-info {
  color: var(--secondary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
  font-size: 0.9em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
}

/* .address-info svg {
  fill: var(--secondary-color) !important;
} */

.about-us-sec {
  /* background-image: url('../img/about-us-bg-img.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
  background-color: var(--secondary-color);
}

.about-us-list-sec {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
  margin-top: 2em;
}

.about-us-list-sec ul{
  margin-bottom: 0;
}

.about-us-list li {
  padding-bottom: 1em;
  display: grid;
  grid-template-columns: 40px auto;
  color: #74787c;
  font-weight: 500;
}

.about-us-list li:last-child {
  padding-bottom: 0;
}

.about-us-img-sec{
  position: relative;
}

.about-img{
  position: relative;
  z-index: 9;
}

.about-bg-rotate-img{
  position: absolute;
  top: 220px;
  left: -15px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration:5s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:5s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

.why-choose-us-img-sec {
  margin-top: 2em;
}

.why-choose-us-img {
  width: 100%;
  border-radius: 15px;
}

.why-choose-us-tab-sec .nav-pills {
  border: 2px dashed var(--primary-color);
  padding: 0.5em 1em;
  border-radius: 50px;
}

.why-choose-us-tab-sec .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.why-choose-us-tab-sec .nav-pills .nav-link {
  padding: 0.8em 2em;
  font-size: 1em;
  font-weight: 600;
  color: var(--primary-color);
  border-radius: 50px;
}

.why-choose-us-tab-content-sec {
  margin-top: 2em;
}

.why-choose-us-tab-content-sec h3 {
  font-size: 1.4em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}

.why-choose-us-tab-content-sec p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.padding-right {
  padding-right: 2em;
}

.padding-left {
  padding-left: 2em;
}

.how-its-work-sec {
  background-color: #dbeaf7;
}

.how-its-work-card {
  border-radius: 15px;
  padding: 1.5em;
  position: relative;
  background-color: var(--secondary-color);
  transition: all ease 0.4s;
}

.how-its-work-info-icon-sec {
  width: 3em;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gx-150 {
  --bs-gutter-x: 150px;
}

.how-its-work-card .how-its-work-count-no {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #dbeaf7;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 35px;
  right: -30px;
}

.how-its-work-card .process-direction {
  position: absolute;
  left: calc(100% + 30px);
  top: 42px;
}

.how-its-work-info-header {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  margin-bottom: 1.5em;
}

.how-its-work-info-header h4 {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 150px;
}

.how-its-work-info-desc p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0;
}

.make-apppointment-contact-form-sec {
  background-color: rgb(17 149 68 / 10%);
  padding: 2em;
  border-radius: 15px;
}

.make-apppointment-contact-form-sec .form-control {
  height: 60px;
  border: none;
  border-radius: 30px;
  padding: 0 30px;
}

.make-apppointment-contact-form-sec .form-control:focus {
  box-shadow: none;
  outline: none;
}

.make-apppointment-contact-form-sec textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.make-apppointment-form-btn-sec {
  margin-top: 2em;
}

.make-apppointment-contact-form-sec .form-group {
  margin-bottom: 2em;
}

.make-apppointment {
  margin-bottom: 2em;
  border-radius: 15px;
}

.gallery-sec {
  position: relative;
}

.paret-img-sec {
  position: absolute;
  top: 130px;
  left: 0;
}

.gallery-bg {
  text-align: center;
  padding-top: 8em;
}
.gallery-bg .gallery-banner-img {
  max-width: 100em;
}

.gallery-sec .grid-gallery {
  /* -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%; */
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 1em;
  padding-right: 15px;
  padding-left: 15px;
}
/* .gallery-sec .gallery-box:hover .gallery-img-sec:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
} */

.gallery-sec .gallery-box .gallery-img-sec {
  position: relative;
}

.gallery-sec .gallery-box .gallery-img-sec .gallery-img {
  height: 20em;
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.cta-sec{
  background-color: #dbeaf7;
  position: relative;
}

.cta-after-shape-sec {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}

.cta-card{
  text-align: center;
}

.footer-sec {
  /* background-image: url('../img/footer-bg.jpeg'); */
  background-color: #232323;
  padding: 4em 0;
  padding-bottom: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.copyrights-sec {
  /* background-color: #232323; */
  background-color: #1a1a1a;
}

.copyright-card {
  text-align: center;
  padding: 1.5em 0;
}

.copyright-card p {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
}

.footer-link-card h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li {
  padding-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li:last-child {
  padding-bottom: 0;
}

.footer-social-link-sec .contact-us-address-list li a {
  color: var(--secondary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

/* .footer-social-link-sec .contact-us-address-list li a svg path {
  fill: var(--secondary-color) !important;
} */

.footer-about-sec h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0.5em;
}

.footer-about-sec p {
  font-size: 1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.footer-link-list li a {
  color: var(--secondary-color);
  font-size:1em;
  font-weight: 400;
  opacity: 0.8;
}

.footer-social-link-sec .contact-us-address-list li a{
  color: var(--secondary-color);
  font-size: 1em;
  opacity: 0.8;
  font-weight: 400;
}

.footer-link-list li {
  padding-bottom: 1em;
}

.footer-link-list li:last-child {
  padding-bottom: 0;
}

.footer-secured-payment-card .footer-social-link-list li a {
  background-color: var(--primary-color);
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.footer-secured-payment-card .footer-social-link-list li a:hover{
  background-color: var(--senary-color);
}

.footer-social-link-list li a svg {
  fill: var(--secondary-color);
}

.footer-social-link-list {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-secured-payment-icon {
  aspect-ratio: auto 60 / 32;
  height: 30px;
  object-fit: contain;
}

.footer-app-link-list {
  display: flex;
  gap: 1em;
  margin-bottom: 0;
}

.footer-secured-payment-list li {
  display: inline-block;
  margin-right: 9px;
}

.footer-secured-payment-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-sub-sec {
  /* background-color: #2e0327; */
  padding: 3em 0;
}

.footer-secured-payment-card {
  margin-bottom: 1.5em;
  text-align: center;
  margin-top: 1em;
}

.footer-secured-payment-card:last-child {
  margin-bottom: 0;
}

.footer-notice-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
  margin-top: 3em;
}

.footer-notice-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
  text-align: center;
}

.footer-notice-card p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
}

.footer-notice-card {
  border: 1px solid #51065d;
  border-radius: 10px;
  padding: 1.5em;
}

.footer-logo {
  max-width: 20em;
  margin-bottom: 1em;
}

.faq-header-sec{
  text-align: center;
}

.footer-before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 8px);
  z-index: 2;
}

.footer-car-img-sec{
  top: 17%;
  right: 7%;
  position: absolute;
  animation: moving 8s linear infinite;
}

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

.gallery-paret-img-sec{
  position: absolute;
  top: 10px;
  left: 0;
}

.gallery-paret-img{
  width: 80%;
}

.staff-card{
  --gap: 40px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}

.staff-card .staff-img-sec {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - var(--gap)* 2);
  mask-size: contain;
  mask-repeat: no-repeat;
  z-index: 2;
  mask-image: url('../img/staff/mask-img.png');
}

.staff-img{
  width: 100%;
  display: inline-block;
}

.staff-card .staff-info-sec {
    border-radius: 30px;
    box-shadow: 0px 13px 16px 0px rgba(226, 222, 208, 0.07);
    background-color: #fff;
    text-align: center;
    padding: 180px 40px 35px 40px;
    margin-top: -155px;
}

.staff-sec{
  background-color: #f9f6ef;
  position: relative;
}

.staff-card .staff-info-sec h4{
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.staff-card .staff-info-sec p{
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
}

.section-btn-sec{
  margin-top: 1.5em;
}

.staff-car-img-sec{
  top: 10%;
  left: 12%;
  position: absolute;
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
}

50% {
    transform: translateX(-50px);
}
100% {
    transform: translateX(0);
}
}

/* Service We Offers CSS */

.services-we-offer-box .nav {
  gap: 1em;
  justify-content: center;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  gap: 1rem;
}

.services-we-offer-nav-card{
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-direction: column;
  padding: 1em;
  border-radius: 15px;
}

.services-we-offer-box .nav-link {
  /* background: linear-gradient(#F8FBFF, #fff); */
  background-color: var(--secondary-color);
  border-radius: 15px;
  color: var(--primary-color);
  padding: 1em;
  transition: 0.4s ease-in-out;
  /* border: 2px dashed #e9e0d1; */
  background-image: linear-gradient(90deg, #e9e0d1 50%, transparent 50%), linear-gradient(90deg, #e9e0d1 50%, transparent 50%), linear-gradient(0deg, #e9e0d1 50%, transparent 50%), linear-gradient(0deg, #e9e0d1 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
  background-position: left top, right bottom, left bottom, right top;
  font-size: 1em;
  font-weight: 600;
  animation: border-dance 1s infinite linear;
}

@keyframes border-dance {
  0% {
      background-position: left top, right bottom, left bottom, right top;
  }
  
  100% {
      background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
  }
  }

.services-we-offer-box .nav-link.active {
  background: var(--primary-color);
  color: var(--secondary-color);
  border: 2px dashed transparent
}

.services-we-offer-box .nav-link.active .services-we-offer-nav-card{
  /* border: 2px dashed var(--secondary-color); */
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
  background-position: left top, right bottom, left bottom, right top;
  animation: border-dance 1s infinite linear;
}

.services-we-offer-box .nav-link .services-we-offer-nav-card svg{
  fill: var(--primary-color);
}

.services-we-offer-box .nav-link.active .services-we-offer-nav-card svg{
  fill: var(--secondary-color);
}

.services-we-offer-sec{
  background-color: #f9f6ef;
}

.service-img{
  border-radius: 15px;
  width: 90%;
}

.services-we-offer-box .tab-content{
  margin-top: 2em;
}

.carousel-indicators [data-bs-target]{
  background-color: var(--primary-color);
}