/* ============================================
   INTEO Landing Page - Custom Styles
   ============================================ */

:root {
    --primary-color: #626844;
    --dark-color: #1a1a1a;
    --light-bg: #f8f9fa;
    --text-muted: #6c757d;
}

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;	
	margin: 0;
    padding: 0;
}



h1,h2,h3{font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;}
 
h2.greenner{color:#626844!important;} 

/* ============================================
   CHECK LIST
   ============================================ */

ul.spisok {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

ul.spisok li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

ul.spisok li::before {
    content: "\f00c"; /* галочка (fa-check) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 20px;
    color: #1e9e6b; /* стильный зелёный премиум */
}
  
/* ============================================
   HEADER / NAVIGATION
   ============================================ */

.navbar {
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    font-size: 1.5rem !important;
    color: #1a1a1a !important;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link {
    color: #666 !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-warning {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #6f7c2f !important;
    border-color: #6f7c2f !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(55, 55, 55, 0.3);
}

/* ============================================
   HERO SECTION
   ============================================ */


.hero-section {
  position: relative;
  min-height: 100vh;
  background: url("../images/bg1.png") no-repeat left top;
  background-size: contain;
  overflow: hidden;
  display: flex;
  align-items: flex-start; /* прижать контент к верху */
  justify-content: space-between;
  padding: 0;              /* убрать внутренние отступы */
  margin: 0;               /* убрать внешние отступы */
  height: auto;            /* высота — по контенту */
  min-height: 0;           /* отменяем наследованное */
  border-bottom:2px solid #eee;
}

.text-block {
  color: #2c2c2c;
  z-index: 2;
  position: relative;


  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.hero-text{margin-right:20px;}

.text-block h1 {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

span.highlight{font-size: 2.5rem;}

.text-block .lead {
  font-size: 18rem;
  color: #8a6a10;
  margin-top: 1rem;
  line-height: 1.4;
  max-width:620px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-block .highlight {
  color: #626844;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.divider {
  width: 377px;
  height: 1px;
  background: #c0a66b;
  margin: 1.5rem 0;
}

.text-block .small {
  font-size: 1.17rem;
  color: #777;
}

.image-block {
  position: relative;
  z-index: 1;
}

.building-img {
  max-width: 100%;
  height: auto;
  margin-top: 2rem;
  float:right;
}

/* --- адаптив --- */
@media (max-width: 1400px) {
  .hero-text{
	  max-width:530px;
	  
  }

}

@media (max-width: 1200px) {
  .hero-text{
	  max-width:440px;
	  
  }
  .container-flex {
        display: block;              /* отключаем flex */
        max-width: 100%;             /* как container-fluid */
		
    }

}
@media (max-width: 1000px) {

} 
  
@media (max-width: 991px) {
  .hero-section {
    background-position: center top;
    background-size: cover;
    min-height: auto;
    padding-top: 2rem;
  }

  .text-block {
    padding: 1rem 1rem 1rem;
	width:100%;
  }

  .image-block {
    margin-top: -1rem;
  }
  h1{text-align:center;font-size:28px!important;}
  .lead span.highlight{text-align:center;font-size:28px!important;}
  .text-block p.small, .text-block p.lead{text-align:center;}
  h2{font-size:28px!important;}
  .greenner{text-align:left!important;}
  .divider{padding:0px;width:100%;}
  p.fs-5{font-size:18px!important;}


}

.hero-section h1 {
    font-size: 3.2rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.hero-section .lead {
    font-size: 1.5rem;
    color: #555;
    font-weight: 500;
}

.hero-section .text-secondary {
    font-size: 1.1rem;
    color: #888;
}

@media (max-width: 1200px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section .lead {
        font-size: 1.2rem;
    }
}

/* ============================================
   ABOUT SECTION
   ============================================ */

#about {
    background-color: #f8f9fa;
}

#about h2 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

#about p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
}

.bg-warning-subtle2 {
    border: 0px;
	background: url("../images/warning.jpg") no-repeat center top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

/* ============================================
   LOCATION SECTION
   ============================================ */

#location h2 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 2rem;
}

#location p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* ============================================
   ADVANTAGES SECTION
   ============================================ */

#advantages {
    background-color: #f8f9fa;
}

#advantages h2 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 3rem;
}

.card {
    transition: all 0.3s ease;
    border-radius: 1rem !important;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}

.card-title {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 1rem;
}

.card-text {
    color: #666;
    font-size: 0.95rem;
}

/* ============================================
   GALLERY SECTION
   ============================================ */

#gallery h2 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 3rem;
}

.bg-secondary-subtle {
    background-color: #e9ecef !important;
}


/* ============================================
   CTA SECTION
   ============================================ */

.bg-warning-subtle {
    background-color: #fffbf0 !important;
}

.bg-warning-subtle h2 {
    color: #1a1a1a;
    font-weight: 700;
}

.bg-warning-subtle p {
    color: #555;
}

/* ============================================
   FOOTER
   ============================================ */

footer {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

footer h5,
footer h6 {
    color: white;
    font-weight: 600;
}

footer p,
footer .text-muted {
    color: #d0d0d0 !important;
}

footer small {
    color: #b8b8b8 !important;

}

footer a {
    color: #e0e0e0;
    transition: color 0.3s ease;
    text-decoration: none;
}

footer a:hover {
    color: #fff !important;
}

footer .btn-outline-secondary {
    color: #b8b8b8;
    border-color: #555;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

footer .btn-outline-secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

/* ============================================
   MODAL
   ============================================ */

.modal-content {
    border: none;
    border-radius: 1rem;
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
    background-color: #f8f9fa;
}

.modal-title {
    color: #1a1a1a;
    font-weight: 600;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.25);
}

.form-label {
    color: #333;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* ============================================
   UTILITIES
   ============================================ */

.py-md-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 768px) {
    .py-md-8 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
	
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .navbar-nav {
        margin-top: 1rem;
		text-align:center;
    }
    
    .btn-warning {
        width: 100%;
        margin-top: 1rem;
    }
    
    .display-5 {
        font-size: 2rem;
    }
    
    .fs-5 {
        font-size: 1rem;
    }
	
	.bg-warning-subtle2 h2 {text-align:left!important;}
	.bg-warning-subtle2 p {text-align:left!important;}
	
}



/* ============================================
   SCROLLBAR
   ============================================ */

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

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #357f58;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: fadeInUp 0.5s ease-out;
}

/* ============================================
   GALLERY SWIPER - BEAUTIFUL CARDS
   ============================================ */

.swiper {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 20px;
}

.swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
}

.gallery-item-wrapper {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.gallery-item-wrapper a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-item-wrapper img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-item-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.gallery-item-wrapper:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
}

.swiper-button-next,
.swiper-button-prev {
    color: #b8860b;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #b8860b;
    color: white;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .swiper {
        padding-bottom: 50px;
    }
    
    .gallery-item-wrapper img {
        aspect-ratio: 3 / 4;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .gallery-item-wrapper img {
        aspect-ratio: 3 / 4;
    }
}

@media (min-width: 992px) {
    .gallery-item-wrapper img {
        aspect-ratio: 3 / 4;
    }
}

