/*
** Theme Variables
*/
:root {
    --green: #399c39;
    --red: #dc3232;
    --white: #ffffff;
    --black: #000000;

    --primary:  #1176C6;
    --primary-a:  #0a5ea3;
    --gray: #5A5D5F;

    --body: var(--gray);
    --light: #EFF5FA;
   
    --link: var(--primary);

    --formfieldbg: rgba(255, 255, 255, 1);
    --formfieldplaceholder: var(--gray);
    --formtextcolor: var(--black);
    --formfieldborder: rgba(17, 118, 198, 0.15);

    --siteradius: 0;
    --secspace: 100px;

    scroll-behavior: auto !important;
}

:target {
    scroll-margin-top: 160px
}
  

/*
** Fonts
*/
@font-face {
    font-family: 'kaftan';
    src: url('../fonts/KaftanSerifTrial-Regular.woff2') format('woff2'),
        url('../fonts/KaftanSerifTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-lt';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-md';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-sb';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*
** Font Icons
*/
@font-face {
    font-family: 'villae';
    src:  url('../fonts/icons/villae.ttf?tafd97') format('truetype'),
        url('../fonts/icons/villae.woff?tafd97') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'villae';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-li:before {
    content: "\e90d";
}
.icon-yt:before {
    content: "\e90c";
}
.icon-whatsapp:before {
    content: "\e90b";
}
.icon-wa:before {
    content: "\e900";
}
.icon-pin:before {
    content: "\e901";
}
.icon-fb:before {
    content: "\e909";
}
.icon-in:before {
    content: "\e90a";
}
.icon-mail:before {
    content: "\e906";
}
.icon-pause:before {
    content: "\e902";
}
.icon-play:before {
    content: "\e903";
}
.icon-plus:before {
    content: "\e904";
}
.icon-star:before {
    content: "\e905";
}
.icon-angle-down:before {
    content: "\e907";
}
.icon-call:before {
    content: "\e908";
}

/*
** Custom Reset
*/
*,:after,:before { -webkit-box-sizing: border-box; box-sizing: border-box }
img { max-width: 100%; height: auto; vertical-align: top; }
a, span, i, label { display: inline-block; }
a { color: var(--secondary); text-decoration: none; vertical-align: top; transition: 0.3s ease-in-out; }
a:hover { color: var(--link); }
a:focus { outline: none; }

header ul,
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p:last-child,
ul:last-child,
li:last-child {
  margin-bottom: 0;
}

button,
button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input:focus {
    outline: none;
    box-shadow: none;
}

ul, ol { padding-left: 20px; }

li { margin-bottom: 10px; }

/*
** Globals
*/
html { overflow-x: hidden; }

body {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: var(--body);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'kaftan', serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    color: var(--black);
}

h1, .h1 { --fsize: 52px; font-size: var(--fsize); line-height: calc(var(--fsize) + 17px); margin-bottom: 16px; }
h2, .h2 { --fsize: 52px; font-size: var(--fsize); line-height: calc(var(--fsize) + 17px); margin-bottom: 16px; }
h3, .h3 { --fsize: 32px; font-size: var(--fsize); line-height: calc(var(--fsize) + 12px); margin-bottom: 16px; }
h4, .h4 { --fsize: 24px; font-size: var(--fsize); line-height: calc(var(--fsize) + 8px); margin-bottom: 16px; }
h5, .h5 { --fsize: 20px; font-size: var(--fsize); line-height: calc(var(--fsize) + 8px); margin-bottom: 16px; }
h6, .h6 { font-size: 18px; line-height: 22px; margin-bottom: 14px; }

p { margin-top: 0; }

/* Form Fields */
form {
    --fieldsize: 52px;
    --fieldpadds: 0 20px;
    --fieldtop: 13px;
    --fieldfsize: 18px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
select,
textarea {
    font-family: 'montserrat', sans-serif;
    font-size: var(--fieldfsize);
    line-height: calc(var(--fieldsize) - 2px);
    width: 100%;
    height: var(--fieldsize);
    padding: var(--fieldpadds);
    border-radius: 0;
    background-color: var(--formfieldbg);
    border: 1px solid var(--formfieldborder);
    outline: 0 !important;
    vertical-align: top;
    color: var(--formtextcolor);
}

input::placeholder,
textarea::placeholder {
    color: var(--formfieldplaceholder);
}

textarea {
    padding-top: var(--fieldtop);
    line-height: 28px;
    height: 140px;
    resize: none;
}

select {
    width: 100%;
    padding-right: 42px;
    background-image: url('../images/angle-down.svg');
    background-size: 10px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

form label {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--black);
}

.iti, .wpcf7-form-control-wrap { display: block; }

.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.3;
    padding: 6px 0px 0px;
    margin-top: -4px;
    color: var(--red);
    /* background: #a60000; */
    border-radius: 0px 0px 10px 10px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.4em;
    padding: 8px 10px;
    margin: 20px 0 0 0;
    border: 0;
    border-radius: 5px;
    background: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: var(--green);
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: var(--red);
    color: #ffffff;
}

.wpcf7-spinner {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(110px) translateY(-15px);
}


/*Background Utilities*/
.bg--primary { background-color: var(--primary); color: var(--white); }
.bg--light { background-color: var(--light); }


/*Text Utilities*/
.text-rg { font-family: 'montserrat', sans-serif; }
.text-lt { font-family: 'montserrat-lt', sans-serif; }
.text-md { font-family: 'montserrat-md', sans-serif; }
.text-sb { font-family: 'montserrat-sb', sans-serif; }
.text-kf { font-family: 'kaftan', serif; }

.text--primary { color: var(--primary); }
.text--body { color: var(--body); }
.text--black { color: var(--black); }
.text--white { color: var(--white); }

.font-24 { font-size: 24px; line-height: 30px; }
.font-22 { font-size: 22px; line-height: 32px; }
.font-20 { font-size: 20px; line-height: 1.60em; }
.font-18 { font-size: 18px; line-height: 26px; }
.font-16 { font-size: 16px; line-height: 24px; }
.font-14 { font-size: 14px; line-height: 22px; }

.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

/*
** Buttons
*/
.bttn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'montserrat-sb', sans-serif;
    font-size: 16px;
    line-height: 50px;
    min-width: 180px;
    height: 52px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.bttn i { font-size: 24px; }

.bttn-primary {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
}

.bttn-primary:hover {
    color: var(--white);
    border-color: var(--primary-a);
    background-color: var(--primary-a);
}

.bttn-primaryinv {
    color: var(--primary);
    border-color: var(--primary);
    background-color: transparent;
}

.bttn-primaryinv:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
}

.bttn-white {
    color: var(--primary);
    border-color: var(--white);
    background-color: var(--white);
}

.bttn-white:hover {
    color: var(--primary);
    border-color: rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,0.8);
}

.bttn-auto { min-width: 0; }

/*Other Utilities*/
.list-unstyled, .list-unstyled ul, .list-unstyled ol { padding: 0; margin: 0; list-style: none; }
.transition { transition: 0.3s ease-in-out; }
.unlink { pointer-events: none; cursor: none; }
.siteradius { border-radius: var(--siteradius); }
.text--uppercase { text-transform: uppercase; }

/*
** Bootstrap Extends & Overrides
*/

.container, .container-fluid, .row>* { padding-left: 15px; padding-right: 15px; }
.row { margin-left: -15px; margin-right: -15px; }

/* .container, .container-fluid, .row>* { padding-left: 10px; padding-right: 10px; } */
/* .row { margin-left: -10px; margin-right: -10px; } */
.gx-0.row>* { padding-left: 0; padding-right: 0; }
.gx-0.row { margin-left: 0; margin-right: 0; }

.visually-hidden,
.sr-only {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}

/*
** WP Overrides
*/
.screen-reader-text { position: absolute; visibility: hidden; opacity: 0; }

/*
** Slick Slider
*/
.slick-initialized { z-index: 0; position: relative; }
.slide .slick-slide, .slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-initialized .slick-list { position: relative; overflow: hidden; }
.slick-initialized .slick-slide { display: inline-block; width: auto; }
.slick-initialized .slick-slide:focus { outline: none; }
.slick-dots { display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; }
.slick-dots li { margin: 0; }
.slick-dots li + li { margin: 0; margin-left: 10px; }
.slick-dots li button {
    --size: 8px;
    display: block;
    font-size: 0px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    padding:0;
    border: 0px solid transparent;
    border-radius: var(--size);
    background-color: #D9D9D9;
    /* opacity: 0.2; */
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button { --size: 12px; background-color: var(--primary); opacity: 1; }

/*Animation*/
.scrollReveal {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.scrollUp {
    transform: translateY(12px);
    transition: all 0.3s ease-in-out;
}

.fadeIn {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.scrollReveal.revealIt {
    opacity: 1;
    transform: translate(0);
    rotate: 0deg;
}

/*
** Header
*/
.site-header {
    font-family: 'montserrat-md', sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 0;
    background: transparent;
    transition: all 0.3s ease;
    text-transform: uppercase;
    z-index: 15;
}

.site-header.siteheader-sticky {
    padding: 15px 0;
    background-color: var(--black);
    backdrop-filter: saturate(180%) blur(20px);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.47) 100%);
    backdrop-filter: blur(9.5px);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

.custom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 101px;
    object-fit: contain;
    object-position: center;
    transition: 0.2s ease;
}

.site-header.siteheader-sticky .custom-logo { height: 70px; }

.site-header .row {
    align-items: center;
}

.site-navmenu {
    display: inline-flex;
    align-items: center;
    column-gap: 40px;
}

.site-navmenu li { margin-bottom: 0; }

.site-navmenu a {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    color: var(--black);
}

.site-navmenu a:hover,
.site-navmenu .current-menu-ancestor>a,
.site-navmenu .current-menu-parent>a,
.site-navmenu .current-menu-item>a {
    color: var(--primary);
}

.headctas .bttn {
    padding: 0 19px;
}

/*
.siteheader-sticky .headctas .bttn {
    font-size: 16px;
    line-height: 40px;
    min-width: 0px;
    height: 40px;
    padding: 0 15px;
}
*/

/*Site Menu Toggle*/
.site-menutoggle {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 33px;
    height: 40px;
    position: relative;
    margin-bottom: 0;
}

.site-menutoggle span {
    display: block;
    width: 33px;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 100%);
    border-radius: 6px;
    transform-origin: 5px 5px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    z-index: 1;
}

.site-menutoggle span:last-child {
    margin-bottom: 0;
}

.site-menutoggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.site-menutoggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -19px);
    transform: rotate(45deg) translate(-14px, -16px);
}

