.contact-page-header {
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
       padding   :  81px 0 87px;
  text-align: center;
}

.contact-info-section {
      padding: 73px 0;
  background  :       #fff;


}

.contact-info-grid {
    display :  grid;

	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

	    gap :    29px;
}

.info-card-unit {
 background: #f8fafc;
  padding: 37px 29px;
       border-radius: 13px;
    text-align   :     center;
  border: 2px solid #e2e8f0;
 transition: all 0.28s ease;
}

.info-card-unit:hover {
   border-color: #0891b2;
  transform: translateY(-5px);
  box-shadow: 0 13px 37px rgba(8, 145, 178, 0.13);
}

.info-card-icon-zone {
   width: 71px;
   height: 71px;
  background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
   border-radius: 50%;
  display: flex;
  align-items   :center;
   justify-content: center;
   margin: 0 auto 21px;
}

.info-card-icon {
       width: 37px; 
    height    :   37px; 
   stroke  :        #0891b2; 
   fill: none; 
    stroke-width: 2.4; 
   stroke-linecap: round; 
	 stroke-linejoin : round;
}

.info-card-title {
   font-size: 21px;
    font-weight: 700;
  color: #1e293b;
  margin-bottom: 13px;
}

.info-card-text {
  font-size: 16px;
   line-height: 1.68;
    color:#475569;
  margin-bottom: 9px;
}

.info-card-text a {
   color: #0891b2;
    font-weight: 600;
                    transition: color 0.24s ease;
}

.info-card-text a:hover {
    color: #0e7490;
}

.info-card-subtext


{
        font-size   :        13px;
    color: #64748b;
  line-height: 1.61;
}

.contact-form-section {
    padding: 83px 0;
          background: #f8fafc;
}

.form-content-layout     {
    display: grid;
	grid-template-columns   :      1fr 1.5fr;
   gap    :      57px;
       align-items: start;
	
}

.form-intro-block {
            padding: 0 17px;}

.form-section-heading  {
  font-size: 37px;
   font-weight: 700;
   color   :        #1e293b;
  margin-bottom: 19px;
}

.form-intro-text {
  font-size: 16px;
  line-height: 1.72;
	 color:    #475569;
	margin-bottom  :     33px;
}

.form-features-list {
	    display: flex;
  flex-direction: column;
  gap :  17px;
}

.feature-list-item
	{
	 display: flex;
    align-items: center;
	 gap: 12px;
}

.feature-check-icon {
	width: 23px;
   height: 23px;
  stroke: #0891b2;
   fill: none;
   stroke-width: 2.6;
        stroke-linecap: round;
     stroke-linejoin: round;
         flex-shrink: 0;
}

.feature-list-item span {
   font-size: 15px;
  color: #1e293b;
  font-weight: 500;
}

.form-container-block {
   background: #fff;
   padding: 41px 37px;
    border-radius  :  13px;
  box-shadow: 0 11px 34px rgba(0,0,0,0.08);
}

.contact-form-sp {
    width: 100%;
}

.form-row-grid {
               display: grid;
  grid-template-columns: 1fr 1fr;
	gap: 23px;
         margin-bottom: 23px; 

}

.form-group-unit   {
	  margin-bottom: 23px;


}

.form-row-grid .form-group-unit {
    margin-bottom: 0;
}

.form-label-text {
    display   :    block;
    font-size     :     14px;
	 font-weight: 600;
                    color: #1e293b;
               margin-bottom: 8px;
}

.form-input-field,
.form-select-field,
.form-textarea-field{
   width: 100%;
    padding: 13px 17px;
      border: 2px solid #e2e8f0;
   border-radius: 7px;
  font-size: 15px;
    color: #1e293b;
  transition  :      all 0.26s ease;
  font-family :   inherit;
}

.form-input-field:focus,
.form-select-field:focus,
.form-textarea-field:focus  {
   outline: none; 
    border-color: #0891b2; 
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.11);
}

.form-select-field {

	   background: #fff;
    cursor: pointer;


}

