@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;

  overscroll-behavior-x: none; /* Запрещает горизонтальный скроллинг */
  overflow-x: hidden; /* Скрывает горизонтальную прокрутку */ 
  touch-action: manipulation;
  
}

html, body {
  overflow-x: hidden;
  width: 100vw;
}



/*---------------------------------------
   TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #252525;
  font-size: 3em;
  line-height: 50px;
}

h2 {
  color: #353535;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: #454545;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}



/*---------------------------------------
   GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

img {
  width: 200px;
  height: auto;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #d6a967;
  outline: none;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title h4 {
  color: #bfbdbd;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

/* .overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

section {
  position: relative;
  padding: 100px 0;
}

#team, 
#menu,
#testimonial {
  text-align: center;
}

.about-image img,
.team-thumb img {
  width: 100%;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}

/*---------------------------------------
   BUTTONS               
-----------------------------------------*/

.section-btn {
  background: #d6a967;
  border-radius: 20px;
  border: 0;
  color: #f9f9f9;
  font-size: inherit;
  font-weight: normal;
  padding: 10px 25px;
  transition: 0.5s 0.2s;
}



/*---------------------------------------
     PRE LOADER              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
    MENU              
-----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.header__img {
  width: 250px;
  height: 50px;
  object-fit: cover;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  padding: 0
}

img .custom-navbar .navbar-brand {
  width: 10px;
  height: auto; 
}

.custom-navbar .navbar-brand span {
  color: #d6a967;
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
  display: inline-block;
  margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
  background: #ffffff;
  color: #000000;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
  color: #000000;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
  padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
  color: #000000;
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #d6a967;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #d6a967;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #d6a967;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0; 
  }

  .custom-navbar.top-nav-collapse {
    background: #182335;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #ffffff;
  }

  .top-nav-collapse .nav li a {
    color: #ffffff;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}


/*---------------------------------------
    HOME              
-----------------------------------------*/

#home {
  padding: 0;
}

#home h1 {
  color: #ffffff;
 
}

#home h3 {
  color: #f9f9f9;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* margin: 0; */
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .slider .col-md-8 {
    padding-left: 0;
  }
}

.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 2em;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px 10px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.check-mark-header {
  display: flex;
  gap: 40px; /* Відстань між пунктами */
  justify-content: flex-start; /* або center — на вибір */
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.check-mark {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.check {
  color: #FFC107;
  font-size: 20px;
  margin-right: 10px;
}

.headline {
  font-size: 20px;
  font-weight: 700;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.yellow-tag {
  background-color: #f5b544;
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20,20,20,0.2);
  height: 100%;
  color: #fff;
  cursor: e-resize;
  padding: 4em 0 0 2em;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  margin: 0;
  background: url('../images/Edificios.jpg') no-repeat center center,
              -webkit-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/Edificios.jpg') no-repeat center center,
              -moz-linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background: url('../images/Edificios.jpg') no-repeat center center,
              -o-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/Edificios.jpg') no-repeat center center,
              linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background-size: cover;
  background-blend-mode: overlay;
}

.slider .item-second {
  margin: 0;
  background: url('../images/back6.jpg') no-repeat center center,
              -webkit-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/back6.jpg') no-repeat center center,
              -moz-linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background: url('../images/back6.jpg') no-repeat center center,
              -o-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/back6.jpg') no-repeat center center,
              linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background-size: cover;
  background-blend-mode: overlay;
}

.slider .item-third {
  margin: 0;
  background: url('../images/back9.png') no-repeat center center,
              -webkit-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/back9.png') no-repeat center center,
              -moz-linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background: url('../images/back9.png') no-repeat center center,
              -o-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/back9.png') no-repeat center center,
              linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background-size: cover;
  background-blend-mode: overlay;
}

.slider .item-first .section-btn {
  background: transparent;
  border: 1px solid #ffffff;
}

.slider .item-second .section-btn {
  background: transparent;
  border: 1px solid #ffffff;
}

.slider .item-third .section-btn {
  background: transparent;
  border: 1px solid #ffffff;
}

.slider .item-first .section-btn:hover,
.slider .item-first .section-btn:focus {
  background: #d6a967;
  border-color: transparent;
  color: #ffffff;
}

.slider .item-second .section-btn:hover,
.slider .item-second .section-btn:focus {
  background: #d6a967;
  border-color: transparent;
  color: #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
  background: #d6a967;
  border-color: transparent;
  color: #ffffff;
}



/*---------------------------------------
    ABOUT              
-----------------------------------------*/

#about {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  #about {
    background-color: #152a39;
  }
}

