.elementor-3556 .elementor-element.elementor-element-0b16e02{--display:flex;--min-height:10px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3556 .elementor-element.elementor-element-4f5c68b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:010px;--margin-right:0px;}.elementor-3556 .elementor-element.elementor-element-4f5c68b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3556 .elementor-element.elementor-element-e24f780 img{border-style:groove;border-width:0px 0px 0px 0px;box-shadow:10px 11px 10px 0px rgba(0,0,0,0.5);}.elementor-3556 .elementor-element.elementor-element-c433ede{--display:flex;--min-height:0px;}.elementor-3556 .elementor-element.elementor-element-c433ede.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3556 .elementor-element.elementor-element-3b939ba{--display:flex;}.elementor-3556 .elementor-element.elementor-element-6241e26 img{box-shadow:0px 0px 10px 9px rgba(0,0,0,0.5);}@media(min-width:768px){.elementor-3556 .elementor-element.elementor-element-4f5c68b{--width:21%;}.elementor-3556 .elementor-element.elementor-element-c433ede{--width:51.684%;}.elementor-3556 .elementor-element.elementor-element-3b939ba{--width:15%;}}/* Start custom CSS for html, class: .elementor-element-5c3cd99 *//* Title */

.section-title{
    text-align:center;
    margin-bottom:4px;
}

.section-title h2{
    font-size:42px;
    color:#005f9e;
    margin-bottom:15px;
    position:relative;
}

.section-title h2::after{
    content:"";
    position:absolute;
    width:0;
    height:4px;
    background:#ff7a3d;
    left:50%;
    transform:translateX(-50%);
    bottom:-10px;
    border-radius:20px;
    animation:lineGrow 2s ease forwards;
}

@keyframes lineGrow{
    from{width:0;}
    to{width:120px;}
}

.section-title p{
    color:#666;
    font-size:15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6411f8c */.contact-section {
  padding: 20px 8%;
  background: #f4f7fb;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap:20px;
  margin-bottom: 20px;
}

.contact-card {
  background: white;
  padding: 25px 15px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: .4s;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
  transition: .8s;
}

.contact-card:hover::before { left: 100%; }

.contact-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 40px rgba(0,95,158,.25);
}

.icon-circle {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #3fb7ff 0%, #0066a6 55%, #00548a 100%);
  color: white;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,.25), inset 0 4px 8px rgba(255,255,255,.4);
  position: relative;
  transition: .4s;
}

.icon-circle::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  right: 12px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
}

.contact-card:hover .icon-circle { transform: rotateY(180deg) scale(1.08); }
.contact-card h3 { color: #005f9e; margin-bottom: 10px; }
.contact-card p { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 8px; }
.contact-card span { color: #777; font-size: 14px; }

.extra-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.info-box {
  background: white;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.info-box h3 { color: #005f9e; margin-bottom: 25px; font-size: 28px; }
.info-box ul { padding-left: 20px; }
.info-box ul li { margin-bottom: 15px; color: #555; transition: .3s; }
.info-box ul li:hover { color: #ff7a3d; transform: translateX(10px); }

.promise {
  padding: 18px;
  margin-bottom: 18px;
  border-left: 4px solid #ff7a3d;
  background: #f8fbff;
  border-radius: 10px;
  transition: .3s;
}

.promise:hover { transform: translateX(8px); }
.promise h4 { margin-bottom: 8px; color: #005f9e; }
.promise p { color: #666; line-height: 1.6; }

@media(max-width:992px) {
  .contact-grid { grid-template-columns: repeat(2,1fr); }
  .extra-info { grid-template-columns: 1fr; }
}

@media(max-width:600px) {
  .contact-grid { grid-template-columns: 1fr; }
  .section-title h2 { font-size: 34px; }
}

/* ── Why Contact Us heading ── */
@keyframes headingWave {
  0%, 100% { transform: translateY(0);    color: #005f9e; }
  50%       { transform: translateY(-6px); color: #ff7a3d; }
}

.why-heading {
  font-size: 28px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  color: #005f9e;
}

.why-char {
  display: inline-block;
  animation: headingWave 2.4s ease-in-out infinite;
  transition: color .3s;
}

.why-char:nth-child(1)  { animation-delay: 0s; }
.why-char:nth-child(2)  { animation-delay: .08s; }
.why-char:nth-child(3)  { animation-delay: .16s; }
.why-char:nth-child(4)  { animation-delay: .24s; }
.why-char:nth-child(5)  { animation-delay: .32s; }
.why-char:nth-child(6)  { animation-delay: .40s; }
.why-char:nth-child(7)  { animation-delay: .48s; }
.why-char:nth-child(8)  { animation-delay: .56s; }
.why-char:nth-child(9)  { animation-delay: .64s; }
.why-char:nth-child(10) { animation-delay: .72s; }
.why-char:nth-child(11) { animation-delay: .80s; }
.why-char:nth-child(12) { animation-delay: .88s; }
.why-char:nth-child(13) { animation-delay: .96s; }
.why-char:nth-child(14) { animation-delay: 1.04s; }
.why-char:nth-child(15) { animation-delay: 1.12s; }
.why-char.why-space     { width: .35em; }

/* ── Why list items — SPACING REDUCED HERE ── */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li:nth-child(1) { --hc: #e74c3c; --bg: #fff0ee; }
.why-list li:nth-child(2) { --hc: #e67e22; --bg: #fff5ec; }
.why-list li:nth-child(3) { --hc: #f1c40f; --bg: #fffde8; }
.why-list li:nth-child(4) { --hc: #2ecc71; --bg: #edfff5; }
.why-list li:nth-child(5) { --hc: #1abc9c; --bg: #eafaf6; }
.why-list li:nth-child(6) { --hc: #3498db; --bg: #eaf4ff; }
.why-list li:nth-child(7) { --hc: #9b59b6; --bg: #f5eeff; }
.why-list li:nth-child(8) { --hc: #e91e8c; --bg: #fff0f7; }

.why-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 14px;        /* ← reduced from 10px 14px */
  margin-bottom: 2px;       /* ← reduced from 10px */
  border-radius: 12px;
  border-left: 3px solid transparent;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  cursor: default;
  transition: background .3s ease,
              border-color .3s ease,
              transform .3s ease,
              color .3s ease,
              box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}

.why-list li::before {
  content: "";
  position: absolute;
  top: 0; left: -80%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
  transition: left .55s ease;
}

.why-list li:hover::before { left: 130%; }

.why-list li::after {
  content: attr(data-icon);
  font-size: 20px;
  flex-shrink: 0;
  order: -1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg);
  transition: transform .35s ease;
}

.why-list li:hover {
  background: var(--bg);
  border-color: var(--hc);
  color: var(--hc);
  transform: translateX(8px);
  box-shadow: 0 4px 18px rgba(0,0,0,.09);
}

.why-list li:hover::after {
  transform: rotate(20deg) scale(1.2);
}/* End custom CSS */