/* MY CSSS  */
p {
  margin: 0;
}
.seoHiring {
  color: #224c59;
}

::-webkit-scrollbar {
  width: 8px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #00a2b5;
  border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2b5383;
}

body {
  font-family: "Nunito", sans-serif !important;
  overflow-x: hidden !important;
}

/* fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
@import url("https://fonts.googleapis.com/css?family=Nunito");
@import url("https://fonts.googleapis.com/css2?family=Mooli&display=swap");

p,
a {
  font-family: "Roboto", sans-serif;
}

/*Input Type Number Arrow Hide*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00a2b5;
  border-width: 1.5px;
  outline: 0;
  box-shadow: none;
}

/*Input Type Number Arrow Hide END*/

/*h1, h2, h3, h4, h5, h6 {*/
/*  font-family: 'PT Serif', serif;*/
/*}*/
/* fonts */

.linksSet a {
  color: #fff !important;
}

/* common */
a {
  text-decoration: none !important;
}

.oa-main-heading {
  color: #0c3798;
}

.relative {
  position: relative;
}

.f-bold {
  font-weight: bold;
}

.mt-80 {
  margin-top: 80px;
}

.f-70 {
  font-size: 70px;
}

.main-heading {
  font-size: 35px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 64px;
  padding: 8px 20px;
  box-shadow: 0px 4px 3px 2px #969696;
  background: #41a0b2;
}

.heading-transparent {
  background: transparent;
  color: #3b5380;
  border: 1px solid #3b5380;
}

.main-btn-all {
  font-size: 16px;
  color: #3b5380;
  border: 2px solid #3b5380;
  display: inline-block;
  border-radius: 64px;
  padding: 10px 20px;
  box-shadow: 0px 5px 2px 0px #3b5380;
}

.main-btn-all:hover {
  background: #41a0b2;
  color: #fff;
  box-shadow: 0px 2px 2px 0px #3b5380;
}


.btn-service {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #3b5380;
  border: 2px solid #3b5380;
  cursor: pointer;
}

.sercice_box_content a {
  display: flex;
  justify-content: center;

}

.sercice_box_content span {
  display: flex;
  justify-content: center;
}

.outer-all-btn svg {
  vertical-align: middle;
}

.consult-btn {
  border-radius: 40px;
}

/* common */

/* colors */
.color-white,
.business-inputs input::placeholder,
.working-circle:hover svg,
.checkout-content:hover svg {
  color: #fff;
}

.color-blue,
.OA-About span {
  color: #3b5380;
}

.color-light-blue {
  color: #41a0b2;
}

/* colors */

/* top bar menu css start */
.outer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-logo-color {
  background: #41a0b2;
  padding: 10px 0;
  position: absolute;
  left: 0;

  right: 0;
  top: 25px;
}

@media screen and (min-width: 1080px) {

  @keyframes rubberBand {
    0% {
      transform: scale3d(1, 1, 1);
    }

    30% {
      transform: scale3d(1.25, 0.75, 1);
    }

    40% {
      transform: scale3d(0.75, 1.25, 1);
    }

    50% {
      transform: scale3d(1.15, 0.85, 1);
    }

    65% {
      transform: scale3d(0.95, 1.05, 1);
    }

    75% {
      transform: scale3d(1.05, 0.95, 1);
    }

    100% {
      transform: scale3d(1, 1, 1);
    }
  }

  .sticky-header {
    position: sticky;
    top: -100%;
    width: 100%;
    z-index: 400000;
    transition: top 1s ease;
  }

  .sticky-header.show {
    top: 0;
  }
}

.top-bar-icons li {
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  padding: 0px;
  font-size: 17px;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 1px;
}

.top-bar-icons ul li.fb {
  background: #129af7;
  border: 2px solid #fff;
}

.top-bar-icons ul li.twitter {
  background: #000;
  border: 2px solid #fff;
  color: #fff !important;
}

/*.top-bar-icons ul li a.twitter-color {*/
/*    color: #5da9dd;*/
/*}*/
.top-bar-icons ul li.insta {
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  border: 2px solid #fff;
}

.top-bar-icons li a {
  color: #fff;
}

.top-bar-icons li:last-child,
.main-menu ul li:last-child {
  margin-right: 0;
}

/* top bar menu css end */

/* main menu css start here */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.outer-flex a:hover {
  color: #fff;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.main-menu {
  background: #fefefe;
  border-radius: 40px;
  border: 2px solid #41a0b2;
  margin-top: 3px !important;
  max-width: 70%;
  padding: 8px 30px;
  margin: auto;
}

.main-menu img {
  max-width: 80px;
}


.main-menu ul li a {
  color: #000;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-menu ul li a.active {
  color: #41a0b2;
  border-bottom: 2px solid #41a0b2;
  font-weight: 500 !important;
  background-color: transparent;
}


/* main menu css end here */

/* Main Banner Section Start */
.first-sec-bg {
  background: radial-gradient(circle,
      rgba(65, 160, 178, 1) 44%,
      rgba(59, 83, 128, 1) 100%);
  border-radius: 25px;
  max-width: 95%;
  box-shadow: 0px 8px 9px 5px #a8a8a8;
  margin: auto;
  border: 2px solid #fff;
}

.left-content h1 {
  text-shadow: 1px 2px 5px black;
}

.service-image-box img {
  border-radius: 10px;
}

@media screen and (max-width: 600px) {

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}

body {
  overflow-x: hidden;
}

.carousel-control-prev {
  left: -70px;
}

.carousel-control-next {
  right: -70px;
}

.icon_hero {
  display: flex;
  position: absolute;
  z-index: 9;
}

.icon_hero a img {
  width: 34px;
  margin-right: 30px;
}

.slider_img {
  width: 71.50% !important;
  height: 100% !important;
  margin-left: 50px;
}

/* Main Banner Section End */

/* Services Section Start */

.services-box {
  padding: 40px 20px 40px 20px;
  border-radius: 14px;
  transition: 0.3s;
  border: 2px solid #41a0b2;
  text-align: center;
}

.services-box:hover {
  box-shadow: 2px 2px 9px #e2e2e2;
}

.service-line-right {
  right: 0;
  position: absolute;
  bottom: 0;
  transform: scaleX(-1);
}

.service-icon {
  background: #fff;
  text-align: center;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10px 2px #d9d9d9;
  z-index: 9;
  position: relative;
  margin: 0px auto;
  margin-bottom: 40px;
  margin-top: -90px;
}

.service-icon-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-icon span {
  -webkit-animation: animation-rotate 10s infinite linear;
  animation: animation-rotate 10s infinite linear;
  position: relative;
  display: block;
  height: 100%;
}

@keyframes animation-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

