:root {
  --grey: #4a3b2a;
}
body.page-template-template-closed-groups-2 .about-group-btn{
  padding: 0 15px;
  max-width: 100%;
  text-align: center;
  background: #ffc432;
  min-height: 72px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-template-closed-groups-2 .about-group-btn .popup-video-btn {
  font-size: 1.6em;
  font-weight: 800;
  display: inline-block;
  color: #3e2a1a;
  vertical-align: middle;
  padding: 0 .45em;
  cursor: default;
}
body.page-template-template-closed-groups-2 .about-group-btn>img {
  vertical-align: middle;
  display: inline-block;
  margin: 2px;
}


/* 
.our-experiences 
*/
body.page-template-template-closed-groups-2 .our-experiences {
    padding: 5.8rem 0;
    background-image: url('img/our-experiences-bg2.webp');
    background-repeat: repeat;
    text-align: center;
}

body.page-template-template-closed-groups-2 .our-experiences .container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}
body.page-template-template-closed-groups-2 .our-experiences .experiences-header {
    max-width: 980px;
    margin: 0 auto 35px;
}

body.page-template-template-closed-groups-2 .our-experiences .section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--grey);
  margin: 0 0 5px !important;
}

body.page-template-template-closed-groups-2 .our-experiences .section-subtitle {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--grey);
    margin: 0 0 5px !important;
}

body.page-template-template-closed-groups-2 .our-experiences .section-description {
    font-size: 22px;
    line-height: 1.4;
    color: #000;
    margin: 1rem 0 2.2rem;
}

body.page-template-template-closed-groups-2 .our-experiences .experiences-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

body.page-template-template-closed-groups-2 .our-experiences .experience-card {
    background: #fff;
    flex: 1 1 calc(25% - 20px); /* 4 columns */
    /*min-width: 250px;*/
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

body.page-template-template-closed-groups-2 .our-experiences .card-image img {
    width: 100%;
    display: block;
}

body.page-template-template-closed-groups-2 .our-experiences .card-content {
    flex-grow: 1;
}

body.page-template-template-closed-groups-2 .our-experiences .card-content h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 17px 0 10px !important;
    color: var(--grey);
}

body.page-template-template-closed-groups-2 .our-experiences .card-content p {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  margin: 0 !important;
}
.our-experiences .closed-groups-form{
  background: none;
}

@media (max-width: 992px) {
  body.page-template-template-closed-groups-2 .our-experiences {
    padding: 4rem 0;
  }
    body.page-template-template-closed-groups-2 .our-experiences .experience-card {
        flex: 1 1 calc(50% - 20px); 
    }
}
@media (max-width: 768px) {
  body.page-template-template-closed-groups-2 .our-experiences {
    padding: 3rem 0;
  }
}
@media only screen and (max-width : 480px) {
  body.page-template-template-closed-groups-2 .our-experiences .experience-card {
      flex: 1 1 100%; 
  }
}
/*.our-experiences -*/

/*
Our clients
*/

.our-clients {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
    direction: ltr;
}

.clients-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: var(--grey);
  margin: 0 0 0.8rem !important;
}
.our-clients .container {
    max-width: 1750px;
    margin: 0 auto;
}

.clients-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px 10px;
    align-items: center;
}
.client-logo-item {
    flex: 0 0 auto;
    min-width: 163px;
}

.client-logo-item img {
    max-width: 100%;
}

/*.client-logo-item {
    flex: 0 0 calc(100% / 10);
}*/

/* Responsive adjustment */
@media (max-width: 1200px) {
    .client-logo-item {
        flex: 0 0 calc(100% / 6.2);
    }
}

@media (max-width: 768px) {
    .client-logo-item {
        flex: 0 0 calc(100% / 3.2);
    }
    .clients-flex-container{
      justify-content: space-around;
    }
}

/*Our clients -*/

/*
  About
*/
.about-us {
    background: #F9C606 url('img/about-bg.webp') repeat center;
    padding: 8rem 0;
    position: relative;
}

.about-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1700px;
}

/* Left side: features grid */
.about-features {
    display: flex;
    flex: 1;
    justify-content: space-around;
    gap: 16px;
    width: 100%;
}