.about-title {
  color: #d6a967;
}

.about-text {
  color: #ffffff;
}

.about-info {
  padding: 2em 6em 5em 2em;
  background-color: #182335;
  border-radius: 20px;
  color: #d6a967;
}

.about-info .section-title {
  padding-bottom: 20px;
}

.about-image {
  position: absolute;
  width: 700px;
  height: auto;
}

@media (max-width: 768px) {
  .about-image {
      max-width: 65%; 
      height: auto;
      display: block;
      margin: 0 auto; 
  }
}

@media (max-width: 768px) {
  .about-info .about-text {
      padding: 20px; 
  }
}

@media (max-width: 480px) {
  .about-info .about-text {
      padding: 10px; 
  }
}

@media (max-width: 480px) {
  h2, h4 {
      padding-left: 20px; 
  }
}

.about-us-main-img {
  /* background-image: url('../images/About-us-main.png'); */ /* Замените на ваш путь к изображению */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
  @media (max-width: 768px) {
    #about {
      height: 55vh; /* Менша висота на мобільних */
    }
  
    .about-us-main-img {
      object-fit: contain; /* Запобігає обрізанню */
    }
  }

}



/*---------------------------------------
    SPACE            
-----------------------------------------*/
#about {
  margin-bottom: 50px;
}


/*---------------------------------------
    TEAM              
-----------------------------------------*/
#team {
  margin: 0;
/*   background: url('../images/Features.jpg') no-repeat center center,
              -webkit-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/Features.jpg') no-repeat center center,
              -moz-linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background: url('../images/Features.jpg') no-repeat center center,
              -o-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/Features.jpg') no-repeat center center,
              linear-gradient(to right, #1a2334 100%, #af8650 0%); */
  background: url('../images/Gallery.jpg');
  background-size: cover;
  background-blend-mode: overlay;
  width: 100%;
  height: 650px;
}

.team-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
  position: absolute;
  background: #1c1c1c;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
  opacity: 0.95;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.team-thumb img {
  transition: 0.5s 0.2s;
}

.team-thumb:hover img {
  transform: scale(1.2);
}

.team-thumb .social-icon li a {
  background: #292929;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #d9d9d9;
  font-size: 20px;
  margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.team-item h4 {
  color: #ffffff;
}

.team-info p {
  color: #bfbdbd;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}


.carousel {
  margin-top: 200px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 38%; /* або 5%, підбери вручну */
}
.carousel__item {
  position: relative; 
  height: 55rem;
  width: 45rem;
  border-radius: 3px;
  overflow: hidden;
  /* box-shadow: 0 1rem 4rem rgba(0,0,0,.5); */
  position: absolute;
  transform: translate(-50%,-50%) scale(.1);
  z-index: 0;
  transition: all .2s linear;
  
}
.carousel__item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.carousel__item--main {
  transform: translate(-50%,-50%) scale(1);
  z-index: 2;
  cursor: pointer;
}

.carousel__item--left {
  transform: translate(-130%,-50%) scale(.9);
  z-index: 1;
}
.carousel__item--right {
  transform: translate(30%,-50%) scale(.9);
  z-index: 1;
}
.carousel__item--left img, .carousel__item--right img {
  filter: grayscale(80%);
}

.carousel__item--right:hover {
  transform: translate(10%,-50%) scale(1.2);
  z-index: 3;
  cursor: pointer;
}
.carousel__item--left:hover {
  transform: translate(-110%,-50%) scale(1.2);
  z-index: 3;
  cursor: pointer;
}
.carousel__item--main:hover {
  transform: translate(-50%,-50%) scale(1.2);
}
.carousel__item:hover > .carousel__text {
  opacity: 1;
}
.carousel__item:hover img {
  filter: grayscale(0%);
}
.carousel__btns {
  position: absolute;
  bottom: 10px; /* Опускаємо кнопки вниз */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2rem;
  z-index: 5;
}
.carousel__btn {
  background-color: rgba(0, 0, 0, 0.5); /* Трохи затемнити кнопки */
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel__btn svg {
  height: 1.8rem;
  width: 1.8rem;
}
.carousel__btn:hover {
  color: #aaa;
}


@media (max-width: 768px) {

  .carousel {
    margin-top: 200px;
    position: relative; /* ← замість absolute */
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 107%; /* ← зроби більш адекватний відступ */
    left: 0;
  }
}


/*---------------------------------------
   DIGITAL+              
-----------------------------------------*/
.ftco-section-parallax {
  position: relative; }
  .ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 4em 0; }
  .ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important; }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }


