/*
Template Name: nextHm
Template URL: https://themeforest.vecuro.com/html/realestate
Description: nextHm HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes/
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. Slick 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.10. Contact
    4.11. About
    4.12. Counter
    4.13. Service
    4.14. CTA
    4.15. Package
    4.16. Project
    4.17. Brand
    4.18. Form
    4.19. Simple Section
    4.20. Gallery
    4.21. Testimonial
    4.22. Feature
    4.23. Accordion
    4.24. Team
    4.25. Process
    4.26. Popup Search
    4.27. Popup Side Menu
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #ee7a2d;
  --theme-color2: #fdfdfd;
  --sec-color: #ee7a2d;
  --title-color: #234b9b;
  --body-color: #234b9b;
  --dark-color: #234b9b;
  --light-color: #fdfef9;
  --smoke-color: #c9c9c9;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #ee7a2d;
  --success-color: #28a745;
  --error-color: #ee7a2d;
  --border-color: #e1e1e1;
  --title-font: "Playfair Display", serif;
  --body-font: "Poppins", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1300px;
  --vs-container1: 1490px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --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%;
  border-radius: 6px;
}

.slick-slide:focus,
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;
  padding-left: 0;
}

ol {
  list-style-type: decimal;
}

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

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

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

a {
  color: var(--body-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--sec-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}

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: 45px;
}

.h2,
h2 {
  font-size: 40px;
}

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 18px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
.vs-container1 {
  max-width: calc(var(--vs-container1) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 26px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

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

.gx-gy {
  --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1500px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #E0E0E0;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
  border-color: var(--title-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
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;
}

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

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

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  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.5px;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--title-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--title-color);
  background-color: var(--title-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;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #A0ABB4;
}
.form-group.has-label > i {
  top: 45px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input: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,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

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

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.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;
}

textarea::-moz-placeholder {
  color: #0bf;
}

textarea.form-control,
textarea::placeholder {
  color: #0bf;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-track .col-auto {
  width: auto;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #586162;
  line-height: 0;
  background-color: transparent;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
  border-radius: 100%;
}
.slick-dots button:hover {
  border-color: var(--sec-color);
}
.slick-dots .slick-active button {
  background-color: var(--sec-color);
  border-color: transparent;
}

.map .slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 50px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -moz-max-content;
  height: max-content;
}
.map .slick-dots li {
  display: inline-block;
  margin-right: 30px;
}
.map .slick-dots li:last-child {
  margin-right: 0;
}
.map .slick-dots button {
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  outline: none;
  font-size: 30px;
  color: var(--white-color);
  transform: unset;
  line-height: 0;
  background-color: transparent;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
}
.map .slick-dots button:hover {
  border-color: var(--sec-color);
}
.map .slick-dots .slick-active button {
  color: var(--sec-color);
  border-color: transparent;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--sec-color);
  position: absolute;
  top: 50%;
  border: 2px solid var(--sec-color);
  color: var(--title-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 66px);
  height: var(--icon-size, 66px);
  font-size: var(--icon-font-size, 22px);
  margin-top: calc(var(--icon-size, 66px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow i {
  vertical-align: middle;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-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%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--sec-color);
}
.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
  max-width: 190px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle i {
  line-height: inherit;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--title-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--title-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-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%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--title-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
}
.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-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(--body-color);
}
.preloader .vs-btn {
  padding: 17px 20px;
  border-radius: 0;
  font-size: 14px;
  border: none;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader-inner img {
  display: block;
  margin: 0 auto 25px auto;
}

.loader {
  display: block;
  position: relative;
  height: 20px;
  width: 140px;
  margin: 0 auto;
  background-image: linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0, 40px 0, 80px 0, 120px 0;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--sec-color) 20px, transparent 0), linear-gradient(var(--sec-color) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-family: var(--body-font);
  background-color: rgba(255, 255, 255, 0.2549019608);
  color: var(--white-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 16px 28px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Medium Large devices */
  /* Medium devices */
}
.vs-btn.vs-btn2 {
  border-radius: 0;
  background-color: var(--title-color);
  color: var(--white-color);
  border: none;
  padding: 22.5px 28px;
}
.vs-btn.vs-btn2:hover {
  background-color: var(--sec-color);
}
.vs-btn.vs-btn2 img {
  margin-left: 5px;
  position: relative;
  top: -4px;
}
.vs-btn.style2 {
  background-color: var(--title-color);
  border: none;
  color: var(--white-color);
  padding: 24px 50px;
  border-radius: 9999px;
}
.vs-btn.style2:hover {
  color: var(--title-color);
  background-color: var(--sec-color);
}
.vs-btn.style2.bg2 {
  background-color: var(--sec-color);
  border-color: var(--sec-color);
  color: var(--title-color);
}
.vs-btn.style2.bg2:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.vs-btn.style3 {
  background-color: var(--sec-color);
  border: none;
  color: var(--title-color);
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
  padding: 22px 50px;
}
.vs-btn.style3.small {
  font-size: 14px;
  padding: 13px 24px;
  font-weight: 600;
}
.vs-btn.style3.active {
  background-color: var(--title-color);
  color: var(--white-color);
  border-radius: 30px;
  border: none;
}
.vs-btn.style3:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  outline-color: var(--sec-color);
}
.vs-btn.style4 {
  outline-color: var(--sec-color);
  color: var(--title-color);
  font-weight: 600;
  background-color: var(--sec-color);
  padding: 5px 35px 5px 5px;
  border-radius: 30px;
  border-color: var(--theme-color);
}
.vs-btn.style4:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-btn.style4:hover i {
  background-color: var(--sec-color);
  color: var(--title-color);
}
.vs-btn.style4 i {
  width: 50px;
  height: 50px;
  background-color: var(--title-color);
  text-align: center;
  line-height: 48px;
  border-radius: 100%;
  font-size: 18px;
  margin-right: 14px;
  color: var(--white-color);
}
.vs-btn:hover {
  color: var(--white-color);
}
@media (max-width: 1399px) {
  .vs-btn {
    padding: 14.5px 20px;
    letter-spacing: unset;
  }
}
@media (max-width: 991px) {
  .vs-btn {
    padding: 8.5px 10px;
    letter-spacing: unset;
  }
}

.icon-btn {
  outline-color: var(--title-color);
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  background-color: var(--title-color);
  padding: 3px 52px;
  border-radius: 30px;
  border-color: #c3cdce;
  display: inline-block;
  line-height: 1;
}
.icon-btn:hover {
  background-color: var(--sec-color);
}
.icon-btn:hover::before {
  background-color: var(--sec-color);
}
.icon-btn:hover::after {
  background-color: var(--sec-color);
}
.icon-btn i {
  font-size: 28px;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--title-color);
}
.icon-btn.style2 {
  outline-color: var(--title-color);
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  background-color: var(--title-color);
  padding: 3.5px 28px;
  border-radius: 5px;
}
.icon-btn.style2:hover {
  background-color: var(--sec-color);
}
.icon-btn.style2:hover::before {
  background-color: var(--theme-color);
}
.icon-btn.style2:hover::after {
  background-color: var(--theme-color);
}
.icon-btn.style2 i {
  font-size: 26px;
}
.icon-btn.style3 {
  --btn-size: 60px;
  --btn-font-size: 20px;
  border: 2px solid var(--sec-color);
  line-height: calc(var(--btn-size, 50px) - 2px);
}
.icon-btn.style3:hover {
  color: var(--white-color);
  background-color: var(--sec-color);
  border-color: transparent;
}

.icon-btn2 {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--sec-color);
  border-radius: 100%;
  margin-right: 18px;
  transition: all 0.4s ease;
}
.icon-btn2 i {
  font-size: 30px;
  color: var(--title-color);
}

.icon-btn3 {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--sec-color);
  border-radius: 5px;
  margin-right: 18px;
  transition: all 0.4s ease;
}
.icon-btn3 i {
  font-size: 30px;
  color: var(--title-color);
}

.icon-btn4 {
  padding: 40px 30px;
  text-align: center;
  background-color: var(--sec-color);
  border: 1px solid var(--sec-color);
  border-radius: 12px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
}
.icon-btn4 i {
  font-size: 30px;
  color: var(--title-color);
  display: block;
  margin-bottom: 45px;
  transition: all 0.5s ease;
}
.icon-btn4 img {
  display: block;
  margin-bottom: 45px;
  margin: 0 auto;
}
.icon-btn4:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}
.icon-btn4:hover i {
  color: var(--white-color);
}

.icon-btn5 {
  padding: 40px 30px;
  text-align: center;
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
  border-radius: 12px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s ease;
  color: var(--white-color);
}
.icon-btn5:hover {
  background-color: var(--theme-color);
  color: var(--sec-color);
  border-color: var(--theme-color);
}
.icon-btn5 img {
  display: block;
  margin-bottom: 45px;
  margin: 0 auto 15px auto;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 90px);
  height: var(--icon-size, 90px);
  line-height: var(--icon-size, 90px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--title-color);
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--sec-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  color: var(--title-color);
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:hover {
  color: var(--sec-color);
}

.vs-icon {
  margin: 0 auto 22px;
  border: 1px solid #c1cccc;
  display: inline-block;
  padding: 3px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
}

.vs-icon2 {
  margin: 0 auto 22px;
  border: 1px solid #c1cccc;
  display: inline-block;
  padding: 3px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--body-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px 0 rgba(231, 231, 231, 0.02);
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--body-color);
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  color: var(--white-color);
  background-color: var(--sec-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.bar-btn {
  border: none;
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 25px;
  vertical-align: middle;
  background-color: transparent;
  width: 25px;
  height: 23px;
  position: relative;
  overflow: hidden;
}
.bar-btn .bar:after, .bar-btn .bar:before {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.4s;
  background-color: var(--white-color);
}
.bar-btn .bar:after {
  left: -140%;
  right: auto;
  background-color: var(--sec-color);
}
.bar-btn .bar:nth-child(2):before, .bar-btn .bar:nth-child(2):after {
  top: 50%;
  margin-top: -1.5px;
  width: 17px;
}
.bar-btn .bar:nth-child(2):after {
  left: auto;
  right: -120%;
}
.bar-btn .bar:nth-child(3):after, .bar-btn .bar:nth-child(3):before {
  top: auto;
  bottom: 0;
}
.bar-btn:hover {
  color: var(--sec-color);
}
.bar-btn:hover .bar:before {
  right: -120%;
}
.bar-btn:hover .bar:after {
  left: 0;
}
.bar-btn:hover .bar:nth-child(2):before {
  right: 120%;
}
.bar-btn:hover .bar:nth-child(2):after {
  left: auto;
  right: 0;
}
.bar-btn.style2 .bar:before {
  background-color: var(--white-color);
}
.bar-btn.style2:hover .bar:before {
  background-color: var(--sec-color);
}

.watch-btn .btn-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  vertical-align: middle;
  font-size: 16px;
}
.watch-btn .btn-icon:hover {
  background-color: var(--sec-color);
  color: var(--white-color);
}
.watch-btn .btn-icon i {
  vertical-align: middle;
}
.watch-btn .btn-text {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 8px;
  transition: all ease 0.4s;
}
.watch-btn .btn-text:hover {
  color: var(--sec-color);
}