.feature-item {
    flex: 1;
    text-align: center;
    max-width: 20%;
}

.feature-icon {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.feature-icon img {
    max-width: 100%;
    height: auto;
}

.feature-text {
    font-size: 20px;
    line-height: 1.3;
    color: #422E18;
    font-weight: 700;
    margin: 2.6rem 0 1.5rem !important;  
}

/* Right side: title block */
.about-title-block {
    text-align: right;
    min-width: 325px;
}

.about-main-title {
    font-size: 59px;
    line-height: 1.1 !important;
    color: var(--grey);
    font-weight: 700;
    margin: 0 0 1.6rem !important;
}

/* Responsive design */
@media (max-width: 1024px) {
    .about-us {
      padding: 5rem 0 2rem;
    }
    .about-flex-wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .about-title-block {
        text-align: center;
    }
    
    .about-features {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .about-us {
      padding: 4rem 0 2rem;
    }
    .feature-item {
        flex: 0 0 calc(50% - 20px);
        max-width: none;
    }
    
    .about-main-title {
        font-size: 30px;
    }
}
/*About -*/


/*
Group Gallery
*/

.gallery-section {
    padding: 5rem 0 0;
    direction: ltr;
}


body.page-template-template-closed-groups-2 .gallery-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--grey);
    margin: 0 0 4.9rem !important;
}
.custom-grid-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    grid-auto-rows: 250px; /* Base height for a square */
    gap: 0; /* Design has zero gaps between photos */
    max-width: 1950px;
    margin: 0 auto;
}
.gallery-item {
    overflow: hidden;
    position: relative;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}
.gallery-item.wide {
    grid-column: span 2;
}
.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item.big {
    grid-column: span 2;
    grid-row: span 2;
}
@media (max-width: 1024px) {
    .custom-grid-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-item.wide {
        grid-column: span 1;
    }
    body.page-template-template-closed-groups-2 .gallery-title {
        margin: 0 0 3rem !important;
    }
}

@media (max-width: 600px) {
    .custom-grid-gallery {
        display: block;
    }
    .gallery-item {
        height: 300px;
    }
}
/*Group Gallery -*/





