/* root variables */
:root {
  --primary-color: #681E25;
  --secondary-color: #85C2E4;
  --text-color: #000;
  --body-bg: #FFFBEA;
  --white: #ffffff;
  --black: #000000;
  --dark-green: #3D4C3F;
  --font-body: 'Noto Sans', sans-serif;
  --font-heading: 'Anton', serif;
  --font-subheading: 'Maragsa Display', serif;
  --border-radius: 4px;
}

@font-face {
font-family: 'Maragsa Display';
src: url('<?php echo get_template_directory_uri(); ?>/fonts/Maragsâ-Display.woff2') format('woff2'),
  url('<?php echo get_template_directory_uri(); ?>/fonts/Maragsâ-Display.woff') format('woff'),
  url('<?php echo get_template_directory_uri(); ?>/fonts/Maragsâ-Display.otf') format('opentype');
}

b, strong {
    font-weight: 600!important;
}
section{
  overflow: hidden;
}
/* Base styles */
body {
  font-family: var(--font-body) !important;
  color: var(--text-color) !important;
  background-color: var(--body-bg)!important;
  margin: 0 !important;
  padding: 0;
  font-size: 18px;
}
body p {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  margin-bottom: 0px;
  color: var(--text-color);
}
@media (min-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.theme_btn {
  padding: 20px 60px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-decoration: unset;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transform: scale(1);
  text-transform: capitalize;
  border-radius: 100px;
  min-width: 200px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.theme_btn:hover {
  transform: scale(1.03);
  transition: all 0.5s ease;
}
.theme_btn::after {
  background: #fff;
  /* content: ""; */
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.theme_btn:hover::after {
  left: 120%;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme_btn.solid_btn {
  background-color: var(--dark-green);
  border: solid 1px var(--dark-green);
  color: var(--white);
  font-weight: 700;
}
.theme_btn.solid_btn:hover {
  color: var(--white);
}
.theme_btn.border_btn {
  background-color: transparent;
  border: solid 1px var(--black);
  color: var(--black);
  font-weight: 700;
}
.theme_btn.border_btn:hover {
  color: var(--white);
  background: var(--dark-green) !important;
  border: solid 1px var(--dark-green)!important;
}
.theme_btn.border_btn::after {
  background: var(--dark-green) !important;
  border: solid 1px var(--dark-green)!important;
}
.animate_link,
#menu-footer-quick-menu a,
#menu-footer-other-menu a {
  position: relative;
}
.animate_link:after,
#menu-footer-quick-menu a:after,
#menu-footer-other-menu a:after {
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  transition: width 0.5s ease;
}
.animate_link:hover:after,
#menu-footer-quick-menu a:hover:after,
#menu-footer-other-menu a:hover:after {
  width: 100%;
}

.animate_img {
  position: relative;
  overflow: hidden;
  display: block;
}
.animate_img:after {
  /* content: ""; */
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.animate_img:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*=====================================-->
<!--===       Header Css         ===-->
<!--=====================================*/


header#header {
    padding: 19px 0px;
    background-color: var(--body-bg);
    border-bottom: 1px solid #000;
    width: 100%;
    transition: all 0.4s ease;
}
#header.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: var(--body-bg);
  border-bottom: 1px solid #000;
  top: 0;
}
.main_logo {
  display: block;
}
.sticky ul#primary-menu > li.menu-item > a {
  color: var(--black);
}
/* .sticky .sticky_logo {
  display: block;
} */
.sticky_logo {
  display: none;
}
/* .sticky .main_logo {
  display: none;
} */
/* .sticky .menu-toggle svg path {
  fill: var(--primary-color);
} */

/* img.logo-img {
  width: 160px;
  height: auto;
} */
img.main_logo{
  width: 102px;
  height: auto;
}
.main_logo_home {
    width: 100%;
    max-width: 170px;
}
.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 130px;
}
body:not(.home) nav#site-navigation{
  flex: 1;
}
.header_btn a {
  white-space: nowrap;
  text-decoration: unset;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border-radius: 50px;
  padding: 20px 50px;
  display: block;
  background: #85C2E4;
}
.menu-menu-1-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
ul#primary-menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
ul#primary-menu > li.menu-item.current-menu-item > a{
  font-weight: 600;
}
ul#primary-menu > li.menu-item > a {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  position: relative;
}
ul#primary-menu > li.menu-item > a:after {
  background-color: currentcolor;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  transition: width 0.5s ease;
}
ul#primary-menu > li.menu-item > a:hover:after {
  width: 100%;
}
.main-navigation li.menu-item-has-children:after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(https://kretoss.in/project/stay-c/wp-content/uploads/2025/09/menu_arrow.svg);
  display: block;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in;
  filter: invert(1);
}
ul#primary-menu > li.menu-item-has-children:hover:after {
  transform: rotate(0deg);
}
ul#primary-menu > li.menu-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
ul#primary-menu ul.sub-menu {
  min-width: 270px;
  width: 100%;
  max-width: 270px;
  display: grid;
  background: var(--primary-color);
  border-bottom: 1px solid #4b4b4b;
}
ul#primary-menu .sub-menu a {
  padding: 15px 20px;
  width: 100% !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--white);
  transition: all 0.3s ease;
  border-bottom: 1px solid #4b4b4b;
}
ul#primary-menu .sub-menu a:hover {
  background: var(--white);
  font-weight: 700;
  color: var(--primary-color);
}

body:is(.home) .main-navigation ul{
  flex-direction: column;
  display: flex;
}

.home-brown-menu {
  position: fixed;
  inset: 0;
  background-color: #5b2a2a;
  color: #fff;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  height: 100vh;
}

