

/*whats-app*/

.wa-chat-box{
    box-shadow: none!important;
    /*animation: pop 10s;*/
}

/*@keyframes pop*/
/*{*/
/*  0%{transform:scale(0);}*/
/*  100%{transform:scale(0);}*/
/*}*/

#wa-widget-svg{
    display:block!important;
}

#wa-widget-opened-svg{
    display:none!important;
}

.wa-chat-box-poweredby{
    display: none!important;
}

/*.wa-chat-bubble{*/
/*    visibility: hidden;    */
/*}*/

.wa-chat-box-content-send-btn{
    box-shadow: none!important;
    visibility: visible;
}

.wa-chat-box::after{
    filter: none!important;
}

.wa-chat-box-brand {
    width: 80px!important;
    height: 80px!important;    
    border: none!important;
    box-shadow: none!important;
    background-color: transparent!important;
    visibility: visible;
}

.wa-widget-send-button{
    height: 55px!important;
    min-width: 55px!important;
}

.cs-footer-area .cs-footer-inner .footer-content-area .single-widget {
    width: 70%;
}

/*whats-app*/   


/*features*/
.col-xl-4 {
  margin-bottom: 30px;
}
.service-text p {
  text-align: left;
  line-height: 1.7;
  word-spacing: normal;
}

/* MAIN CARD */
.single-service-content {
  height: 100%;
  min-height: 420px;           /* ALL cards equal height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #e5e5f5;
  background: #fff;
}

/* ICON */
.ser-icon {
  min-height: 70px;
}

.ser-icon img {
  width: 52px;
  height: auto;
}

/* TITLE */
.service-text h6 {
  min-height: 48px;            /* title height equal */
}

/* DESCRIPTION */
.service-text p {
  flex-grow: 1;
  margin-bottom: 0;
  line-height: 1.7;
}


/*features*/




/* ================= FOOTER RESPONSIVE FIX ================= */

/* Default desktop */
.footer-widget {
  margin-bottom: 30px;
}

/* Address list */
.footer-address li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* Tablet & Mobile */
@media (max-width: 991px) {

  .footer-widget {
    text-align: left;
    padding: 0 !important;
    margin-left: 0 !important;
  }
.v{
    margin-top: 5%;
}
  .footer-info li a {
    display: block;
    text-align: left;
  }

  .footer-address li {
    align-items: flex-start;
  }
}

/* Mobile view – EXACT like your screenshot */
@media (max-width: 575px) {

  .footer-top {
    padding-top: 40px;
  }

  .footer-widget h6 {
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .footer-widget {
    margin-bottom: 35px;
  }

  .footer-info li {
    margin-bottom: 8px;
  }

  .footer-bottom {
    text-align: center;
  }

  .copyright-text {
    text-align: center !important;
  }
}
/* ================= FOOTER RESPONSIVE FIX ================= */

/*model*/
/* ===== MODAL OVERLAY ===== */
.demo-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.6);

  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== MODAL BOX ===== */
.demo-modal-content {
  background: #fff;
  width: 100%;
  max-width: 400px ;   
  padding: 25px;
  border-radius: 12px;
  position: relative;
   padding: 25px;
  border-radius: 12px;
  position: relative;
}

/* ===== CLOSE BUTTON ===== */
.close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  cursor: pointer;
}

/* ===== FORM INPUTS ===== */
.demo-modal input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* ===== TIME SLOT GRID ===== */
.time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* laptop layout */
  gap: 12px;
  margin-top: 15px;
}

.time-slot {
  padding: 12px;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.time-slot:hover {
  border-color: #ff6a00;
}

.time-slot.active {
  background: #ff6a00;
  color: #fff;
  border-color: #ff6a00;
}

/* ===== SMALL LAPTOPS (≤1366px) ===== */
@media (max-width: 1366px) {
  .demo-modal-content {
    max-width: 400px;
    
  }
}

/* ===== LARGE LAPTOPS (≥1600px) ===== */
@media (min-width: 1600px) {
  .demo-modal-content {
    max-width: 460px;
        margin-top: 1%;

  }

  .time-slot {
    font-size: 15px;
    padding: 14px;
  }
}

/*model*/


    
           .bullet-p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.bullet-p::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5a00;
    font-size: 22px;
    line-height: 1;
}







/* Button Group */
.hero-btn-group {
    gap: 15px;
    flex-wrap: wrap;
}

/* Primary Button */
.theme-btn {
    background: #ff5a00;
    color: #fff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.3);
}

/*.theme-btn:hover {*/
/*    background: #e14e00;*/
/*    color: #fff;*/
/*    transform: translateY(-3px);*/
/*}*/

/* Secondary Button */
.outline-btn {
    border: 2px solid #ff5a00;
    color: #ff5a00;
    padding: 13px 30px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.outline-btn:hover {
    background: #ff5a00;
    color: #fff;
    transform: translateY(-3px);
}




 .roadmap-section {
  padding: 90px 20px;
  background: #f7f9fc;
  font-family: "Segoe UI", sans-serif;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 90px;
  color: #1f2937;
}

/* Wrapper */
.roadmap-wrapper {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

/* Center line */
.roadmap-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: linear-gradient(to bottom, #6366f1, #22c55e);
  transform: translateX(-50%);
  border-radius: 4px;
}

/* Items */
.roadmap-item {
  width: 45%;
  background: #fff;
  padding: 30px 28px;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.roadmap-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.roadmap-item.left {
  margin-right: auto;
}

.roadmap-item.right {
  margin-left: auto;
}

/* Step number */
.step-number {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  background: #6366f1;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(99,102,241,0.45);
}

.roadmap-item.right .step-number {
  left: -20px;
  right: auto;
}

.roadmap-item h3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.roadmap-item p {
  margin-top: 12px;
  color: #4b5563;
  line-height: 1.7;
  font-size: 15.5px;
}

/* Curved arrows */
.curve-arrow {
  width: 100%;
  height: 70px;
  position: relative;
}

.curve-arrow::after {
  content: "➜";
  position: absolute;
  font-size: 34px;
  color: #6366f1;
  top: 15px;
  left: 50%;
  transform: translateX(-50%); /* SAME POSITION ALWAYS */
}

/* FIRST arrow → RIGHT */
.curve-arrow.right::after {
  transform: translateX(-50%) rotate(0deg);
}

/* NEXT arrow → LEFT */
.curve-arrow.left::after {
  transform: translateX(-50%) rotate(180deg);
}


/* Mobile */
@media (max-width: 768px) {
  .roadmap-wrapper::before {
    left: 20px;
  }

  .roadmap-item {
    width: 100%;
    margin-left: 40px !important;
    margin-bottom: 40px;
  }

  .roadmap-item.right .step-number,
  .roadmap-item.left .step-number {
    left: -25px;
    right: auto;
  }

  .curve-arrow {
    display: none;
  }
}


.demo-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.demo-modal-content {
  background: #fff;
  width: 460px;
  margin: 10% auto;
  padding: 25px;
  border-radius: 10px;
}

.demo-modal input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}
       