body.page-template-template-closed-groups-2, body.page-template-template-closed-groups-2 .our-directions {
    background: #fff;
}
body.page-template-template-closed-groups-2 .our-directions {
    padding-bottom: 7em;
}
body.page-template-template-closed-groups-2 .medraft-top-screen .mts-title {
    font-size: 82px;
    line-height: 120%;
}
body.page-template-template-closed-groups-2 .medraft-top-screen .mts-subtitle {
    top: 52%;
    bottom: auto;
    font-size: 42px;
    line-height: normal;
}
body.page-template-template-closed-groups-2 #indie-header:not(.header-fixed) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -2.65%, rgba(0, 0, 0, 0.15) 25.74%, rgba(0, 0, 0, 0.11) 98.75%);
}
body.page-template-template-closed-groups-2 .our-directions-inner {
    position: relative;
}
.flex-head{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0rem 0 2.5rem;
}
.flex-head > *{
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
body.page-template-template-closed-groups-2 .our-directions-inner .share-buttons {
    position: absolute;
    left: 7px;
    top: 6px;
}
body.page-template-template-closed-groups-2 .our-directions-inner .share-buttons a svg {
    vertical-align: middle;
}
body.page-template-template-closed-groups-2 .our-directions-inner .share-buttons a {
    vertical-align: middle;
    display: inline-block;
    margin: 0 8px;
}
body.page-template-template-closed-groups-2 .our-directions-inner .share-buttons span {
    color: #3E2A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}
body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-title,
body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-text,
body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-subtitle {
    color: var(--grey);
    text-align: center;
    font-weight: 700;
    line-height: normal;
}
body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-title {
    font-size: 32px;
    margin-bottom: 13px;
}
body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-text {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 40px;
}
body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-subtitle {
    font-size: 24px;
}
body.page-template-template-closed-groups-2 .our-directions .container:first-child {
    padding-bottom: 2.5em;
}
body.page-template-template-closed-groups-2 .our-directions .our-directions-list li a,
body.page-template-template-closed-groups-2 .our-directions .our-directions-list li a:hover {
    box-shadow: none;
}
body.page-template-template-closed-groups-2 .our-directions .our-directions-list li a img {
    width: 2em;
}
body.page-template-template-closed-groups-2 .our-directions .our-directions-list li {
    margin-bottom: 1em;
}

body.page-template-template-closed-groups-2 .benefits {
    background: rgba(151, 126, 106, 0.05);
}
body.page-template-template-closed-groups-2 .benefits-inner {
    max-width: 1021px;
    margin: 0px auto;
    padding: 4rem 15px 4rem;
}
body.page-template-template-closed-groups-2 .benefits-inner .title {
    color: #3E2A1A;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    margin-top: 0;
}
body.page-template-template-closed-groups-2 .benefits-inner .subtitle {
    color: #3E2A1A;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.045px;
    margin: 29px auto 28px;
    max-width: 601px;
}
body.page-template-template-closed-groups-2 .benefits-inner .benefits-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 65px;
}
body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item {
    flex: calc(50% - 33px);
    position: relative;
}
body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item .icon {
    position: absolute;
    right: 0;
    top: calc(50% - 34px);
}
body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item .content {
    padding: 0 96px 0 0;
}
body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item .content p {
    color: #3E2A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item .content p.benefit-title {
    font-size: 22px;
    font-weight: 700;
}
.closed-groups-form {
    background: #F9C60A;
    padding: 26px 0 25px;
}
.closed-groups-form .closed-groups-form-inner {
    max-width: 1092px;
    margin: 0 auto;
    padding: 0 15px;
}
.closed-groups-form .closed-groups-title {
    color: #3E2A1A;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 35px;
}
.closed-groups-cf form,
.closed-groups-cf form input[type="url"], 
.closed-groups-cf form input[type="email"], 
.closed-groups-cf form input[type="tel"] {
    direction: rtl;
}
.closed-groups-cf form .one-row {
    display: flex;
    gap: 18px;
}
.closed-groups-cf form .one-row .col-3 {
    width: calc(25% - 55.5px);
}
.closed-groups-cf form .one-row .col-3.submit-container {
    width: 150px;
}
.closed-groups-cf form p {
    margin-top: 0;
    margin-bottom: 0;
}
.closed-groups-cf form .one-row .col-3:not(.submit-container) input,
.closed-groups-cf form .one-row .col-3:not(.submit-container) select {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    height: 43px;
    color: #676666;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.closed-groups-cf form .one-row .col-3.submit-container input {
    width: 100%;
    border-radius: 4.25px;
    background: #422E18;
    color: #FFF;
    font-size: 19.127px;
    font-weight: 700;
    line-height: normal;
    padding: 9px;
}
.closed-groups-cf form .one-row .col-3:not(.submit-container) input::-webkit-input-placeholder {color: #676666;}
.closed-groups-cf form .one-row .col-3:not(.submit-container) input::-moz-placeholder          {color: #676666;}
.closed-groups-cf form .one-row .col-3:not(.submit-container) input:-moz-placeholder           {color: #676666;}
.closed-groups-cf form .one-row .col-3:not(.submit-container) input:-ms-input-placeholder      {color: #676666;}
.closed-groups-cf form .styled-checkbox {
    text-align: right
}
.closed-groups-cf form .styled-checkbox .wpcf7-list-item{
    margin: 0 .3em 0 0;
}
.closed-groups-cf form .f-div {
    display: inline-block;
    background: #3E2A1A;
    width: 2px;
    margin: 0 25px 0 0px;
    height: 25px;
    vertical-align: -7px;
}
.closed-groups-form .styled-checkbox label {
    color: #000;
    text-align: right;
    font-family: Assistant;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    display: block;
    line-height: 26px;
}
.closed-groups-form .styled-checkbox label input{
    position: absolute;
    z-index: -10;
    opacity: 0;
    margin: 0;
}
.closed-groups-form .styled-checkbox label span{
    position: relative;
    display: block;
    padding-right: 26px;
}
.closed-groups-form .styled-checkbox label span:before{
    background-color: #fff;
    content: '';
    height: 18px;
    width: 18px;
    border: 1px solid #1D1D1D;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 12px;
    margin-top: -8px;
    color: #1D1D1D;
}
.closed-groups-form .styled-checkbox label span:before{
    border-color: #303030;
}
.closed-groups-form .styled-checkbox label input:checked + span:before{
    border-color: #3E2A1A;
    border-radius: 4px;
    background-color: #fff;
    /*content: '\2714';*/
    color: #3E2A1A;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
.closed-groups-form .styled-checkbox label input:checked + span:after {
    content: '';
    display: block;
    position: absolute;
    right: 6px;
    top: 13px;
    margin-top: -6px;
    width: 5px;
    height: 9px;
    border: solid #303030;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closed-groups-form .social-icons {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.closed-groups-form .social-icons .social-icons-links {
    color: #3E2A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-left: 13px;
}
.closed-groups-form .social-icons .social-icons-link {
    margin-left: 23px;
    display: inline-block;
    vertical-align: middle;
}
.closed-groups-form .social-icons .social-icons-tel-span {
    color: #3E2A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 165%;
    margin-left: 23px;
    margin-right: 26px;
}
.closed-groups-form .social-icons .social-icons-tel {
    color: #3E2A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 165%; /* 39.6px */
    text-decoration-line: underline;
}

@media (max-width: 992px){
    body.page-template-template-closed-groups-2 .medraft-top-screen .mts-title {
        font-size: 3em;
        line-height: 1.1;
        top: 46%;
        bottom: auto;
    }
    body.page-template-template-closed-groups-2 .medraft-top-screen .mts-subtitle {
        top: 52%;
        bottom: auto;
        display: block!important;
        font-size: 2.14em;
        line-height: 1.1;
    }
    body.page-template-template-closed-groups-2 #indie-header:not(.header-fixed) {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -2.65%, rgba(0, 0, 0, 0.15) 25.74%, rgba(0, 0, 0, 0.01) 98.75%);
    }
    body.page-template-template-closed-groups-2 .our-directions .container:first-child {
        padding-bottom: 1.5em;
    }
    body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-title,
    body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-subtitle {
        font-size: 1.5em;
    }
    body.page-template-template-closed-groups-2 .our-directions-inner {
        padding-top: 45px;
    }
    body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-text {
        font-size: 1em;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    body.page-template-template-closed-groups-2 .our-directions-inner .our-directions-text br{
      display: none;
    }
    body.page-template-template-closed-groups-2 .our-directions {
        padding-bottom: 2em;
    }
    
    body.page-template-template-closed-groups-2 .benefits-inner .subtitle,
    body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item .content p {
        font-size: 1em;
        line-height: 1.3;
    }
    body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item .content p.benefit-title {
        font-size: 1.1em;
        line-height: 1.3em;
    }
    body.page-template-template-closed-groups-2 .benefits-inner .subtitle {
        margin: 0 auto 25px;
    }
    .closed-groups-form .closed-groups-title {
        margin-bottom: 25px;
    }
    .closed-groups-form .social-icons .social-icons-tel,
    .closed-groups-form  .social-icons .social-icons-tel-span {
        font-size: 1.2em;
    }
    .closed-groups-form  .social-icons .social-icons-links {
        font-size: 1.1em;
    }
}
@media (max-width: 767px){
    .closed-groups-form  .social-icons .social-icons-links {
        display: block;
        margin: 0 0 10px 0;
    }
    .closed-groups-form  .social-icons .social-icons-link {
        margin: 0 10px;
    }
    .closed-groups-form  .social-icons .social-icons-tel-span {
        display: block;
        margin: 0;
    }
    .closed-groups-cf form .one-row {
        flex-wrap: wrap;
    }
    .closed-groups-cf form .one-row .col-3 {
        width: 100%;
    }
    .closed-groups-cf form .one-row .col-3.submit-container {
        width: 100%;
    }
    body.page-template-template-closed-groups-2 .benefits-inner .benefits-items .benefits-item {
        flex: 100%;
    }
}

.hide-el {
	display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
}

span.trip-status.registration{color: green; font-weight: 700 !important}