.service-icon span::before,
.service-icon span::after {
  background: -webkit-linear-gradient(-45deg, #3b5380 0%, #41a0b2 100%);
  left: 11px;
  bottom: 11px;
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
}

.service-icon span::after {
  left: 80%;
  top: 10px;
}

.service-icon svg {
  font-size: 30px;
  color: #3b5380;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.iconImg {
  position: absolute !important;
  width: 70px !important;
  top: 16px;
  right: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .iconImg {
    position: absolute !important;
    width: 50px !important;
    top: 12px;
    right: 11px;
  }
}

/* my service  */

/* Services Section End */

/* GFC Section Start */

.consult-oa button {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 16px;
  box-shadow: none;
  padding: 12px 30px;
  border: none;
  background: #3b5380;
  color: #fff;
}

.consult-oa input {
  padding: 15px 15px;
  border-radius: 40px;
  border: 2px solid #41a0b2;
}

.consult-main {
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 1px 1px 2px 2px #6e6e6e;
  background: #41a0b2;
}

#gfcm_status {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

/* GFC Section End */

/* Technologies Section start */

.gradient-text,
.work-process-bg h6 {
  color: #41a0b2;
}

/* slick css */
.logos img {
  aspect-ratio: 4/4;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.slider {
  width: 100%;
}

.slick-list.draggable {
  padding: 0 !important;
  margin: 0 !important;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 60%;
  margin: auto;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.logo-bg {
  padding: 50px 0;
  border-radius: 20px;
}

/* slick css */
/* Technologies Section End */

/* Why Choose Us Section Start */

@keyframes r {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes r1 {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.roatate_me {
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  left: initial;
  /* transform: translateY(-50%); */
  /* transform: translateX(-50%); */
  animation-name: r1;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.roatate_me img {
  position: absolute;
  /* left: 50%; */
  /* top: 50%; */
  /* width: 100px; */
  /* transform: translateY(-50%); */
  /* transform: translateX(-50%); */
  animation-name: r;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.w-95 {
  width: 95%;
}

.relative {
  position: relative;
}

.why-text h4 {
  color: #41a0b2;
  font-weight: bold;
}

.why-text p {
  color: #a2a1a1;
}

.why-text h2,
.why-text-icon-des h3,
.footer-main h2,
.logo-bg h4,
.services-box h4,
.work-process-bg h2,
.work-process-bg h4,
.contact-footer p,
.feature-box h4,
.contact-left h2 {
  color: #3b5380;
  font-weight: bold;
}

.why-sec-icons svg {
  background-image: linear-gradient(#3b5380, #41a0b2);
  color: #fff;
  border-radius: 60%;
  width: 55px !important;
  height: 55px;
  padding: 10px;
  margin-right: 15px;
}

.why-sec-icons i {
  background-image: linear-gradient(#3b5380, #41a0b2);
  color: #fff;
  border-radius: 60%;
  width: 55px !important;
  height: 55px;
  padding: 10px;
  margin-right: 15px;

  font-size: 29px;
}

.why-icon-wrapper {
  display: flex;
}

/* Why Choose Us Section End */

/* Footer Start */

.footer-main,
.work-process-bg,
.checkout-outer {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 3px 4px #e4e4e4;
}

.footer-links li a {
  color: #000 !important;
}

.con-sales-2 .white-add {
  color: white !important;
}

.footer-detail {
  box-shadow: 0px 0px 3px 1px #c6c6c6;
  margin-bottom: 15px;
  padding: 0px 15px 0 15px;
  border-radius: 40px;
}

.upperfooter {
  padding: 0px 23px !important;
}

.contact-footer {
  padding-left: 50px;
  display: inline-block;
  position: relative;
  top: -110px;
}

.contact-footer-2 {
  padding-left: 50px;
  display: inline-block;
  position: relative;
  top: -110px;
}

.contact-footer-2 p {
  color: #3b5380;
  font-weight: bold;
}

.footer-detail svg {
  font-size: 30px;
  color: #3b5380;
  height: 100%;
  vertical-align: middle;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.footer-detail li {
  vertical-align: middle;
  justify-content: center;
  align-self: center;
  /* display: flex; */
  flex-direction: column;
  height: 100%;
}

.footer-inner {
  padding: 40px;
}

.footer_caption a {
  color: #000;
}

.footer-copyright {
  background: #3b5380;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
  bottom: 4px;
}

.footer-social-icons {
  border: 2px solid #3b5380;
  display: inline-block;
  padding: 5px;
  border-radius: 40px;
}

.footer-social-icons ul li.twitter {
  border: 2px solid #fff;
}

@media (min-width: 420px) and (max-width: 424px) {
  .contact-footer {
    padding-left: 50px;
    display: inline-block;
    position: relative;
    top: -65px;
  }

  .contact-footer-2 {
    padding-left: 50px;
    display: inline-block;
    position: relative;
    top: -65px;
  }

  .con-sales-2 {
    padding-bottom: 50px;
  }

  .con-sales {
    padding-top: 50px !important;
  }
}

@media (max-width: 375px) {
  .contact-footer {
    padding-left: 50px;
    display: inline-block;
    position: relative;
    top: -85px;
  }

  .contact-footer-2 {
    padding-left: 50px;
    display: inline-block;
    position: relative;
    top: -85px;
  }

  .con-sales-2 {
    padding-bottom: 50px;
  }
}

/* Footer End */

/* Scroll To Top Start */

#sttbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5px;
  font-size: 20px;
  color: #3b5380;
  cursor: pointer;
  border: 2px solid #3b5380;
  padding: 9px;
  border-radius: 140px;
}

#sttbtn svg {
  border-radius: 50%;
  font-size: 20px;
}

.top-text {
  display: inherit;
  text-align: center;
  line-height: 0.8;
}

/* Scroll To Top End */

/* Boost Your Business Section Start */

.business-bg {
  background-image: url(../images/How-We-Work.png);
  padding: 100px 0;
  border-radius: 20px;
  background-size: 100% 100%;
}

.business-inputs {
  max-width: 700px;
  margin: auto;
  margin-top: 70px;
}

.business-input {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 70px;
}

.business-inputs:first-child {
  border: 1px solid #828282;
}

.business-inputs input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 15px 60px 0 rgb(0 0 0 / 10%);
  color: #fff !important;
  height: 56px;
  border-radius: 40px 0 0 40px;
  border-right: 0;
}

.business-inputs input:focus {
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.input-style input {
  border-radius: 0;
}

.btn-business {
  background: #fff;
  height: 56px;
  display: inline-block;
  padding: 15px 30px;
  justify-content: center;
  border-radius: 0 40px 40px 0px;
  color: #3b5380;
  font-weight: bold;
  border: none;
}

#byb_status {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

/* Boost Your Business Section End */

/* Our Working Process Section Start */

.work-process-bg {
  padding: 50px 0;
  background: #f8f8f8;
}

.working-circle {
  border: 2px solid #3b5382;
  width: 124px;
  height: 124px;
  border-radius: 100%;
  line-height: 138px;
  margin: auto;
}

.working-circle:hover {
  border: 2px solid #41a0b2;
  background: #41a0b2;
  transition: all 0.3s;
}

.working-circle svg {
  color: #3b5380;
  font-size: 35px;
}

.working-circle i {
  color: #3b5380;
  font-size: 35px;
}

.working-circle:hover i {
  color: #fff;
}

/* Our Working Process Section End */

/* Our Features Section Start */
.feature-box {
  box-shadow: 0 0 4px 4px #e6e6e6;
  padding: 15px;
  border-radius: 15px;
}

.feature-box:hover {
  background: #41a0b2;
  transition: all 0.3s;
}

.feature-box:hover h4,
.feature-box:hover p {
  color: #fff;
}

.feature-box i {
  background: #3b5380;
  color: #fff;
  padding: 13px 13px;
  font-size: 35px !important;
  border-radius: 100%;
}

/* Our Features Section End */


/* nfc section Css Start */
.nfc_section {
  margin: 100px 0px 20px;
  padding: 50px 0px;
  background-color: rgba(65, 160, 178, 0.07) !important;
  background-image: url('../images/nfc-bg1.jpg') !important;
  background-position: bottom left !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.nfc_add_content small {
  font-size: 18px;
  color: #017785;
  font-weight: 600;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.nfc_add_content h1 {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  margin: 20px 0px;
}

.nfc_add_content h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  margin: 0px 0px 10px;
}

.nfc_add_content p {
  color: #fff;
}

/* nfc section Section Css Start */
.about-sec-Icon {
  width: 40px !important;
}

.about-img {
  border: 2px solid #f4f4f4;
  border-radius: 6px;
  position: relative !important;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding-top:70px;*/
  /*padding-bottom:70px;*/
  padding: 106px 10px;
}

.about-content {
  background: #f7faff;
  padding: 25px;
  border-radius: 6px;
}

.about-side-content {
  background: #3b5380;
  padding: 0px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 6px;
}

.about-side-content img {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.about-content-btn {
  background: #fff;
  margin: auto;
  text-align: center;
  box-shadow: none;
  display: initial;
}
@media(max-width:769px) {
  .about-side-content {
    height: 200px;
  }
}

@media(max-width:520px) {
  .about-side-content {
    height: 200px;
  }
}

/* About Us Section Css End */

/* Mission Vision Section Css Start */
.mission-vision-inner,
.mission-vision-right {
  background: #3b5380;
  border-radius: 80px 0px 0px 80px;
  padding: 15px;
}

.mission-vision-center {
  background: #41a0b2;
  padding: 15px;
}

.mission-vision-right {
  border-radius: 0px 80px 80px 0px;
}

.mission-vision-outer-one,
.mission-vision-outer-two,
.mission-vision-outer-three {
  border: 2px solid #f4f4f4;
  border-radius: 80px 0px 0px 50px;
  box-shadow: 0 0 4px 3px #f4f4f4;
  height: 290px;
}

.mission-vision-outer-two {
  border-radius: 0;
}

.mission-vision-outer-three {
  border-radius: 0px 80px 50px 0px;
}

/* Mission Vision Section Css End */

/* Checkout Our Services Section Start */

.checkout-content {
  background: #fff;
  box-shadow: 0 0 2px 3px #f4f4f4;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  padding: 15px;
  border-radius: 4px;
}

.checkout-outer {
  padding: 60px 25px;
}

.checkout-content:hover {
  background: linear-gradient(135deg, #3b5380 0%, #41a0b2 100%);
  color: #fff;
  transition: 0.5s;
  transform: translateY(-5px);
}

.checkout-outer h2 {
  font-size: 40px;
}

/* Checkout Our Services Section End */

/* About Us Page Css End */

/* Contact Us Page Css Start */
.contact-main {
  background-color: #3b5380;
}

.get_in_touch {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 20px;
  color: white;
  display: flex;
  align-items: center;
}

.get_in_touch_2 {
  padding: 20px;
  color: white;
  display: flex;
  align-items: center;
}

.get_in_touch_3 {
  padding: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: white;
  display: flex;
  align-items: center;
}

.get_icon {
  margin-right: 18px;
  font-size: 26px;
}

.get_box_1 a {
  color: white;
}

.get_box_3 p {
  margin-bottom: 0;
  font-size: 14px;
}

.get_box_1 h6,
.get_box_3 h6 {
  font-weight: 600;
  font-size: 18px;
}

.contact-left input,
.contact-left textarea {
  border-radius: 15px;
}

.right-contact {
  background-color: #41a0b2;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.contact-info {
  display: flex;
}

.contact-info p {
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}

.contact-info svg {
  color: #fff;
  font-size: 24px;
}

.outer-border {
  border: 3px solid #c8c8c8;
  box-shadow: 0px 2px 10px 2px #c8c8c8;
  border-radius: 20px;
}

.cstm_googlemap {
  border: 3px solid #00a2b5;
  border-radius: 12px;
}

.contact-icons {
  list-style: none;
  padding: 0;
}

.contact-icons span {
  position: absolute;
  left: 40px;
  color: #fff;
  font-size: 18px;
}

.contact-icons li.fb,
.contact-icons li.insta,
.contact-icons li.twitter {
  position: relative;
}

.con-sales {
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
  border-radius: 0px;
  box-shadow: none;
}

.con-sales-2 {
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-radius: 0px;
  box-shadow: none;
}

.con-sales-2 a {
  color: white !important;
}

.con-support {
  border: 1px solid;
  border-left: none;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0px 0px 10px 0px;
}

.contact-btn {
  border-radius: 8px;
  box-shadow: 0px 1px 2px 1px #cccccc;
}

#cfm_status {
  color: #41a0b2;
  font-weight: bold;
  margin-top: 10px;
}

/* Floating Input Labels */
.floating-group {
  position: relative;
}

.floating-input {
  border: 1.5px solid #ccc;
  padding: 1.2rem 1rem 0.6rem;
  border-radius: 10px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.floating-group label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ffffff;
  padding: 0 5px;
  color: #888;
  pointer-events: none;
  transition: 0.3s ease;
}

.floating-input:focus+label,
.floating-input:not(:placeholder-shown)+label {
  top: -10px;
  left: 12px;
  font-size: 16px;
  color: #41a0b2;
}

/* Submit Button */
.modern-btn {
  background: linear-gradient(135deg, #3b5380, #41a0b2);
  color: #fff;
  padding: 12px 30px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  transition: 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.modern-btn:hover {
  background: #2b92a3;
  transform: scale(1.05);
}


/* Contact Us Page Css End */

/* Responsive Start */

/* Header */

@media (max-width: 1100px) {
  .main-menu {
    max-width: 60%;
  }

  .about-img img {
    max-width: 60% !important;
  }
}

@media only screen and (min-width: 445px) and (max-width: 535px) {
  .contact-footer-sm {
    position: relative;
    top: -60px;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .contact-footer-sm {
    position: relative;
    top: -50px;
  }
}

@media only screen and (min-width: 535px) and (max-width: 768px) {
  .con-support {
    border: 1px solid;
    border-left: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    padding-right: 200px !important;
    /*margin-left:11px;*/
  }

  .contact-footer {
    font-size: 13px !important;
    padding-left: 40px;
    display: inline-block;
    position: relative;
    top: -47px !important;
  }

  .contact-footer-sm {
    font-size: 13px !important;

    display: inline-block;
    position: relative;
    top: -68px !important;
  }

  .support-footer {
    margin-top: 10px;
  }

  .footer-detail svg {
    font-size: 19px !important;
  }

}

@media (max-width: 910px) {
  .bg-logo-color {
    position: inherit;
  }

  .main-menu {
    max-width: 100%;
  }

  .about-img {
    position: unset !important;
  }
}

@media (max-width: 767px) {
  .Homepagecard {
    margin-bottom: 30px !important;
  }

  .feature-box {
    margin-left: 25px;
  }

  .mt-80 {
    margin-top: 30px !important;
  }

  .instagramSet {
    margin-bottom: 2px !important;
  }

  .textSet {
    margin-top: 20px !important;
  }

  .mission-vision-inner,
  .mission-vision-right {
    border-radius: 0px 0px 0px 0px;
  }

  .mission-vision-right {
    border-radius: 0px 0px 0px 0px;
  }

  .about-img {
    position: unset !important;
  }

  .topbarText {
    font-size: 12px !important;
  }

  .top-bar-icons li {
    font-size: 15px !important;
    height: 25px !important;
    width: 25px !important;
  }

  .footer-inner {
    padding: 10px !important;
  }

  .footer-inner h2 {
    margin-top: 15px;
  }

  .footer-detail {
    margin-top: 15px;
  }

  .business-inputs input {
    margin-left: 18px !important;
    width: 88% !important;
    border-radius: 10px !important;
    margin-top: 5px !important;
  }

  .business-inputs p {
    text-align: center !important;
  }

  .btn-business {
    border-radius: 10px !important;
    margin-top: 10px !important;
  }

  .flip-card {
    background-color: transparent;
    width: 100% !important;
    height: 306px !important;
  }

  .con-support {
    padding-right: 10px !important;
  }

  .about-content {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .about-side-content {
    padding: 10px;
  }

  .about-content-btn {
    position: relative;
    top: 15px;
  }

  .mission-vision-outer-one {
    border-radius: 0px !important;
    margin-bottom: 22px;
  }

  .mission-vision-outer-three {
    border-radius: 0px;
    margin-top: 22px;
  }

  .checkout-content {
    margin-top: 22px;
  }
}

/* Header */

/* Responsive End */

/*new page css*/
.tabBg {
  background-color: #013668;
}

.nav-tabs .linkSet.active {
  color: black !important;
  background-color: #ffffff !important;
  border-color: #013668 !important;
}

.nav-pills .nav-link.active {
  color: black !important;
  background-color: #ffffff !important;
  border-color: #013668 !important;
}


.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #013668 !important;
  border-color: #013668 !important;
}

.nav-pills .nav-link:hover {
  color: black;
}

.cardHover4 {
  border-radius: 5px;
  height: 170px;
  padding: 0px 10px 0px 10px;
}

.cardHover4:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;
  background-image: linear-gradient(45deg, #509db0, #23314c, #22535c, #347b8c);
  border-radius: 10px;
}

.first-card:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
  background-color: #347b8c;
  color: #fff;
}

.third-card1 {
  background-color: white;
  height: 380px;
  padding-top: 20px;
  text-align: center;
}

.third-card1 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.third-card1:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;

  background-image: linear-gradient(45deg, #509db0, #23314c, #22535c, #347b8c);
}

.third-card1:hover img {
  margin-top: 10px !important;
  background-color: #fff !important;
  border-radius: 10px 10px;
}

.flip-card {
  background-color: transparent;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #ffffff;
  color: #0d0c0c;
}

.flip-card-back {
  background: linear-gradient(45deg, #22535c, #23314c, #22535c, #347b8c);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
  color: white;
  transform: rotateY(180deg);
}

.pset {
  font-size: 18px;
}

.third-card:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;

  background-image: linear-gradient(45deg, #509db0, #23314c, #22535c, #347b8c);
}

.third-card:hover .imgset {
  background-color: #fff !important;
  transition-duration: 0.5s;
  border-radius: 0px 10px 0px 10px;
  padding: 5px;
}

.imgset {
  width: 25% !important;
}

.third-card {
  padding: 20x 0px 20px 0px;
  height: 400px;
  border-radius: 5px;
}

.MediaSetBtn {
  width: 100% !important;
}

.thirdCard {
  height: 400px;
}

.third-card h4 {
  padding-top: 12px;
}

.third-card p {
  font-size: 18px;
  padding: 10px 10px;
}

.mainDiv {
  color: #fff;
  background: linear-gradient(67deg, #509db0, #23314c, #22535c, #347b8c);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


/********************************Seo page style start****************************************/
.section-1 {
  color: #fff;
  background: linear-gradient(67deg, #509db0, #23314c, #22535c, #347b8c);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
}

.section-2 p {
  line-height: 28px;
}

.seo_result_card {
  text-align: center !important;
}

.seo_result_card p {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.seo_result_card h4 {
  font-size: 34px;
  margin-top: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.firstCard {
  padding: 30px 5px 30px 5px;
  background-color: white;
  border: none !important;
  border-radius: 0px 40px 0px 40px;
  margin-bottom: 30px;
}

.firstCard:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;
  background-image: linear-gradient(45deg, #509db0, #23314c, #22535c, #347b8c);
}

.firstCard:hover img {
  background-color: #fff;
  border-radius: 0px 10px 0px 10px;
  padding: 5px;
}

.firstCard img {
  height: 75px;
  width: 75px;
}

.section-3 h2 {
  color: #fff;
}

.section-3 {
  /* color: #fff; */
  background: linear-gradient(45deg, #22535c, #23314c, #22535c, #347b8c);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.secondcard {
  height: 350px;
  /* background-image: linear-gradient(65deg, #509db0, #134450b9);
    color: #fff; */
}

.secondcard h4 {
  margin-top: 12px;
}

.secondcard p {
  font-size: 15px;
  margin-top: 12px;
}

.secondcard:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
}

.secondcard:hover img {
  background-color: #fff;
  transition-duration: 0.4s;
  border-radius: 0px 10px 0px 10px;
  padding: 5px;
}

.section-5 {
  background-color: #347a8c2a;
}

.section-5 img {
  mix-blend-mode: multiply;
}

.thirdCard:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;

  background-image: linear-gradient(45deg, #509db0, #22535cd0, #347b8c);
}

.thirdCard:hover .imgset {
  background-color: #fff !important;
  transition-duration: 0.5s;
  border-radius: 0px 10px 0px 10px;
  padding: 5px;
}

.thirdCard {
  height: 300px;
}

.thirdCard h4 {
  padding-top: 12px;
}

.thirdCard p {
  font-size: 14px;
  padding: 12px 10px;
}

.section-7 {
  background: linear-gradient(45deg, #22535c, #347b8c, #22535c, #23314c);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  color: #fff;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.callbtn {
  /*background: linear-gradient(45deg, #22535c, #347b8c, #22535c, #23314c);*/
  /*background-size: 400% 400%;*/
  /*animation: gradient 5s ease infinite;*/
  color: black !important;
  /*background-color:#fff;*/
  border: none;
}

.callbtn a {
  /*background: linear-gradient(45deg, #22535c, #347b8c, #22535c, #23314c);*/
  /*background-size: 400% 400%;*/
  /*animation: gradient 5s ease infinite;*/
  color: black !important;
  /*background-color:#fff;*/
  border: none;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.fourth-card {
  height: 280px;
  padding: 11px;
}

.fourth-card p {
  font-size: 15px;
}

.fourth-card:hover {
  /* transform: translate(0px, -22px);
     */
  transition-duration: 0.5s;
  /* transform: scale(1.1) !important; */
  background-image: linear-gradient(45deg, #23314c, #347b8c);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .cardHover {
    margin-bottom: 15px !important;
  }

  .Enuqirybtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .third-card {
    padding: 11px;
    height: 450px !important;
  }

  .thirdCard {
    height: 350px;
  }

  .section-6 {
    display: none !important;
  }

  .roatate_me {
    /*width: 10%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: initial;*/
    /* transform: translateY(-50%); */
    /* transform: translateX(-50%); */
    animation: none !important;
    animation-duration: 8000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .roatate_me img {
    animation: none !important;
  }

  .business-inputs {
    width: 90% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-content {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .checkout-content {
    margin-bottom: 12px;
  }

  .mission-vision-outer-one,
  .mission-vision-outer-two,
  .mission-vision-outer-three {
    height: 400px !important;
  }

  .about-side-content {
    padding: 17px;
  }

  .about-side-content p {
    margin-bottom: 0px !important;
  }

  .about-content-btn {
    position: relative;
    top: 30px;
  }

  .first-card {
    height: 150px;
  }

  .secondcard {
    height: 350px;
  }

  .secondcard p {
    font-size: 16px;
  }

  .secondcard h4 {
    font-size: 22px;
  }

  .secondcard img {
    width: 70px;
    height: 70px;
  }

  .thirdCard {
    height: 330px;
  }

  .thirdCard p {
    font-size: 12px;
  }

  .thirdCard h4 {
    font-size: 15px;
  }

  .tab-content p {
    font-size: 12px;
  }

  .fourth-card {
    height: 370px;
  }

  .seoHiring {
    font-size: 10px !important;
    /* text-decoration: underline !important; */
  }

  .con-support {
    border: 1px solid;
    border-left: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    padding-right: 200px !important;
    margin-left: 31px;
  }

  .contact-footer {
    font-size: 13px !important;
    padding-left: 40px;
    display: inline-block;
    position: relative;
    top: -68px !important;
  }

  .contact-footers {
    display: flex;
  }

  .support-footer {
    margin-top: 10px;
  }

  .footer-detail svg {
    font-size: 19px !important;
  }


  .googleadbtn {
    margin-top: 19px !important;
  }

  .service-icon {
    width: 75px;
    height: 75px;
  }

  .service-icon svg {
    font-size: 15px;
  }

  .services-box {
    height: 200px;
  }

  .services-box h4 {
    font-size: 18px;
  }

  .services-box a {
    padding: 0px 5px;
  }

  .btn-service a {
    padding: 0px 11px;
  }

  .service-icon span::before {
    left: 8px !important;
  }

  .business-inputs {
    margin-left: 19px;
  }

  .left-content {
    padding: 10px 11px;
  }

  .right-content {
    margin-top: 22px;
  }


  .NEWTXTSET {
    margin-top: 37px;
  }
}

/**/
/**/
/**/

@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .con-support {
    border: 1px solid;
    border-left: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    padding-right: 200px !important;
    margin-left: 31px;
  }

  .contact-footer {
    font-size: 13px !important;
    padding-left: 40px;
    display: inline-block;
    position: relative;
    top: -59px !important;
  }

  .support-footer {
    margin-top: 10px;
  }
}

/**/
/**/

@media only screen and (min-width: 445px) and (max-width: 1260px) {
  .contact-footer-sm {
    position: relative;
    top: -50;
  }
}

/***************8*seo page style end *************************************************8*/


/*ppc page style start*/
.headSet:first-child:active {
  border: none !important;
}

/*ppc page style end*/
/*management css start*/
.cardHover:hover {
  border: none !important;
  transform: translateY(-5px);
  transition: 1.5s;
}

.cardHover:hover .bgColor1 {
  background-color: #d3591c !important;
  color: #fff !important;
}

.cardHover:hover a {
  /* background-color: #d3591c !important; */
  color: #fff !important;
}

.cardHover {
  border-radius: 0 0 20px 20px;
  padding: 14px;
  text-align: center;
}

/*management css end*/

.GoogleadSec {
  margin-bottom: 5px;
}

/*medium screen Responsive Code Start*/

@media only screen and (min-width: 993px) and (max-width: 1260px) {
  .services-box {
    height: 220px !important;
  }

  .services-box h4 {
    font-size: 22px;
  }

  .secondcard {
    height: 419px;
  }

  .thirdCard {
    height: 350px;
  }

  .container {
    max-width: 970px;
  }

  .firstcard h4 {
    margin-top: 1.4rem;
  }
}

/*medium screen Responsive Code End*/
/**/
/**/
/*SMS MArketing Page Start*/
.main-container {
  color: #fff;
  background: linear-gradient(67deg, #509db0, #23314c, #22535c, #347b8c);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
  padding: 55px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.icon-set {
  color: #347b8c;
  font-weight: bolder;
  font-size: 20px;
}

.list-section {
  line-height: 40px;
}

.btn-set {
  border: 2px solid #347b8c;
  padding: 10px;
}

.btn-set:hover {
  color: #fff;
  background-color: #347b8c;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta i {
  position: relative;
  top: 1;
  color: #234567;
  margin-bottom: 35px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta:hover i {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.sms-first-card {
  height: 440px;
  padding-top: 20px;
}

.sms-first-card i {
  font-size: 54px;
  color: #347b8c;
}

.sms-first-card:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;

  background-image: linear-gradient(45deg, #509db0, #22535cd0, #347b8c);
}

.sms-first-card:hover i {
  color: #fff;
}

.main-content {
  background-color: rgba(220, 220, 220, 0.507);
  position: relative !important;
  height: 190px;
  /*border-radius: 45px !important;*/
}

.main-content p {
  padding-top: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading {
  /* background-color: #234567; */
  background-image: linear-gradient(to right, #509db0, #22535c, #509db0);
  width: 35%;
  padding: 10px;
  color: #fff;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 16px;
  left: -40px;
  border-radius: 40px !important;
}

.heading h5 {
  font-size: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-btn-set {
  padding: 17px 40px;
  border-radius: 50px;
  border: 2px solid rgba(9, 78, 95, 0.582);
  background-color: white;
  box-shadow: rgb(9, 78, 95) 0px 7px 29px 0px;

  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}

.second-btn-set:hover {
  letter-spacing: 3px;
  background-image: linear-gradient(to right, #509db0, #22535c, #509db0);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(9, 78, 95) 0px 7px 29px 0px;
}

.second-btn-set:active {
  letter-spacing: 3px;
  background-image: linear-gradient(to right, #509db0, #22535c, #509db0);
  border: 2px solid rgba(9, 78, 95, 0.582) !important;

  color: hsl(0, 0%, 100%) !important;
  box-shadow: rgb(9, 78, 95) 0px 7px 29px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.cssbuttons-io {
  padding: 0.6em 1em;
  border: 2px solid rgba(9, 79, 95, 0.582) !important;
  transition: ease-in-out 0.3s;
  background-color: transparent;
  color: #23314c;
  font-weight: bolder;
  font-size: 16px;
  border-left: #fff solid 2px;
}

.cssbuttons-io:hover {
  transform: scale(1.2) rotate(10deg);
  background-image: linear-gradient(to right, #509db0, #22535c, #509db0);

  color: white;
}

.third-btn-set {
  background-image: linear-gradient(to right, #509db0, #22535cf8, #509db0);
  position: relative;
  width: 300px;
  border: none;
  /* background: var(--bg); */
  color: #fff;
  padding: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s;
  border-radius: 5px;
  /* opacity: 0.8; */
  letter-spacing: 1px;
  box-shadow: #22535c 0px 7px 2px, #509db0 0px 8px 5px, #22535c 0px 8px 5px;
}

/* .third-btn-set:hover {
  transform: translate(-1px,-15px);
  transition-duration: .6s;
} */

.third-btn-set:active {
  top: 10px;
  box-shadow: rgb(9, 78, 95) 0px 7px 29px 0px;
  transition-duration: 0.8s;
}

/*  */
/*  */

@media (max-width: 767px) {
  .cta span {
    font-size: 11px !important;
  }

  .sms-first-card {
    height: 100%;
  }

  .heading {
    width: 100%;
    left: -20px;
    top: 9px;
  }

  .heading h5 {
    font-size: 15px !important;
  }

  .main-content p {
    font-size: 12px !important;
    padding-top: 80px;
  }

  .main-content {
    height: 230px !important;
  }

  .hidden-content {
    display: none !important;
  }

  .welearn-sec {
    padding-top: 70px !important;
  }

  .second-btn-set {
    font-size: 13px !important;
  }
}

/*  */
/*  */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .heading {
    width: 80%;
    left: -44px;
    top: 15px;
  }

  .main-content p {
    font-size: 15px !important;
    padding-top: 80px;
  }

  .main-content {
    height: 230px !important;
  }

  /*.img-fluid{*/
  /*  margin-top: 145px;*/
  /*}*/
  h6,
  h5 {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1025px) {
  .sms-first-card {
    height: 440px;
  }

  .heading {
    width: 50%;
    left: -44px;
    top: 15px;
  }

  .main-content p {
    font-size: 15px !important;
    padding-top: 80px;
  }

  h6,
  h5 {
    font-size: 17px !important;
  }
}

/*Sms Marketing Page End*/

/*email marketing page start*/
.email-first-card {
  height: 450px;
  padding-top: 20px;
}

.email-first-card i {
  font-size: 54px;
  color: #347b8c;
}

.email-first-card:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;

  background-image: linear-gradient(45deg, #509db0, #22535cd0, #347b8c);
}

.email-first-card:hover i {
  color: #fff;
}

.email-btn-set {
  padding: 0.1em 0.25em;
  width: 13em;
  height: 4.2em;
  background: linear-gradient(45deg, #509db0, #22535cd0, #347b8c);
  border: 0.08em solid #fff;
  border-radius: 0.3em;
  font-size: 12px;
}

.email-btn-set span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.4em;
  width: 8.25em;
  height: 2.5em;
  background: linear-gradient(45deg, #509db0, #22535cd0, #347b8c);
  border-radius: 0.2em;
  font-size: 1.5em;
  color: #fff;
  border: 0.08em solid #fff;
  box-shadow: 0 0.4em 0.1em 0.019em #fff;
}

.email-btn-set span:hover {
  transition: all 0.5s;
  transform: translate(0, 0.4em);
  box-shadow: 0 0 0 0 #fff;
}

.email-btn-set span:not(hover) {
  transition: all 0.5s;
}

.email-second-btnset {
  font-family: monospace;
  font-size: 1.5rem;
  color: #fafafa;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #347b8c;
  background: linear-gradient(45deg, #509db0, #22535cd0, #347b8c);
  box-shadow: #22535c 0px 7px 2px, #509db0 0px 8px 5px, #22535c 0px 8px 5px;

  cursor: pointer;
  margin: 35px 0;
}

.email-second-btnset:active {
  box-shadow: none;
  transform: translate(3px, 3px);
}

@media (max-width: 767px) {
  h5 {
    font-weight: normal;
    font-size: 18px !important;
  }
}

/*email marketing page end*/

/*PPC PAGE START*/
.main-container {
  color: #fff;
  background: linear-gradient(67deg, #509db0, #23314c, #22535c, #347b8c);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
  padding: 55px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.ppc-first-card {
  height: 450px;
}

/* .ppc-first-card::-webkit-scrollbar{
    display: none;
  } */
.icon-set {
  color: #347b8c;
  font-weight: bolder;
  font-size: 20px;
}

.ppc-first-card:hover {
  transform: translate(0px, -10px);
  transition-duration: 0.4s;
  color: #fff;

  background-image: linear-gradient(45deg, #509db0, #22535cd0, #347b8c);
}

@media (max-width: 767px) {
  h6 {
    font-weight: normal;
  }

  .ppc-first-card {
    /* overflow: scroll; */
    height: 100%;
  }

  .CardSetMedia {
    margin: 20px 0px;
  }

  .ppc-first-card::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ppc-imgset {
    margin-top: 120px !important;
  }
}

/*PPC PAGE END*/

/*Privacy Policy Page Code Start*/

.mainDivv {
  border: 0.5px solid rgb(231, 226, 226);
  border-radius: 20px;
  box-shadow: 0px 0px 10px #013668;
  font-family: sans-serif !important;
}

.headerset {
  font-family: alata;
  text-align: center;
  font-size: 40px;
  padding: 7px 0px;
  border-radius: 20px 20px 0px 0px;
  background: radial-gradient(circle,
      rgba(65, 160, 178, 1) 44%,
      rgba(59, 83, 128, 1) 100%);
  color: rgb(252, 250, 249);
}

.textset {
  font-size: 20px;
}

.headingSet {
  color: #3b5380;
  font-size: 40px;
}

.refund a {
  color: #00a2b5;
  font-size: 20px;
  margin-bottom: 10px;
}

.refund .headingSet {
  color: #00a2b5;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.refund .headingSet-1 {
  color: #00a2b5;
  font-size: 28px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .textset {
    /* text-align: center; */
    font-size: 12px;
    /* padding: 30px; */
  }

  .headingSet {
    font-size: 22px;
  }

  .mainDivv {
    width: 100% !important;
  }
}

/*Privacy Policy Page Code End*/



.ActiveBtnSet:active {
  border: 1px solid #013668 !important;
  background-color: white !important;
  color: black !important;
}



/* rs css start  */
/* rs services card css start  */
/*==================== SERVICE CARD ====================*/

.card__bx {
  height: 380px;
  width: 320px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 30px auto;
  box-shadow: 0 4px 16px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 425px) {
  .card__bx {
    height: 380px !important;
    width: 280px !important;
  }
}


.border-animation {
  position: relative;
  width: 100%;
  height: 100%;
}


.card__bx:hover {
  border: none;
  box-shadow: none;
}

.card__bx::before,
.card__bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.card__bx::before {
  inset: -10px 50px;
  border-top: 4px solid #fff;
  transform: skewY(15deg);
  border-bottom: 4px solid #fff;
}

.card__bx:hover::before {
  inset: -10px 40px;
  transform: skewY(0deg);
  border-top: 4px solid #00a2b5;
  border-bottom: 4px solid #00a2b5;
}

.card__bx::after {
  inset: 220px -10px;
  border-left: 4px solid #fff;
  transform: skew(15deg);
  border-right: 4px solid #fff;
}

.card__bx:hover::after {
  inset: 40px -10px;
  transform: skew(0deg);
  border-left: 4px solid #00a2b5;
  border-right: 4px solid #00a2b5;
}

.card__bx:hover .nfc-btn {
  background-color: white;
  color: #00a2b5;
  border: 2px solid #fff;

}

.nfc-btn-1 {
  background-color: white;
  color: #00a2b5;
  border: 2px solid #00a2b5;
  padding: 8px 20px;
  border-radius: 30px;
  transition: 0.4s ease;
}

.nfc-btn-1:hover {
  background-color: #00a2b5;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 20px;
  border-radius: 30px;
}

.card__bx .card__data {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.card__bx .card__data .card__icon {
  height: 100px;
  width: 100px;
  display: flex;
  border-radius: 50%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
}

.card__bx .card__data .card__icon img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}

.card__bx .card__data .card__icon {
  color: #00a2b5;
  box-shadow: 0 0 0 0px #2e2e2e, 0 0 0px 18px rgba(0, 162, 181, 0.3), 0 0 10px 8px rgba(0, 162, 181, 0.3);
}

.card__bx:hover .card__data .card__icon {
  background-color: white;
  box-shadow: 0 0 0 4px #fff, 0 0 0 300px #00a2b5;
}

.card__bx:hover .service_card_content {
  color: white;
}

/* rs services card css end  */
/* footer css start   */
.footer_box_1 {
  display: flex;
  align-items: center;
  border: 2px solid #cccccc;
  border-radius: 50px;
  padding: 12px;
}

.footer_icon {
  font-size: 30px;
  padding: 10px;
  color: #3b5380;
  margin-right: 10px;
}

.footer_caption h5 {
  color: #013668;
  font-weight: 700;
}

.footer_caption p {
  font-size: 16px;
  margin-bottom: 0px;
}

.footer_box_2 {
  display: flex;
  align-items: center;
  border: 2px solid #cccccc;
  border-radius: 50px;
  padding: 12px;
  margin-top: 20px;
}

.footer_icon_2 {
  font-size: 30px;
  padding: 10px;
  color: #41a0b2;
}

/* footer css end  */

.dropdown-menu {
  background-color: rgba(255, 255, 255, 1) !important;
  border: none !important;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  padding: 0px;
  overflow: hidden;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.by_profesion {
  margin: 0px 20px;
  width: 100%;
}

.mockup {
  width: 100%;
}

.dropdown-menu {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 200px;
}

.dropdown-menu .dropdown-item {
  color: #212529;
  padding: 10px 15px !important;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100% !important;
}


.dropdown-menu .dropdown-item:hover {
  background-color: #41a0b2;
  color: #fff;
}

.dropdown-menu {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;

}

.nav-item.dropdown.dropdown-mega {
  position: static;
  width: 100%;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
}

.cstm_dropdown_style {
  display: flex;
  width: 100%;
  padding: 0px;
}

.top_dropdown {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .dropdown-menu {
    width: 100%;
  }

  .cstm_dropdown_style {
    display: block;
    width: 100%;
    padding: 0px;
  }
}


.nav-link.active {
  color: #41a0b2;
  font-weight: bold;
}

.nav-link.dropdown-toggle {
  color: #212529;
}

.nav-link.dropdown-toggle:hover {
  color: #007bff;
}


.benifits_heading {
  text-align: center;
  margin: 100px 0px;

}

.benifits_heading h1 {
  font-weight: 700;
}

.adapt {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}

.adapt_2 {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  color: #00a2b5;
}

.adapt-caption p {
  font-size: 18px;
  color: white;
  line-height: 27px;
}

.cstm-img-size {
  width: 80%;
  margin-bottom: 50px;
}

.platform_bg {
  background-color: #3b5380;
  padding: 70px 0px;
  margin-top: 100px;
  margin-bottom: 100px;
  color: white;
}

.succ_user {
  padding: 30px;
  border: 2px solid white;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.succ_user:hover {
  padding: 30px;
  background: linear-gradient(to top right, #3b5380, #3b5380, #00a2b5);
  border-radius: 10px;
  text-align: center;
  transform: translateY(-10px);
  box-shadow: 0px 2px 10px #969696;
}

.succ_user h1 {
  font-weight: 900;
}

.succ_user p {
  font-size: 20px;
}

.card_box h5 {
  color: #00a2b5;
  font-weight: 600;
}

.box_design {
  width: 75%;
  margin: 0px auto;
  transition: 0.5s;
}

.box_design:hover {
  animation: zoomcard 0.5s;
  transform: translateY(-20px);
}

.img_animation {
  transition: 0.4s;
  animation: translate 1.5s infinite alternate-reverse;
}

@keyframes translate {

  0% {
    transform: translateX(15px);
    transform: translatey(15x);
  }

  0% {
    transform: translateX(-15px);
    transform: translatey(-15px);
  }
}

.img_animation_2 {
  transition: 0.4s;
  animation: translate_2 1.5s infinite alternate-reverse;
}

@keyframes translate_2 {

  0% {
    transform: translateX(-15px);
    transform: translatey(-15x);
  }

  0% {
    transform: translateX(15px);
    transform: translatey(15px);
  }
}

@keyframes backgroundAnimation {
  0% {
    background: radial-gradient(circle, rgba(65, 160, 178, 1) 44%, rgba(59, 83, 128, 1) 100%);
  }

  50% {
    background: radial-gradient(circle, rgba(60, 130, 150, 1) 44%, rgba(50, 70, 110, 1) 100%);
  }

  100% {
    background: radial-gradient(circle, rgba(65, 160, 178, 1) 44%, rgba(59, 83, 128, 1) 100%);
  }
}

.img-roate {
  transform: rotate(-25deg);
  width: 350px;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #999;
}

.benifit-bg {
  background-color: #0000000e;
  margin-top: 50px !important;
  padding: 40px 0px;
}


/* card hero css start  */
.nfc-btn {
  background-color: #00a2b5;
  padding: 10px 30px;
  border-radius: 50px;
  border: 2px solid white;
  color: white;
  transition: 0.4s ease-in;
  margin-top: 10px;
}

.nfc-btn:hover {
  box-shadow: 0px 2px 10px #00a2b5;
  transition: 0.2s ease-in;
  transform: translateY(-6px);
}

.custom-control-icon-p,
.custom-control-icon-n {
  background-color: #00a2b5 !important;
  padding: 14px;
  border: 10px solid #00a2b5;
  border-radius: 30px;
}

.custom-control-icon {
  background-color: #00a2b5 !important;
  padding: 14px;
  border: 10px solid #00a2b5;
  border-radius: 30px;
  pointer-events: auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  pointer-events: auto;
}

.card_hero {
  margin-top: 100px;
}

.card_hero a img {
  width: 42px;
  height: auto;
  margin: 10px 16px 10px 0px;
}

.card_hero h1 {
  font-size: 50px;
  font-weight: 700;
}

.adapt_bg {
  text-align: center !important;
}

.card_hero h1 span {
  color: #00a2b5;
}

/* General Styles */
.upload-input {
  display: none;
}

#image-preview-container {
  display: none;
  margin-top: 10px;
}

#view-image-btn {
  padding: 8px 15px;
  background-color: #00a2b5;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#preview-image {
  max-width: 100%;
  max-height: 400px;
}

#close-modal-btn {
  margin-top: 10px;
  padding: 8px 15px;
  background-color: #f44336;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  border-radius: 8px;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .input-container {
    width: 100%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}

@media screen and (max-width: 320px) {

  .business-input input,
  .business-input button {
    font-size: 14px !important;
  }
}

.business-input {
  display: flex;
  align-items: center;
  width: 100%;
}

.text-input {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 8px 0 0 8px;
  outline: none;
}

.start-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #00a2b5;
  /* Blue button */
  color: white;
  border: none;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.start-btn:hover {
  background-color: #017785;
}

.upload-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.upload-icon {
  font-size: 18px;
}

.upload-input {
  display: none;
}

.upload-text {
  font-weight: bold;
}

input.text-input {
  border: 1px solid #d3d3d3;
  border-radius: 50px 0px 0px 50px;
}

/* card hero css end  */

/* nfc card css start  */
.cstm-card-hero-img {
  width: 100%;
  margin: 0px auto;
  margin-top: 40px;
}


@media (min-width: 424px) {
  .contact-footer-2 {
    top: -10px;
  }

  .cstm-card-hero-img {
    rotate: 0deg;
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
  }
}

@media (min-width: 320px) {}

@media (min-width: 768px) {
  .contact-footer-2 {
    top: -110px !important;
  }
}


/* rs css start  */

/* hero section css start  */
/* social card css start  */
.main_social {
  width: 335px;
  padding: 20px;
  margin: 0px auto;
  text-align: center;
  transition: 0.5s;
  border-radius: 10px;
}

.social_box {
  position: relative;
  height: 400px;
  width: 300px;
  margin: 0px auto;
}
@media(max-width:769px) {
  .social_box {
    width: 260px;
  }
}
.card_social {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.img-block {
  left: 0;
  top: 0;
  transform: translate(-5px, -5px);
  z-index: 2;
  transition: left .5s ease-in-out .5s,
    transform .5s ease-in-out,
    z-index .5s ease-in-out .2s;
}

.social_box:hover>.img-block {
  left: -160px;
  transform: translate(160px, -5px);
  z-index: 1;
}

.img-block>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.info-block {
  left: 0;
  z-index: 1;
  transition: left .5s ease-in-out .5s,
    transform .5s ease-in-out,
    z-index .5s ease-in-out .2s;
}

.social_box:hover>.info-block {
  left: 155px;
  transform: translate(-160px, 5px);
  z-index: 2;
}

.info-block img {
  height: 400px;
  width: 300px;
  object-fit: contain;
}

.social_card_content {
  margin: 30px 0px;
  text-align: center;
}

.social_card_content h2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.social_card_content button {
  padding: 8px 20px;
  border-radius: 4px;
  border: 2px solid #00a2b5;
  color: #00a2b5;
  border-radius: 30px;
  background-color: transparent;
  transition: 0.5s ease;
}

.social_card_content button:hover {
  border: 2px solid #00a2b5;
  color: white;
  background-color: #00a2b5;
}





/* social card css end  */

/* step box services css start  */
.why_choose {
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px;
}

.step_box {
  text-align: center;
  border: 2px solid #41a0b2;
  padding: 20px;
  border-radius: 20px;
}

.step_box h4 {
  font-size: 20px;
  font-weight: 700;
}

.step_box p:first-child {
  font-size: 50px;
  color: #00a2b5;
}

/* step box services css end  */
/* pvc cards section css start  */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0px;
  perspective: 1000px;
}

.card {
  width: 350px;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Content starts from top */
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform-style: preserve-3d;
  text-align: center;
  transition: transform 0.6s ease;
}
.digital_card {
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Content starts from top */
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform-style: preserve-3d;
  text-align: center;
  transition: transform 0.6s ease;
}

.card_office_item {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Content starts from top */
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

@media (min-width: 1440px) {
  .card_office_item {
    height: 475px !important;
  }
}

.bio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
}

.bio img {
  width: 100%;
  height: 100%;
}

.box {
  width: 100%;
  background: #fff;
  padding: 20px 10px 20px 10px;
}

.box form {
  margin-bottom: 0px;
}

.box h5 {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
}

.box h6 {
  color: #00a2b5;
  margin-left: 10px;
  font-weight: 600;
}

.box p {
  font-size: 14px;
  padding: 0px 10px;

}

.pvc_nav {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}


.pvc_nav ul li {
  margin-right: 20px;
}

.pvc_nav ul li a {
  color: #f7f7f7;
  font-size: 1.2rem;
  margin-left: 10px;
}

.order_button {
  padding: 10px 42px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 600;
  background-color: #00a2b5;
  border: none;
  color: white;
  transition: 0.5s;
  border: 2px solid white;
}

.order_button:hover {
  background-color: #013668;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}


.digital_card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-inner {
  position: relative;
  width: 100%;
  height: 200px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.card-front img,
.card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures images maintain aspect ratio */
}

.card-back img {
  width: 100%;
  height: 100%;
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #b7b7b7;
}

.card-back {
  transform: rotateY(180deg);
}


/* nfc card css start  */



.container .cards {
  position: relative;
  width: 300px;
  height: 480px;
  background: linear-gradient(#00a2b5, #00a2b5, #1d3548 30%, #1d3548);
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 18px #c6c6c6;

}

.container .cards .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 100000;
  border-radius: 20px;
  overflow: hidden;
  transform-origin: top;
}

.container .cards:hover .imgBx {
  transform: translateY(30px) scale(0.4);
}

.container .cards .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .cards .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
  transform: translateY(100%);
  transition: 0.5s;
}

.container .cards:hover .content {
  transform: translateY(0);
}

.container .cards .content .details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.container .cards .content .details h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.container .cards .content .details h2 span {
  font-size: 0.8em;
  font-weight: 400;
  color: #03a9f4;
}


.details button {
  padding: 8px 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s ease;
  margin-top: 8px;
}

.details button:hover {
  padding: 8px 20px;
  background-color: #00a2b5;
  border: 2px solid #00a2b5;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s ease;
}

/* nfc card css end   */


/* doctor card css start  */

.doctor_card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 380px;
  max-width: 100%;
  height: 300px;
  background: white;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
  margin: 40px auto;
}

.doctor_card:hover {
  height: 460px;
}

.doctor_card .img-box {
  position: absolute;
  top: 20px;
  width: 350px;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
}

.doctor_card:hover .img-box {
  top: -100px;
  scale: 0.75;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.doctor_card .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor_card .doctor_content {
  position: absolute;
  top: 252px;
  width: 100%;
  height: 35px;
  padding: 0 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}

.doctor_card:hover .doctor_content {
  top: 130px;
  height: 300px;
}

.doctor_card .doctor_content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr);
}

.doctor_card .doctor_content p {
  color: #333;
}

@media (max-width: 480px) {
  .doctor_card {
    width: 230px;
    border-radius: 15px;
  }

  .doctor_card .img-box {
    width: 185px;
    border-radius: 10px;
  }

  .doctor_card .doctor_content p {
    font-size: 0.8rem;
  }
}


/* doctor 2 card  */
.doctor_img {
  width: 100%;
  margin: 0px auto;
  margin-top: 60px;
}


.doctor_box_1 h4 {
  font-weight: 600;
  margin-top: 20px;
  font-size: 20px;

}

/* doctor card css end  */

/* ca card css start   */


.ca_card {
  width: 500px;
  height: 300px;
  text-align: center;
  border: 1px solid #00a2b5;
  transform-origin: bottom left;
  background-image: url(" ../images/BUSINESS%20CARDS/blue02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  padding: 50px;
  margin: 40px auto;
}

.ca_card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.ca_card::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
  padding: 0;
  background-image: url(" ../images/BUSINESS%20CARDS/blue01.jpg");
  background-size: 100% 100%;
  transform: skew(1deg, -1deg);
  transition-duration: 2s;
  transform-origin: bottom left;
}

.ca_card_content h3 {
  font-weight: 800;
}

.ca_card_content {
  position: absolute;
  z-index: 1;
}

.ca_card:hover::before {
  transform: skew(60deg, -60deg) scale(0.2, 0.2);
}

.ca_card_2 {
  width: 500px;
  height: 300px;
  text-align: center;
  border: 1px solid #00a2b5;
  transform-origin: bottom left;
  background-image: url(" ../images/BUSINESS%20CARDS/Orange-grey-card02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  padding: 50px;
  margin: 40px auto;
}

.ca_card_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.ca_card_2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 2;

  background-image: url(" ../images/BUSINESS%20CARDS/Orange-grey-card01.jpg");
  background-size: 100% 100%;
  transform: skew(1deg, -1deg);
  transition-duration: 2s;
  transform-origin: bottom left;
}

.ca_card_2:hover::before {
  transform: skew(60deg, -60deg) scale(0.2, 0.2);
}

.ca_card_3 {
  width: 500px;
  height: 300px;
  text-align: center;
  border: 1px solid #00a2b5;
  transform-origin: bottom left;
  background-image: url(" ../images/BUSINESS%20CARDS/Black-silver02.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  padding: 50px;
  margin: 40px auto;
}

.ca_card_3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.ca_card_3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  background-image: url(" ../images/BUSINESS%20CARDS/Black-silver01.png");
  background-size: 100% 100%;
  transform: skew(1deg, -1deg);
  transition-duration: 2s;
  transform-origin: bottom left;
}

.ca_card_3:hover::before {
  transform: skew(60deg, -60deg) scale(0.2, 0.2);
}

.ca_card_4 {
  width: 500px;
  height: 300px;
  text-align: center;
  border: 1px solid #00a2b5;
  transform-origin: bottom left;
  background-image: url(" ../images/BUSINESS%20CARDS/Black-golden02.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  padding: 50px;
  margin: 40px auto;
}

.ca_card_4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.ca_card_4::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
  padding: 0;
  background-image: url(" ../images/BUSINESS%20CARDS/Black-golden01.png");
  background-size: 100% 100%;
  transform: skew(1deg, -1deg);
  transition-duration: 2s;
  transform-origin: bottom left;
}

.ca_card_4:hover::before {
  transform: skew(60deg, -60deg) scale(0.2, 0.2);
}

@media (min-width: 424px) {
  .ca_card {
    width: 410px;
    height: 250px;
    padding: 20px;
  }

  .ca_card_2 {
    width: 410px;
    padding: 20px;
    height: 250px;
  }

  .ca_card_3 {
    width: 410px;
    padding: 20px;
    height: 250px;
  }

  .ca_card_4 {
    width: 410px;
    padding: 20px;
    height: 250px;
  }
}

/* ca card css end   */


/* lawyer card css start  */
.lawyer_card {
  position: relative;
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  margin: 20px auto;
}

.lawyer_card:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
  background: linear-gradient(to right, #3b5380, #41a0b2);
  opacity: 0;
  color: white;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.lawyer_card:hover .card__content {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}

.card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.card__description {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

/* lawyer card css end  */


/* student card css start  */
.student_card_box {
  border-radius: 20px;
  padding: 20px;
  width: 360px;
  margin: 30px auto;
  transition: 0.4s ease;
  border: 1px solid #dedede;
}

.student_card_box:hover {
  box-shadow: 0px 0px 15px 4px #c9c9c9;
  padding: 20px;
  width: 360px;
  margin: 30px auto;
}

/* Updated hover styles for image change */
.student_card_box:hover .student_card_img img:first-child {
  opacity: 0;
}

.student_card_box:hover .student_card_img img:last-child {
  opacity: 1;
  margin-top: 0%;
}

.student_card_img {
  width: 100%;
  position: relative;
}

.student_card_img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 0px 10px #919191;
  position: absolute;
  transition: opacity 0.6s ease, margin-top 0.6s ease;
}

.student_card_img img:first-child {
  z-index: 2;
}

.student_card_img img:last-child {
  margin-top: -42%;
  background-color: white;
  opacity: 0;
  z-index: 1;
}

.student_card_content {
  margin-top: 210px;
  width: 340px;
}

.student_card_content h3,
.student_card_content p,
.student_card_content h5 {
  margin: 10px 0;
  /* Adjust spacing */
}

.nfc-btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #00a2b5;
  color: #fff;
  border-radius: 50px;
  margin-top: 10px !important;
  cursor: pointer;
  transition: background-color 0.3s;
}


@media screen and (max-width: 426px) {
  .nfc-btn {
    margin-bottom: 20px !important;
  }
}


/* student ard css end  */


/* businessman card css start  */

.businessman_card {
  position: relative;
  width: 300px;
  height: 450px;
  background: #333;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px auto;
  transition: 0.5s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.businessman_card::before {
  content: "";
  position: absolute;
  top: -50%;
  width: 100%;
  height: 100%;
  background: #017785;
  transform: skewY(345deg);
  transition: 0.5s;
}

.businessman_card:hover::before {
  top: -70%;
  transform: skewY(390deg);
}

.businessman_card .imgBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  z-index: 1;
}


.businessman_card .contentBox {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.businessman_card .contentBox h3 {
  font-size: 18px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.businessman_card .contentBox .price {
  font-size: 24px;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}

.businessman_card .contentBox .buy {
  position: relative;
  top: 0px;
  opacity: 1;
  padding: 10px 30px;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
  background: #017785;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
  font-weight: 600;
  border: none;
}


.mouse {
  height: 300px;
  width: auto;
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap');

.card_item {
  background: #00a2b5;
  height: 230px;
  position: relative;
  border-radius: 15px;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  margin-top: 30px;
  overflow: hidden;
}

.business_card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  transition: all 550ms ease-in-out;
  clip-path: circle(100% at 50% 50%);
}

.business_card img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  height: 100%;
  width: auto;
  max-width: 9999px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 550ms ease-in-out;
  clip-path: circle(100% at 50% 50%);
}

.card_item:hover .business_card img {
  clip-path: circle(0% at 50% 50%);
  z-index: 0;
}

.business_circle {
  background: #00a2b5;
  max-width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 650ms ease-in-out;
  clip-path: circle(100% at 50% 50%);
}

.business_circle2 {
  background: #0056b3;
  transition: all 750ms ease-in-out;
  clip-path: circle(100% at 50% 50%);
}

.card_item:hover .business_card .business_circle {
  clip-path: circle(0% at 75% 60%);
}

.card_item:hover .business_card .business_circle2 {
  clip-path: circle(0% at 35% 20%);
}

.business_content {
  position: relative;
  z-index: 3;
  text-align: center;
  height: 100%;
  opacity: 0;
  transition: opacity 550ms ease-in-out, z-index 550ms ease-in-out;
}

.card_item:hover .business_content {
  z-index: 4;
  opacity: 1;
}

.business_btn {
  background-color: white;
  color: #00a2b5;
  font-weight: 600;
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
  margin-top: 8px;
  position: relative;
  transition: all 350ms ease-in-out;
}

.card_item:hover .business_btn {
  background-color: #00a2b5;
  color: white;
  border: 2px solid white;
}

/* business card card css end */

/* faq section css start  */
.faq_bg {
  margin-top: 100px;
  padding: 70px 0px 60px 0px;
  background-color: #00a2b5;
  background-image: url('../images/bg-shape-faq.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}

.exp {
  display: flex;
  background-color: white;
  color: black;
  padding: 10px;
  border-radius: 50px;
}

.faq_bg h1 {
  font-weight: 600;
}

.exp i {
  background: linear-gradient(0deg, #00a2b5, #00464e 50%, #00a2b5);
  text-align: center;
  padding: 12px 10px;
  font-size: 30px;
  border-radius: 50px;
  color: white;
  margin-right: 14px;

}

.exp_text h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 600;

}

.exp_text p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 500;

}

.accordion-button {
  background: linear-gradient(90deg, #00a2b5, #00464e);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

/* On Hover */
.accordion-button:hover,
.accordion-button:focus {
  background: linear-gradient(90deg, #00464e, #00a2b5);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Collapse Indicator Icon Customization */
.accordion-button::after {
  background-size: cover;
  background-color: #fff;
  padding: 14px;
  border-radius: 30px;
  color: red !important;
}


.accordion-body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  border-left: 4px solid #fff;
  border-radius: 0 0 8px 8px;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-item h2 button {
  color: white !important;
}

.accordian_bg {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 2px 14px 2px #c9c9c9;
}

@media screen and (min-width: 992px) {
  .accordian_bg {
    position: absolute;
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .accordian_bg {
    margin-top: 30px;
  }

  .exp {
    margin-top: 10px;
  }
}

/* faq section css end  */


/* social card 2 design css start  */
/* design one css start  */
.g_img {
  position: relative;
  width: 400px;
  height: 300px;
  margin: 80px auto;
}

.g_img_1,
.g_img_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}

.g_img_2 {
  opacity: 0;
}

.g_img_1 img:first-child {
  position: relative;
  transform: rotate(-15deg);
  width: 200px;
  height: auto;
  box-shadow: 0px 2px 16px #dcdcdc;
}

.g_img_1 img:last-child {
  position: absolute;
  top: 0;
  left: 200px;
  transform: rotate(15deg);
  width: 200px;
  box-shadow: 0px 2px 16px #dcdcdc;
  height: auto;
}

.g_img_2 img:first-child {
  position: relative;
  transform: rotate(-15deg);
  width: 200px;
  height: auto;
  box-shadow: 0px 2px 16px #dcdcdc;
}

.g_img_2 img:last-child {
  position: absolute;
  top: 0;
  left: 200px;
  transform: rotate(15deg);
  width: 200px;
  box-shadow: 0px 2px 16px #dcdcdc;
  height: auto;
}

.g_img:hover .g_img_1 {
  opacity: 0;
}

.g_img:hover .g_img_2 {
  opacity: 1;
}

@media screen and (max-width: 426px) {
  .g_img_1 img:first-child {
    position: relative;
    transform: rotate(-10deg);
    width: 160px;
    margin-left: 40px;
    height: auto;
    box-shadow: 0px 2px 16px #dcdcdc;
  }

  .g_img_1 img:last-child {
    position: absolute;
    top: 0;
    margin-left: 90px;
    left: 100px;
    transform: rotate(10deg);
    width: 160px;
    box-shadow: 0px 2px 16px #dcdcdc;
    height: auto;
  }

  .g_img_2 img:first-child {
    position: relative;
    transform: rotate(-10deg);
    width: 160px;
    margin-left: 40px;
    height: auto;
    box-shadow: 0px 2px 16px #dcdcdc;
  }

  .g_img_2 img:last-child {
    position: absolute;
    top: 0;
    margin-left: 90px;
    left: 100px;
    transform: rotate(10deg);
    width: 160px;
    box-shadow: 0px 2px 16px #dcdcdc;
    height: auto;
  }

  .g_img {
    width: 430px;
    height: 300px;
    margin: 60px auto 0px;
  }

  .main_social {
    width: 380px;
  }
}

@media screen and (max-width: 376px) {
  .g_img {
    width: 430px;
    height: 280px;
    margin: 60px auto 0px;
  }

  .g_img_1 img:first-child {
    position: relative;
    transform: rotate(-10deg);
    width: 120px;
    margin-left: 40px;
    height: auto;
    box-shadow: 0px 2px 16px #dcdcdc;
  }

  .g_img_1 img:last-child {
    position: absolute;
    top: 0;
    margin-left: 50px;
    left: 100px;
    transform: rotate(10deg);
    width: 120px;
    box-shadow: 0px 2px 16px #dcdcdc;
    height: auto;
  }

  .g_img_2 img:first-child {
    position: relative;
    transform: rotate(-10deg);
    width: 120px;
    margin-left: 40px;
    height: auto;
    box-shadow: 0px 2px 16px #dcdcdc;
  }

  .g_img_2 img:last-child {
    position: absolute;
    top: 0;
    margin-left: 50px;
    left: 100px;
    transform: rotate(10deg);
    width: 120px;
    box-shadow: 0px 2px 16px #dcdcdc;
    height: auto;
  }

  .main_social {
    width: 300px;
  }
}

/* design one css end  */

/* design two css start  */
.social_gif {
  width: 540px;
}

@media screen and (max-width: 426px) {
  .social_gif {
    width: 420px;
  }
}

/* design two css end */



/* social card 2 design css end  */

/* popup css start  */

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  z-index: 990000;
  animation: fadeIn 0.3s ease-out;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 480px;
  z-index: 1001;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-image:
    radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(124, 58, 237, 0.03) 0%, transparent 50%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.popup.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(243, 244, 246, 0.8);
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #6B7280;
  padding: 8px;
  line-height: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button:hover {
  background: rgba(243, 244, 246, 1);
  color: #374151;
  transform: rotate(90deg);
}

.popup-content h2 {
  margin: 0 0 12px 0;
  color: #1F2937;
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #00a2b5, #017785);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.popup-content p {
  margin: 0 0 32px 0;
  color: #4B5563;
  font-size: 16px;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #1F2937;
  font-weight: 500;
  font-size: 14px;
}

.form-group input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #F9FAFB;
}

.form-group input:focus {
  outline: none;
  border-color: #00a2b5;
  background: white;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
}



.submit-button {
  width: 100%;
  padding: 16px;
  background-image: linear-gradient(135deg, #00a2b5, #017785);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(65, 159, 177, 0.4);
  position: relative;
  overflow: hidden;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(65, 159, 177, 0.4);
}

.submit-button::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 100%);
  transform: rotate(45deg);
  transition: transform 0.5s;
}

.submit-button:hover::after {
  transform: rotate(45deg) translate(50%, 50%);
}

.discount-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: linear-gradient(135deg, #017785, #00a2b5);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(65, 159, 177, 0.3);
  transform: rotate(12deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .popup {
    padding: 32px;
    width: 95%;
  }

  .popup-content h2 {
    font-size: 24px;
  }
}

.decorative-shape {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(65, 159, 177, 0.1), rgba(65, 159, 177, 0.1));
  z-index: -1;
}

.shape-1 {
  top: -20px;
  left: -20px;
}

.shape-2 {
  bottom: -20px;
  right: -20px;
  background: linear-gradient(45deg, rgba(65, 159, 177, 0.1), rgba(65, 159, 177, 0.1));
}

.counter-container {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.counter-btn {
  background: #00a2b5;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 3px 12px;
  border-radius: 20px;
}

#counterValue {
  color: #000 font-size;
  margin: 0 10px;
}

/* popup css end  */

/* design process section css start  */
.service_section {
  margin-top: 130px;
}

.service_box {
  padding: 20px;
  margin: 40px 0 0px;
  text-align: center;
  border-radius: 0px;
  background: #fff;
  transition: all 0.30s ease 0s;
  border: 2px solid #00a2b5;
  height: 210px;
}

.service_box:hover {
  background: #00a2b5;
  box-shadow: 0px 4px 12px #adadad;
  transform: translateY(-10px);
}

.service_box .service_icon {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  font-size: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  /* Horizontally center the icon */
  align-items: center;
  /* Vertically center the icon */
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}


.service_box:hover .service_icon {
  transform: translateY(-100%);
  background-color: #fff;
  border: none;
}

.service_box .service_icon i {
  color: #00a2b5;
}

.service_box h3 {
  position: relative;
  top: 10px;
  margin: 0;
  color: #222;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateY(0%);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.service_box:hover h3 {
  top: -20px;
  color: #fff;
}

.service_box p {
  color: #fff;
  margin: 0;
  opacity: 0;
  transition: all 0.30s linear 0s;
}

.service_box:hover p {
  opacity: 1;
}

/* design process section css end */

/* letterhead css start  */

.whatsapp-btn {
  background-color: #198754;
  color: white;
  border: none;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
}

.whatsapp-btn:hover {
  background-color: #1DA851;
  color: white;
}

.order-btn {
  padding: 10px 14px;
  background-color: #00a2b5;
  border: none;
  color: white;
  font-weight: 600;
}

.order-btn:hover {
  background-color: #017785;
  color: white;
}

.office_items {
  margin-top: 100px;
}


.form-box {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #41a0b2;
}

.btn-custom {
  background-color: #41a0b2;
  color: #fff;
  border: none;
  white-space: nowrap;
  padding: 8px 20px;
}

.btn-custom:hover {
  background-color: #368a97;
  color: white;
}

input {
  border: 1px solid #ccc;
}

/* letterhead css end */

.whatsapp_icon {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 60px;
}

.whatsapp_icon a img {
  width: 50px;
}