.home-brown-menu.open {
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.home-brown-menu svg.close_icon {
    position: absolute;
    right: 6%;
    top: 100px;
    cursor: pointer;
    z-index: 1;
}

.desktop-only_menu {
	display: none;
}

body:is(.home) .menu-menu-1-container,
body:is(.home) .header_btn{
  display: none;
}

.home-brown-menu ul {
  list-style: none;
}

.home-brown-menu ul li a {
  color: #fff;
  font-size: 35px;
  line-height: 100%;
  font-weight: 500;
  padding: 15px 0;
  display: inline-block;
  text-decoration: none;
}

.home-brown-menu ul li a:hover{
  color: var(--secondary-color);
}
.home-brown-menu ul li a:hover:before {
    content: '';
    background-image: url(https://kretoss.in/project/jackey/wp-content/uploads/2025/10/Polygon-1.svg);
    background-position: center;
    top: 14px;
    position: absolute;
    left: -50px;
    width: 30px;
    height: 38px;
    background-size: cover;
}
.newsletter-area {
  margin-top: 40px;
}

.newsletter-area input {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.newsletter-area button {
  background-color: #7cb7d6;
  color: #fff;
  border: none;
}


body:is(.home) button.menu-toggle1 {
  display: block;
}
button.menu-toggle1 {
  display: none;
  border: 0;
  background: none;
  padding: 0;
}
 .menu-toggle{
    display: none;
}
.main-menu-toggle {
    display: flex;
    justify-content: space-between;
    /* gap: 40px; */
    height: 100%;
}
img.menu-toggle-logo {
    width: 100%;
    max-width: 233px;
}
.left-menu-toggle {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 125px;
}
.right-menu-toggle-container{
    flex: 1;
    height: 100%;
}
.right-menu-toggle {
    position: relative;
    padding: 125px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-menu-toggle:after {
    content: '';
    width: 2px;
    height: 100%;
    color: #fff;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
}
 .right-menu-toggle-container_mobile {
    display: none;
  }
  .right-menu-toggle-container_desktop {
    display: block;
    flex: 1;
  }
.newsletter-area input[type="email"] {
    border: 0;
    color: #fff;
    width: 100%;
    max-width: 75%;
    border-bottom: 1px solid;
    border-radius: 0;
}
.newsletter-area input[type="email"]::placeholder {
    color: #fff !important;
}
.newsletter-area input[type="email"]:focus {
    color: var(--white);
}
.newsletter-area input[type="email"]:focus-visible {
    outline: none;
}
.newsletter-area form {
    display: flex;
    justify-content: space-between;
}

body:is(.home) .main-navigation .nav-menu {
    flex-direction: column;
}

.social-media-menu-toggle {
    display: flex;
    gap: 20px;
	margin-top:20px;
}



/*=====================================-->
<!--===       Footer  Css         ===-->
<!--=====================================*/

#footer {
  background-color: var(--primary-color);
  border-top: 1px solid var(--black);
}
.footer_top {
  padding-top: 120px ;
  padding-bottom: 60px;
  border-bottom: solid 1px #FFFFFFCC;
  position: relative;
}
img.img-fluid.footer_shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    transform-origin: top center;
    animation: swingPendulum 3s ease-in-out infinite;
}
.footer_bottom {
  padding: 30px 0px 60px;
}
.footer_top_container {
  display: grid;
  gap: 50px;
}
.footer_top_details {
  display: flex;
  justify-content: space-between;
  max-width: 50%;
}
.footer_logo-img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.footer_col {
  display: grid;
  gap: 20px;
}
.contact_col {
  width: min-content;
}
.contact_info_footer p,
.contact_info_footer a,
#menu-footer-quick-menu a,
#menu-footer-other-menu a {
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 155%;
  display: block;
  text-decoration: unset;
}
.contact_info_footer p{
  max-width: 75%;
  text-transform: capitalize;
}
#menu-footer-quick-menu,
#menu-footer-other-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  gap: 6px;
}
.footer_social_links {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer_social_links a {
  display: block;
}
.footer_social_links a img {
  width: 24px;
  height: 24px;
}
.footer_social_links a img:hover {
  filter: brightness(0.8);
}
.footer_bottom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.footer_left .copyrights,
.footer_right {
  color: var(--white);
  font-size: 14px;
}
.footer_left a {
  color: var(--white);
  font-size: 14px;
  text-decoration: unset;
  text-transform: uppercase;
}

@keyframes swingPendulum {
  0% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}



/*=====================================-->
<!--=        Section Common Css         =-->
<!--=====================================*/

.section_margin {
  margin: 120px 0px;
}
.section_margin_top {
  margin-top: 120px;
}
.section_padding {
  padding: 120px 0px;
}
.section_padding_top {
  padding-top: 120px;
}
.section_title {
  font-size: 72px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font-heading);
}
.section_head {
  /* display: grid;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto; */
}
.section_head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  color: var(--text-color);
}
.section_head img {
  text-align: center;
  margin: auto;
}


 .hero-left,
 .stories_contact_content,
 .stories_head_img,
 .location-map-inner-left{
    border-right: 1px solid;
 }
 .hero-left .top,
 .stories_contact_content .details_block{
    border-bottom: 1px solid;
 }

/*=====================================-->
<!--=        Hero Banner Css         =-->
<!--=====================================*/

/* section#hero_banner {
  padding: 300px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden!important;
  position: relative;
}
#hero_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  animation: overlayFade 1s ease forwards;
}

#hero_banner {
  animation: heroCinematic 1s ease forwards;
}

@keyframes heroCinematic {
  0% {
    transform: scale(1.1) translateY(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes overlayFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero_content {
  display: block;
  transform: translateY(-50px);
  opacity: 0;
  animation: contentFadeIn 1s ease forwards 1s;
}
@keyframes contentFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero_content {
  display: grid;
  gap: 80px;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.hero_content h2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 80px;
  line-height: 96px;
  letter-spacing: 2.4px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
}
.hero_content h2 span {
  font-style: italic;
}
.hero_dual_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.brands_btn {
  background-color: #d7cfc5;
  border: solid 1px #d7cfc5;
  color: var(--primary-color);
  font-weight: 500;
}
.brands_btn:hover {
  color: var(--primary-color);
}
.solution_btn:hover {
  color: var(--white);
}
.solution_btn {
  background-color: #38302b54;
  border: solid 1px var(--white);
  color: var(--white);
  font-weight: 400;
}
.wave span {
  display: inline-block;
  animation: wave 2s ease-in-out infinite;
}
.wave .down {
  animation-name: wave-opposite;
}
@keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes wave-opposite {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
} */

.jackey-hero {
    display: flex;
    width: 100%;
    /* min-height: 100vh; */
  }
 
  .hero-left {
    width: 59.7%;
    display: flex;
    flex-direction: column;
  }
 
  .hero-left .top {
    flex: 0.6;
    padding: 50px 90px;
    /* padding: 150px 80px 90px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
 
  .smiley {
    margin: 0 0 0 auto;
    /*  60px; */
    animation: mymove 6s infinite;
    width: 100%;
    max-width: 130px;
    position: relative;
    right: 20px;
  }
 
.hero-left h1 {
    font-weight: 400;
    font-size: 112px;
    line-height: 100%;
    letter-spacing: 3px;
    /* text-align: center; */
    margin: 0;
}
 
.hero-left .bottom {
  background-color: var(--primary-color); /* dark maroon */
  color: var(--white);
  /* padding: 60px; */
  padding: 60px 90px 100px;
  flex: 0.4;
  display: flex;
  align-items: end;
}
 
.bottom-content {
    width: 100%;
    max-width:404px;
}
 
