/**************** General styles ******************** *
 *  container
 *  body, html
 *  Global Styles
****************************************************/

/** container **/

:root{
    --color-heading:#3A3A3A;
    --color-light: #fff;
    --color-dark-gray:#3A3A3A;  
    --color-yellow:#FEEE98;
}
.container{
    max-width: 1310px;
    margin-inline: auto; 
    padding: 0 100px;  
}
.subtitle {
    align-items: center;
}
.bg-white{
    background: #fff;
}
.bg-yellow{
    background-color: var(--color-yellow);
}
.bg-dark-gray{
    background-color: var(--color-dark-gray);
}
.color-light{
    color: #fff;
}
.color-light a{
    color: #fff;
}
.color-light h1{
    color: #fff;
}
/** Buttons **/
.button-wrapper { gap: 30px;}
.btn {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px 18px 15px 10px;
    text-transform: uppercase;
    text-align: center;
    gap: 17px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.button-primary {
    background-color: var(--color-yellow);
}
.button-secondary {
    background-color: #fff;
}
.button-secondary:hover {
    background-color: var(--color-yellow);
}
.button-wrapper {
    align-items: end;
}
.btn-small{
    padding: 7px 12px; 
    font-size: 13px;
}

.button-link{
    text-transform: uppercase;
}
button.button.nostyle {
    background: transparent;
    border: none;
    min-width: initial;
}
.border-top{
    border-top: 1px solid #A28D75;
}
.border-bottom{
    border-bottom: 1px solid #DDC9C0;
}
.border-bottom-white{
    border-bottom: 1px solid #fff;
}
.para-gray{
    color: var(--color-gray);
}
.dark-overlay{
    position: relative;
}
.dark-overlay .container {
    position: relative;
    z-index: 1;
}
.dark-overlay::before {
    background: #000;
    opacity: 40%;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}
.outline-text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.divider-line {
    height: 1px;
    width: 100%;
}
.divider-line-white {
    background: #fff;
}
a{
    color: var(--color-primary);
}
.text-white,
.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h5,.text-white h6,.text-white p{
    color: #fff;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.overflow-hidden{
    overflow: hidden;
}
.overflowx-hidden{
    overflow-x: hidden; 
}
/** Padding **/
.py-140{
    padding-top: 140px;
    padding-bottom: 140px;
}
.py-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.py-110{
    padding-top: 110px;
    padding-bottom: 110px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt-120{
    padding-top: 120px;
}
.pt-110{
    padding-top: 110px;
}
.pt-100{
    padding-top: 100px;
}
.pt-90{
    padding-top: 90px;
}
.pt-80{
    padding-top: 80px;
}
.pt-70{
    padding-top: 70px;
}
.pt-60{
    padding-top: 60px;
}
.pt-50{
    padding-top: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pt-30{
    padding-top: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pt-10{
    padding-top: 10px;
}
.pb-120{
    padding-bottom: 120px;
}
.pb-110{
    padding-bottom: 110px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-90{
    padding-bottom: 90px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-10{
    padding-bottom: 10px;
}
.p-100{
    padding: 100px;
}
.p-90{
    padding: 90px;
}
.p-80{
    padding: 80px;
}
.p-70{
    padding: 70px;
}
.p-60{
    padding: 60px;
}
.p-50{
    padding: 50px;
}
.p-40{
    padding: 40px;
}
.p-30{
    padding:30px;
}
.p-20{
    padding: 20px;
}
.p-10{
    padding: 10px;
}
.px-100{
    padding-left: 100px;
    padding-right: 100px;
}
.px-90{
    padding-left: 90px;
    padding-right: 90px;
}
.px-80{
    padding-left: 80px;
    padding-right: 80px;
}
.px-70{
    padding-left: 70px;
    padding-right: 70px;
}
.px-60{
    padding-left: 60px;
    padding-right: 60px;
}
.px-50{
    padding-left: 50px;
    padding-right: 50px;
}
.px-40{
    padding-left: 40px;
    padding-right: 40px;
}
.px-30{
    padding-left: 30px;
    padding-right: 30px;
}
.px-20{
    padding-left: 20px;
    padding-right: 20px;
}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.p-0{
    padding: 0;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-0{
    margin-bottom: 0;
}
.m-0{
    margin: 0;
}

/** body, html **/

body{
    box-sizing: border-box;
    overflow-x: hidden;
    margin:0;
}
html {
  scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: border-box;
}
/** Global Styles **/
img {
    height: auto;
    max-width: 100%;
    border-style: none;
    display: block;
}
.space-between{
    justify-content: space-between;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.d-inline-flex{
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
}
.flex-column{
    flex-direction: column;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-start{
    justify-content: flex-start;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-end{
    justify-content: flex-end;
}
.align-items-start{
    align-items: flex-start;
}
.align-items-center{
    align-items: center;
}
.align-items-end{
    align-items: flex-end;
}
.d-grid{
    display: grid;
}
.gap-10{
    gap: 10px;
}
.gap-20{
    gap: 20px;
}
.gap-30{
    gap: 30px;
}
.gap-40,
.gap-40 .d-grid {
    gap: 40px;
}
.gap-50{
    gap: 50px;
}
.gap-60{
    gap: 60px;
}
.gap-100{
    gap: 100px;
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}
.bgcvrcenter,
.cover{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.w-100{
	width: 100%;	
}
.h-100{
	height: 100%;	
}



.columns-2{
    grid-template-columns: repeat(2,1fr);
}
.columns-3,
.grid-column-3 .simple-grid-row {
    grid-template-columns: repeat(3,1fr);
}
.columns-4{
    grid-template-columns: repeat(4,1fr);
}
.grid-column-3 .columns-2 {
    grid-template-columns: repeat(3, 1fr);
}

.left-overlay:before{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0,0,0,0.9), transparent);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-container-horizontal {
    overflow: hidden;
}

/** Popup styles **/
body:has(div.popup-box.active) {
    overflow: hidden;
}
.open-popup {
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

/* Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

/* Popup Box */
.popup-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    animation: popupFade 0.4s ease;
    height: 100%;
    width: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.4);
    padding: 50px 20px;
}
.popup-box::before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.popup-box.active{
    opacity: 1;
    visibility: visible;
}
.popup-box .popup-box-wrapper {
    display: inline-block;
    background: #fff;
    max-width: 600px;
    width: 100%;
    margin: auto;
    vertical-align: middle;
    border-radius: 10px;
}
.popup-box-head {
    display: flex;
    justify-content: space-between;
}
@keyframes popupFade {
  from {opacity: 0; transform: translate(-50%, -60%);}
  to {opacity: 1; transform: translate(-50%, -50%);}
}
.popup-box .popup-box-wrapper .popup-box-head {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.popup-box .popup-box-wrapper  .popup-box-content {
    padding: 20px;
}

/* Close Button */
.popup-close {
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}
.popup-box-head svg {
    width: 16px;
    height: 16px;
}

/* Form Container */
#popup-form-container {
  margin-top: 20px;
}