.site-menutoggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(1px, 20px);
    transform: rotate(-45deg) translate(-1px, 11px);
}

.site-menutoggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    transition: 0s;
}

/*
** Edit Link
*/
.post-edit-link,
.wp-logout {
    position: fixed;
    left: 0;
    bottom: 28px;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 12px;
    min-width: 70px;
    text-align: center;
    color: var(--white) !important;
    background-color: var(--primary);
    z-index: 9000;
}

/*Generic*/
section.section { padding: var(--secspace) 0; }
.gap-30 { gap: 30px; }
.gapy-20 { row-gap: 20px; }
.gapy-30 { row-gap: 30px; }
.section-head { margin-bottom: 40px; }
.section-head.text--white, .section-head.text--white h2 { color: var(--white); }
.seccta { margin-top: 60px; }

/*
** Homepage
*/

/*Hero*/
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: var(--secspace) 0;
    min-height: calc(100vh - 141px);
    background-repeat: no-repeat;
    background-position: top 65% center;
    background-size: cover;
    margin-top: 140px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero .container { position: relative; z-index: 1; }

.hero-cont {
    width: 658px;
    max-width: 100%;
}

.hero-stars {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    color: #FFE23C;
    margin-bottom: 20px;
}

.hero-subhead {
    letter-spacing: 0.28em;
    margin-bottom: 26px;
}

