body {
overflow-x: hidden;
letter-spacing: 1px;
}

:root {
    --light-beige: #f8f4ed;
    --dark-green: #1f2a24;
    --primary: #27231d;
    --dark-brown: #746b5f;
    --beige: #eee7da;
    --text-beige: #dcd4c3;
    --light-green: #66714a;
}

#innercopyinfo {
padding-top: 20px;
    border-top: 1px solid #dcd4c3;
}


/*resize top menu*/

.notloggedin #topbanner,
.notloggedin #topmenu,
.notloggedin #mobile-header {
      transition: transform 0.8s ease, background-color 0.8s ease, box-shadow 0.8s ease;
}


.c-newlogo {
    transition:  0.8s ease;
}

.notloggedin.header-scrolled .c-newlogo {
scale: 0.8;
}

.notloggedin.header-scrolled #mobile-header {
    min-height: 65px;
}

.notloggedin.header-scrolled a.mobile-header-startlink {
    transform: translate(-50%, 0%) scale(0.8);
}




/*MENU*/

#topmenu ul ul {
    border-radius: 22px;
backdrop-filter: blur(3px);
}

#topmenu ul ul li{
    border-radius: 22px;
}

/*END OF MENU*/


/*TITLES*/

#abovecontent h1, #contenttop h1, #contentbottom h1, .c-book-now-container h1, #footer h1 {

font-family: "Cormorant", serif !important;
line-height: 1.1em !important;
font-weight: 400;
}

#abovecontent h2, #contenttop h2, #contentbottom h2, .c-book-now-container h2, #footer h2 {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem) !important; /*30-60*/
font-family: "Cormorant", serif !important;
line-height: 1.1em !important;
font-weight: 400;
}

.c-abovetitle {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 3px;
font-size: 12px;
margin-bottom: 0px;
color: var(--light-green);
}

/*END OF TITLES*/.c-newlogo {
    background-image: url('/cache/files/e6ef1f786642a99d534d92bbead8e58a5cb5318f.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}



a.mobile-header-startlink {
    background-image: url('/cache/files/e6ef1f786642a99d534d92bbead8e58a5cb5318f.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 120px;
   transform: translate(-50%, 0%) scale(1);
    transform-origin: center center;
    transition:  0.8s ease;
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/e6ef1f786642a99d534d92bbead8e58a5cb5318f.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 4vw 8vh;

}

.side-nav__header {
    max-height: 10vh;
    height: 30%;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#book-now {
background-color: var(--beige);
padding: 6vw;
}

.c-book-now-container {
background-color: var(--dark-green);
max-width: 1080px;
margin: 0 auto;
color: var(--text-beige);
padding: 4vw;
border-radius: 32px;
}

.c-book-now-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
max-width: 660px;
margin: 0 auto;
}

.c-book-now-container h2 {
color: var(--light-beige) !important;
font-weight: 700 !important;
}


.c-book-now-container .c-abovetitle  {
color: var(--text-beige); !important;
}



#footer {
max-width: 1080px;
margin: 5vw auto;
display: flex;
gap: 4vw;
justify-content: space-between;
padding: 0px 20px;
}

@media (max-width: 920px) {
#footer {
flex-direction: column;
padding: 6vw;
align-items: center;
        text-align: center;
}
}


.c-footer-text {
max-width: 460px;
}


.c-footer-menu {
display: flex;
gap: 4vw;
}

@media (max-width: 540px) {
.c-footer-menu {
flex-direction: column;
}
}

.c-footer-menu div{
display: flex;
gap: 10px;
flex-direction: column;
flex: 1;
}

.c-footer-menu p{
font-size: 14px;
margin-bottom: 5px;
font-weight: 700;
}

.c-footer-menu a{
font-size: 14px;
text-decoration: none;
}

.c-footer-menu a:hover{
color: var(--primary) !important;
}


.c-footer-social-media {
display: flex;
gap: 15px;
flex-direction: row !important;
margin-top: 50px;
}

@media (max-width: 920px) {
.c-footer-social-media {
justify-content: center;
}
}

