.sub-b p{
        font-size: 13px;
}
.sub-b ul{
        padding-left: 1rem;
}
.sub-b ul li {
        font-size: 13px;
}



.review-img:hover {
      transform: scale(1.05);
      }
      .image-modal {
      display: none;
      position: fixed;
      z-index: 9999;
      padding: 10px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.9);
      }
      .modal-content {
      display: block;
      margin: auto;
      max-width: 95%;
      max-height: 80vh;
      border-radius: 12px;
      margin-top: 100px;.
      }
      .close {
      position: absolute;
      top: 150px;
      right: 20px;
      color: #fff;
      font-size: 35px;
      font-weight: bold;
      cursor: pointer;
      z-index: 10000;
      }
      .close:hover {
      color: #bbb;
      }
      /* Responsive tweaks */
      @media (max-width: 768px) {
      .modal-content {
      max-height: 70vh;
      margin-top: 35%;
      }
      .close {
      font-size: 30px;
      top: 100px;
      right: 15px;
      }
      }
      @media (max-width: 480px) {
      .close {
      font-size: 28px;
      }
      }
      
       .review-slider img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      }
      .review-slider {
      padding: 10px;
      }
      .review-slider img {
      background: var(--light-bg);
      border-radius: 8px;
      padding: 1.5rem;
      margin-bottom: 1rem;
      transition: transform 0.3s ease;
      }
      
      
      
       .certificate-ola img{
        height: 43px !important;
}
.typingText {
  font-size: 50px;
  color: #616161;
  text-align: center;
}

.typingText::after {
  content: "|";
  color: white;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
form#get-started .btn {
    background-color: #e8307e !important;
}
.footer-logo img {
    max-width: 240px;
    background-color: white;
    /* filter: drop-shadow(2px 2px 20px cyan); */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 9px 1px white;
}
.form-header {
    width: 100%;
    height: 165px;
    text-align: center;
}
section#form .form-container .certificates img {
    height: 90px;
    aspect-ratio: auto;
}
section#form .form-header {
     text-align: center;
  }
  
  
  
  .progress-container {
  text-align: center;
  position: relative;
  left: 104px;
  padding-top: 15px;
  padding-bottom: 113px;
}
@media only screen and  (orientation: portrait){
  .progress-container{
    left: 32%;
    padding-top: 15px;
    padding-bottom: 113px;
}

}
@media only screen and (max-width:527px) {
  .typingText {
    color: #ffffff !important;
    
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
  .progress-container{
    left: 34%;
    padding-top: 15px;
    padding-bottom: 113px;
}
.mobile2 {
    display: flex !important;
    margin-top: 14px !important;
    flex-direction: column !important;
}
.mobile1{
    padding: 10px !important;
    margin-top: -46px !important;
    margin-bottom: 27px !important;
  }
  .mobile3{
    padding: 14px !important;
  }
  .trustpilot-section {
    border: 3px solid #7d0000;
    padding: 20px;
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 38px;
}
.footer-links{
  display: flex !important;
    margin-top: 14px !important;
    flex-direction: column !important;
            text-align: center;
}
.row12 {
    margin-left: 0px !important;
    margin-bottom: 10px;
}
.context .card.sgn-card {  
    left: 0px !important; 
}
.mobile4{
  width: 100% !important;
}
.bg-transparent-1 {
    background: linear-gradient(-45deg, #654b38, #6b353a, #308380, #512d48) !important;
    background-size: 400% 400% !important;
    animation: gradient 15s ease infinite !important;
    /* height: 100vh; */
}
form#get-started {
    padding: 12px !important;
}
.form-header {
    height: 120px;
}
}
@media only screen and (orientation: portrait) {
/*  .progress-container{*/
/*    left: 32%;*/
/*    padding-top: 15px;*/
/*    padding-bottom: 113px;*/
/*}*/

}
.progress-circle {
    position: relative;
    width: 90px;
    height: 90px;
    background: conic-gradient(rgb(76, 175, 80) 0%, rgb(221, 221, 221) 0%);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: -2px;
    left: -3px;
    transition: background 2s ease-in-out;
}


.progress-icon {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
}
.demo-back{
    position: absolute;
    width: 105px;
    height: 105px;
    background-color: #eff1f8;
    padding: 10px;
    border-radius: 50%;
}
.demo-icon{
  
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #2b335c;
    top: 20px;
}

.progress-percentage {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #2b335c;
    top: 50px;
}
.abcd{
  position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #2b335c;
    top:0px;
    left: -11px;
}


.steps-sect {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px;
}
.steps-sect .circle.active {
  transition-delay: 100ms;
  border-color: #2175a6;
  color: #fff;
  background-color: #4fa132;
}

.steps-sect .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border-radius: 50%;
  background: #3b98c5;
  border: 4px solid #fff;
  transition: all 200ms ease;
  transition-delay: 0s;
  z-index: 2;
}
.steps-sect .progress-bar {
    position: absolute;
    height: 4px;
    width: 94%;
    background: #e0e0e0;
    z-index: 1;
}
#phone{
      padding-left: 55px;
}
@media only screen and (max-width: 991px) {
    #myParagraph{
    top: 25px !important;
    
}
}
@media only screen and (min-width: 992px) {
    #myParagraph{
    top: 33px !important;
    
}
}
#myParagraph{
        font-size: 1rem;
        font-weight: 400;
        position: absolute;
        top: 33px;
        left: 38px;
        z-index:1000;
        display: none;
}
#work_phone{
    padding-left:45px
}