.heading-section .subheading {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #1a2334; }

.heading-section h2 {
  font-size: 30px;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: #000000; }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #000000; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.blog-img,
.user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.img-digital {
  width: 150px;
  height: auto;
}

#builder-section .image-section {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-section .subheading {
  color: #1a2334;
  font-weight: 700;
  font-size: 16px;
}

.content-section h2 {
  font-weight: 800;
  font-size: 32px;
}

.nav-pills .nav-link {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-right: 10px;
  color: #000;
  background-color: #fff;
}

.nav-pills .nav-link.active {
  background-color: #1a2334;
  color: #fff;
  font-weight: 600;
}

.img-digital {
  width: 500px;
  height: auto;
}

.value-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.value-section ul {
  list-style: none;
  padding-left: 0;
}

.value-section li {
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .digital-third-text {
    padding: 20px;
  }

  .value-section h2 {
    font-size: 24px;
  }

  .value-section li {
    font-size: 16px;
  }
}

.digital-text {
  width: 100%; /* или фиксированная ширина, например 800px */
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
}



/*---------------------------------------
   MENU              
-----------------------------------------*/
#menu {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #001f3d;
  
}

.image-menu {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Масштабирует без искажений */
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  #menu {
    height: 55vh; /* Менша висота на мобільних */
  }

  .image-menu {
    object-fit: contain; /* Запобігає обрізанню */
  }
}

.heading {
  color: #ffffff;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background-color: #af8650;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-left: 110px;
}


@media (max-width: 768px) {
  .icon-circle {
    margin-left: 155px;
  }
}

/*---------------------------------------
    TESTIMONIAL             
-----------------------------------------*/

#testimonial {
  background: url('../images/comments.jpg') center center no-repeat,
              -webkit-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/comments.jpg') center center no-repeat,
              -moz-linear-gradient(to right, #1a2334 100%, #af8650 0%);
  background: url('../images/comments.jpg') center center no-repeat,
              -o-linear-gradient(to right, #1a2334 100%, #af8650 0%); 
  background: url('../images/comments.jpg') center center no-repeat,
              linear-gradient(to right, #1a2334 100%, #af8650 0%);
              background-size: cover;
              background-blend-mode: overlay;
}



#testimonial h2 {
  color: #ffffff;
}


#testimonial p {
  color: #d9d9d9;
  font-size: 20px;
  line-height: 35px;
}


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

#contact .section-title {
  padding-bottom: 0;  
}

#contact .text-success,
#contact .text-danger {
  display: none;
}

#contact .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
  border-bottom-color: #c9c9c9;
}

#contact input {
  height: 55px;
}

#contact button#cf-submit {
  background: #182335;
  border-radius: 20px;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  margin-top: 30px;
}

.contact-us-link {
  color: #ffffff;
}

.contact-us-info {
  /* background-color: #182335; */
  border-radius: 20px;
  color: #d6a967;
  padding: 2em 2em 2em 2em;
}

.contact-us-main {
  color: #d6a967;
}

.contact-us-text {
  color: #000000;
}

#contact button#cf-submit:hover {
  background: #292929;
  color: #ffffff;
}

.about-us-picture {
  width: 500px;
  height: auto;
}

@media (max-width: 768px) {
  .about-us-picture {
      max-width: 115%; 
      height: auto;
      display: block;
      margin: 0 auto; 
      margin-left: -20px;
      margin-right: -20px;
  }
}

.button_open_quiz_popup {
  text-align:center;
  font-size:16px;
  font-weight:700;
  padding:12px 30px;
  width:auto;
  background-color:#1a2334;
  border:1px solid #1a2334;
  color:#FFF; 
  box-shadow: 3px 3px 10px 0px #1a2334; 
  border-radius:10px; 
  margin-left: 170px; 
}

