* {
   margin: 0;
   padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
  font-family: 'Roboto', 'Segoe UI', sans-serif;
   color: #2a2a2a;
    line-height: 1.6;
   background: #ffffff;
}

img {
   max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.container {
   max-width: 1170px;
    margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
  padding: 0;
}

.p-0 {
  padding: 0;
}

.no-gutters {
    margin-right: 0;
   margin-left: 0;
}

.no-gutters > [class*="col-"] {
   padding-right: 0;
    padding-left: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
  margin-right: -15px;
   margin-left: -15px;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

[class*="col-"] {
    position: relative;
    width: 100%;
   padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
   flex: 0 0 50%;
   max-width: 50%;
}

.col-md-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-md-8 {
    flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-md-12 {
   flex: 0 0 100%;
  max-width: 100%;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xl-5 {
  flex: 0 0 41.666667%;
   max-width: 41.666667%;
}

.col-xl-6 {
    flex: 0 0 50%;
  max-width: 50%;
}

.lk-frame {
    max-width: 1170px;
   margin: 0 auto;
    padding: 0 15px;
}

.lk-topbar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 18px 0;
  position: sticky;
   top: 0;
   z-index: 1000;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.nav-wrapper-rg {
   display: flex;
    justify-content: space-between;
   align-items: center;
}

.brand-mark {
    max-height: 84px;
   width: auto;
  filter: brightness(0) invert(1);
}

.nav-links-set {
    display: flex;
    gap: 35px;
}

.link-item {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
    padding: 8px 0;
    position: relative;
}

.link-item::after {
  content: '';
    position: absolute;
    bottom: 0;
   left: 0;
  width: 0;
    height: 2px;
   background: #ffba00;
    transition: width 0.3s ease;
}

.link-item:hover::after {
  width: 100%;
}

.mobile-trigger {
  display: none;
   cursor: pointer;
}

.menu-icon-svg {
   width: 28px;
    height: 28px;
  filter: brightness(0) invert(1);
}

.hero-wrap {
    width: 100%;
   height: 60vh;
  background-size: cover;
   background-repeat: no-repeat;
    background-position: center center;
   position: relative;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  content: '';
    opacity: 0.5;
    background: #000000;
}

.slider-text{
  height: 60vh;
  display: flex;
  align-items: center;
    justify-content: center;
   text-align: center;
}

.slider-text h1		{
    font-size: 48px;
  color: #fff;
   line-height: 1.5;
  font-weight: 700;
}

.slider-text h1 span {
   color: #AFA939;
}

.slider-text p
	{
   font-size: 18px;
    line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.btn.btn-primary {
  background: #AFA939 !important;
  border: 1px solid #AFA939 !important;
    color: #fff !important;
   border-radius: 3px;
   box-shadow: none !important;
}

.btn.btn-primary:hover {
   border: 1px solid #AFA939;
    background: transparent !important;
    color: #AFA939 !important;
}

.mb-4 {
   margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.px-4 {
   padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
   padding-top: 1rem;
   padding-bottom: 1rem;
}

.creative_mind_area {
   padding: 120px 0;
}

.creativ_thumb img {
  width: 100%;
    height: auto;
}

.creative_info {
  padding-left: 80px;
}

.section_title h3 {
   font-size: 42px;
   font-weight: 600;
   color: #001D38;
    margin-bottom: 20px;
    line-height: 1.3;
}

.section_title p {
    font-size: 16px;
   line-height: 28px;
    color: #596672;
    margin-bottom: 40px; 
	
}

.progressBars {
  margin-bottom: 40px;
}

.single_bar {
   margin-bottom: 30px;
}

.single_bar h4 {
   font-size: 18px;
  font-weight: 500;
   color: #001D38;
   margin-bottom: 15px;
}

.progress {
   height: 8px;
   background-color: #f0f0f0;
   border-radius: 10px;
   overflow: visible;
  position: relative;
}  

.progress-bar {
    background-color: #001D38;
    border-radius: 10px;
  position: relative;
   transition: width 0.6s ease;
}

.progress-bar span {
    position: absolute;
   right: 0;
  top: -30px;
    font-size: 14px;
    font-weight: 500;
  color: #001D38;
	
}

.boxed-btn3-line {
    color: #001D38;
   display: inline-block;
  padding: 14px 47px;
   font-size: 14px;
   font-weight: 500;
    border: 2px solid #001D38;
  text-align: center;
   text-transform: capitalize;
   transition: 0.3s;
    cursor: pointer;
  letter-spacing: 2px;
}

.boxed-btn3-line:hover {
  background: #001D38;
   color: #fff;
}

.property-section {
    padding-bottom: 52px;
}

.property-section .section-title {
               margin-bottom: 90px;
}

.property-item {
  margin-bottom: 55px;
}

.property-item img {
    min-width: 100%;
}

.property-item .pi-image {
  position: relative;
  margin-bottom: 35px;
}

.property-item .pi-badge {
  position: absolute;
   left: 0;
    top: 0;
   min-width: 87px;
   padding: 13px 10px 0;
   height: 50px;
  text-align: center;
    font-size: 18px;
   font-weight: 700;
  color: #fff;
}

.property-item .pi-badge.new {
    background: #ff000a;
}

.property-item .pi-badge.offer {
   background    :        #ffba00;
}

.property-item h3 {
   margin-bottom: 10px;
}

.property-item h5 {
   margin-bottom: 25px;
}

.property-item p {
    margin-bottom: 20px;
}

.readmore-btn {
   display: inline-block;
   font-size: 18px;
  font-weight: 700;
    color: #ff000a;
  border-bottom: 1px solid #ff000a;
    line-height: 1;
}

.readmore-btn:hover {
   color: #ff000a;
}

.section-title {
   text-align: center;
 margin-bottom: 65px;
}

.section-title h2 {
  font-size: 72px;
    color: #322429;
  font-weight: 700;
}

:root {
    --TEXT-COLOR: #131313;
    --PARAGRAPH-COLOR: #808080;
    --HEADING-FONT: 'Crimson Text', serif;
    --MAIN-FONT: 'Roboto', sans-serif;
}

.features-section {
    padding: 30px 0;
}

.features h2.twenty {
    font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--TEXT-COLOR);
}

.features ul		{
   list-style: disc;
   padding-left: 20px;
}

.features ul li {
    font-size: 16px;
  color: var(--PARAGRAPH-COLOR);
  margin-bottom: 10px;
  font-family: var(--MAIN-FONT);
    list-style: disc;
}

.real_estate {
    padding-top: 80px;
  padding-bottom: 80px;
}

.image_container img {
    width: 100%;
    height: 100%;
  object-fit: cover;
}

.section_subtitle {
   color: #667eea;
    font-size: 14px;
   font-weight: 600;
  text-transform: uppercase;
   letter-spacing: 1.5px;
   margin-bottom: 12px;
}

.section_title h1 {
  color: #1a1a1a;
   margin-bottom: 25px;
    font-size: 38px;
   font-weight: 700;
}

.real_estate_text p {
    color: #5a5a5a;
    margin-bottom: 20px;
    font-size: 16px;
  line-height: 1.8;
}

.button a {
    background: #001D38;
   color: #fff;
   padding: 14px 38px;
   border-radius: 50px;
   display: inline-block;
   font-weight: 600;
  transition: all 0.3s ease;
}

.button a:hover {
   background: #667eea;
  transform: translateY(-2px);
}

.ml-lg-0 {
    margin-left: 0;
}

.ml-auto {
  margin-left: auto;
}

.site-section {
   padding: 5em 0;
}

.section-title   {
   font-size: 3rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
    line-height: 1.5;
}

.accordion {
    border: 1px solid #efefef;
   border-radius: 4px;
}

.accordion-item .btn-block {
    padding: 20px;
    display: block;
  text-align: left;
   position: relative;
   background: #f9f9f9;
  color: #000;
   font-weight: 700;
    border-bottom: 1px solid #efefef;
}

.accordion-item .btn-block:hover {
  text-decoration: none;
  background: #f0f0f0;
}

.accordion-item .btn-block.collapsed {
    background: #fff;
}

.accordion-item .btn-block .icon {
   position: absolute;
  right: 20px;
    top: 50%;
  transform: translateY(-50%);
    transition: .3s all ease;
}

.accordion-item .btn-block.collapsed .icon:before {
  content: "+";
  font-size: 24px;
   font-weight: 600;
}

.accordion-item .btn-block .icon:before {
  content: "−";
    font-size: 24px;
  font-weight: 600;
}

.accordion-item .body-text {
  background: #fff;
    padding: 20px;
}

.border-top {
   border-top: 1px solid #efefef;
}

.border-left {
  border-left: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-bottom {
  border-bottom: 1px solid #efefef;
}

.text-center {
   text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.collapse {
   display: none;
}

.collapse.show {
   display: block;
}

.footer-section {
    padding: 80px 0 30px;
  background: #191919;
}

.footer-info {
   margin-bottom: 50px;
}

.footer-info h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
   text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-info p {
   color: #cccccc;
   margin-bottom: 0;
}

.footer-info ul {
    list-style: none;
  padding-left: 0;
}

.footer-info ul li {
                    font-size: 14px;
   color: #cccccc;
   line-height: 2.5;
}

.footer-info ul li a {
    color: #cccccc;
}

.footer-info ul li a:hover {
   color: #D32525;
}

.copyright {
    font-size: 14px;
   color: #cccccc;
    text-align: center;
  padding-top: 20px;
   border-top: 1px solid #3d3d3d;
}

.copyright a {
    color: #D32525;
}

.copyright a:hover {
  color: #ffffff;
}@media (max-width: 991px) {
    .nav-links-set {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }

    .nav-links-set.mobile-active {
        display: flex;
    }

    .mobile-trigger {
        display: block;
    }

    .hero-wrap {
        height: 700px;
    }

    .slider-text {
        height: 700px;
    }

    .slider-text h1 {
        font-size: 40px;
    }

    .creative_mind_area {
        padding: 80px 0;
    }

    .creative_info {
        padding-left: 15px;
        padding-top: 50px;
    }

    .section_title h3 {
        font-size: 32px;
    }

    .col-lg-4 { flex: 0 0 50%; max-width: 50%; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title h2 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 55px;
    }

    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 45px;
    }

    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-md-6,
    .col-md-7,
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row {
        flex-direction: column;
    }
}

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 38px;
    }
    .section-title p {
        padding: 25px 0 10px;
    }

    .slider-text h1 {
        font-size: 28px;
    }
}.footer-section {
   padding: 80px 0 30px;
  background: #191919;
}

.footer-top-zone {
  text-align: center;
  margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3d3d3d;
}

.footer-brand-img {
  max-height: 106px;
    width: auto;
    margin: 0 auto 15px;
  filter: brightness(0) invert(1);
}

.footer-tagline {
    color: #b8b8b8;
   font-size: 15px;
   margin: 0;
}

.footer-main-grid {
   margin-bottom: 50px;
}

.footer-info {
   margin-bottom: 50px;
}

.footer-info h6 {
   font-size: 16px;
   color: #ffffff;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 25px;
}

.footer-info p {
  color: #cccccc;
  margin-bottom: 0;
}

.footer-info ul {
   list-style: none;
    padding-left: 0;
}

.footer-info ul li {
   font-size: 14px;
   color: #cccccc;
    line-height: 2.5;
}

.footer-info ul li a {
    color: #cccccc;
}

.footer-info ul li a:hover {
   color: #D32525;
}

.regulators-frame-zone {
    background: #242424;
    padding: 40px 30px;
  border-radius: 12px;
    margin-bottom: 40px;
    border: 2px solid #3d3d3d;
}

.regulators-heading {
    font-size: 18px;
  color: #ffffff;
         font-weight: 700;
    text-align: center;
  margin-bottom: 30px;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.regulators-logos-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
   align-items: center;
    justify-items: center;
}

.regulator-logo-card {
  background: #ffffff;
  padding: 25px 20px;
   border-radius: 10px;
   transition: all 0.3s ease;
  display: flex;
    flex-direction: column;
  align-items: center;
   justify-content: center;
  width: 100%;
    min-height: 140px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    text-decoration: none;
}

.regulator-logo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
   border: 2px solid #667eea;
}

.regulator-logo-card img {
  max-width: 120px;
    max-height: 70px;
   object-fit: contain;
   margin-bottom: 12px;
}

.regulator-name {


  text-align: center;
   margin-top: 8px;
    color: #1a1a1a;
   font-size: 14px;
    font-weight: 700;
}

.disclaimer-zone {
  background: linear-gradient(135deg, #D32525 0%, #ff4444 100%);
  padding: 30px;
  border-radius: 10px;
    margin-bottom: 30px;
   border-left: 5px solid #ffffff;
  box-shadow: 0 4px 15px rgba(211, 37, 37, 0.4);
}

.disclaimer-content {
    color: #ffffff;
}

.disclaimer-title {
  font-size: 18px;
    font-weight: 700;
  margin-bottom :   15px;
   text-transform: uppercase;
  letter-spacing: 1px;
}

.disclaimer-content p {
    font-size: 14px;
   line-height: 1.8;
    margin: 0;
   color: #ffffff;
}

.copyright {
  font-size: 14px;
    color: #cccccc;
    text-align: center;
    padding-top: 20px;
  border-top: 1px solid #3d3d3d;
}

.copyright a {
    color: #D32525;
}

.copyright a:hover {
  color: #ffffff;
}

.age-verify-overlay {
  position: fixed;
    top: 0;
  left: 0;
    right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
   z-index: 9999;
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.age-verify-modal {
   background: #ffffff;
   border-radius: 15px;
    max-width: 500px;
    width: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: popupSlideIn 0.4s ease;
}@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.age-modal-content {
  padding: 40px 30px;
  text-align: center;
}

.age-icon-zone {
    margin-bottom: 20px;
}

.age-warning-icon {
   width     :       60px;
    height: 60px;
    margin: 0 auto;
    stroke: #D32525;
  fill: none;
   stroke-width: 2;
}

.age-modal-title {
  font-size: 28px;
   font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.age-modal-text {
  font-size: 16px;
    color: #5a5a5a;
  line-height: 1.6;
  margin-bottom: 10px;
}

.age-buttons-zone {
  display: flex;
   gap: 15px;
  margin: 30px 0 20px;
   flex-wrap: wrap;
}

.age-btn {
    flex: 1;
    min-width: 150px;
   padding: 15px 25px;
   font-size: 16px;
   font-weight: 600;
   border: none;
   border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.age-btn-confirm {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}

.age-btn-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.age-btn-decline {
  background: #e5e5e5;
    color: #2a2a2a;
}

.age-btn-decline:hover {
   background: #d0d0d0;
}

.age-disclaimer-small {
  font-size: 12px;
    color: #999999;
    margin: 15px 0 0;
   font-style: italic;
}

.platforms-catalog-zone {
   padding: 80px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.catalog-header-block {
    text-align: center;
   margin-bottom: 60px;
}

.catalog-main-title {
  font-size: 42px;
   font-weight: 700;
  color: #1a1a1a;
    margin-bottom: 15px;
}

.catalog-subtitle-text {
    font-size: 17px;
   color: #5a5a5a;
   max-width: 700px;
  margin: 0 auto;
}

.platform-card-horizontal {
    background: #ffffff;
  border-radius: 15px;
   padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
    display: grid;
    grid-template-columns: 2fr 1fr 2.5fr 2fr 1.5fr;
    gap: 25px;
  align-items: center;
  border-left: 4px solid transparent;
}

.platform-card-horizontal:hover{
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
   border-left-color: #667eea;
}

.platform-logo-section {
    text-align: center;
}

.platform-brand-img {
  max-width: 120px;
    height: auto;
  margin: 0 auto 12px;
}

.platform-name-title {
  font-size: 18px;
    font-weight: 700;
   color: #1a1a1a;
   margin: 0;
}

.platform-rating-section {
  text-align: center;
}

.rating-display-box {
   margin-bottom: 8px;
}

.rating-score-big {
    font-size: 36px;
    font-weight: 700;
    color: #667eea;
}

.rating-max-val {
  font-size: 18px;
    color: #999999;
}

.rating-label-text {
    font-size: 13px;
   color: #666666;
   margin: 0;
    text-transform: uppercase;
  letter-spacing: 0.5px;
}

.platform-bonus-section h4,
.platform-benefits-section h4 {
    font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bonus-description-text {
   font-size: 14px;
    color: #5a5a5a;
  line-height     :  1.6;
    margin: 0;
}

.benefits-mini-list {
    list-style: none;
   padding: 0;
  margin: 0;
}

.benefits-mini-list li {
   font-size: 13px;
  color: #5a5a5a;
    padding: 5px 0;
   position: relative;
  padding-left: 18px;
}

.benefits-mini-list li::before {
  content: '✓';
   position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
}

.platform-action-section {
  text-align: center;
}



.platform-cta-button {
   display: inline-flex;
  align-items: center;
    gap: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
   padding: 14px 28px;
   border-radius: 50px;
    font-weight: 600;
  font-size: 15px;
   transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.platform-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(102, 126, 234, 0.5);
}

.btn-arrow-icon {
   width: 18px;
   height: 18px;
  filter: brightness(0) invert(1);
}@media (max-width: 1199px) {
    .platform-card-horizontal {
        grid-template-columns: 1.5fr 1fr 2fr 1.5fr 1.3fr;
        gap: 20px;
        padding: 25px;
    }

    .platform-brand-img {
        max-width: 100px;
    }

    .rating-score-big {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .regulators-logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-card-horizontal {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px;
        text-align: center;
    }

    .platform-logo-section,
    .platform-rating-section,
    .platform-bonus-section,
    .platform-benefits-section,
    .platform-action-section {
        text-align: center;
    }

    .benefits-mini-list {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footer-section {
        padding: 60px 0 25px;
    }

    .regulators-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .regulator-logo-card {
        padding: 20px 15px;
        min-height: 120px;
    }

    .disclaimer-zone {
        padding: 25px 20px;
    }

    .catalog-main-title {
        font-size: 32px;
    }

    .age-buttons-zone {
        flex-direction: column;
    }

    .age-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .footer-brand-img {
        max-height: 80px;
    }

    .regulators-logos-grid {
        grid-template-columns: 1fr;
    }

    .catalog-main-title {
        font-size: 26px;
    }

    .age-modal-content {
        padding: 30px 20px;
    }

    .age-modal-title {
        font-size: 24px;
    }
}

.contact-zone-main {
    padding: 90px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-intro-header {
    text-align: center;
    margin-bottom: 65px;
}

.contact-page-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.contact-page-subtitle {
    font-size: 18px;
    color: #5a5a5a;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-dual-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.contact-info-column {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.info-block-unit {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.info-block-unit:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.info-icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.contact-icon-svg {
    width: 26px;
    height: 26px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    filter: brightness(0) invert(1);
}

.info-block-heading {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.info-block-text {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
    margin: 0;
}

.contact-form-column {
    background: #ffffff;
    padding: 45px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.form-group-wrapper {
    margin-bottom: 25px;
}

.form-label-text {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.input-with-icon {
    position: relative;
}

.input-icon-left {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    stroke: #999999;
    fill: none;
    stroke-width: 2;
    pointer-events: none;
}

.form-input-field {
    width: 100%;
    padding: 14px 15px 14px 45px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 15px;
    color: #2a2a2a;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-input-field:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input-field.error-state {
    border-color: #D32525;
}

.form-select-dropdown {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}

.form-textarea-field {
    width: 100%;
    padding: 14px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 15px;
    color: #2a2a2a;
    font-family: inherit;
    resize: vertical;
    transition: all 0.3s ease;
}

.form-textarea-field:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.error-message-text {
    display: block;
    font-size: 13px;
    color: #D32525;
    margin-top: 6px;
    min-height: 18px;
}

.form-submit-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 16px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.form-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.btn-icon-right {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.thank-you-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.thank-you-overlay.show-popup {
    display: flex;
}

.thank-you-modal {
    background: #ffffff;
    border-radius: 20px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: thankYouSlide 0.5s ease;
}

@keyframes thankYouSlide {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}.thank-modal-content {
  padding: 50px 35px;
   text-align: center;
}

.thank-icon-circle {
   width: 80px;
   height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   border-radius: 50%;
  display: flex;
   align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.thank-check-icon {
    width: 45px;
   height: 45px;
   stroke: #ffffff;
   fill: none;
  stroke-width: 3;
  filter: brightness(0) invert(1);
}

.thank-modal-title {
   font-size: 32px;
    font-weight: 700;
  color: #1a1a1a;
  margin-bottom     :       15px;
}

.thank-modal-text {
  font-size: 16px;
  color: #5a5a5a;
    line-height: 1.6;
    margin-bottom: 8px;
}

.thank-close-button {
  margin-top: 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
   padding: 14px 40px;
   border: none;
    border-radius: 50px;
   font-size: 16px;
   font-weight: 600;
    cursor: pointer;
   transition: all 0.3s ease;
}

.thank-close-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}@media (max-width: 991px) {
    .contact-dual-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-page-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .contact-zone-main {
        padding: 60px 0;
    }

    .contact-page-title {
        font-size: 32px;
    }

    .contact-form-column {
        padding: 35px 25px;
    }

    .contact-info-column {
        padding: 30px 25px;
    }
}

