.serv {
    padding: 2rem;
    color: black;
    font-size: 1rem;
}
.featured-services .description {
    font-size: 0.9rem;
    color: #999;
}
.serv li {
    padding: 0.5rem;
}
button a{
    color: #e9ecef;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 55px;
}
.section-bg-red {
  background-color: #ee5c54;
  color:#fff;
}

.bounce-6 {
  animation-name: bounce-6;
  animation-timing-function: ease;
}
.box {
  align-self: flex-end;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  margin-left: 3rem;
}
.th{
  font-size: 70%;
}
.pricing .box ul {
  text-align: left;
}
/*--------------------------------------------------------------
# Our Process - timeline
--------------------------------------------------------------*/

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #fed136;
  }
  .timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline .timeline-heading h4.subheading {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4 {
      font-size: 18px;
      line-height: 26px;
      margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    .timeline > li .timeline-image h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px;
    }
  }


/*--------------------------------------------------------------
# END    ___Our Process - timeline
--------------------------------------------------------------*/
/* ===============================
   BUTTON FIX
================================ */
.btncolor,
.btncolor:visited,
.btncolor:hover,
.btncolor:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ===============================
   CALENDLY – CLEAN & CORRECT
================================ */

/* Lock background scroll */
html.calendly-open,
body.calendly-open {
  overflow: hidden !important;
}

/* Overlay – subtle background */
.calendly-overlay {
  background: rgba(0, 0, 0, 0.45) !important;
  padding: 24px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Popup card */
.calendly-overlay .calendly-popup {
  width: 880px !important;
  max-width: 94vw !important;

  height: 580px !important;
  max-height: 85vh !important;

  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
}

/* Iframe fill */
.calendly-overlay .calendly-popup iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

/* ===============================
   IMPORTANT PART
   DO NOT STYLE calendly-close-overlay
================================ */

/* Keep overlay click layer invisible */
.calendly-overlay .calendly-close-overlay {
  background: transparent !important;
  box-shadow: none !important;
}

/* Style ONLY the real close button */
.calendly-overlay .calendly-popup-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;

  width: 36px !important;
  height: 36px !important;

  border-radius: 8px !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
  z-index: 10 !important;
}

/* Hover effect */
@media (hover: hover) {
  .calendly-overlay .calendly-popup-close:hover {
    background: #f9fafb !important;
  }
}

/* Desktop large screens */
@media (min-width: 1400px) {
  .calendly-overlay .calendly-popup {
    width: 920px !important;
    height: 620px !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .calendly-overlay {
    padding: 10px !important;
  }

  .calendly-overlay .calendly-popup {
    width: 98vw !important;
    height: 92vh !important;
    border-radius: 12px !important;
  }
}

/* === FORCE CALENDLY CLOSE ICON TO SHOW === */

/* Ensure close button itself is visible */
.calendly-popup-close {
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
  z-index: 10000 !important;
}

/* Force SVG icon color */
.calendly-popup-close svg {
  stroke: #111827 !important; /* dark gray */
  stroke-width: 2.5 !important;
}

/* Some Calendly builds use <path> directly */
.calendly-popup-close path {
  stroke: #111827 !important;
  stroke-width: 2.5 !important;
}

/* Hover clarity */
.calendly-popup-close:hover {
  background: #f3f4f6 !important;
}


/* =====================================
   FORCE VISIBLE CLOSE ICON (NUCLEAR FIX)
===================================== */

/* Remove Calendly's broken background icon */
.calendly-popup-close {
  background: #ffffff !important;
  background-image: none !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3) !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 10000 !important;
}

/* Inject our own X */
.calendly-popup-close::before {
  content: "✕";
  font-size: 22px;
  font-weight: 600;
  color: #111827; /* dark gray */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

/* Hover feedback */
.calendly-popup-close:hover {
  background: #f3f4f6 !important;
  cursor: pointer;
}





