* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;

}
/* Nav bar css start  */
.navbarContainer { 
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: space-between;
  height: 98px;
  padding: 0 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  position: fixed;   /* 👈 ADD THIS */
  top: 0;            /* 👈 stick to top */
  left: 0;
  width: 100%;
  z-index: 1000;     /* 👈 keep above everything */
}
.navbarContainer > ul {
  display: flex; 
  list-style: none;
}
.navbarContainer > ul > li > button {
  text-transform: uppercase;
  padding: 0 15px;
  color: #3d8b72;
  height: 98px;
  background-color: white;
  border: none;
  font-size: 14px;
}

.navbarContainer > ul > li > button:hover {
  background-color: #eee;
}
.navbarContainer > ul > li > button:focus {
  background: #eee;
  border-bottom: 4px solid #337ab7;
}

.login-container-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_desktop {
  width: 150px;
}
.mobIcon {
  display: none;
}
.mobIcon > a {
  text-decoration: none;
}

.login-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 45px;
  border: 3px solid #3d8b72;
  background: white;
  color: #3d8b72;
  font-size: 16px;
  cursor: pointer;

  border-radius: 60px;
  overflow: hidden;
  transition: all 0.3s ease;
}
 
.login-btn .text {
  transition: transform 0.3s ease;
}
 
.login-btn .arrow {
  position: absolute;
  right: 40px;

  opacity: 0;
  transform: translateX(0); /* start at base */
  transition: all 0.3s ease;
}
 
.login-btn:hover {
  background: #3d8b72;
  color: white;
}
 
.login-btn:hover .text {
  transform: translateX(-10px);
}
 
.login-btn:hover .arrow {
  opacity: 1;
  transform: translateX(8px);  
} 

.mobile-menu{
  display: none;
  text-transform: uppercase;
}
/* Media Query  */
@media (0px<width<426px) {
  #temp1{
    padding-left: 0% !important;
  }
  .navbarContainer > ul {
    display: none;
  }
  .mobIcon {
    display: block;
  }
  .logo_desktop {
    width: 100px;
  }
  .navbarContainer {
    height: 70px;
  }
  .fa-solid { 
    font-size: 20px;
    color: black;
  }


  .login-btn 
  {    padding: 16px 40%;}



  /* Dropdown menu in mobile view   */
.mobile-menu {
  top: 70px;
  max-height: 0;
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
  transition: max-height 0.4s ease;
  border-top: 1px solid #eee;
  position: absolute;
  z-index: 1000;
  width: 100%;
  right: 0;
}

.mobile-menu a {
  padding: 12px 20px;
  text-decoration: none;
  color: green;
  /* border-bottom: 1px solid #f1f1f1; */
  margin-bottom: 10px;
}

.mobile-menu.active {
  max-height: 300px;
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 70px;
}

.mobile-menu >a:focus {
  background: #eee;
  border-bottom: 4px solid #337ab7;
}

/* PART A css Start  */
.first_quad {
  height: 200px !important;
  margin-top: 70px !important;
}

 
.hg_img {
  top: 120px !important;
  right: 0;

  width: 80%;
}
.awslogo{
          height: 30px !important;
        position: absolute !important;
        top: 10px !important;
        right: 5px !important;
        z-index: 9 !important;
}

.ribbon-wrapper {
  width: 215px !important;
  height: 130px !important;
  top: -36px !important;
  right: 0 !important;
}
.ribbon {
  font-size: 10px !important;
  padding: 2px 0 !important;
  top: 76px !important;
  right: 52px !important;
}
.wbd_box {
  /*width: 90%;*/
  text-align: justify;
  height: 19em;
}
.wbd_box h2 {
  font-size: 20px !important;
}
.wbd_box p{
  font-size: 14px !important;
  margin-top: 15px !important;
}
.wbd_box p b {
  color: black;
}


.first_quad .first_quad_content {
  position: absolute !important;
  top: 5% !important;
  padding: 8% 0 0 15% !important;
}
.first_quad .first_quad_content p {
  font-size: 18px !important;
  font-weight: bold !important;
}
.second_quad .second_quad_content img {
  width: 50% !important;
}
.flex1>p{
  font-size: 14px !important;
  margin-top: 15px !important;
}


.client_box_home {
  left: 75% !important;
  top: 20% !important;
  position: absolute !important;
  font-size: 14px !important;
}
.client_box_home_loc {
  left: 75% !important;
  top: 70% !important;
  position: absolute !important;
  font-size: 14px !important;
}
.flex3{
  text-align: center !important;
}
.know_btn{
  font-size: 12px !important;
}
}