.hero-left .content {
    display: flex;
    justify-content: space-between; 
    align-items: end;
    gap: 90px;
    width: 100%;
}
.hero-left .content h4 {
    margin-bottom: 10px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    letter-spacing: 0;
    color: var(--white);
}
 
.hero-left .content p {
    line-height: 1.6;
    font-family: var(--font-body);
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: right;
}
 
.hero-left .btn {
  background-color: var(--secondary-color); /* light blue */
  color:var(--white);
  width: 100%;
  font-family: var(--font-body);
  text-transform: uppercase;
}
 
.hero-right {
  width: 42.8%;
  background-color: var(--secondary-color);
  padding: 80px 0px;
  height: 100%;
  /* padding: 80px; */
}
.hero-right .animate_img {
    width: 60%;
    margin: 0 auto;
}
 
.hero-right .animate_img img{
  width: 100%;
}


@keyframes mymove {
  50% {transform: rotate(60deg);}
}





/*=====================================-->
<!--=      Image with text scroll     =-->
<!--=====================================*/

.pin-spacer {
    width: 100% !important;
}

.jackey-scroll {
  background-color: var(--body-bg);
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.jackey-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.jackey-image {
  width: 50%;
  position: relative;
}

.jackey-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.jackey-image img:first-child {
  position: relative;
  opacity: 1;
}

.jackey-text {
  width: 45%;
  font-family: 'Inter', sans-serif;
}

.jackey-text p {
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
  color: #000;
  opacity: 0.3;
  text-align: right;
  margin: 0 0 5px;
  transition: opacity 0.4s ease;
}

.jackey-text p.active {
  opacity: 1;
}



/*=====================================-->
<!--=        About Css         =-->
<!--=====================================*/

.about_container {
  display: grid;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
.about_title img {
  width: 30px;
}
.about_container p {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.2px;
}
.about_container .learn_btn {
  margin: auto;
}

/*=====================================-->
<!--=        Brands Section Css         =-->
<!--=====================================*/

.brand_card {
  position: relative;
}
.brand_card:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background: var(--primary-color);
}
.locations_grid_content {
  margin-top: 30px;
  margin-right: 0px;
  padding-right: 0px;
}
.brand_banner {
  margin-bottom: 0;
  padding-top: 125%;
  position: relative;
  border: 1px solid var(--black);
}
.brand_banner span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--secondary-color);
    padding: 9px 39px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    font-family: var(--font-body);
}
span.brand_city_tag_1{
  color: var(--primary-color);
}
span.brand_city_tag_2{
  color: var(--white);
}
span.brand_city_tag_3{
  color:var(--dark-green);
}
.brand_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.brand_info {
    background: #FFFBEA;
    padding: 20px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #000000;
}
.brand-name {
  color: var(--black);
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: var(--font-body);
  text-align: right;
}



/*=====================================-->
<!--=        Why Jackey Section        =-->
<!--=====================================*/

.why-jackey-header {
    border-bottom: 1px solid;
}
.why-jackey{
  position: relative;
  overflow: visible;
}
.why-jackey h2.section_title {
    color: #000;
}
.why-jackey-title {
    padding-bottom: 30px;
}
.wj-section {
    border-top: 1px solid;
    position: sticky;
    top: 56px;
    min-height: calc(100vh - 96px);
    background-color: var(--body-bg);
}

.wj-section:nth-of-type(3n + 1) .wj-image {
  background: var(--secondary-color);
}

.wj-section:nth-of-type(3n + 2) .wj-image {
  background: var(--primary-color);
}

.wj-section:nth-of-type(3n + 3) .wj-image {
  background: var(--dark-green);
}






.wj-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
  height: calc(100vh - 60px);
}
.wj-content.reverse {
  flex-direction: row-reverse;
}
.wj-content .wj-text {
  text-align: right;
  width: 100%;
  max-width: 50%;
}
.wj-content .wj-text .wj-text-inner {
  width: 100%;
  max-width: 520px;
  margin: 0px 100px 150px auto;
}
.wj-content.reverse .wj-text .wj-text-inner {
  margin: auto 0 150px 100px;
}
.wj-content.reverse .wj-text {  
  text-align: left;  
}
.wj-image {
  width: 100%;
  max-width: 50%;
  text-align: center;
  height: calc(100vh - 60px);
}
.wj-image .animate_img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
}
.wj-image img {
  width: 100%;
  object-fit: cover;
  max-width: 500px;
  min-height: 500px;
  max-height: 500px;
  height: 100%;
  margin: 100px 0;
}
.wj-text h3 {
  font-size: 68px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wj-text p {
  line-height: 34px;
  font-size: 22px;
  font-weight: 400;
  font-family:var(--font-body);
}


/*=====================================-->
<!--=       Simple text section       =-->
<!--=====================================*/

.student-banner-section {
  background: var(--secondary-color);
}

.student-banner-content h2 {
  font-size: 122px;
  line-height: 130px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--primary-color);
  transition: 0.5s all ease;
}

.student-banner-content h2 span {
  color: var(--white);
  transition: 0.5s all ease;
}
.student-banner-content h2:hover {
  color: var(--white);
}

.student-banner-content h2:hover span {
  color: var(--primary-color);
}

.student-banner-content {
  text-align: center;
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
  padding: 210px 0;
}

.student-banner-btn {
  margin-top: 80px;
  background: var(--primary-color);
  color: var(--white);
}


/*=====================================-->
<!--=        Let Properties Css         =-->
<!--=====================================*/

.let_property_container {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.8fr 1.2fr;
  align-items: end;
}
.property_content {
  display: grid;
  gap: 30px;
}
.property_info .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--primary-color);
}
.property_info p {
  font-size: 20px;
  width: 90%;
  line-height: 27px;
  margin: 20px 0px 34px;
}

/*=====================================-->
<!--=        Facts Css         =-->
<!--=====================================*/

