.elementor-46 .elementor-element.elementor-element-95d40c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-46 .elementor-element.elementor-element-2205d3c{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-46 .elementor-element.elementor-element-2205d3c:not(.elementor-motion-effects-element-type-background), .elementor-46 .elementor-element.elementor-element-2205d3c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CFCED1;}.elementor-46 .elementor-element.elementor-element-8498ab6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:29px 29px 29px 29px;box-shadow:0px 0px 10px -2px rgba(0,0,0,0.5);}.elementor-46 .elementor-element.elementor-element-d31233c{border-radius:15px 15px 15px 15px;}.elementor-46 .elementor-element.elementor-element-d31233c iframe{height:491px;transition-duration:0s;}.elementor-46 .elementor-element.elementor-element-6225318{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:26px 26px 26px 26px;box-shadow:0px 0px 10px -3px rgba(0,0,0,0.5);--margin-top:0px;--margin-bottom:0px;--margin-left:24px;--margin-right:0px;}@media(min-width:768px){.elementor-46 .elementor-element.elementor-element-8498ab6{--width:50%;}.elementor-46 .elementor-element.elementor-element-6225318{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-c0f738e */.contact-heading-section {
  text-align: center;
  padding: 65px 20px 40px;
  background: linear-gradient(
    180deg,
    #ffffff,
    #f8f9fc
  );
  position: relative;
  overflow: hidden;
  animation: fadeDown 0.8s ease forwards;
}

/* Soft yellow glow */
.contact-heading-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 180px;
  height: 180px;
  background: #FFCC00;
  border-radius: 50%;
  opacity: 0.12;
}


/* Decorative line */
.contact-heading-section::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #FFCC00;
  display: block;
  margin: 18px auto 0;
  border-radius: 4px;
}

.contact-heading-section h1 {
  font-size: 40px;
  margin: 0;
  color: #0b1c2d; /* Navy text */
  letter-spacing: 1px;
}

.contact-heading-section p {
  margin-top: 14px;
  color: #4b5563;
  font-size: 16px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.contact-wave {
  line-height: 0;
  margin-top: -1px;
}

.contact-wave svg {
  display: block;
  width: 100%;
  height: 90px;
}
.contact-fade {
  height: 120px;
  background: linear-gradient(
    180deg,
    #f8f9fc 0%,
    rgba(248,249,252,0.6) 30%,
    rgba(11,28,45,0.6) 70%,
    #0b1c2d 100%
  );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2eca217 */.contact-card {
  background: linear-gradient(135deg, #0b1c2d, #112a46);
  padding: 35px 40px;   /* height kam */
  border-radius: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.8s ease forwards;
}

/* Yellow accent circle */
.contact-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: #FFCC00;
  border-radius: 50%;
  opacity: 0.18;
}

/* Gradient heading with yellow touch */
.contact-title {
  font-size: 30px;
  margin-bottom: 6px;
  background: linear-gradient(90deg, #FFCC00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-subtitle {
  color: #d6e0ff;
  margin-bottom: 26px;
  font-size: 15px;
}

/* Contact rows */
.contact-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.35s ease;
}

.contact-box:hover {
  transform: translateX(6px);
  background: rgba(255, 204, 0, 0.12);
}

/* Icon circle */
.icon-wrap {
  width: 48px;
  height: 48px;
  background: #FFCC00;
  color: #0b1c2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  animation: pulse-yellow 2.5s infinite;
}

.text-wrap h4 {
  margin: 0;
  font-size: 16px;
  color: #FFCC00;
}

.text-wrap p {
  margin: 5px 0 0;
  color: #f1f5ff;
  line-height: 1.5;
  font-size: 14.5px;
}

/* Button */
.contact-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 34px;
  background: #FFCC00;
  color: #0b1c2d;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.35s ease;
}

.contact-btn:hover {
  background: #ffd633;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(255, 204, 0, 0.45);
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-yellow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 204, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
  }
}
.pulse-btn {
  position: relative;
}

.pulse-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 2px solid #FFCC00;
  animation: btnPulse 2s infinite;
}

@keyframes btnPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}/* End custom CSS */