.hero h1 { --fsize: 90px; line-height: calc(var(--fsize) - 10px); }

.hero-ctas {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: var(--secspace);
}

.stat-num { font-size: 44px; line-height: 50px; }

.stat-i { flex: 1 auto; }

.stat-line { align-self: center; width: 1px; height: 50px; background: var(--white); }

/*About Us*/
.abtus { overflow: hidden; }

.sech-subh { letter-spacing: 0.28em; text-transform: uppercase; }

.abtvid { position: relative; margin-top: 40px; }

.abtvid-art {
    content: '';
    position: absolute;
    left:0;
    top: calc(100% - 260px);
    width: 100%;
}

.vidwrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.vidwrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.vidwrap::after {
    --thissize: 80px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--thissize);
    height: var(--thissize);
    background: url('../images/play-btn.svg');
    background-size: 100%;
    transform: translate(-50%, -50%);
}

.compensate-for-scrollbar { padding: 0 !important; }

/*Villa Highlights*/
.villhi { position: relative; overflow: hidden; }

.villhi-l { display: grid; }

.villhi-i {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    color: var(--black);
}

.villhi-i::after {
    content: "";
    flex: 1 0 auto;
    height: 1px;
    background: transparent;
}

.villhi-i.active::after { background: var(--primary); }