.bottom-btn {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .icon-btn.style2 {
    --btn-size: 50px;
    --btn-font-size: 18px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .icon-btn4 {
    padding: 20px;
  }
  .icon-btn4 i {
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
  .vs-btn.style3.small {
    padding: 10px 16px;
  }
  .icon-btn4 {
    padding: 40px 30px;
  }
  .icon-btn4 i {
    margin-bottom: 40px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin: -0.2em 0 16px 0;
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 50px;
  font-weight: 600;
  position: relative;
  line-height: 100%;
}
.sec-title.sec-title-left::after {
  left: 0%;
  transform: unset;
}
.sec-title.section-title3 ::after {
  content: none;
}

.sec-title2 {
  line-height: 55px;
  border-left: 6px solid var(--sec-color);
  padding-left: 14px;
  text-transform: capitalize;
  position: relative;
}

.sec-title3 {
  font-size: 45px;
  line-height: 55px;
  position: relative;
  text-transform: uppercase;
}

.sec-title4 {
  font-size: 45px;
  line-height: 55px;
  position: relative;
  text-transform: uppercase;
}

.border-title {
  font-size: 55px;
  line-height: 55px;
  border-left: 6px solid var(--sec-color);
  padding-left: 14px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
}

.border-title2 {
  margin: 0 0 30px 0;
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.border-title2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  height: 1px;
  background-color: #7b918a;
}

.sec-line {
  max-width: 13%;
  height: 1px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  color: var(--theme-color);
}

.sec-text {
  font-family: var(--body-font);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
}

.sec-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  margin: -0.2em 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.sec-subtitle2 {
  font-family: var(--body-font);
  line-height: 26px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 15px;
  display: inline-block;
}

.sec-shape {
  fill: var(--sec-color);
}

.sec-icon {
  margin-bottom: 23px;
}

.sec-btns {
  margin-bottom: var(--section-title-space);
}

.sub-title2 {
  color: var(--sec-color);
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  margin: 0 0 3px 0;
  display: block;
}

.title-area2 {
  margin-bottom: 38px;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 28px);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 40px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-title2 {
    font-size: 40px;
  }
  .border-title {
    font-size: 42px;
    line-height: normal;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 40px;
  }
  .sec-title {
    font-size: 30px;
    line-height: 130%;
  }
  .sec-title2 {
    font-size: 24px;
  }
  .sec-title3 {
    font-size: 36px;
    line-height: 36px;
  }
  .border-title2 {
    font-size: 24px;
  }
  .border-title {
    font-size: 32px;
    line-height: normal;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title2 {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .sec-title4 {
    font-size: 22px;
    line-height: 26px;
  }
  .sec-text {
    font-size: 14px;
  }
  .border-title {
    font-size: 30px;
    line-height: normal;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .sec-title {
    font-size: 28px;
  }
  .sec-title2 {
    font-size: 20px;
  }
  .sec-title3 {
    font-size: 30px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 374px) {
  .sec-title4 {
    font-size: 18px;
    line-height: 16px;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

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

.z-index-n1 {
  z-index: -1;
}

.vs-media {
  display: flex;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.new-label {
  font-size: 12px;
  background-color: var(--sec-color);
  color: var(--white-color);
  line-height: 1;
  padding: 5px 5px 3px 5px;
  border-radius: 6px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 5px;
  animation: newlabel infinite 0.4s;
}

.video-box a i {
  color: var(--title-color);
  background-color: var(--sec-color);
}
.video-box a:hover i {
  background-color: var(--title-color);
}
.video-box a:hover::before {
  background-color: var(--white-color);
}
.video-box .video-title {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 0;
}

.mega-hover {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.mega-hover img {
  transition: all 2s ease;
  transform: scale(1);
}
.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}
.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover img {
  transform: scale(1.05);
}

.bg-cover {
  background-size: cover;
}

@keyframes newlabel {
  0% {
    background-color: var(--title-color);
  }
  50% {
    background-color: var(--sec-color);
  }
  100% {
    background-color: var(--title-color);
  }
}
@media (max-width: 1550px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-xl {
  font-size: 55px;
}

.fs-lg {
  font-size: 32px;
}

.fs-md {
  font-size: 18px;
}

.fs-sm {
  font-size: 16px;
}

.fs-xs {
  font-size: 14px;
}

.fs-xxs {
  font-size: 12px;
}

/* Small devices */
@media (max-width: 767px) {
  p.fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-secondary {
  background-color: #ee9352 !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

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

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

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

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

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

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

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

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

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.shape-dotted {
  width: 140px;
  height: 140px;
  --dot-color: #B9BAB9;
  background: radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 80%, transparent), radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 0%, var(--dot-color, red)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
  background-color: transparent;
  background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
}

.shape-dotted2 {
  width: 140px;
  height: 140px;
  --dot-color: #B9BAB9;
  background: radial-gradient(circle, transparent 20%, var(--dot-bg, #FDFCE8) 20%, var(--dot-bg, #FDFCE8) 80%, transparent), radial-gradient(circle, transparent 20%, var(--dot-bg, #FDFCE8) 20%, var(--dot-bg, #FDFCE8) 0%, var(--dot-color, #FDFCE8)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
  background-color: transparent;
  background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

.text-subTitle {
  color: var(--sec-color) !important;
}

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

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

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

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

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

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

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

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

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

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

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

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--title-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=custom1]:before {
  background-color: var(--title-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.wow-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
}
.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  padding: 0px 60px 24px 0px;
  margin: 0 0 24px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--body-color);
  font-family: var(--body-font);
  border-radius: 0;
  border-bottom: 1px dashed #669496;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--sec-color);
}
.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_categories li > span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  line-height: 1;
  transition: all ease 0.4s;
}

.widget_meta ul {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style-type: none;
}
.widget_meta li {
  display: inline-block;
}
.widget_meta li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_meta a {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: var(--body-color);
  position: relative;
  margin-right: 8px;
  letter-spacing: 2px;
}
.widget_meta a:hover {
  color: var(--sec-color);
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget_nav_menu,
  .widget_pages,
  .widget_archive,
  .widget_categories {
    padding: 18px 0px 18px 0px;
    font-size: 14px;
  }
  .widget_nav_menu a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    padding: 18px 25px 18px 0px;
    font-size: 14px;
    letter-spacing: normal;
  }
  .widget_nav_menu li > span,
  .widget_pages li > span,
  .widget_archive li > span,
  .widget_categories li > span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: right;
  }
}
.widget {
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 50px;
}
.widget select,
.widget input {
  height: 60px;
  border: none;
  background-color: var(--input-bg, #f0f4f5);
  border-radius: 9999px;
}

.widget_categories ul li {
  position: relative;
}

.widget_title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.07em 0 23px 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  color: var(--title-color);
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  position: relative;
  border-radius: 3px 30px 30px 3px;
  border: 1px solid var(--border-color);
  color: var(--title-color);
  font-size: 13px;
  text-transform: capitalize;
  font-family: var(--body-font);
  height: 70px;
  line-height: 70px;
  padding: 0 25px 0 15px;
  background: var(--white-color);
  font-weight: 500;
}
.widget .search-form input::-moz-placeholder {
  color: #646464;
}
.widget .search-form input::placeholder {
  color: #646464;
}
.widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background: none;
  border: none;
  color: var(--body-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 20.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 6px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--title-color);
  background-color: var(--sec-color);
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 16px;
  width: 95px;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 6px;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 -0.1em 0;
  text-transform: capitalize;
  color: var(--title-color);
}
.recent-post .post-title a:hover {
  color: var(--sec-color);
}
.recent-post .recent-post-meta {
  margin-bottom: 5px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  letter-spacing: 1px;
  text-transform: capitalize;
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sec-color);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: var(--white-color);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.12);
}

.newsletter-form {
  display: flex;
}
.newsletter-form input {
  border-radius: 0;
  color: #000;
  height: 70px;
  flex: 1;
}
.newsletter-form input::-moz-placeholder {
  color: #777777;
}
.newsletter-form input::placeholder {
  color: #777777;
}
.newsletter-form .vs-btn {
  border-radius: 0;
}
.newsletter-form .vs-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.vs-widget-admin .admin-img {
  margin-bottom: 35px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-widget-admin .admin-img {
    text-align: center;
  }
}
.vs-widget-admin .admin-text {
  font-size: 16px;
}

.sidebar-area {
  margin-bottom: -10px;
}

.recent-product {
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .widget_title {
    font-size: 22px;
  }
  .recent-post .media-img {
    width: 75px;
    margin-right: 15px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .post-title {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .newsletter-form {
    display: block;
  }
  .newsletter-form input {
    margin-bottom: 15px;
    height: 60px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .share-links {
    margin: 50px 0 50px 0;
  }
  .sidebar-area {
    padding-top: 30px;
    margin-bottom: 0px;
  }
  .widget.widget_meta {
    margin-bottom: 0;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 0px 5px;
  }
  .sidebar-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    margin-bottom: 50px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .footer-time {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-widget .footer-time:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-time .time {
  display: block;
}
.footer-widget .widget_title {
  border: none;
  font-size: 22px;
  padding: 0;
  margin: 0 0 35px 0;
  color: var(--white-color);
}
.footer-widget .widget_title::before {
  display: none;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 50px;
}
.footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--title-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--sec-color);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  width: 100%;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .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_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .sidebar-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.footer-widget2 {
  margin-bottom: 0px;
}
.footer-widget2,
.footer-widget2 .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget2 .footer-time2 {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.footer-widget2 .footer-time2 .time {
  display: inline-block;
}
.footer-widget2 .widget_title {
  border: none;
  font-size: 22px;
  padding: 0;
  margin: 0 0 35px 0;
  color: var(--title-color);
  font-weight: 700;
  text-transform: capitalize;
}
.footer-widget2 .widget_title::before {
  display: none;
}
.footer-widget2 .menu-all-pages-container .menu li {
  list-style: none;
}
.footer-widget2 .menu-all-pages-container .menu li a {
  color: var(--title-color);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--body-font);
  display: block;
}
.footer-widget2 .menu-all-pages-container .menu li a:hover {
  color: var(--sec-color);
}
.footer-widget2.widget_meta, .footer-widget2.widget_pages, .footer-widget2.widget_archive, .footer-widget2.widget_categories, .footer-widget2.widget_nav_menu {
  margin-bottom: 50px;
}
.footer-widget2.widget_meta .widget_title, .footer-widget2.widget_pages .widget_title, .footer-widget2.widget_archive .widget_title, .footer-widget2.widget_categories .widget_title, .footer-widget2.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget2.widget_meta a, .footer-widget2.widget_pages a, .footer-widget2.widget_archive a, .footer-widget2.widget_categories a, .footer-widget2.widget_nav_menu a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget2.widget_meta a:hover, .footer-widget2.widget_pages a:hover, .footer-widget2.widget_archive a:hover, .footer-widget2.widget_categories a:hover, .footer-widget2.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--title-color);
}
.footer-widget2.widget_meta a:before, .footer-widget2.widget_pages a:before, .footer-widget2.widget_archive a:before, .footer-widget2.widget_categories a:before, .footer-widget2.widget_nav_menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--sec-color);
}
.footer-widget2.widget_meta a:hover:before, .footer-widget2.widget_pages a:hover:before, .footer-widget2.widget_archive a:hover:before, .footer-widget2.widget_categories a:hover:before, .footer-widget2.widget_nav_menu a:hover:before {
  width: 100%;
}
.footer-widget2.widget_meta li > span, .footer-widget2.widget_pages li > span, .footer-widget2.widget_archive li > span, .footer-widget2.widget_categories li > span, .footer-widget2.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget2.widget_meta li:last-child a, .footer-widget2.widget_pages li:last-child a, .footer-widget2.widget_archive li:last-child a, .footer-widget2.widget_categories li:last-child a, .footer-widget2.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget2 .sidebar-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.footer-widget3 .footer-logo {
  margin-bottom: 36px;
}
.footer-widget3,
.footer-widget3 .widget {
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget3 .footer-time2 {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-widget3 .footer-time2 .time {
  display: inline-block;
}
.footer-widget3 .footer-time3 {
  color: var(--smoke-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-widget3 .footer-time3 .time {
  display: inline-block;
}
.footer-widget3 .menu-all-pages-container .menu li {
  list-style: none;
}
.footer-widget3 .menu-all-pages-container .menu li a {
  color: var(--white-color);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--body-font);
  display: block;
}
.footer-widget3 .menu-all-pages-container .menu li a:hover {
  color: var(--sec-color);
}
.footer-widget3.widget_meta, .footer-widget3.widget_pages, .footer-widget3.widget_archive, .footer-widget3.widget_categories, .footer-widget3.widget_nav_menu {
  margin-bottom: 50px;
}
.footer-widget3.widget_meta .widget_title, .footer-widget3.widget_pages .widget_title, .footer-widget3.widget_archive .widget_title, .footer-widget3.widget_categories .widget_title, .footer-widget3.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget3.widget_meta a, .footer-widget3.widget_pages a, .footer-widget3.widget_archive a, .footer-widget3.widget_categories a, .footer-widget3.widget_nav_menu a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget3.widget_meta a:hover, .footer-widget3.widget_pages a:hover, .footer-widget3.widget_archive a:hover, .footer-widget3.widget_categories a:hover, .footer-widget3.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--title-color);
}
.footer-widget3.widget_meta a:before, .footer-widget3.widget_pages a:before, .footer-widget3.widget_archive a:before, .footer-widget3.widget_categories a:before, .footer-widget3.widget_nav_menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--sec-color);
}
.footer-widget3.widget_meta a:hover:before, .footer-widget3.widget_pages a:hover:before, .footer-widget3.widget_archive a:hover:before, .footer-widget3.widget_categories a:hover:before, .footer-widget3.widget_nav_menu a:hover:before {
  width: 100%;
}
.footer-widget3.widget_meta li > span, .footer-widget3.widget_pages li > span, .footer-widget3.widget_archive li > span, .footer-widget3.widget_categories li > span, .footer-widget3.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget3.widget_meta li:last-child a, .footer-widget3.widget_pages li:last-child a, .footer-widget3.widget_archive li:last-child a, .footer-widget3.widget_categories li:last-child a, .footer-widget3.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget3 .sidebar-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.footer-address {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  max-width: 340px;
  color: var(--white-color);
  margin-bottom: 8px;
}
.footer-address i, .footer-address img {
  margin-right: 8px;
}
.footer-address img {
  position: relative;
  top: -3px;
}

.footer-address2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  max-width: 340px;
  color: var(--body-color);
  margin-bottom: 8px;
}
.footer-address2 a:hover {
  color: var(--sec-color);
}
.footer-address2 i {
  margin-right: 8px;
}

.footer-address3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  max-width: 340px;
  color: var(--white-color);
  margin-bottom: 8px;
}
.footer-address3 a:hover {
  color: var(--sec-color);
}
.footer-address3 i {
  margin-right: 8px;
}

.footer-logo {
  margin-bottom: 28px;
  margin-top: -10px;
}

.footer-text {
  max-width: 290px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  margin-top: 30px;
}

.footer-info {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 300px;
  color: var(--smoke-color);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}
.footer-info:last-child {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .footer-widget2 .menu-all-pages-container .menu {
    margin-bottom: 0;
  }
  .footer-widget2 .menu-all-pages-container .menu li:last-child a {
    margin-bottom: 0;
  }
}
/*------------------- 4.2. Header  -------------------*/
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
  background: var(--title-color);
}
.will-sticky .sticky-active.active .header-middle {
  border-bottom: none;
}
.will-sticky .sticky-active.active .header-middle::after {
  height: 102px;
}
.will-sticky .sticky-active.active .header-middle::before {
  height: 102px;
}
.will-sticky .sticky-active.active .vs-logo {
  top: 0;
}
.will-sticky .sticky-active.active .vs-logo.vs-logo::after {
  top: 0;
  transform: none;
}
.will-sticky .sticky-active.active .menu-inner::before, .will-sticky .sticky-active.active .menu-inner::after {
  top: 50%;
  transform: translateY(-50%);
}
.will-sticky .sticky-active.active .header-btns {
  top: 0;
}
.will-sticky .sticky-active.active .header-btns a::after {
  top: unset;
}

.header-layout1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 41;
}
.header-layout1 .menu-inner {
  position: relative;
}
.header-layout1 .menu-inner::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -30%;
  background-color: var(--white-color);
  height: 70px;
  width: 3px;
  border-radius: 1.5px;
}
.header-layout1 .menu-inner::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -30%;
  background-color: var(--white-color);
  height: 70px;
  width: 3px;
  border-radius: 1.5px;
}
.header-layout1 .header-middle {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1607843137);
  border-top: unset;
  position: relative;
}
@media (min-width: 1200px) {
  .header-layout1 .header-middle {
    padding: 0 25px;
  }
}
.header-layout1 .header-middle .dropdown button {
  background: transparent;
  border: unset;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
}
.header-layout1 .header-middle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  background: rgba(255, 255, 255, 0.1607843137);
  left: 0;
  top: 0;
}
.header-layout1 .header-middle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  background: rgba(255, 255, 255, 0.1607843137);
  right: 0;
  top: 0;
}
.header-layout1 .header-btns .vs-btn {
  border-radius: 0;
  border: 2px solid var(--white-color);
  background-color: rgba(15, 57, 59, 0.2549019608);
}
.header-layout1 .header-btns .vs-btn:hover {
  color: var(--title-color);
  background-color: var(--sec-color);
  border-color: var(--sec-color);
}
.header-layout1 .will-sticky .sticky-active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 1600px) {
  .header-layout1 {
    --main-container: 1800px;
  }
}

.header-layout2 {
  position: relative;
  z-index: 9;
}
.header-layout2 .header-top {
  background-color: var(--title-color);
  color: var(--white-color);
}
.header-layout2 .header-links ul {
  margin: 0;
  padding: 0;
}
.header-layout2 .header-links ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.header-layout2 .header-links ul li:first-child {
  padding-right: 20px;
  margin-right: 20px;
}
.header-layout2 .header-links ul li:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  right: 0;
  top: 50%;
  background: var(--smoke-color);
  transform: translateY(-50%);
}
.header-layout2 .header-links ul li a {
  color: var(--white-color);
  font-size: 12px;
  font-family: var(--body-font);
  text-transform: capitalize;
  position: relative;
}
.header-layout2 .header-links ul li a:hover {
  color: var(--sec-color);
}
.header-layout2 .header-links ul li a .clock-icon {
  line-height: 45px;
  text-align: center;
  font-size: 13px;
}
.header-layout2 .header-links ul li a i {
  margin-right: 15px;
}
.header-layout2 .vs-logo {
  top: 0;
}
.header-layout2 .header-btns {
  top: 0;
  margin-left: 0;
}
.header-layout2 .sticky-active:not(.active) {
  position: relative;
}
.header-layout2 .sticky-active.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.header-layout2 .sticky-active.active .menu-area {
  background-color: var(--title-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.header-layout2 .sticky-active.active .menu-style2 {
  text-align: center;
}
.header-layout2 .sticky-active.active .menu-style2 > ul > li > a {
  padding: 37.5px 0;
}
.header-layout2 .sticky-active.active .header-btns .vs-btn {
  border: 1px solid var(--white-color);
}
.header-layout2 .menu-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.header-layout2 .sticky-wrapper {
  margin-top: 15px;
  position: absolute;
  width: 100%;
  background: transparent;
}
@media (min-width: 1600px) {
  .header-layout2 {
    --main-container: 1516px;
  }
}

.header-layout3 {
  position: relative;
  z-index: 9;
}
@media (min-width: 1600px) {
  .header-layout3 {
    --main-container: 1656px;
  }
}
.header-layout3 .header-top {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-layout3 .header-links ul {
  margin: 0;
  padding: 0;
}
.header-layout3 .header-links ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.header-layout3 .header-links ul li:first-child {
  padding-right: 20px;
  margin-right: 20px;
}
.header-layout3 .header-links ul li:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  right: 0;
  top: 50%;
  background: #5270dd;
  transform: translateY(-50%);
}
.header-layout3 .header-links ul li a {
  color: var(--white-color);
  font-size: 12px;
  font-family: var(--body-font);
  text-transform: capitalize;
  position: relative;
}
.header-layout3 .header-links ul li a:hover {
  color: var(--sec-color);
}
.header-layout3 .header-links ul li a .clock-icon {
  width: 55px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1725490196);
  color: var(--sec-color);
  font-size: 13px;
}
.header-layout3 .header-links ul li a i {
  margin-right: 15px;
}
.header-layout3 .header-social a {
  color: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1725490196);
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
}
.header-layout3 .header-social a:hover {
  background-color: var(--sec-color);
  color: var(--white-color);
}
.header-layout3 .vs-logo {
  top: 0;
  position: relative;
  margin-right: 0;
  padding: 36px 50px 36px 0;
}
.header-layout3 .vs-logo a {
  position: relative;
  z-index: 1;
}
.header-layout3 .vs-logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 99999px;
  z-index: 0;
  background-color: var(--title-color);
  border-radius: 0;
  border-bottom: 4px solid var(--theme-color);
}
.header-layout3 .bar-btn .bar:after, .header-layout3 .bar-btn .bar:before {
  background-color: var(--title-color);
}
.header-layout3 .header-btns {
  top: 0;
  margin-left: 0;
}
.header-layout3 .header-btns .style3 {
  background-color: var(--sec-color);
  border-color: var(--title-color);
  color: var(--title-color);
  font-size: 14px;
  padding: 12px 30px;
}
.header-layout3 .header-btns .style3:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-layout3 .header-btns .eject {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--title-color);
  color: var(--white-color);
  border-radius: 100%;
  text-align: center;
  margin-left: 20px;
  transition: all 0.3s ease;
}
.header-layout3 .header-btns .eject:hover {
  background-color: var(--theme-color);
}
.header-layout3 .header-middle {
  padding: 0 20px 0 40px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout3 .header-middle {
    padding: 0 10px 0 10px;
  }
}
.header-layout3 .header-middle .dropdown button {
  color: var(--title-color);
}
.header-layout3 .header-middle .dropdown button:hover {
  color: var(--theme-color);
}
.header-layout3 .sticky-active:not(.active) {
  position: relative;
  z-index: 9;
}
.header-layout3 .sticky-active.active {
  background-color: var(--white-color);
  padding: 0 10px 0 0;
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.39);
}
.header-layout3 .sticky-active.active .vs-logo {
  padding: 5px 10px 5px 0;
}
.header-layout3 .sticky-active.active .vs-logo img {
  padding: 10px 0;
  max-width: 100px;
}
.header-layout3 .sticky-active.active .menu-area {
  background-color: var(--title-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.header-layout3 .sticky-active.active .menu-style2 {
  text-align: center;
}
.header-layout3 .sticky-active.active .menu-style2 > ul > li > a {
  padding: 37.5px 0;
}
.header-layout3 .sticky-active.active .vs-menu-toggle {
  background-color: var(--theme-color);
}
.header-layout3 .menu-style3 {
  text-align: left;
}
.header-layout3 .menu-style3 > ul > li > a .new-label {
  top: -8px;
}
.header-layout3 .main-menu > ul > li > a {
  color: var(--title-color);
  padding: 20px 0 20px 0;
}
.header-layout3 .main-menu > ul > li > a:hover {
  color: var(--sec-color);
}
.header-layout3 .main-menu > ul > li > a::before {
  background-color: var(--title-color);
}
.header-layout3 .menu-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.header-layout3 .sticky-wrapper {
  position: absolute;
  width: 100%;
  background: var(--white-color);
}

.vs-logo {
  position: relative;
  top: 45px;
  text-align: right;
  margin-right: 35px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-logo {
    margin-right: 0;
  }
}

.social-media {
  padding: 7px 0;
}
.social-media a {
  color: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1725490196);
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
}
.social-media a:hover {
  background-color: var(--sec-color);
  color: var(--title-color);
}

.social-media2 a {
  color: var(--white-color);
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--title-color);
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
}
.social-media2 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--white-color);
  letter-spacing: 1px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}
