
@font-face {
  font-family: "GC EPICPRO Demo";
  src: url("../fonts/GC-EPICPRO-Demo-BF6891cc5419ab8.ttf") format("truetype"),
       url("../fonts/GC-EPICPRO-Demo.ttf") format("truetype"),
       url("../fonts/gc-epicpro-demo-extract/GC-EPICPRO-Demo-BF6891cc5419ab8.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-light: #8655ff;
  --brand-dark: #532faf;
  --brand-gradient: linear-gradient(180deg, #8655ff 0%, #532faf 100%);
  --brand-gradient-hover: linear-gradient(180deg, #532faf 0%, #8655ff 100%);
  --brand-gradient-border: linear-gradient(180deg, #8655ff 0%, #532faf 100%);
  --kdp-btn-font: "GC EPICPRO Demo", "Bebas Neue", sans-serif;
}

.brand-gradient-text {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.aproch_circle_wrap .col-md-3 {
  position: relative;
}

.header_top_inner ul li a img {
  filter: hue-rotate(180deg) !important;
}

.aproch_circle :nth-child(even):before {

  transform: rotate(180deg);
  top: 20px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}

p,
span,
li,
a:not(.kdp-btn-pill):not(.btn):not(.btn-dark):not(.header-phone-btn):not(.btns_wrap a),
input:not([type="button"]):not([type="submit"]):not([type="reset"]),
select {
  font-family: "Poppins", sans-serif !important;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.btn-dark,
.btn_global,
.btn-global,
.btn-submit,
.kdp-btn-pill,
.home-hero__btn,
.home-hero__submit,
.home-our-services__chat-btn,
.popup_button,
.author_btn button,
.author_btn a,
.header-phone-btn,
.btn-quote,
.floatbutton .clickbutton,
.floatbutton .clickbutton .crossplus a,
.global_btn button,
.global_btn a button,
.btns_wrap a,
header.main_header .mobile-nav-list .btn-quote,
header.main_header .header-phone-btn .phone-text {
  font-family: var(--kdp-btn-font) !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0 !important;
}


.modal-header {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px;
}

.modal-body {
  padding: 0 !important;
}

.modal {
  background: #0000008c;
}

.modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.popup_form_wrp {
  padding: 0 15px;
  text-align: center;
}

.popup_form_wrp h2 {
  font-weight: 800;
  font-size: 35px;
  color: #000000;
  margin: 0 0 10px 20px;
  position: relative;
}

.modal-content {
  padding: 20px 0;
}

.popup_form_wrp p {
  color: #000;
  font-weight: 200;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
  width: 100%;
  background-color: rgb(255 255 255 / 34%);
  border-radius: 5px;
  height: 45px;
  margin: 15px 6px 3px;
  padding: 0 0 0 36px;
  font-weight: 500 !important;
  outline: none;
  color: black;
  border: 1px solid transparent; border-image: var(--brand-gradient-border) 1;
}

.popup_form_wrp form {
  margin: 10px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
  color: #000000;
  font-size: 14px;
}

.popup_form_wrp form textarea {
  border-radius: 15px;
  height: 130px;
  padding: 15px 18px;
  font-family: 'Poppins';
}

.popup_form_wrp form select {
  font-size: 14px;
  font-weight: 500;
}

.modal-content {
  border-radius: 20px;
}

.modal-content {
  border: 1px solid transparent; border-image: var(--brand-gradient-border) 1 !important;
  background-color: rgb(255 255 255 / 77%) !important;
  border-radius: 25px !important;
  padding: 21px 31px 34px 4px;
}

/* .popup_form_wrp h2:before {
  content: '';
  display: block;
  position: absolute;
  background: var(--brand-gradient);
  width: 10px;
  height: 40px;
  left: -20px;
  border-radius: 5px;
} */

.popup_form_wrp input[type="submit"] {
  margin: 0 !important;
  width: 160px !important;
  padding: 0 !important;
  height: 50px !important;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600 !important;
  margin: 5px 6px 3px !important;
  border-radius: 10px;
  background: var(--brand-gradient);
  color: #fff;
  border: none;
}

span.color_form {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

button.btn-close {
  position: absolute;
  right: 7px;
  top: 7px;
  background: #dddddd;
  opacity: 1;
  border-radius: 0;
  width: 39px;
  height: 24px;
  border-top-right-radius: 27px;
  border: 2px solid transparent; border-image: var(--brand-gradient-border) 1;
  border-top: 22;
}

button.btn-close:after {
  content: '';
  display: block;
  position: absolute;
  background: var(--brand-gradient);
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(42deg);
  left: 25px;
  border-radius: 5px;
}

button.btn-close:before {
  content: '';
  display: block;
  position: absolute;
  background: var(--brand-gradient);
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(129deg);
  left: 24px;
  border-radius: 5px;
}
.row.about1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row.about2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row.about3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row.about4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
button.btn-close:hover {
  background: #000;
  opacity: 1;
}
section.about-sec img {
  width: 95%;
  margin-top: 100px;
  border-radius: 30px;
  box-shadow: 5px 4px 8px 4px #888888;
}
button.popup_button {
  background: var(--brand-gradient);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  text-transform: capitalize;
  width: 200px;
  height: 50px;
  font-family: 'Raleway';
}
section#home .main_ban_form .iti.iti--allow-dropdown.iti--show-flags input[type="tel"] {
  padding: 0 80px 0px 60px;
  margin: 0 0px 0px 18px;
}
section.form-sec .form_bottom .iti.iti--allow-dropdown.iti--show-flags {
  display: block;
  width: 100%;
  margin: 0px 0px 18px 10px;
}
section#home .main_ban_form .iti.iti--allow-dropdown.iti--show-flags .iti__flag-container {
  margin: 0 0px 0px 20px;
}
/* .iti.iti--allow-dropdown.iti--show-flags {
  margin: 0px 0px 10px 18px;
} */

/* .iti.iti--allow-dropdown.iti--show-flags input[type="tel"] {
  width: 100%;
  padding: 0 95px 0 50px;
}
.popup_form_wrp .iti.iti--allow-dropdown.iti--show-flags input#phone {
  width: 100%;
  padding: 0 200px 0 50px;
}
.popup_form_wrp .iti.iti--allow-dropdown.iti--show-flags  {
  margin: 10px 0px 0px 0px;
}
.form_bottom .iti.iti--allow-dropdown.iti--show-flags input#phone {
  width: 100%;
  padding: 0 300px 0 70px;
}
.form_bottom .iti.iti--allow-dropdown.iti--show-flags  {
margin: 10px 0 0 0;
} */
button.popup_button:hover {
  background: var(--brand-gradient-hover);
}


section.header_top {
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 0;
}

.header_top_inner ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header_top_inner ul li {
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_top_inner ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.header_top_inner ul li a:hover,
div#navbarSupportedContent ul.navbar-nav li a:hover {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: 0.5s;
}

header.main_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: transparent;
  padding: 18px 0;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

header.main_header.navbar-scrolled {
  background: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

header.main_header:has(.mobile-nav.show) {
  background: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

header.main_header .navbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 992px) {
  header.main_header .navbar-wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  header.main_header .navbar-left {
    justify-self: start;
  }

  header.main_header .navbar-brand-center {
    justify-self: center;
  }

  header.main_header .navbar-right {
    justify-self: end;
  }
}

header.main_header .navbar-nav-list,
header.main_header .mobile-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

header.main_header .navbar-nav-list {
  gap: 32px;
}

header.main_header .navbar-nav-list > li > a,
header.main_header .mobile-nav-list > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  transition: opacity 0.25s ease;
}

header.main_header .navbar-logo-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

header.main_header .navbar-logo-mark {
  width: clamp(90px, 10vw, 135px);
  height: auto;
}

header.main_header .navbar-logo-text {
  width: clamp(120px, 14vw, 228px);
  height: auto;
}

header.main_header .navbar-nav-list > li > a:hover,
header.main_header .mobile-nav-list > li > a:hover {
  opacity: 0.75;
}

header.main_header .nav-dropdown {
  position: relative;
}

header.main_header .nav-dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

header.main_header .nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #000;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

header.main_header .nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header.main_header .nav-dropdown-menu li a {
  display: block;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

header.main_header .nav-dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.08);
}

header.main_header .navbar-brand-center img,
header.main_header .navbar-brand-center .navbar-logo-img {
  width: 150px;
  max-width: 100%;
  height: auto;
}

header.main_header .navbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

header.main_header .header-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 14px 5px 5px;
  background: #fff;
  color: #111;
  border-radius: 66px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

header.main_header .header-phone-btn:hover {
  color: #111;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

header.main_header .header-phone-btn .phone-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ff7f0d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

header.main_header .mobile-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

header.main_header .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

header.main_header .mobile-nav {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

header.main_header .mobile-nav-list {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

header.main_header .mobile-nav-list > li > a,
header.main_header .mobile-nav-list > li > button {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header.main_header .mobile-nav-list .btn-quote {
  margin-top: 12px;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 30px;
  background: var(--brand-gradient);
  color: #fff;
  font-weight: 600;
}

section.header_top {
  display: none;
}
section#home, section.home_banner {
  background: url(../images/banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 100px 0;
  color: white;
  position: relative;
}

div#navbarSupportedContent {
  justify-content: end;
}

div#navbarSupportedContent ul.navbar-nav li a {
  color: #000;
  padding: 0;
  font-weight: 600;
  font-size: 13px;
}

div#navbarSupportedContent ul.navbar-nav li {
  margin: 0 0 0 17px;
}

button.btn-dark {
  background: var(--brand-gradient);
  border: none;
  width: 200px;
  height: 50px;
  border-radius: 30px !important;
  font-weight: 600;
  font-size: 13px;
}

button.btn-dark:hover,
input[type="submit"]:hover {
  background: var(--brand-gradient-hover) !important;
}

div#navbarSupportedContent ul.navbar-nav {
  align-items: center;
}

header.main_header .row.align-items-center {
  border-bottom: none;
  padding: 0;
}

footer.main_footer {
  background: #000;
  padding: 50px 0 20px 0;
}

.footer_inner {
  text-align: start;
  margin: 0 0 0 30px;
}

.footer_inner p {
  color: #fff;
  width: 100%;
  margin: auto !important;
  margin-top: 30px !important;
}

.footer_inner h2 {
  color: #fff;
  margin: 30px 0 15px 0;
  font-size: 22px;
  font-weight: 600;
}

.footer_inner ul {
  display: block;
  /* justify-content: center; */
}

.footer_inner ul li a svg {
  font-size: 26px;
  color: #fff;
}

.footer_inner ul li {
  color: #fff;
  margin: 0 17px 0 0;
}

section.desclaimer_sec {
  background: var(--brand-gradient);
  padding: 10px 0;
}

.desc_inner p {
  color: #fff;
  text-align: center;
  /* width: 1129px; */
  margin: auto !important;
  font-size: 14px !important;
}

section.sec_1 {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 530px;
  display: flex;
  align-items: center;
}


.banner_inner h1 {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  line-height: 72px;
      margin: -170px 0 10px 0;
}

.banner_inner h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
}

.banner_inner p {
  color: #000000;
  width: 560px;
  margin: 0 0 20px 0 !important;
}

.banner_inner_services h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.banner_inner_services h1 {
  font-size: 96px;
  line-height: 98px;
  font-weight: 600;
}


.banner_inner_services h5 {
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
  color: black;
}

.banner_inner_services p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.btn-wraper button.btn-dark {
  background: var(--brand-gradient);
  border: none;
  width: 180px;
  height: 50px;
  border-radius: 20px;
  font-weight: 600;
}

.btn-wraper button.btn-dark img {
  margin: 0 30px 0 0;
}

.banner_form {
  background: #ffffff;
  text-align: center;
  padding: 50px 30px 20px 30px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  position: relative;
  /* z-index: 9999999; */
}

.banner_form::after {
  content: '';
  position: absolute;
  background: url(../images/banner-right.png);
  height: 304px;
  width: 410px;
  right: 92%;
  top: 53%;
}

.banner_form::before {
  content: '';
  position: absolute;
  background: url(../images/banner-left.png);
  height: 170px;
  width: 170px;
  top: -9%;
  left: 82%;
  background-repeat: no-repeat;
}

.banner_form h2 {
  color: #000000;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}

.banner_form h5 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-weight: 500;
}

.banner_form form input,
.banner_form form textarea {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid #5E5E5E;
  border-radius: 10px;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  outline: none;
  color: #ffffff;
}

.banner_form form {
  margin: 40px 0 0 0;
}

.banner_form form textarea {
  height: 80px;
  padding: 10px 0 0 15px;
}

.banner_form form input[type="submit"] {
  width: 180px !important;
  background: var(--brand-gradient)!important;
  border: none !important;
  font-size: 14px;
  padding: 0 !important;
  color: #0c0c0c !important;
  font-weight: 500;
  text-transform: capitalize;
  height: 50px !important;
  border-radius: 20px !important;
  margin: 10px 0 0 0 !important;
}

.banner_form form p {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0 0 0 !important;
}

section.sec_2 {
  background: var(--brand-gradient);
  padding: 15px 0;
}

section.sec_2 .slick-track {
  display: flex;
  align-items: center;
}
h5.m-branch {
  margin: 30px 0px 15px 0px !important;
}
p.para {
  margin: 0 !important;
  display: flex;
  align-items: baseline;
}

p.para svg {
  margin: 0px 10px 0 0;
}
.slick-track li img {
  display: block;
  margin: auto;
}

section.sec_3 {
  padding: 50px 0 50px 0;
  /* background-image: url(../images/section-3.png); */
}

section.sec_3s {
  padding: 60px 0 60px 0;
  background-image: url(../images/sec-4-bg.png);
}

.tab-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.tab-text h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.tabs_inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about_content h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 6px 0;
  /* padding: 0 0 0 50px; */
  position: relative;
  color: #fff;
  line-height: 24px;
  text-align: start;
}



.about_content h2 {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  margin: 1px 0 0px 0;
  text-align: start;
  text-transform: capitalize;
}

.about_content p {
  color: #fff;
  font-weight: 400;
  margin: 0 0 15px 0 !important;
  font-size: 14px;
}

.global_btn {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.global_btn button.btn-dark {
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  margin: 0 15px 0 0;
}

.global_btn a button.btn-dark {
  /* background: #212529 !important; */
  color: #fff;
  font-weight: 500;
  margin: 0 15px 0 0;
  border: 1px solid #fff;
  font-size: 13px;
}

.global_btn button.btn-dark:hover {
  background: var(--brand-gradient-hover);
  color: #fff;
  transition: 0.5s;
}

.global_btn a button.btn-dark:hover {
  background: var(--brand-gradient)!important;
  color: #212529 !important;
}

section.sec_4 {
  padding: 80px 0 40px 0;
  background-position: center;
  background: url(../images/portfolio_bg.png);
  position: relative;
  z-index: 1;
}

.tabs_inner {
  text-align: center;
}

.tabs_inner h2 {
  font-size: 48px;
  color: #171717;
  margin: 10px 0 20px 0;
  line-height: 48px;
  font-weight: 600;
}

ul.tabs-li {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px !important;
}

ul.tabs-li li {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  list-style: disc;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 9px;
}

ul.tabs-li li span {
  color: #171717;
}

.tabs_navs {
  margin: 0px 0 0 0;
}

.tabs_navs ul#myTab {
  justify-content: center;
  border: none;
}

.tabs_navs ul#myTab li.nav-item button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 25px !important;
  padding: 16px 40px;
  color: #0C0C0C;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--kdp-btn-font) !important;
}

.tabs_navs ul#myTab li.nav-item {
  margin: 0 15px;
}

.tabs_navs ul#myTab li.nav-item button.active {
  background: var(--brand-gradient)!important;
  color: white;
}