.villhi-i.active, .villhi-i:hover { color: var(--primary); }

.vhslick{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}

.vhslide {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    opacity:0;
    transition:opacity .8s ease;
}

.vhslide.active{
    opacity:1;
    z-index:2;
}

/*Villa Specifications*/
.vspli {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
}

/*Villa Gallery*/
.vgal{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.gali {
    aspect-ratio: 410.66/232;
    overflow:hidden;
}

.gali img {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.gali:nth-child(even) { aspect-ratio: 410.66/338; }

.gali:nth-child(n+7) { display: none; }

.gali:nth-child(4), .gali:nth-child(6) { margin-top: -106px; }

/*Amenities*/
.amelist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px;
}

.amei {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    align-items: center;
    border: 1px solid rgba(17, 118, 198, 0.15);
}

.amei:nth-child(n+13) { display: none; }

/*Occasion*/
.occsec {
    position: relative;
    background-size: cover;
    background-position: center;
}

.occsec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.occli { position: relative; }

.occi {
    position: relative;
    padding: 9px;
    margin: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.occi-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 25px 40px;
}

.occi-cont::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    width: calc(100% - 18px);
    height: 120%;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5) 40%, var(--black));
    z-index: 0;
}

.occi-cont h3 { font-size: 20px; line-height: 26px; margin-bottom: 0; }

.occi-cont p { display: none; padding-top: 12px; }

/*Nearby*/
.nebli {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.nebi {
    display: flex;
    gap: 16px;
}

.nebi i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 32px;
}

.nebmap iframe {
    width: 100%;
    height: 475px;
}

/*Reviews*/
.revli .slick-track {
    display: flex;
    align-items: flex-start;
}

.revi {
    padding: 32px 40px 40px;
    margin: 0 12px;
    border: 1px solid rgba(17, 118, 198, 0.15);
    background: var(--white);
}

.revi:nth-child(2) { border-color: var(--primary); }

.revi-stars {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}

.revi p { margin-bottom: 24px; }

.revi-name {
    padding-top: 24px;
    border-top: 1px solid rgba(17, 118, 198, 0.15);
}

/*CTA*/
.ctasec {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.ctasec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.ctabtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* FAQ */
.faqlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 30px;
    padding-top: 10px;
}

.faqitem {
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(33, 135, 149, 0.2);
    border-radius: var(--siteradius16);
}

.faqhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faqbody {
    display: none;
    padding: 16px 0 0;
}

.faqbttn {
    --thisSize: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--thisSize);
    min-width: var(--thisSize);
    height: var(--thisSize);
    font-size: 15px;
    line-height: var(--thisSize);
    padding: 1px 0 0 1px;
    color: var(--primary);
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.faqitem.open .faqbttn { transform: rotate(45deg); }

/*Get in Touch*/
.gtc-l {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.gtci {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(17, 118, 198, 0.15);
}

.gtci span, .gtci a { color: var(--black); }

.gtci i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    width: 26px;
    height: 26px;
}

.gtci .icon-call { font-size: 20px; }
.gtci .icon-mail { font-size: 19px; }
.gtci .icon-pin { font-size: 23px; }
.gtci .icon-in { font-size: 20px; }

.gtcbox {
    padding: 40px;
}

.gtcbox-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

/*Footer*/
.site-footer li { margin: 0; }

.site-footer a, .site-footer a:hover { color: var(--white); }

.foo-top { padding-top: 50px; padding-bottom: 50px; }

.foo-btm {
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.foo-soc {
    display: flex;
    justify-content: center;
    gap: 23px;
    font-size: 23px;
    margin-top: 20px;
}

.foo-soc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.foo-soc {
    display: flex;
    justify-content: center;
    gap: 23px;
    font-size: 23px;
    margin-top: 20px;
}

.foo-ppl {
    display: flex;
    gap: 20px;
    align-items: center;
}

.foo-ppl li {
    margin: 0;
}

.wabtn {
    --btnsize: 60px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
    width: var(--btnsize);
    height: var(--btnsize);
    font-size: 30px;
    color: var(--white);
    border-radius: var(--btnsize);
    background: linear-gradient(50.61deg, #02AA23 14.47%, #01AE21 85.53%);
    z-index: 9999;
}

.wabtn:hover { color: var(--white); }

/*
** Default Page
*/
.page-header { margin-top: 141px; }