.c-footer-social-media img{
max-height: 25px;
width: auto;
}



.c-buttons-flex {
display: flex;
gap: 15px;
justify-content: center;
margin-bottom: 20px;
}

.c-button-1 {
display: inline-block;
background-color: var(--light-beige);
border: 1px solid var(--light-beige);
    color: var(--primary);
    padding: 12px 20px;
border-radius: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    text-decoration: none;
scale: 1;
font-size: 12px;
}

.c-button-1:hover {
scale: 1.05;
}


.c-button-2 {
display: inline-block;
background-color: var(--dark-green);
border: 1px solid #f8f4ed52;
    color:  var(--light-beige) !important;
    padding: 12px 20px;
border-radius: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    text-decoration: none;
scale: 1;
font-size: 12px;
backdrop-filter: blur(10px);
}

.c-button-2:hover {
scale: 1.05;
}

.c-button-3 {
    display: inline-block;
    background-color: #ffffff9e;
    border: 1px solid var(--light-beige);
    color: var(--primary) !important;
    padding: 12px 20px;
    border-radius: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    text-decoration: none;
    scale: 1;
    font-size: 12px;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    gap: 5px;
}

.c-button-3:hover {
scale: 1.05;
}.pagetitle {
display: none;
}

#contenttop div.horizontalitemsgallery div.item div.photos img {
    max-height: 100%;
    height: 50vh;
    width: 100%;
    object-fit: cover;
border-radius: 24px;
}

@media (max-width: 920px) {
#contenttop div.horizontalitemsgallery div.item div.photos img {
    height: 25vh;
}}

@media (max-width: 600px) {
#contenttop div.horizontalitemsgallery div.item div.photos img {
    height: 40vh;
}}





.c-villa-intro {
text-align: center;
}

.c-villa-intro h1{
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem) !important; /*30-60*/
margin-bottom: 0px !important;
}

.c-villas-details {
max-width: 1080px;
margin: 4vw auto;
display: flex;
gap: 4vw;
position: relative;
align-items: flex-start;
}

@media (max-width: 920px) {
.c-villas-details {
flex-direction: column;
align-items: center;
}
}

.c-villas-at-glance {
background-color: #ffffff9e;
    border-radius: 28px;
    padding: 26px;
    gap: 15px;
    box-shadow: 0 18px 46px #28201414;
position: sticky;
top: 100px;
min-width: 350px;
}

@media (max-width: 540px) {
.c-villas-at-glance {
min-width: 100%;
}
}

.c-villas-at-glance h2{
    font-family: "Cormorant", serif !important;
    line-height: 1em !important;
padding: 0px !important;
margin: 5px 0px !important;
font-weight: 500 !important;
text-align: left !important;
font-size: clamp(1.875rem, 1.644rem + 0.926vw, 3.125rem) !important; /*30-50*/
}


.c-villas-at-glance ul {
list-style-type: none !important;
padding-left: 0px !important;
margin-bottom: 30px  !important;
}

.c-villas-at-glance ul li{
font-weight: 900;
font-size: 14px;
margin: 15px 0px !important;
    text-transform: uppercase;
}

.c-villas-text ul {
list-style-position: outside !important;
padding-left: 20px !important;
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
top: 40%;
left: -40px;
border-radius: 50%;
    background-color: transparent;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
top: 40%;
right: -50px;
border-radius: 50%;
    background-color: transparent;
}

.slick-prev:hover, .slick-next:hover {
    background-color: transparent;
}

.slick-next:focus, .slick-prev:focus {
    background-color: transparent;
}


.slick-next:before {
    top: 14px;
    height: 50px;
    width: auto;
 background-image: url('/cache/files/c02828f0a846ac1acd6cfd71e84aabd19023e10b.svg');
    background-size: contain;
    background-position-x: 50%;
opacity: 0.4;
    transition: 0.4s;
}