.portfolio_images ul {
  display: block;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.portfolio_images ul li {
  flex: 0 0 33%;
  margin: 0 0 50px 0;
  position: relative;
  z-index: 1;
}

.portfolio_images ul li img {
  width: 215px;
  height: 328px;
  margin: auto;
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.portfolio_images {
  margin: 50px 0 0 0;
}

.global_btn.text-center {
  justify-content: center;
}

section.sec_5 {
  padding: 80px 0 0 0;
}

section.team {
  padding: 80px 0;
}

section.awards {
  padding: 30px 0;
}

section.counters {
  padding: 30px 0;
  background: var(--brand-gradient);
}

section.about_portfolio {
  padding: 0px 0 0 0;
}

section.about_3 {
  padding: 80px 0;
}

section.sec_extra {
  padding: 20px 0 50px;
  overflow-x: hidden;
}

.packages_inner {
  text-align: center;
}

.packages_inner h5 {
  margin: 0 0 20px 0;
  font-size: 38px;
  line-height: normal;
  position: relative;
  color: #171717;
  font-weight: 600;
}

.packages_inner p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 70px 0 !important;
}

.packages_inner h5:after {
  left: unset;
  right: 33%;
}

.packages_inner h2 {
  font-size: 48px;
  color: #171717;
  margin: 0;
  font-weight: 400;
}

.top_header_boxes {
  background: var(--brand-gradient);
  border-radius: 10px;
  padding: 30px 30px 15px 30px;
}

.top_header_boxes h5 {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.top_header_boxes h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin: 15px 0 15px 0;
  text-align: center;
}

.top_header_boxes h6 {
  text-align: center;
  /* margin: 0 30px 0 0; */
  color: #fff;
  font-size: 24px;
}

.top_header_boxes button.btn-dark {
  width: 100%;
  border-radius: 20px;
  color: #0C0C0C;
  font-weight: 400;
  margin: 20px 0 0 0;
}

.packages_boxes {
  border-radius: 15px;
  height: 560px !important;
  margin-top: 40px;
  margin-bottom: 15px;
  background: #F9F9F9;
  padding: 30px 20px 10px 20px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}

.packages_boxes ul {
  padding: 40px 0 10px 40px !important;
  height: 300px;
  overflow-y: auto;
  margin: 30px 0 0 0 !important;
  flex: 0 0 50%;
}

.packages_boxes ul li {
  color: #171717;
  font-size: 14px;
  font-family: monospace;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}

.packages_boxes ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: var(--brand-gradient);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  bottom: unset;
  margin: auto;
  left: 0;
}

.packages_boxes .global_btn.text-center {
  justify-content: space-evenly;
}

.packages_boxes .global_btn.text-center button.btn-dark {
  margin: 0;
}

.packages_boxes .global_btn a button.btn-dark {
  background: var(--brand-gradient) !important;
  color: #fff;
  font-weight: 500;
}

.packages_boxes .global_btn a button.btn-dark:hover {
  background: var(--brand-gradient)!important;
  color: #000 !important;
}

.packages_boxes:hover {
  margin-top: 40px;
  transition: 0.5s;
}

.packages_boxes:hover .top_header_boxes {
  background: var(--brand-gradient);
  transition: 0.5s;
}

.packages_boxes:hover .top_header_boxes button.btn-dark {
  background: var(--brand-gradient-hover);
  color: #fff;
}

.packages_boxes:hover .top_header_boxes h5:before {
  background: var(--brand-gradient-hover);
  transition: 0.5s;
}

.border_div {
  border-top: 0;
  margin-top: -10px;
  height: 390px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px 8px 6px 0px #3A3A3A40;
}

.packages-btn {
  text-align: center;
  margin: -60px 0 0 0;
}

.packages-btn button.btn-dark {
  background: var(--brand-gradient);
  border-radius: 5px;
  font-weight: 400;
  width: 300px;
  height: 52px;
}

section.cta_sec {
  background: #2F2F2F;
}

.cta_inner h2 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  margin: 0;
  position: relative;
  padding: 30px 0;
}

.cta_inner .global_btn button,
.cta_inner .global_btn a button {
  background: var(--brand-gradient)!important;
  color: #000;
  font-weight: 500;
  margin: 0 20px 0 0;
}

.cta_inner h2:before,
.cta_inner h2:after {
  content: '';
  display: block;
  position: absolute;
  background: var(--brand-gradient);
  width: 30px;
  height: 5px;
  border-radius: 20px;
  top: 0;
}

.cta_inner h2:after {
  top: unset;
  bottom: 0;
}

section.approch_sec {
  padding: 80px 0;
}

.aproch_circle span {
  border: 1px solid #000;
  width: 197px;
  height: 197px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  margin: auto;
}

.circle_box h2 {
  font-size: 20px;
  color: #171717;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

.circle_box {
  position: relative;
  margin: 50px 0 0 0;
}

.aproch_circle {
  text-align: center;
}

.circle_box h1 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -40px;
  font-size: 80px;
  z-index: -1;
  -webkit-text-stroke: 1px #818181;
  color: #fff;
}

.circle_box.top_space {
  margin-top: 0;
  margin-bottom: 50px;
}

.portfolio_images ul li span.first_img {
  position: absolute;
  left: 60px;
  z-index: -1;
  top: 8%;
  transition: 0.5s;
  opacity: 0.7;
}

.portfolio_images ul li span.first_img img {
  width: 180px;
  height: 215px;
}

span.second_img {
  position: absolute;
  right: 60px;
  top: 8%;
  z-index: -1;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0.7;
}

span.second_img img {
  max-width: 100% !important;
  width: 180px !important;
  height: 215px !important;
  transition: 0.5s;
}

.portfolio_images ul li:hover span.first_img {
  transform: rotate(-15deg);
  transition: 0.5s;
}

.portfolio_images ul li:hover span.second_img {
  transform: rotate(15deg);
  transition: 0.5s;
}

section.makers_sec {
  padding: 80px 0;
}

.makers_inner h5:before,
.makers_inner h5:after {
  left: 13%;
  right: 0;
  margin: unset;
  top: 20%;
}

.makers_inner h5:after {
  right: 13%;
  left: unset;
}

.makers_inner h5 {
  font-size: 32px;
  line-height: 40px;
}

.makers_inner p {
  color: #171717;
}

.makers_logo ul {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.premium_top {
  background: var(--brand-gradient);
  padding: 50px 0;
  border-radius: 5px;
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.premium_top h2 {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 25px 0;
}

.premium_top h5 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.premium_packages_cols {
  border: 1px solid #000;
  border-top: 0;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.premium_packages_cols .items-packages {
  flex: 0 0 33%;
}

.packages_boxes_child h3 {
  font-size: 18px;
  color: #171717;
      margin: -170px 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}

.packages_boxes_child h3:before {
  content: '';
  display: block;
  position: absolute;
  background: var(--brand-gradient);
  width: 30px;
  height: 4px;
  border-radius: 20px;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.packages_boxes_child ul li {
  padding: 0 0 0 20px;
  color: #171717;
  font-weight: 400;
  margin: 0 0 6px 0;
  position: relative;
}

.packages_boxes_child {
  margin: 0 0 40px 0;
}

.packages_boxes_child ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.packages_boxes_child h6 {
  text-align: right;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 18px;
  margin: 100px 0 10px 0;
}

.packages_boxes_child h2 {
  margin: 0;
  font-size: 67px;
  color: #212529;
  text-align: center;
}

.about_img img {
  width: 100%;
}

section.sec_3.agency_sec {
  background: #E8E8E8;
}

section.testimonial_sec {
  /* margin: 40px 0 0 0; */
  padding: 50px 0 0;
  background-repeat: round;
}

.testimonial_inner h5 {
  font-size: 28px;
  color: #fff;
}

.testimonial_inner h5:before {
  right: unset;
  left: 28%;
}

.testimonial_inner h5:after {
  right: 28%;
}

.testimonial_inner h2 {
  color: #2f2f2f;
  font-weight: 700;
}

.testimonial_inner {
  padding: 0 0 30px 0;
}

.item_wraper ul {}

.item_wraper ul li {
  background: #FBFBFB;
  flex: 0 0 49%;
  padding: 30px 30px;
  /* display: flex !important; */
  justify-content: space-between;
  position: relative;
  margin: 0 0 20px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 50px;
}

.item_wraper ul li span:nth-child(1) {
  margin: 0 20px 0 0;
}

.item_wraper ul li h5 {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 18px;
  /* margin: -170px 0 10px 0; */
}

.item_wraper ul li p {
  font-size: 18px;
  color: #000;
  margin: 25px 0 20px 0 !important;
}

.testimonial_wraper {
  margin: 30px 0 0 0;
}

.item_wraper ul li:after {
  content: '';
  display: block;
  position: absolute;
}

section.form-sec {
  padding: 60px 0 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form_inner {
  text-align: center;
}

.form_inner h2 {
  color: #171717;
  margin: 0 0 20px 0;
  line-height: 32px;
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
}

.form_inner p,
.form_inner p a {
  color: #171717;
  line-height: 25px;
  width: 75%;
  margin: auto !important;
  FONT-WEIGHT: 500;
}

.form_bottom form {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.form_bottom form .inner_fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form_bottom form .inner_fields input {
  flex: 0 0 49%;
}

.form_bottom form input,
.form_bottom form textarea {
  width: 100%;
  height: 50px;
  border: none;
  background: #F6F6F6;
  border-radius: 5px;
  margin: -0px 0 20px 0;
  padding: 0 0 0 15px;
  color: #000 !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.form_bottom form textarea {
  height: 150px;
  padding: 15px 0 0 15px;
}

.form_bottom form input::placeholder,
.form_bottom form textarea::placeholder {
  color: #5E5E5E;
  font-size: 15px;
}

.form_bottom form input[type="submit"] {
  margin: 0;
  width: 180px !important;
  padding: 0 !important;
  background: var(--brand-gradient)!important;
  height: 55px !important;
  border: none !important;
  color: #fff !important;
  font-size: 19px;
  text-transform: uppercase;
}

.form_img img {
  width: 90%;
  margin-left: auto;
  display: block;
}

section.cta_form {
  background: var(--brand-gradient);
  padding: 30px 0;
}

.cta_form_inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta_form_inner ul li h2 {
  font-size: 22px;
  text-transform: uppercase;
  width: 90%;
  line-height: 30px;
  color: #0C0C0C;
  margin: 0;
}

.cta_form_inner ul li {
  display: flex;
  align-items: center;
}

.cta_form_inner ul li span img {
  width: 50px;
  margin: 0 10px 0 0;
}

.cta_form_inner ul li h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #0c0c0c;
}

.cta_form_inner ul li a {
  font-size: 20px;
  color: #0C0C0C;
  font-weight: 600;
}

.cta_form_inner ul li:nth-child(3) {
  /* display: block; */
}

.btn-wraper button.btn-dark:hover {
  background: var(--brand-gradient-hover);
  color: #fff;
  transition: 0.5s;
}


section.about_new {
  padding: 60px 0;
}

.main_content h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.main_content p {
  text-align: center;
}

.main_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 40px 0 20px 0 !important;
}


.main_content {
  display: flex;
  flex-direction: column;
}
.main_content ul.jeelo {
  display: flex;
  justify-content: center;
  line-height: 3;
}

.main_content ul.jeelo li {
  flex: 0 0 30%;
  text-align: center;
  margin: 0 0 -10px 0;
  box-shadow: 0 0 10px #ccc;
  margin: 1px  5px 5px 15px;
  /* border-radius: 30px; */
}
.main_content ul.jeelo li:hover{
  background: var(--brand-gradient)!important;
  color: white;
}

/*  ======= author_page ========== */

body.lp_wrap.author_page .container {
    max-width: 1400px !important;
}

.author_banner img {
  width: 100%;
}

section.author_page_sec_1 {
  background-image: url(../images/author_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  z-index: 9;
}

.main_ban_content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 0 15px 0;
  width: 85%;
}

.main_ban_content p {
  color: #fff;
  font-size: 16px !important;
}

.author_btn {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
}

.author_btn span {
  margin: 0 20px 0 0;
}

.author_btn button, .author_btn a {
  width: 200px;
  height: 50px;
  border: none;
  background: #fff;
  border-radius: 30px;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #fff;
}

.author_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: .5s ease;
}

.author_btn button:hover {
  background: transparent;
  transition: .5s ease;
  border: 1px solid #fff;
  color: #fff;
}

.author_btn a:hover {
  background: var(--brand-gradient);
  color: #fff;
  transition: .5s ease;
}

.design_img img {
  width: 70%;
  display: block;
  margin: auto;
}
.modal-dialog .popup_form_wrp .iti.iti--allow-dropdown.iti--show-flags {
  display: block;
  margin: 10px 0 0 0;
}
section.design_sec {
  padding: 80px 0;
}

.design_content {
  text-align: right;
}

.design_content h2 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  width: 80%;
  margin-left: auto;
  margin-bottom: 20px;
}

.design_content p {
  font-size: 18px !important;
  width: 550px;
  margin-left: auto !important;
}

.author_btn.right {
  justify-content: end;
}

.author_btn.right button {
  background: var(--brand-gradient);
  color: #fff;
}

.author_btn.right a {
  border: 1px solid #000;
  color: #000;
}

section.cta_sec_author {
  background-image: url(../images/cta_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}

.cta_img img {
  width: 80%;
  margin-top: -140px;
}

.cta_content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  margin: 0;
}

.cta_content h2 span {
  font-weight: 300;
  font-size: 45px;
}

.cta_content .author_btn button {
    background: var(--brand-gradient);
    border: 1px solid transparent; border-image: var(--brand-gradient-border) 1;
    color: #fff;
}

section.portfolio_sec_author {
  padding: 80px 0;
}

.portfolio_inner {
  text-align: center;
}

.portfolio_inner h2 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  margin: 0;
}

.portfolio_inner h2 span {
  font-weight: 400;
}

.portfolio_inner p {
  font-size: 18px !important;
  color: #000 !important;
}

.portfolio_img {
  margin: 60px 0 0 0;
}

ul.slick-dots li {  
  font-size: 0;
  border: none;
  margin: 0 5px;
}

ul.slick-dots li button {
  padding: 0;
  border: none;
  background: #E2E2E2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px !important;
}

ul.slick-dots li.slick-active button {
  background: var(--brand-gradient);
}

section.design_sec.website_sec {
  background: var(--brand-gradient);
}

section.design_sec.website_sec .design_content h2 {
  width: 70%;
}

section.design_sec.website_sec .design_content p {margin-bottom: 10px !important;}

section.chose_sec {
  padding: 80px 0;
}

.chose_inner h2 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  margin: 0 0 20px 0;
}

.chose_inner h2 span {
  display: block;
  font-weight: 400;
}

.chose_inner p {
  color: #000;
  font-size: 18px !important;
}

.icon_wraper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icon_wraper .item_wrap {
  flex: 0 0 48%;
}

.icon_wraper .item_wrap ul li {
  display: flex;
  align-items: baseline;
}

.icon_wraper .item_wrap ul li img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.icon_wraper .item_wrap ul li h5 {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.icon_wraper .item_wrap ul li p {
  font-size: 16px !important;
  color: #000;
}

.icon_wraper .item_wrap:nth-child(1) {
  border-right: 4px solid #CFCFCF;
  padding-top: 150px;
  padding-right: 20px;
}

.icon_wraper .item_wrap:nth-child(2) {
  padding-top: 40px;
}

.icon_wraper .item_wrap ul li:nth-child(1) {
  border-bottom: 2px solid #CFCFCF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.portfolio_img ul li {
    position: relative;
    transition: .5s ease;
}

.portfolio_img ul li img.hide {
    position: absolute;
    right: 28px;
    top: 0;
    z-index: -1;
    transition: .5s ease;
}

.portfolio_img ul li:hover img.hide {
    transform: rotate(15deg);
}

.portfolio_img .slick-track {
  padding: 30px 0;
}


@media only screen and (max-width: 1600px){
  .portfolio_img ul li img {
    width: 95%;
    margin: auto;
    display: block;
}

}

@media only screen and (max-width: 1560px){

  .portfolio_img ul li img {
    width: 85%;
}

.portfolio_img ul li img.hide {
    right: 19px;
}
  

  section.cta_sec_author {
    height: 300px;
}

.cta_img img {
    margin-top: -110px;
}

  body.lp_wrap.author_page .container {
    max-width: 1280px !important;
}

div#navbarSupportedContent ul.navbar-nav li:last-child {
    margin-left: 20px !important;
}

div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 15px !important;
}
}

@media only screen and (max-width: 1440px){

  .design_content h2 {
    width: 100%;
}

.main_ban_content h2 {
    width: 100%;
}

  .cta_content h2 span {
    margin: 0 0px 0 15px !important;
}

  .icon_wraper .item_wrap ul li p {
    font-size: 14px !important;
}

.icon_wraper .item_wrap ul li h5 {
    font-size: 20px;
}

section.design_sec.website_sec .design_content h2 {
    width: 100%;
}

.portfolio_inner h2 {
    font-size: 40px;
}

.portfolio_inner p {
    font-size: 16px !important;
}

  .portfolio_img ul li img.hide {
    right: 5px;
}

.portfolio_img ul li img {
  width: 75%;
}

.portfolio_img ul li img {right: 29px !important;}

body.lp_wrap.author_page .container {
  max-width: 1280px !important;
}

div#navbarSupportedContent ul.navbar-nav li:last-child {
  width: 10%;
}

}

@media only screen and (max-width: 1199px){

  section.header_top .col-md-8, section.header_top .col-md-4 {
    width: 50%;
}

  .design_content p {
    width: 100% !important;
}

div#navbarSupportedContent ul.navbar-nav li:last-child button.btn-dark {
    padding: 0;
    font-size: 12px;
    width: 120px !important;
    height: 45px;
}

div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 10px !important;
}

div#navbarSupportedContent ul.navbar-nav li:last-child {
    margin: 0 0 0 10px !important;
}
}

@media only screen and (max-width: 1200px) {

  .portfolio_img ul li img.hide {
    right: 24px !important;
}

  div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0px 0 20px !important;
}

