.enq1{
    color: #fff !important;
  }
  /* ================= CONTACT CARD ================= */
.contact-card {
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(12px);
padding: 40px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,0.08);
box-shadow: 0 20px 50px rgba(0,0,0,0.4);
max-width: 500px;
}

/* ================= ITEMS ================= */
.info-item {
display: flex;
gap: 15px;
margin-bottom: 30px;
}

.info-item:last-child {
margin-bottom: 0;
}

/* ================= ICON ================= */
.icon {
width: 45px;
height: 45px;
background: linear-gradient(135deg, #fff, #fff);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 18px;
color: #fff;
flex-shrink: 0;
}

/* ================= TEXT ================= */
.info-text h4 {
font-size: 18px;
color: #fff;
margin-bottom: 5px;
}

.info-text p {
color: #fff;
font-size: 14px;
line-height: 1.6;
}

/* ================= LINKS ================= */
.info-text a {
color: #4da3ff;
text-decoration: none;
transition: 0.3s;
}

.info-text a:hover {
text-decoration: underline;
}


/* SECTION */
.contact-pro {
    padding: 100px 20px;
    background: linear-gradient(180deg, #f4f6f7 0%, #ffffff 100%);
  }
  
  .container {
    max-width: 1200px;
    margin: auto;
  }
  
  /* HEADER */
  .contact-header {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .contact-header h2 {
    font-size: 34px;
    font-weight: 600;
    color: #111827;
  }
  
  .contact-header p {
    color: #6b7280;
    font-size: 15px;
    margin-top: 10px;
  }
  
  /* WRAPPER */
  .contact-wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 30px;
    align-items: stretch;
  }
  
  /* CARD */
  .contact-card {
    background: #2560b0;
    padding: 35px 30px;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
  }
  
  /* BLOCK */
  .info-block {
    margin-bottom: 30px;
  }
  
  .info-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
  }
  
  .info-block p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.7;
  }
  
  .info-block a {
    color: #111827;
    text-decoration: none;
    transition: 0.3s;
  }
  
  .info-block a:hover {
    color: #2560b0;
  }
  
  /* MAP */
  .map-box {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
  }
  
  .map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
  }
  
  /* RESPONSIVE */
  @media (max-width: 992px) {
    .contact-wrapper {
      grid-template-columns: 1fr;
    }
  
    .map-box iframe {
      min-height: 350px;
    }
  }
  
  @media (max-width: 600px) {
    .contact-header h2 {
      font-size: 26px;
    }
  
    .contact-card {
      padding: 25px;
      margin-bottom: 25px;
    }
  }
  @media (max-width: 400px) {
    .contact-wrapper {
    display: block;
    grid-template-columns: 420px 1fr;
    gap: 30px;
    align-items: stretch;
  }
  }
  @media only screen and (max-width: 600px) {
    .info-item {
    display: block;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
  }
  .info-item:last-child {
    border-bottom: none;
  }
  .info-item .info-text{
    margin-top: 20px;
  }
  .contact-item {
    display: block !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .contact-item .content{
    margin-top: 20px;
  }
  }

    /* start: contact us  */
  
.contact-clean-section{
  padding:100px 20px;
}

.container{
  max-width:1200px;
  margin:auto;
}

/* HEADER */

.section-head{
  text-align:center;
  margin-bottom:60px;
}

.mini-title{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 14px;
  border:1px dashed #bcc4c4;
  border-radius:4px;
  background:#eef2f2;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:22px;
}

.mini-title i{
  color:#2560b0;
}

.section-head h2{
  font-size:35px;
  font-weight:501;
  color:#13232d;
  margin:0;
}

.section-head h2 span{
  color:#2560b0;
}

/* GRID */

.contact-clean-grid{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:30px;
}

/* LEFT COLUMN */

.contact-column{
  display:flex;
  flex-direction:column;
  gap:30px;
}

/* BOX */

.contact-box{
  background:#fff;
  border-radius:22px;
  padding:35px;
  display:flex;
  align-items:flex-start;
  gap:24px;
  box-shadow:0 10px 30px rgba(0,0,0,0.04);
  transition:.35s ease;
}

.contact-box:hover{
  transform:translateY(-5px);
}

.contact-icon{
  width:85px;
  min-width:85px;
  height:85px;
  border-radius:50%;
  background:#dfe9e8;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-icon i{
  font-size:32px;
  color:#2560b0;
}

/* CONTENT */

.contact-content{
  flex:1;
}

.contact-content h3{
  font-size:28px;
  margin:0 0 18px;
  color:#13232d;
}

.contact-content p{
  font-size:17px;
  line-height:1.9;
  color:#4e5d63;
  margin:0;
}

.contact-content a{
  display:block;
  width:max-content;
  color:#4e5d63;
  text-decoration:none;
  font-size:17px;
  margin-bottom:12px;
  transition:.3s;
}

.contact-content a:hover{
  color:#2560b0;
}

/* EMAIL */

.email-box{
  height:100%;
}

.mail-group{
  margin-bottom:28px;
}

.mail-group:last-child{
  margin-bottom:0;
}

.mail-group span{
  display:block;
  font-size:18px;
  font-weight:600;
  margin-bottom:14px;
  color:#13232d;
}

/* TABLET */

@media(max-width:991px){

  .section-head h2{
      font-size:48px;
  }

  .contact-clean-grid{
      grid-template-columns:1fr;
  }

}

/* MOBILE */

@media(max-width:767px){

  .contact-clean-section{
      padding:70px 16px;
  }

  .section-head{
      margin-bottom:40px;
  }

  .section-head h2{
      font-size:38px;
      line-height:1.2;
  }

  .contact-box{
      padding:26px 16px;
      flex-direction:column;
      gap:20px;
  }

  .contact-icon{
      width:75px;
      min-width:75px;
      height:75px;
  }

  .contact-icon i{
      font-size:28px;
  }

  .contact-content h3{
      font-size:24px;
  }

  .contact-content p,
  .contact-content a{
      font-size:16px;
  }

}
  /* end: contact us  */