.facts_title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--font-heading);
  margin-bottom: clamp(
    1.9230769231rem,
    0.8545918367rem + 3.0204081633vw,
    3.125rem
  );
}
.block--facts-figures .facts-figures-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: clamp(6rem, -1.29rem + 26.86vw, 15.625rem);
  line-height: 0.9;
  letter-spacing: 0.05em;
  height: 1.5em;
  border-top: 1px solid #a1a1a133;
}
.block--facts-figures .facts-figures__list .item:not(:first-child) {
  position: absolute;
}
.block--facts-figures .facts-figures__list .item__number {
  display: flex;
}
.facts-figures__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.facts-figures__list .item {
  position: relative;
  width: 100%;
  text-align: left;
  --item-opacity: 0;
  --item-text-opacity: 0;
  opacity: var(--item-opacity);
  transform: translateY(100%);
}
.facts-figures__list .item:first-child {
  --item-opacity: 1;
  --item-text-opacity: 1;
  transform: translateY(0);
}
.item__number {
  font-family: var(--font-heading);
  color: var(--secondary-color);
}
.facts-figures__list-keys {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block--facts-figures .facts-figures__list-keys .item__text {
  font-size: clamp(16px, 3vw, 24px);
  font-family: var(--font-heading);
  color: var(--secondary-color);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
  bottom: 0;
  line-height: 130%;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.block--facts-figures .facts-figures__list-keys .item.active .item__text {
  opacity: 1;
  visibility: visible;
}
.facts-figures__list-keys .item {
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 1rem;
  grid-row: 1;
  grid-column: 1;
}
.facts-figures__list-keys .item.active {
  color: #000;
  font-weight: bold;
}
.progress-bar {
  width: 100%;
  height: 4px;
  background: #38302b1a;
  margin-top: 30px;
}
.progress-bar__fill {
  height: 100%;
  width: 0%;
  background: var(--secondary-color);
}

/*=====================================-->
<!--=        Newsletter Section Css         =-->
<!--=====================================*/

#newsletter {
  padding: 250px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newsletter_container h2 {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
  font-style: normal;
  max-width: 84.2%;
  margin-right: auto;
  margin-left: auto;
}
.newsletter_form {
  display: block;
  text-align: center;
  margin: auto;
}
input.newsletter_email {
  display: block;
  margin: auto;
  max-width: 600px;
  width: 100%;
  background: #ffffff87;
  padding: 12px 25px !important;
  margin-bottom: 30px;
  border-radius: 0px !important;
  color: var(--secondary-color);
  font-family: var(--font-body);
}
input.newsletter_email::placeholder {
  color: var(--secondary-color);
}

.newsletter_btn {
  padding: 15px 35px !important;
  border-radius: 0 !important;
}

.mc4wp-alert.mc4wp-success {
    color: #00ff00;
    margin-top: 20px;
}

/*=====================================-->
<!--=        Latest Blog Css         =-->
<!--=====================================*/

.blog_section_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 10px;
}
.latest_blogs_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
.blog_card:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.blog_card {
  position: relative;
  display: grid;
  gap: 50px;
  align-items: flex-start;
}
.blog_card_img {
  display: block;
  position: relative;
  aspect-ratio: 1/0.9;
}
.blog_card:first-child .blog_card_img {
  aspect-ratio: 1/1;
}
.blog_card_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.blog_card_title {
  text-decoration: unset;
  color: var(--primary-color);
}
.blog_card:first-child .blog_card_title h5 {
  font-size: 54px;
}
a.blog_card_title h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}


/*=====================================-->
<!--=        Sticky Nav Css         =-->
<!--=====================================*/

.sticky_page_nav {
  position: sticky;
  top: 78px;
  z-index: 1000;
  padding: 40px 0px;
  background-color: var(--white);
  border-bottom: solid 1px var(--primary-color);
}
.sticky_page_nav.is-sticky{
  padding: 10px 0px;
  background-color: #e5e5e5;
  border-bottom: unset;
}
.sticky_nav_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.sticky_nav_links a {
  color: var(--primary-color);
  text-decoration: unset;
  font-weight: 500;
  white-space: nowrap;
  font-size: 18px;
}
#brands_nav .sticky_nav_links a {
  text-transform: uppercase;
}

/*=====================================-->
<!--=        Properties Types Css         =-->
<!--=====================================*/

.each_property_info {
  /* padding: 150px 0px 300px; */
  padding: 100px 0px 300px;
  display: grid;
  gap: 35px;
  color: #fff;
}
#property_types {
  position: relative;
}
.property_types .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: auto;
}
.property_types .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #0000005e;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.each_property_info h5.subtitle {
  font-size: 30px;
  font-weight: 300;
  text-transform: capitalize;
}
.single_solution_features .each_property_info h2 {
  text-transform: capitalize;
}
.each_property_info h2 {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 400;
}
.each_property_info p {
  font-size: 20px;
  font-weight: 300;
  max-width: 57%;
}
.slide-tabs.container {
  position: absolute;
  /* bottom: 150px; */
  bottom: 110px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 82px;
}
.slide-tabs.container > * {
  flex: 1;
}
.slide-tab {
  position: relative;
  cursor: pointer;
  color: var(--white);
  font-size: 20px;
  border-bottom: 1px solid #d7cfc533; /* faint baseline */
  padding-bottom: 5px;
  white-space: nowrap;
}

.slide-tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: #d7cfc5;
  transition: none;
}

/* Animate when progressing */
.slide-tab.progressing::after {
  width: 100%;
  transition: width 5s linear;
}


/*=====================================-->
<!--=        Property Solution Css         =-->
<!--=====================================*/

#property_management_solution {
  position: relative;
}
#property_management_solution .swiper-button-prev:after,
#property_management_solution .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 45px;
  font-weight: 600;
  color: #312b29;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
#property_management_solution .swiper-button-prev {
  left: -5%;
}
#property_management_solution .swiper-button-next {
  right: 5%;
}
#property_management_solution h2.section_title span,
#property_management_solution .section_head p span{
  font-style: italic;
}
#property_management_solution h2.section_title {
    font-style: normal;
    color: var(--text-color);
    font-size: 48px;
}
#property_management_solution .section_head p {
    font-size: 30px;
}
.solution_card {
  position: relative;
}
.solution_card:after {
  content: "";
  height: 650px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background: var(--primary-color);
}
.solutions_content {
  position: relative;
  margin-top: 50px;
  margin-right: 0px;
  padding-right: 0px;
}
.solution_banner {
  margin-bottom: 20px;
  padding-top: 125%;
  position: relative;
}
.solution_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.solution-name {
  color: #352d27;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
}
.solution-description {
  font-size: 18px;
  line-height: 22px;
  margin: 30px 0px;
}

#property_cta {
  padding: 200px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.property_cta_container {
  max-width: 920px;
  gap: 30px;
  display: grid;
  align-items: center;
}
a.theme_btn.solid_btn.cta-btn {
  width: fit-content;
}
.property_cta_container h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 58px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
}

#eco_system {
  overflow: hidden;
}