div#navbarSupportedContent ul.navbar-nav li:last-child {
    margin: 0 0 0 10px !important;
}

.main_ban_content h2 {
  font-size: 45px;
  line-height: 55px;
}

.design_content h2 {
  font-size: 40px;
  line-height: 50px;
}

.cta_content h2 {
  font-size: 40px;
}

.cta_img img {
  margin-top: -120px;
}

section.cta_sec_author {
  height: 250px;
}

.portfolio_inner h2 {
  font-size: 40px;
  line-height: 50px;
}

.chose_inner h2 {
  font-size: 40px;
  line-height: 50px;
}

.icon_wraper .item_wrap ul li h5 {
  font-size: 18px;
}

.icon_wraper .item_wrap ul li p {
  font-size: 14px !important;
}

  .packages_boxes ul {
    padding-left: 30px !important;
  }

}

@media only screen and (max-width: 320px) {}


@media(max-width: 1180px) {





}


.portfolio_images ul li:hover img.scale_1 {
  transform: scale(1.1);
  transition: 0.5s;
}

img.scale_1 {
  transition: 0.5s;
}

.top_header_boxes.top-head-combo {
  background: #fff !important;
  box-shadow: 1px 1px 11px 1px #e3e3e3;
}

.top_header_boxes.top-head-combo h5 {
  text-align: left;
  font-size: 34px;
  font-weight: 900;
  line-height: 51px;
}

.top_header_boxes.top-head-combo h2 {
  text-align: left;
  font-weight: 700;
  line-height: 71px;
  font-size: 48px;
  color: #000 !important;
}

.top_header_boxes.top-head-combo h6 {
  color: #000;
  text-align: end;
}

.global_btn.text-left.combo-button {
  margin: 0 0 0 22px !important;
}

.top_header_boxes.top-head-combo p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tabs_inners h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
}

.tabs_inners p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 17px !important;
  text-align: center;
}

.box-shdows {
  border-radius: 43px;
  background: #EEEEEE;
  box-shadow: 3px 3px 11px 8px #76666617;
  padding: 44px 0;
  position: relative;
}

.about_us {
  text-align: center;
  position: relative;
}

.about_us h1 {
  font-size: 96px;
  line-height: 73px;
  font-weight: 600;
  text-align: center;
}

.about_us p {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  width: 50%;
  margin: 30px auto !important;
}


.about_us::after {
  content: "";
  position: absolute;
  background: url(../images/banner-left.png);
  height: 170px;
  width: 170px;
  left: 8px;
  right: 0;
  background-repeat: no-repeat;
  top: 133px;
}

.about_us::before {
  content: '';
  position: absolute;
  background: url(../images/banner-left.png);
  height: 170px;
  width: 170px;
  left: 84%;
  right: 0;
  background-repeat: no-repeat;
  top: -124px;
}

.about-third h5 {
  font-size: 26px;
  line-height: 39px;
  color: black;
}

.about-third {
  text-align: center;
}

.about-third h1 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
}

.about-third p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.conuts {
  text-align: center;
}

.conuts h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}

.conuts p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.team-head h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

.team-head {
  text-align: center;
}

.team-head p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.award-head {
  text-align: center;
}

.award-head h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
}

.award-img.d-flex {
  text-align: center;
}

video#vid {
  width: 100%;
  height: auto;
}

.about_content p {
  color: black;
  font-size: 20px;
}

.row.mt-5.align-items-center.new_sec {
  padding: 30px 0;
}

.banner_form.contact::after {
  display: none;
}


/* side widgets  */



.floatbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -370px;
  top: 28%;
  font-size: 0;
  width: 425px;
  z-index: 99;
}

.btns_wrap {
  position: fixed;
  right: 0px;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  background: var(--brand-gradient);
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: var(--brand-gradient);
  font-size: 14px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: var(--brand-gradient);
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background: var(--brand-gradient);
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: var(--brand-gradient);
  font-size: 14px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: var(--brand-gradient);
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.floatbutton .clickbutton {
  width: 100px;
  z-index: 999;
  height: 240px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background: var(--brand-gradient);
  /* font-family: Poppins, sans-serif; */
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  /* transform: rotate(-90deg); */
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  /* left: -30px; */
  white-space: pre;
  /* bottom: 55px; */
  width: 100px;
  height: 200px;
}

.floatbutton .clickbutton .crossplus a {
  width: 100%;
  display: block;
  transform: rotate(-90deg) translate(-40px, -20px);
  position: relative;
  top: 66px;
  letter-spacing: 2px;
  word-spacing: 4px;
}

.text-white {
  color: #fff !important;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.crossplus svg {
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0px;
  width: 55px;
  background: transparent !important;
  border-bottom: 2px solid #fff;
}

.floatbutton .clickbutton .crossplus a span {
  color: red;
}

.btns_wrap .call_wrap span.icoo svg {
  color: black;
}

.btns_wrap .call_wrap span.icoo svg {
  color: #fff;
}

.btns_wrap .chat_wrap span.icoo svg {
  color: #fff;
}

.crossplus svg path {
  color: #fff;
}

.floatbutton .clickbutton .crossplus a {
  color: #ffff !important;
}

.floatbutton .clickbutton .crossplus a span {
  color: white;
}

/* end of side widgets  */



/* new home page section  */

.main_video_sec {
  position: relative;
  z-index: 0;
  margin: 0 0 -10px 0;
  overflow: hidden;
  backdrop-filter: blur(1px);
}

.main_video_sec video {
  width: 100%;
  opacity: 1.1;
}

.main_video_sub {
  position: absolute;
  top: 360px;
}

h5 {
  color: white;
}

.container.main_video_sub h5 {
  font-size: 14px;
  color: #fff;
  position: relative;
  margin: 0;
  width: fit-content;
  padding-left: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  width: 85%;
  margin: -20px auto 0px;
}

.container.main_video_sub h5:after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  background: var(--brand-gradient);
  height: 3px;
}

.container.main_video_sub h2 {
  font-size: 110px;
  color: #ffffff;
  font-weight: 700;
  width: 85%;
  margin: 0 auto;
}

.container.main_video_sub p {
  color: white;
  margin: -10px 0 20px 0 !important;
  font-size: 19px;
  width: 85%;
  margin: 0 auto !important;
}


ul.owl-testimonial2 {
  display: flex;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}

ul.owl-testimonial2 li img {
  width: 100%;
  filter: grayscale(11);
}

ul.owl-testimonial2 li img:hover {
  filter: invert(0);
}

ul.owl-testimonial2.owl-carousel.owl-theme.owl-loaded.owl-drag li img {
  aspect-ratio: 4/3;
  width: auto;
  object-fit: contain;
}

ul.owl-testimonial2.owl-carousel.owl-theme.owl-loaded.owl-drag {
  display: flex !important;
  justify-content: center;
}

div#original,
div#duplicate {
  position: absolute;
  z-index: 99;
}

.main_side_banner h2 span {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.main_side_banner ul li:nth-child(2) img {
  width: 70%;
  filter: invert(1);
  margin: 10px 0 0 33px;
}

.main_side_banner h2 {
  font-size: 34px;
  width: 100%;
  margin: 0px 0 20px 0;
  color: white;
  font-weight: 600;
}

.main_side_banner p {
  color: white;
  font-size: 16px;
  margin: 0 54px 20px 0 !important;
}

.container.main_video_sub .btn-wraper {
  width: 85%;
  margin: 20px auto 0;
}

.main_video_sub {
  position: absolute;
  top: 250px;
}

section.added_sec_2 {
  padding: 60px 0;
}

.timeless h5 {
  font-size: 25px;
  color: black;
  position: relative;
}

.timeless h5:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  background: var(--brand-gradient);
  height: 2px;
}

.timeless h2 {
  font-size: 48px;
  font-weight: 400;
}

.timeless_content p {
  text-align: start;
  color: black;
  font-size: 17px;
}

.row.border_bottom {
  border-bottom: 1px solid #000;
  margin-bottom: 75px;
  padding: 0 33px;
  padding-bottom: 35px;
}

.service-box {
  margin: 0 auto;
  min-height: 92px;
  padding: 20px 40px;
  margin-bottom: 24px;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
  -moz-transition: ease-in-out all .3s;
}

.service-box .icon {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

.service-box h4 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 63%;
  font-size: 18px;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
  -moz-transition: ease-in-out all .3s;
}

.service-box .icon img {
  width: auto;
}

.service-box:hover {
  background: #252525;
}

.service-box:hover h4 {
  color: white;
}

.container.main_video_sub .btn-wraper button.btn-dark:hover {
  color: black;
}

.about_content.text-center p {
  color: white;
  text-align: start;
}

.inner_about_video img {
  width: 100%;
}

.test-star {
  margin: 0 !important;
}

.footer_inner a img {
  width: 80%;
}

.row.mt-5.different_row {
  margin: 1px 0 30px 0 !important;
}

.overlay {
  width: 100%;
  height: 769px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

ul.logo_slider li img {
  aspect-ratio: 4/3;
  width: 40%;
  object-fit: contain;
  /* filter: invert(0) brightness(800.5); */
}

ul.logo_slider li img:hover {
  filter: none;
}

ul.tabs-li li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-gradient);
  position: relative;
  left: -15px;
  top: -15px;
}

.global_btn button.btn-dark:active,
.global_btn button.btn-dark:hover,
.global_btn button.btn-dark:focus {
  color: white;
  border: 2px solid white;
}

.box-shdows p {
  font-weight: 600 !important;
  text-transform: uppercase;
}

.box-shdows.left_side:before {
  position: absolute;
  left: -56px;
}

p {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.tabs-content.text-center h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.top_header_boxes button.btn-dark:active,
.top_header_boxes button.btn-dark:focus {
  background: black;
  color: white;
}


.aproch_circle.last_starterd span:after {
  content: "";
  display: block;
  background: var(--brand-gradient);
  width: 22px;
  height: 22px;
  border-radius: 20px;
  position: absolute;
  left: unset;
  right: -10px;
  top: 131px;
}

.form_bottom form input::placeholder,
.form_bottom form textarea::placeholder {
  color: white;
}

.content_terms h4.sub-heading,
.content_terms h3.sub-heading {
  font-size: 35px;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 20px 0 20px 0;
}

.content_terms {
  padding: 0 0 50px 0;
}

section.sec_1.other-sec-banner.privacy_ha {
  height: 340px;
}

.footer_inner ul li a {
  margin: 0 0 10px 0;
  color: white;
  /* text-transform: uppercase !important; */
}


ul.home_slider {
  display: flex !important;
}

button {
  text-transform: capitalize !important;
}

.servces img {
  margin: 0 0 0 -120px;
}

.conuts.helloplus h1 {
  position: relative;
}

.conuts.helloplus h1:after {
  content: "+";
}

.team_img.d-flex {
  position: relative;
}

.team_img.d-flex:after {
  content: '';
  position: absolute;
  background: url(../images/banner-left.png);
  height: 170px;
  width: 170px;
  top: -24%;
  left: 87%;
  background-repeat: no-repeat;
  z-index: -1;
}

.team_img.d-flex:before {
  content: '';
  position: absolute;
  background: url(../images/banner-left.png);
  height: 170px;
  width: 170px;
  top: 56%;
  left: -70px;
  background-repeat: no-repeat;
  z-index: -1;
  right: unset;
}

section.sec_1.other-sec-banner {
  height: 680px;
  overflow-x: hidden;
}

.banner_form.contact form input,
.banner_form.contact form textarea {
  color: black;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.row.mt-3.p-5.home_slider {
  margin: -90px 0 0 0 !important;
}

.footer_inner ul li a svg {
  font-size: 21px;
  margin: 0 10px 0px 0;
}

.tab-img img {
  width: 68%;
  margin: 0 auto !important;
}

.about_us.pack_detailss h1 {
  font-size: 48px;
  line-height: 52px;
  width: 80%;
  margin: 0 auto;
}

.about_us.pack_detailss::before {
  display: none;
}

.about_us.pack_detailss::after {
  display: none;
}



section.sec_1.other-sec-banner.semi_abouit.pack_details {
  height: auto;
  padding: 60px 0;
}

.main_detail_pack h2 {
  font-size: 38px;
  margin: 0 0 20px 0;
}

.main_detail_pack .global_btn.text-center {
  justify-content: start;
}

.main_detail_pack {
  padding: 0 0 0 20px;
}

.main_detail_pack p {
  margin: 0 0 20px 0 !important;
}

.packages_inner {
  margin: 0 0 50px 0;
}

.banner_inner_services.new_inner h1 {
  font-size: 71px;
  line-height: 62px;
}

.banner_inner_services.new_inner p {
  width: 80%;
}

ul.dropdown-menu {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out !important;
  display: block;
  opacity: 0;
}

ul.dropdown-menu.show {
  background: white;
  padding: 10px 13px !important;
  margin: 20px 0 0 20px;
  border: none;
  border-radius: 0;
  position: relative;
  left: -40px;
  top: 40px;
  border-radius: 10px;
  height: auto;
  opacity: 1;
}

ul.dropdown-menu.show li {
  margin: 0 0 7px !important;
  border-bottom: 1px dotted;
  padding: 6px 5px 6px 5px;
  border-background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

ul.dropdown-menu.show li:last-child {
  border: none;
  padding-bottom: 0;
}


ul.dropdown-menu.show li:hover {
  background: var(--brand-gradient);
  color: white;
}

ul.dropdown-menu.show li a.dropdown-item:hover {
  background: transparent !important;
}

ul.dropdown-menu.show li:hover a {
  color: white;
}

ul.dropdown-menu.show li a.dropdown-item:hover {
  color: black !important;
}


section.home_vido_animaiton {
  padding: 150px 0;
  background: url(../images/home-banner-3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
}

.left_con_content h2 {
  font-size: 38px;
  color: white;
  font-weight: 300;
  position: relative;
}

.left_con_content h2 strong {
  font-size: 44px;
  font-weight: 700;
}

.left_con_content h2 span {
  font-size: 40px;
}

.left_con_content h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 431px;
  height: 3px;
  color: white;
  background: white;
  top: unset;
  bottom: -10px;
}

.left_con_content p {
  color: white;
  margin: 30px 0 0 0 !important;
  width: 60%;
  font-size: 20px !important;
}

section.home_vido_animaiton::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/cart-trans.webp);
  background-repeat: no-repeat;
  width: 535px;
  height: 440px;
  z-index: 999;
  top: 256px;
  right: 11px !important;
  z-index: 0;

}

section.spark_an {
  padding: 60px 0;
}

.main_head_spark h4 {
  font-size: 30px;
  font-weight: 400;
}

.main_head_spark h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.main_head_spark p {
  font-size: 20px !important;
  width: 80%;
  margin: 0 0 31px 0 !important;
}

.main_tabs_content ul#myTab {
  display: flex;
  flex-direction: column;
  border: none;
}

.main_tabs_content ul#myTab li.nav-item {
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
  border-radius: 10px;
  height: auto;
  width: 80%;
}

.main_tabs_content ul#myTab li.nav-item button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  width: 100%;
  margin: 0 0 0 0 !important;
  padding: 20px 10px 20px 10px;
}

.main_tabs_content ul#myTab li.nav-item button .icon_here {
  flex: 0 0 20%;
  z-index: 0;
}

.main_tabs_content ul#myTab li.nav-item button .service-text {
  flex: 0 0 80%;
}

.main_service h3 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.main_service p {
  font-size: 20px !important;
  margin: 0 0 30px 0 !important;
}

.inner_serivice-image-box img {
  width: 100%;
  margin: 0 30px 0 0;
}

.inner_serivice-image-box {
  display: flex;
}

.service-cta.inner-service-cta ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-cta.inner-service-cta {
  position: relative;
  margin: 60px 0 0 0;
}

.service-cta.inner-service-cta::after {
  content: "";
  display: block;
  position: absolute;
  top: -41px;
  background: gray;
  width: 850px;
  height: 1.5px;
}

.service-cta.inner-service-cta ul li.first a.service-btn.popup-open.hvr-pulse-grow {
  border: 1px solid transparent; border-image: var(--brand-gradient-border) 1;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 50px;
  border-radius: 50px;
}

.service-cta.inner-service-cta ul li a.service-chat {
  display: inline-block;
  transition: all .5s ease-in-out;
}

.service-cta.inner-service-cta ul li a.service-chat span {
  color: #333333;
  font-weight: normal;
  font-size: 11px;
  position: relative;
}

/* .service-cta.inner-service-cta ul li a.service-chat.chatt span:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -25px;
  top: -4px;
  color: #ff0042;
  content: "\f086";
} */

.service-cta.inner-service-cta ul li a.service-chat h3 {
  font-size: 21px;
  font-weight: 600;
  color: #333333;
  margin: 3px 0px;
}


.service-cta.inner-service-cta ul li.last a.service-order.popup-open.hvr-pulse-grow {
  background: var(--brand-gradient);
  box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: -webkit-inline-box;
  padding: 4px 2px 4px 20px;
  margin-left: 0;
}

