:root {
--primary-color: #739E73;
--primary-background: #fdf8f0;
--secondary-color: #FFDB4F;
--primary-black:#424040;
--white:#fff;
--black:#000;
--yellow:#FEE795;
--radius-card: 16px;
--radius-img: 14px;
--shadow-card: 0 8px 32px rgba(0,0,0,0.08);
--transition-base: 0.25s ease;
--light-green:#A7BD9D;
--color-surface: #ffffff;
--color-primary: #3a6b4a;
--color-primary-hover: #2e5439;
--color-text: #2c2c2c;
--color-muted: #6b6b6b;
--color-accent: #c8d8c0;
--grey:#DDE1D3;
--light-green:#A7BD9E;
--font-body: "Lato", sans-serif;
--font-heading: "Lora", serif;
}
@font-face { font-family:'Lato'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lato-Thin.woff2) format('woff2'); font-weight:100; font-display:swap; }
@font-face { font-family:'Lato'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lato-Light.woff2) format('woff2'); font-weight:300; font-display:swap; }
@font-face { font-family:'Lato'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lato-Regular.woff2) format('woff2'); font-weight:400; font-display:swap; }
@font-face { font-family:'Lato'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lato-Bold.woff2) format('woff2'); font-weight:700; font-display:swap; }
@font-face { font-family:'Lato'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lato-Black.woff2) format('woff2'); font-weight:900; font-display:swap; }
@font-face { font-family:'Lora'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lora-Regular.woff2) format('woff2'); font-weight:400; font-display:swap; }
@font-face { font-family:'Lora'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lora-Medium.woff2) format('woff2'); font-weight:500; font-display:swap; }
@font-face { font-family:'Lora'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lora-SemiBold.woff2) format('woff2'); font-weight:600; font-display:swap; }
@font-face { font-family:'Lora'; src:url(//165.232.41.134/wp-content/themes/juntos/assets/fonts/Lora-Bold.woff2) format('woff2'); font-weight:700; font-display:swap; } body,
button,
input,
select,
textarea {
font-family: var(--font-body);
}
h1,h2,h3,h4,h5,h6 {
font-family: var(--font-heading);
}
body {
background-color: var(--primary-background);
font-family:"Lato", sans-serif;;
}
.spacer {
margin-bottom:4em;
}
.spacer-top {
margin-top:6em;  
}
.btn-site-primary {
font-weight: 700;
font-size: 16px;
background-color: var(--primary-color);
color: #fff !important;
border: none;
border-radius: 5px 5px 33px 5px;
padding: 10px 26px;
transition: var(--transition-base);
width: fit-content;
text-decoration: none;
}
.btn-site-primary:hover {
color:var(--primary-color) !important;
background-color:var(--yellow);
}
.secondary-btn {
background: var(--primary-color);
color: var(--white) !important;
text-decoration: none;
padding: 12px 20px;
border-radius: 30px;
font-size: 16px;
font-weight: 700;
} .main-header a {
outline:none !important; 
}
.header-btn {
color: var(--white) !important;
text-decoration: none;
background: var(--primary-color);
padding: 10px 20px;
border-radius: 50px;
transition: all 0.3s ease;
font-weight:700;
}
.header-btn:hover {
color: var(--primary-color) !important;
background-color:var(--yellow);
}
.main-header {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
padding: 20px 30px;
transition: all 0.3s ease;
}
.main-header.sticky {
background: #424040;
box-shadow: 0 5px 20px rgba(0,0,0,0.15);
border-radius: 0 0 20px 20px;
transform: translateY(0);
}
.main-header {
transform: translateY(0);
}
.right-menu {
width: 450px;
display: flex;
align-items: end;
justify-content: end;
}
.logo a {
font-size: 32px;
font-weight: 700;
color: var(--white);
text-decoration: none;
margin-left: 12px;
}
.logo span {
color: #f4c542;
}
.desktop-menu a {
color: var(--white);
text-decoration: none;
font-size: 16px;
position: relative;
padding: 10px 10px;
border-radius: 50px;
transition: all 0.3s ease;
}
.desktop-menu li:hover a {
color: #000;
background: var(--light-green);
}
.desktop-menu a:hover::after {
width: 100%;
}
.menu-toggle {
cursor: pointer;
width: 25px;
}
.menu-toggle span {
display: block;
height: 2px;
background: var(--white);
margin: 5px 0;
transition: 0.3s;
} .desktop-menu ul {
padding: 0;
margin: 0;
display: inline-flex;
}  .header-btn.active-space-btn{
color: var(--primary-color) !important;
background-color: var(--yellow);
}
.capacity-options p {
margin: 0;
cursor: pointer;
text-align: center;
padding: 8px;
border-radius: 10px;
} .desktop-menu li {
position: relative;
}
.desktop-menu li .sub-menu {
position: absolute;
left: 0;
top: 100%;
padding: 45px 0;
display: flex;
gap: 15px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
white-space: nowrap;
margin: 0 10px;
}
.desktop-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.desktop-menu li .sub-menu li {
list-style: none;
}
.desktop-menu li .sub-menu li a {
display: inline-block;
padding: 10px 20px;
background: var(--white);
border-radius: 50px;
text-decoration: none;
color: var(--primary-black);
font-size: 14px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
width: 130px;
text-align: center;
}
.desktop-menu li .sub-menu li a:hover {
background: var(--primary-color);
color: #fff;
}  .mobile-menu .sub-menu {
display: none;
padding-left: 20px;
margin-top: 10px;
}
.mobile-menu li {
position: relative;
}
.mobile-menu li > a {
display: block;
padding: 10px 20px;
color: var(--white);
text-decoration: none;
width:fit-content;
border-radius: 30px;
}
.mobile-menu li a:hover {
background: var(--primary-color);
color: var(--white);
}
.mobile-menu .sub-menu li a {
display: block;
padding: 10px 20px;
color: var(--white);
font-size: 16px;
border-radius: 30px;
} .mobile-menu {
position: fixed;
top: 0;
left: -100%;   
width: 100%;
height: 100%;
background: linear-gradient(180deg, #111, #444);
z-index: 1000;
transition: 0.4s ease;
}
.mobile-menu.active {
left: 0;  
}
.mobile-menu-inner {
padding: 30px 15px;
color: var(--white);
opacity: 0;
transform: translateX(-30px);
transition: all 0.4s ease;
}
.mobile-menu.active .mobile-menu-inner {
opacity: 1;
transform: translateX(0);
}
.mobile-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.close-menu {
font-size: 30px;
cursor: pointer;
color:var(--white);
}
.mobile-menu ul {
list-style: none;
padding: 0;
margin-top: 40px;
margin-left: 0;
}
.mobile-menu ul li {
margin-bottom: 10px;
}
.mobile-menu a:focus,
.mobile-menu a:focus-visible {
outline: none;
box-shadow: none;
}
.main-header li {
list-style: none;
} .mobile-menu .menu-item-has-children > a{
position: relative;
padding-right: 35px;
}
.mobile-menu .menu-item-has-children > a::after{
content: "\f078";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
transition: 0.3s ease;
} .mobile-menu .menu-item-has-children.active > a::after{
transform: translateY(-50%) rotate(180deg);
}
body.menu-open {
overflow: hidden;
}
.page-id-23 {
background: #fffcf2;
}
.hero-banner {
height: 70vh;
position: relative;
border-radius: 0 0 30px 30px;
overflow: hidden;
}
.hero-banner picture,
.hero-banner picture img {
width: 100%;
height: 100%;
display: block;
}
.hero-banner picture {
position: absolute;
inset: 0;
}
.hero-banner picture img {
object-fit: cover;
}
.hero-banner {
height: 70vh;
position: relative;
border-radius: 0 0 30px 30px;
display: flex;
align-items: end;
justify-content: center;
margin: 0 auto;
text-align: center;
color: var(--white);
}
.hero-banner picture,
.hero-banner img {
width: 100%;
display: block;
}
.hero-banner h1 {
font-size: 48px;
color: var(--primary-background);
z-index: 1;
position: relative;
width: min(100%, 650px);
margin: 0 auto;
font-style: italic;
font-weight: 400;
margin-bottom:40px;
}
@media (max-width: 768px){ }
.page-id-8 
.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to bottom,
#00000080 0%,
rgba(0, 0, 0, 0.2) 50%,
#00000080 100%
);
border-radius: 0 0 30px 30px;
}
.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to bottom,
#00000080 0%,
rgba(0, 0, 0, 0.2) 50%,
#00000080 100%
);
border-radius: 0 0 30px 30px;
}
.font-title {
margin-bottom: 30px;
font-weight: 700;
font-style: italic;
font-size: 48px;
color: var(--primary-black);
letter-spacing: 1px;
}
.font-title .dot {
display: inline-block;
width: 13px;
height: 13px;
background-color: #FFDB4F;
border-radius: 50%;
margin-left: 5px;
vertical-align: middle;
margin-top: 10px;
}
.small-dot {
display: inline-block;
width: 8px;
height: 8px;
background-color: var(--secondary-color);
border-radius: 50%;
margin-left: 5px;
vertical-align: middle;
margin-bottom:-14px;
}
.body-copy {
font-size: 18px;
color: var(--primary-black);
font-weight: 300;
}
.common-sec {
padding:6em 0;
}
.margin-sec {
margin:6em 0;
}
.green-bg {
background-color:var(--primary-color);
}
.primary-green-bg {
background-color:#8DAD88;
}
.yellow-bg {
background-color:var(--yellow);
}
.white-bg {
background-color:var(--white); 
}
.section-py   { 
padding-top: 80px;
padding-bottom: 80px;
}
.img-text-wrp {
background-color: var(--color-bg);
}
.img-text-wrp--full-width {
overflow: hidden;
}
.img-text-wrp--full-width {
max-width: 100%;
padding-right: 0;
}
.body-copy a {
color: var(--primary-black);
text-decoration: none;
}
.event-space {
margin-top:0em !important; 
}
.img-text-wrp--full-width .row {
align-items: stretch;
margin-right: -10px;
}
.img-left-content-wrp,
.right-img-content-wrp {
width: 70%;
margin-left: auto;
margin-right: auto;
}
.right-img-content-wrp {
display: flex;
flex-direction: column;
height: 100%;
align-items: flex-start;
justify-content: flex-start;
margin-top:1em;
}
.img-left-content-wrp {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
height: 100%;
}
.img-text-wrp--full-width .img-text-wrp__img-col {
padding: 0;
margin-right: calc(-50vw + 49%);
}
.img-text-wrp__img-col .img-cover-box {
transition: transform 0.4s ease, box-shadow 0.4s ease;
cursor:pointer;
}
.img-text-wrp__img-col .img-cover-box {
position: relative;
height: 100%;
min-height: 480px;
overflow: visible; 
}
.img-mask { border-radius: var(--radius-img) 0 0 var(--radius-img);
overflow: hidden; 
}
.right-img-mask {
border-radius: 0 var(--radius-img) var(--radius-img)  0; 
}
.img-mask img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-cover-box img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-text-wrp--reverse .img-text-wrp__text-col {
padding-left: 48px;
padding-right: 0;
}
.img-text-wrp--full-width.img-text-wrp--reverse .img-text-wrp__img-col {
margin-left: calc(-50vw + 50%);
margin-right: 0;
}
.img-text-wrp__sticker {
position: absolute;
bottom: -50px;
left: 50px;
width: 120px;
z-index: 5;
}.partners-marquee {
overflow: hidden;
position: relative;
}
.partners-section.mb-5 {
padding-bottom: 3em;
}
.partners-track {
display: flex;
width: max-content;
animation: scrollPartners 35s linear infinite;
}
.partner-item {
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
cursor: pointer;
}
.partner-item img {
max-width: 150px;
height: auto;
opacity: 0.7;
filter: grayscale(100%);
transition: all 0.3s ease;
}
.partner-item img:hover {
opacity: 1;
filter: grayscale(0%);
}
@keyframes scrollPartners {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
.partners-marquee:hover .partners-track {
animation-play-state: paused;
}
.partners-marquee::before,
.partners-marquee::after {
content: "";
position: absolute;
top: 0;
width: 100px;
height: 100%;
z-index: 2;
}
.partners-marquee::before {
left: 0;
background: linear-gradient(to right, #fdf8f0, transparent);
}
.partners-marquee::after {
right: 0;
background: linear-gradient(to left, #fdf8f0, transparent);
} .location-img {
position: relative;
width: 100%;
height: 100%;
}
.location-img img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
transition: opacity 0.5s ease;
}
.img-default {
opacity: 1;
z-index: 1;
}
.img-hover {
opacity: 0;
z-index: 2;
}
.location-card:hover .img-default {
opacity: 0;
}
.location-card:hover .img-hover {
opacity: 1;
height: 200px;
}
.location-card {
position: relative;
border-radius: 20px;
overflow: hidden;
height: 440px;
cursor:pointer;
margin: 25px 0 0;
}
.arrow-icon img {
filter: brightness(0) invert(1);
width: 100%;
max-width: 20px;
}
.location-section .body-copy {
width: min(100%, 900px);
color: var(--black);
margin: 0 auto;
text-align: center;
}
.location-title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 80px 20px 20px;
color: #fff;
background: linear-gradient(to top, rgb(0 0 0 / 84%), transparent);
z-index: 2;
transition: 0.3s;
}
.location-card h3 {
font-size: 22px;
margin: 0;
}
.location-title p {
font-size: 14px;
margin: 0;
}
.location-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #DDE1D3;
padding: 25px;
transform: translateY(100%);
transition: 0.45s ease;
z-index: 3;
border-radius: 0 0 20px 20px;
}
.location-card:hover .location-content {
transform: translateY(0);
}
.location-card:hover .location-title {
opacity: 0;
}
.location-content ul {
list-style: none;
padding: 0;
margin: 0;
}
.location-content ul li {
margin-bottom: 8px;
font-size: 14px;
display: flex;
align-items: center;
gap: 8px;
color: var(--primary-color);
}
.location-content ul li i {
color: #739E73;
font-size: 8px;
}
.explore-btn {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 15px;
text-decoration: none;
color: #000 !important;
font-weight: 500;
}
.arrow-icon {
width: 38px;
height: 38px;
background: #739E73;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.location-card:hover .arrow-icon {
transform: translateX(6px);
}
.refer-banner {
background: #8DAD88;
padding: 35px 0px;
}
.refer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.refer-arrow img {
width: 100%;
max-width: 20px;
}
.refer-text {
font-size: 34px;
font-style: italic;
color: #424040;
margin: 0;
font-weight: 300;
}
.refer-link {
display: flex;
align-items: center;
gap: 15px;
text-decoration: none;
color: #424040 !important;
font-size: 16px;
font-weight: 600;
justify-content: space-between;
}
.refer-arrow {
width: 42px;
height: 42px;
background: #e9ece3;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.refer-arrow i {
font-size: 14px;
}
.refer-link:hover .refer-arrow {
transform: translateX(6px);
background: #fff;
} .values-section {
position: relative;
}
.values-section {
min-height: 200vh;
}
body {
overflow-x: hidden;
}
.value-card {
padding: 25px;
border-radius: 15px;
font-size: 18px;
font-style: italic;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
width: 100%;
min-height: 220px;
padding: 20px;
}
.value-card img {
width: 90px;
height: 90px;
}
.values-box-wrp {
height: 480px;
overflow: hidden;
position: sticky;
top: 120px;
background: linear-gradient(
to right,
transparent 0%,
transparent 50%,
var(--grey) 50%,
var(--grey) 100%
);
}
.values-track {
will-change: transform;
}
.values-left {
position: sticky;
top: 100px;
background-color: #d9e0d6;
padding: 4em 0em 0 8em;
}
.values-content h2 {
margin-bottom: 20px;
}
.values-right {
display: flex;
flex-direction: column;
gap: 30px;
background: var(--grey);
}
.card {
background-color: white;
border-radius: 8px;
padding: 25px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
opacity: 1 !important;
transform: translateY(50px);
transition: all 0.8s ease-out;
display: flex;
align-items: center;
gap: 20px;
min-height: 100px;
flex-direction: unset !important;
height: 200px;
margin-bottom: 30px;
}
.card.yellow {
background-color: #f9e7a6;
}
.card.green {
background-color: #a3b9a5;
}
.card.white {
background-color: #ffffff;
}
.card.active {
opacity: 1;
transform: translateY(0);
}
.card-icon {
font-size: 2.5rem;
}    
.values-track h3 {
font-size: 24px;
}
.card-text {
font-size: 1.1rem;
font-style: italic;
}
.values-section .body-copy {
width:min(100%, 380px);
}  .impact-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 30px;
border-radius: 15px;
height: 120px;
box-shadow: 0 8px 20px #42404026;
width: 100%; transition: all 0.4s ease;
overflow: hidden;
cursor: pointer;
}
.impact-box:hover {
transform: scale(1.03);
opacity: 0.9;
box-shadow: 0 12px 25px #42404040;
}
.impact-box h3 {
margin: 0;
min-width: 120px;
text-align: left;
transition: all 0.4s ease;
}
.impact-box p {
margin: 0;
font-size: 18px;
font-style: italic;
font-family: var(--font-heading);
flex: 1;
padding: 0 15px;
text-align: left;
transition: all 0.4s ease;
}
.impact-icon {
min-width: 40px;
text-align: right;
}
.impact-icon img {
width: 75px;
height: 75px;
transition: transform 0.4s ease;
} .impact-box:hover .impact-icon img {
transform: scale(1.12);
}
img.shak-hand-img {
width: 100px;
height: 100px;
}   .about-team .img-cover-box img {
width: 93%;
} .privacy-sec {
width: min(100%, 1150px);
margin: 0 auto;
}  .page-id-27{
background: #fcf5f0 !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 0em 0.5em 1em !important;
}
.contact-form-wrp {
width: 100%;
}
.contact-form-wrp input,
.contact-form-wrp select,
.contact-form-wrp textarea {
width: 100%;
padding: 12px 20px;
border-radius: 45px;
border: none;
outline: none;
margin: 10px 0;
box-shadow: 0 2px 8px rgba(66, 64, 64, 0.15);
font-size: 16px;
font-weight:300;
color:var(--black);
}
.check-box input {
width: fit-content !important;
}
.contact-form-wrp textarea {
resize: none;
height: 100px;
border-radius: 30px;
}
.contact-form-wrp input::placeholder,
.contact-form-wrp textarea::placeholder {
font-size: 16px;
font-weight:300;
color:var(--black); 
}
.contact-form-wrp input.wpcf7-form-control.wpcf7-submit {
width: fit-content;
background: var(--primary-color);
border-radius: 5px 5px 33px 5px;
color: var(--white);
padding: 13px 40px;
display: flex;
align-items: end;
font-weight: 700;
margin-top: 30px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-top: 0;
}  .contact-location-box {
position: relative;
border-radius: 15px;
overflow: hidden;
background: var(--light-green);
height: 450px;
margin-bottom: 20px;
cursor:pointer;
}
.contact-location-img img {
width: 100%;
height: 450px;
object-fit: cover;
display: block;
transition: 0.4s ease;
object-position: top;
}
.contact-location-content {
position: absolute;
bottom: -100%; 
left: 0;
width: 100%;
background: rgba(233, 230, 223, 0.95);
padding: 20px;
display: flex;
justify-content: space-between;
align-items: flex-start;
transition: 0.4s ease;
}
.contact-location-box:hover .contact-location-content {
bottom: 0;
}
.contact-location-text h3 {
font-size: 20px;
margin: 0;
font-weight: 500;
color: var(--black);
}
.contact-location-text p {
font-size: 16px;
margin: 5px 0 0;
}
.contact-location-icon img {
width: 24px;
height: 24px;
}
.contact-location-img img {
transition: 0.4s ease;
}  .address-sec img {
width: 100%;
max-width: 70px;
}
.address-sec {
padding: 30px 0;
}
.address-box-wrp {
display: flex;
align-items: center;
justify-content: center;
width: min(100%, 350px);
gap: 20px;
}
.address-sec h3 {
color: var(--primary-black);
font-size: 24px;
font-style: italic;
font-weight: 400;
margin-bottom: 10px;
}
.address-sec a {
text-decoration: none;
color: var(--primary-black);
font-size: 16px;
font-weight: 300;
}  .img-left-content-wrp.meet-room-content {
align-items: flex-start;
justify-content: center;
}
.meetingroom-card {
position: relative;
height: 450px;
border-radius: 20px;
overflow: hidden;
cursor: pointer;
}
.meetingroom-card .arrow img {
filter: brightness(0) invert(1);
width: 18px;
}
.meetingroom-img {
position: relative;
width: 100%;
height: 100%;
}
.meetingroom-img img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
transition: 0.5s ease;
}
.img-default {
opacity: 1;
}
.img-hover {
opacity: 0;
}
.meetingroom-card:hover .img-default {
opacity: 0;
}
.meetingroom-card:hover .img-hover {
opacity: 1;
transform: scale(1.05);
}
.meetingroom-title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
color: #fff;
background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
z-index: 2;
transition: 0.3s;
}
.meetingroom-title h3 {
margin: 0;
font-size: 24px;
font-weight: 400;
font-style: italic;
}
.meetingroom-title p {
margin: 0;
font-size: 16px;
}
.meetingroom-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #DDE1D3; 
color: #000;
padding: 20px;
opacity: 0;
transform: translateY(100%);
transition: 0.4s ease;
z-index: 3;
border-radius: 0 0 20px 20px;
}
.meetingroom-card:hover .meetingroom-content {
opacity: 1;
transform: translateY(0);
}
.meetingroom-card:hover .meetingroom-title {
opacity: 0;
}
.meetingroom-card:hover .meetingroom-content {
opacity: 1;
}
.meetingroom-card:hover .meetingroom-title {
opacity: 0;
}
.meetingroom-content h3 {
margin-bottom: 5px;
font-size:24px;
}
.meetingroom-content p {
font-size: 16px;
color:var(--primary-black);
}
.meetingroom-sec .price {
float: right;
font-size: 12px;
color: var(--primary-black);
font-weight: 600;
}
.meetingroom-content ul {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
margin: 15px 0;
list-style: none;
}
.meetingroom-content ul li {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
flex: 1;
font-size: 16px;
color: var(--primary-black);
}
.meetingroom-content ul img {
width: 35px;
height:35px;
margin-bottom: 8px;
}
.book-btn {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
text-decoration: none;
color: var(--black) !important;
font-weight: 500;
font-size: 16px;
font-weight: 700;
}
.meetingroom-sec .arrow {
width: 35px;
height: 35px;
background: var(--primary-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.meetingroom-card:hover .arrow {
transform: translateX(5px);
}    .event-sapce-content {
width: min(100%, 600px);
margin: 0 auto;
} .paly-btn {
position: sticky;
bottom: 20%;
left: 0;
z-index: 99;
background: #fff;
padding: 0px 15px 0px 30px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
width: fit-content;
}
body {
position: relative;
}
.paly-btn figure {
margin: 0;
}
.paly-btn img {
width: 100%;
max-width: 90px;
height: 100%;
}
.footer-top-sec img {
width: 100%;
max-width: 270px;
image-rendering: auto;
backface-visibility: hidden;
}
.footer-top-img {
text-align: end;
position: relative;
top: 53px;
}
.footer-sec {
background: var(--primary-color);
padding: 3em 2em;
border-radius: 30px 30px 0 0;
color: var(--primary-background);
background-position: bottom !important;
}
.footer-links {
display: inline-block;
}
.footer-sec a {
color: var(--primary-background);
text-decoration: none;
}
.footer-logo img {
width: 100%;
max-width: 200px;
}
.footer-sec li {
list-style: none;
}
.footer-sec ul {
padding:0;
margin:0;
}
.footer-links li {
padding: 12px 10px;
}
.footer-links a:hover {
color: #FFDB4F !important;
}
.social-links ul {
display: flex;
align-items: center;
justify-content: end;
gap: 25px;
}
.social-links ul li a {
color: var(--primary-color);
background: var(--primary-background);
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
font-size: 20px;
}
.social-links ul li a {
color: var(--primary-color);
}
.footer-brand-wrp img {
width: 100%;
max-width: 150px;
}
.social-links {
float: right;
}
.footer-brand-wrp img {
width: 100%;
max-width: 150px;
margin: 30px 0 0;
}
.copyright-wrp p {
float: right;
font-weight: 700;
margin-top: 20px;
font-size: 14px;
}
.footer-form-wrp p {
font-size: 18px;
margin-bottom: 10px;
}
.newsletter-field {
display: flex;
align-items: center;
gap: 8px;
}
.newsletter-field p {
margin: 0;
display: contents;
}
.newsletter-field input[type="email"] {
flex: 1;
padding: 12px 20px;
border-radius: 25px;
border: none;
background: var(--primary-background);
font-size: 16px;
font-weight: 700;
width: 320px;
}
.newsletter-field input::placeholder {
color: var(--primary-black);
}
.newsletter-field input[type="submit"] {
padding: 15px 25px;
border-radius: 25px;
border: none;
background: var(--primary-black);
color: var(--primary-background);
cursor: pointer;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.5px;
}
@media only screen and (max-width:991px) {
.footer-sec {
padding: 3em 0em;
}
.newsletter-field input[type="email"] {
width: 230px;
padding:15px 20px;
}
.copyright-wrp p {
font-size: 14px;
margin-top:10px;
}
.newsletter-field {
gap: 5px;
}
}
@media only screen and (max-width: 767px) {
.footer-form-wrp {
display: none;
}
.find-tabs {
justify-content: space-between;
}
.contact-location-text p {
font-size: 14px;
}
.btn-site-primary {
font-size: 14px;
border-radius: 5px 5px 33px 5px;
padding: 7px 20px;
}
.spacer-top {
margin-top:3em;  
}
.common-sec.impact {
padding: 3em 0 0em;
}
.footer-logo {
order: -1;
margin-bottom: 20px;
text-align: center;
display: none;
}
.copyright-wrp p {
text-align: center;
float: none;
font-size: 12px;
}
.footer-links li {
padding: 8px 5px;
}
.footer-links a {
font-size: 12px;
}
.footer-brand-wrp img {
max-width: 110px;
margin: 20px 0 0;
}
.footer-top-img {
top: 32px;
}
.footer-top-sec img {
width: 100%;
max-width: 180px;
}
.footer-sec {
padding: 3em 0em 3em;
background-color: var(--primary-color) !important;
background-size: contain !important;
}
.refer-inner {
gap: 4px;
}
.paly-btn img {
max-width: 60px;
}
}
@media (max-width: 1250px) {
.font-title {
font-size: 35px;
}
}
@media (max-width: 768px) {
.hero-banner h1 {
font-size: 25px;
margin-bottom:30px;
}
.font-title {
font-size: 24px !important;
}
.partner-item img {
max-width: 100px !important;
}
.font-title .dot {
width: 7px;
height: 7px;
}
.happiness .img-cover-box img {
margin-left: 15px;
}
.impact .img-cover-box img {
padding-right: 10px;
}
.location-section {
padding: 0 10px;
}
.location-card {
height: auto;
margin: 10px 10px;
}
.values-content {
text-align: center;
padding: 30px 15px;
}
.logo img {
width: 100%;
max-width: 130px;
}
.main-header.sticky {
padding: 10px 0px;
}
.paly-btn {
padding: 0px 15px 0px 15px;
bottom: 28%;
}
.logo.text-center img {
width: 100%;
max-width: 130px;
}
.main-header {
padding: 10px 0px;
}
.partners-section.mb-5 {
padding-bottom: 0em;
padding:0 10px;
}
.hero-banner {
height: 60vh;
}
.values-track {
transform: none !important;
}
.values-box-wrp {
height: auto;
overflow: hidden;
position: sticky;
top: 120px;
background: var(--grey);
}
.values-section {
position: relative;
height: auto;
}
.values-right {
padding: 0 15px;
}
.values-section {
padding: 20px 0px !important;
}
.values-left {
padding: 10px 0em 0 0px !important;
}
.social-links ul li a {
width: 30px;
height: 30px;
font-size: 15px;
}
.values-section .body-copy {
width: 100%;
}
.card {
transform: translateY(0px);
}
.values-track h3 {
font-size: 16px;
}
.value-card {
padding: 15px !important;
min-height: 140px !important;
max-height: 140px !important;
margin-bottom:10px !important;
}
.value-card h3 {
font-size: 18px;
}
.location-img {
position: relative;
height: 180px;
}
.location-content ul li {
margin-bottom: 3px;
font-size:12px;
}
.location-card h3 {
font-size: 18px;
}
.location-content p {
margin-bottom: 10px;
}
.explore-btn {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 5px;
gap: 30px;
font-size: 13px;
}
.arrow-icon {
width: 28px;
height: 28px;
}
.arrow-icon img {
max-width: 16px;
}
.location-img img {
position: absolute; 
width: 100%;
height: 100%;
object-fit: cover;
}
.img-default {
opacity: 1 !important;
}
.img-hover {
display: none; 
}
.location-title {
background: none;
color: #000;
opacity: 1;
}
.location-content {
padding: 15px 15px;
}
.location-content {
position: relative;
transform: translateY(0);
border-radius: 0 0 20px 20px;
font-size: 14px;
}
.img-text-wrp__img-col .img-cover-box { min-height: unset;
border-radius: var(--radius-img);
margin-top: 30px;
}
.body-copy {
font-size: 16px;
}
.img-left-content-wrp, .right-img-content-wrp {
padding: 0 15px !important;
}
.img-text-wrp__text-col {
padding: 0;
}
.img-text-wrp--full-width .img-text-wrp__img-col {
margin: 0 !important;
}
.location-card:hover .location-content {
transform: none;
}
.refer-arrow {
width: 30px;
height: 30px;
}
.refer-arrow img {
max-width: 10px;
}
.section-py {
padding-top: 50px;
padding-bottom: 50px;
}
.refer-text {
font-size: 15px !important;
width: 140px;
}
.refer-link {
margin-top: 10px;
font-size: 12px;
gap: 10px;
}
.address-box-wrp {
margin-top: 20px;
}
.address-sec {
padding: 15px 0 30px;
}
.spacer {
margin-bottom: 1em;
}
.meetingroom-content {
opacity: 1;
transform: translateY(0);
}
.meetingroom-title {
opacity: 0;
}
.meetingroom-card:hover .meetingroom-content {
opacity: 1;
transform: translateY(0);
}
.meetingroom-card:hover .meetingroom-title {
opacity: 0;
}
.meetingroom-card:hover .img-default {
opacity: 1;
}
.meetingroom-card:hover .img-hover {
opacity: 0;
transform: none;
}
.podcast-bg-wrp ul {
flex-wrap: wrap;
gap: 25px;
}
.podcast-bg-wrp ul li {
flex: 0 0 45%;
}
.contact-location-content {
padding: 15px;
}
.contact-location-box {
height: auto !important;
margin: 10px 15px;
}
.contact-location-content {
bottom: 0;             
position: relative;     
}
.contact-location-img img {
height: 350px;
}
.impact-box h3 {
margin-bottom: 5px;
min-width: 50px;
}
.impact-box {
padding: 15px 15px;
}
.impact-icon img {
width: 60px;
height: 60px;
}
img.shak-hand-img {
width: 70px;
height: 70px;
}
.impact-box p {
font-size: 16px;
text-align: center;
}
}
@media (min-width: 1199px) {
.desktop-menu { display:flex !important; }
.menu-toggle { display:none !important; }
}
@media (max-width: 1199px) {
.desktop-menu { display:none !important; }
.menu-toggle { display:block !important; }
.header-btn {
display:none;
}
.impact-box p {
font-size: 16px;
width: min(100%, 120px);
}
.right-menu {
width: 30px;
}
.logo.text-center {
text-align: center;
width: 100%;
}
.find-tabs {
padding: 15px 10px;
gap: 15px;
align-items: center;
}
.capacity-options {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.flatpickr-calendar.animate.arrowTop.arrowLeft.rightMost.open {
right: 26px !important;
}
.find-tabs span {
padding-left: 0;
}
.find-tabs span.active::before{
display:none;
}
.find-fields {
flex-direction: column;
align-items: flex-start;
padding: 20px 30px;
border-radius: 20px;
}
.find-fields label {
font-size: 16px;
gap: 20px;
}
.find-fields {
gap: 20px;
}
}
@media only screen and (max-width:992px) {
.find-space-bar{
width:100%;
display:none;
position:relative !important;
top:0 !important;
left:0;
padding-top:40px;
}
.mobile-menu-inner {
color:var(--primary-black);
}
.img-mask {
border-radius: 0px;
}
.img-left-content-wrp {
align-items: center;
}
.right-img-content-wrp {
align-items: center;
}
.img-left-content-wrp.meet-room-content {
align-items: center;
justify-content: center;
}
.values-cards {
overflow: hidden;
position: relative;
}
.refer-text {
font-size: 25px;
}
.common-sec {
padding:3em 0;
}
.margin-sec {
margin:3em 0;
}
.img-left-content-wrp,
.right-img-content-wrp {
width: 100%;
margin-left: 0px;
text-align: center;
padding: 0 40px;
}  
.right-img-content-wrp {
margin-top:0em;
}
.values-section {
flex-direction: column;
padding: 50px 20px 0;
}
.values-left {
position: relative;
top: 0;
}
.values-left {
padding: 3em 0em 0 3em;
}
}