.circle-section {
  min-height: 100vh;
  height: 100%; /* full section minus 50px top/bottom */
  padding: 100px 0 50px; /* creates top & bottom gap */
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
}
#eco_system .section_head {
  gap: 0;
}
#eco_system .section_head img {
  margin-bottom: 40px;
}
.content1 {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}
.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.eco_system_item {
  position: relative;
  opacity: 0.3;
  max-width: 380px;
  transition: opacity 0.28s ease, transform 0.28s ease;
  display: grid;
  gap: 10px;
  padding: 10px;
}
.eco_system_item span {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 100%;
  font-style: italic;
  font-family: var(--font-heading);
}
.eco_system_item h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-style: italic;
  width: 80%;
  color: var(--primary-color);
}
.eco_system_item p {
  color: var(--text-color);
  width: 100%;
  font-size: 12px;
  line-height: 130%;
}
.eco_system_item.active {
  opacity: 1;
  z-index: 1;
  background: #f5f5f5;
}
.circle-container {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 450px;
  width: 100%;
  z-index: 2;
}
.circle_round {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: conic-gradient(
    #cdc8be 0deg 60deg,
    #d2d2cd 60deg 120deg,
    #d7d7d7 120deg 180deg,
    #e1e6e1 180deg 240deg,
    #ebebeb 240deg 300deg,
    #f0f0f0 300deg 360deg
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner white circle */
.circle_round::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
img.circle_middle_line {
    position: absolute;
    z-index: 2;
    height: 150%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle_round::after {
    /* content: ""; */
    width: 1px;
    height: 125%;
    background: #00000020;
    z-index: 2;
    position: absolute;
}
span.point {
  z-index: 1;
  position: absolute;
}
span.point.point-1 {
  left: -16%;
  top: 3%;
}
span.point.point-2 {
  left: -16%;
  top: 50%;
  transform: translateY(-50%);
}
span.point.point-3 {
  left: -16%;
  bottom: 3%;
}
span.point.point-4 {
  right: -16%;
  top: 3%;
  transform: rotateY(180deg);
}
span.point.point-5 {
  right: -16%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}
span.point.point-6 {
  right: -16%;
  bottom: 3%;
  transform: rotateY(180deg);
}
span.point.point-2 img,
span.point.point-5 img {
  height: 17px;
  width: auto;
}
.point img {
  height: 60px;
  width: auto;
}
.point.active img {
  filter: drop-shadow(0 0 6px #ff9800);
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.circle_round {
  transition: background 0.4s ease;
}

.team_content {
  margin-right: 0px;
  padding-right: 0px;
}
.about_team {
  min-width: 320px;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  vertical-align: middle;
  margin-right: 150px;
}
.team_content .swiper-wrapper {
  padding-top: 50px;
}
.swiper-wrapper .swiper-slide.team_card:hover {
  top: -20px;
  transform: translateY(-20px);
  transition: all 0.5s ease;
}
.team_details {
  width: calc(100% - 475px);
  display: inline-block;
  vertical-align: middle;
}
.about_team span {
  font-size: 20px;
  color: var(--black);
}
.about_team h2 {
  color: var(--text-color);
  font-size: 44px;
  margin: 80px 0px 80px;
  padding-bottom: 20px;
  position: relative;
  line-height: 100%;
  position: relative;
}
.about_team h2:after {
  content: "";
  width: 20%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about_team p {
  font-size: 22px;
}
.team_card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.member_image {
  position: relative;
  padding-top: 140%;
}
.member_image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  background: #312b29f2;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.5s ease;
}

.team_card:hover .overlay {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}

.overlay h3, 
.overlay a {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  text-decoration: unset;
  color: var(--white);
}

.overlay p{
  margin: 18px 0 0;
  font-size: 20px;
  color: var(--white);
}


/*=====================================-->
<!--=        About Contact Form Css         =-->
<!--=====================================*/

.contact_content{
  padding-left: 0px;
  margin-left: 0px;
}
.contact_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}
.contact_info {
    display: grid;
    gap: 80px;
}
.contact_form_info {
    width: 100%;
    margin: 0 auto;
}
.contact_head {
    display: grid;
    gap: 40px;
}
.contact_head h2.title {
    color: #312B29;
    font-size: 60px;
    font-weight: 500;
}
.contact_head p{
    color: #352D27CC;
    font-size: 24px;
}
.contact_form {
    display: grid;
    gap: 50px;
}
.contact_form label {
    width: 100%;
    display: block;
    color: #352D27CC;
    font-size: 24px;
    text-transform: capitalize;
}
.contact_form input {
    border-bottom: solid 1px #000!important;
    border-width: 0px 0px 1px 0px!important;
    border-radius: 0px!important;
    width: 100%;
}
.contact_form .theme_btn {
    font-weight: 600;
    background: #D7CFC5;
    min-width: 190px;
}


/*=====================================-->
<!--=        Brands Archive Css         =-->
<!--=====================================*/

.cpt_card {
  display: grid;
  gap: 100px;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: flex-end;
}
.cpt_card_detail img{
  height: 60px;
  width: auto;
}
.about_cpt_info {
  margin: 30px 0px 50px;
  font-size: 30px;
}
a.cpt_card_title {
    text-decoration: unset;
    font-family: var(--font-heading);
    color: #352D27CC;
    font-size: 48px;
    font-weight: 500;
    line-height: 130%;
}
.cpt_card_image{
  padding-top: 130%;
  position: relative;
}
.cpt_card_image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky-brands-wrapper {
  position: relative;
}

.archive-post-section {
  position: sticky;
  top: 120px; /* Leaves 100px gap from top */
  min-height: calc(100vh - 120px); /* Full screen height minus 100px */
  display: flex;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  box-shadow: 0px -10px 10px -10px;
  padding-top: 20px;
  border-radius: 20px 20px 0 0;
}

/* When new section overlays old */
.archive-post-section.is-active {
  z-index: 2;
}


/*=====================================-->
<!--=        Career head Section Css         =-->
<!--=====================================*/

.career_head_container {
    width: 56%;
    text-align: center;
    margin: auto;
    display: grid;
    gap: 40px;
}
.career_head_container h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 100%;
}
.career_head_container p {
    font-size: 30px;
}


/*=====================================-->
<!--=        All Career block Css         =-->
<!--=====================================*/


.all_career_block{
  display: grid;
  gap: 150px;
  position: relative;
}
.all_career_block:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
}
.career_block {
    display: grid;
    gap: 200px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.career_content {
    display: grid;
    gap: 20px;
}
.career_content h6 {
    font-family: var(--font-body);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
}
.career_block .career_img{
  padding-top: 115%;
  position: relative;
}
.career_block .career_img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career_details {
    font-size: 30px;
}
#career_info .apply_btn {
    margin-top: 100px;
    margin-bottom: 3px;
    width: 42%;
    min-height: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
}


/*=====================================-->
<!--=        Career CTA Css         =-->
<!--=====================================*/

section#career_cta {
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 160px 0px 380px;
}
section#career_cta:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000080;
    z-index: 0;
}
.career_cta_container {
    max-width: 50%;
    width: 100%;
    z-index: 1;
    position: relative;
}
.career_cta_container h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}
.career_cta_container h2 span{
    font-style: italic;
}
.career_cta_container p {
    color: #FFFFFFCC;
    font-size: 30px;
    width: 80%;
    margin: 30px 0 50px;
}
.career_cta_btn {
    max-width: 70%;
    width: 100%;
    border: solid 1px var(--white)!important;
    color: var(--white)!important;
}