.main_tabs_content ul#myTab li.nav-item button .icon_here svg#Capa_1 {
  width: 100%;
  height: auto;
}

.service-text span {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}

.service-text h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-top: 5px;
}

.main_tabs_content ul#myTab li.nav-item button:hover {
  border-right: 7px solid transparent; border-image: var(--brand-gradient-border) 1;
}

.main_tabs_content ul#myTab li.nav-item button.nav-link.active {
  border: 2px solid transparent; border-image: var(--brand-gradient-border) 1;
  border-right: 7px solid transparent; border-image: var(--brand-gradient-border) 1;
}

section.portfolio {
  padding: 60px 0;
}

.video_auto_main_head h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.video_auto_main_head p {
  text-align: center;
  margin: 0 0 20px 0 !important;
}

.main_auto_video_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.main_auto_video_sec ul li {
  margin: 0 10px 50px 0;
  flex: 0 0 32%;
}

.main_auto_video_sec {
  width: 100% !important;
}



.main_auto_video_sec ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  left: 0;
  right: 0;
  top: 60px;
  visibility: hidden;
}




.main_auto_video_sec ul li a:hover:before {
  visibility: visible;
}

section.packages_banner {
  padding: 90px 0;
  background: url(../images/pricing-banner.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.main_packages_head h4 {
  font-size: 38px;
  color: white;
  font-weight: 300;
  margin: 0 0 0 0;
}

.main_packages_head h2 {
  font-size: 41px;
  font-weight: 800;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0 0 0 0;
}

.main_packages_head p {
  color: white;
  width: 80%;
  margin: 20px 0 0 0 !important;
  line-height: 27px;
  position: relative;
}

.border_div.cambos-pkg {
  display: flex;
  flex-wrap: wrap;
  /* height: 550px !important; */
  /* overflow-y: scroll; */
  margin-top: 10px;
  /* padding: 0 0 60px 0 !important; */
  margin-top: 0px !important;
}

.global_btn.text-center.combo-pkgss {
  justify-content: center !important;
}

ul.cambo-pkg {
  flex: 0 0 33%;
  margin: 10px 0 40px 0 !important;
  height: 350px;
  overflow: auto;
  overflow-x: hidden;
}

.main_packages_head p::before {
  content: '';
  display: block;
  background: white;
  width: 700px;
  height: 2px;
  position: absolute;
  top: -15px;
}

.main_packages_head {
  padding: 70px 0 0 0;
}

section.packages_sec {
  padding: 60px 0;
}

.main_tab_packages_head h2 {
  text-align: center;
  font-size: 41px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.main_tab_packages_head p {
  text-align: center;
  width: 70%;
  margin: -7px auto 30px !important;
  line-height: 26px;
  font-size: 17px !important;
}

.packages_tabing ul#pills-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

s_tabing ul#pills li.nav-item {
  flex: 0 0 30%;
}

s_tabing ul#pills li.nav-item button .nav-link {
  border-radius: 20px !important;
  background: gray;
  color: green;
}

.packages_tabing ul#pills-tab li.nav-item button.nav-link {
  background: var(--brand-gradient);
  border-radius: 20px;
  padding: 10px 30px 10px 30px;
  width: 200px;
  color: white;
  font-weight: 600;
}

.packages_tabing ul#pills-tab li {
  flex: 0 0 16%;
  margin: 0 10px 20px 10px;
}

.packages_tabing ul#pills-tab li.nav-item button.nav-link.active {
  background: var(--brand-gradient);
}

.combo_packages {
  background: url(../images/combo-banner.webp) !important;
}

.email {
  text-transform: lowercase !important;
}

ul.cambo-pkg h2,
ul.cambo-pkg2 h2 {
  font-size: 22px;
}


.item_wraper ul li {
 
height: 290px;
 
margin: 0 50px 0 60px;
 
padding: 0 20px 0 10px;
}
.content_terms ol {
  padding: 0  0 0 20px;
  margin: 10px 0 0 0;
}
.content_terms b {
  font-weight: 400;
}
.content_terms ul li svg {
  font-size: 7px;
  position: relative;
  top: -3px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.about_us.privacyy h1 {
  font-size: 70px;
}
section#home {
}
.main_ban_content h1 {
  font-size: 21px;
  font-weight: 400;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* text-align: center; */
}

.main_ban_content h3 {
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}

.global_btn a button.btn_global {
  background: var(--brand-gradient);
  padding: 13px 25px 13px 25px;
  border-radius: 42px;
  border: none;
  font-size: 16px;
  color: white;
}

.main_ban_form {
  background: white;
  color: black;
  max-width: 400px;
  width: 100%;
  padding: 30px 10px 30px 10px;
  border-radius: 30px;
}

.main_ban_form h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 33px;
}

.main_ban_form p {
  font-size: 19px !important;
  text-align: center;
  font-weight: 500 !important;
  margin: 0 0 25px 0 !important;
}

.main_ban_form form {
  display: flex;
  flex-wrap: wrap;
}

.main_ban_form form input {
  flex: 0 0 90%;
  margin: 0 auto 10px;
  height: 42px;
  border: 1px solid #5E5E5E;
  border-radius: 10px;
  padding: 0 0 0 20px;
}

.main_ban_form form input[type="submit"] {
  background: var(--brand-gradient);
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  flex: 0 0 50%;
  text-align: center;
  padding: 0;
  border-radius: 20px;
}
.main_ban_form form textarea {
  flex: 0 0 90%;
  margin: 10px auto 21px;
  border: 1px solid #5E5E5E;
  border-radius: 10px;
  padding: inherit;
  height: 70px;
  padding: 10px 0 0 20px;
  font-size: 17px;
}
section.added_sec_2.new_sec {
  padding: 5px 0 50px 0;
  position: relative;
}

.web_design_content h4 {
  font-size: 16px;
  font-weight: 400;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin: 0 0 20px 0;
}

.web_design_content h2 {
  font-size: 48px;
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 600;
  line-height: 60px;
  text-transform: capitalize;
}

.web_design_content p {
  width: 80%;
  margin: 0 auto 0 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.web_design_content .global_btn {
  justify-content: center;
  gap: 10px;
}

section.added_sec_2.new_sec::after {
  content: '';
  display: block;
  background: url(../images/right_side.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 145px;
  height: 465px;
  background-size: contain;
  top: unset;
  left: unset;
  right: 0px;
  bottom: -40px;
  filter: hue-rotate(
225deg);
}

section.added_sec_2.new_sec::before {
  content: '';
  display: block;
  background: url(../images/left_side.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 465px;
  height: 465px;
  top: 0;
  left: 0px;
  filter: hue-rotate(
225deg);
}
.row.yeh_slider_hai {
  width: 90%;
  margin: 20px auto 0;
  background: #FBFBFB;
  padding: -7px 20px 30px 20px;
  border-radius: 40px;
}

section.sec_3 ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:30px 0 0 0 !important;
}

section.sec_3 ul.slick-dots li {
  font-size: 0;
}

section.sec_3 ul.slick-dots li button {
  background: #EAEAEA;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
}

section.sec_3 ul.slick-dots li {
  margin: 0 5px;
}

section.sec_3 ul.slick-dots li.slick-active button {
  background: var(--brand-gradient);
}
.about_content.text-center .global_btn.text-center {
  justify-content: start;
}

.share_idea_img {
  text-align: end;
}
.packages_boxes h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.packages_boxes h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.packages_boxes h2 h6 del {
  font-size: 20px;
  margin: 0px 0 0 0;
}

.packages_boxes h6 del {
  font-size: 20px;
  margin: 20px 0 0 0 !important;
}

.packages_boxes ul {
  margin: 40px 0 0 0 !important;
  padding: 30px 20px 20px 20px !important;
  background: #EEEEEE;
  text-align: start;
}


.packages_boxes .global_btn.text-center {
  position: absolute;
  bottom: -20px;
  display: flex !important;
  left: 0;
}

.packages_boxes button.btn-dark {
  flex: 0 0 45%;
}

.packages_boxes .global_btn.text-center button.btn-dark {
  flex: 0 0 40%;
}

.packages_boxes .global_btn.text-center a button.btn-dark {
  flex: 0 0 45%;
}
section.sec_4 .tabs_navs ul#myTab li.nav-item button {
  background: #F1F1F1;
}





.aproch_circle.started-cire {
  display: flex;
  width: 486px;
  background: white;
  padding: 20px 20px 20px 20px;
  border-radius: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  align-items: center;
}

.aproch_circle.started-cire span {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
}
.aproch_circle.started-cire span h1 {
  font-size: 90px;
  margin: 0px 30px 0 40px;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}

.aproch_circle.started-cire span img {
  width: 100%;
  margin: 0 20px 0 0;
}

.aproch_circle.started-cire .circle_box {
  margin: 0;
}

.aproch_circle.started-cire .circle_box h2 {
  font-size: 20px;
  margin: 0 0 0 0;
}
.row.aproch_circle_wrap {
  position: relative;
}

.row.aproch_circle_wrap::before {
  content: "";
  display: block;
  background: url(../images/vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 306px;
  height: 2123px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.container.box_white {
  background: #FBFBFB;
  padding: 60px 40px 120px 30px;
  text-align: center;
  border-radius: 50px;
  width: 75%;
  margin: 40px auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: auto;
  position: relative;
  /* z-index: 1 !important; */
}


.aproch_circle.started-cire.two {
  margin: 90px 0 0 0;
  height: 173px;
}

.aproch_circle.started-cire.three {
  margin: 160px 0 0 50px;
  height: 173px;

}
.aproch_circle.started-cire.four {
  margin: 100px 50px 0 0;
  height: 173px;
}
.aproch_circle.started-cire.one {
  margin: 80px 0 0 50px;
  height: 173px;
}
.main_aproach_text h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.main_aproach_text p {
  width: 90%;
  margin: 0 auto 60px !important;
}

.row.aproch_circle_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--brand-gradient);
  width: 20px;
  height: 20px;
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -9px;
}
.chose_inner img {
  width: 75%;
  margin-top: 30px;
}
.col-md-12.selected .aproch_circle {
  background: var(--brand-gradient);
}

.col-md-12.selected .aproch_circle .circle_box h2 {
  color: white;
}
.aproch_circle.started-cire.four::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  left: 30px;
  right: 0;
  top: unset;
  bottom: 0;
}
.aproch_circle.started-cire.four {
  position: relative;
}
.container.box_white.hello_img::after {
  content: '';
  display: block;
  background: url(../images/side_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 400px;
  width: 1055px;
  height: 372.55px;
  z-index: -1;
  rotate: 49deg;
  left: -600px;
  filter: hue-rotate(
225deg);
}
.container.box_white.hello_img::before {
  content: '';
  display: block;
  background: url(../images/side_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 400px;
  width: 1055px;
  height: 372.55px;
  z-index: -1;
  rotate: -221deg;
  left: unset;
  right: -600px;
  filter: hue-rotate(
225deg);
}
section.sec_4 {
  overflow: hidden;
}
.row.aproch_circle_wrap .global_btn.text-center {
  margin: 120px 0 -50px 0;
}
.item_wraper ul li span:nth-child(1) img {
  position: absolute;
  left: -49px;
  top: 70px;
  width: 119px;
  height: 119px;
}

.about-sec{
  margin-top: 100px;
}
.about-sec h2
{font-size: 35px;
  line-height: 45px;
margin-top: 100px;
font-weight: 600;
}
.about-sec p
{
  font-size: 15px !important;
  line-height: 24px;
  text-align: justify;
  width: 95%;
}


.item_wraper ul li span:nth-child(2) h5, .item_wraper ul li span:nth-child(2) p,.item_wraper ul li span:nth-child(2) img {
  padding: 0 20px 0 70px;
}


.testimonial_wraper.testimonial_slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  height: 390px !important;
  margin: 20px 0 0 0 !important;
}
.form_bottom form .inner_fields input::placeholder {
  color: #7D7D7D;
}

.form_bottom form input::placeholder, .form_bottom form textarea::placeholder {
  color: #7D7D7D;
}


div#navbarSupportedContent ul.navbar-nav li:last-child {
  margin: 0 0 0 40px;
}
ul.tabs-li li {
  list-style: none;
}
ul.tabs-li li span {
  font-size: 13px !important;
}
div#exampleModal {
  overflow: hidden;
}


.footer_inner ul li a svg {
  font-size: 18px;
  margin: 0 20px 0px 0px;
}

.footer_inner ul li {
  margin: 0 0 10px 0;
}

.footer_inner ul li:nth-child(2) a svg {
  margin: 0 16px 0 0;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #333 #f1f1f1;
}

*::-webkit-scrollbar {
  width: 5px;
  border-radius: 15px;
  
}

*::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 15px;
}

*::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.tab-img img.main_marketing {
  /* height: 390px; */
  width: 40%;
  display: flex;
}
ul.true_slider li img {
  width: 100%;
}

section.sec_faqs {
  padding: 60px 0;
  overflow: hidden;
}

.faqs_head h2 {
  text-align: center;
  font-size: 40px;
  margin: 0 0 20px 0;
}

.faqs_head p {
  text-align: center;
  margin: 0 0 50px 0 !important;
}

.faqs_content div#accordionExample {
  border: none;
}

.faqs_content div#accordionExample .accordion-item {
  border: 0;
}


.faqs_content div#accordionExample .accordion-item h2.accordion-header button.accordion-button.collapsed {
  background: var(--brand-gradient);
  color: white;
  margin: 0 0 20px 0;
  border-radius: 21px;
}

.accordion-button::after {filter: invert(1);}

.faqs_content div#accordionExample .accordion-item h2.accordion-header button.accordion-button {
  background: var(--brand-gradient);
  color: white;
  border-radius: 20px;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(11) brightness(40.5);
}
.footer_inner ul li a img {
  width: 15%;
}

section.added_new_sec {
  padding: 60px 0;
  background: #000;
}
.added_img{
  text-align: center;
}
.added_img img {
  width: 60%;
}

.main_added_content h5 {
  letter-spacing: 9px;
  font-size: 19px;
  font-weight: 400;
  color: white;
  margin: 0;
}

.main_added_content h2 {
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: white;
  margin: 10px 0 30px 0;
}

.main_added_content h2 span {
  color: #fff;
}

.main_added_content p {
  font-size: 18px;
  color: white;
  font-weight: 400;
  line-height: 24px;
}

.main_added_content p ul {
  display: flex;
  padding: 0;
}

.main_added_content p ul li {
  font-size: 18px;
}

.main_added_content ul {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 20px !important;
}

.main_added_content ul li {
  color: white;
  font-size: 18px;
  margin: 0 0 7px 0;
  font-weight: 400;
  position: relative;
}

.main_added_content ul li::after {
  content: '';
  display: block;
  background: white;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  right: unset;
  top: 8px;
}
.aproch_circle.started-cire.Five {
  margin-top: 140px;
}

.aproch_circle.started-cire.six {
  margin-top: 140px;
}

.aproch_circle.started-cire.seven {
  margin-top: 120px;
}

.aproch_circle.started-cire.seven {
  position: relative;
}



.aproch_circle.started-cire.seven::after {
  content: '';
  display: block;
}

.aproch_circle.started-cire.seven::after {
  content: "";
  display: block;
  background: var(--brand-gradient);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: unset;
  bottom: -43px;
  left: 450px;
  right: 0;
  margin: 0 auto;
}



@media only screen and (max-width: 1366px) {
  .aproch_circle.started-cire.seven::after {
    left: 430px;
}
  .modal-content {
    top: -8px;
}
  .footer_inner ul li a {
    font-size: 13px !important;
}

.footer_inner ul li a svg {
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 10px 0 0px;
}
ul.tabs-li li span {
  font-size: 11px !important;
}
  .aproch_circle.started-cire.four::after {
    left: 60px;
    bottom: -65px;
}
  div#navbarSupportedContent ul.navbar-nav li a {
    font-size: 11px;
  }

  .global_btn.text-center.combo-pkgss button,
  .global_btn.text-center.combo-pkgss a {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 0 30px 0 30px;
  }

  .main_video_sub {
    top: 200px;
  }

  div#original,
  div#duplicate {
    top: 230px;
  }

  section.sec_4 .global_btn.text-center button .global_btn.text-center {
    display: block !important;
  }

  .tab-img img {
    width: 90%;
  }

  .team_img.d-flex .col-md-3 img {
    width: 80%;
  }

  .tabs_navs ul#myTab li.nav-item button {
    font-size: 14px;
  }

  .box-shdows.shadow-bocx::after {
    left: 139px !important;
  }

  .container.main_video_sub h2 {
    font-size: 64px !important;
  }

  section.sec_4 .global_btn.text-center {
    display: block;
  }

  section.sec_4 .global_btn.text-center button {
    width: max-content;
    padding: 0 30px 0 30px;
    font-size: 18px;
  }

  .packages_inner p {
    font-size: 19px;
  }

  .row.mt-5.aproch_circle_wrap {
    margin-top: 5rem !important;
  }

  /* .packages_boxes .global_btn.text-center a {
    flex: 0 0 40%;
  } */

  /* .packages_boxes .global_btn.text-center button.btn-dark {
    flex: 0 0 50%;
  }

  .packages_boxes .global_btn.text-center button.btn-dark {
    width: 100%;
  } */

  /* .packages_boxes .global_btn.text-center a {
    flex: 0 0 46%;
  }

  .packages_boxes .global_btn.text-center button.btn-dark {
    flex: 0 0 50%;
  }

  .packages_boxes .global_btn.text-center button.btn-dark {
    width: 100%;
  } */

  .global_btn a button.btn-dark {
    margin: 0 !important;
    width: max-content;
    padding: 0 30px 0 30px;
  }

  .global_btn button.btn-dark {
    margin: 0 0px 0 0px;
  }
  .item_wraper ul li {
    padding: 10px 0px 30px 10px;
}