body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #f5f7fa;
  color: #333;
  line-height: 1.6;
}

/* Color Palette */
:root {
  --primary: #1e3a8a; /* Deep blue for trust */
  --secondary: #10b981; /* Green for success */
  --accent: #f59e0b; /* Gold for premium feel */
  --background: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --light-bg: #f1f5f9;
}

   /*body {*/
        /*    margin: 0;*/
        /*    height: 100vh;*/
        /*    background: #c2c8cd;*/
        /*}*/

        .chat-popup {
            position: fixed;
            bottom: 18px;
            right: 18px;
            background-color: #3b98c5;
            color: white;
            padding: 12px 16px;
            border-radius: 30px;
            box-shadow: 0px 4px 12px rgb(255 255 255);
            font-family: sans-serif;
            cursor: pointer;
            display: none;
            z-index: 999;
            animation: fadeIn 0.5s ease-in-out;
        }

        @keyframes fadeIn {
            from {opacity: 0;}
            to {opacity: 1;}
        }

        .botIcon {
            bottom: 15px;
            right: 15px;
            position: fixed;
            z-index: 9999;
        }

        .chat_on {
            background-color: #8a57cf;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            color: #fff;
            cursor: pointer;
            height: 45px;
            width: 45px;
            text-align: center;
            padding: 9px;
        }

        .chat_on_icon {
            font-size: 20px;
        }

        .Layout {
            background-color: rgb(63, 81, 181);
            bottom: 70px;
            right: 15px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            color: white;
            display: none;
            flex-direction: column;
            max-width: 300px;
            width: 300px;
            position: fixed;
            z-index: 999999;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .Layout.Layout-open {
            display: flex;
            opacity: 1;
        }

        .Messenger_header {
            background-color: #162e62;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .Messenger_prompt {
            margin: 0;
            font-size: 16px;
        }

        .chat_close_icon {
            cursor: pointer;
            font-size: 16px;
        }

        .Messages {
            background: #fff;
            color: #000;
            height: 250px;
            overflow-y: auto;
            padding: 10px;
        }

        .Input {
            background: #fff;
            padding: 10px;
            border-top: 1px solid #ccc;
        }

        .Input_field {
            width: 100%;
            border: none;
            outline: none;
            font-size: 14px;
        }

        .Input_button {
            background: transparent;
            border: none;
            font-size: 18px;
            cursor: pointer;
            position: absolute;
            right: 25px;
            bottom: 15px;
        }

        .msg {
            margin-bottom: 10px;
        }

        .msg.user {
            text-align: right;
        }

        .responsText {
            display: inline-block;
            background: #eee;
            padding: 5px 10px;
            border-radius: 10px;
        }

/* How It Works Section */
section#how-it-works {
  padding: 3rem 0;
  background: var(--background);
}

.section-header {
  font-size: 2.5rem;
  font-weight: 700;
  color: #097c9d;
  margin-bottom: 1rem;
}

