:root{
    --solid-purple:#1e073c;
    --medium-purple:#300d5e;
    --light-purple:#9b51fe;


}
/* normalize */
/* Touch-friendly base styles */
button, a, input, textarea {
  touch-action: manipulation; /* Prevent 300ms delay */
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight in iOS */
  outline: none;
  font-size: 16px; /* Prevent zoom on inputs in iOS */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
*{
    box-sizing: border-box;
}
body{
    font-family: Arial, sans-serif;
    color:#fff;
    font-size: 16px;
    line-height: normal;
	    background: #1e073c;
}
img{
    max-width: 100%;
}

.btn{
  border-radius:10px;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(68,169,0) 0%, rgb(99,184,0) 50%, rgb(117,191,23) 50%, rgb(169,217,23) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(68,169,0) 0%, rgb(99,184,0) 50%, rgb(117,191,23) 50%, rgb(169,217,23) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(68,169,0) 0%, rgb(99,184,0) 50%, rgb(117,191,23) 50%, rgb(169,217,23) 100%);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    padding:15px;
  font-weight: bold;
  font-size:20px;
  z-index: 92;
  width:100%;
  border:0;
}
a.btn{
    text-decoration: none;
    display: block;
}
.mobile_container{
    max-width:640px;
    margin:0 auto;
    width:100%;
    background:var(--solid-purple);
}
.hero_wrapper{
    background-color: #110d1e;
    padding-bottom:20px;
        position: relative;
}
.logo_wrapper{
    padding: 10px 15px;
    width: 250px;
    margin:auto;
    position: relative;
    z-index: 1;
}

.menu-icon {
     font-size: 1.5em;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 9px;
    top: 0px;
    background: #000;
    padding: 0px 5px;
    }

    /* Overlay Menu */
    .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      color: white;
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    .menu-overlay a {
      color: white;
      text-decoration: none;
      font-size: 1.3em;
      margin: 15px 0;
    }

    .close-menu {
      position: absolute;
      top: 0px;
      right: 16px;
      font-size: 2em;
      cursor: pointer;
    }


.hero-thumb {
    margin: -50px 0 10px;
}
.hero_text{
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 0 15px;
}
.hero_text p {
    font-size: 16px;
    line-height: 22px;
}

.hero_text p strong {
    font-weight: bold;
}
.heading_sec{
    margin:0 0 10px;
    background-color: #42137f;
    padding: 10px;
}
.heading_sec h1{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
/* contact form */
.form_sec{
    padding:10px 20px;
    text-align: center;
}
.form_sec p{
   font-size: 12px;
    margin: 0 0 15px;
}
.form_sec h2{
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 18px;
}
.phone-icon{
    background: url(../images/phone-icon.svg) no-repeat center;
    height: 26px;
    width: 14px;
    display: inline-block;
    background-size: contain;
}

.phone-input-wrapper {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(135, 135, 135);
  border-radius: 10px;
  background:#fff;
  z-index: 16;
  display:flex;
  padding:10px 15px;
  align-items: center;
}
.phone-input-wrapper input, select{
  border:0;
   font-weight: bold;
   color: #000;
}
.phone-input-wrapper input::placeholder{
    opacity: 1;
    color: #000;
}
.phone-input-wrapper input{
    /* margin-left:10px; */
}
input:focus{
    box-shadow: none;
    outline: none;
}
.country-code {
  border: none;
  padding: 10px;

  font-size: 14px;
  background-color: transparent;
  outline: none;
  appearance: none;            /* Remove default arrow */
  -webkit-appearance: none;    /* For Safari */
  -moz-appearance: none;       /* For Firefox */
  background-image: none;      /* Ensure no background arrow */
}
.form_sec .btn{
    margin-top:10px;
}
.input_group {
    display: flex;
    align-items: flex-start;
    margin: 15px 0 0;
    text-align: left;
    gap: 5px;
}

.input_group p {
    font-size: 14px;
    line-height: 18px;
}

.input_group p a {
    color: #0079ff;
}

/* service-detail */
.service_detail .hero_wrapper .btn{
    margin-top:10px;
}
.service_table{
    padding:10px 15px
}
.service_table .table{
    border-radius:10px;
    border:1px solid #afafaf;
    border-collapse: separate;
    overflow: hidden;
}
.service_table .table thead th{
    background: var(--light-purple);
    padding: 10px;
    font-size: 16px;
}
.service_table .table tbody td, .service_table .table tbody th{
    text-align: left;
    padding:5px 10px;
    font-size: 14px;
    font-weight: normal;
}
.service_table .table tbody tr:nth-child(odd){
    background-color: var(--medium-purple);
}
.service_table .table a{
    color: #0079ff;
}
/* welcome-message */
.sms_container{
    background-color: #f9f9f9;
    color:#000;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.sms_container .sms_header{
       background: #fff;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 0 0 10px;
    position: fixed;
    width: 100%;
    z-index: 9;
    left: 50%;
    top: 0;
    max-width: 680px;
    transform: translateX(-50%);
}
.sms_container .sms_header strong{
    font-weight: bold;
    font-size:18px;
    color: #0062ff;
}
.chat_container{
    /* height: 95vh; */
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap:10px;
    flex: 1;
}
.chat_container .popup{
    background-color: #e9e9e9;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
}
.chat_container .popup:after{
    content:'';
    width: 34px;
    height: 20px;
    position: absolute;
    left:-16px;
    bottom:5px;
    background:url('../images/popup-arrow.svg') no-repeat
}
.chat_container .popup.received_popup:after{
    content:'';
    width: 34px;
    height: 20px;
    position: absolute;
    right:-16px;
    left: auto;
    bottom:5px;
    background:url('../images/popup-arrow.svg') no-repeat
}
.input-bar {
    display: flex
;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.bottom-back-btn {
    margin-right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}
.bottom-back-btn svg {
    width: 24px;
    height: 24px;
    stroke: #0062ff;
    stroke-width: 2;
    fill: none;
}
.input-wrapper input {
    width: 100%;
    padding: 10px 45px 10px 14px;
    border: 1px solid #ccc !important;
    border-radius: 20px;
    font-size: 16px;
    outline: none;
}
.input-wrapper button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    background-color: #0062ff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input-wrapper button svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}
.input-wrapper {
    position: relative;
    flex: 1;
}
@media screen and (max-width: 692px) {
	.hero-thumb {
    margin: -10px 0 10px;
}
   .service_table .table thead th {   
    padding: 5px;
    font-size: 14px;
}
}