.item_wraper ul li span:nth-child(2) img {
    margin: -16px 0 0 0 !important;
}

  /* .global_btn a {
    flex: 0 0 25%;
  } */

  .global_btn button.btn-dark {
    flex: 0 0 auto;
    margin: 0 10px 0 0;
  }

  .testimonial_inner h5:before {
    left: 25%;
  }

  .testimonial_inner h5:after {
    right: 25%;
  }

  .item_wraper ul li p {
    font-size: 15px;
  }

}

@media only screen and (max-width: 767px) {

  .portfolio_img ul li img.hide {
    right: 45px !important;
}

  .author_btn {
    flex-wrap: wrap;
    justify-content: space-between;
}

.design_content p {
    width: 100%;
    font-size: 16px !important;
}

.main_ban_content h2 {
    font-size: 30px;
    line-height: 40px;
}

.main_ban_content p {
    text-align: left !important;
}

.author_btn span {
    margin: 0;
    flex: 0 0 48%;
}

.author_btn span button, .author_btn span a {
    width: 100%;
}

.author_banner {
    margin: 40px 0 0 0;
}

section.author_page_sec_1 {
    padding-bottom: 40px;
    padding-top: 60px;
}

section.design_sec {
    padding: 50px 0;
}

.design_content h2 {
    width: 100% !important;
    font-size: 30px;
    line-height: 40px;
}

.design_content {
    text-align: left;
}

.author_btn.right {
    justify-content: space-between;
}

section.cta_sec_author {
    height: auto !important;
    padding: 30px 0 0 0;
}

.cta_img img {
    margin: 0;
}

.cta_content h2 {
    font-size: 30px;
    line-height: 30px;
}

.cta_content h2 span {
    font-size: 30px;
}

.portfolio_inner h2 {
    font-size: 27px;
    line-height: 35px;
    width: 100%;
    margin: 0 0 20px 0;
}

.portfolio_inner p {
    font-size: 16px !important;
}

section.chose_sec {
    padding: 40px 0;
}

.chose_inner h2 {
    font-size: 30px;
    line-height: 40px;
}

.chose_inner p {
    font-size: 16px !important;
}

.icon_wraper {
    display: block;
}

.item_wrap {
    padding: 0 !important;
    border: none !important;
}

.icon_wraper .item_wrap ul li {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border: none !important;
}

  .left_con_img img {
    display: none;
  }

  .left_con_content p {
    width: 100%;
  }

.pac{
  display: none;
}


  section.home_vido_animaiton {
    padding: 100px 0;
  }

  .service-cta.inner-service-cta ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .service-cta.inner-service-cta ul li {
    margin: 0 0 10px 0;
  }

  .border_div.cambos-pkg {
    display: block;
    overflow-y: auto;
  }

  .cta_form_inner ul li a {
    font-size: small;
  }

  .border_div.cambos-pkg ul.cambo-pkg2 {
    overflow: hidden;
    height: auto;
    margin: 0 0 0 0 !important;
    width: 100% !important;
    flex: 0 0 100%;
  }

  .border_div.cambos-pkg {
    display: flex;
    flex-direction: row;
    height: 400px !important;
    overflow-y: auto !important;
    margin-bottom: 30px !important;
  }

  .border_div.cambos-pkg ul.cambo-pkg {
    height: auto !important;
    margin: 0 0 0 0 !important;
  }

  .main_packages_head p::before {
    width: auto !important;
  }

  ul.dropdown-menu.show {
    left: -6px;
    background: #e9e9e9;
    top: 9px;
    right: 0;
    margin: 0 auto !important;
  }

  section.sec_1 {
    height: auto;
    padding: 60px 0 0 0;
  }

  section.header_top {
    display: none;
  }

  ul.cambo-pkg {
    margin: 0 !important;
    padding: 9px 0 10px 40px !important;
    flex: 0 0 100% !important;
  }

  .border_div.cambos-pkg {
    height: 424px !important;
    padding: 30px 0 0 0 !important;
  }

  button.navbar-toggler,
  header.main_header .mobile-toggle {
    background: transparent;
    position: static;
  }

  .left_con_content h2::after {
    display: none !important;
  }

  header.main_header .row.align-items-center {
    padding: 0;
  }

  .service-cta.inner-service-cta::after {
    display: none !important;
  }

  .inner_serivice-image-box img {
    width: 45% !important;
  }

  .main_service {
    margin-top: 27px;
    text-align: center;
  }

  .main_tabs_content ul#myTab li.nav-item {
    width: 100% !important;
  }

  .main_head_spark {
    text-align: -webkit-center;
  }

  section.home_vido_animaiton::after {
    display: none !important;
  }

  .main_auto_video_sec ul li {
    flex: 0 0 44% !important;
  }

  .service-cta.inner-service-cta ul li.last a.service-order.popup-open.hvr-pulse-grow {
    display: none !important;
  }

  header.main_header {
    padding: 16px 0;
  }

  header.main_header .navbar-brand-center img {
    width: 120px;
  }

  header.main_header .header-phone-btn .phone-text {
    display: none;
  }

  header.main_header .header-phone-btn {
    padding: 8px;
  }

  .banner_inner p {
    width: 100%;
  }

  .cta_img img {
    width: 100%;
  }

  .form_bottom form {
    width: 100%;
  }

  .desc_inner p {
    width: 100%;
  }

  .banner_inner h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner_form {
    margin: 40px 0 0 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .about_content h2 {
    font-size: 30px;
    line-height: 33px;
    margin: 20px 0 20px 0;
  }

  section.sec_3 {
    padding: 30px 0;
  }

  .about_img {
    margin: 30px 0 0 0;
  }

  .tabs_inner h2 {
    font-size: 19px;
    line-height: normal;
    font-weight: 700;
  }

  section.sec_4 {
    padding: 30px 0;
    margin: -40px 0 0 0;
  }

  .tabs_navs ul#myTab li.nav-item {
    flex: 0 0 80%;
    margin: 0 0 15px 10px;
  }

  .tabs_navs ul#myTab li.nav-item button {
    width: 100%;
    font-size: 17px;
    padding: 20px 0 20px 0;
  }

  .portfolio_images ul {
    justify-content: center;
    display: block !important;
    margin: 0 auto !important;
  }

  .portfolio_images ul li span.first_img {
    left: 80px;
  }

  span.second_img {
    right: 70px;
  }

  .packages_inner h5:before,
  .packages_inner h5:after {
    display: none;
  }

  section.sec_5 {
    padding: 30px 0;
  }

  .packages_inner h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .packages_inner h5 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .cta_inner h2 {
    font-size: 25px;
    line-height: 30px;
  }

  section.cta_sec {
    padding: 50px 0;
  }

  .cta_img {
    margin: 30px 0 0 0;
  }

  section.approch_sec {
    padding: 30px 0;
  }

  section.approch_sec .row.mt-5 .col-md-3:nth-child(2) .aproch_circle,
  section.approch_sec .row.mt-5 .col-md-3:nth-child(4) .aproch_circle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .aproch_circle {
    margin: 0 0 50px 0;
  }

  .aproch_circle img {
    width: auto;
  }

  .footer_inner a img {
    width: 65%;
  }

  .circle_box.top_space {
    margin: 50px 0 0 0;
  }

  section.makers_sec {
    padding-top: 0;
  }

  .makers_logo ul li {
    flex: 0 0 50%;
  }

  .makers_logo ul li img {
    width: 70%;
    margin: auto;
    display: block;
  }

  .makers_logo ul {
    justify-content: center;
  }

  .premium_top h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .premium_top h5 {
    font-size: 15px;
  }

  .premium_packages_cols {
    display: block;
    padding-left: 40px;
    padding-right: 10px;
  }

  .premium_packages_cols .global_btn button {
    margin: 0;
  }

  .packages_boxes_child {
    margin: 30px 0 0 0;
  }

  .packages_boxes_child h6 {
    margin-top: 0;
  }

  .packages_boxes_child h2 {
    font-size: 50px;
    text-align: left;
  }

  .item_wraper ul li {
    flex: 0 0 100%;
    display: block !important;
  }

  section.form-sec {
    padding: 30px 0;
  }

  .form_inner p,
  .form_inner p a {
    width: 97%;
  }

  .cta_form_inner ul li {
    margin: 0 0 30px 0;
  }

  .footer_inner p {
    width: 100%;
    font-size: 16px !important;
  }

  footer.main_footer {
    padding: 50px 0;
  }

  ul.navbar-nav {
    display: block;
  }

  div#navbarSupportedContent ul.navbar-nav li {
    margin: 0;
    border-bottom: 1px solid #000;
    padding: 10px 0 10px 15px;
    background: #fff;
  }

  .banner_inner_services h1 {
    font-size: 46px !important;
    line-height: 42px !important;
  }

  .banner_inner_services h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }

  .banner_inner_services p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
  }

  ul.tabs-li li {
    font-size: 10px;
  }

  .about_us::before {
    display: none;
  }

  .about_us::after {
    display: none;
  }

  div#navbarSupportedContent {
    background: var(--brand-gradient);
    margin: 20px 0 0 0;
  }

  div#navbarSupportedContent ul.navbar-nav li:last-child {
    border: none;
    /* display: none; */
  }

  .banner_form::before {
    display: none;
  }

  .banner_form::after {
    display: none;
  }

  img {
    width: 100%;
  }

  .slick-track li img {
    width: auto;
  }

  .box-shdows img {
    width: max-content;
    margin: 0 0 20px 0;
  }

  section.about_portfolio {
    padding: 0px 0;
  }

  .team-head h1 {
    font-size: 30px !important;
    line-height: 53px !important;
  }

  .team-head p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .team_img.d-flex .col-md-3 img {
    width: 121%;
    padding: 18px;
  }

  section.team {
    padding: 30px 0;
  }

  section.awards {
    padding: 20px 0;
  }

  .award-head h1 {
    font-size: 28px;
    line-height: 60px;
  }

  .box-shdows::before {
    display: none;
  }

  .box-shdows::after {
    display: none;
  }

  .about-third h5 {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .about-third h1 {
    font-size: 35px !important;
    line-height: 44px !important;
  }

  section.sec_1.other-sec-banner {
    height: 400px !important;
    padding: 0 !important;
  }

  .box-shdows {
    box-shadow: 3px 3px 11px 8px #f8f8f8fa !important;
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 20px 20px;
  }

  .packages_inner p {
    font-size: 14px;
  }

  .about_us h1 {
    font-size: 64px !important;
    line-height: 73px !important;
  }

  .about_us p {
    font-size: 16px !important;
    line-height: 27px !important;
    width: 100%;
  }

  section.about_3 {
    padding: 30px 0;
  }

  .about-third p {
    font-size: 13px !important;
    line-height: 22px !important;
  }

  section.other {
    display: none;
  }

  .container.main_video_sub h2 {
    width: 100%;
    font-size: 40px;
    margin: 10px 0 10px 0;
  }

  .main_video_sec video {
    height: 100vh;
    width: 174vh;
    margin: 0 auto;
  }

  .main_video_sec {
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
  }

  section.sec_old {
    overflow: hidden !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    height: 620px;
  }

  .container.main_video_sub h5 {
    width: 100%;
    font-size: 17px;
  }

  .container.main_video_sub p {
    width: 100%;
  }

  .floatbutton {
    display: none;
  }

  .container.main_video_sub .btn-wraper {
    width: 100%;
  }

  .service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .row.mt-5.home_slider.slick-initialized.slick-slider {
    margin: 0 !important;
  }

  .row.border_bottom {
    margin: 0 0 40px 0;
  }


  .service-box .icon img {
    width: 72%;
  }

  .service-box h4 {
    font-size: 35px;
  }

  p {
    font-size: 20px !important;
  }

  ul.tabs-li {
    margin: 30px 0 0 0 !important;
  }

  ul.tabs-li li {
    flex: 0 0 100%;
    font-size: 20px;
  }

  section.sec_extra .container .row.text-center.mt-5 {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .packages_boxes {
    padding: 0 10px 0 10px;
  }

  .footer_inner ul {
    margin: 20px auto 0 !important;
    justify-content: center;
  }

  .footer_inner ul li {
    margin: 0 10px 10px 0;
  }

  .form_img {
    display: none;
  }

  .form_bottom form input[type="submit"] {
    width: 83% !important;
    margin: 0 auto !important;
    justify-content: center;
    display: flex;
    font-size: 20px;
  }

  .overlay {
    top: 10px;
    height: auto;
  }

  .main_video_sub {
    top: 150px;
  }

  ul.logo_slider li img {
    width: 40%;
  }

  .team_img.d-flex:before,
  .team_img.d-flex:after {
    display: none;
  }

  .row.mt-5.align-items-center.new_sec {
    margin: -20px 0 0 0 !important;
  }

  section.sec_1.other-sec-banner {
    height: 1050px !important;
  }

  .global_btn.mt-5 button,
  .global_btn.mt-5 a {
    flex: 0 0 37% !important;
  }

  .packages_boxes .global_btn.text-center a {
    flex: 0 0 45%;
  }

  .servces img {
    margin: 0 !important;
  }

  section.sec_1.other-sec-banner.semi_abouit {
    height: 350px !important;
  }

  .row.mt-5.align-items-center.new_sec.gomaao {
    flex-direction: column-reverse;
  }

  .packages_boxes .global_btn.text-center button.btn-dark {
    flex: 0 0 34%;
  }

  .aproch_circle.started-cire span:after,
  .aproch_circle.last_starterd span:after {
    display: none;
  }

  .about_us.pack_detailss h1 {
    font-size: 30px !important;
    width: 100%;
    line-height: 36px !important;
    margin: 20px 0 0 0;
  }

  section.sec_1.other-sec-banner.semi_abouit.pack_details {
    height: auto !important;
  }

  section.deataling_sec {
    padding: 0 0 40px 0;
  }

  .row.mt-3.p-5.home_slider {
    padding: 0 !important;
  }

  .row.mt-3.p-5.mb-5.home_slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: 770px !important;
  }

  .row.mt-3.p-5.home_slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: 620px;
  }

  .global_btn.text-center {
    display: flex !important;
  }

  .item_wraper ul li {
    height: auto !important;
  }

  .global_btn.text-center button {
    flex: 0 0 42%;
    padding: 0 0 0 0 !important;
    font-size: unset;
  }
  .form_inner h2 {
    font-size: xx-large;
    text-transform: capitalize;
}
.tabs-content.text-center h1 {
  font-size: 29px;
  font-weight: 600;
}
section.packages_banner {
  height: auto;
  padding: 40px 0;
}

.main_packages_head {
  padding: 40px 0;
}

.main_packages_head p {
  width: 100%;
}

.main_packages_head h2 {
  font-size: 35px;
}

.main_tab_packages_head p {
  width: 100%;
}

div#pills-tabContent {
  margin: 60px 0 0 0;
}
.service-cta.inner-service-cta ul li {
  margin: 0 0 20px 0;
}
.service-cta.inner-service-cta ul li.last {
    display: none;
}
.service-cta.inner-service-cta ul li.last a.service-order.popup-open.hvr-pulse-grow img {
  display: none;
}
.content_terms h4.sub-heading, .content_terms h3.sub-heading {
  font-size: x-large;
  font-weight: 700;
}

.global_btn.text-center a button.btn-dark {
  padding: 0 20px 0 20px !important;
}
.main_ban_content h3 {
  font-size: 24px;
  line-height: 38px;
  margin: 0 0 11px 0;
  text-align: center;
}

.main_ban_content p {
  font-size: 15px !important;
  text-align: center;
}

.global_btn a button.btn_global {
  width: max-content;
}

section.added_sec_2.new_sec::before,section.added_sec_2.new_sec::after {
  display: none;
}

section.added_sec_2.new_sec {
  padding: 60px 0 0 0;
}

.web_design_content h2 {
  width: 100%;
  font-size: 26px;
  line-height: 22;
  line-height: 33px;
}

.web_design_content p {
  width: 100%;
  font-size: 15px !important;
}