/*=====================================-->
<!--=     Single Solution head  Css         =-->
<!--=====================================*/

.single_solution_head {
    width: 68%;
    text-align: center;
    margin: auto;
    display: grid;
    gap: 40px;
}
.single_solution_head h2 {
    font-size: 60px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 100%;
}
.single_solution_head p {
    font-size: 30px;
}

.solution_featured_image,
.brand_featured_image,
.featured_banner,
.post_featured_image{
  position: relative;
  padding-top: 50%;
}
.solution_featured_image img,
.brand_featured_image img,
.featured_banner img,
.post_featured_image img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}



.solution_content_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-end;
}
.solution_content {
  display: grid;
  gap: 30px;
  text-align: right;
}
.solution_extra_img{
  position: relative;
  padding-top: 125%;
}
.solution_extra_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.solution_content .content {
    display: grid;
    gap: 30px;
    font-size: 30px;
    width: 95%;
    margin-left: auto;
}
.solution_content h3 {
    font-size: 48px;
}


#solution_faqs{
  background-color: var(--primary-color);
}
#solution_faqs .faqs_head h2 {
    color: var(--white);
    max-width: 65%;
}
#solution_faqs .accordion-item {
    border-bottom: solid 1px var(--white);
}
#solution_faqs button.accordion-button,
#solution_faqs .accordion-button:not(.collapsed) {
   color: var(--white)!important;
}
#solution_faqs .accordion-body {
    color: #FFFFFFCC;
}
#solution_faqs button.accordion-button img{
  filter: invert(1);
}


.booking_channels_container {
    max-width: 65%;
    margin: auto;
    text-align: center;
}
.booking_channels_container h2 {
    font-size: 60px;
    color: var(--primary-color);
    line-height: 130%;
}
.booking_channels_container p {
    font-size: 30px;
    margin: 40px auto 60px;
}
.all_channels img {
    width: 100px;
    height: auto;
}
.all_channels {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}



.gallery_container {
    display: grid;
    gap: 80px;
}
.solution_quote {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 38px;
    font-style: italic;
    color: var(--primary-color);
    line-height: 120%;
    text-transform: capitalize;
}
.solution_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.solution_gallery_img {
  position: relative;
  padding-top: 125%;
}
.solution_gallery_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}


#solution_cta {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px;
}
.solution_cta_container {
    display: grid;
    gap: 40px;
}
.solution_cta_container h3 {
    color: var(--white);
    font-size: 58px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 80%;
}
.solution_cta_container p {
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
    max-width: 58%;
}
.solution_cta_btn {
    min-width: 318px;
    width: fit-content;
}



.single_brand_head {
    display: grid;
    gap: 40px;
    margin: auto;
    max-width: 45%;
    text-align: center;
}
img.single_brand_logo {
    margin: auto;
    height: 55px;
    width: auto;
}
.single_brand_head p {
    font-size: 24px;
    line-height: 170%;
}



.brand_content_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-end;
}
.brand_content {
  display: grid;
  text-align: right;
  width: 95%;
  margin-left: auto;
}
.brand_extra_img{
  position: relative;
  padding-top: 125%;
}
.brand_extra_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.brand_content .content {
    display: grid;
    gap: 30px;
    font-size: 30px;
    width: 100%;
    margin: 50px auto 70px;
}
.brand_content h3 {
    font-size: 40px;
    font-style: italic;
    color: var(--primary-color);
    font-weight: 400;
    line-height: 135%;
}
.brand_cotnent_btn {
    width: fit-content;
    margin-left: auto;
}


.brand_quote {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 38px;
    font-style: italic;
    color: var(--primary-color);
    line-height: 120%;
    text-transform: capitalize;
}
.brand_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.brand_gallery_img {
  position: relative;
  padding-top: 125%;
}
.brand_gallery_img img{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.visit_website_btn {
    margin: auto;
}


#brand_cta {
  padding: 200px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brand_cta_container h3 {
    font-size: 50px;
    color: var(--white);
    font-weight: 400;
   max-width: 68%;
}
.brand_cta_container h3 span{
    font-style: italic;
}
.brand_cta_container p {
    margin: 30px 0px 50px;
    color: #FFFFFFCC;
    font-weight: 300;
    font-size: 30px;
    max-width: 36%;
}
.brand_cta_btn {
    border: solid 1px var(--white)!important;
    color: var(--white)!important;
}


/*=====================================-->
<!--=        Posts Head Section Css         =-->
<!--=====================================*/

.posts_head_container {
    width: 68%;
    text-align: center;
    margin: auto;
    display: grid;
    gap: 40px;
}
.posts_head_container h2 {
    font-size: 60px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 100%;
}
.posts_head_container p {
    font-size: 30px;
}







.page-brands-overview .hero_content {
    max-width: 60%;
}
.brands_overview_blocks{
  gap: 160px;
  display: grid;
  position: relative;
}
.brands_overview_blocks:after {
    content: "";
    background: #000000;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
}
.overview_block:after {
    content: "";
    background: #000000;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    position: absolute;
}
.overview_block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
}
.overview_img {
    position: relative;
    padding-top: 105%;
}
.overview_img img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.overview_content {
    display: grid;
    gap: 30px;
}
.overview_content  h6 {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 600;
}
.overview_details {
    display: grid;
    gap: 30px;
    font-size: 30px;
}






/*=====================================-->
<!--=        Contact Address         =-->
<!--=====================================*/

.address_title {
  border-bottom: solid 1px var(--primary-color);
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.address_title .section_title {
  text-align: center;
  font-style: normal;
}
.address_title .section_title span{
  font-style: italic;
}
.address_list {
  display: flex;
  justify-content: space-between;
}
.address_box {
  display: flex;
  align-items: end;
  gap: 20px;
  flex:1;
}
.address_text {
  margin-bottom: 30px;
}
.address_image {
  width: 100%;
  max-width: 50%;
}
h4.address_location {
  font-size: 24px;
  font-family: 'Inter';
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.address_content {
  font-size: 18px;
  color: #1a1a1a;
}
.address_title p {
  font-size: 19px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0px;
  color: #1a1a1a;
}



/*=====================================-->
<!--=        Stories Head Section         =-->
<!--=====================================*/

section#stories_head {
    position: sticky;
    top: 90px;
    z-index: -1;
}
.stories_head_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.stories_head_img {
    background: var(--secondary-color);
    position: relative;
    /* padding: 100px 0px; */
    padding: 60px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stories_head_img .animate_img {
    margin: auto;
    width: 60%;
    text-align: center;
    border: 1px solid var(--black);
}
.stories_head_img .animate_img img{
    width: 100%;
}
.stories_head_content {
    background: var(--primary-color);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 80px;
    padding-bottom: 140px;
}
.stories_head_content p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    letter-spacing: 0.2px;
}
.stories_head_content h1 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 82px;
    margin: 0px 0px 10px;
    letter-spacing: 2px;
}
.stories_head_content .details{
    width: 52%;
    margin-right: auto;
}