.slick-prev:before {
    top: 14px;
    height: 50px;
    width: auto;
background-image: url('/cache/files/c02828f0a846ac1acd6cfd71e84aabd19023e10b.svg');
    background-size: contain;
    background-position-x: 50%;
opacity: 0.4;
    transition: 0.4s;
}




@media (max-width: 540px) {

.slick-prev {
    z-index: 4;
left: 0px;
}


 .slick-next {
    z-index: 4;
right: 0px;
}


.slick-next:before {
 background-image: url('/cache/files/b0f185055564f6dc5d89e2fc2f29e9cf4e024343.svg');
}
.slick-prev:before {
 background-image: url('/cache/files/b0f185055564f6dc5d89e2fc2f29e9cf4e024343.svg');
}

.slick-dots {
    display: none !important;
}
}
.mobile-header {
    box-shadow: none;
    min-height: 100px;
}

.c-header-social-media {
display: flex;
gap: 10px;
flex-direction: row !important;
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
}

@media (max-width: 540px) {
.c-header-social-media {
    right: 10px;
    top: 50%;
}
}


.c-header-social-media img{
max-height: 25px;
width: auto;
}


.side-nav__footer {
    box-shadow: none;
padding: 2vh !important;
}


.side-nav__hide {
    left: auto;
    right: 20px;
top: 20px;
border: 1px solid #27231d;
    border-radius: 50%;
height: 25px;
    width: 25px;
}

.side-nav button.side-nav__hide {
    font-size: 18px;
}

.side-nav ul {
padding: 3vh;
max-width: 75vw;
margin: 0 auto;
}

.side-nav ul ul {
    background-color: #f8f4ed;
padding: 0vw !important;
margin-left: 0px  !important;
}

.side-nav ul li a {
font-family: "Cormorant", serif !important;
font-size: 28px;
padding: 1vh 0px;
}

.side-nav ul ul li a {
    padding-left: 0px;
border-top: 1px solid var(--beige);
border-bottom: 1px solid var(--beige);
}

.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    height: 96%;
top: 2%;
    left: 3%;
border-radius: 20px;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}




.c-mobile-menu-buttons-flex {
display: flex;
gap: 10px;
justify-content: center;
margin-bottom: 20px;
}



.c-mobile-menu-buttons-flex .c-button-2 {
    text-align: center;
}.notloggedin #topbanner{
position: absolute;
background-color: transparent;
}

.notloggedin #topmenu{
position: absolute;
top: 30px;
background-color: transparent;
}

.notloggedin #mobile-header {
    position: absolute;
    background-color: transparent;
}

.c-newlogo {
    background-image: url('/cache/files/cc30a760195351ded8e55d0a26063b34626c528b.svg');
}


a.mobile-header-startlink {
    background-image: url('/cache/files/cc30a760195351ded8e55d0a26063b34626c528b.svg');
}


#mobile-header button {
    color: var(--light-beige);
}

.c-header-social-media img{
filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(334deg) brightness(105%) contrast(98%);
}


/* =========================
   ΜΕΤΑ ΤΟ SCROLL
========================= */

.notloggedin.header-scrolled #mobile-header {
    position: fixed;
    background-color: #f8f5ef;
}



.notloggedin.header-scrolled #topbanner {
    position: fixed;
    background-color: #f8f5ef;
height: 20px;
}

.notloggedin.header-scrolled #topmenu {
    position: fixed;
    top: 20px;
    background-color: #f8f5ef;
}

.notloggedin.header-scrolled .c-newlogo {
    background-image: url('/cache/files/e6ef1f786642a99d534d92bbead8e58a5cb5318f.svg');
scale: 0.8;
}

.notloggedin.header-scrolled div.topmenu ul li a {
    color: #27231d;
}



.notloggedin.header-scrolled a.mobile-header-startlink {
    background-image: url('/cache/files/e6ef1f786642a99d534d92bbead8e58a5cb5318f.svg');
}

.notloggedin.header-scrolled #mobile-header button {
    color: var(--primary);
}

.notloggedin.header-scrolled .c-header-social-media img {
    filter: none;
}


/*end of scroll*/