.main-menu a:hover {
  color: var(--sec-color);
}
.main-menu > ul > li {
  margin: 0 24px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 18px;
  }
}
.main-menu > ul > li > a {
  transition: all 0.4s ease;
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: 12px;
  right: -16px;
  font-size: 11px;
  border-radius: 3px;
  background-color: var(--title-color);
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--title-color);
  visibility: hidden;
  min-width: 190px;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--sec-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 62px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.5em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--sec-color);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(255, 116, 27, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--sec-color);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--sec-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.menu-style1 > ul > li > a {
  padding: 37.5px 0;
}
.menu-style1 > ul > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: 0;
  background-color: var(--white-color);
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 6px;
}
.menu-style1 > ul > li > a:hover::before {
  visibility: visible;
  opacity: 1;
}

.menu-style2 {
  text-align: center;
}
.menu-style2 > ul > li > a {
  padding: 30px 0;
}
.menu-style2 > ul > li > a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: 0;
  background-color: var(--white-color);
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 6px;
}
.menu-style2 > ul > li > a:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-btns {
  display: flex;
  align-items: center;
  position: relative;
  top: 45px;
  margin-left: 35px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-btns {
    margin-left: 0;
  }
}
.header-btns a,
.header-btns button {
  margin-right: 5px;
}
.header-btns a:last-child,
.header-btns button:last-child {
  margin-right: 0;
}

.header-middle .dropdown button {
  background: transparent;
  border: unset;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
}
.header-middle .dropdown button:hover {
  color: var(--sec-color);
}
.header-middle .dropdown .dropdown-menu {
  transform: translate(0px, 66px) !important;
  min-width: 5rem;
  padding: 1rem 0;
}
.header-middle .dropdown .dropdown-menu .dropdown-item:hover {
  color: #1e2125;
  background-color: var(--sec-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 12px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout3 .vs-logo {
    padding: 15px 50px 15px 0;
  }
  .header-layout3 .main-menu > ul > li {
    margin: 0 8px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .header-info {
    display: block;
    --icon-size: 40px;
  }
  .header-info .header-layout2 .menu-area {
    position: relative;
    background-color: var(--title-color);
  }
  .header-layout2 .menu-style2 {
    text-align: end;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-logo {
    top: 0;
    text-align: left;
  }
  .vs-logo img {
    padding: 10px 0;
  }
  .sticky-active.active {
    padding: 8px 0;
  }
  .header-social {
    padding: 10px 0;
  }
  .header-middle::after {
    display: none;
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .header-layout1 .manu-inner::after {
    display: none;
  }
  .header-layout1 .manu-inner::before {
    display: none;
  }
  .header-layout1 .header-middle {
    border-bottom: none !important;
    justify-content: flex-end;
  }
  .header-layout1 .header-middle::before {
    display: none;
  }
  .header-layout1 .header-middle::after {
    display: none;
  }
  .menu-inner::after, .menu-inner::before {
    display: none;
  }
  .header-layout3 .vs-logo {
    padding: 5px 30px 5px 0;
  }
  .header-layout3 .header-middle {
    padding: 0 10px 0 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-logo img {
    max-width: 100px;
    height: auto;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-bottom: 60px;
}

.copyright-wrap {
  text-align: center;
  padding: 42px 0;
  position: relative;
  z-index: 2;
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  display: inline-block;
  margin-right: 30px;
}
.copyright-menu li:last-child {
  margin-right: 0;
}
.copyright-menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.copyright-menu a:hover {
  color: var(--sec-color);
}

.copyright-text {
  margin: 0;
  font-weight: 500;
  color: var(--smoke-color);
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}
.copyright-text a {
  color: var(--smoke-color);
  font-weight: 700;
}
.copyright-text a:hover {
  color: var(--sec-color);
  text-decoration: underline;
}

.footer-layout1 .footer-widget.widget_nav_menu a,
.footer-layout2 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}
.footer-layout1 .footer-widget.widget_nav_menu a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover {
  color: var(--sec-color);
}

.footer-layout1 {
  background-color: #06071A;
  --body-color: #C7C7C7;
  --title-color: #fff;
}
.footer-layout1 .widget {
  background-color: transparent;
  margin-bottom: 0;
}
.footer-layout1 .post-title a:hover {
  color: var(--sec-color);
}
.footer-layout1 .widget-area {
  padding-bottom: 0;
}
.footer-layout1 .copyright-wrap {
  padding: 30px 0;
  background-color: #234b9b;
}
.footer-layout1 .vs-widget-about {
  margin-bottom: 32px;
}
.footer-layout1 .section-line {
  margin-bottom: 30px;
}
.footer-layout1 .footer-widget3 .widget_title {
  margin-bottom: 15px;
}
.footer-layout1 .footer-time3 {
  margin-bottom: 0;
  color: var(--white-color);
}

.footer-layout2 {
  color: #fff;
  background-color: #234b9b;
}
.footer-layout2 .copyright-wrap {
  background-color: #234b9b
;
  padding: 30.5px 0px;
}
.footer-layout2 .footer-widget {
  margin-bottom: 0px;
}
.footer-layout2 .footer-address a:hover {
  color: var(--sec-color);
}
.footer-layout2 .footer-text {
  margin-bottom: 0;
}

.footer-menu {
  border-bottom: 1px solid #C3CCC9;
}
.footer-menu ul {
  margin-bottom: 0;
}
.footer-menu .menu-item {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
.footer-menu .menu-item a {
  color: var(--title-color);
  display: inline-block;
  padding: 25px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.footer-menu .menu-item a::after {
  content: "";
  width: 60%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.footer-menu .menu-item a:hover {
  color: var(--theme-color);
}
.footer-menu .menu-item a:hover::after {
  visibility: visible;
  opacity: 1;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .footer-layout1 {
    padding-top: 70px;
    font-size: 14px;
  }
  .footer-layout1 .widget {
    margin-bottom: 50px;
  }
  .footer-layout1 .widget-area {
    padding-bottom: 70px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 {
    padding-top: 70px;
    font-size: 14px;
  }
  .footer-layout1 .widget {
    margin-bottom: 50px;
  }
  .footer-layout1 .widget-area {
    padding-bottom: 0px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer-layout1 .widget {
    margin-bottom: 50px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 0 0 0 0;
  padding: 11px 23px;
  list-style-type: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2549019608);
  border-radius: 30px;
  display: inline-block;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-menu {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
  }
}
.breadcumb-menu li {
  display: inline;
  list-style: none;
  position: relative;
}
.breadcumb-menu li a:hover {
  color: var(--sec-color);
}
.breadcumb-menu li:after {
  content: "|";
  position: relative;
  margin-left: 12px;
  margin-right: 8px;
  color: var(--smoke-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--sec-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--sec-color);
}
.breadcumb-menu li > i,
.breadcumb-menu a > i,
.breadcumb-menu span > i {
  margin-right: 10px;
}
.breadcumb-menu a {
  color: var(--white-color);
}
.breadcumb-menu a:hover {
  color: var(--sec-color);
}

.breadcumb-menu2 {
  max-width: 100%;
  margin: 0 0 0 0;
  padding: 11px 23px;
  list-style-type: none;
  font-size: 16px;
  background: transparent;
  display: inline-block;
  margin-top: 16px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-menu2 {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
  }
}
.breadcumb-menu2 li {
  display: inline;
  list-style: none;
  position: relative;
}
.breadcumb-menu2 li a:hover {
  color: var(--sec-color);
}
.breadcumb-menu2 li:after {
  content: "/";
  position: relative;
  margin-left: 8px;
  margin-right: 5px;
  color: var(--white-color);
}
.breadcumb-menu2 li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--sec-color);
}
.breadcumb-menu2 li:last-child:after {
  display: none;
}
.breadcumb-menu2 li,
.breadcumb-menu2 a,
.breadcumb-menu2 span {
  white-space: normal;
  word-break: break-word;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--sec-color);
}
.breadcumb-menu2 li > i,
.breadcumb-menu2 a > i,
.breadcumb-menu2 span > i {
  margin-right: 10px;
}
.breadcumb-menu2 a {
  color: var(--white-color);
}
.breadcumb-menu2 a:hover {
  color: var(--sec-color);
}

.breadcumb-title {
  font-size: 70px;
  color: var(--white-color);
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--title-font);
  line-height: 100%;
}

.breadcumb-subtitle {
  color: var(--white-color);
  font-size: 18px;
  margin: 22px 0 -0.25em 0;
}

.breadcumb-wrapper {
  padding-top: 430px;
  padding-bottom: 90px;
  background-color: var(--title-color);
}
.breadcumb-wrapper .breadcumb-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* Medium devices */
}
.breadcumb-wrapper .breadcumb-content img {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .breadcumb-wrapper .breadcumb-content {
    display: block !important;
    text-align: center;
  }
  .breadcumb-wrapper .breadcumb-content img {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 48px;
  }
  .breadcumb-subtitle {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .breadcumb-subtitle {
    font-size: 14px;
  }
  .breadcumb-wrapper {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
  .breadcumb-menu li:after {
    margin-left: 8px;
    margin-right: 5px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  text-align: center;
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  font-family: var(--body-font);
  color: var(--title-color);
  background-color: #F5F5F5;
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-weight: 700;
  padding: 0;
  font-size: 16px;
  z-index: 1;
  border-radius: 50%;
  vertical-align: middle;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--sec-color);
  box-shadow: none;
}

.post-pagination {
  margin: 50px 0;
}

.post-pagi-box a {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: var(--title-font);
  gap: 15px;
}
.post-pagi-box a i {
  font-size: 22px;
  width: 65px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: var(--title-color);
  color: var(--white-color);
  transition: all ease 0.4s;
}
.post-pagi-box a:hover i {
  background-color: var(--sec-color);
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 29px 0px;
}
.post-pagi-box .pagi-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin: 4.5px 0 0 0;
  max-width: 250px;
  flex: 1;
}
.post-pagi-box .pagi-title a {
  color: inherit;
}
.post-pagi-box .pagi-title a:hover {
  color: var(--sec-color);
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .post-pagination {
    margin: 40px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    vertical-align: middle;
  }
  .post-pagi-box {
    display: block;
    padding: 20px 20px;
  }
  .post-pagi-box > a {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
  }
  .post-pagi-box > a > i {
    font-size: 16px;
    width: 34px;
    height: 32px;
    line-height: 32px;
  }
}
/*------------------- 4.6. simple-sections  -------------------*/
.social-box {
  padding: 80px 100px;
  position: relative;
  z-index: 1;
}
.social-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}
.social-box__title {
  color: var(--white-color);
  margin: -0.2em 0 10px 0;
  font-size: 34px;
}

.social-box a,
.info-social a {
  display: inline-block;
  color: var(--white-color);
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  border: 1px solid var(--white-color);
  font-size: 20px;
  margin-right: 5px;
  border-radius: 50%;
}
.social-box a:last-child,
.info-social a:last-child {
  margin-right: 0;
}
.social-box a:hover,
.info-social a:hover {
  background-color: var(--sec-color);
  color: var(--white-color);
  border-color: transparent;
}

.info-social.style2 a {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}
.info-social.style2 a:hover {
  color: var(--title-color);
  background-color: var(--sec-color);
  border-color: transparent;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .social-box {
    padding: 60px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .social-box {
    padding: 40px 40px;
  }
  .social-box__title {
    font-size: 26px;
  }
  .award-wrap1 {
    padding: 80px 20px 10px 20px;
  }
  .award-wrap-title {
    max-width: 740px;
  }
  .award-style1 {
    padding: 30px 20px 30px 20px;
  }
  .award-style1 .award-text {
    font-size: 14px;
  }
  .award-style1 .award-img {
    min-height: 100px;
    line-height: 100px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .social-box::before {
    width: 100%;
  }
  .award-wrap-title {
    max-width: 520px;
    padding: 21px 20px;
    margin-bottom: -30px;
  }
  .award-wrap1 {
    padding: 70px 20px 10px 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .social-box {
    padding: 40px 20px;
  }
  .info-social a,
  .social-box a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
  }
}
/*------------------- 4.7. 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%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose i {
  line-height: inherit;
}
.popup-search-box button.searchClose:hover {
  color: var(--white-color);
  background-color: var(--sec-color);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 14px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--title-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::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  right: 13px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.8. sidemenu-v Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  background-color: var(--title-color);
  color: var(--white-color);
  border: none;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.sidemenu-wrapper .closeButton i {
  line-height: inherit;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--title-color);
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--sec-color);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--dark-color);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content .widget_title {
  color: var(--white-color);
}
.sidemenu-wrapper .sidemenu-content .post-title {
  color: var(--white-color);
}
.sidemenu-wrapper .sidemenu-content .post-title:hover a {
  color: var(--sec-color);
}
.sidemenu-wrapper .sidemenu-content .recent-post .recent-post-meta a {
  color: var(--smoke-color);
}
.sidemenu-wrapper .sidemenu-content .recent-post .recent-post-meta a:hover {
  color: var(--sec-color);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}
.sidemenu-wrapper .footer-text {
  max-width: 100%;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.9. blog  -------------------*/
.blog-date {
  position: absolute;
  bottom: 8%;
  display: block;
  background: var(--sec-color);
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: uppercase;
  padding: 10px 27px;
  letter-spacing: 2px;
  border-radius: 0px 6px 6px 0;
}
.blog-date:hover {
  background: var(--title-color);
  color: var(--white-color);
}

.vs-quote {
  display: flex !important;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  padding: 0px 30px 0px 50px;
  font-family: var(--body-font);
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-quote p {
  color: var(--title-color);
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0 !important;
  padding-left: 30px;
  text-transform: capitalize;
}
.vs-quote:before {
  height: 100%;
  right: auto;
  position: absolute;
  left: 10px;
  top: 12px;
  color: var(--body-color);
  bottom: 0;
  font-size: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
}

.blog-single {
  padding-bottom: 52px;
  border-bottom: 1px solid #e1e6e2;
  position: relative;
  margin-bottom: 52px;
}
.blog-single::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--body-color);
  bottom: -1px;
  right: 0px;
  border-radius: 5px;
}
.blog-single .blog-img {
  position: relative;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}
.blog-single .blog-img img {
  width: 100%;
  border-radius: 6px;
}
.blog-single .blog-single .blog-meta {
  margin-bottom: 8px;
  margin-top: -0.45em;
  padding-top: 0;
}
.blog-single .blog-meta span,
.blog-single .blog-meta a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.blog-single .blog-meta span:hover,
.blog-single .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-single .blog-meta span i,
.blog-single .blog-meta a i {
  margin-right: 8px;
  color: #80a5a6;
}
.blog-single .blog-meta {
  margin-bottom: 5px;
  display: flex;
}
.blog-single .blog-meta > a {
  padding-right: 16px;
  margin-right: 10px;
  font-weight: 700;
  color: var(--title-color);
}
.blog-single .blog-meta .categorys > a {
  padding-right: 0;
  margin-right: 0;
  color: var(--body-color);
  font-weight: 600;
}
.blog-single .blog-meta .categorys > a:hover {
  color: var(--sec-color);
}
.blog-single .blog-meta > a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  height: 10px;
  width: 1px;
  background-color: #90d9dd;
}
.blog-single .blog-title {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
  color: var(--title-color);
  margin: 0 0 18px 0;
}
.blog-single .blog-title a {
  color: var(--title-color);
}
.blog-single .blog-title a:hover {
  color: var(--theme-color);
}
.blog-single .blog-bottom {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border-color);
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.blog-single .blog-bottom::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--body-color);
  bottom: -1px;
  right: 0px;
  border-radius: 5px;
}
.blog-single .blog-bottom .link-btn {
  background: unset;
  color: var(--title-color);
  display: inline-block;
  padding: 5px 0px 10px 0px;
  font-size: 13px;
  border-bottom: 2px dotted #525f8d;
  text-transform: uppercase;
}
.blog-single .blog-bottom .link-btn:hover {
  color: var(--sec-color);
}

.share-links-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 26px;
  font-family: var(--body-font);
  margin: 0 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.share-links {
  margin: 70px 0 50px 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 21px;
  position: relative;
}
.share-links::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--body-color);
  bottom: -1px;
  right: 0px;
  border-radius: 5px;
}

.social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
  margin-right: 20px;
}
.social-links li a {
  color: var(--title-color);
}
.social-links li a:hover {
  color: var(--sec-color);
}