/*=====================================-->
<!--=        Stories Card Section         =-->
<!--=====================================*/

section#posts {
    position: relative;
    overflow: visible;
    background: var(--body-bg);
    border-top: 1px solid var(--black);
}
.all_stories_shape {
    position: absolute;
    left: 70%;
    width: 80px;
    /* top: -3%; */
    top: 75px;
    animation: needleMove 4s ease-in-out infinite;
    transform-origin: bottom center;
}

@keyframes needleMove {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
h2.all_title {
    font-size: 82px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.all_posts_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}
.post_card_img {
    position: relative;
    padding-top: 125%;
}
.post_card_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.post_card_content{
  display: grid;
}
.post_card {
    display: grid;
    position: relative;
    border: 1px solid #000000;
}
a.post_card_link {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-body);
    line-height: 40px;
    color: var(--text-color);
    text-decoration: unset;
    text-align: right;
    padding: 20px 30px;
    background: #EFEAE4;
    text-transform: uppercase;
    border-top: solid 1px var(--black);
}
.all_posts_container .post_card:nth-child(3n):after{
    content: unset;
}
.load-more-container {
    margin: 80px auto 0px;
    text-align: center;
}
span.post_date {
    font-weight: 700;
    display: block;
    padding: 10px 25px;
    font-size: 20px;
    color: var(--primary-color);
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    background: var(--secondary-color);
    margin: 0px;
}
.post_img_with_info{
  position: relative;
}
.post_card_btn {
    position: absolute;
    bottom: 0;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.post_card_btn:hover {
    transform: scale(1.03) translateX(-50%);
}

@keyframes weighMove {
  0% { transform: translateX(-50%) rotate(-10deg); }
  25% { transform: translateX(-50%) rotate(10deg); }
  50% { transform: translateX(-50%) rotate(-5deg); }
  75% { transform: translateX(-50%) rotate(5deg); }
  100% { transform: translateX(-50%) rotate(0deg); }
}




.blog section#posts_cta {
    background: var(--dark-green);
}
.single-location section#posts_cta {
    background: var(--primary-color);

}
section#posts_cta {
    background: var(--dark-green);
    border-color: var(--black);
    border-style: solid;
    border-width: 1px 0px;
    padding: 200px 0px;
}
.posts_cta_container {
    max-width: 55%;
    margin: auto;
    text-align: center;
    display: grid;
    gap: 70px;
}
.single-location .posts_cta_container p{
    color: var(--secondary-color);
    transition: 0.5s all ease;
}
.single-location .posts_cta_container p span{
  color: var(--white);
  transition: 0.5s all ease;
}
.single-location .posts_cta_container p:hover {
  color: var(--white);
}
.single-location .posts_cta_container p:hover span{
  color: var(--secondary-color);
}
.posts_cta_container p {
    color: var(--white);
    text-transform: uppercase;
    font-size: 90px;
    line-height: 100px;
    font-family: var(--font-heading);
    letter-spacing: 2px;
    transition: 0.5s all ease;
}
.posts_cta_container p span{
  color: var(--secondary-color);
  transition: 0.5s all ease;
}
.posts_cta_container p:hover {
  color: var(--secondary-color);
}
.posts_cta_container p:hover span{
  color: var(--white);
}
.theme_btn.posts_cta_btn {
  background-color: transparent;
  border: solid 1px var(--white);
  color: var(--white);
  font-weight: 700;
  /* min-width: 250px; */
  margin: auto;
}
.theme_btn.posts_cta_btn:hover {
  color: var(--dark-green);
  background: var(--white) !important;
  border: solid 1px var(--white)!important;
}




section#posts_img_gallery{
  background: var(--body-bg);
}
#posts_img_gallery h2.section_title {
    margin: 0px 0 20px 80px;
}
.posts_gallery_container{
  padding-bottom: 60px;
}
.gallery_img {
  position: relative;
  padding-top: 44%;
}
.gallery_img img {
  width: 88%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  object-fit: cover;
}
.posts_gallery_container .swiper-pagination-progressbar {
    background: #D9D9D9;
    height: 3px!important;
    width: 88%!important;
    margin: auto!important;
    left: 50%!important;
    transform: translateX(-50%);
    top: unset!important;
    bottom: 0px;
}
.posts_gallery_container .swiper-pagination-progressbar-fill {
  background: #000!important;
}
.posts_gallery_container .swiper-button-next,
.posts_gallery_container .swiper-button-prev {
  color: #000!important;
}
.single-location .posts_gallery_container .swiper-button-next,
.single-location .posts_gallery_container .swiper-button-prev {
  color: #ffffff!important;
}
.posts_gallery_container .swiper-button-next{
  right: 0px!important;
  justify-content: end!important;
}
.posts_gallery_container .swiper-button-prev {
  left: 0px!important;
   justify-content: start!important;
}
.posts_gallery_container .swiper-button-prev:after, 
.posts_gallery_container .swiper-button-next:after {
    font-size: 20px!important;
}



/*=====================================-->
<!--=        FAQs Css         =-->
<!--=====================================*/


section#faqs_head {
  padding: 70px 0px 50px;
  position: relative;
}
.faqs_banner_img{
  padding-top: 40%;
  position: relative;
}
.faqs_banner_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.faqs_head_shape,
.contact_faqs_shape {
    position: absolute;
    top: 18%;
    right: 10%;
    width: 110px;
}
section#faqs_head h2.section_title {
    font-size: 82px;
    color: var(--black);
    margin-bottom: 20px;
}
section#all_faqs_section {
  position: relative;
  overflow: visible;
}
.faqs_block {
    padding: 60px 0px;
    border-top: solid 1px var(--black);
    position: sticky;
    top: 96px;
    min-height: calc(100vh - 96px);
    background-color: var(--body-bg);
}
#all_faqs_section h2.section_title {
    color: var(--black);
    margin-bottom: 2%;
}
.accordion-item {
    border-radius: 0px!important;
    border: unset;
    background: transparent;
    padding: 30px 0px;
    border-bottom: solid 1px #000;
}
.accordion-header{
  color: var(--black);
}
button.accordion-button {
    border-radius: 0px!important;
    background-color: transparent !important;
    box-shadow: unset!important;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font-body);
    color: var(--black);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    padding: 0px;