.form-textarea-field{

   resize: vertical;
  min-height: 130px;
}

.error-message-text {
	   display: none;
   font-size:     13px;
  color     :       #ef4444;
    margin-top: 6px;
   font-weight: 500; 
}

.form-submit-zone {
  margin-top     : 27px;
}

.form-submit-btn	{
  display: flex;
   align-items: center;
    justify-content: center;
   gap: 11px;
   width: 100%;
    padding: 16px 24px;
    background  :        #0891b2;
    color: #fff;
  border: none;
  border-radius   :7px;
	 font-size   :     16px;
    font-weight: 600;
          cursor: pointer;
  transition: all 0.28s ease;
}

.form-submit-btn:hover {
  background    :   #0e7490;
  transform: translateY(-2px);
  box-shadow: 0 9px 27px rgba(8, 145, 178, 0.34);
	
}

.form-submit-btn:disabled {
        background: #94a3b8;
	cursor: not-allowed;
  transform: none;
}

.btn-icon-submit {
    width: 21px;
    height: 21px;
  stroke: #fff;
    fill: none;
   stroke-width:       2.4;
    stroke-linecap: round;
   stroke-linejoin :  round;
}

.popup-overlay-sp {
    display: none;
  position: fixed;
          top: 0;
   left: 0;
  width: 100%;
   height    :    100%;
  background: rgba(15, 23, 42, 0.73);
        z-index     :    9999;
	align-items: center;
  justify-content     :        center;
   padding: 23px;
}

.popup-content-box {
   background: #fff;
   padding: 47px 39px;
    border-radius: 17px;
  max-width  :       520px;
      width: 100%;
  text-align: center;
  animation: popupSlideIn 0.37s ease;
}  @keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-29px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.popup-icon-success {
    width   :        87px;
   height: 87px;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
   border-radius: 50%;
  display: flex;
   align-items: center;
  justify-content   :        center;
  margin: 0 auto 27px;
}

.popup-check-icon {
   width:     47px;
	height: 47px;
  stroke: #059669;
   fill: none;
   stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.popup-heading-text {
    font-size: 27px;
  font-weight :  700;
      color: #1e293b;
   margin-bottom: 17px;
}

.popup-message-text {
	   font-size :     16px;
	 line-height: 1.69;
  color: #475569;
      margin-bottom: 31px;
     }

.popup-close-btn  {
  font-weight: 600;
    padding    :     14px 37px;
   border: none;
         font-size :        15px;
   background: #0891b2;
   border-radius: 7px;
    transition     :        all 0.27s ease;
	cursor: pointer;
  color: #fff;
}  

.popup-close-btn:hover {
	background: #0e7490;
}

.location-map-section {

   padding :    79px 0;
   background: #fff;

}

.map-header-content {
   text-align: center;
    max-width: 680px;
  margin: 0 auto 43px;
}

.map-section-title {
	    font-size: 37px;
    font-weight  :     700;
  color: #1e293b;
    margin-bottom    :   13px;


}

.map-section-desc {
  font-size: 17px;
    color: #64748b;
  line-height   :  1.67;
}

.map-container-frame {
  max-width: 1100px;
    margin: 0 auto;

}

.map-container-frame iframe  {
	width: 100%;
   height: 450px;
    border: 0;
    border-radius: 12px;
}@media (max-width: 991px) {
    .form-content-layout {
        grid-template-columns: 1fr;
        gap: 43px;
    }

    .form-section-heading {
        font-size: 31px;
    }

    .form-row-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-row-grid .form-group-unit {
        margin-bottom: 23px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 23px;
    }

    .map-section-title {
        font-size: 31px;
    }
}

@media (max-width: 768px) {
    .contact-page-header {
        padding: 63px 0 69px;
    }

    .form-section-heading {
        font-size: 27px;
    }

    .popup-heading-text {
        font-size: 23px;
    }

    .form-container-block {
        padding: 33px 27px;
    }

    .map-container-frame iframe {
        height: 350px;
    }

    .map-section-title {
        font-size: 27px;
    }
}