/*INTRO*/

#intro-home {
height: 100vh;
width: 100%;
background-size: cover;
    background-position: 50% 50%;
}

.c-home-intro-text {
    color: var(--light-beige);
    height: 100%;
    width: 100%;
    background-color: #00000030;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: radial-gradient(transparent, #00000050);
    gap: 20px;
padding-top: 5vw;
}

.c-home-intro-text h1{
    color: var(--light-beige) !important;
font-size: clamp(2rem, 1.213rem + 3.148vw, 6.25rem)!important; /*32-100*/
margin-bottom: 5px !important;
font-family: "Cormorant", serif;
line-height: 1.1em !important;
font-weight: 400 !important;
}

.c-home-intro-subtext {
font-size: 20px;
letter-spacing: 1px;
max-width: 660px;
}

.c-home-intro-text .c-abovetitle {
    color: var(--light-beige) !important;
}

/*END OF INTRO*/




/*WELCOME*/

#welcome {
padding: 4vw;
}

.c-welcome-text {
max-width: 1180px;
margin: 0 auto;
text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 920px) {
.c-welcome-text {
margin: 20px auto 0 auto;
    gap: 10px;
}
}

.c-welcome-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 920px) {
.c-welcome-flex {
flex-wrap: wrap;
}

}

.c-welcome-flex p{
margin-bottom: 0px;
letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}


/*END OF WELCOME*/



/*FRAMES*/

.c-frames-container {
display: flex;
    gap: 25px;
    max-width: 1080px;
    margin: 4vw auto;
    justify-content: space-between;
}
@media (max-width: 920px) {
.c-frames-container {
flex-direction: column;
}
}

.c-frame-box {
background-color: #ffffff9e;
    border-radius: 28px;
    padding: 26px;
display: flex;
gap: 15px;
    box-shadow: 0 18px 46px #28201414;
flex: 1;
flex-direction: column;
    align-items: flex-start;
}

.c-frame-box-title {
    font-family: "Cormorant", serif !important;
    line-height: 1em !important;
padding: 0px;
margin: 5px 0px ;
font-weight: 700;
text-align: left;
font-size: 26px; 
}

.c-frame-box img{
max-height: 40px;
width: auto;
}


/*END OF FRAMES*/



/*VILLAS*/

#villas {
text-align: center;
}

.c-villas-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
flex-wrap: wrap;
}

.c-villa-box {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
width: 48%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 40px #28201414;
}

@media (max-width: 700px) {
.c-villa-box {
width: 90vw;
}
}

.c-villa-text {
padding: 0px 20px 20px 20px;
}


.c-villa-text h2{
margin-bottom: 0px !important;
}


.c-villa-text .c-welcome-flex {
border-top: 1px solid var(--beige);
border-bottom: 1px solid var(--beige);
padding: 10px 0px;
margin-bottom: 10px;
}


.c-villa-text .c-welcome-flex p{
font-weight: 800;
}

.c-villa-small-text {
font-size: 12px;
font-weight: 600;
color: var(--light-green);
}

/*END OF VILLAS*/


/*MORE THAN A STAY*/

#more-than-a-stay {
margin: 4vw 0px;
background-color: var(--beige);
padding: 6vw;
}

.c-more-than-a-stay-flex {
display: flex;
    gap: 4vw;
    max-width: 1080px;
    margin: 0 auto;
align-items: flex-end;
justify-content: space-between;
}

@media (max-width: 920px) {
.c-more-than-a-stay-flex {
    flex-direction: column;
    text-align: center;
}
}

.c-more-than-a-stay-flex h2{
text-align: left !important;
max-width: 500px;
margin-bottom: 0px !important;
}

@media (max-width: 920px) {
.c-more-than-a-stay-flex h2{
text-align: center!important;
max-width: 100%;
}
}

.c-more-than-a-stay-flex p{
max-width: 350px;
}

@media (max-width: 920px) {
.c-more-than-a-stay-flex p{
max-width: 100%;
}
}