/* mobile view of navbar  end*/

/* Nav bar css end  */



.first_quad {
  background-image: linear-gradient(to right, #346da6, #3d8b72);
  height: 450px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 55%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 55%, 0 100%);
  position: relative;
  padding: 10px;
  margin-top: 100px;
}

.ribbon-wrapper {
  width: 160px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  top: -95px;
  left: 0px;
  z-index: 991;
}
.ribbon {
  font: bold 15px sans-serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  top: 140px;
  right: -25px;
  box-shadow: 5px 2px 5px black;
  padding: 5px 0;
  width: 250px;
  background: linear-gradient(45deg, #bfbfbf, #fff, #bfbfbf);
  background-size: 400% 400%;
  -webkit-animation: gradientBG 10s ease infinite;
  animation: gradientBG 10s ease infinite;
  position: absolute;
}

.awslogo {
  height: 50px;
  position: absolute;
  top: 1%;
  right: 5px;
  z-index: 9;
}

/* Container must be relative */
.first_quad {
  background-image: linear-gradient(to right, #346da6, #3d8b72);
  height: 425px;
  clip-path: polygon(0% 0%, 100% 0, 100% 55%, 0 100%);
  position: relative;
  padding: 10px;
}

/* Images (Desktop default) */
.hg_img {
  position: absolute;
  top: 160px;
  right: 20px;

  width: 45%;
  max-width: 500px;

  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

/* Active image (visible) */
.hg_img.active {
  opacity: 1;
}




.wbd_box {
  position: absolute;
  margin: 5% 5% 0%;
  border: 2px solid lightgray;
  height: 14em;
  border-radius: 5px;
  width: 90%;
}
.wbd_box h2 {
  position: absolute;
  top: -15px;
  left: 5%;
  margin: 0;
  background: white;
  padding: 0 5px;
  font-size: 27px;
    font-weight: 100;
}
.wbd_box p {
  margin-top: 25px;
  padding: 2% 5%;
  font-size: 18px;
  color: #333;
}
.wbd_box p b {
  color: black;
}
.wbd_box ul {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



.second_quad {
  position: relative;
  padding: 5% 10px;
  margin-top: 14em;
}
.second_quad .second_quad_content {
  position: relative;
  margin: 6% 0px;
}
.second_quad .second_quad_content img {
  width: 100%;
}
.second_quad .second_quad_content h2 {
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 30px;
}
.second_quad .second_quad_content p {
  font-size: 18px;
  padding: 0%;
  /* padding-top: 20px; */
}
.second_quad .second_quad_content span {
  background: linear-gradient(-45deg, #346da6, #ffffff, #3d8b72);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  padding: 3px 80px;
  position: absolute;
}

/* 
.ho_img_c{
  width:100%;
} */


.c_flex {
  display: flex;
  align-items: center;
  justify-content: center;   /* centers content horizontally */
  gap: 40px;                 /* spacing between text & image */
  max-width: 1200px;         /* keeps everything centered */
  margin: 0 auto;            /* centers container */
}
.c_flex1 {
  display: flex;
  align-items: center;
  justify-content: center;   /* centers content horizontally */
  gap: 40px;                 /* spacing between text & image */
  max-width: 1200px;         /* keeps everything centered */
  margin: 0 auto;            /* centers container */
}
.flex1, .flex2 {
  flex: 1;
}
#temp1{
  padding-left: 20%;
}
.flex2 img {
  width: 100%;
  max-width: 450px;
}

.flex1 {
  text-align: left;
}
.flex3 {
  text-align: left;
}
@media(0px<width<426px){
  .second_quad .second_quad_content h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
@media (max-width: 768px) {
  
  .c_flex {
    flex-direction: column;
    text-align: center;
  }
.c_flex1 {
  flex-direction: column-reverse;
  text-align: center;
}
  .flex1 {
    text-align: center;
  }

  .first_quad .first_quad_content {
    position: absolute;
    top: 5% !important;
    padding: 8% 0 0 15%;
  }
  .first_quad .first_quad_content p {
    font-size: 18px;
    font-weight: bold;
  }
  .get_started_btn {
    font-size: 13px !important;
    padding: 8px 10px !important;
  }
}

.first_quad .first_quad_content {
  padding: 7% 0 0 5%;
}
.first_quad .first_quad_content p {
  font-size: 50px;
  color: white;
  margin-bottom: 25px;
}
.get_started_btn {
  color: white;
  border: 2px solid white;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
}
.get_started_btn:hover {
  box-shadow: 0 0 40px 40px #fff inset;
}

.second_quad .second_quad_content span {
  display: block;
  height: 4px;
  width: 120px;
  margin: 10px 0 20px 0;
  border-radius: 2px;

  background: white;   /* base line color */
  position: relative;
  overflow: hidden;
}

/* moving color */
.second_quad .second_quad_content span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    #3d8b72,
    transparent
  );

  animation: moveLine 5s linear infinite;
}

@keyframes moveLine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.know_btn {
  color: #346da6;
  border: 2px solid #346da6;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
  border-radius: 50px;
  text-decoration: none;
}


/* Part D start  */
.client_quad {
  background-image: linear-gradient(to right, #3d8b72, #346da6);
  position: relative;
  padding: 4% 5%;
}

.client_sec h2 {
  margin: 0% 5% 0px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: 100;
}

.client_quad_home {
  background-color: rgb(255, 255, 255);
  position: relative;
  padding: 4% 5%;
}

.client_br {
  border-right: 1px solid white;
}

 

.client_box_new {
  position: relative;
}
.client_box_new .text {
  color: white;
  font-size: 18px;
  padding: 10px;
}
.client_box_new img {
  height: 125px;
  padding: 1%;
  padding-right: 40%
  ;
}
.client_box_new:hover {
  background: rgba(94, 94, 94, 0.432);
}

.client_box_new_sns {
  position: relative;
}
.client_box_new_sns .text {
  color: white;
  font-size: 18px;
  padding: 10px;
}
.client_box_new_sns img {
  height: 140px;
  padding: 0%;
  padding-left: 3%;
  padding-right: 30%;
}
.client_box_new_sns:hover {
  background: rgba(94, 94, 94, 0.432);
}

.client_box_new_sns_c {
  position: relative;
}
.client_box_new_sns_c .text {
  color: white;
  font-size: 18px;
  padding: 10px;
}
.client_box_new_sns_c img {
  height: 130px;
  padding-bottom: 1%;
  padding-left: 4%;
  padding-right: 30%;
}
.client_box_new_sns_c:hover {
  background: rgba(94, 94, 94, 0.432);
}

.client_box_new_r {
  position: relative;
}
.client_box_new_r .text {
  color: white;
  font-size: 18px;
  padding: 10px;
}
.client_box_new_r img {
  height: 130px;
  padding-bottom: 2%;
  padding-left: 1%;
  padding-right: 30%;
}
.client_box_new_r:hover {
  background: rgba(94, 94, 94, 0.432);
}

.client_box_new_c {
  position: relative;
}
.client_box_new_c .text {
  color: white;
  font-size: 18px;
  padding: 10px;
}
.client_box_new_c img {
  height: 125px;
  padding: 1%;
  padding-left: 4%;
}
.client_box_new_c:hover {
  background: rgba(94, 94, 94, 0.432);
}


.client_box_home_loc {
  left: 75%;
  top: 45%;
  position: absolute;
  font-size: 22px;
}

.client_box_home {
  left: 35%;
  top: 45%;
  position: absolute;
  font-size: 22px;
}


/* Footer Start  */

.footer_section {
  background-color: #333;
  color: white;
  border-top: 1px #ccc;
  padding: 20px;
  line-height: 2;
  position: relative;
}
.footer_section .col-md-6 {
  padding-left: 0px !important;
}
.footer_section h4 {
  border-bottom: 2px solid;
  padding-bottom: 5px;
  font-weight: 100;
  font-size: 21px;
}
.footer_section li {
  list-style: none;
}
.footer_section li a {
  color: white !important;
  text-decoration: none;
}
.social_icons {
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.social_icons li {
  margin-bottom: 10px;
}
.social_icons li .btn.btn-fab {
  padding: 7px !important;
  font-size: 35px !important;
}
.social_icons li .btn.btn-fab .fa {
  color: #333;
}
.social_icons li .btn.btn-fab:hover {
  background: white !important;
}
.social_icons li .btn.btn-fab:hover .fa-facebook {
  color: #4267b2;
}
.social_icons li .btn.btn-fab:hover .fa-google {
  color: #8c261e;
}
.social_icons li .btn.btn-fab:hover .fa-twitter {
  color: #38a1f3;
}
.social_icons li .btn.btn-fab:hover .fa-linkedin {
  color: #2b7bb7;
}

.footer_logo {
  width: 100%;
  text-align: center;
  padding-top: 10%;
}
.footer_logo img {
  width: 12em;
}
.row {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  display: flex;
  gap: 10px;
}
.col-md-3 {
  width: 25%;
  position: relative;
  
}
.footer_logo img {
  width: 12em;
}
.awslogof {
  height: 35px;
  position: absolute;
  top: 8%;
  right: 26px;
  z-index: 9;
  bottom: 0;
}

.social_icons li .btn.btn-fab {
  padding: 7px !important;
  font-size: 35px !important;
}

.btn.btn-fab, .input-group-btn .btn.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}
#fb-Container{
  background-color: #FFFFFF;
}
#facebook{
  color: black;
}

#facebook:hover{
  color: blue;
}

@media(0 < width < 426px){
  .row{
    flex-direction: column;
  }
  .col-md-3 {
    width: 100% !important;
  }
  .footer_logo img {
    width: 10em;
}
}



/* model open  */

.lity.lity-opened {
  opacity: 1;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-wrap {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-container {
  width: 70%;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.contact-us-container {
  /* padding: 1em; */
}

.shape1 >h4{ font-weight: 100 !important;}
.shape1 {
  background: #346da6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10px;
 

}

.p10 {
  padding: 10px;
}

.full_width {
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.form-group {
  padding-bottom: 7px;
  margin: 28px 0 0 0;
}
.form-group {
  position: relative;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
  top: -7px;
  font-size: 16px;
  line-height: 1.42857143;
}

.form-group.label-floating label.control-label {
  will-change: left, top, contents;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-static label.control-label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}

.form-group label.control-label {
  font-size: 12px;
  line-height: 1.07142857;
  font-weight: 400;
  margin: 16px 0 0 0;
}
.form-group .checkbox label, .form-group .radio label, .form-group label {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group .form-control {
  margin-bottom: 7px;
}

.form-control, .form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688),-o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control, .form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688),-o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.btn_border_sea {
  background-color: transparent;
  color: #346da6;
}

.tt_btn_sea {
  font-size: 1.3rem;
  /* color: white; */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 21px;
  border-radius: 50px;
  border: 3px solid #346da6;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width:25%;
  margin: 0 auto;
  min-width: 200px;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Smooth background fade */
.lity {
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
}

/* Modal container animation */
.lity .lity-content {
  opacity: 0;
  transform: scale(0.7) translateY(50px);
  transition: all 0.35s ease;
}

/* When modal is opened */
.lity.lity-opened .lity-content {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.lity .lity-content {
  opacity: 0;
  transform: scale(0.6);
}

.lity.lity-opened .lity-content {
  animation: popupAnim 0.4s ease forwards;
}

@keyframes popupAnim {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-raised{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
 

.g-recaptcha {
font-size: 15px;
}






/* ================= MOBILE FIX FOR CONTACT FORM ================= */
@media (max-width: 768px) {
  .client_quad>h2{
    font-size: 20px;
  }
  .form-control {
    display: inline-block;
  }

  /* Modal width full screen */
  .lity-container {
    width: 80% !important;
    margin: 0 auto;
  }

  /* Contact container */
  .contact-us-container {
    width: 100%;
    padding: 0;
  }

  /* Remove flex side spacing */
  .contact-us-container .c_flex {
    flex-direction: column;
    gap: 0;
  }

  .contact-us-container .flex1 {
    width: 100%;
  }

  /* Header */
  .shape1 h4 {
    font-size: 14px;
    text-align: center;
  }

  /* Form padding */
  .p10 {
    padding: 10px 12px;
  }

  /* Inputs */
  .form-control {
    font-size: 14px;
    height: 40px;
  }

  /* Labels */
  .form-group label {
    font-size: 13px;
  }

  /* Button full width */
  .tt_btn_sea {
    width: 100% !important;
    min-width: unset;
    font-size: 14px;
    padding: 12px;
  }

  /* Close button spacing */
  .lity-close {
    top: 10px;
    right: 10px;
    font-size: 28px;
  }
}

/* ===== FIX FLOATING LABEL ===== */

.form-group {
  position: relative;
  margin-top: 20px;
}

/* Input */
.form-group .form-control {
  width: 100%;
  padding: 14px 0 6px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  outline: none;
  font-size: 16px;
}

/* Label default */
.form-group .control-label {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* 🔥 FLOAT EFFECT */
.form-group .form-control:focus + .control-label,
.form-group .form-control:not(:placeholder-shown) + .control-label {
  top: -25px !important;
  font-size: 12px !important;
  color: #346da6;
}

/* Focus line */
.form-group .form-control:focus {
  border-bottom: 2px solid #346da6;
}