@charset "UTF-8";
/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type=buttton],
input[type=submit],
select,
.btn,
textarea {
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type=buttton]:focus,
input[type=submit]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
}

figure {
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.vsc-controller {
  display: none !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

::-moz-selection {
  background-color: #000;
  color: var(--white-color);
}

::selection {
  background-color: #000;
  color: var(--white-color);
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 157, 233, 0.25);
}

a:hover {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  overflow: visible;
  background: 0 0;
}

::-webkit-scrollbar-corner {
  background: #e4e6e9;
}

::-webkit-scrollbar-thumb {
  background-color: #a2a9b4;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px var(--white-color);
  border-radius: 6px !important;
}

::-moz-selection {
  color: var(--white-color) fff;
  background-color: #27c289;
}

::selection {
  color: var(--white-color) fff;
  background-color: #27c289;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Satoshi-Variable";
}

.custom_container {
  max-width: 1200px;
}

.custom_container_xl {
  max-width: 1320px;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

/* variable */
:root {
  --primary-color-10: #DCE2FC;
  --primary-color-20: #E4E9FF;
  --primary-color-50: #F1F3FF;
  --primary-color-100: #D9DFFF;
  --primary-color-200: #4054AE;
  --primary-color: #0D3A83;
  --secondary-color-50: #28CF7B;
  --secondary-color: #12A15A;
  --white-color: #fff;
}

.text_primary {
  color: var(--primary-color);
}

.text_secondary {
  color: var(--secondary-color);
}

.text_secondary_light {
  color: var(--secondary-color-50);
}

.primary_light_bg {
  background-color: var(--primary-color-50);
}

/* header section start */
.header_sec a {
  font-size: 15px;
}

a.mail_btn {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

a.mail_btn:hover {
  background: var(--primary-color);
}

.expert {
  filter: invert(1);
  width: 20px;
  height: auto;
}

/* header section end */
/* Banner section start */
.banner_sec {
  background: #DCE2FC;
  padding: 80px 0px;
}

.ban_lft::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  z-index: 1;
  border-radius: 50%;
  background: var(--white-color);
  filter: blur(75px);
}

.ban_lft + b {
  font-size: 15px;
  color: #111B1E;
  position: relative;
  z-index: 9;
  font-family: "Satoshi-Medium";
}

.ban_lft h1 {
  color: var(--primary-color);
  font-family: "Satoshi-Black";
  font-size: 50px;
  line-height: 60px;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}

.ban_lft h1 span {
  color: var(--secondary-color);
}

.ban_lft h1 u,
h2.heading span u,
h3.heading u {
  text-decoration-color: var(--secondary-color);
}

.ban_lft h2 {
  color: #0d3a83;
  font-family: "Satoshi-Medium";
  font-size: 20px;
  line-height: 30px;
}

p.para {
  color: #111B1E;
  font-size: 15px;
  line-height: 24px;
}

.d-btn {
  border-radius: 60px;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 14px;
  font-style: normal;
  font-family: "Satoshi-Bold";
  border: none;
}

.d-lg-btn {
  min-width: 263px;
  padding-block: 18px;
}

.d-md-btn {
  min-width: 230px;
  padding-block: 18px;
}

.curve_btn {
  border-radius: 60px 120px 0 60px;
}

.btn-blue,
.btn-normal:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
}

.btn-blue:hover,
.btn-normal {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btn-white {
  background: var(--white-color);
  color: var(--primary-color);
}

.form_right {
  background: var(--white-color);
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(15, 39, 144, 0.16);
  max-width: 80%;
  position: relative;
}

.form_right::after {
  content: "";
  background: url(../img/digital-marketing-service/offer.png);
  width: 170px;
  height: 65%;
  position: absolute;
  right: -78px;
  top: -65px;
  background-repeat: no-repeat;
  z-index: 99;
  transform: scale(0.7);
  filter: drop-shadow(0px 12px 8px #999);
}

.form_right p {
  color: var(--primary-color);
  font-family: "Satoshi-Bold";
  font-size: 25px;
  line-height: 30px;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
}

.form_right p img {
  position: absolute;
  top: 11px;
  left: -63px;
  max-width: 100%;
}

.form_right p span {
  color: var(--secondary-color);
}

.form-list {
  width: 100%;
  margin-top: 25px;
}

.form-list input[type=text],
.form-list input[type=email],
.form-list input[type=tel],
.form-list select,
.form-list input[type=submit],
.form-list .form-control {
  border: none;
  border-radius: 4px;
  background: #E6EAF5;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  -webkit-appearance: none;
  box-shadow: none;
}

.form-list select {
  padding: 13px 10px;
  background-image: url(../img/digital-marketing-service/Vector.png);
  background-size: 3%;
  background-position: top 20px right 10px;
  background-repeat: no-repeat;
}

.form-list input[type=submit] {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 13px 10px;
  font-family: "Satoshi-Bold";
}

.form-list .iti {
  width: 100%;
}

.bottom_scroll {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom_scroll img {
  max-width: 100%;
}

.bottom_scroll:hover {
  filter: hue-rotate(89deg);
}

/* Banner section end */
/* audit section start */
.audit_sec {
  max-width: 850px;
  margin: 0 auto;
  padding: 80px 0;
}

.heading {
  color: var(--primary-color);
  font-family: "Satoshi-Variable";
  font-size: 40px;
  line-height: 1.2;
}

.audit_sec span {
  color: #6D7FF4;
  font-family: "Satoshi-Bold";
  font-size: 17px;
  line-height: 24px;
}

/* audit section end */
/* expert section start */
h3.heading {
  font-family: "Satoshi-Medium";
}

h3.heading b {
  font-family: "Satoshi-Black";
}

.export_bx {
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--white-color);
  box-shadow: 0px 5px 20px 0px #D1D7FD;
  min-height: 100%;
  padding: 30px;
  transition: cubic-bezier(0.23, 1, 0.32, 1);
}

.export_bx i {
  max-width: 100px;
  display: inline-block;
}

.export_bx i img {
  width: 100%;
}

.export_bx h3 {
  color: var(--primary-color);
  font-family: "Satoshi-Bold";
  font-size: 18px;
  padding: 15px 0 8px;
}

.export_bx:hover {
  border: 1px solid var(--primary-color);
}

/* expert section end */
/* pricing section start */
.price_sec h3 {
  font-family: "Satoshi-Black";
  position: relative;
}

.price_sec h3 img {
  position: absolute;
  top: 20px;
  max-width: 100%;
  margin-left: 6px;
}

.price_inner_sec {
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(15, 39, 144, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .price_inner_sec {
    border-radius: 0;
  }
}

.inner_right {
  background: var(--white-color);
  width: 75%;
  padding: 30px;
}

.inner_left {
  background: url(../img/digital-marketing-service/price-bg.png) no-repeat center/cover;
  width: 25%;
}

.inner_left p {
  color: var(--white-color);
  font-family: "Satoshi-Bold";
  font-size: 20px;
  line-height: 30px;
}

.inner_left p sub {
  font-family: "Satoshi-Light";
  font-size: 16px;
  bottom: 0px;
}

.price_bx {
  margin-top: 25px;
}

.price_bx h3 {
  font-family: "Satoshi-Medium";
  font-size: 20px;
  color: #0F2790;
  margin-bottom: 5px;
}

.price_bx img {
  width: 30px;
  margin-right: 15px;
  margin-top: 5px;
}

.price_bx p {
  color: #2B2B2B;
  font-weight: 300;
  line-height: 1.4;
}

/* pricing section end */
/* media slider section start */
.media_in .item {
  width: 100%;
  border-radius: 60px;
  background: linear-gradient(180deg, var(--white-color) 0%, rgba(230, 234, 245, 0) 100%);
  box-shadow: 0px 5px 10px 0px rgba(15, 39, 144, 0.21);
  margin: 20px 0;
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
}

.media_in .item:hover {
  filter: grayscale(0);
}

.media_in .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.media_in .owl-prev span,
.media_in .owl-next span {
  background: url(../img/digital-marketing-service/right-arrow.png);
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.media_in .owl-next span {
  transform: rotate(180deg);
}

/* media slider section end */
/* faq section start */
.accordion-item {
  border: none;
  margin-top: 30px;
}

.faq_sec .accordion-button {
  border-radius: 60px;
  box-shadow: 0px 5px 10px 0px rgba(15, 39, 144, 0.21);
  font-size: 17px;
  line-height: 20px;
  font-family: "Satoshi-Medium";
}

.faq_sec .accordion-button.collapsed {
  border-radius: 60px;
  background: linear-gradient(180deg, #E6EAF5 0%, rgba(230, 234, 245, 0) 100%);
  box-shadow: 0px 5px 10px 0px rgba(15, 39, 144, 0.21);
  color: #3B3634;
  font-size: 17px;
  line-height: 20px;
  font-family: "Satoshi-Medium";
}

.faq_sec .accordion-button[aria-expanded=true] {
  border-radius: 60px;
  background: var(--primary-color);
  color: var(--white-color);
  position: relative;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 60px;
}

.accordion-button::after {
  background-image: url(../img/digital-marketing-service/normal_arrow.png);
  position: absolute;
  width: 43px;
  height: 35px;
  top: 8px;
  right: 1px;
  background-size: 75%;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/digital-marketing-service/active_arrow.png);
  transform: rotate(0);
}

/* faq section end */
/* achive section start */
.achive_sec,
.footer_sec {
  background: #031533;
}

.achive_sec h2.heading {
  color: var(--white-color);
}

.achive_sec h2.heading b {
  color: var(--secondary-color);
}

.border_round {
  position: relative;
}

.border_round::after {
  background: url(../img/digital-marketing-service/roundborder.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 60%;
  height: 100%;
  content: "";
}

.achive_sec .price_bx p {
  color: var(--white-color);
}

.achive_sec .price_bx span {
  color: var(--white-color);
  font-family: "Satoshi-Bold";
}

.achive_sec .price_bx img {
  margin-top: 0;
  width: 60px;
}

.achive_in .price_bx {
  border-right: 1px solid var(--white-color);
}

.achive_in .col-md-4:last-child .price_bx {
  border: none;
}

/* achive section end */
/* budget section start */
.budget_sec {
  background: #ecf6fb url(../img/digital-marketing-service/budget_ban.png) no-repeat center center;
  background-size: cover;
}

/* budget section end */
/* footer section start */
.footer_sec h3 {
  color: var(--white-color);
  font-family: "Satoshi-Bold";
  padding-top: 45px;
}

.footer_sec h6 {
  margin: 20px 0 15px;
}

.footer_sec .border_round::after {
  bottom: -22px;
}

.footer_sec i {
  color: var(--secondary-color);
}

/* footer section end */
/*typing css*/
.anime_text {
  min-height: 200px;
}

.anime_text span {
  display: inline;
  color: #0D3A83 !important;
}

/*typing css*/
/*contact section*/
.contact-inner {
  margin-bottom: 30px;
}

.contact-inner input,
.contact-inner textarea {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  outline: none;
  border-width: 0;
  border-bottom: 1px solid rgba(19, 104, 187, 0.5);
  padding: 3px 0;
  height: 56px;
}

.form_lbl {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.form_lbl span {
  color: #F00;
}

.contact-inner .iti {
  display: block;
}

.submit-btn button {
  background: #12A15A;
  padding: 15px 36px;
  font-size: 16px;
  border: none;
  color: #fff;
  font-weight: bold;
}

/*contact section*/
section#thank-you {
  padding: 100px 0px;
}

.back-btn {
  background: #81d966;
  padding: 15px 36px;
  font-size: 16px;
  border: none;
  color: #fff;
  font-weight: bold;
}

.thank-you-body header.header_sec {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

#contact-sec .iti__selected-flag {
  background-color: transparent;
}

.pr-20 {
  padding-right: 20px !important;
}

.form_right small {
  color: #7d7d9f;
  font-size: 11px;
  line-height: 16px;
  display: block;
  margin-top: 14px;
  text-align: center;
}

.contact-form-service-wrap small {
  color: #7d7d9f;
  font-size: 11px;
  line-height: 16px;
  display: block;
  margin-top: 14px;
}

.video_bg {
  background-color: #ddd5ca;
}

.shake_icon {
  animation: shake-animation 1.2s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* 11.06.25 */
.pre_tittle {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 500;
  background-color: var(--white-color);
  position: relative;
  border-radius: 100px;
  padding: 12px 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .pre_tittle {
    font-size: 18px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.pre_tittle::before {
  content: "";
  position: absolute;
  background: linear-gradient(136.98deg, #D3D3D3 32.82%, #FFFFFF 76.66%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  inset: -1px;
  z-index: -1;
  border-radius: 100px;
}

.problem_sec {
  padding: 95px 0 65px;
}
.problem_sec .heading {
  max-width: 750px;
}
.problem_sec .brand_card {
  background-color: var(--white-color);
  min-height: 226px;
  height: 100%;
  padding: 25px 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.problem_sec .brand_card::before {
  content: "";
  position: absolute;
  background: linear-gradient(136.98deg, #D3D3D3 32.82%, #FFFFFF 76.66%);
  inset: -1px;
  z-index: -1;
  border-radius: 10px;
}
.problem_sec .brand_card img {
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}
.problem_sec .brand_card h3 {
  color: var(--primary-color);
  font-size: 18px;
}

.growth_sec {
  position: relative;
  padding-bottom: 20px;
}
.growth_sec::before {
  content: "";
  position: absolute;
  background-color: var(--primary-color-50);
  inset: auto 0 0 0;
  height: 20%;
}
.growth_sec .growth_wrap {
  background-color: var(--primary-color);
  border-radius: 20px;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .growth_sec .growth_wrap {
    padding: 30px;
  }
}
.growth_sec .growth_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
.growth_sec .growth_list li {
  padding: 15px 20px;
  position: relative;
}
.growth_sec .growth_list li:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .growth_sec .growth_list li {
    flex: 1;
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .growth_sec .growth_list li:nth-child(odd) {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .growth_sec .growth_list li:nth-child(even) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .growth_sec .growth_list li:not(:last-child)::after, .growth_sec .growth_list li:not(:last-child)::before {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #D1EBFF;
    z-index: 2;
  }
  .growth_sec .growth_list li:not(:last-child)::after {
    right: -4.5px;
    top: -4.5px;
  }
  .growth_sec .growth_list li:not(:last-child)::before {
    right: -4.5px;
    bottom: -4.5px;
  }
  .growth_sec .growth_list li:first-child .growth_card::before, .growth_sec .growth_list li:last-child .growth_card::before {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #D1EBFF;
    z-index: 2;
    top: -19.5px;
  }
  .growth_sec .growth_list li:first-child .growth_card::before {
    left: -24.5px;
  }
  .growth_sec .growth_list li:last-child .growth_card::before {
    right: -24.5px;
  }
}
@media screen and (max-width: 767px) {
  .growth_sec .growth_list li {
    flex: 0 0 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .growth_sec .growth_list li {
    flex: 0 0 100%;
    padding: 0;
  }
}
.growth_sec .growth_list li .growth_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--primary-color-10);
  width: 100%;
  padding: 15px 12px;
  border-radius: 5px;
  position: relative;
}
.growth_sec .growth_list li .growth_card h3 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.tech_sec {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .tech_sec {
    padding-bottom: 60px;
  }
}
.tech_sec .tech_card {
  background-color: var(--white-color);
  border: 1px solid rgb(207, 207, 207);
  padding: 34px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.tech_sec .tech_card img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-height: 73px;
}

.add_sec {
  position: relative;
  min-height: 500px;
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .add_sec {
    padding-bottom: 60px;
  }
}
.add_sec::before {
  content: "";
  position: absolute;
  background: var(--primary-color-100) url(../img/digital-marketing-service/add-pattern-left.jpg) no-repeat top left/268px 428px;
  height: 393px;
  width: 100%;
  inset: 0;
}
.add_sec::after {
  content: "";
  position: absolute;
  background: url(../img/digital-marketing-service/add-pattern-right.jpg) no-repeat bottom right/268px 428px;
  height: 393px;
  width: 100%;
  inset: 0;
}
.add_sec .add_info_card {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 4px 59px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.add_sec .add_info_bx {
  background-color: var(--primary-color-200);
  padding: 35px 30px;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.add_sec .add_info_bx::before {
  content: "";
  position: absolute;
  background: url(../img/digital-marketing-service/add-info-pattern.svg) no-repeat;
  height: 260px;
  width: 260px;
  bottom: 117px;
  right: -130px;
}
.add_sec .add_info_wrap {
  background-color: var(--primary-color-20);
  border-radius: 5px;
  padding: 18px 30px;
}
.add_sec .add_list li {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.add_sec .add_list li:not(:last-child) {
  margin-bottom: 20px;
}
.add_sec .add_list li::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  background-color: var(--primary-color);
  border: 4px solid #D1EBFF;
  position: relative;
  top: 5px;
  border-radius: 50%;
}
.add_sec .add_video_bx {
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .add_sec .add_video_bx {
    padding: 40px 20px;
  }
}
.add_sec .video-container {
  position: relative;
  background: linear-gradient(270deg, #D9D9D9 0%, #CFCDCD 100%);
  padding: 20px;
  border-radius: 10px;
  margin-top: 35px;
}
.add_sec video {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  background-color: #000;
  border-radius: 10px;
  margin-bottom: -5px;
}
.add_sec .video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(217, 217, 217, 0.5);
  border: 5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 24px;
}
.add_sec .video-control:not(.playing) .video-control-pause,
.add_sec .video-control.playing .video-control-play {
  display: none;
}
.add_sec .video-control-symbol {
  font: 1.75em/0 Apple Color Emoji;
  vertical-align: -0.15em;
}

/* Responsive css */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
  .form_right p img {
    left: -46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .ban_lft h1 {
    font-size: 44px;
    line-height: 55px;
  }
  .form_right {
    max-width: 90%;
  }
  .form_right p img {
    left: -41px;
  }
  .heading {
    font-size: 37px;
  }
  .export_bx h3 {
    font-size: 15px;
  }
  .inner_left {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .contact-form-service-wrap {
    border-left: 1px solid #6676DE;
    padding-left: 42px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .form_right {
    margin: 50px 0;
    max-width: 95%;
  }
  .heading {
    font-size: 30px;
  }
  .export_bx {
    padding: 20px;
    min-height: 260px;
  }
  .inner_left,
  .inner_right {
    width: 100%;
    border-radius: 0;
  }
  .price_bx h3 {
    font-size: 14px;
  }
  .accordion-item {
    margin-top: 25px;
  }
  .achive_sec .price_bx p {
    font-size: 13px;
  }
  .header_sec a.d-btn {
    padding: 10px !important;
  }
  a.mail_btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .header_sec a.btn-blue:hover {
    background-color: var(--secondary-color);
  }
}
@media only screen and (max-width: 767px) {
  .ban_lft h1 {
    font-size: 37px;
    line-height: 50px;
  }
  .ban_lft h2 {
    line-height: 23px;
  }
  .form_right {
    max-width: 90%;
  }
  .audit_sec {
    max-width: inherit;
    width: 100%;
    padding: 55px 0;
  }
  .audit_sec span {
    font-size: 15px;
  }
  .p-5 {
    padding: 1rem !important;
  }
  .heading {
    font-size: 24px;
  }
  .export_sec {
    padding-top: 45px !important;
  }
  b.border_round::after {
    bottom: -38px;
  }
  .achive_in .price_bx {
    border: none;
  }
  .achive_in {
    padding: 15px 0 !important;
  }
  .budget_sec img {
    width: 100%;
    margin-top: 50px;
  }
  .footer_sec h3 {
    padding: 20px 0;
  }
  .footer_sec {
    padding-top: 35px !important;
  }
}
@media only screen and (max-width: 575px) {
  .export_bx {
    min-height: inherit;
  }
  .inner_left p {
    font-size: 15px;
    line-height: 22px;
  }
  .d-btn {
    font-size: 14px;
  }
  .inner_right {
    padding: 20px;
  }
  .price_bx {
    margin-top: 15px;
  }
  .price_sec h3 img {
    top: 6px;
  }
  .faq_sec .accordion-button,
  .accordion-body,
  .faq_sec .accordion-button.collapsed {
    font-size: 15px;
    line-height: 22px;
  }
  .my-5 {
    margin: 20px 0 !important;
  }
  .budget_sec h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ban_lft h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .ban_lft h2 {
    font-size: 18px;
  }
  p.para {
    font-size: 14px;
    line-height: 22px;
  }
  .form_right p {
    font-size: 17px;
    line-height: 23px;
  }
  .form_right p img {
    top: 7px;
    left: -35px;
    max-width: 18%;
  }
  .form_right::after {
    transform: scale(0.5);
    right: -78px;
    top: -81px;
  }
  .bottom_scroll {
    bottom: -33px;
    left: 58%;
  }
  .bottom_scroll img {
    max-width: 60%;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .audit_sec span {
    font-size: 14px;
    line-height: 19px;
  }
  .price_inner_sec {
    flex-direction: column;
  }
  .faq_sec .accordion-button,
  .accordion-body,
  .faq_sec .accordion-button.collapsed {
    font-size: 13px;
    line-height: 16px;
  }
  .footer_sec img {
    max-width: 50%;
  }
  .footer_sec h3 {
    font-size: 17px;
  }
  .footer_sec ul.d-flex {
    flex-direction: column;
    gap: 0.5rem !important;
  }
  .media_in .owl-prev span,
  .media_in .owl-next span {
    width: 14px;
  }
  .faq_sec .accordion-button,
  .faq_sec .accordion-button.collapsed {
    padding-right: 43px;
  }
  .video_bg {
    width: 100%;
  }
}
.custom-dev-bg {
  --body-bg: #F6F8FF;
  --primary-50: #DDE3FF;
  --primary-100: #CDD4F3;
  --primary-200: #9EB0FF;
  --primary-300: #4054AE;
  --primary-400: #2C43A9;
  --dark-100: #5D6063;
  --dark-200: #171C32;
  --dark-300: #191F3C;
  background-color: var(--body-bg);
  /* Reset and Base Styles */
  /* Header */
  /* Hero Section */
  /* Hero Content */
}
.custom-dev-bg .object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-dev-bg p {
  color: var(--dark-100);
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .custom-dev-bg p {
    font-size: 0.875rem;
  }
}
.custom-dev-bg .border-rounded-lg {
  border-radius: 10px;
}
.custom-dev-bg .text-primary-200 {
  color: var(--primary-200) !important;
}
.custom-dev-bg .text-dark-300 {
  color: var(--dark-300) !important;
}
.custom-dev-bg .bg-dark-300 {
  background-color: var(--dark-300) !important;
}
.custom-dev-bg .bg-primary {
  background-color: #2C43A9 !important;
}
.custom-dev-bg .secondary-bg {
  background-color: #FCFDFF;
}
.custom-dev-bg .form-control {
  min-height: 50px;
}
.custom-dev-bg textarea {
  resize: none;
}
.custom-dev-bg .prefix-text {
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--primary-300);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.custom-dev-bg .prefix-text::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: var(--primary-300);
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  .custom-dev-bg .prefix-text {
    font-size: 1rem;
  }
}
.custom-dev-bg .head-tittle {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--dark-200);
}
@media screen and (max-width: 991px) {
  .custom-dev-bg .head-tittle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .custom-dev-bg .head-tittle {
    font-size: 1.75rem;
  }
}
.custom-dev-bg .soft-btn, .custom-dev-bg .soft-btn--outline-primary, .custom-dev-bg .soft-btn--outline-light, .custom-dev-bg .soft-btn--light, .custom-dev-bg .soft-btn--primary {
  border: 1px solid transparent;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  gap: 5px;
}
.custom-dev-bg .soft-btn::after, .custom-dev-bg .soft-btn--outline-primary::after, .custom-dev-bg .soft-btn--outline-light::after, .custom-dev-bg .soft-btn--light::after, .custom-dev-bg .soft-btn--primary::after {
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transform: rotate(45deg);
  display: flex;
}
.custom-dev-bg .soft-btn::before, .custom-dev-bg .soft-btn--outline-primary::before, .custom-dev-bg .soft-btn--outline-light::before, .custom-dev-bg .soft-btn--light::before, .custom-dev-bg .soft-btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.custom-dev-bg .soft-btn:hover::before, .custom-dev-bg .soft-btn--outline-primary:hover::before, .custom-dev-bg .soft-btn--outline-light:hover::before, .custom-dev-bg .soft-btn--light:hover::before, .custom-dev-bg .soft-btn--primary:hover::before {
  left: 100%;
}
.custom-dev-bg .soft-btn:hover, .custom-dev-bg .soft-btn--outline-primary:hover, .custom-dev-bg .soft-btn--outline-light:hover, .custom-dev-bg .soft-btn--light:hover, .custom-dev-bg .soft-btn--primary:hover {
  transform: translateY(-3px);
  color: white;
}
.custom-dev-bg .soft-btn--primary {
  background: #4054AE;
  border-color: #4054AE;
  color: white;
}
.custom-dev-bg .soft-btn--primary:hover {
  box-shadow: 0 10px 30px rgba(74, 144, 226, 0.4);
}
.custom-dev-bg .soft-btn--light {
  background: #ffffff;
  color: #4054ad;
  border-color: #ffffff;
}
.custom-dev-bg .soft-btn--light:hover {
  color: #4054ad;
}
.custom-dev-bg .soft-btn--light::before {
  background: linear-gradient(90deg, transparent, rgba(64, 84, 173, 0.2), transparent);
}
.custom-dev-bg .soft-btn--outline-light {
  border-color: #ffffff;
  color: white;
  background-color: transparent;
}
.custom-dev-bg .soft-btn--outline-primary {
  border-color: #4054AE;
  color: #4054AE;
  background-color: transparent;
}
.custom-dev-bg .soft-btn--outline-primary:hover {
  color: #4054AE;
}
.custom-dev-bg .btn-circle {
  min-width: 35px;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1rem;
}
.custom-dev-bg .primary-grid-bg {
  background-color: #4054AE;
  background-image: url('data:image/svg+xml;utf8,<svg width="1443" height="194" viewBox="0 0 1443 194" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.552002" width="1442.69" height="193.228" rx="10" fill="%234054AE"/><mask id="mask0_604_2207" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1443" height="194"><rect y="0.552002" width="1442.69" height="193.228" rx="10" fill="%232C43A9"/></mask><g mask="url(%23mask0_604_2207)"><line x1="67.0776" y1="-293.251" x2="67.0775" y2="574.54" stroke="%232C43A9"/><line x1="138.152" y1="-293.251" x2="138.152" y2="574.54" stroke="%232C43A9"/><line x1="209.226" y1="-293.251" x2="209.226" y2="574.54" stroke="%232C43A9"/><line x1="280.3" y1="-293.251" x2="280.3" y2="574.54" stroke="%232C43A9"/><line x1="351.374" y1="-293.251" x2="351.374" y2="574.54" stroke="%232C43A9"/><line x1="422.448" y1="-293.251" x2="422.448" y2="574.54" stroke="%232C43A9"/><line x1="493.522" y1="-293.251" x2="493.522" y2="574.54" stroke="%232C43A9"/><line x1="564.596" y1="-293.251" x2="564.596" y2="574.54" stroke="%232C43A9"/><line x1="635.67" y1="-293.251" x2="635.67" y2="574.54" stroke="%232C43A9"/><line x1="706.744" y1="-293.251" x2="706.744" y2="574.54" stroke="%232C43A9"/><line x1="777.818" y1="-293.251" x2="777.818" y2="574.54" stroke="%232C43A9"/><line x1="848.892" y1="-293.251" x2="848.892" y2="574.54" stroke="%232C43A9"/><line x1="919.967" y1="-293.251" x2="919.966" y2="574.54" stroke="%232C43A9"/><line x1="991.041" y1="-293.251" x2="991.041" y2="574.54" stroke="%232C43A9"/><line x1="1062.11" y1="-293.251" x2="1062.11" y2="574.54" stroke="%232C43A9"/><line x1="1133.19" y1="-293.251" x2="1133.19" y2="574.54" stroke="%232C43A9"/><line x1="1204.26" y1="-293.251" x2="1204.26" y2="574.54" stroke="%232C43A9"/><line x1="1275.34" y1="-293.251" x2="1275.34" y2="574.54" stroke="%232C43A9"/><line x1="1346.41" y1="-293.251" x2="1346.41" y2="574.54" stroke="%232C43A9"/><line x1="1417.49" y1="-293.251" x2="1417.49" y2="574.54" stroke="%232C43A9"/><line x1="1701.28" y1="62.6194" x2="-217.719" y2="62.6192" stroke="%232C43A9"/><line x1="1701.28" y1="133.693" x2="-217.719" y2="133.693" stroke="%232C43A9"/><rect y="0.552002" width="1451" height="202.301" fill="url(%23paint0_radial_604_2207)"/></g><defs><radialGradient id="paint0_radial_604_2207" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(725.5 101.702) rotate(90) scale(447.798 765.695)"><stop stop-color="%234B61C4" stop-opacity="0"/><stop offset="1" stop-color="%23273EA8" stop-opacity="0.8"/></radialGradient></defs></svg>');
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center;
}
.custom-dev-bg .header {
  padding: 1.5rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.custom-dev-bg .header.scrolled {
  background-color: rgba(25, 31, 60, 0.9);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.custom-dev-bg .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
}
.custom-dev-bg .hero-section {
  background: #4054AE;
  overflow: hidden;
  /* Dark Overlay */
}
@media screen and (min-width: 1024px) {
  .custom-dev-bg .hero-section {
    min-height: 100dvh;
  }
}
.custom-dev-bg .hero-section::before, .custom-dev-bg .hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.custom-dev-bg .hero-section::before {
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 1px, transparent 1px, transparent 71.074px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 1px, transparent 1px, transparent 71.074px);
  background-size: 71.074px 71.074px;
  background-position: 0 0;
  z-index: 1;
}
.custom-dev-bg .hero-section::after {
  background: radial-gradient(ellipse at center, rgba(23, 28, 50, 0) 0%, rgba(23, 28, 50, 0.74) 100%), rgba(23, 28, 50, 0.66);
  mix-blend-mode: multiply;
  z-index: 2;
}
.custom-dev-bg .hero-section-content {
  position: relative;
  z-index: 3;
}
.custom-dev-bg .hero-content {
  padding-block: 150px 60px;
}
.custom-dev-bg .offer-badge {
  background-color: #39415C;
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  border-radius: 5px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  border: 1px solid #7D88AD;
}
.custom-dev-bg .hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ffffff;
  max-width: 800px;
}
.custom-dev-bg .hero-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  max-width: 580px;
}
@media screen and (min-width: 576px) {
  .custom-dev-bg .hero-features {
    grid-template-columns: repeat(2, auto);
  }
}
.custom-dev-bg .hero-features li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
}
.custom-dev-bg .hero-features li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
}
.custom-dev-bg .card-section {
  transition: all 0.3s ease-in-out;
}
.custom-dev-bg .card-section:has(:hover) .offer-card:not(:hover) {
  opacity: 0.7;
}
.custom-dev-bg .offer-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
}
.custom-dev-bg .offer-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.custom-dev-bg .offer-card .icon {
  background-color: var(--primary-50);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.custom-dev-bg .grid-line-wrapper {
  display: grid;
  position: absolute;
  inset: 0;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1199px) {
  .custom-dev-bg .grid-line-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .custom-dev-bg .grid-line-wrapper .grid-line:nth-last-child(2) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .custom-dev-bg .grid-line-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-dev-bg .grid-line-wrapper .grid-line:nth-last-child(3) {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .custom-dev-bg .grid-line-wrapper {
    grid-template-columns: 1fr;
  }
  .custom-dev-bg .grid-line-wrapper .grid-line {
    display: none;
  }
}
.custom-dev-bg .grid-line-wrapper .grid-line:not(:last-child) {
  position: relative;
}
.custom-dev-bg .grid-line-wrapper .grid-line:not(:last-child)::before {
  content: "";
  position: absolute;
  border-right: 1px solid;
  border-image-source: linear-gradient(260deg, #FCFDFF 0%, #D9D9D9 50.05%, #FCFDFF 100%);
  border-image-slice: 1;
  inset: 0 0 0 auto;
  width: 1px;
}
.custom-dev-bg .industry-list {
  position: relative;
}
.custom-dev-bg .industry-list li::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg, #FCFDFF 0%, #D9D9D9 50.05%, #FCFDFF 100%);
  border-image-slice: 1;
  width: 100%;
  height: 1px;
  left: 0;
}
.custom-dev-bg .industry-list li:first-child::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .custom-dev-bg .industry-list li:nth-child(-n+4)::before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .custom-dev-bg .industry-list li:nth-child(-n+3)::before {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .custom-dev-bg .industry-list li:nth-child(-n+2)::before {
    display: none;
  }
}
.custom-dev-bg .industry-list .industry-card {
  padding: 52px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-dev-bg .industry-list .industry-card .icon {
  margin-bottom: 30px;
  position: relative;
  align-self: flex-start;
  min-height: 45px;
  transition: all 0.5s ease-in-out;
}
.custom-dev-bg .industry-list .industry-card .icon::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--primary-50);
  left: 16px;
  transition: all 0.5s ease-in-out;
}
.custom-dev-bg .workflow-card-section {
  counter-reset: section;
}
.custom-dev-bg .workflow-card {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="462" height="342" viewBox="0 0 462 342" fill="none"><path d="M431.057 72.2784C414.137 72.2784 400.421 58.5619 400.421 41.6418V36.5032C400.421 16.7451 384.403 0.728027 364.645 0.728027H39.9999C17.9085 0.728027 -0.00012207 18.6366 -0.00012207 40.728V301.684C-0.00012207 323.775 17.9085 341.684 39.9999 341.684H421.694C443.785 341.684 461.694 323.775 461.694 301.684V102.915C461.694 85.9948 447.977 72.2784 431.057 72.2784Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 40px 0 40px 40px;
  padding: 30px 35px;
  position: relative;
  overflow: hidden;
}
.custom-dev-bg .workflow-card::before {
  content: "";
  position: absolute;
  inset: 100px 0 0 0;
  background-color: #ffffff;
}
.custom-dev-bg .workflow-card::after {
  content: "";
  position: absolute;
  inset: 1px 100px 0 0;
  background-color: #ffffff;
  z-index: -1;
}
.custom-dev-bg .workflow-card .num-wrapper {
  position: absolute;
  top: 7px;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-300);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.custom-dev-bg .workflow-card .num-wrapper::before {
  counter-increment: section;
  content: "0" counter(section);
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.custom-dev-bg .workflow-card:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='462' height='342' viewBox='0 0 462 342' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M431.057 72.2784C414.137 72.2784 400.421 58.5619 400.421 41.6418V36.5032C400.421 16.7451 384.403 0.728027 364.645 0.728027H39.9999C17.9085 0.728027 -0.00012207 18.6366 -0.00012207 40.728V301.684C-0.00012207 323.775 17.9085 341.684 39.9999 341.684H421.694C443.785 341.684 461.694 323.775 461.694 301.684V102.915C461.694 85.9948 447.977 72.2784 431.057 72.2784V72.2784Z' fill='%234054AE'/%3E%3C/svg%3E");
}
.custom-dev-bg .workflow-card:hover::before {
  background-color: var(--primary-300);
}
.custom-dev-bg .workflow-card:hover::before {
  background-color: var(--primary-300);
}
.custom-dev-bg .workflow-card:hover * {
  color: #ffffff !important;
}
.custom-dev-bg .workflow-card:hover .num-wrapper {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-7px);
}
.custom-dev-bg .workflow-card:hover .num-wrapper::before {
  color: var(--primary-300);
}
.custom-dev-bg .price-wrapper {
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .custom-dev-bg .price-wrapper {
    margin-top: 140px;
  }
}
.custom-dev-bg .price-wrapper .price-card, .custom-dev-bg .price-wrapper .price-card--premium {
  padding: 50px;
}
.custom-dev-bg .price-wrapper .price-card h3, .custom-dev-bg .price-wrapper .price-card--premium h3 {
  color: #4054AE;
}
.custom-dev-bg .price-wrapper .price-card h3 span, .custom-dev-bg .price-wrapper .price-card--premium h3 span {
  color: #5D6063;
}
.custom-dev-bg .price-wrapper .price-card--premium {
  background-color: #4054AE;
  border-radius: 20px;
  padding: 70px;
}
@media screen and (min-width: 992px) {
  .custom-dev-bg .price-wrapper .price-card--premium {
    transform: translateY(-60px);
    margin-inline: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .custom-dev-bg .price-wrapper .price-card--premium {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .custom-dev-bg .price-wrapper .price-card--premium {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom-dev-bg .price-wrapper .price-card, .custom-dev-bg .price-wrapper .price-card--premium {
    padding: 30px;
  }
}
.custom-dev-bg #contact-form-section {
  scroll-margin-top: 120px;
}
.custom-dev-bg .form-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.custom-dev-bg .form-wrapper .field-validation-error {
  color: #F87171 !important;
}
.custom-dev-bg .custom-checkbox .form-check-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  margin-top: 0.3rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.custom-dev-bg .custom-checkbox .form-check-input:checked {
  box-shadow: none;
}
.custom-dev-bg .custom-checkbox .form-check-input:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.custom-dev-bg .custom-checkbox .form-check-label {
  margin-left: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 2px;
}/*# sourceMappingURL=LPStyle.css.map */