.share-links .tagcloud {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--body-color);
}

.blog-single {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-single::after {
  content: none;
}

.blog-author {
  display: flex;
  align-items: center;
  background-color: var(--title-color);
  padding: 30px 45px;
  margin: 50px 0 20px;
}
.blog-author .media-img {
  width: 154px;
  height: 154px;
  margin-right: 32px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-author .author-name {
  color: var(--white-color);
  font-size: 26px;
  font-family: var(--title-font);
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-author .author-text {
  color: var(--smoke-color);
  margin-bottom: 22px !important;
}

.blog-author .author-links a {
  display: inline-block;
  color: var(--white-color);
  font-size: 18px;
  margin-right: 15px;
}
.blog-author .author-links a:hover {
  color: var(--sec-color);
}

.blog-single .post-pagination {
  margin: 0px 0 50px;
}

.blog-style1 {
  background-color: var(--white-color);
  padding: 20px 20px 30px 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0.77px rgba(130, 138, 138, 0.1);
  margin: 15px 0 30px;
}
.blog-style1 .blog-img {
  position: relative;
  margin-bottom: 20px;
}
.blog-style1 .blog-date {
  padding: 7px 12px;
  top: 0;
  left: 5%;
  bottom: unset;
  background-color: var(--sec-color);
  border-radius: 0px 0px 6px 6px;
}
.blog-style1 .blog-date span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: var(--title-color);
  line-height: 21px;
  font-size: 18px;
  font-weight: 600;
}
.blog-style1 .blog-meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 28px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e7e7;
}
.blog-style1 .blog-meta a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
}
.blog-style1 .blog-meta a:hover {
  color: var(--sec-color);
}
.blog-style1 .blog-meta a i {
  color: var(--sec-color);
  font-size: 13px;
  margin-right: 8px;
  transition: all 0.4s ease;
}
.blog-style1 .blog-meta > a:not(:last-child):after {
  content: "~";
  font-size: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #6976a4;
}
.blog-style1 .blog-content {
  text-transform: capitalize;
  text-align: center;
}
.blog-style1 .blog-content .blog-title {
  line-height: 26px;
}
.blog-style1 .blog-content .blog-title a {
  color: var(--title-color);
}
.blog-style1 .blog-content .blog-title a:hover {
  color: var(--sec-color);
}
.blog-style1 .blog-content .blog-text {
  font-weight: 500;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-style1 .blog-meta {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-author {
    display: block;
    text-align: center;
  }
  .blog-author .media-img {
    margin: 0 auto 20px;
  }
  .blog-style1 .blog-meta {
    justify-content: space-around;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-date {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 6px 16px;
  }
  .blog-single {
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .blog-title {
    font-size: 24px;
  }
  .blog-single .blog-meta > a {
    font-size: 12px;
  }
  .blog-single .blog-meta .categorys a {
    font-size: 12px;
  }
}
/*------------------- 4.10. Subscribe  -------------------*/
.subscribe {
  background: var(--sec-color) !important;
  padding: 85px 0;
}

.form-title {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  margin: 0 0 7.5px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .form-title {
    margin-bottom: 50px;
  }
}

.form-text {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/*------------------- 4.11. hero  -------------------*/
.hero-layout1 {
  background-size: cover;
  position: relative;
  padding-top: 270px;
  padding-bottom: 270px;
  max-height: 790px;
  z-index: 1;
}
.hero-layout1 .overlay {
  background: rgb(15, 57, 59);
  background: linear-gradient(90deg, rgb(15, 57, 59) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.hero-layout1 .hero-title {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 40px;
}

.hero-layout2 {
  background-size: auto;
  position: relative;
  padding-top: 250px;
  padding-bottom: 270px;
  max-height: 900px;
  overflow: hidden;
}
.hero-layout2 .hero-title {
  /* text-transform: uppercase; */
  font-family: var(--title-font);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--white-color);
}
.hero-layout2 .hero-text {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.hero-layout2 .hero-shape1 {
  position: absolute;
  right: 0;
  bottom: 0px;
  max-width: 45%;
}

.hero-layout3 {
  background-size: auto;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .hero-layout3 {
    --main-container: 1652px;
  }
}
.hero-layout3 .hero-left {
  display: flex;
  align-items: center;
  margin-left: 190px;
  margin-right: 110px;
  padding-top: 20px;
}
.hero-layout3 .hero-left  {
  max-width: 755px;
}
.hero-layout3 .media-style2 {
  padding: 60px;
  background-color: #fce2b6;
  text-align: center;
}
.hero-layout3 .media-style2.item-one {
  padding-top: 200px;
  max-width: 100%;
  width: 360px;
}
.hero-layout3 .media-style2.item-two {
  padding: 90px 60px 60px 60px;
  background-color: #e7f2f4;
  max-width: 100%;
  width: 360px;
}
.hero-layout3 .media-style2 .media-img {
  margin-bottom: 35px;
}
.hero-layout3 .media-style2 .media-title {
  font-size: 20px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hero-layout3 .media-style2 .media-price {
  color: var(--title-color);
}
.hero-layout3 .media-style2 .media-price i {
  margin-right: 5px;
}
.hero-layout3 .media-style2 .media-price .propertie-price {
  font-weight: 700;
}
.hero-layout3 .hero-title {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--title-color);
}
.hero-layout3 .hero-text {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero-layout4 {
  background-size: cover;
  position: relative;
  padding-top: 210px;
  padding-bottom: 270px;
  max-height: 660px;
  z-index: 1;
}
.hero-layout4 .overlay {
  background: rgb(15, 57, 59);
  background: linear-gradient(90deg, rgb(15, 57, 59) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.hero-layout4 .hero-title {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .form-layout3 {
    --main-container: 1652px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-layout2 {
    padding-top: 240px;
    padding-bottom: 200px;
  }
  .hero-layout2 .hero-title {
    font-size: 55px;
  }
  .hero-layout3 .hero-title {
    font-size: 42px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .map-box {
    text-align: center;
  }
  .map-box .box-title {
    text-align: center;
  }
  .hero-layout1 .hero-title {
    font-size: 45px;
  }
  .hero-layout2 {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .hero-layout2 .hero-title {
    font-size: 45px;
  }
  .hero-layout3 .media-style2 {
    display: none;
  }
  .hero-layout3 .hero-left {
    padding-top: 220px;
    padding-bottom: 120px;
    margin-left: 110px;
    margin-right: 110px;
  }
  .hero-layout3 .hero-left .hero-content {
    text-align: center;
  }
  .hero-layout3 .hero-title {
    font-size: 55px;
  }
  .hero-layout3 .hero-img {
    display: none;
  }
  .hero-layout3 .main-menu > ul > li {
    margin: 0 20px;
  }
  .hero-layout4 {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .hero-layout4 .hero-title {
    font-size: 55px;
    margin-bottom: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-logo {
    display: none;
  }
  .hero-content {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: center;
  }
  .hero-content .hero-logo {
    margin-bottom: 30px;
  }
  .hero-content .hero-shape1 {
    max-width: 100%;
  }
  .hero-content .hero-text {
    text-align: center;
  }
  .hero-content .hero-btns {
    text-align: center;
  }
  .hero-layout1 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .hero-layout2 {
    padding-top: 150px !important;
  }
  .hero-layout2 .hero-title {
    font-size: 44px;
    text-align: center;
  }
  .hero-layout2 .hero-shape1 {
    display: none;
  }
  .hero-layout2 .hero-text {
    text-align: center;
  }
  .hero-layout2 .hero-btns {
    text-align: center;
  }
  .hero-layout3 .hero-left {
    padding-top: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-layout3 .hero-img {
    display: none;
  }
  .hero-layout3 .vs-logo {
    padding: 5px 50px 5px 0;
  }
  .hero-layout4 .hero-title {
    font-size: 44px;
    margin-bottom: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-content {
    margin-bottom: 0;
  }
  .hero-layout1 .hero-title {
    font-size: 38px;
  }
  .hero-layout2 {
    padding-top: 150px;
  }
  .hero-layout2 .hero-title {
    font-size: 26px;
  }
  .hero-layout2 .hero-shape1 {
    display: none;
  }
  .hero-layout3 .hero-logo {
    display: none;
  }
  .hero-layout3 .hero-title {
    font-size: 40px;
  }
  .hero-layout4 .hero-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
/*------------------- 4.12. category  -------------------*/
.category-item {
  padding: 10px;
  background: var(--white-color);
  border-radius: 109.5px;
  box-shadow: 1.5px 0.598px 10.88px 1.12px rgba(116, 117, 117, 0.1);
  margin: 5px 0;
  transition: all 0.5s ease;
  /* Large devices */
}
/* === FORCE EQUAL HEIGHT CARDS WITHOUT BREAKING DESIGN === */

/* Make each carousel item stretch */
.category-carousel .col-auto {
    display: flex !important;
    height: 100%;
}

/* Make card take full height */
.category-carousel .category-item {
    display: flex !important;
    width: 100%;
}

/* Make inner card structure flexible */
.category-carousel .category-style1 {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 380px; /* Adjust if needed */
}

/* Push text evenly */
.category-carousel .category-text {
    margin-top: auto;
}

/* Ensure icon + title spacing consistent */
.category-carousel .category-title {
    min-height: 50px;
}
@media (max-width: 1199px) {
  .category-item {
    border-radius: 0;
  }
}
.category-item:hover {
  cursor: pointer;
  transition: all 0.5s ease;
}
.category-item:hover .category-icon i {
  color: var(--theme-color);
}
.category-item:hover .category-title a {
  color: var(--theme-color);
}

.category-style1 {
  text-align: center;
  border: 1px dotted var(--title-color);
  padding: 22.5px 32px;
  border-radius: 109.5px;
  transition: all 0.5s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .category-style1 {
    border-radius: 0;
  }
}
.category-style1 .category-icon {
  width: 104px;
  height: 104px;
  line-height: 104px;
  background-color: var(--title-color);
  border-radius: 100%;
  margin: 10px auto 30px auto;
  transform: scaleX(1);
  transition: all 0.5s ease;
}
.category-style1 .category-icon img {
  filter: invert(1) sepia(1) saturate(2) hue-rotate(180deg);
  transition: all 0.5s ease;
}
.category-style1 .category-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: var(--title-font);
}
.category-style1 .category-title a {
  color: var(--title-color);
}
.category-style1 .category-title a:hover {
  color: var(--sec-color);
}
.category-style1 .category-text {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--sec-color);
}
/* Change description text when hovering entire card */
.category-item:hover .category-text {
  color: var(--title-color);
}
.category-style1:hover {
  border-color: var(--sec-color);
}
.category-style1:hover .category-icon {
  transform: scaleX(-1);
  background-color: var(--sec-color);
}
.category-style1:hover .category-icon img {
  filter: unset;
}

.category-carousel {
  margin-bottom: 120px;
}

.img-box1 {
  position: relative;
}
.img-box1 .img-1 {
  text-align: right;
  margin-bottom: 35px;
  position: relative;
}
.img-box1 .img-1 img {
  max-width: 186px;
  border-radius: 30px;
}
.img-box1 .img-2 {
  position: relative;
  z-index: 0;
}
.img-box1 .img-3 {
  position: absolute;
  bottom: 18%;
  left: 14%;
}
.img-box1 .shape-dotted,
.img-box1 .shape-dotted2.jump-reverse {
  position: absolute;
  right: -20px;
  bottom: -35px;
  z-index: -1;
}

.box-dsc {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 26px;
}

.list-style1 {
  margin-bottom: 38px;
}
.list-style1 ul {
  padding-left: 0;
}
.list-style1 ul li {
  list-style: none;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: var(--body-color);
  font-family: var(--body-font);
  margin-bottom: 5px;
}
.list-style1 ul li i {
  font-size: 14px;
  color: var(--sec-color);
  margin-right: 8px;
}

/* =========================================
   ULTRA SAAS PRO ENTERPRISE STATS
========================================= */

.media-box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.06);
}

/* ===============================
   Animated Gradient Border
=============================== */

.media-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #234b9b, #3b82f6, #ec7b2d);
  background-size: 300% 300%;
  animation: borderFlow 6s ease infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===============================
   Floating Glow Background
=============================== */

.media-box::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(59,130,246,0.15), transparent 70%);
  top: -180px;
  right: -180px;
  animation: floatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes floatGlow {
  from { transform: translateY(0px); }
  to { transform: translateY(30px); }
}

/* ===============================
   MEDIA CARD
=============================== */

.media-style1 {
  padding: 6px 10px;
  border-radius: 16px;
  transition: all 0.35s ease;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}

.media-style1.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease;
}

.media-style1 .media-item {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding-bottom: 22px;
  transition: 0.3s ease;
}

.media-style1:last-child .media-item {
  border-bottom: none;
}

/* ===============================
   HOVER – BRAND COLOR EFFECT
=============================== */

.media-style1:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #234b9b, #3b82f6);
  /* box-shadow: 0 35px 80px rgba(35, 75, 155, 0.35); */
}

/* Title */
.media-style1 .media-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
}

/* Text */
.media-style1 .media-text {
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
  transition: 0.3s ease;
}

/* Text turns white */
.media-style1:hover .media-title,
.media-style1:hover .media-text {
  color: #ffffff;
}

/* Divider becomes soft white */
.media-style1:hover .media-item {
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

/* ===============================
   ICON PRO STYLE
=============================== */

.icon-btn2 {
  width: 75px;
  height: 75px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.icon-btn2 img {
  width: 32px;
  transition: 0.4s ease;
}

/* Icon hover effect */
.media-style1:hover .icon-btn2 {
  background: #ffffff;
  transform: scale(1.08);
}

.media-style1:hover .icon-btn2 img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(82%) saturate(1124%) hue-rotate(198deg) brightness(94%) contrast(95%);
}

/* ===============================
   ACTIVE CARD (DEFAULT + CLICK)
=============================== */

.media-style1.active {
  background: linear-gradient(135deg, #234b9b, #3b82f6);
  /* box-shadow: 0 35px 80px rgba(35, 75, 155, 0.35); */
}

.media-style1.active .media-title,
.media-style1.active .media-text {
  color: #ffffff;
}

.media-style1.active .media-item {
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.media-style1.active .icon-btn2 {
  background: #ffffff;
}

.media-style1.active .icon-btn2 img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(82%) saturate(1124%) hue-rotate(198deg) brightness(94%) contrast(95%);
}
/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 992px) {
  .media-style1 {
    padding: 25px 20px;
  }
  .media-style1 .media-title {
    font-size: 24px;
  }
  .icon-btn2 {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .media-style1 {
    padding: 20px 16px;
  }
  .media-style1 .media-title {
    font-size: 22px;
  }
  .media-style1 .media-text {
    font-size: 14px;
  }
  .icon-btn2 {
    width: 55px;
    height: 55px;
  }
}
/*------------------- 4.13. properties  -------------------*/
.propertie-title {
  line-height: 0.75;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.filter-menu-active {
  background: var(--white-color);
  margin: 0 auto;
  box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 50px;
}
.filter-menu-active li {
  list-style: none;
  display: inline-block;
}
.filter-menu-active .style3 {
  background-color: transparent;
}

.propertie-style1 {
  position: relative;
  background: var(--white-color);
  padding: 20px 20px 30px 20px;
  box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
  border-radius: 6px;
  margin-bottom: 30px;
}
.propertie-style1 .propertie-img {
  margin-bottom: 25px;
  position: relative;
}
.propertie-style1 .propertie-img img {
  width: 100%;
  border-radius: 6px;
}
.propertie-style1 .propertie-name {
  text-align: left;
  margin: 0 0 20px 0;
}
.propertie-style1 .propertie-name a {
  color: var(--title-color);
}
.propertie-style1 .propertie-name a:hover {
  color: var(--sec-color);
}
.propertie-style1 .propertie-wishlist {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: var(--white-color);
  bottom: -7%;
  right: 5%;
  font-size: 18px;
  background-color: var(--title-color);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}
.propertie-style1 .propertie-wishlist:hover {
  background-color: var(--sec-color);
  color: var(--white-color);
}
.propertie-style1 .propertie-content {
  padding-top: 15px;
}
.propertie-style1 .propertie-meta {
  padding-bottom: 28px;
  border-bottom: 1px solid #e1e6e2;
  margin-bottom: 30px;
  text-align: left;
}
.propertie-style1 .propertie-meta span {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--body-font);
  margin-right: 14px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .propertie-style1 .propertie-meta span {
    margin-right: 5px;
  }
}
.propertie-style1 .propertie-meta span:last-child {
  margin-right: 0px;
}
.propertie-style1 .propertie-meta span i {
  width: 27px;
  height: 27px;
  line-height: 27px;
  background: var(--sec-color);
  font-size: 12px;
  color: var(--white-color);
  border-radius: 100%;
  text-align: center;
  margin-right: 5px;
}
.propertie-style1 .propertie-meta span .propertie-price {
  color: var(--title-color);
  margin: 0;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
}
.propertie-style1 .propertie-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.propertie-style1 .propertie-bottom p {
  font-size: 15px;
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: 500;
}

.propertie-style2 {
  position: relative;
  background: var(--white-color);
  padding: 20px 20px 26px 20px;
  box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
  border-radius: 6px;
  margin-bottom: 30px;
}
.propertie-style2 .propertie-img {
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}
.propertie-style2 .propertie-img img {
  width: 100%;
}
.propertie-style2 .propertie-name {
  text-align: left;
}
.propertie-style2 .propertie-name a {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
}
.propertie-style2 .propertie-name a:hover {
  color: var(--sec-color);
}
.propertie-style2 .propertie-meta {
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e6e2;
  margin-bottom: 25px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.propertie-style2 .propertie-meta span {
  color: var(--title-color);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: capitalize;
  display: inline-block;
}
.propertie-style2 .propertie-meta span:last-child {
  margin-right: 0px;
}
.propertie-style2 .propertie-meta span i {
  font-size: 15px;
  color: var(--title-color);
  border-radius: 100%;
  text-align: center;
  margin-right: 5px;
}
.propertie-style2 .propertie-meta span .propertie-price {
  color: var(--title-color);
  margin: 0;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}
.propertie-style2 .propertie-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.propertie-style2 .propertie-bottom .media-author {
  display: flex;
  align-items: center;
}
.propertie-style2 .propertie-bottom .media-author .media-avatar {
  margin-right: 15px;
}
.propertie-style2 .propertie-bottom .media-author .media-title {
  font-size: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  color: var(--title-color);
}
.propertie-style2 .propertie-bottom .media-author .media-degi {
  margin: 0;
  font-size: 12px;
  line-height: 150%;
  color: var(--title-color);
  font-weight: 500;
}
.propertie-style2 .propertie-bottom .propertie-wishlist a {
  width: 38px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: var(--title-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 6px;
  margin-right: 6px;
  transition: all 0.4s ease;
}
.propertie-style2 .propertie-bottom .propertie-wishlist a:last-child {
  margin-right: 0;
}
.propertie-style2 .propertie-bottom .propertie-wishlist a:hover {
  background-color: var(--sec-color);
  color: var(--white-color);
}

.propertie-meta2 {
  position: relative;
  margin-bottom: 45px;
}
.propertie-meta2 span {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 25px;
  font-weight: 500;
}
.propertie-meta2 span:last-child {
  margin-right: 0;
}
.propertie-meta2 span img {
  font-size: 28px;
  margin-right: 10px;
}
.propertie-meta2::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 1px;
  background-color: #b0bdbc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.propertie-meta3 {
  position: relative;
  margin-bottom: 45px;
}
.propertie-meta3 span {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 25px;
  font-weight: 500;
}
.propertie-meta3 span:last-child {
  margin-right: 0;
}
.propertie-meta3 span img {
  font-size: 28px;
  margin-right: 10px;
}
.propertie-meta3::after {
  content: "";
  position: absolute;
  width: 36%;
  height: 1px;
  background-color: #b0bdbc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.propertie-img1 {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 6px;
}

.list-img {
  border-radius: 6px;
}

/* Large devices */
@media (max-width: 1199px) {
  .propertie-meta2::after {
    display: none;
  }
  .propertie-style1 .propertie-meta span {
    margin-bottom: 10px;
  }
  .propertie-style1 .propertie-wishlist {
    right: 5%;
  }
  .propertie-img img {
    width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .propertie-style1 .propertie-name a,
  .propertie-style2 .propertie-name a {
    font-size: 18px;
  }
  .propertie-style1 .propertie-meta span,
  .propertie-style2 .propertie-meta span {
    font-size: 11px;
  }
  .propertie-style1 .propertie-meta span .propertie-price,
  .propertie-style2 .propertie-meta span .propertie-price {
    font-size: 11px;
  }
  .filter-menu-active {
    padding: 18px 10px;
  }
  .propertie-meta2::after {
    display: none;
  }
  .propertie-meta3 span {
    margin-right: 12px;
    font-size: 12px;
  }
  .propertie-meta3::after {
    display: none;
  }
  .propertie-meta2 {
    margin-top: 30px;
  }
  .propertie-style1 .propertie-wishlist {
    right: 5%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .propertie-style2 {
    padding: 10px;
  }
  .propertie-style2 .propertie-bottom .propertie-wishlist a {
    width: 30px;
    height: 28px;
    line-height: 30px;
  }
  .propertie-style2 .propertie-bottom .propertie-wishlist a i {
    font-size: 14px;
  }
  .propertie-meta2 span {
    font-size: 12px;
    margin-right: 14px;
  }
  .propertie-meta3 span {
    margin-right: 8px;
    font-size: 10px;
  }
  .propertie-meta3::after {
    display: none;
  }
  .propertie-style1 .propertie-wishlist {
    right: 5%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .propertie-style2 .propertie-meta span {
    font-size: 10px;
  }
  .propertie-style2 .propertie-meta span i {
    font-size: 12px;
    margin-right: 3px;
  }
  .propertie-style2 .propertie-name a {
    font-size: 20px;
  }
}
/*------------------- 4.14. reviews  -------------------*/
.reviews-inner {
  position: relative;
  max-width: 666px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.reviews-inner .review-style1 {
  text-align: center;
}
.reviews-inner .review-style1 .review-rating {
  text-align: center;
  margin-bottom: 30px;
}
.reviews-inner .review-style1 .review-rating i {
  color: var(--sec-color);
}
.reviews-inner .review-style1 .review-text {
  font-size: 16px;
  font-weight: 500;
  color: #E1DADA;
  margin-bottom: 65px;
}
.reviews-inner .review-style1 .review-author {
  color: var(--white-color);
  margin-bottom: 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--body-font);
}
.reviews-inner .review-style1 .review-avater {
  margin-bottom: 50px;
}
.reviews-inner .review-style1 .review-avater img {
  border-radius: 100%;
}

.reviews-wrap1 {
  position: relative;
  overflow: hidden;
}
.reviews-wrap1 .reviews-shape1 {
  position: absolute;
  border-radius: 0;
  height: -webkit-fill-available;
  left: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
  top: 0;
  z-index: 0;
  width: 52%;
}
.reviews-wrap1 .reviews-shape1::after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 290px;
  background-color: var(--sec-color);
  top: 50%;
  transform: translateY(-50%);
}
.reviews-wrap1 .vs-carousel {
  z-index: -1;
}
.reviews-wrap1 .vs-carousel .item1 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.2;
  width: 100%;
  max-height: 780px;
}
.reviews-wrap1 .slick-dots {
  margin-bottom: 5px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .reviews-wrap1 .vs-carousel .item1 img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .reviews-shape1 {
    display: none;
  }
  .reviews-inner {
    background-color: var(--dark-color);
    max-width: 100%;
    padding-top: 80px;
  }
  .review-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .reviews-shape1 {
    display: none;
  }
  .reviews-inner {
    padding-top: 80px;
    background-color: var(--dark-color);
    max-width: 100%;
  }
  .review-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*------------------- 4.15. agents  -------------------*/
.team-style1 {
  text-align: center;
  padding: 30px 60px;
  box-shadow: 0px 4px 10px 0.77px rgba(130, 138, 138, 0.1);
  border-radius: 6px;
  margin: 15px 0 30px 0px;
}
.team-style1 .team-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.team-style1 .team-title a {
  color: var(--title-color);
  font-weight: 700;
}
.team-style1 .team-title a:hover {
  color: var(--sec-color);
}
.team-style1 .team-img {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 100%;
}
.team-style1 .team-img img {
  transform: scale(1);
  transition: all 0.4s ease;
}
.team-style1 .team-content {
  border-top: 1px solid #e4e9e9;
}
.team-style1 .team-degi {
  padding-top: 20px;
  font-family: var(--body-font);
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: var(--body-color);
}
.team-style1 .icon-btn {
  background-color: var(--title-color);
}
.team-style1:hover .team-img img {
  transform: scale(1.2);
}
.team-style1 .icon-btn:hover {
  background-color: var(--sec-color);
}

.team-style2 {
  text-align: center;
  border-radius: 6px;
  margin: 0px;
}
.team-style2 .team-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.team-style2 .team-title a {
  color: var(--title-color);
  font-weight: 700;
}
.team-style2 .team-img {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 147.5px;
  background-color: var(--smoke-color);
  border: 5px solid var(--white-color);
}
.team-style2 .team-degi {
  font-family: var(--body-font);
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: var(--sec-color);
  font-weight: 500;
}
.team-style2 .team-name {
  font-size: 22px;
  margin-bottom: 20px;
}
.team-style2 .team-name a {
  color: var(--white-color);
}
.team-style2 .team-name a:hover {
  color: var(--sec-color);
}
.team-style2 .icon-btn {
  background-color: var(--body-color);
  padding: 8px 52px;
}
.team-style2 .icon-btn:hover {
  background-color: var(--sec-color);
}

.team-style3 {
  background-color: var(--white-color);
  text-align: center;
  padding: 35px 60px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1), 0px 10px 4px -5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 20px 0px;
}
.team-style3 .team-title {
  font-size: 22px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.team-style3 .team-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 65%;
  transform: translateX(-50%);
  background-color: #cad4d4;
}
.team-style3 .team-title a {
  color: var(--title-color);
  font-weight: 700;
}
.team-style3 .team-title a:hover {
  color: var(--sec-color);
}
.team-style3 .team-img {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 100%;
}
.team-style3 .team-img img {
  transform: scale(1);
  transition: all 0.4s ease;
}
.team-style3 .team-email {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.team-style3 .team-email:hover {
  color: var(--sec-color);
}
.team-style3 .team-phone {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--title-color);
}
.team-style3 .team-phone:hover {
  color: var(--sec-color);
}
.team-style3 .team-review {
  margin-bottom: 18px;
}
.team-style3 .team-review i {
  color: var(--sec-color);
  font-size: 14px;
  margin: -2px;
}
.team-style3 .team-degi {
  font-family: var(--body-font);
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: var(--body-color);
  font-weight: 500;
}
.team-style3:hover .team-img img {
  transform: scale(1.2);
}
.team-style3 .icon-btn:hover {
  background-color: var(--sec-color);
}

.custom-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 205px;
  border: 1px solid #b0bdb2;
  border-radius: 6px;
}
.custom-select label {
  position: absolute;
  margin-bottom: 0;
  font-size: 12px;
  left: 5%;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}
.custom-select label i {
  margin-right: 5px;
}
.custom-select select {
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  padding-left: 10px;
}

.agent-title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Large devices */
@media (max-width: 1199px) {
  .team-style1 .team-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .team-style1 {
    padding: 25px 20px;
  }
  .team-style1 .team-title {
    font-size: 18px;
  }
  .team-style1 .team-degi {
    font-size: 12px;
  }
  .team-style3 .team-degi {
    font-size: 14px;
  }
  .team-style3 .team-title {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .agent-title {
    font-size: 24px;
  }
  .team-style3 .team-degi {
    font-size: 14px;
  }
  .team-style3 .team-title {
    font-size: 18px;
  }
}
/*------------------- 4.16. package  -------------------*/
.package-style1 {
  background-color: var(--white-color);
  border-radius: 6px;
  box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
  min-block-size: 100%;
  overflow: hidden;
}
.package-style1.premium .package-name2 {
  background-color: var(--title-color);
  color: var(--white-color);
  margin-bottom: 0;
}
.package-style1.premium .package-footer {
  background-color: var(--title-color);
  color: var(--white-color);
}
.package-style1.premium .package-footer:hover {
  color: var(--title-color);
  background-color: var(--sec-color);
}
.package-style1 [data-tab-content] {
  display: none;
}
.package-style1 .active[data-tab-content] {
  display: block;
}

.package-filter {
  padding: 5px;
  border-radius: 50px;
  background-color: var(--sec-color);
  justify-content: space-between;
  display: inline-block;
}
.package-filter a {
  color: var(--title-color);
}
.package-filter .style3 {
  display: inline-block;
  background-color: transparent;
  border-color: transparent;
  padding: 15px 22px;
}
.package-filter .style3.active {
  background-color: var(--title-color);
  color: var(--white-color);
}

.package-head {
  background-color: var(--title-color);
  padding: 30px 35px;
  text-align: center;
}
.package-head .package-name {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

.package-head2 {
  padding: 0;
  background-color: var(--title-color);
}
.package-head2 .package-name2 {
  color: var(--title-color);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  background-color: var(--sec-color);
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}

.package-body {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 0px 0px 10px 10px;
}

.package-body2 {
  background-color: var(--white-color);
  padding: 18px 30px 0 30px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}

.package-list .list-unstyled li {
  background-color: #F1F1F1;
  border-radius: 37px;
  padding: 22px 25px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: var(--title-color);
}
.package-list .list-unstyled li i {
  margin-right: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: var(--sec-color);
  color: var(--title-color);
  border-radius: 100%;
  margin-bottom: 0;
}

.package-list2 .list-title {
  text-align: center;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.package-list2 .list-unstyled {
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
}
.package-list2 .list-unstyled li {
  border-radius: 50px;
  padding: 24px 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: var(--title-color);
}
.package-list2 .list-unstyled li i {
  text-align: center;
  color: var(--title-color);
  border-radius: 100%;
  margin-bottom: 0;
}
.package-list2 .list-unstyled li.item-bg {
  background-color: #F1F1F1;
}

.package-price {
  color: #94A3A3;
  text-transform: uppercase;
  font-family: var(--body-font);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 10px 18px 10px;
}
.package-price span {
  color: var(--white-color);
  font-size: 26px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-right: 5px;
}

.package-footer {
  color: var(--title-color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  background-color: var(--sec-color);
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 0;
  display: block;
  transition: all 0.3s ease;
  font-family: var(--body-font);
}
.package-footer:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .package-name {
    font-size: 26px !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .package-head {
    padding: 30px 15px;
  }
  .package-filter .style3 {
    font-size: 12px;
    padding: 15px 18px;
  }
  .package-list .list-unstyled li {
    padding: 20px 15px;
    font-size: 14px;
  }
  .package-list .list-unstyled li i {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .package-list .list-unstyled li {
    font-size: 12px;
  }
  .package-list .list-unstyled li i {
    margin-right: 10px;
  }
}
/*------------------- 4.17. comments  -------------------*/
.vs-comments-wrap .blog-inner-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: var(--body-font);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  font-weight: 600;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 40px;
}
.vs-comments-wrap .vs-post-comment {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  margin: 30px 0 30px 0;
  padding: 5px 0 28px 0;
  align-items: center;
}
.vs-comments-wrap .vs-post-comment .comment-content .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.vs-comments-wrap .vs-post-comment .children {
  padding-left: 75px;
}
.vs-comments-wrap .vs-post-comment .commented-on .text {
  margin-bottom: 6px;
  font-weight: 500;
}
.vs-comments-wrap .comment-avater {
  margin-right: 25px;
  overflow: hidden;
  width: 136px;
  border-radius: 50%;
}
.vs-comments-wrap .reply_and_edit .replay-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.vs-comments-wrap .reply_and_edit .replay-btn i {
  color: var(--sec-color);
  margin-right: 8px;
}
.vs-comments-wrap .vs-comment-item {
  list-style: none;
}

.vs-comment-form {
  margin: 90px 0 30px 0;
}
.vs-comment-form .comment-respond .blog-inner-title {
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 600;
}
.vs-comment-form .comment-respond .form-group:last-child {
  margin-bottom: 0;
}
.vs-comment-form .custom-checkbox.notice {
  margin-bottom: 40px;
}

/*------------------- 4.17. map  -------------------*/
.map-shape1 {
  position: absolute;
  border-radius: 0;
  height: -webkit-fill-available;
  left: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
  top: 0;
  z-index: 0;
  width: 50%;
}

.map-box {
  position: relative;
  z-index: 1;
}
.map-box .map-img {
  margin-bottom: 50px;
}
.map-box .box-title {
  text-align: left;
  color: var(--sec-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--body-font);
  letter-spacing: 1px;
  margin-bottom: 0;
}

.img-box1 {
  text-align: right;
}
.img-box1 .img-title {
  color: var(--white-color);
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--body-font);
  margin-bottom: 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .map-box {
    text-align: center;
    margin-bottom: 50px;
  }
  .map-box .box-title {
    text-align: center;
  }
  .map-shape1 {
    width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .map-shape1 {
    width: 100%;
  }
  .map-box {
    margin-bottom: 50px;
  }
  .map-box .box-title {
    text-align: center;
  }
  .map-box .map-img {
    text-align: center;
  }
  .map-shape1 {
    width: 100%;
  }
}
/*------------------- 4.17. service  -------------------*/
.service-style1 {
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0px 4px 10px 0.77px rgba(173, 99, 2, 0.1);
  border-radius: 207px 207px 3.5px 3.5px;
  border-bottom: 6px solid var(--white-color);
  padding: 45px;
  transition: all 0.4s ease;
  margin: 15px 0;
}
.service-style1:hover {
  border-bottom: 6px solid var(--theme-color);
}
.service-style1:hover .service-icon {
  background-color: var(--sec-color);
  color: var(--title-color);
}
.service-style1 .service-icon {
  width: 99px;
  height: 99px;
  line-height: 99px;
  border-radius: 100%;
  background-color: var(--title-color);
  transition: all 0.4s ease;
}
.service-style1 .service-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
}
.service-style1 .service-text {
  margin-bottom: 0;
  font-weight: 500;
  text-align: left;
  text-justify: distribute;
  text-justify: newspaper;
}
.service-style1 .style2 {
  padding: 5.5px 31px;
}

.list-style3 ul {
  margin-bottom: 0;
}
.list-style3 ul li {
  list-style: none;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}
.list-style3 ul li i {
  font-size: 12px;
  color: var(--sec-color);
  margin-right: 5px;
}
.list-style3 ul li:last-child {
  margin-bottom: 0;
}
.list-style3 ul li img {
  margin-right: 8px;
}
.list-style3.style-dark ul li {
  color: var(--title-color);
}
.list-style3.style-dark ul li i {
  color: var(--title-color);
}

.service-img1 {
  overflow: hidden;
  border-radius: 6px;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-style1 .service-title {
    font-size: 18px;
  }
  .list-style3 ul li {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .propertie-meta3::after {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .list-style3 ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .list-style3 ul {
    margin-bottom: 0;
  }
  .list-style3 ul li {
    margin-bottom: 0px;
    font-size: 12px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .propertie-meta3 span img {
    margin-right: 2px;
    max-width: 25px;
  }
  .list-style3 ul li {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .list-style3 ul li img {
    margin-right: 2px;
  }
}
@media (max-width: 375px) {
  .list-style3 ul li {
    margin-bottom: 0px;
    font-size: 11px;
  }
}
/*------------------- 4.18. service  -------------------*/
.form-title {
  border-bottom: 1px solid #2c5153;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.form-title .sec-title2 {
  text-transform: uppercase;
  color: var(--white-color);
  line-height: 40px;
}

.form-style1 {
  position: relative;
  max-width: 1138px;
  margin: 0 auto;
}
.form-style1 .form-top {
  background: var(--white-color);
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 30px 30px 0px 0px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
}
.form-style1 .form-top .form-check-inline {
  margin-right: 1.5rem;
}
.form-style1 .form-top input[type=radio] ~ label {
  font-size: 14px;
  text-transform: capitalize;
}
.form-style1 .form-top input[type=radio] ~ label::before {
  width: 18px !important;
  height: 18px !important;
  line-height: 16px !important;
  font-size: 0.6em;
  border-color: var(--title-color);
  background-color: #fff;
}
.form-style1 .form-top input[type=radio]:checked ~ label::before {
  color: var(--theme-color);
}
.form-style1 .form-group .form-select {
  border-left: 1px solid #dee4f9;
  border-right: unset;
  border-top: unset;
  border-bottom: unset;
  background-image: none;
  padding: 0 30px 0 53px;
  color: var(--body-color);
  font-weight: 500;
}
.form-style1 .form-group i {
  left: 8%;
  font-size: 20px;
  line-height: 12px;
}
.form-style1 .form-group span {
  display: inline-block;
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  color: #7a84a7;
}
.form-style1 .form-bottom {
  background-color: var(--white-color);
  display: block;
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  align-items: center;
  padding: 15px 12px;
  border-radius: 46px;
}
.form-style1 .form-control {
  border: none;
  padding: 0 30px 0 53px;
  font-weight: 500;
}
.form-style1 .form-control::-moz-placeholder {
  color: var(--body-color);
}
.form-style1 .form-control::placeholder {
  color: var(--body-color);
}

.form-style2 .form-group {
  display: flex;
  width: 590px;
  max-width: 100%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .form-style2 .form-group {
    padding-left: 0;
  }
}
.form-style2 .form-group input {
  background: transparent;
  border-bottom: 2px solid var(--title-color);
  border-top: unset;
  border-left: unset;
  border-right: unset;
  font-size: 15px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  padding-inline: 0;
}
.form-style2 .form-group .vs-btn {
  background: var(--title-color);
  color: var(--white-color);
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  padding: 0.375rem 3rem;
  overflow: unset;
  border-radius: 6px 6px 6px 0;
  /* Large devices */
  /* Small devices */
}
.form-style2 .form-group .vs-btn:hover {
  color: var(--sec-color);
}
@media (max-width: 1199px) {
  .form-style2 .form-group .vs-btn {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-style2 .form-group .vs-btn {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
}
.form-style2 .form-group .vs-btn:focus {
  outline: none;
  box-shadow: none;
}

.form-style3 {
  position: relative;
  padding: 60px 0;
  margin-left: 36px;
  overflow-y: clip;
  max-width: 83.6%;
}
.form-style3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 99999px;
  z-index: -1;
  background-color: var(--sec-color);
  border-radius: 0;
  z-index: 0;
}
.form-style3 .form-top {
  margin-bottom: 10px;
  border-radius: 30px 30px 0px 0px;
  height: 42px;
  line-height: 42px;
  position: relative;
  z-index: 1;
}
.form-style3 .form-top .form-check-inline {
  margin-right: 1.5rem;
  padding-left: 0;
}
.form-style3 .form-top input[type=radio] ~ label {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--title-color);
}
.form-style3 .form-top input[type=radio] ~ label::before {
  width: 18px !important;
  height: 18px !important;
  line-height: 16px !important;
  font-size: 0.6em;
  background-color: var(--sec-color);
}
.form-style3 .form-top input[type=radio]:checked ~ label::before {
  color: var(--title-color);
}
.form-style3 .form-group {
  position: relative;
  margin-right: 6px;
  margin-top: 0;
  z-index: 2;
}
.form-style3 .form-group .form-select {
  border: none;
  background-image: none;
  padding: 0 30px 0 60px;
  color: var(--white-color);
  font-weight: 500;
  background-color: var(--title-color);
  text-transform: uppercase;
  height: 70px;
  border-radius: 6px;
}
.form-style3 .form-group i {
  left: 8%;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
}
.form-style3 .form-group span {
  display: inline-block;
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  color: #7a84a7;
}
.form-style3 .form-bottom {
  background-color: transparent;
  display: block;
  width: 100%;
  overflow: hidden;
  align-items: center;
  padding: 15px 0px;
  z-index: 2;
  padding-right: 270px;
}
.form-style3 .form-control {
  border: none;
  padding: 0 30px 0 60px;
  font-weight: 500;
  background-color: var(--title-color);
  text-transform: uppercase;
  height: 70px;
  color: var(--smoke-color);
  border-radius: 6px;
}
.form-style3 .form-control::-moz-placeholder {
  color: #ffffff;
}
.form-style3 .form-control::placeholder {
  color: #ffffff;
}
.form-style3 .style9 {
  position: absolute;
  right: 0;
  display: block;
  height: 100%;
  background-color: var(--title-color);
  top: 0;
  font-size: 36px;
  text-transform: uppercase;
  font-family: var(--title-font);
  width: 240px;
  max-width: 100%;
  border: none;
}
.form-style3 .style9:hover {
  background-color: var(--theme-color);
}

.form-style4 {
  padding: 40px 30px;
  border-radius: 6px;
}
.form-style4 .form-title {
  padding-bottom: 12px;
}
.form-style4 .form-group label {
  color: var(--white-color);
  margin-bottom: 8px;
}
.form-style4 .form-group input {
  background-color: var(--white-color);
  border-color: #315557;
  color: var(--title-color);
  border-radius: 6px;
}
.form-style4 .form-group input:focus {
  border-color: #b2dadc;
}
.form-style4 .form-group textarea {
  background-color: var(--white-color);
  border-color: #315557;
  color: var(--title-color);
  border-radius: 6px;
}
.form-style4 .form-group textarea:focus {
  border-color: #b2dadc;
}
.form-style4 .form-group input[type=checkbox] ~ label:before {
  background-color: #315557;
  border: none;
  border-radius: 6px;
}
.form-style4 .vs-btn {
  display: block;
  width: 100%;
  color: var(--white-color);
  background-color: transparent;
  border-radius: 6px;
  font-size: 16px;
  padding: 17px;
  border: 2px solid var(--white-color);
}
.form-style4 .vs-btn:hover {
  color: var(--sec-color);
  border-color: var(--sec-color);
}

.form-style5 {
  padding: 70px 40px 60px 40px;
  border-radius: 6px;
  background-color: #234b9b;
  max-width: 432px;
}
.form-style5 .form-title {
  font-size: 22px;
  border-bottom: unset;
  padding-bottom: 25px;
}
.form-style5 .form-group {
  margin-bottom: 10px;
}
.form-style5 .form-group input {
  background-color: #122223;
  border-color: #122223;
  color: var(--white-color);
  border-radius: 6px;
}
.form-style5 .form-group input::-moz-placeholder {
  color: var(--smoke-color);
}
.form-style5 .form-group input::placeholder {
  color: var(--smoke-color);
}
.form-style5 .form-group input:focus {
  border-color: #b2dadc;
}
.form-style5 .form-group textarea {
  background-color: #122223;
  border-color: #122223;
  color: var(--white-color);
  border-radius: 6px;
  min-height: 100px;
}
.form-style5 .form-group textarea::-moz-placeholder {
  color: var(--smoke-color);
}
.form-style5 .form-group textarea::placeholder {
  color: var(--smoke-color);
}
.form-style5 .form-group textarea:focus {
  border-color: #b2dadc;
}
.form-style5 .form-group input[type=checkbox] ~ label:before {
  background-color: #315557;
  border: none;
  border-radius: 6px;
}
.form-style5 .vs-btn {
  display: block;
  width: 100%;
  color: #0f393b;
  background-color: var(--sec-color);
  border-radius: 6px;
  font-size: 16px;
  padding: 17px;
  border: 1px solid var(--sec-color);
}
.form-style5 .vs-btn:hover {
  color: var(--sec-color);
  background-color: transparent;
  border-color: var(--sec-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .form-style1 {
    padding: 60px 60px 60px 0;
  }
  .form-img1 {
    margin: 0;
    padding: 60px 0;
  }
  .form-img1 img {
    width: 100%;
  }
  .form-style1.layout2 {
    padding-right: 30px;
  }
  .form-style2.layout2 {
    padding: 0 20px 0 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .form-style1 {
    padding: 40px 40px 40px 0;
  }
  .form-style1 .form-title {
    font-size: 26px;
  }
  .form-style1 input {
    height: 60px;
    padding-left: 25px;
    padding-right: 30px;
  }
  .form-style1.layout2 {
    padding-right: 0;
  }
  .form-style2.layout2 {
    padding: 0 0 0 0;
  }
  .form-style2.layout2 .form-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .form-style2.layout2 textarea,
  .form-style2.layout2 input {
    padding-left: 20px;
  }
  .form-style2 {
    margin-top: 20px;
  }
  .form-style2 .form-group {
    width: 100%;
  }
  .form-style3 {
    max-width: 100%;
  }
  .form-style3 .form-select {
    padding: 0 30px 0 44px;
    font-size: 12px;
  }
  .form-style3 .form-control {
    padding: 0 30px 0 44px;
    font-size: 12px;
  }
  .form-style5 {
    padding: 30px 15px 40px 15px;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .form-title .sec-title2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 140%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .form-style1 {
    padding-right: 0;
  }
  .form-style1 .form-title {
    margin-bottom: 15px;
  }
  .form-img1 {
    padding: 60px 0 0 0;
  }
  .form-style1.layout2 {
    text-align: center;
  }
  .form-style2 .form-title {
    margin: 0 0 30px 0;
  }
  .form-style2 {
    margin-top: 20px;
  }
  .form-style2 .form-group input {
    font-size: 12px;
  }
  .form-style3 {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .form-style1 .form-group {
    display: block;
  }
  .form-style1 input {
    margin-bottom: 20px;
  }
  .form-style1.layout2 .form-group {
    background-color: transparent;
  }
  .form-style1.layout2 input {
    background-color: var(--white-color);
  }
  .form-style2 .form-title {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
  .form-style2 input,
  .form-style2 select {
    height: 50px;
    padding-left: 15px;
    background-position: right 15px center;
  }
  .form-style4 {
    padding: 40px 20px;
  }
}
/*------------------- 4.19. service  -------------------*/
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item p:last-child {
  margin-bottom: 0;
  color: #87a9ab;
}

.accordion-button {
  padding: 0;
  border: none;
  text-align: left;
  font-family: var(--title-font);
  font-weight: 700;
}
.accordion-button:after {
  display: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: transparent;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  padding: 0;
}

.accordion-style1 .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: var(--body-font);
  background-color: var(--sec-color);
  border-radius: 100%;
  color: var(--title-color);
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
  transition: all 0.4s ease;
}
.accordion-style1 .accordion-button {
  padding: 0 0 3px 0px;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  max-width: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
.accordion-style1 .accordion-button.collapsed .number {
  background-color: var(--title-color);
  color: var(--white-color);
}
.accordion-style1 .accordion-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
  color: #888e97;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 300;
  transition: all ease 0.4s;
}
.accordion-style1 .accordion-button:not(.collapsed):before {
  content: "\f068";
  color: var(--sec-color);
}
.accordion-style1 .accordion-body {
  padding: 10px 0 0 50px;
}
.accordion-style1 .accordion-item {
  padding: 0 0 36px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #263435;
}
.accordion-style1.layout2 .accordion-button {
  max-width: 100%;
}
.accordion-style1.layout2 .accordion-item {
  padding: 0 0 36px 0;
  margin: 0 0 42px 0;
  border-color: #ebebeb;
}
.accordion-style1.layout2 .accordion-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-style1.layout2 .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
}

.accordion-style2 .accordion-button {
  border: 2px solid transparent;
  font-size: 20px;
  padding: 22.5px 60px 22.5px 36px;
  background-color: var(--white-color);
  position: relative;
}
.accordion-style2 .accordion-button:before {
  content: "\f178";
  font-family: var(--icon-font);
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 116, 27, 0.05);
  color: var(--theme-color2);
  transform: translateY(-50%) rotate(0);
  transition: all ease 0.4s;
}
.accordion-style2 .accordion-button:not(.collapsed) {
  border-color: var(--theme-color2);
}
.accordion-style2 .accordion-button:not(.collapsed):before {
  transform: translateY(-50%) rotate(90deg);
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.accordion-style2 .accordion-item {
  margin-bottom: 15px;
}
.accordion-style2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-style2 .accordion-body {
  padding: 15px 65px 3px 39px;
}

.faq-wrap1 {
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
  padding: 80px 0;
}

.faq-img {
  position: relative;
}
.faq-img .faq-img-icon {
  position: absolute;
  bottom: -20px;
  right: -30px;
  transition: all 0.5s ease;
  width: 153px;
  height: 153px;
  line-height: 153px;
  text-align: center;
  background-color: var(--sec-color);
  border-radius: 100%;
  display: block;
  cursor: pointer;
}
.faq-img .faq-img-icon:hover {
  background-color: var(--white-color);
}

.faq-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: var(--theme-color);
  z-index: -2;
}

.faq-shape2 {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  writing-mode: vertical-rl;
  font-size: 180px;
  font-weight: 900;
  color: var(--white-color);
  opacity: 0.18;
  text-transform: uppercase;
  line-height: 1;
  z-index: -1;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .faq-shape2 {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .accordion-style2 .accordion-button {
    font-size: 18px;
    padding: 22.5px 50px 22.5px 25px;
  }
  .accordion-style2 .accordion-body {
    padding: 15px 55px 3px 27px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .faq-shape1 {
    height: 50%;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .accordion-style1 .accordion-button {
    max-width: 100%;
    padding-left: 50px;
    font-size: 18px;
  }
  .accordion-style1 .accordion-button:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 50%;
    transform: translateY(-58%);
    font-size: 18px;
  }
  .accordion-style1 .accordion-body {
    padding: 3px 0 0 50px;
  }
  .accordion-style1.layout2 .accordion-item {
    padding: 0 0 28px 0;
    margin: 0 0 32px 0;
  }
  .accordion-style1.layout2 .accordion-item:first-child {
    padding-top: 26px;
  }
  .faq-img .faq-img-icon {
    right: 13%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .faq-wrap1 {
    padding: 60px 0;
  }
  .faq-img .faq-img-icon {
    right: 0;
  }
  .accordion-style1 .accordion-button {
    padding-left: 0;
    font-size: 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .accordion-style2 .accordion-button {
    font-size: 18px;
    padding: 17.5px 50px 17.5px 20px;
  }
  .accordion-style2 .accordion-button:before {
    right: 9px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .accordion-style2 .accordion-body {
    padding: 15px 55px 3px 23px;
  }
}
/*------------------- 4.20. testimonial  -------------------*/
.testimonial-style1 {
  position: relative;
  padding: 60px 60px 60px 0;
  margin: 30px 0 60px 0;
}
.testimonial-style1 .testimonial-bg {
  position: absolute;
  left: -275px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f7f7f7;
}
.testimonial-style1 .testimonial-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--title-color);
  margin: 0 0 30px 0;
}
.testimonial-style1 .author-name {
  font-size: 26px;
  margin: 0 0 4px 0;
}
.testimonial-style1 .author-degi {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.testimonial-style1 .testimonial-rating {
  display: inline-block;
  position: relative;
  top: -1.5px;
}
.testimonial-style1 .testimonial-rating i {
  font-size: 14px;
  color: var(--sec-color);
}
.testimonial-style1 .slick-dots {
  position: absolute;
  left: 0;
  bottom: -147px;
}

.testi-style2 {
  max-width: 945px;
  position: relative;
  margin: 0 auto;
}
.testi-style2 .testi-icon {
  margin-bottom: 35px;
  margin-top: 80px;
}
.testi-style2 .testi-text {
  font-size: 34px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 45px;
  font-family: var(--title-font);
  margin-bottom: 55px;
  text-transform: capitalize;
}
.testi-style2 .testi-name {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: var(--body-font);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testi-style2 .testi-degi {
  color: #3d5757;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--body-font);
}

.testi-nav {
  position: relative;
  margin-bottom: 48px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.testi-nav .tab-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all ease 0.8s;
  overflow: hidden;
}
.testi-nav .tab-btn:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testi-nav .tab-btn img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
  border-radius: 6px;
}
.testi-nav .tab-btn:hover img {
  transform: scale(1.08);
}
.testi-nav.nav-prev .prev {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.testi-nav.nav-prev .tab-btn.active:first-child {
  opacity: 0.5;
  visibility: visible;
  cursor: not-allowed;
}
.testi-nav.nav-next .next {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.testi-nav.nav-next .tab-btn.active:last-child {
  opacity: 0.5;
  visibility: visible;
  cursor: not-allowed;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testimonial-style1 {
    padding: 40px 40px 40px 0;
    margin: 30px 0 0 0;
  }
  .testimonial-style1 .testimonial-text {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .testi-style2 .shape-dotted {
    right: -10px;
    bottom: 35px;
  }
  .testi-style2 .testi-img {
    margin-right: 30px;
  }
  .testi-style2 .testi-name {
    font-size: 26px;
  }
  .testi-style2 .testi-degi {
    font-size: 14px;
    letter-spacing: 0;
  }
  .testi-style2 .testi-text {
    font-size: 18px;
    line-height: 30px;
  }
  .testi-style2 .testi-rating {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testimonial-style1 {
    padding: 40px;
  }
  .testimonial-style1 .testimonial-bg {
    width: 100%;
    left: 0;
  }
  .testi-style2 {
    max-width: 100%;
  }
  .testi-nav {
    width: 100%;
  }
  .testi-nav .tab-btn {
    width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testimonial-style1 .testimonial-text {
    font-size: 20px;
  }
  .testimonial-style1 .author-name {
    font-size: 24px;
  }
  .testimonial-style1 .author-degi {
    font-size: 14px;
    margin-right: 15px;
  }
  .testi-style2 {
    padding-left: 100px;
    margin-bottom: 0;
  }
  .testi-style2 .shape-dotted {
    display: none;
  }
  .testi-style2 .quote-icon {
    max-width: 100px;
    bottom: 0;
  }
  .testi-style2 .testi-body {
    padding: 20px;
  }
  .testi-style2 .testi-img {
    margin-right: 25px;
    max-width: 200px;
  }
  .testi-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    margin: 0;
    z-index: 2;
  }
  .testi-nav.nav-next {
    top: 130px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testimonial-style1 {
    padding: 40px 20px;
  }
  .testi-style2 {
    padding-left: 0;
    text-align: center;
  }
  .testi-style2 .testi-body {
    display: block;
    padding: 35px 10px 35px 10px;
  }
  .testi-style2 .testi-img {
    margin: 0 0 15px 0;
    max-width: 100%;
  }
  .testi-nav {
    position: relative;
    width: 100%;
  }
  .testi-nav.nav-next {
    top: 0;
  }
}
/*------------------- 4.21. testimonial  -------------------*/
@media (min-width: 1600px) {
  .accomodation-layout1 {
    --main-container: 1800px;
  }
}
.accomodation-layout1 .testi-body {
  position: relative;
}
.accomodation-layout1 .testi-body .testi-img {
  overflow: hidden;
  border-radius: 6px;
}
.accomodation-layout1 .testi-body .testi-name {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  font-size: 45px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .accomodation-layout1 .testi-body .testi-name {
    font-size: 30px;
  }
}
.accomodation-layout1 .testi-body .testi-name a {
  color: var(--title-color);
}
.accomodation-layout1 .testi-body .testi-name a:hover {
  color: var(--theme-color);
}
.accomodation-layout1 .testi-body .testi-name::after {
  content: "";
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--title-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .accomodation-layout1 .testi-body .testi-name::after {
    display: none;
  }
}
.accomodation-layout1 .testi-body .testi-degi {
  color: var(--title-color);
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.accomodation-layout1 .testi-body .testi-content {
  position: absolute;
  bottom: 10%;
  right: 0;
  padding: 60px 142px 60px 50px;
  display: inline-block;
  background-color: var(--sec-color);
  border-bottom: 4px solid var(--white-color);
  border-radius: 0px 0px 0px 0px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .accomodation-layout1 .testi-body .testi-content {
    padding: 15px;
  }
}
.accomodation-layout1 .accomodation-title {
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 1px;
  line-height: 65%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 68px;
}

@media screen and (min-width: 1399px) {
  .accomodation-title {
    font-size: 70px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .accomodation-title {
    font-size: 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .accomodation-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .testi-nav {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accomodation-layout1 .testi-body .testi-content {
    padding: 10px 20px;
    bottom: 0;
    border-bottom: none;
  }
  .accomodation-layout1 .testi-body .testi-content .testi-degi {
    font-size: 14px;
  }
  .accomodation-layout1 .testi-body .testi-content .testi-name {
    font-size: 18px;
  }
  .accomodation-layout1 .testi-body .testi-content .testi-name::after {
    display: none;
  }
}
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.pt-30 {
  padding-top: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

/*-- margin Left And Right --*/
.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

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

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

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

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

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

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

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

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

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
.category-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.category-fa-icon {
    font-size: 36px;          /* Icon size */
    width: 80px;              /* Fixed width */
    height: 80px;             /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fc;
    border-radius: 50%;
    color: #ee7a2d;
    transition: all 0.3s ease;
}

/* Hover Effect */
.category-style1:hover .category-fa-icon {
     font-size: 36px;          /* Icon size */
    width: 80px;              /* Fixed width */
    height: 80px;             /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fc;
    border-radius: 50%;
    color: #ee7a2d;
    transition: all 0.3s ease;
}


/* Section Background */
.bg-title {
  background: #2f4f9f;
  padding: 80px 0;
}

/* Service Card Design */
/* Service Card Design */
.service-card {
  background: #f2f2f2;
  padding: 45px 30px;
  border-radius: 180px 180px 12px 12px;
  min-height: 220px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border: 3px solid transparent;
}

/* Hover Effect */
.service-card:hover {
  transform: scale(0.95);   /* overall shrink */
  padding: 38px 28px;       /* height decrease */
  border: 3px solid #ff7a00;
  box-shadow: 0 18px 35px rgba(0,0,0,0.18);
}
/* Title */
.service-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 15px;
}

/* Text */
.service-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Buttons Area */
.service-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* Call Button */
.btn-call {
  background: #28a745;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-call:hover {
  background: #1e7e34;
  color: #fff;
}

/* Details Button */
.btn-details {
  background: #1f3c88;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-details:hover {
  background: #14295f;
  color: #fff;
}



/* ============================================
                  Rajesh
============================================ */
.breadcumb-wrapper {
  position: relative;
  padding-top: 430px;
  padding-bottom: 90px;
  background-color: var(--title-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* 🔥 Premium Overlay */
.breadcumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      135deg,
      rgba(10,19,38,0.55),
      rgba(20,47,82,0.45)
  );
  z-index: 1;
}

/* Optional soft glow effect */
.breadcumb-wrapper::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.95),
      /* transparent 0% */
  );
  z-index: 1;
}

/* Make content above overlay */
.breadcumb-wrapper .container {
  position: relative;
  z-index: 2;
}

.breadcumb-wrapper .breadcumb-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* Medium devices */
}
.breadcumb-wrapper .breadcumb-content img {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .breadcumb-wrapper .breadcumb-content {
    display: block !important;
    text-align: center;
  }
  .breadcumb-wrapper .breadcumb-content img {
    display: none;
  }
}



.img-box1 {
  position: relative;
}
.img-box1 .img-1 {
  text-align: right;
  margin-bottom: 55px;
  position: relative;
}
.img-box1 .img-1 img {
  max-width: 186px;
}
.img-box1 .img-2 {
  position: relative;
  z-index: 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;

}
.img-box1 .img-3 {
  position: relative;
  z-index: 0;
}
.img-box1 .shape-dotted,
.img-box1 .shape-dotted2.jump-reverse {
  position: absolute;
  right: -20px;
  bottom: -35px;
  z-index: -1;
}





























/* ======================================    
          SERVICE SECTION
====================================== */



/* =========================================
   GLOBAL SAFETY (IMPORTANT)
========================================= */

/* *,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
} */
/* ===============================
   CREATIVE REAL ESTATE SECTION
   EVEN ALIGNMENT FIXED
================================ */

.re-modern-services {
  padding: 120px 20px;
  background: linear-gradient(180deg, #f4f7fb, #ffffff);
  font-family: 'Poppins', sans-serif;
}

/* ===== CONTAINER USING GRID ===== */

.re-modern-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* ================= CARD ================= */

.re-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s ease;
}

/* IMAGE AREA */

.re-image {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
}

.re-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.re-card:hover .re-image img {
  transform: scale(1.08);
}

/* Overlay gradient */

.re-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11,46,110,0.7));
}

/* Badge */

.re-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ec7b2d;
  color: #fff;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ================= CONTENT ================= */

.re-content {
  background: #ffffff;
  margin-top: -60px;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(11,46,110,0.08);
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;

  /* IMPORTANT FOR EVEN HEIGHT */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.re-card:hover .re-content {
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(11,46,110,0.15);
}

.re-content h3 {
  font-size: 20px;
  color: #234b9b;
  margin-bottom: 15px;
  font-weight: 600;
}

.re-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Link */

.re-link {
  color: #ec7b2d;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.re-link:hover {
  color: #234b9b;
}

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

/* Laptops */
@media (max-width: 1200px) {
  .re-modern-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablets */
@media (max-width: 992px) {
  .re-modern-services {
    padding: 90px 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .re-modern-container {
    grid-template-columns: 1fr;
  }

  .re-image {
    height: 240px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .re-content {
    padding: 20px;
  }

  .re-content h3 {
    font-size: 18px;
  }

  .re-content p {
    font-size: 14px;
  }
}


/* =========================================
    SECTION - 2 
    MODERN REAL ESTATE WORKFLOW
   Completely Isolated Namespace
========================================= */

.remod-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #234b9b 0%, #061c45 50%, #04142f 100%);
    position: relative;
    overflow: hidden;
}

/* Subtle Architectural Line Pattern */
.remod-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}

/* Soft Moving Glow */
.remod-section::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236,123,45,0.25), transparent 70%);
    bottom: -200px;
    right: -200px;
    filter: blur(120px);
    animation: remodGlow 12s ease-in-out infinite alternate;
}

@keyframes remodGlow {
    0% { transform: translate(0,0); }
    100% { transform: translate(-120px,-80px); }
}

.remod-container {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* HEADER */
.remod-header {
    text-align: center;
    margin-bottom: 90px;
    color: #ffffff;
}

.remod-sub {
    color: #ec7b2d;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 14px;
}

.remod-header h2 {
    font-size: 42px;
    margin-top: 15px;
    font-weight: 700;
    color: #ffffff;
}

/* WRAPPER */
.remod-wrapper {
    position: relative;
    padding-left: 80px;
}

/* Vertical Animated Line */
.remod-wrapper::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #ec7b2d, #ffffff);
    border-radius: 10px;
    animation: remodLine 4s linear infinite;
}

@keyframes remodLine {
    0% { filter: brightness(1); }
    50% { filter: brightness(1.6); }
    100% { filter: brightness(1); }
}

/* ITEM */
.remod-item {
    position: relative;
    margin-bottom: 70px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

/* NUMBER */
.remod-number {
    min-width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ec7b2d, #ff9d52);
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transition: 0.4s ease;
}

/* CARD */
.remod-card {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Subtle Side Accent */
.remod-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #ec7b2d, #234b9b);
}

/* TEXT */
.remod-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #234b9b;
}

.remod-card p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* HOVER EFFECT */
.remod-item:hover .remod-card {
    transform: translateY(-12px);
    box-shadow: 0 35px 80px rgba(0,0,0,0.25);
}

.remod-item:hover .remod-number {
    transform: scale(1.1) rotate(-5deg);
}

/* =========================================
        PREMIUM MOBILE REDESIGN
========================================= */

@media (max-width: 768px) {

    .remod-wrapper {
        padding-left: 0;
    }

    .remod-wrapper::before {
        display: none;
    }

    .remod-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 60px;
        position: relative;
    }

    /* Floating Number Badge */
    .remod-number {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 65px;
        height: 65px;
        border-radius: 50%;
        font-size: 18px;
        box-shadow: 0 10px 25px rgba(236,123,45,0.4);
        z-index: 2;
    }

    /* Enhanced Card */
    .remod-card {
        padding: 60px 25px 30px;
        border-radius: 20px;
        text-align: center;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(6px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    }

    /* Remove side accent on mobile */
    .remod-card::before {
        display: none;
    }

    .remod-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .remod-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    /* Add subtle separator line between items */
    .remod-item:not(:last-child)::after {
        content: "";
        width: 60px;
        height: 3px;
        background: linear-gradient(to right, #ec7b2d, #ffffff);
        margin-top: 35px;
        border-radius: 5px;
    }

}
/* =========================================
        SECTION-3 – PREMIUM SERVICES
========================================= */
/* ===============================
   SECTION BASE (Modern Background)
=================================*/
.re-services-section {
    padding: 80px 20px 120px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Subtle architectural grid pattern */
/* .re-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(11,46,110,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11,46,110,0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
} */

/* Soft Accent Glow */
.re-services-section::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236,123,45,0.15), transparent 70%);
    top: -200px;
    right: -200px;
    filter: blur(120px);
    pointer-events: none;
}

/* Container */
.re-services-container {
    max-width: 1000px;
    /* margin: auto; */
    position: relative;
    z-index: 2;
}

/* ===============================
   HEADER
=================================*/
.re-services-header {
    text-align: center;
    margin-bottom: 60px;
}

.re-services-header span {
    color: #ec7b2d;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.re-services-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #234b9b;
}

/* ===============================
   GRID (Better Desktop Alignment)
=================================*/
.re-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
}

/* ===============================
   CARD
=================================*/
.re-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    background: #ffffff;
}

/* Image */
.re-service-card img {
    width: 100%;
    height: 280px; /* improved desktop height */
    object-fit: cover;
    transition: transform 0.7s ease;
}

/* Overlay */
.re-service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11,46,110,0.95), rgba(11,46,110,0.45));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 35px;
    transition: 0.4s ease;
}

/* Title */
.re-service-overlay h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

/* Accent Line */
.re-service-overlay h3::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #ec7b2d;
    margin: 12px auto 0;
    transition: width 0.4s ease;
}

/* Shine Sweep */
.re-service-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    width: 40%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transform: skewX(-25deg);
    transition: 0.9s;
}

/* Hover Effects */
.re-service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 35px 80px rgba(0,0,0,0.18);
}

.re-service-card:hover img {
    transform: scale(1.12);
}

.re-service-card:hover::after {
    left: 120%;
}

.re-service-card:hover h3::after {
    width: 65%;
}

.re-service-card:hover .re-service-overlay {
    background: linear-gradient(to top, rgba(11,46,110,1), rgba(11,46,110,0.6));
}

/* ===============================
   SCROLL REVEAL
=================================*/
.re-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.re-show {
    opacity: 1;
    transform: translateY(0);
}

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

/* Laptops */
@media (max-width: 1200px) {
    .re-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets */
@media (max-width: 768px) {
    .re-services-section {
        padding: 80px 20px;
    }

    .re-services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .re-services-header h2 {
        font-size: 30px;
    }

    .re-service-card img {
        height: 240px;
    }
}

/* Small mobiles */
@media (max-width: 480px) {
    .re-services-header span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .re-service-overlay h3 {
        font-size: 18px;
    }

    .re-service-card img {
        height: 210px;
    }
}


/* =========================================
        PREMIUM INSIGHT – MODERN LUXURY
========================================= */

.premium-insight-section {
    padding: 130px 5%;
    background: linear-gradient(135deg, #234b9b 0%, #061c45 60%, #04142f 100%);
    position: relative;
    overflow: hidden;
}

/* Architectural grid overlay */
.premium-insight-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 90px 90px;
    pointer-events: none;
}

/* Animated glow accent */
.premium-insight-section::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(236,123,45,0.25), transparent 70%);
    bottom: -250px;
    right: -200px;
    filter: blur(140px);
    animation: premiumGlowMove 12s ease-in-out infinite alternate;
}

@keyframes premiumGlowMove {
    0% { transform: translate(0,0); }
    100% { transform: translate(-120px,-80px); }
}

/* =========================================
        MAIN GRID LAYOUT
========================================= */

.premium-container {
    max-width: 1350px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.9fr 1.2fr 1fr;
    gap: 60px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

/* =========================================
        IMAGE STACK (AUTO ROTATION READY)
========================================= */

.premium-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-stack {
    position: relative;
    width: 500px;
    height: 750px;
    perspective: 1200px;
}

.stack-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 35px 80px rgba(0,0,0,0.7);
    transition: all 0.8s ease;
    opacity: 0;
}

/* Front */
.stack-img.active {
    transform: translateX(0) scale(1) rotate(0deg);
    z-index: 3;
    opacity: 1;
}

/* Middle */
.stack-img.middle {
    transform: translateX(-35px) scale(0.92) rotate(-6deg);
    z-index: 2;
    opacity: 0.8;
}

/* Back */
.stack-img.back {
    transform: translateX(35px) scale(0.85) rotate(6deg);
    z-index: 1;
    opacity: 0.6;
}

/* =========================================
        LEFT / RIGHT LAYOUT
========================================= */

.premium-left {
    display: flex;
}

.tall-card {
    width: 100%;
    height: 100%;
}

.premium-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 35px;
}

/* =========================================
        PREMIUM CARD DESIGN
========================================= */

.premium-card {
    background: linear-gradient(145deg, #0e2a5c, #081c3d);
    border-radius: 28px;
    padding: 55px 45px;
    color: #ffffff;
    box-shadow: 0 40px 100px rgba(0,0,0,0.7);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Animated border glow */
.premium-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 28px;
    background: linear-gradient(120deg, transparent, #ec7b2d, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.premium-card:hover::before {
    opacity: 1;
}

/* Hover Lift */
.premium-card:hover {
    /* transform: translateY(-18px); */
    box-shadow: 0 55px 120px rgba(0,0,0,0.85);
}

/* Typography */
.premium-card h3 {
    color: #ec7b2d;
    font-size: 24px;
    margin-bottom: 28px;
    font-weight: 700;
}

.premium-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #ffffff;
}

.premium-card p,
.premium-card li {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.9;
}

.premium-card ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.content-block {
    margin-bottom: 25px;
}

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

@media (max-width: 1100px) {

    .premium-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .premium-right {
        display: flex;
        flex-direction: column;
    }

    .image-stack {
        width: 280px;
        height: 380px;
    }
}

@media (max-width: 768px) {

    .premium-insight-section {
        padding: 80px 20px;
    }

    .premium-card {
        padding: 35px 25px;
        border-radius: 22px;
    }

    .premium-card h3 {
        font-size: 20px;
    }

    .premium-card h4 {
        font-size: 16px;
    }

    .premium-card p,
    .premium-card li {
        font-size: 14px;
    }

    .image-stack {
        width: 240px;
        height: 320px;
    }
}

@media (max-width: 480px) {

    .premium-insight-section {
        padding: 60px 15px;
    }

    .image-stack {
        width: 210px;
        height: 280px;
    }
}















/*=================================================
            ABOUT US STYLING
==============================================*/


/* =========================================
   ABOUT SECTION 1 – ULTRA PREMIUM VERSION
   Prefix: abt-sec-1
========================================= */

.abt-sec-1 {
    padding: 140px 8%;
    background: linear-gradient(135deg, #f9fafc 0%, #eef3fa 100%);
    position: relative;
    overflow: hidden;
}

/* Animated background glow */
.abt-sec-1::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(236,123,45,0.15), transparent 70%);
    top: -250px;
    right: -200px;
    filter: blur(120px);
    animation: abtGlowMove 12s ease-in-out infinite alternate;
}

@keyframes abtGlowMove {
    from { transform: translate(0,0); }
    to { transform: translate(-100px, 80px); }
}

/* container */
.abt-sec-1-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 100px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* image wrapper */
.abt-sec-1-image-wrapper {
    position: relative;
}

/* image */
.abt-sec-1-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.15);
    transition: 0.6s ease;
}

.abt-sec-1-image img {
    width: 100%;
    transition: transform 1s ease;
}

.abt-sec-1-image:hover img {
    transform: scale(1.12);
}

/* floating label */
.abt-sec-1-floating-card {
    position: absolute;
    bottom: -30px;
    left: 30px;
    background: rgba(255,255,255,0.9);
    padding: 14px 25px;
    border-radius: 40px;
    font-weight: 600;
    color: #234b9b;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
}

/* content */
.abt-sec-1-content {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s ease;
}

.abt-sec-1-content.active {
    opacity: 1;
    transform: translateY(0);
}

.abt-sec-1-tag {
    color: #ec7b2d;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 600;
}

.abt-sec-1-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #234b9b;
    margin: 20px 0;
}

.abt-sec-1-lead {
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.8;
}

.abt-sec-1-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* glass stats */
.abt-sec-1-stats {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.abt-sec-1-stat {
    background: rgba(255,255,255,0.6);
    padding: 25px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.abt-sec-1-stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(11,46,110,0.15);
}

.abt-sec-1-stat h3 {
    font-size: 36px;
    color: #234b9b;
}

.abt-sec-1-stat p {
    font-size: 14px;
    color: #555;
}

/* responsive */
@media (max-width: 992px) {
    .abt-sec-1-container {
        grid-template-columns: 1fr;
        gap: 70px;
    }
    .abt-sec-1-stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .abt-sec-1 {
        padding: 90px 20px;
    }
    .abt-sec-1-content h2 {
        font-size: 28px;
    }
    .abt-sec-1-stats {
        flex-direction: column;
        gap: 20px;
    }
}

/* =========================================
        PARTNER ELITE – PREMIUM REAL ESTATE
========================================= */

.partner-elite {
    padding: 130px 5%;
    background: linear-gradient(135deg, #234b9b 0%, #061c45 60%, #04142f 100%);
    position: relative;
    overflow: hidden;
}

/* Architectural Grid Overlay */
.partner-elite::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 90px 90px;
    pointer-events: none;
}

/* Soft Moving Glow Accent */
.partner-elite::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(236,123,45,0.25), transparent 70%);
    bottom: -250px;
    right: -200px;
    filter: blur(120px);
    animation: partnerGlowMove 12s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes partnerGlowMove {
    0% { transform: translate(0,0); }
    100% { transform: translate(-120px,-80px); }
}

/* =========================================
        CONTAINER
========================================= */

.partner-elite-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 90px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* =========================================
        LEFT CONTENT
========================================= */

.partner-left {
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}

.elite-tag {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    color: #ec7b2d;
    font-weight: 600;
}

.partner-left h2 {
    font-size: 52px;
    font-weight: 800;
    margin: 20px 0 15px;
    color: #ffffff;
    line-height: 1.2;
}

.partner-left h2 span {
    color: #ec7b2d;
}

/* Divider */
.elite-divider {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #ec7b2d, #ffffff);
    margin: 25px 0 45px;
    border-radius: 10px;
}

/* Points */
.elite-points {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.point {
    padding-left: 20px;
    border-left: 4px solid #ec7b2d;
}

.point span {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.point p {
    font-size: 16px;
    color: #d6d6d6;
    margin-top: 8px;
    line-height: 1.7;
}

/* Button */
.elite-btn {
    display: inline-block;
    margin-top: 45px;
    padding: 15px 40px;
    background: linear-gradient(135deg, #ec7b2d, #ff9d52);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.4s ease;
    /* box-shadow: 0 15px 40px rgba(236,123,45,0.35); */
}

.elite-btn:hover {
    background: #ffffff;
    color: #234b9b;
    transform: translateY(-5px);
}

/* =========================================
        RIGHT IMAGE SECTION
========================================= */

.partner-right {
    position: relative;
    animation: fadeUp 1.2s ease forwards;
    opacity: 0;
}

.image-frame {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
    transition: 0.5s ease;
}

.image-frame img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;
}

.image-frame:hover img {
    transform: scale(1.05);
}

/* =========================================
        FLOATING CARDS – GLASS STYLE
========================================= */

.floating-card {
    position: absolute;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 25px 35px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    animation: float 5s ease-in-out infinite;
    transition: 0.4s ease;
}

.floating-card:hover {
    transform: translateY(-8px);
}

.floating-card h4 {
    font-size: 24px;
    color: #ec7b2d;
    margin-bottom: 6px;
}

.floating-card p {
    font-size: 14px;
    color: #ffffff;
}

/* Position */
.card-1 {
    top: -90px;
    right: -50px;
}

.card-2 {
    bottom: -90px;
    left: -50px;
}

/* Floating animation */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* Fade animation */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (max-width: 1200px) {
    .partner-left h2 {
        font-size: 44px;
    }
}

@media (max-width: 992px) {

    .partner-elite-container {
        grid-template-columns: 1fr;
        gap: 70px;
        text-align: center;
    }

    .elite-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .point {
        border-left: none;
        border-top: 4px solid #ec7b2d;
        padding-left: 0;
        padding-top: 15px;
    }

    .floating-card {
        position: relative;
        margin-top: 20px;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        animation: none;
    }
}

@media (max-width: 768px) {

    .partner-elite {
        padding: 80px 20px;
    }

    .partner-left h2 {
        font-size: 34px;
    }

    .point span {
        font-size: 22px;
    }

    .point p {
        font-size: 14px;
    }

    .elite-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .partner-left h2 {
        font-size: 28px;
    }

    .floating-card {
        padding: 18px 20px;
    }

    .floating-card h4 {
        font-size: 20px;
    }

    .floating-card p {
        font-size: 13px;
    }
}


/* =========================================
   ABOUT WHY CHOOSE US – PREMIUM TIMELINE
   Prefix Protected
========================================= */

/* =========================================
   ABOUT WHY CHOOSE US – IMAGE CARD STYLE
   Prefix Protected
========================================= */

.about-why-choose-us {
    padding: 120px 8%;
     background: linear-gradient(135deg, #234b9b 0%, #061c45 60%, #04142f 100%);
    position: relative;
}

/* subtle glow */
/* .about-why-choose-us::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236,123,45,0.1), transparent 70%);
    top: -200px;
    right: -200px;
    filter: blur(120px);
    pointer-events: none;
} */
.about-why-choose-us::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 90px 90px;
    pointer-events: none;
}

/* Container */
.about-why-choose-us-container {
    max-width: 1300px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Header */
.about-why-choose-us-header {
    text-align: center;
    margin-bottom: 70px;
}

.about-why-choose-us-tag {
    color: #ec7b2d;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 600;
}

.about-why-choose-us-header h2 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 800;
    margin: 20px 0;
}

.about-why-choose-us-header p {
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}

/* Grid */
.about-why-choose-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.about-why-choose-us-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

/* Hover */
.about-why-choose-us-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 80px rgba(11,46,110,0.15);
}

/* Image */
.about-why-choose-us-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.about-why-choose-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* image zoom */
.about-why-choose-us-card:hover img {
    transform: scale(1.1);
}

/* Gradient overlay */
.about-why-choose-us-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11,46,110,0.4), transparent);
}

/* Content */
.about-why-choose-us-content {
    padding: 25px 28px 30px;
}

.about-why-choose-us-content h3 {
    font-size: 20px;
    color: #234b9b;
    margin-bottom: 10px;
}

.about-why-choose-us-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* Responsive */

@media (max-width: 1100px) {
    .about-why-choose-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .about-why-choose-us {
        padding: 80px 20px;
    }

    .about-why-choose-us-grid {
        grid-template-columns: 1fr;
    }

    .about-why-choose-us-header h2 {
        font-size: 28px;
    }

    .about-why-choose-us-image {
        height: 200px;
    }
}
/* =========================================
        ABOUT TRUST SECTION – PREMIUM
        Prefix: abt-r-
========================================= */

.abt-r-trust-section {
    padding: 120px 8%;
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

/* subtle elegant overlay */
.abt-r-trust-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11,46,110,0.03), rgba(236,123,45,0.03));
    pointer-events: none;
}

/* CONTAINER */
.abt-r-trust-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* VIDEO */
.abt-r-video-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(0,0,0,0.1);
    transition: 0.4s ease;
}

.abt-r-video-frame iframe {
    width: 100%;
    height: 380px;
}

.abt-r-video-frame:hover {
    transform: translateY(-8px);
    box-shadow: 0 50px 110px rgba(0,0,0,0.15);
}

/* TAG */
.abt-r-tag {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    color: #ec7b2d;
    font-weight: 600;
}

/* HEADING */
.abt-r-content h2 {
    font-size: 48px;
    font-weight: 800;
    color: #234b9b;
    margin: 20px 0 10px;
    line-height: 1.2;
}

.abt-r-content h2 span {
    color: #ec7b2d;
}

/* Divider */
.abt-r-divider {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #ec7b2d, #234b9b);
    margin: 25px 0 40px;
    border-radius: 6px;
}

/* TEXT */
.abt-r-lead {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.8;
}

.abt-r-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* CHECKLIST */
.abt-r-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}

.abt-r-item {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    transition: 0.3s ease;
}

/* check circle */
.abt-r-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #ec7b2d;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

/* hover effect */
.abt-r-item:hover {
    background: rgba(11,46,110,0.05);
    transform: translateX(6px);
}

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

@media (max-width: 1200px) {
    .abt-r-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 992px) {

    .abt-r-trust-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }

    .abt-r-list {
        grid-template-columns: 1fr;
    }

    .abt-r-video-frame iframe {
        height: 300px;
    }

    .abt-r-divider {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {

    .abt-r-trust-section {
        padding: 80px 20px;
    }

    .abt-r-content h2 {
        font-size: 32px;
    }

    .abt-r-lead {
        font-size: 16px;
    }

    .abt-r-content p {
        font-size: 14px;
    }

    .abt-r-video-frame iframe {
        height: 240px;
    }
}

@media (max-width: 480px) {

    .abt-r-content h2 {
        font-size: 26px;
    }

    .abt-r-item {
        font-size: 14px;
    }
}


/*CTA*/
/* SECTION */
.cta-section {
    background: #9c5228; /* brown */
    padding: 60px 4% 120px;
    position: relative;
    overflow: hidden;
}

/* WRAPPER */
.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

/* LEFT SIDE */
.cta-left {
    position: relative;
    width: 50%;
}

/* IMAGE */
.cta-image img {
    width: 420px;
    height: 360px;
    object-fit: cover;
    display: block;
}

/* CARD */
.cta-card {
    background: #f3f3f3;
    padding: 50px 60px;
    position: absolute;
    bottom: -90px;
    left: 40px;
    width: 480px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

    .cta-card h3 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 30px;
        color: #222;
    }

/* PHONE */
.cta-phone {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    color: #555;
}

    .cta-phone .icon {
        color: #9c5228;
        font-size: 22px;
    }

/* RIGHT SIDE */
.cta-right {
    width: 50%;
    text-align: right;
}

    .cta-right h2 {
        font-size: 56px;
        font-weight: 900;
        color: #ffffff;
        line-height: 1.2;
    }

/* Decorative Curve */
.cta-section::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 40px solid rgba(255,255,255,0.08);
}

/* Responsive */
@media (max-width: 992px) {

    .cta-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .cta-left,
    .cta-right {
        width: 100%;
    }

    .cta-card {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
    }

    .cta-right {
        text-align: center;
        margin-top: 60px;
    }

        .cta-right h2 {
            font-size: 36px;
        }

    .cta-image img {
        width: 100%;
    }
}