.tabs_inner p {
  font-size: 15px !important;
}

.row.yeh_slider_hai {
  width: 100%;
  padding: 0 20px 20px 20px;
}

.tab-text h1 {
  font-size: 22px;
  line-height: 31px;
  margin: 30px 0 0 0;
  text-align: center;
  width: 100%;
}

.tab-text p {
  font-size: 16px !important;
  text-align: center;
}

ul.tabs-li li {
  font-size: 16px !important;
}

.global_btn.mt-5 button.btn-dark {
}

section.sec_3 .global_btn.mt-5 {display: block;text-align: center;}

section.sec_3 .global_btn.mt-5 button.btn-dark, section.sec_3 .global_btn.mt-5 a,section.sec_3 .global_btn.mt-5 a button.btn-dark {margin: 0 0 10px 0;}

.row.yeh_slider_hai {}

.tabs-content.text-center h1 {
  font-size: 27px;
}

.tabs-content.text-center p {
  font-size: 16px !important;
  margin: 0 0 20px 0 !important;
}

section.sec_3s .share_idea_img {
  display: none;
}

section.sec_3s {
  padding: 40px 0 40px 0px;
}

.packages_inner h5 {
  font-size: 28px;
  font-weight: 800;
  line-height: 33px;
}

.packages_inner p {
  font-size: 15px !important;
}

.packages_tabing ul#pills-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 111px 0 !important;
}

.packages_tabing ul#pills-tab li.nav-item {
}

.packages_tabing ul#pills-tab li.nav-item button.nav-link {
}

.packages_boxes {
  margin: 32px 10px 10px 10px;
  padding: 30px 20px 30px 20px;
  text-align: center;
  justify-content: center;
}

.packages_boxes .global_btn.text-center {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 0 0;
}

.packages_boxes .global_btn.text-center button.btn-dark {
  flex: 0 0 45%;
}

.packages_boxes .global_btn.text-center a {
  flex: 0 0 45%;
}

.container.box_white.hello_img::before, .container.box_white.hello_img::after {
  display: none;
}

.container.box_white.hello_img {
  width: 95%;
  padding: 40px 10px 80px 10px;
}

.main_aproach_text h2 {
  font-size: 29px;
}

.main_aproach_text p {
  width: 100%;
  font-size: 16px !important;
}

.row.aproch_circle_wrap::before {
  display: none;
}

.row.aproch_circle_wrap::after {
  display: none;
}

.aproch_circle.started-cire.one {
  margin: 0 auto;
  width: 95%;
}

.aproch_circle.started-cire span h1 {
  margin: 0 20px 0 19px;
  font-size: 60px;
}

.aproch_circle.started-cire span img {
  margin: 0 0px 0px 0;
  width: 40%;
}

.row.aproch_circle_wrap {
  justify-content: center;
  display: flex;
  align-items: center;
}

.aproch_circle.started-cire.three {
  margin: 0 0 0px 0;
}

.aproch_circle.started-cire.two {
  margin: 30px auto 10px;
  width: 95%;
}

.aproch_circle.started-cire.three {
  margin: 30px auto;
  width: 95%;
}

.aproch_circle.started-cire.four {
  margin: 18px auto 0;
  width: 95% !important;
}

.aproch_circle.started-cire.four::after {
  display: none;
}

.item_wraper ul li span:nth-child(1) img {
  top: -70px;
  left: 0;
  right: 0;
}
.aproch_circle.started-cire.four::after {
    left: 60px;
    bottom: -65px;
}
.item_wraper ul li {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.item_wraper ul li span:nth-child(2) h5, .item_wraper ul li span:nth-child(2) p, .item_wraper ul li span:nth-child(2) img {
  padding: 10px 20px 0 10px;
}

.item_wraper ul li span:nth-child(2) h5 {
  margin: 30px 0 -20px 0;
}

.testimonial_wraper.testimonial_slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  height: 370px !important;
  margin: 80px 0 0 0 !important;
}
.packages_boxes .global_btn.text-center a button.btn-dark {
  width: 160px;
}
section#home {
  padding: 40px 0 40px 0;
}
.popup_form_wrp h2 {
  font-size: 23px;
  margin: 0 0 10px 10px;
}

.popup_form_wrp p {
  font-size: 19px !important;
  padding: 0 0 0 20px;
  font-weight: 400 !important;
}

.popup_form_wrp {
  padding: 0 30px 10px 15px;
}

.modal-content {
  padding: 10px 0 10px 0;
  top: 70px;
}

.popup_form_wrp form {
  margin: 10px 0 0 0;
}

.popup_form_wrp form input, .popup_form_wrp form select, .popup_form_wrp form textarea {
  margin: 14px 0 10px 10px;
}

.popup_form_wrp input[type="submit"] {
  margin: 0 0px 0 11px !important;
}
.last{
  display: none !important;
}
.col-md-12.d-flex.justify-content-end {
  justify-content: start !important;
}
.conuts p {
  margin: -20px 0 0 0 !important;
}

.conuts {
  margin: 0 0 20px 0;
}
.item_wraper ul li span:nth-child(2) p {
  font-size: 15px !important;
}
.main_ban_content .global_btn {
  justify-content: center;
}
.main_ban_content h1{
  text-align: center;
}
ul.tabs-li li span {
  font-size: 15px !important;
}
.footer_inner ul li a {
  font-size: 15px !important;
}
.main_ban_form{
  margin: 30px 0 0 0;
}
.footer_inner h2{
  font-size: 30px;
}
.web_design_content .global_btn{
  margin: 20px 0 20px 0;
}
.container.pt-5 {
  padding: 0;
}
.faqs_head h2 {
  font-size: 35px;
}

.faqs_head p {font-size: 18px !important;}

.accordion-body p {
  font-size: 17px !important;
}

.faqs_sec_img {
  display: none;
}

.aproch_circle.started-cire.Five, .aproch_circle.started-cire.six,.aproch_circle.started-cire.seven {
  margin: 50px auto 0;
  width: 95%;
  height: 173px;
}

.added_img img {
  width: 100%;
  margin: 0 0 20px 0;
}

.main_added_content h2 {
  font-size: 30px;
  line-height: normal;
}

.main_added_content p {
  font-size: 17px !important;
}

.global_btn.text-center.ctaas_sec {
  justify-content: center !important;
  gap: 10px;
}

button.btn-dark.loongBtn {
  flex: 0 0 60% !important;
}
section.testimonial_sec ul.true_slider li span {
  position: relative !important;
  bottom: 0 !important;
}
}




img.logo {
  margin: 0 0 0 -20px;
}



.faqs_sec_img img {
  width: 940px;
  height: 780px;
  object-fit: cover;
}

section.contact_bg {
  background-image: url(../images/contact_us.webp) !important;
}

section.book_publishing_bg{
  background-image: url(../images/book_bg.webp) !important;
}

.share_idea_img img {
  width: 100%;
  height: auto;
}

section.author_page_sec_1:before {
  content: '';
  display: block;
  position: absolute;
  background: #00000063;
  width: 100%;
  height: 711px;
  top: 0;
  z-index: -1;
}

section.testimonial_sec ul.true_slider li {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    border: none !important;
    outline: none !important;
    margin: 0 15px;
    border-radius: 20px;
    padding: 40px 25px;
    min-height: 380px;
    position: relative;
}

section.testimonial_sec .slick-track {
    padding: 30px 0;
}

section.testimonial_sec ul.true_slider li h5 {
    color: #000;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    width: 90%;
}

section.testimonial_sec ul.true_slider li h5 ul {
    display: flex;
    padding: 0 !important;
    list-style: none;
}

section.testimonial_sec ul.true_slider li h5 ul li {
    padding: 0;
    box-shadow: unset;
    margin: 0 0 0 5px;
    min-height: auto !important;
  }

section.testimonial_sec ul.true_slider li h5 ul {
    display: flex;
    align-items: center;
}

section.testimonial_sec ul.true_slider li h5 ul li svg {
    font-size: 16px;
    background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

section.testimonial_sec ul.true_slider li img {
  width: 50px;
  margin: unset;
}

section.testimonial_sec ul.true_slider li p {
  font-size: 16px !important;
  margin: 0 0 20px 0 !important;
}

section.testimonial_sec ul.true_slider li span {
  position: absolute;
  bottom: 50px;
}

h3.big {
  font-size: 45px;
  line-height: 60px;
}

section.big_packages_sec {
  background: var(--brand-gradient);
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

section.big_packages_sec::before {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.big_packages_head h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}

.big_packages_head p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin: 0 0 40px !important;
}

.big_packages_body {
  position: relative;
  z-index: 1;
}

.big_packages_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.big_packages_img img {
  position: relative;
  z-index: 2;
  width: 72%;
  max-width: 340px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.25));
}

.big_packages_circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.big_packages_circle_1 {
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.08);
}

.big_packages_circle_2 {
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.12);
}

.big_packages_circle_3 {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.16);
}

.big_packages_content {
  position: relative;
  padding-left: 20px;
}

.big_packages_price {
  text-align: right;
  margin-bottom: 20px;
}

.big_packages_price h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.big_packages_price h6 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 28px;
  margin: 8px 0 0;
}

.big_packages_price h6 del {
  opacity: 0.85;
}

.big_packages_features {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 12px;
  margin-bottom: 25px;
}

.big_packages_features::-webkit-scrollbar {
  width: 6px;
}

.big_packages_features::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

.big_packages_features::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
}

.big_packages_features ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.big_packages_features ul li {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 18px;
  position: relative;
}

.big_packages_features ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

.big_packages_features ul li strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin: 14px 0 8px;
  padding-left: 0;
}

.big_packages_features ul li strong::before {
  display: none;
}

.big_packages_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.big_packages_footer h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.big_packages_btn {
  background: #1a1a1a !important;
  color: #fff !important;
  border: none;
  padding: 14px 36px !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s ease;
}

.big_packages_btn:hover {
  background: #fff !important;
  color: #1a1a1a !important;
}

@media only screen and (max-width: 991px) {
  .big_packages_head h2 {
    font-size: 30px;
  }

  .big_packages_img {
    min-height: 300px;
    margin-bottom: 30px;
  }

  .big_packages_img img {
    width: 55%;
  }

  .big_packages_circle_1 {
    width: 260px;
    height: 260px;
  }

  .big_packages_circle_2 {
    width: 210px;
    height: 210px;
  }

  .big_packages_circle_3 {
    width: 160px;
    height: 160px;
  }

  .big_packages_content {
    padding-left: 0;
  }

  .big_packages_price h2 {
    font-size: 52px;
  }

  .big_packages_price h6 {
    font-size: 22px;
  }

  .big_packages_features {
    max-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  section.big_packages_sec {
    padding: 50px 0 40px;
  }

  .big_packages_footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .big_packages_footer h4 {
    font-size: 22px;
  }

  .big_packages_btn {
    width: 100%;
    text-align: center;
  }
}

/* Home hero banner - uses section.home_banner background (banner_bg.png) */
section.home_banner.home-hero {
  --figma-orange: #fc9335;
  --figma-orange-btn: #ff7f0d;
  color: #fff;
}


section.home_banner.home-hero .home-hero__decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

section.home_banner.home-hero .home-hero__decor img {
  width: 100%;
  height: auto;
  display: block;
}

section.home_banner.home-hero .home-hero__decor--left {
  left: 0;
  bottom: 18%;
  width: min(28vw, 193px);
  opacity: 0.9;
}

section.home_banner.home-hero .home-hero__decor--right {
  right: 0;
  bottom: 20%;
  width: 100%;
  opacity: 0.9;
  max-width: 310px;
}

section.home_banner.home-hero .home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 634px;
}

section.home_banner.home-hero .home-hero__eyebrow {
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 16px;
}

section.home_banner.home-hero .home-hero__eyebrow span {
  color: var(--figma-orange);
  font-weight: 700;
}

section.home_banner.home-hero .home-hero__content h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  text-transform: capitalize;
}

section.home_banner.home-hero .home-hero__content h1 span {
  color: var(--figma-orange);
  font-weight: 400;
  display: inline;
}

section.home_banner.home-hero .home-hero__desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.7;
  max-width: 630px;
  margin-bottom: 28px !important;
}

section.home_banner.home-hero .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

section.home_banner.home-hero .home-hero__btn {
  border: 0;
  border-radius: 66px;
  min-width: 180px;
  padding: 14px 36px;
  font-family: var(--kdp-btn-font) !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

section.home_banner.home-hero .home-hero__btn:hover {
  transform: translateY(-1px);
}

section.home_banner.home-hero .home-hero__btn--primary {
  background: var(--figma-orange-btn);
  color: #fff;
}

section.home_banner.home-hero .home-hero__btn--primary:hover {
  background: #e67200;
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 127, 13, 0.35);
}

section.home_banner.home-hero .home-hero__btn--chat {
  background: #fff;
  color: #190a0a;
}

section.home_banner.home-hero .home-hero__btn--chat:hover {
  background: #f3f3f3;
  color: #190a0a;
}

section.home_banner.home-hero .home-hero__form-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 444px;
  margin-left: auto;
}

section.home_banner.home-hero .home-hero__form-card {
  position: relative;
  width: 100%;
  max-width: 444px;
  min-height: 515px;
  padding: 46px 34px 92px;
  background: url('../images/form_bg.png') no-repeat top center;
  background-size: 100%;
}

section.home_banner.home-hero .home-hero__form-panel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  z-index: 0;
}

section.home_banner.home-hero .home-hero__form-inner {
  position: relative;
  z-index: 1;
}

section.home_banner.home-hero .home-hero__form-inner h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
}

section.home_banner.home-hero .home-hero__field {
  margin-bottom: 16px;
}

section.home_banner.home-hero .home-hero__field input,
section.home_banner.home-hero .home-hero__field select {
  width: 100%;
  height: 81px;
  background: rgba(217, 217, 217, 0.11);
  border: 0.89px solid #fff;
  border-radius: 40px;
  color: #fff;
  padding: 0 28px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  backdrop-filter: blur(2.87px);
  -webkit-backdrop-filter: blur(2.87px);
  box-shadow:
    inset 9.58px -9.58px 9.58px rgba(165, 165, 165, 0.11),
    inset -9.58px 9.58px 9.58px rgba(255, 255, 255, 0.11);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

section.home_banner.home-hero .home-hero__field input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

section.home_banner.home-hero .home-hero__field input:focus,
section.home_banner.home-hero .home-hero__field select:focus {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(217, 217, 217, 0.16);
}

section.home_banner.home-hero .home-hero__field select {
  appearance: none;
  padding-right: 52px;
  cursor: pointer;
  background-color: rgba(217, 217, 217, 0.11);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M1 1L7.5 7L14 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
}

section.home_banner.home-hero .home-hero__field select:required:invalid {
  color: rgba(255, 255, 255, 0.4);
}

section.home_banner.home-hero .home-hero__field select:valid,
section.home_banner.home-hero .home-hero__field input:not(:placeholder-shown) {
  color: #fff;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
}

section.home_banner.home-hero .home-hero__field select option {
  color: #111;
  background: #fff;
  text-transform: none;
}

section.home_banner.home-hero .home-hero__submit {
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 0.89px solid rgba(255, 255, 255, 0.35);
  background:
    url(../images/form-submit-bg.png) center / cover no-repeat,
    rgba(217, 217, 217, 0.11);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2.87px);
  -webkit-backdrop-filter: blur(2.87px);
  box-shadow:
    inset 9.58px -9.58px 9.58px rgba(165, 165, 165, 0.11),
    inset -9.58px 9.58px 9.58px rgba(255, 255, 255, 0.11);
  transition: transform 0.25s ease;
  z-index: 3;
}

section.home_banner.home-hero .home-hero__submit:hover {
  transform: translateX(-50%) translateY(-2px);
  color: #fff;
}

section.home_banner.home-hero .home-hero__form-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  max-width: 376px;
  margin: 18px auto 0 !important;
}

