/*----------------------------------------*/
/* BASIC SETUP */
/*----------------------------------------*/

/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;1,300&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #555;

  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------*/
/* REUSABLE COMPONENTS */
/*----------------------------------------*/
.row {
  max-width: 1140px;
  margin: 0 auto;
}
.section-features {
  padding: 80px 0;
}
.box {
  padding: 1px;
}
.box p {
  font-size: 90%;
  line-height: 145%;
}
.icon-big {
  font-size: 350%;
  display: block;
  color: #e67e22;
  margin-bottom: 10px;
}
.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #e67e22;
  font-size: 130%;
  margin-right: 10px;

  /* secrets to align text with icons */
  line-height: 130%;
  vertical-align: middle;
  margin-top: -4px;
}

/*-------- HEADINGS------- */
h1,
h2,
h3 {
  font-weight: 300;
  text-transform: uppercase;
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 240%;
  word-spacing: 4px;
  letter-spacing: 1px;
}
h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-top: 30px;
}
h3 {
  font-size: 110%;
  margin-bottom: 15px;
}
h2:after {
  display: block;
  height: 2px;
  width: 140px;
  background-color: #e67e22;
  content: " ";
  margin: 0 auto;
  margin-top: 30px;
}
/*--------- PARAGRAPHS ------- */
.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}

h6 {
  display: none;
}

/*--------- LINKS ------- */

a:link,
a:visited {
  color: #e67e22;
  text-decoration: none;
  border-bottom: 1px solid #e67e22;
  padding-bottom: 1px;
}
a:hover,
a:active {
  color: #555;
  border-bottom: 1px solid transparent;
  /* transition: border-bottom: 0.4s, color: 0.4s; */
}

/*--------- BUTTONS ------- */
.btn:link,
.btn:visited,
input[type="submit"] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.5s, border 0.5s, color 0.5s;
}
.btn-full:link,
.btn-full:visited,
input[type="submit"] {
  background-color: #e67e22;
  border: 1px solid #e67e22;
  color: #fff;
  margin-right: 20px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #e67e22;
  color: #e67e22;
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #bf6516;
}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #e67e22;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #e67e22;
  color: #fff;
}

/*----------------------------------------*/
/* HEADER */
/*----------------------------------------*/
header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url(img/sean-pollock-PhYq704ffdA-unsplash.jpg);
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url(img/background-feature-png.jpeg); */
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}
.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-text-box h1 {
  text-align: center;
}

.tim-advokata-container img:hover {
  transform: scale(1.05);
  transition: transform 0.5s, opacity 0.5s;
}

.logo {
  height: 130px;
  width: auto;
  float: left;
  margin-top: 20px;
}

.logo-black {
  display: none;
  height: 50px;
  width: auto;
  float: left;
  margin: 5px 0;
}

.homescreen-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0;
}

/* --- MAIN NAV --- */

nav {
  /* background-color: #fff; */
  background-color: #efefef;
  padding-bottom: 20px;
}

.main-nav {
  float: right;
  list-style: none;
  margin-top: 35px;
}
.main-nav li {
  display: inline-block;
  margin-right: 40px;
}
.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0;
  color: #2d5060;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.4s;
}
.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #e67e22;
}

.number-container {
  display: flex;
  justify-content: center;
  background-color: #e67e22;
  max-width: 230px;
  border-radius: 200px;
  padding: 8px;
}

.number-container i {
  color: #fff;
}

/* --- MOBILE NAV --- */
.mobile-nav-icon {
  float: right;
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon i {
  font-size: 200%;
  color: #2d5060;
}

/* --- STICKY NAV --- */

.sticky .main-nav {
  /* margin-top: 17px; */
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.96); */
  background-color: #efefef;
  box-shadow: 0 2px 2px #efefef;
  z-index: 9999;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  padding: 16px 0;
  color: #2d5060;
}

.sticky .logo {
  display: none;
}
.sticky .logo-black {
  display: block;
  margin-top: 23px;
}

/*----------------------------------------*/
/* FEATURES */
/*----------------------------------------*/

.section-features {
  /* background-color: #efefef;w */
  background-color: #efefef;
}
.map-section-features {
  background-color: #efefef;
  padding: 0px 0;
}

.section-features .long-copy {
  margin-bottom: 30px;
}

.o-nama-heading {
  display: flex;
  justify-content: center;
}

.o-nama-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.o-nama-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 33%;
}

.o-nama-container p {
  text-align: center;
  color: #2d5060;
  max-width: 400px;
}

.o-nama-container h3 {
  color: #2d5060;
}

.o-nama-sub-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.o-nama-sub-heading img {
  width: 50px;
  height: 50px;
}

.section-form {
  padding: 60px 0;
}

/*----------------------------------------*/
/* MEALS */
/*----------------------------------------*/

.section-meals {
  padding: 0;
}

.meals-showcase {
  list-style: none;
  width: 100%;
}
.meals-showcase li {
  display: block;
  float: left;
  width: 25%;
}
.meal-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}
.meal-photo img {
  opacity: 0.7;
  width: 100%;
  height: auto;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}
.meal-photo img:hover {
  opacity: 1;
  transform: scale(1.03);
}

/*----------------------------------------*/
/* HOW IT WORKS */
/*----------------------------------------*/

.section-steps {
  padding: 80px;
  background-color: #efefef;
}