@media (max-width: 480px) {
  .button_open_quiz_popup {
    margin-left: 80px;
  } 
}


/*---------------------------------------
    VACANCY             
-----------------------------------------*/



/*---------------------------------------
    FAQ             
-----------------------------------------*/
.faq-more {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.content-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-item {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
.content-item a {
  color: #007BFF;
  text-decoration: none;
}
.content-item a:hover {
  text-decoration: underline;
}


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

footer {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 120px 0;
  padding-bottom: 80px;
  background-color: #1a2334;
}

footer .section-title {
  padding-bottom: 10px;
}

footer h2 {
  font-size: 20px;
  color: #ffffff
}

footer a,
footer p {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info,
footer .social-icon {
  margin-top: 20px;
}

.footer-open-hour {
  /* background: #d6a967;
  background: url('../images/footer-image.avif') center center no-repeat; */
  background-size: cover;
  border-radius: 20px;
  margin-top: 0;
  padding: 40px 0 40px 80px;
  overflow: hidden;
  position: relative;
  z-index: 22;
  right: 20px;
  bottom: 20px;
}

.footer-open-hour::after {
  /* background: rgba(29,29,29,0.85); */
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2222;
}

.footer-open-hour h2 {
  color: #ffffff;
}

.footer-open-hour p {
  color: #d9d9d9;
}

.footer-open-hour strong {
  color: #f9f9f9;
}

.image-footer {
  width: 20px; 
  height: 20px; 
  margin-right: 10px;
}

.nav-item::before {
  content: "➤";
  color: #c18b52;
  margin-right: 8px;
}

#footer li {
  list-style-type: none;
}

@media (max-width: 768px) {
  footer {
    padding: 60px 20px 40px 20px;
    text-align: left;
  }

  .footer-info,
  .footer-open-hour,
  footer .social-icon,
  #footer .nav,
  #footer .copyright {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .footer-open-hour {
    padding: 30px 20px;
    right: 0;
    bottom: 0;
  }

  #footer ul {
    padding-left: 0;
  }

  .nav-item {
    margin-left: 0;
  }

  footer .social-icon {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }

  .copyright {
    margin-top: 20px;
    font-size: 13px;
  }

  .footer-navigation {
    margin-left: -15px !important;
  }
}


/*---------------------------------------
   SOCIAL ICON              
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  border-radius: 100px;
  color: #d6a967;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: #d6a967;
  color: #ffffff;
}



/*---------------------------------------
   RESPONSIVE STYLES              
-----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}


@media only screen and (max-width: 1200px) {
  .about-info {
    padding-right: 0;
  }

  .about-image {
    position: relative;
  }
}


@media only screen and (max-width: 992px) {
  section {
    padding: 60px 0;
  }

  .custom-navbar .section-btn {
    margin-left: 1em;
  }

  .slider .item {
    background-position: center;
  }

  .about-info {
    padding: 0;
  }

  .team-info {
    margin-bottom: 50px;
  }

  #menu .menu-thumb {
    width: 103%;
  }

  #testimonial {
    background-position: 50% 0 !important;
  }

  #google-map,
  .footer-info {
    margin-bottom: 50px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,h2,h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }

  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }

  .slider .caption {
    padding: 0;
  }

  .menu-thumb .menu-info {
    top: 80%;
  }

  footer {
    padding: 60px 0;
    padding-bottom: 60px;
  }

  .footer-open-hour {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.8em;
  }

  .menu-thumb .menu-info {
    top: 60%;
  }
}





@media (max-width: 767px) {
  .slider .caption {
    padding: 2em 1em; /* Меньше отступов на мобильных */
    text-align: left;
    align-items: flex-start;
  }

  #home h1,
  #home h3,
  .headline,
  .check-mark-header,
  .check-mark {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .check-mark-header {
    gap: 20px; /* Уменьшаем отступ между элементами */
    flex-wrap: wrap; /* Чтобы при нехватке места переносились */
  }

  .yellow-tag {
    font-size: 10px;
    padding: 1px 6px;
  }

  .headline {
    font-size: 16px;
  }

  .check-mark {
    font-size: 16px;
  }

  .check {
    font-size: 18px;
  }
}