.card-animated {
  border: none;
  border-radius: 12px;
  background: var(--light-bg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-animated:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.card-header {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  padding: 1rem;
}

.card-body {
  padding: 1.5rem;
  color: var(--text);
}

/* Advantages Section */
section#advantages {
  background: linear-gradient(135deg, var(--primary) 0%, #3b82f6 100%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

section#advantages .section-header {
  color: #fff;
}

section#advantages .fs-2 {
  color: #fff;
  font-weight: 500;
}

.sgn-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 1.5rem;
  transition: transform 0.3s ease;
  left: 0 !important;
}

.sgn-card:hover {
  transform: translateY(-5px);
}

.circles li {
  background: rgba(255, 255, 255, 0.2);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

/* Customer Reviews Section */
.trustpilot-section {
  background: var(--background);
  border: 2px solid var(--primary);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem auto;
}

.trustpilot-section .heading {
  text-align: center;
  margin-bottom: 2rem;
}

.trustpilot-section .stars img {
  width: 24px;
  height: 24px;
}

.review-card {
  background: var(--light-bg);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-3px);
}

.review-card h4 {
  color: var(--primary);
  font-weight: 600;
}

.reviewer {
  color: var(--muted);
  font-style: italic;
}

/* Footer */
footer#footer {
  background: var(--primary);
  color: #fff;
  /*padding: 3rem 0;*/
}

.footer-logo img {
  max-width: 200px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer-link {
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  margin: 0 !important;
}

.footer-link:hover {
  color: var(--accent) !important;
}

.footer-text {
  font-size: 0.9rem;
  opacity: 0.9;
}

hr {
  border-color: rgba(255, 255, 255, 0.2);
}

#header{
    position: sticky;
    top: 0px;
    /* color: white; */
    background-color: white;
    z-index: 99999;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .typingText {
    font-size: 1.5rem;
  }

  .form-container {
    padding: 1.5rem;
  }

    /* .progress-container {*/
    /*    left: 100px !important;*/
    /*}*/

  .section-header {
    font-size: 2rem;
  }

  .card-animated {
    margin-bottom: 1rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .row12 {
    margin-left: 0 !important;
  }
  .review-slider img {
    background: var(--light-bg);
    border-radius: 8px;
    padding: 5px !important;
    margin-bottom: 0rem;
    transition: transform 0.3s ease;
}
    .section-header {
        font-size: 2rem !important;
        line-height: 35px;
    }
}

@media (min-width: 768px) {
  .navbar-nav {
    justify-content: flex-end;
  }

  .form-container {
    padding: 2.5rem;
  }
}
.card-animated .card-header {
    color: #097c9d;
}

@media only screen and (max-width: 600px) {
    .navbar-nav {
        width: 100%;
        background-color: #398eb4;
        border-radius: 0px;
    }
}

      @media only screen and (max-width: 600px) {
   .phone-view-6 {
    width: 50%;
  }
  
  .phone-view-row{
      display: flex;
  }
  
  
section#how-it-works {
    padding: 0rem 0;
    background: var(--background);
}

.row12{
      margin-left: 50px;
  }
  
.nav-link {

    font-weight: 600;
}



.notification-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            max-width: 300px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            padding: 15px;
            display: flex;
            align-items: center;
            animation: slideIn 0.5s ease-in-out;
            z-index: 1000;
        }

        @keyframes slideIn {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .notification-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            object-fit: cover;
        }

        .notification-text {
            font-family: Arial, sans-serif;
            font-size: 16px;
            color: #333;
            flex-grow: 1;
        }

        .amount {
            color: #2ecc71;
            font-weight: bold;
        }

        .close-btn {
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #666;
            margin-left: 10px;
            padding: 0;
        }

        .close-btn:hover {
            color: #333;
        }

        /* Mobile responsive styles */
        @media (max-width: 768px) {
            .notification-container {
                max-width: 90%;
                right: 10px;
                bottom: 10px;
                padding: 10px;
            }

            .notification-image {
                width: 40px;
                height: 40px;
                margin-right: 10px;
            }

            .notification-text {
                font-size: 14px;
            }
        }
        section#form .form-header {
    text-align: center;
    color: white !important;
}

.top-header{
        background: #ee2c7d;
    padding: 8px;
}
.top-header p{
        margin-bottom: 0rem;
        color: white;
        text-align: center;
}
.top-header p a{
      color: white;
      text-decoration: revert;
    font-weight: 700;
     transition: 0.4s;
}
.top-header p a:hover{
    text-decoration: none;
    transition: 0.4s;
}



.top-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-header {
    font-size: 25px;
 cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    margin-top: -10px;
}