.steps-box:first-child {
  text-align: right;
  padding-right: 3%;
  margin-top: 30px;
}

.steps-box:last-child {
  padding-left: 3%;
  margin-top: 70px;
}

.app-screen {
  width: 40%;
}
.works-step {
  margin-bottom: 50px;
}

.works-step:last-of-type {
  margin-bottom: 110px;
}

.works-step div {
  color: orange;
  border: 2px solid #e67e22;
  display: inline-block;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  text-align: center;
  padding: 5px;
  float: left;
  font-size: 150%;
  margin-right: 25px;
}

.btn-app:link,
.btn-app:visited {
  border: 0;
}

.btn-app img {
  height: 50px;
  width: auto;
  margin-right: 10px;
}

.oblasti-rada-item {
  display: flex;
}

/* Initially hide the list with max-height and opacity */
.oblasti-rada-list {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden; /* Make it fully hidden when not shown */
  transition: max-height 0.5s ease-out, opacity 0.3s ease, visibility 0s 0.5s; /* Delay visibility change until after transition */
}

/* When the list is shown, change max-height and opacity */
.oblasti-rada-list.show {
  max-height: 500px; /* Enough height to accommodate the content */
  opacity: 1;
  visibility: visible;
}

.toggle-icon {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.toggle-icon.rotate {
  transform: rotate(360deg); /* Rotate the icon when the section is opened */
}

/*----------------------------------------*/
/* TIM ADVOKATA */
/*----------------------------------------*/

.section-cities {
  background-color: #2d5060;
  padding: 40px 0;
}

.section-cities h3 {
  font-weight: 600;
}

.tim-advokata-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.city-feature {
  margin-bottom: 5px;
}

.img-container {
  display: flex;
  width: 500px;
  height: 700px;
}

/*----------------------------------------*/
/* TESTIMONIALS */
/*----------------------------------------*/

.section-testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.8)),
    url(img/background-feature-high-resolution.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

blockquote {
  padding: 2%;
  font-style: italic;
  line-height: 145%;
  position: relative;
  margin-top: 40px;
}

blockquote:before {
  content: "\201C";
  font-size: 500%;
  display: block;
  position: absolute;
  top: -5px;
  left: -3px;
}

cite {
  font-size: 90%;
  margin-top: 25px;
  display: block;
}

cite img {
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/*----------------------------------------*/
/* SIGN UP */
/*----------------------------------------*/

.section-plans {
  background-color: #efefef;
  padding: 10px;
}

.oblasti-rada-box {
  background-color: #2c4e60;
  min-height: 155px;
}

.oblasti-rada-box ul {
  display: none;
}

.oblasti-rada-row {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-wrap: wrap;
}

.oblasti-rada-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* <div class="oblasti-rada-box" style="display: flex; justify-content: flex-start; flex-direction: column; align-items: center; background-color:#2c4e60; height: 420px; width: 100%;"> */

.plan-box {
  border-radius: 5px;
  margin: 30px 0;
  cursor: pointer;
}

.plan-box > div {
  width: 300px;
}

.plan-box div {
  padding: 15px;
  border: 1px solid #e8e8e8;
}

.plan-box div:first-child {
  /* background-color: #f7f5f5; */
  border-radius: 5px;
}

.plan-box div:last-child {
  text-align: center;
  border: 0;
}

.oblasti-rada-heading-wrapper {
  display: flex;
}

.plan-price {
  font-size: 250%;
  margin-bottom: 10px;
  font-weight: 100;
  color: orange;
}

.plan-price span {
  font-size: 35%;
  font-weight: 300;
}

.plan-meal {
  font-size: 80%;
}

.plan-box ul {
  list-style: none;
}

.plan-box ul li {
  padding: 5px 0;
}

/*----------------------------------------*/
/* CONTACT FORM */
/*----------------------------------------*/

.contact-form {
  width: 60%;
  margin: 0 auto;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

textarea {
  height: 100px;
}

input[type="checkbox"] {
  margin: 10px 5px 10px 0;
}

*:focus {
  outline: none;
}

/* 
MAP
*/
.map {
  justify-content: center;
  display: flex;
  width: 100%;
}

.o-nama-list {
  margin-left: 30px;
  list-style: circle;
}
.o-nama-list li {
  font-size: 90%;
}
.o-nama-paragraph {
  margin: 10px 0;
}

/*----------------------------------------*/
/* FOOTER */
/*----------------------------------------*/

footer {
  /* background-color: #333; */
  background-color: #2d5060;
  padding: 45px;
}

.footer-nav {
  list-style: none;
  float: left;
}

.social-icons {
  list-style: none;
  float: right;
}

.footer-nav li,
.social-icons li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.social-icons li:last-child {
  margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-icons li a:link,
.social-icons li a:visited {
  text-decoration: none;
  border: 0;
  color: #888;
  transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #ddd;
}

.social-icons li a:link,
.social-icons li a:visited {
  font-size: 160%;
}

.social-icons li a:hover,
.social-icons li a:active {
  color: #ddd;
}

footer p {
  color: #888;
  text-align: center;
  font-size: 90%;
  margin-top: 20px;
}
.footer-li {
  margin: 10px 0;
}

/*----------------------------------------*/
/* ANIMATIONS */
/*----------------------------------------*/

.js--wp-1 {
  opacity: 0;
}

.js--wp-1.animated {
  opacity: 1;
}