/*     text-transform: capitalize; */
    justify-content: space-between;
}
.accordion-button:not(.collapsed){
  font-weight: 700!important;
  color: var(--black)!important;
  font-size: 22px;
}
button.accordion-button:after {
    display: none;
}
.accordion-body {
    padding: 30px 0px 0px;
    font-size: 18px;
    color: var(--black);
}
.accordion-button .close_accordion_icon{
  display: none;
}
.accordion-button .open_accordion_icon{
  display: block;
}
.accordion-button.collapsed .close_accordion_icon{
  display: block;
}
.accordion-button.collapsed .open_accordion_icon{
  display: none;
}
button.accordion-button img {
    width: 28px;
    height: 28px;
}


/*=====================================-->
<!--=        Contact Head Section         =-->
<!--=====================================*/


.contact_head_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact_head_img {
    background: var(--dark-green);
    position: relative;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_head_img .animate_img {
    margin: auto;
    width: 60%;
    text-align: center;
}
.contact_head_content {
    background: var(--primary-color);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 80px;
}
.contact_head_content .description {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    letter-spacing: 0.2px;
}
.contact_head_content h1 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 82px;
    margin: 0px 0px 10px;
    letter-spacing: 2px;
}
.contact_head_content .details{
    width: 56%;
    margin-right: auto;
}


/*=====================================-->
<!--=        Contact Box Section         =-->
<!--=====================================*/


.all_contact_boxs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.contact_box {
    border: solid 1px var(--black);
    display: flex;
    flex-direction: column;
}
.contact_box h3 {
    text-align: center;
    border-bottom: solid 1px var(--black);
    background: var(--secondary-color);
    font-size: 32px;
    font-family: var(--font-body);
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 10px;
}
.contact_box_info {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex: 1;
}
.contact_box_details {
    max-width: 62%;
    margin-inline: auto;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
/*     text-transform: capitalize; */
}
.contact_box_info a {
    font-size: 22px;
    color: var(--black);
    font-weight: 700;
}


/*=====================================-->
<!--=        Contact FAQs Section         =-->
<!--=====================================*/ 


section#contact_faqs {
    position: relative;
    overflow: visible;
}
section#contact_faqs img.contact_faqs_shape {
    position: absolute;
    right: 5%;
    top: -8%;
}
.contact_faqs_container {
    max-width: 85%;
}
section#contact_faqs h2.section_title {
    color: var(--black);
    margin-bottom: 2%;
}



/*=====================================-->
<!--=        Location Card         =-->
<!--=====================================*/

.location_card_img {
    position: relative;
    padding-top: 125%;
}
.location_card_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.location_card {
    display: grid;
    position: relative;
    border: 1px solid #000000;
}
.location_card_content {
    display: grid;
    gap: 20px;
}
span.location_city {
    font-weight: 700;
    display: block;
    padding: 10px 25px;
    font-size: 20px;
    color: var(--primary-color);
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    background: var(--secondary-color);
    margin: 0px;
}
.location_img_with_info{
  position: relative;
}
a.location_card_link {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-body);
    line-height: 40px;
    color: var(--text-color);
    text-decoration: unset;
    text-align: right;
    padding: 20px 30px;
    background: #EFEAE4;
    text-transform: uppercase;
    border-top: solid 1px var(--black);
}



.story_main_image{
  position: relative;
  overflow: hidden;
  padding-top: 35%;
}
.story_main_image img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}


h2.single_story_title {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 110%;
}
.single_story_meta {
    margin: 20px 0px;
    display: grid;
    gap: 10px;
    font-size: 16px;
    color: var(--primary-color);
    line-height: 100%;
}
.single_story_author{
  font-weight: 700;
}
.single_story_content {
    display: grid;
    gap: 20px;
    font-size: 16px;
/*     text-transform: capitalize; */
}
.single_story_content b, 
.single_story_content strong {
    font-weight: 700!important;
}
.back_to_stories_btn {
    margin-top: 6%;
    margin-inline: auto;
    text-align: center;
}




section#stories_contact {
    border-top: 1px solid;
}

.stories_contact_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.stories_contact_img {
    background: var(--secondary-color);
    position: relative;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stories_contact_img .animate_img {
    margin: auto;
    width: 60%;
    text-align: center;
}
.stories_contact_content > * {
    padding: 50px 80px;
}
.stories_contact_content  .details_block{
  background: var(--primary-color);
}
.stories_contact_content .details{
    /* width: 53%; */
    width:60%;
    margin-right: auto;
}
.stories_contact_content .details .description p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    letter-spacing: 0.2px;
}
.stories_contact_content .details .description p span {
    opacity: 70%;
}
.stories_contact_content .details h2 {
    color: var(--white);
    text-transform: uppercase;
    /* font-size: 82px; */
    margin: 0px 0px 10px;
    letter-spacing: 2px;
}
div#wpforms-378 {
    margin-top: 0px;
}
.form_block input {
    background: transparent!important;
    border-color: var(--black)!important;
    border-width: 0px 0px 1px 0px!important;
    border-radius: 0px!important;
    padding: 0px!Important;
    color: var(--black)!important;
    font-size: 16px !important;
    height: 42px!important;
}
::placeholder {
    color: var(--black)!important;
    opacity: 1!important;
}
.form_block .wpforms-field {
    padding: 0px 0px 20px!important;
}
.form_block div.wpforms-field.wpforms-field-checkbox.wpforms-list-inline {
    margin: 15px 0px;
}
.form_block label.wpforms-field-label-inline {
    font-size: 14px!important;
    padding-top: 2px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0px!important;
}
input#wpforms-378-field_15_1 {
    height: 18px!important;
}
.form_block input:focus{
    border-color: var(--black)!important;
    border-width: 0px 0px 1px 0px!important;
    box-shadow: unset!important;
}
.contact_btn {
    background-color: var(--primary-color)!important;
    color: var(--white)!important;
    padding: 16px 80px!important;
    height: unset!important;
    font-family: var(--font-body)!important;
    font-weight: 700!important;
    font-size: 14px!important;
    line-height: 100%!important;
    letter-spacing: 0!important;
    text-align: center!important;
    text-decoration: unset!important;
    position: relative!important;
    overflow: hidden!important;
    display: inline-block!important;
    transform: scale(1)!important;
    text-transform: capitalize!important;
    border-radius: 100px!important;
    min-width: 200px!important;
    text-transform: uppercase!important;
    transition: all 0.5s ease!important;
}