section.home_banner.home-hero .home-hero__books {
  position: absolute;
  z-index: 9;
  text-align: center;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.home_banner.home-hero .home-hero__books img {
  width: min(100%, 564px);
  height: auto;
}

/* Home stats section - Figma staggered layout */
section.home-stats {
  position: relative;
  padding: 120px 0 clamp(80px, 10vw, 140px);
  background: #fff;
  overflow: visible;
  z-index: 3;
}

section.home-stats .home-stats__intro {
  position: relative;
  z-index: 2;
  max-width: 758px;
  margin: 0 auto clamp(32px, 5vw, 48px);
  padding-top: clamp(24px, 4vw, 40px);
}

section.home-stats .home-stats__intro h2 {
  font-size: clamp(34px, 4vw, 56.5px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 18px;
}

section.home-stats .home-stats__intro h2 span {
  color: var(--figma-orange, #fc9335);
  font-weight: 400;
}

section.home-stats .home-stats__intro p {
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 !important;
}

section.home-stats .home-stats__board {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 250px;
}

section.home-stats .home-stats__curve {
  position: absolute;
  left: 50%;
  top: -27%;
  transform: translateX(-50%);
  width: min(100%, 1096px);
  height: auto;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

section.home-stats .home-stats__card {
  position: absolute;
  width: min(100%, 261px);
  min-height: 233px;
  padding: 36px 22px 28px;
  border: 1px solid #fff;
  border-radius: 45.5px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 13.9px 31.2px 6.3px rgba(0, 0, 0, 0.08);
}

section.home-stats .home-stats__card--primary {
  left: -90px;
  top: -41%;
  background: #ff7800;
  box-shadow:
    0 13.9px 31.2px 6.3px rgba(0, 0, 0, 0.08),
    inset 10.7px -10.7px 10.7px rgba(0, 0, 0, 0.11),
    inset -10.7px 10.7px 10.7px rgba(255, 255, 255, 0.11);
}

section.home-stats .home-stats__card--glass {
  background: rgba(217, 217, 217, 0.11);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow:
    0 13.9px 31.2px 6.3px rgba(0, 0, 0, 0.08),
    inset 10.7px -10.7px 10.7px rgba(165, 165, 165, 0.11),
    inset -10.7px 10.7px 10.7px rgba(255, 255, 255, 0.11);
}

section.home-stats .home-stats__card--2 {
  right: -80px;
  top: -39%;
}

section.home-stats .home-stats__card--3 {
  left: 24%;
  top: 100px;
}

section.home-stats .home-stats__card--4 {
  right: 24%;
  top: 50px;
}

section.home-stats .home-stats__number {
  font-family: "Barlow", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

section.home-stats .home-stats__card--primary .home-stats__number {
  color: #000;
}

section.home-stats .home-stats__card--glass .home-stats__number {
  color: #fc9335;
}

section.home-stats .home-stats__label {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

section.home-stats .home-stats__card p {
  font-size: 14px;
  line-height: 1.15;
  margin: 0 !important;
}

section.home-stats .home-stats__card--primary p {
  color: #000;
}

section.home-stats .home-stats__card--glass p {
  color: #626262;
}

@media (max-width: 991px) {
  section.home_banner.home-hero .home-hero__decor--left,
  section.home_banner.home-hero .home-hero__decor--right {
    opacity: 0.35;
  }

  section.home_banner.home-hero .home-hero__decor--left {
    width: 120px;
    left: -20px;
    bottom: 40%;
  }

  section.home_banner.home-hero .home-hero__decor--right {
    width: 140px;
    right: -30px;
    bottom: 45%;
  }

  section.home_banner.home-hero .home-hero__form-wrap {
    margin: 16px auto 0;
  }

  section.home_banner.home-hero .home-hero__content h1 span {
    display: inline;
  }

  section.home-stats {
    padding-bottom: 70px;
  }

  section.home-stats .home-stats__board {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 20px;
  }

  section.home-stats .home-stats__curve {
    display: none;
  }

  section.home-stats .home-stats__card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
  }

  section.home-stats .home-stats__card--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  section.home-stats .home-stats__board {
    grid-template-columns: 1fr;
  }
  section.home_banner.home-hero .home-hero__form-card {
    min-height: 480px;
    padding: 36px 22px 88px;
  }

  section.home_banner.home-hero .home-hero__form-inner h2 {
    font-size: 17px;
    margin-bottom: 22px;
  }

  section.home_banner.home-hero .home-hero__field input,
  section.home_banner.home-hero .home-hero__field select {
    height: 64px;
    font-size: 16px;
    padding: 0 22px;
  }

  section.home_banner.home-hero .home-hero__actions {
    flex-direction: column;
  }

  section.home_banner.home-hero .home-hero__btn {
    width: 100%;
  }

  section.home-stats .home-stats__card {
    min-height: 210px;
  }
}
section#home .container {
  margin: 0 auto 110px;
}

/* ===== Home page sections (merged from home-sections.css) ===== */
/* KDP Publisher Home — Figma sections (fluid responsive) */
:root {
  --kdp-orange: #fc9335;
  --kdp-orange-dark: #ff7800;
  --kdp-orange-btn: #ff7f0d;
  --kdp-orange-accent: #f58d06;
  --kdp-black: #0c0c0c;
  --kdp-gray: #626262;
  --kdp-container: min(1424px, 92vw);
  --kdp-section-y: clamp(56px, 8vw, 110px);
}

.lp_wrap .home-container {
  width: var(--kdp-container);
  max-width: 100%;
  margin: 0 auto;
  padding-left: clamp(16px, 3vw, 32px);
  padding-right: clamp(16px, 3vw, 32px);
}

/* Shared pill buttons */
.kdp-btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 66px;
  padding: 5px 30px;
  font-family: var(--kdp-btn-font) !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.kdp-btn-pill:hover {
  transform: translateY(-1px);
}

.kdp-btn-pill--dark {
  background: #1f1f1f;
  color: #fff;
}

.kdp-btn-pill--orange {
  background: var(--kdp-orange-accent);
  color: #fff;
}

.kdp-btn-pill--chat {
  background: linear-gradient(180deg, #2f2f2f 0%, #000 100%);
  color: #fff;
  padding-right: 8px;
}

.kdp-btn-pill--chat .kdp-btn-pill__icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--kdp-orange-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kdp-btn-pill--phone {
  background: var(--kdp-orange-accent);
  color: #fff;
  padding-right: 6px;
}

.kdp-btn-pill--phone .kdp-btn-pill__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--kdp-orange-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kdp-section-eyebrow {
  color: var(--kdp-orange);
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.kdp-section-title {
  font-size: clamp(32px, 4.5vw, 56.549px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

/* Publish marquee */
.home-marquee {
  padding: clamp(40px, 6vw, 80px) 0;
  background: #fff;
  overflow: hidden;
}

.home-marquee__track-wrap {
  overflow: hidden;
  margin-bottom: clamp(20px, 3vw, 40px);
}

.home-marquee__track {
  display: flex;
  width: max-content;
  animation: homeMarquee 22s linear infinite;
}

.home-marquee__track:hover {
  animation-play-state: paused;
}

.home-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 60px);
  padding-right: clamp(24px, 4vw, 60px);
}

.home-marquee__word {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(72px, 14vw, 220px);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.14);
  text-stroke: 1.5px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  white-space: nowrap;
}

.home-marquee__dot {
  width: clamp(40px, 6vw, 109px);
  height: clamp(40px, 6vw, 109px);
  border-radius: 50%;
  background: var(--kdp-orange);
  flex-shrink: 0;
}

.home-marquee__desc {
  max-width: 606px;
  margin-left: auto;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
  color: #333;
  text-align: right;
}

@keyframes homeMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Services section */
section.home-service-banner,
.home-services {
  position: relative;
  padding: clamp(80px, 10vw, 120px) 0 clamp(90px, 12vw, 140px);
  color: #fff;
  min-height: 862px;
}

section.home-service-banner {
  background: url(../images/home-service-banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.home-services:not(.home-service-banner) {
  background: linear-gradient(37.31deg, #d04b03 41.38%, #ff9000 81.24%);
}

.home-services:not(.home-service-banner)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/figma/services-grid-fresh.png) center top / cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.home-services .home-container {
  position: relative;
  z-index: 1;
}

.home-services__header {
  text-align: center;
  max-width: 969px;
  margin: 0 auto clamp(40px, 5vw, 70px);
}

.home-services__header h2 {
  font-size: clamp(32px, 4.5vw, 56.549px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  line-height: 1.12;
}

.home-service-heading {
  display: block;
  height: auto;
}

section.home-stats .home-service-heading {
  position: absolute;
  left: 50%;
  bottom: -130px;
  transform: translate(-50%, 35%);
  width: 100vw;
  max-width: none;
  margin: 0;
  z-index: 4;
  pointer-events: none;
}

.home-services__header p {
  font-size: clamp(14px, 1.5vw, 18px);
  opacity: 0.83;
  line-height: 1.4;
  margin: 0 !important;
}

.home-services__slider {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.home-services__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.home-services__book {
  width: 115%;
  max-width: 1000px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.25));
}

.home-services__content {
  min-width: 0;
}

.home-services__label {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  margin-bottom: 8px;
  list-style: disc;
  padding-left: 24px;
}

.home-services__slide-title {
  font-size: clamp(32px, 4vw, 56.549px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.home-services__slide-desc {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.45;
  margin-bottom: 28px !important;
}

.home-services__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 28px);
  margin-bottom: 28px;
}

.home-services__metric strong {
  display: block;
  font-size: clamp(36px, 4vw, 59.285px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.home-services__metric span {
  font-size: 13px;
  text-transform: capitalize;
}

.home-services__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 18px 14px;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: -20px 23px 61.2px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-height: 318px;
  justify-content: center;
}

.home-services__nav-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}

.home-services__nav-btn.is-active {
  width: 41px;
  height: 41px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.home-services__nav-btn.is-active::after {
  content: attr(data-num);
}

.home-services__slide {
  display: none;
}

.home-services__slide.is-active {
  display: block;
}

/* Myths section */
.home-myths {
  padding: var(--kdp-section-y) 0;
  background: #fff;
}

.home-myths__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.home-myths__visual {
  position: relative;
}

.home-myths__photo-single {
  width: 100%;
  max-width: 654px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.home-myths__visual::before,
.home-myths__visual::after {
  content: "";
  position: absolute;
  background: var(--kdp-orange);
  z-index: 0;
}

.home-myths__visual::before {
  width: clamp(60px, 8vw, 109px);
  height: clamp(60px, 8vw, 109px);
  left: -12px;
  top: 18%;
  transform: rotate(45deg);
  opacity: 0.9;
}

.home-myths__visual::after {
  width: clamp(40px, 6vw, 80px);
  height: clamp(40px, 6vw, 80px);
  right: 8%;
  bottom: 12%;
  transform: rotate(45deg);
  opacity: 0.75;
}

.home-myths__content h2 {
  font-size: clamp(32px, 4vw, 56.549px);
  font-weight: 900;
  line-height: 1.05;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.home-myths__content h2 span {
  font-weight: 400;
}

.home-myths__content p {
  color: rgba(33, 33, 33, 0.55);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.45;
  margin-bottom: 16px !important;
}

.home-myths__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* Our services banner */
.home-our-services {
  padding: var(--kdp-section-y) 0;
  background: #fff;
}

.home-our-services__banner {
  background: url(../images/home-our-services-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 56px) clamp(24px, 4vw, 48px);
}

.home-our-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
}

.home-our-services__visual img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.25));
}

.home-our-services__content {
  color: #fff;
}

.home-our-services__content h2 {
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.home-our-services__content h2 span {
  display: block;
  font-weight: 300;
}

.home-our-services__content p {
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px !important;
  max-width: 420px;
}

.home-our-services__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.home-our-services__chat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid #fff;
  border-radius: 66px;
  background: #000;
  color: #fff;
  font-family: var(--kdp-btn-font) !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.home-our-services__chat-btn:hover {
  transform: translateY(-1px);
}

.home-our-services__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 600;
  text-decoration: none;
}

.home-our-services__phone-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: var(--kdp-orange-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

/* Literature section */
.home-literature {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 0;
  background: #111 url(../images/figma/literature-bg.png) center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.home-literature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}

.home-literature__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.home-literature__visual {
  margin-left: calc(-1 * clamp(16px, 5vw, 80px));
}

.home-literature__visual img {
  width: 100%;
  max-width: 746px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.home-literature__content h2 {
  font-size: clamp(32px, 4vw, 56.549px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.home-literature__content h2 span {
  font-weight: 300;
}

.home-literature__content p {
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px !important;
  max-width: 415px;
}

.home-literature__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

/* Experience section */
.home-experience {
  position: relative;
  padding: var(--kdp-section-y) 0 clamp(80px, 10vw, 140px);
  background: #fff;
  overflow: visible;
  z-index: 3;
}

section.home-experience .home-service-heading {
  position: absolute;
  left: 50%;
  bottom: -130px;
  transform: translate(-50%, 35%);
  width: 100vw;
  max-width: none;
  margin: 0;
  z-index: 4;
  pointer-events: none;
}

.home-experience__header {
  max-width: 765px;
  margin-bottom: 0;
}

.home-experience__header h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.home-experience__header h2 span {
  color: var(--kdp-orange);
  font-weight: 300;
}

.home-experience__header p {
  color: var(--kdp-gray);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.45;
  margin: 0 !important;
}

.home-experience__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.home-experience__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  flex-shrink: 0;
}

.home-experience__actions .kdp-btn-pill {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  min-width: 240px;
  padding: 5px 6px 5px 30px;
  gap: 0;
}

.home-experience__actions .kdp-btn-pill__label {
  grid-column: 1;
  grid-row: 1;
  text-align: center;
  padding: 0 46px;
  line-height: 1.2;
}

.home-experience__actions .kdp-btn-pill__icon {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  position: static;
  transform: none;
  margin: 0;
}

.home-experience__actions .kdp-btn-pill__arrow {
  display: block;
  flex-shrink: 0;
}

.home-experience__slider {
  width: 100%;
  margin-top: clamp(32px, 5vw, 56px);
  overflow: hidden;
}

.home-experience__slider .slick-slide > div {
  display: flex;
  justify-content: center;
}

.home-experience__card {
  width: 100%;
  max-width: 100%;
  transition: transform 0.4s ease;
}

.home-experience__card:hover {
  transform: scale(1.03);
}

.home-experience__card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Modern authors */
.home-modern {
  padding: var(--kdp-section-y) 0;
  background: #fff;
}

.home-modern__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.home-modern__visual img {
  width: 100%;
  max-width: 942px;
  height: auto;
}

.home-modern__content h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.home-modern__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

.home-modern__lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-modern__lists li {
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.8;
  color: #333;
  position: relative;
  padding-left: 16px;
}

.home-modern__lists li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--kdp-orange);
}

/* Achievements */
.home-achievements {
  position: relative;
  padding: clamp(80px, 10vw, 120px) 0 clamp(64px, 8vw, 100px);
  background: #050505 url(../images/home-achievements-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

.home-achievements__decor {
  position: absolute;
  width: clamp(120px, 18vw, 280px);
  height: auto;
  opacity: 0.45;
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}

.home-achievements__decor--left {
  top: 0;
  left: 0;
  transform: translate(-18%, -12%);
}

.home-achievements__decor--right {
  right: 0;
  bottom: 0;
  transform: translate(18%, 12%);
}

.home-achievements .home-container {
  position: relative;
  z-index: 2;
}

.home-achievements__header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.home-achievements__eyebrow {
  color: var(--kdp-orange);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.home-achievements__header h2 {
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.home-achievements__slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: clamp(28px, 4vw, 44px);
  overflow: hidden;
}

.home-achievements__slider .slick-slide {
  padding: 0 10px;
  height: auto;
}

.home-achievements__slider .slick-slide > div {
  display: flex;
  justify-content: center;
}

.home-achievements__card {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}

.home-achievements__card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.home-achievements__link {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--kdp-orange-accent);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.home-achievements__arrow {
  display: block;
  flex-shrink: 0;
}

.home-achievements__link:hover {
  transform: scale(1.06);
  background: var(--kdp-orange-btn);
  color: #000;
}

.home-achievements__footer {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 969px;
  margin-top: clamp(28px, 4vw, 44px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

/* Personnel */
.home-personnel {
  padding: var(--kdp-section-y) 0;
  background: #fff;
}

.home-personnel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.home-personnel__visual {
  position: relative;
}

.home-personnel__frame {
  position: relative;
  width: 100%;
  max-width: 764px;
}

.home-personnel__photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.home-personnel__content .kdp-section-eyebrow {
  margin-bottom: 8px;
}

.home-personnel__content h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.home-personnel__content p {
  color: rgba(33, 33, 33, 0.55);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.45;
  margin-bottom: 16px !important;
}

.home-personnel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* FAQ + Contact */
.home-faq-contact {
  padding: var(--kdp-section-y) 0;
  background: #efefef;
}

.home-faq-contact__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.home-faq-contact__grid > .home-faq,
.home-faq-contact__grid > .home-contact {
  flex: 1 1 320px;
  min-width: 0;
}

.home-faq__label {
  font-size: 21px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.home-faq__title {
  font-size: clamp(28px, 3.5vw, 51px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 16px;
  color: #000;
}

.home-faq__title span {
  color: var(--kdp-orange);
  font-weight: 400;
}

.home-faq__intro {
  font-size: 15px;
  color: #333;
  margin-bottom: 32px !important;
  max-width: 454px;
  line-height: 1.5;
}

.home-faq__list {
  position: relative;
  padding-left: 32px;
}

.home-faq__list::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: #d9d9d9;
}

.home-faq__item {
  position: relative;
  margin-bottom: 14px;
}

.home-faq__item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--kdp-orange-accent);
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--kdp-orange-accent);
  transform: translateY(-50%);
  z-index: 2;
}

.home-faq__item.is-open::before {
  background: #000;
  box-shadow: 0 0 0 2px #000;
}

.home-faq__panel {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.home-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 22px;
  border: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.home-faq__question-text {
  flex: 1;
}

.home-faq__item.is-open .home-faq__panel {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.home-faq__item.is-open .home-faq__question {
  background: var(--kdp-orange-accent);
  color: #000;
}

.home-faq__toggle {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--kdp-orange-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.home-faq__item.is-open .home-faq__toggle {
  background: #000;
  color: #fff;
}

.home-faq__answer {
  display: none;
  padding: 20px 22px 24px;
  background: #fff;
  font-size: 13px;
  line-height: 1.55;
  color: #424242;
}

.home-faq__item.is-open .home-faq__answer {
  display: block;
}

.home-contact__title {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}

.home-contact__title-dark {
  color: #000;
}

.home-contact__title-accent {
  color: var(--kdp-orange);
}

.home-contact__subtitle {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #000;
  margin-bottom: 28px !important;
  line-height: 1.45;
}

.home-contact__form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.home-contact__form input,
.home-contact__form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 0 24px;
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  background: #f3f3f3;
  outline: none;
  color: #000;
}

.home-contact__form input::placeholder,
.home-contact__form textarea::placeholder {
  color: #000;
  opacity: 0.85;
}

.home-contact__form input:focus,
.home-contact__form textarea:focus {
  border-color: var(--kdp-orange);
  background: #fff;
}

.home-contact__form textarea {
  min-height: 120px;
  resize: vertical;
  margin-bottom: 16px;
}

.home-contact__form .btn-submit {
  width: 100%;
  border: 0;
  border-radius: 0 0 0 24px;
  background: var(--kdp-orange-accent);
  color: #000;
  font-family: var(--kdp-btn-font) !important;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 16px;
  cursor: pointer;
  transition: background 0.25s ease;
}

.home-contact__form .btn-submit:hover {
  background: var(--kdp-orange-btn);
}

.home-contact__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.home-contact__info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-contact__info-icon img {
  width: 50px;
  height: auto;
  display: block;
}

.home-contact__info-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}

.home-contact__info-text span {
  display: block;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 1199px) {
  .home-services__slider {
    grid-template-columns: 1fr;
  }

  .home-services__nav {
    flex-direction: row;
    width: fit-content;
    margin: 0 auto;
  }

  .home-marquee__desc {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .home-myths__grid,
  .home-our-services__grid,
  .home-literature__grid,
  .home-modern__grid,
  .home-personnel__grid {
    grid-template-columns: 1fr;
  }

  .home-faq-contact__grid {
    flex-direction: column;
  }

  .home-faq-contact__grid > .home-faq,
  .home-faq-contact__grid > .home-contact {
    flex: 1 1 100%;
  }

  .home-literature__grid {
    direction: ltr;
  }

  .home-experience__top {
    flex-direction: column;
  }

  .home-experience__actions {
    align-items: stretch;
    width: 100%;
  }

  .home-experience__actions .kdp-btn-pill {
    min-width: 0;
  }

  .home-modern__lists {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-services__metrics {
    gap: 12px;
  }

  .home-services__metric {
    flex: 0 0 calc(50% - 6px);
  }

  .home-contact__form .form-row {
    grid-template-columns: 1fr;
  }

  .home-contact__info {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-myths__actions,
  .home-our-services__actions,
  .home-literature__actions,
  .home-personnel__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kdp-btn-pill {
    justify-content: center;
  }
}

/* Platform logos bar */
.home-platforms {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: clamp(24px, 4vw, 40px) 0;
}

.home-platforms__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 48px);
}

.home-platforms__list img {
  height: clamp(28px, 4vw, 44px);
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.85;
  transition: filter 0.25s, opacity 0.25s;
}

.home-platforms__list img:hover {
  filter: none;
  opacity: 1;
}

.home-platforms__divider {
  width: 1px;
  height: 40px;
  background: #ddd;
}

/* Figma footer */
footer.main_footer.figma-footer {
  background: #000;
  color: #bababa;
  padding: 0;
}

footer.main_footer.figma-footer .card-pays {
  display: none;
}

footer.main_footer.figma-footer .footer-top-cards {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 50px 0 0;
  justify-content: space-between;
}

footer.main_footer.figma-footer .footer-card {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

footer.main_footer.figma-footer .footer-card img {
  display: block;
  width: 100%;
  height: auto;
}

footer.main_footer.figma-footer .footer-main {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(32px, 5vw, 56px) 0;
}

img.footer-payment-img {
  max-width: 250px;
}

footer.main_footer.figma-footer .footer-col h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 14px;
  line-height: 1.2;
  width: 100%;
}

footer.main_footer.figma-footer .footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88px;
  height: 1px;
  background: #fff;
}

footer.main_footer.figma-footer .footer-col h3::before {
  content: "";
  position: absolute;
  left: 88px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8ff00;
  transform: translateX(-50%);
}

footer.main_footer.figma-footer .footer-col--right h3 {
  text-align: right;
}

footer.main_footer.figma-footer .footer-col--right h3::after {
  left: auto;
  right: 8px;
}

footer.main_footer.figma-footer .footer-col--right h3::before {
  left: auto;
  right: 0;
  transform: none;
}

footer.main_footer.figma-footer .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.main_footer.figma-footer .footer-col__title-gap {
  margin-top: 32px;
}

footer.main_footer.figma-footer .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.4;
  color: #bababa;
}

footer.main_footer.figma-footer .footer-contact-list__icon {
  width: 36px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

footer.main_footer.figma-footer .footer-contact-list i {
  color: var(--kdp-orange);
  margin-top: 3px;
  width: 20px;
}

footer.main_footer.figma-footer .footer-contact-list a {
  color: #bababa;
  text-decoration: none;
}

footer.main_footer.figma-footer .footer-contact-list a:hover {
  color: #fff;
}

footer.main_footer.figma-footer .footer-brand {
  text-align: center;
}

footer.main_footer.figma-footer .footer-brand__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

footer.main_footer.figma-footer .footer-brand__logo img {
  width: min(100%, 280px);
  height: auto;
}

footer.main_footer.figma-footer .footer-brand__mark {
  width: min(100%, 228px);
  height: auto;
}

footer.main_footer.figma-footer .footer-brand__text {
  width: min(100%, 394px);
  height: auto;
}

footer.main_footer.figma-footer .footer-brand img {
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
}

footer.main_footer.figma-footer .footer-brand p {
  font-size: 15px;
  line-height: 1.5;
  color: #bababa;
  max-width: 517px;
  margin: 0 auto !important;
}

footer.main_footer.figma-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

footer.main_footer.figma-footer .footer-links li {
  margin-bottom: 8px;
}

footer.main_footer.figma-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 2;
}

footer.main_footer.figma-footer .footer-links a:hover {
  color: var(--kdp-orange);
}

footer.main_footer.figma-footer .footer-bottom {
  padding: clamp(24px, 4vw, 36px) 0;
  text-align: center;
}

footer.main_footer.figma-footer .footer-bottom__lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  margin-bottom: 16px;
}

footer.main_footer.figma-footer .footer-bottom__lines span {
  flex: 1;
  max-width: 416px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

footer.main_footer.figma-footer .footer-bottom__logo {
  width: 36px;
  height: auto;
  flex-shrink: 0;
}

footer.main_footer.figma-footer .footer-bottom__lines img {
  height: 30px;
  width: auto;
}

footer.main_footer.figma-footer .footer-bottom__copy {
  font-size: 15px;
  color: #fff;
  margin: 0 !important;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 12px;
}

footer.main_footer.figma-footer .footer-bottom__legal {
  font-size: 15px;
  margin: 0 !important;
}

footer.main_footer.figma-footer .footer-bottom p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px !important;
}

footer.main_footer.figma-footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}

footer.main_footer.figma-footer .footer-bottom a:hover {
  color: var(--kdp-orange);
}

@media (max-width: 991px) {
  footer.main_footer.figma-footer .footer-top-cards,
  footer.main_footer.figma-footer .footer-main {
    grid-template-columns: 1fr;
  }

  footer.main_footer.figma-footer .footer-links,
  footer.main_footer.figma-footer .footer-col--right h3 {
    text-align: left;
  }

  footer.main_footer.figma-footer .footer-col--right h3::after {
    left: 0;
    right: auto;
  }

  footer.main_footer.figma-footer .footer-col--right h3::before {
    left: 88px;
    right: auto;
    transform: translateX(-50%);
  }
}

/* Service page banner */

section.service-banner {
  --figma-orange: #fc9335;
  --figma-orange-btn: #ff7f0d;
  position: relative;
  min-height: min(920px, 100vh);
  padding: 140px 0 0;
  color: #fff;
  background-color: #0a0a0a;
  background-image: url(../images/service-main-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

section.service-banner .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(min(920px, 100vh) - 140px);
}

.service-banner__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  text-align: center;
}

.service-banner__eyebrow {
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 16px !important;
}

.service-banner__eyebrow span {
  color: var(--figma-orange);
  font-weight: 700;
}

.service-banner__content h1 {
  color: #fff;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.service-banner__content h1 span {
  color: var(--figma-orange);
  font-weight: 700;
}

.service-banner__desc {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  max-width: 780px;
  margin: 0 auto 28px !important;
}

.service-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

section.service-banner .service-banner__btn {
  border: 0;
  border-radius: 66px;
  min-width: 180px;
  padding: 14px 36px;
  font-family: var(--kdp-btn-font) !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

section.service-banner .service-banner__btn:hover {
  transform: translateY(-1px);
}

section.service-banner .service-banner__btn--primary {
  background: var(--figma-orange-btn);
  color: #fff;
}

section.service-banner .service-banner__btn--primary:hover {
  background: #e67200;
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 127, 13, 0.35);
}

section.service-banner .service-banner__btn--chat {
  background: #fff;
  color: #190a0a;
}

section.service-banner .service-banner__btn--chat:hover {
  background: #f3f3f3;
  color: #190a0a;
}

.service-banner__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.service-banner__stat {
  padding: 60px 0;
  text-align: center;
}

.service-banner__stat:last-child {
  border-right: 0;
}

.service-banner__stat-num {
  font-family: "Barlow", sans-serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.service-banner__stat-label {
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
  section.service-banner {
    min-height: auto;
    padding-top: 120px;
  }

  .service-banner__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-banner__stat:nth-child(2) {
    border-right: 0;
  }

  .service-banner__stat:nth-child(1),
  .service-banner__stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .service-banner__actions {
    flex-direction: column;
    align-items: center;
  }

  section.service-banner .service-banner__btn {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 575px) {
  .service-banner__stats {
    grid-template-columns: 1fr;
  }

  .service-banner__stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .service-banner__stat:last-child {
    border-bottom: 0;
  }
}

/* Service marketing cards */
.service-marketing-sec {
  position: relative;
  padding: clamp(64px, 8vw, 100px) 0 clamp(80px, 10vw, 120px);
}

.service-marketing__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 56px);
}

.service-marketing__header h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 12px;
}

.service-marketing__header h2 span {
  color: var(--kdp-orange);
}

.service-marketing__header p {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.5;
  color: var(--kdp-gray);
  margin: 0 !important;
}

.service-marketing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

.service-marketing__card {
  background: #fff;
  border-radius: 16px;
  padding: clamp(24px, 2.5vw, 32px) clamp(20px, 2vw, 28px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-marketing__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.service-marketing__icon {
  margin-bottom: 18px;
  transition: transform 0.3s ease;
}

.service-marketing__card:hover .service-marketing__icon {
  transform: scale(1.05);
}

.service-marketing__icon img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.service-marketing__card h3 {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  margin-bottom: 10px;
}

.service-marketing__card p {
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.5;
  color: var(--kdp-gray);
  margin: 0 !important;
}

.service-marketing__decor {
  position: absolute;
  right: 0;
  bottom: -320px;
  width: 100%;
  z-index: -1;
}

.service-marketing-sec .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .service-marketing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .service-marketing__grid {
    grid-template-columns: 1fr;
  }

  .service-marketing__decor {
    width: min(70vw, 320px);
    opacity: 0.5;
  }
}

/* Service optimization */
.service-optimization-sec {
  padding: 50px 0 50px;
  overflow: visible;
}

.service-optimization__wrap {
  position: relative;
}

.service-optimization__decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.service-optimization__decor img {
  width: 100%;
  height: auto;
  display: block;
}

.service-optimization__decor--left {
  top: 0;
  left: 0;
  width: min(22vw, 140px);
  transform: translate(-18%, -28%);
}

.service-optimization__decor--right {
  right: 0;
  bottom: 0;
  width: min(28vw, 180px);
  transform: translate(12%, 22%);
  filter: blur(4px);
  opacity: 0.85;
}

.service-optimization__banner {
  position: relative;
  z-index: 1;
  background: url(../images/home-service-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 20px;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 4vw, 48px);
}

.service-optimization__banner h2 {
  text-align: center;
  color: #fff;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.service-optimization__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 16px) clamp(20px, 3vw, 32px);
  max-width: 920px;
  margin: 0 auto;
}

.service-optimization__list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 16px);
}

.service-optimization__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 66px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 500;
  line-height: 1.3;
}

.service-optimization__check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #fff;
}

@media (max-width: 767px) {
  .service-optimization__grid {
    grid-template-columns: 1fr;
  }

  .service-optimization__decor--left {
    width: 90px;
    transform: translate(-8%, -18%);
  }

  .service-optimization__decor--right {
    width: 110px;
    transform: translate(6%, 14%);
  }
}

/* Service publishing myths */
.service-publishing-sec {
  padding: var(--kdp-section-y) 0;
  background: #fff;
}

.service-publishing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.service-publishing__visual {
  position: relative;
}

.service-publishing__photo {
  width: 100%;
  max-width: 654px;
  height: auto;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.service-publishing__visual::before,
.service-publishing__visual::after {
  content: "";
  position: absolute;
  background: var(--kdp-orange);
  z-index: 0;
}

.service-publishing__visual::before {
  width: clamp(60px, 8vw, 109px);
  height: clamp(60px, 8vw, 109px);
  left: -12px;
  top: 18%;
  border-radius: 50%;
  opacity: 0.95;
}

.service-publishing__visual::after {
  width: clamp(80px, 10vw, 140px);
  height: clamp(50px, 6vw, 90px);
  right: 4%;
  top: 8%;
  border-radius: 0 0 0 80px;
  opacity: 0.55;
  transform: rotate(-8deg);
}

.service-publishing__content h2 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  color: #1f1f1f;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.service-publishing__content h2 span {
  color: var(--kdp-orange);
  font-weight: 900;
}

.service-publishing__content p {
  color: rgba(33, 33, 33, 0.55);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.45;
  margin-bottom: 16px !important;
}

.service-publishing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 991px) {
  .service-publishing__grid {
    grid-template-columns: 1fr;
  }

  .service-publishing__photo {
    margin: 0 auto;
  }

  .service-publishing__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Service success stories slider */
.service-success-stories-sec {
  padding: clamp(64px, 8vw, 100px) 0;
  background: #fff;
}

.service-success-stories__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(40px, 5vw, 56px);
}

.service-success-stories__header h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 14px;
}

.service-success-stories__header h2 span {
  color: var(--kdp-orange);
}

.service-success-stories__header p {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.5;
  color: var(--kdp-gray);
  margin: 0 !important;
}

.service-success-stories__wrap {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
}

.service-success-stories__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #b8b8b8;
  font-size: 22px;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.service-success-stories__arrow:hover {
  color: var(--kdp-orange);
}

.service-success-stories__slider {
  flex: 1;
  min-width: 0;
}

.service-success-stories__slider .slick-slide {
  padding: 0 clamp(8px, 1vw, 12px);
}

.service-success-stories__slider .slick-slide > div {
  height: 100%;
}

.service-success-stories__card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.service-success-stories__media {
  position: relative;
}

.service-success-stories__media img {
  width: 100%;
  height: clamp(180px, 22vw, 240px);
  object-fit: cover;
  display: block;
}

.service-success-stories__category {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #f5c518;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 12px;
  border-radius: 6px;
}

.service-success-stories__investment {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #fff;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.service-success-stories__body {
  padding: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 28px) clamp(24px, 3vw, 32px);
}

.service-success-stories__body h3 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.service-success-stories__block {
  margin-bottom: 16px;
}

.service-success-stories__block:last-child {
  margin-bottom: 0;
}

.service-success-stories__block h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 6px;
}

.service-success-stories__block p {
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0 !important;
}

.service-success-stories__results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-success-stories__results li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.45;
  color: #4a4a4a;
  margin-bottom: 6px;
}

.service-success-stories__results li:last-child {
  margin-bottom: 0;
}

.service-success-stories__check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #22c55e;
  font-size: 18px;
  line-height: 1;
}

.service-success-stories__check i {
  font-size: 18px;
  color: #22c55e;
}

@media (max-width: 991px) {
  .service-success-stories__wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .service-success-stories__arrow {
    display: none;
  }
}
