/* =========================
   CONTACT US (cu- prefix)
========================= */

.cu-contact{
    background: #1A2A6C;


   
  padding: 72px 0;
  /*
height: 376px;
 */
opacity: 1;

}

.cu-container{
  max-width: 1200px;
}

.cu-title{
 

  font-family: Avenir;
font-weight: 500;
font-style: Medium;
font-size: 40px;
line-height: 56px;
letter-spacing: 0px;
text-align: left;
vertical-align: middle;
color: #00C9FF;

 
 
  
   
}

.cu-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 26px;
}

.cu-item{
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  column-gap: 18px;
}

.cu-ic{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #00C7FD;
}

.cu-ic svg{
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cu-text{
  display: inline;
}

.cu-label{
  color: #F5F7FF;
  font-size: 30px;
  font-weight: 400;
  margin-right: 8px;
}

.cu-value{
  color: #A3AAC4;
  font-size: 30px;
  font-weight: 400;
}

.cu-map{
 width: 296px;              /* exact */
  height: 296px;             /* exact */
  border-radius: 16px;       /* exact */
  border: 1px solid rgba(255,255,255,0.35); /* border-width:1 */
  overflow: hidden;
  opacity: 1;
  background: #0f1d4d; 
  
}

.cu-map img,
.cu-map iframe{
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* =========================
   RESPONSIVE (مثل درخواست شما)
========================= */

/* Mobile Small - تا 575 */
@media (max-width: 575.98px){
  .cu-contact{ padding: 56px 0; }

  .cu-title{
    font-size: 64px;
    margin-bottom: 28px;
    text-align: left;
  }

  .cu-list{ gap: 22px; }

  .cu-item{
    grid-template-columns: 46px 1fr;
    column-gap: 16px;
    align-items: start;
  }

  .cu-label,
  .cu-value{
    font-size: 24px;
    line-height: 1.35;


  }

  .cu-map{
    border-radius: 26px;
  }

  .cu-map img,
  .cu-map iframe{
    aspect-ratio: 4 / 3;
    min-height: 340px;
  }
}

/* Mobile Large / iPad mini 8.3 - از 576 تا 767 */
@media (min-width: 576px) and (max-width: 767.98px){
  .cu-contact{ padding: 64px 0; }

  .cu-title{
    font-size: 28px !important;
    margin-bottom: 30px;
  }

  .cu-label,
  .cu-value{
    font-size: 30px;
  }

  .cu-map img,
  .cu-map iframe{
    aspect-ratio: 1 / 1;
    min-height: 360px;
  }
}

/* Desktop - MacBook Air */
@media (min-width: 1200px) and (max-width: 1399.98px){
  .cu-contact{ padding: 72px 0; }

  .cu-title{ font-size: 56px; }

  .cu-map img,
  .cu-map iframe{
    aspect-ratio: 1 / 1;
    min-height: 340px;
  }
}