.c-home-page-gallery {
    max-width: 1080px;
    height: 70vh;
    margin: 40px auto 0px auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.c-home-page-gallery-main-photo {
    grid-column: 1;
    grid-row: 1 / 3;
}

.c-home-page-gallery-item {
    min-width: 0;
    min-height: 0;
}

.c-home-page-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}


/* Tablet */
@media (max-width: 991px) {
    .c-home-page-gallery {
        width: calc(100% - 40px);
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        gap: 12px;
    }

    .c-home-page-gallery-main-photo {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 16 / 9;
    }

    .c-home-page-gallery-item {
        aspect-ratio: 4 / 3;
    }

    .c-home-page-gallery img {
        border-radius: 22px;
    }
}


/* Mobile */
@media (max-width: 600px) {
    .c-home-page-gallery {
        width: calc(100% - 28px);
        margin-top: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .c-home-page-gallery-main-photo {
        aspect-ratio: 4 / 3;
    }

    .c-home-page-gallery-item {
        aspect-ratio: 1 / 1;
    }

    .c-home-page-gallery img {
        border-radius: 16px;
    }
}
/*END OF MORE THAN A STAY*/





/*COMFORT & REVIES*/

#comfort, #reviews {
padding: 4vw;
}

.c-comfort-text, .c-reviews-text {
max-width: 680px;
margin: 0 auto;
text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 920px) {
.c-comfort-text, .c-reviews-text {
max-width: 100%;
    gap: 10px;
margin: 20px auto 0 auto;
}
}

#comfort .c-frames-container {
flex-wrap: wrap;
}

#comfort .c-frame-box {
    min-width: 30%;
}

.c-reviews-container {
max-width: 1180px;
margin: 0 auto;

}

.c-reviews-container .c-frame-box { 
margin: 10px !important;
    box-shadow: 0 0px 9px #28201414;
}

.c-reviews-container .slider-arrow-right {
    right: -43px;
}

.c-reviews-container .slider-arrow-left {
    left: -40px;
}

/*END OF COMFORT & REVIEWS*/



/*FISCARDO*/

#fiscardo {
background-color: var(--dark-green);
color: var(--text-beige);
padding: 8vw 4vw;
}

.c-fiscardo-container {
display: flex;
gap: 5vw;
align-items: center;
}

@media (max-width: 920px) {
.c-fiscardo-container {
    flex-direction: column-reverse;
}
}

.c-fiscardo-text {
display: flex;
gap: 10px;
flex-direction: column;
flex: 1;
}


.c-fiscardo-container h2 {
color: var(--light-beige) !important;
text-align: left !important;
margin-bottom: 0px !important;
}


.c-fiscardo-container .c-abovetitle  {
color: var(--text-beige); !important;
}


.c-fiscardo-image{
min-height: 70vh;
width: 100%;
background-size: cover;
    background-position: 50% 50%;
flex: 1.7;
border-radius: 30px;
    padding: 3vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

@media (max-width: 920px) {
.c-fiscardo-image{
min-height: 40vh;
}
}

/*END OF FISCARDO*/





/*FAQS*/

#faqs {
padding: 4vw;
}

.c-faqs-container {
max-width: 1080px;
margin: 0 auto;
display: flex;
gap: 4vw;
position: relative;
    align-items: flex-start;
}

@media (max-width: 920px) {
.c-faqs-container {
flex-direction: column;
}
}

.c-fags-titles {
position: sticky;
top: 40px;
flex: 1;
}

.c-fags-titles h2{
text-align: left !important
}

.c-fags-questions {
flex: 1.5;
}

.accordion {
padding: 20px 0px;
border-top: 1px solid var(--beige);
border-bottom: 1px solid var(--beige);
}

.c-fags-questions h3{
    font-family: "Cormorant", serif !important;
    line-height: 1em !important;
padding: 0px !important;
margin: 5px 0px !important;
font-weight: 500 !important;
text-align: left !important;
font-size: 34px !important;
}

.c-fags-questions h3:hover{
color: var(--dark-green) !important;
}
/*END OF FAQS*/