@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  transition: auto;
}
.nav-pills .nav-link {
  margin: 0 3px;
  border-radius: 50px;
  border: 2px solid #1d0511;
  background-color: #bc200f;
  color: #fff;
  cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #1d0511;
  color: #ff884e;
  font-weight: 600;
  border-color: #ff884e;
}

.primary-color {
  color: #000;
  display: contents;
}
.input-control:hover,
.input-control:focus {
  background: #47a79370;
  transition: 0.7s all;
  color: #fff;
}
.input-control:hover::-moz-placeholder,
.input-control:focus::-moz-placeholder {
  color: #fff;
}
.input-control:hover::placeholder,
.input-control:focus::placeholder {
  color: #fff;
}
.input-control::-moz-placeholder {
  color: #848484;
}
.input-control::placeholder {
  color: #848484;
}
.bottom-form .input-control::placeholder {
  color: #fff;
}
/* Hover End ================================*/
section {
  padding: 80px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
  overflow-x: clip;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
}
.styl-para{
  color: #fff;
}
.phcheck_field{
  color: #fff;
}
.nav-bar .logo-white {
    display: block;
}
.nav-bar .logo-black {
    display: none;
}

/* When the navbar becomes sticky */
.nav-bar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff; /* White background for the sticky nav */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-bar.sticky .logo-white {
    display: none;
}

.nav-bar.sticky .logo-black {
    display: block;
}

/* Also ensure your nav text changes to black when sticky */
.nav-bar.sticky .nav-parent {
    color: #000 !important;
}
.phphbanner_formBox {
    margin: 0 auto;
    /*backdrop-filter: blur(14px);*/
    padding: 30px 30px 20px;
    /*border: 6px solid #ffffff;*/
    border-radius: 18px;
    overflow: hidden;
}

.phphbanner_formHead {
    font-size: 24px;
    color: #000;
    font-family: var(--f2);
    font-weight: 600;
    margin-bottom:15px;
}

.input_feild :is(input, textarea) {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    padding: 10px 7px 5px;
    font-size: 14px;
    font-family: var(--f2);
    color: #fff;
    outline: none;
}

.input_feild :is(input, textarea)::placeholder {
    color: #ffffff42;
}

.input_feild {
    margin: 0 0 40px;
}


.input_feild :is(input, textarea):focus {
    color: #fff;
    border-color: #fff;
}

.input_feild :is(input, textarea):focus::placeholder {
    color: #fff;
}

.phcheck_feild {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: -25px;
}

.phcheck_feild label {
    color: #ffffff;
    font-family: var(--f2);
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 0;
}

.button_feild {
    margin: 20px 0 0;
}

.button_feild button {
    border: none;

}

.phphbanner_formBot {
    margin: 30px 0 0;
    font-family: var(--f2);
    color: #fff;
    text-decoration: underline !important;
    font-size: 14px;
}
.phreset-butn{
    padding:10px 15px !important;
}
.phbanner_form{
    padding:10px 15px !important;
}
/*Mobile Screen viewport ================================*/
.mobile-screen {
  display: none;
}
#cross {
  display: none;
}
/*End Mobile Screene ================================*/
/* Poooosition fixed============================================================ */
.sticky-nav-bar {
  position: fixed;
  top: 0;
  padding: 10px 0 !important;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  transition: all 0.3s ease-in-out;
  animation: header-animation 1s;
  box-shadow: 0 5px 10px gray;
}
.sticky-nav-bar .menu a.nav-parent{
  color:#000;
}
.dropdown-item{
  color:#fff;
}
@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }
  100% {
    transform: translateY(0);
  }
}
.nav-bar {
  padding: 10px 0;
  position: fixed;
  top: 10px;
  width: 100%;
}
.logo img {
  max-width: 75%;
}
.nav-bar ul.menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 15px;
}
.nav-bar ul.menu li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: 0.5s all;
}
.nav-bar ul.menu li a:hover,
.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus {
  color: #f85606;
  background: none;
}
/* Dropdown List Start */
.nav-bar ul.menu.dropdown {
  display: none;
}
.top-bar .side-bar-one::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 13px;
  width: 1.5px;
  height: 20px;
  background: #d9d9d9
}
header nav ul li.dropdown:hover .dropdown-menu,
.dropdown-menu-submenu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
}
header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  top: 30px;
  left: -50px;
  padding: 10px 0px;
  border-radius: 3px;
  position: absolute;
  transform: scale(0);
  transition: 0.5s all;
  width: 300px;
  background: linear-gradient(120deg, darkmagenta, crimson, orange);
  border: 2px solid #f04e10;
      border-radius: 10px;
}
header nav ul li .dropdown-menu h6 {
  color: #E26336;
  font-size: 17px;
  margin: 3px 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #E26336;
}
header nav ul li.dropdown {
  position: relative;
  visibility: visible;
}
header nav ul li .dropdown-menu a {
  color: #fff !important;
  padding: 5px 20px 5px 20px;
  margin: 0;
  z-index: 100 !important;
}
header nav ul li .dropdown-menu a:hover,
header nav ul li .dropdown-menu a.active {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: #0A0A0A !important;
  color: #fff !important;
}
header nav ul li .dropdown-menu-submenu a:hover,
header nav ul li .dropdown-menu-submenu a.active {
  background: crimson !important;
}
header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
  display: none;
}
.nav-bar ul.menu a.dropdown-item.active::before {
  display: none;
}
/* Submenu Dropdown start*/
.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  background: #0A0A0A;
}
.submenu-list:hover .dropdown-menu-submenu {
  display: block;
}
/* Submenu Dropdown end*/
/* Dropdown List end*/
header {
  background: transparent;
  position: relative;
  z-index: 2;
}
.nav-bar ul li a img {
  max-width: 60%;
}
.nav-bar ul li a.active::before {
  content: "";
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
  width: 100%;
  animation: fill 1s forwards;
  color: #606060 !important;
}
.nav-bar ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #f85606;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
}
.nav-bar ul li a:hover::before {
  width: 100%;
  animation: fill 1s forwards;
  color: #47A793 !important;
}
.nav-bar ul li .btn-white:hover::before,
.nav-bar ul li .btn-orange:hover::before {
  display: none;
}
/* /////////////// */
.nav-bar ul.menu li a i.fa-phone-alt {
  font-size: 20px;
  padding-right: 10px;
  color: #DD1423;
}

.btn-black,
.btn-orange,
.btn-white-border {
  padding: 10px 57px 10px 20px !important;
  background: linear-gradient(120deg, darkmagenta, crimson, orange);
  background-size: 200% 100%;
  background-position: 98% 0;
  transition: background-position .5s;
  border-radius: 10px;
  border: 2px solid transparent;
  font-family: Poppins, sans-serif;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.btn-black i,
.btn-orange i,
.btn-white-border i {
  font-size: 18px;
  background: #fff;
  color: #f85606;
  border-radius: 20px;
  font-weight: 600;
  padding: 9px;
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-animation: 1.5s infinite swing;
  animation: 1.5s infinite swing;
}
.button_feild .btn-orange{
  padding:10px 20px !important;
  white-space: wrap;
}

.btn-white-border {
  border: 1px solid #fff;
  font-size: 14px;
  background: 0 0;
  box-shadow: none
}
.btn-black {
  background: #0A0A0A;
  border-color: #0A0A0A;
}
.btn-black:hover {
  border: 2px solid #0A0A0A;
  color: #0A0A0A !important;
  background: none;
}
.btn-orange::before,
.btn-black::before {
  content: "";
  background: #0A0A0A;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s all cubic-bezier(0.4, 0, 1, 1);
}
.btn-orange:hover::before,
.btn-black:hover::before {
  width: 100%;
  right: 0;
}
.btn-black::before {
  background: none;
}
.btn-black:hover i {
  background: #0A0A0A;
  color: #fff;
}
.nav-bar ul.menu li a.active::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #606060 !important
}
.nav-bar ul.menu li a::before {
  width: 0
}
.nav-bar ul.menu li a:hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #47A793 !important;
}
.btn-orange:hover {
  border: 2px solid crimson;
  color: crimson !important;
  background: none;
}
.input-control {
  margin: 7px 0;
  font: -webkit-control;
  padding: 8px 15px;
  width: 100%;
  font-family: Poppins, sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  background: #fff;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px;
}
.list-banner li {
  font-family: Poppins, sans-serif
}
.copyright,
footer {
  background: linear-gradient(
89deg, #6f2a39, #bb1e0e, #ed8a4b, #1D0511, #1D0511);
}
textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 100%;
  height: 40px;
  padding: 7px 15px;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  border-radius: 5px;
  resize: none
}
.bottom-form input#register {
  margin-top: 30px;
}
label.error {
  display: none !important
}
.banner input.input-control,
select#ser-select {
  width: 16% !important;
  border-radius: 20px
}
select:focus {
  background: #104b8d87;
  color: #fff
}
.banner .get-started-form option:focus,
.banner .get-started-form option:hover,
.banner .get-started-form option:selected {
  background-color: #e6e6e6 !important;
  color: #000 !important
}
.get-started-form.main-form {
  width: 80%;
  margin: 0 0 0 auto
}
a#goto-top {
  position: fixed;
  bottom: 140px;
  right: 30px;
  background: #0E0E0E;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: .5s !important;
  opacity: 0;
  visibility: hidden
}
a#goto-top i {
  padding-bottom: 3px
}
a#goto-top.show {
  opacity: 1;
  visibility: visible
}
a#goto-top:hover {
  transform: scale(1.2)
}
h1 {
  font-size: 55px;
  color: #0A0A0A;
  padding: 0;
  line-height: 54px;
  letter-spacing: -2px;
  margin: 0
}
.inner-banner h1 {
  font-size: 40px;
  line-height: 39px;
}
footer {
  padding: 70px 0 0;
  color: #fff
}
footer p {
  font-size: 14px;
  padding: 0 0 20px;
  font-weight: 300
}

footer ul.menu li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  transition: .5s
}
footer ul.menu li a i {
  color: #fff;
  margin-right: 10px
}
footer ul.menu li a .d-block {
  line-height: 10px;
  padding-left: 25px
}
.social-icons li {
  display: inline-block;
  padding: 10px 20px 0 0;
}
.social-icons li a {
  font-size: 20px !important;
}
.social-icons li a i:hover {
  color: crimson !important;
}
.copyright {
  padding: 10px 0
}
.copyright ul.menu li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none
}
.copyright a,
.copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0
}
h2 {
  font-size: 37px;
  line-height: 37px;
  font-weight: 700;
}
h2 span {
  vertical-align: baseline
}
.main-banner {
  position: relative;
  /*background: url('../images/banner.webp') no-repeat;*/
  background: linear-gradient(355deg, #ff5200, #fff);
  background-size: cover;
  padding: 130px 0 50px;
}
.boost-hd, .boost-p{
  color: #000;
}
.chris-banner{
  z-index: 1;
  padding-bottom: 250px;
}
.chris-banner::before {
    content: "";
    background: url('../images/chris-banner.webp') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.santa {
    position: relative;
}
.santa:before{
    content: "";
    position: absolute;
    right: -90px;
    top: -10px;
    width: 50%;
    height: 60%;
    background: url(../images/santa.webp) no-repeat;
    background-size: 100%;
    transition: 0.3s ease-in;
    z-index: 0;
}
.banner img {
  filter: drop-shadow(2px 4px 6px black);
}
.main-banner .trustpilot-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(2px 4px 6px #000);
  width: 200px;
  height: 100px;
  z-index: 0;
    display: none;
}
.main-banner .google-review-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -190px;
  max-width: 8%;
  margin: auto;
  background: #fff;
  width: 200px;
  height: 100px;
  border-radius: 0 7px 7px 0px;
  display: none !important; 
}
.main-banner .trustpilot-img img,
.main-banner .google-review-img img {
  filter: none;
}
.amz-ads img {
  width: 25%;
  background: #fff;
  padding-top: 10px;
  border-radius: 13px;
  box-shadow: 2px 2px 10px crimson57;
}
.banner-arrow-down {
  background: #000;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: -20px;
  position: relative;
  cursor: pointer;
}
.banner-arrow-down i {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  -webkit-animation: 4s infinite alternate bounce;
  -moz-animation: 4s infinite alternate bounce;
  animation: 4s infinite alternate bounce;
}
.banner-arrow-down:before {
  content: "";
  position: absolute;
  left: -24px;
  top: -24px;
  background: url('../images/r-arrow.webp') no-repeat 100% / 100% 100%;
  width: 100%;
  height: 100%;
  padding: 75px;
  animation: a 8s linear infinite;
  -webkit-animation: a 8s linear infinite;
  -moz-animation: a 8s linear infinite;
}
.container {
  max-width: 1300px !important;
}
p a {
  color: #dd1423;
}
p a:hover {
  color: #0E0E0E;
}
.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important;
  padding: 10px 0
}
.faq-sec .card-header a {
  display: block;
  font-size: 15px;
  color: #6A757D;
  font-weight: 500;
  padding: 6px 30px 6px 0;
}
.faq-sec .card {
  margin-bottom: 15px;
  border: none;
  background: #fff;
  box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2);
  line-height: 24px;
  padding: 0 11px;
  border-radius: 10px;
}
.faq-sec .card-body {
  padding: 0 25px 20px
}
#accordion-location .card-header a.card-link.collapsed:after,
.faq-sec .card-header a.card-link.collapsed:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  color: #f94001;
  top: 20px
}
#accordion-location .card-header a.card-link:after,
.faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  color: crimson;
}
.faq-sec .card-body p {
  color: #6A757D;
  font-size: 14px
}
.cta {
  background: url('https://fulfilledbysuccess.com/assets/images/process-bg.webp') 0 0/cover no-repeat;
  padding: 80px 0
}
.cta h2 {
  line-height: 45px;
  font-size: 45px
}
.cta .cta-left {
  position: absolute;
  bottom: -260px;
  left: 0
}
.cta .cta-right {
  position: absolute;
  right: 0;
  top: -190px;
  max-width: 100%
}
.pricing .price h3 {font-size: 20px;line-height: 40px;}
.porfilio-slider {
  text-align: center;
  padding: 60px 0
}
.reason-des {
  margin: 20px 0;
  padding: 20px;
  background: #003896;
  border-radius: 10px;
  box-shadow: 1px 2px 9px #f5f5
}
.author-info h6,
.blog-detail p,
.reason-des p {
  font-size: 17px;
  color: #f85606;
}
.reason-des h4 {
  font-size: 18px;
  margin-bottom: 5px
}
.reason-des:hover {
  background: linear-gradient(180deg, #d93424 50%, #9d0a07 100%);
  box-shadow: 1px 1px 20px 4px #9d0a07
}
.why-choose .get-started-form.main-form select#ser-select,
.why-choose input.input-control,
.why-choose textarea.required.input-control.form-control {
  background: #658ac0 !important;
  width: 100% !important;
  color: #fff !important
}
.why-choose .input-control::placeholder,
.why-choose select#ser-select {
  color: #fff !important
}
.why-choose .btn-orange {
  display: block;
  width: 100%
}
.cta-get-started {
  background: url(https://fulfilledbysuccess.com/assets/images/cta2.webp) 100%/100% no-repeat;
  color: #fff;
  text-align: center;
  border-radius: 20px
}
.popupform {
  padding: 0;
  max-width: 1100px;
  background: 0 0;
  overflow-x: hidden;
}
.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.popupform .popup-bann {
  position: relative;
  z-index: 3;
  top: 20px;
  transform: scaleX(-1);
  left: 100px;
}
.popupform .popup-bann img {
  width: 370px;
}
.popupform .popup-content {
  max-width: 700px;
  height: 500px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 21px 200px;
  margin: 20px 9px 0 -150px;
  border-radius: 20px;
}
.popupform .popup-content h2 {
  position: relative;
  font-size: 28px;
  font-family: Poppins, sans-serif;
  padding-bottom: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 27px;
}
.popupform .popup-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
  color: #000
}
.popupform .form-control {
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  height: 40px;
  font-family: Poppins, sans-serif
}
.popupform textarea.required.form-control {
  height: 80px !important;
}
.popupform button.fancybox-button.fancybox-close-small {
  background: #9f0b07;
  padding: 0;
  opacity: 1;
  top: 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px
}
.popupform .fancybox-button svg {
  color: #fff;
  top: 0px;
  left: 1px;
  font-weight: 900;
  padding: 3px
}
input.btn.btn_brown {
  margin-bottom: 15px !important
}
.popupform ::placeholder {
  color: #000
}
.required.error,
select.required.error,
textarea.required.error {
  border: 0 !important;
  border-bottom: 2px solid #0E0E0E !important;
  color: #0E0E0E !important
}
img {
  transition: 0.5s all;
}
img:hover {
  transition: 0.5s ease-in;
  animation: 3s linear infinite pulse;
  -moz-animation: 3s linear infinite pulse;
  -webkit-animation: 3s linear infinite pulse;
  cursor: pointer;
}
.reason .ser-box,
.services .ser-box,
.pricing .price-box{
  box-shadow: 0px 0px 11px #2a2a2a;
  padding: 20px;
  border-radius: 16px;
  transition: .5s;
  position: relative;
  background:linear-gradient(145deg, #bb1e0e, #ed8a4b);
}

.services .ser-box:hover {
  cursor: pointer;
  transform: scale(1.07);
  cursor: pointer;
  color: #fff;
}
.ser-box:hover h4,
.ser-box:hover p {
  color: #fff;
}
.services .ser-box h4 {
  font-size: 26px;
  padding: 20px 0;
  line-height: 30px;
}
.services .ser-box p {
  font-size: 14px;
  padding-bottom: 20px;
}
.btn-orange-border {
  font-size: 15px;
  border: 1px solid #dd1423;
  color: #dd1423
}
.book-mark-ser::before {
  background: url('https://fulfilledbysuccess.com/assets/images/book-mark-ser-before.webp') 0 0/29% no-repeat;
  left: 0;
  top: -70px;
  width: 90%;
  height: 100%
}
.bottom-form {
  padding-bottom: 0;
  z-index: 1;
  margin-bottom: -70px;
}
.bottom-form form {
  background: #000;
  padding: 40px 30px 30px;
  margin: auto;
  border-radius: 15px;
}
.get-started-form{
  margin-top: 20px;
}
.bottom-form .get-started-form.main-form form input.input-control {
  width: 49% !important;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 10px !important;
  padding: 10px 15px;
  color: #fff;
}
.bottom-form .get-started-form.main-form {
  width: 100%;
  margin: auto
}
.bottom-form .get-started-form.main-form h2 {
  font-size: 40px;
  line-height: 39px;
}
.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea {
  width: 49% !important;
  float: left;
  margin-bottom: 20px !important;
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 10px;
  height: 40px;
  color: #fff;
}
.bottom-form .get-started-form.main-form textarea {
  width: 98.5% !important;
  color: #fff;
}
.reason .ser-box {
  border: none;
  border-radius: 5px;
}
.reason .ser-box img {
  max-width: 20%;
  padding: 21px 0;
  filter: brightness(1);
  -webkit-animation: 3s infinite wobble ease-in;
  animation: 3s infinite wobble ease-in;
}
.reason .ser-box h4 {
  color: #DD1423;
  font-size: 23px;
  padding-bottom: 15px;
}
.reason .ser-box p {
  height: 130px;
}
.reason .ser-box:hover img {
  filter: brightness(25);
  transition: 0.1s;
}
.review-box {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  transition: .2s
}
.review-box:hover {
  /*box-shadow: 5px 5px 25px #ccc;*/
  cursor: pointer
}
.author-info {
  padding: 20px 0 10px;
}
.author-desc{
  margin-bottom: 0;
}
.review-box .review-para {
  padding: 10px 0;
  display: flex;
  align-items: center;
  text-align: left;
  height: 120px;
  margin-bottom: 0;
}
.terms h2 {
  font-size: 25px;
  padding: 5px 0;
}
.terms h3 {
  font-size: 25px;
  text-transform: capitalize;
  padding: 10px 0;
}
.list-item li.pl-5 {
  list-style: none;
}
.empower h2:before {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  top: 33%;
  left: -140px;
  background: #fff;
}
.reason {
  text-align: center;
  padding: 80px 0;
  background-color: #fff;
}
.reason h2{
  margin-bottom: 10px;
}
.parent-circles {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.circle-box {
    /* Circle se Square/Sticky Note shape mein change */
    width: 330px;
    min-height: 280px;
    border-radius: 2px; /* Bilkul halka sa round corner */
    padding: 30px;
    position: relative;
    background: #fff; /* Paper color */
    
    /* Sticky note shadow effect */
    box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.2);
    
    /* Natural tilting effect */
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

/* Alag alag notes ko thora different rotate karein natural dikhne ke liye */
.parent-circles div:nth-child(odd) .circle-box {
    transform: rotate(-2deg);
    background: #fff9c4; /* Light Yellow Sticky Note */
}

.parent-circles div:nth-child(even) .circle-box {
    transform: rotate(2deg);
    background: #e1f5fe; /* Light Blue Sticky Note */
}

/* Hover par note seedha ho jaye */
.circle-box:hover {
    transform: rotate(0deg) scale(1.05) !important;
    z-index: 10;
    /*box-shadow: 10px 10px 20px rgba(0,0,0,0.3);*/
}

/* Numbering (01, 02) ko sticky note pin ya label ki tarha set karein */
.circle-box span {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff4d00;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

/* Arrows ko hide kar dein ya position adjust karein kyunki sticky notes stacked lagte hain */
.circle-box img {
    display: none; /* Arrows sticky notes par zyada suit nahi karte */
}

.circle-box h6 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.circle-box p {
    color: #333 !important;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}
.emp-bus{
  background: linear-gradient(145deg, #bb1e0e, #ed8a4b);
}
.text-orange{
  color: #f85606;
}
.services .container {
  padding: 50px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
/*.services .container:before,
.circle-sec1:before {
  content: "";
  background: crimson6e;
  width: 300px;
  height: 300px;
  padding: 60px;
  box-shadow: 20px 20px 100px 150px crimson;
  position: absolute;
  filter: blur(100px);
  left: -300px;
  top: -190px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
}
.services .container:after,
.circle-sec .container:after {
  content: "";
  background: crimson6e;
  width: 200px;
  height: 200px;
  padding: 60px;
  box-shadow: 20px 20px 100px 150px #6e1f01;
  position: absolute;
  filter: blur(100px);
  right: -230px;
  bottom: 90px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
}*/
.owl-dot.active span,
.owl-dot:hover span {
  background: #0E0E0E !important;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
  font-size: 35px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  font-size: 25px;
  bottom: 0;
  background: #fff;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #747474;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  bottom: 0px;
  background: #fff;
  font-size: 25px;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #747474;
}
[class*=owl-next]:hover,
[class*=owl-prev]:hover {
  color: #ffffff !important;
  background: #0E0E0E !important;
}
.list-item li {
  list-style: disc;
  margin-left: 17px;
}
.list-item li::marker {
  color: #fff;
  font-size: 19px;
}
.rank-hd{
  color: #fff !important;
  text-shadow: 1px 2px 2px #1e1e1e;
}
.rnk-p{
  text-shadow: 1px 2px 2px #1e1e1e;
}
.rnk-img{
  width: 100%;
  max-width: 450px;
}
.rank-higher {
  padding: 100px 0;
  background: linear-gradient(217deg, #7c2900, #e06e3b, #9e2e12, #e06e3b, #9e2e12);
  /*background: url('../images/rank-bg.webp') no-repeat;*/
  background-position: center center;
}
.global-map-ser {
  z-index: 1
}
.process-step {
  text-align: center;
}
.b-process {
  position: relative
}
.step1,
.step2,
.step3,
.step4,
.step5,
.step6 {
  position: absolute;
  width: 30%;
  text-align: left;
  padding: 10px;
  z-index: 9999;
}
.step1 {
  left: -20px;
  top: 101px;
}
.b-process h4 {
  font-size: 19px;
  padding: 7px 10px;
}
.step2 {
  left: -98px;
  top: 46.7%;
}
.b-process img {
  max-width: 80%;
  margin: 47px 0
}
.step3 {
  left: -30px;
  bottom: 29px;
}
.step5 {
  right: -98px;
  top: 46.7%;
}
.step4 {
  right: -20px;
  top: 114px;
}
.muti-phone {
  display: inline-block;
  padding-left: 2px;
}
.step6 {
  bottom: 29px;
  right: -30px;
}
.text-pill {
  border-radius: 30px;
  flex-grow: 1;
  color: #fff;
  background: linear-gradient(145deg, #bb1e0e, #ed8a4b);
  min-height: 40px;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter--wrapper {
  justify-content: space-evenly;
}
.services .count {
  text-align: center;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 35px;
  width: 210px;
}
.services .count .timer {
  font-size: 51px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 60px;
}
.services .count:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  margin: auto;
  height: 60px;
  background: #f85606;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.plus:after {
  content: "+";
  position: absolute;
  right: -10px;
  top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 700;
}
.services .count.last:after {
  display: none;
}
.trustpilot {
  background: linear-gradient(145deg, #bb1e0e, #ed8a4b);
}
.tst-imag img{
  border-radius: 50%;
  overflow: hidden;
}
.review-box i {
  color: #f8a401;
  margin-right: 7px;
  font-size: 12px;
}
.tst-flex{
  display: flex;
  gap:15px;
}
.porfilio-slider .owl-carousel .owl-item img {
  transform: scale(.9);
}
.porfilio-slider .owl-carousel .owl-item.center {
  transform: scale(1.14);
  transition: .5s;
  position: relative;
  z-index: 9
}
.fba .container {
  box-shadow: none;
}
.fba .ser-box:before {
  display: none;
}
.services .ser-box:hover,
.fba .ser-box:hover h4,
.fba .ser-box:hover p {
  color: #7E7E7E;
  transform: scale(1);
}
.cst-serv{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta {
  background: url('../images/cta.webp') no-repeat;
  padding: 80px 0;
  background-size: 100% 100%;
  width: 80%;
  margin: auto;
}
.circle-sec .container {
  position: relative;
}
.main-banner {
    background: linear-gradient(
332deg, #6f2a39, #bb1e0e, #ed8a4b, #1D0511, #1D0511);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Optional: Adding the subtle orange glow effect on the left */
.main-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(255, 77, 0, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.spc-txt {
    /* Step 1: Set the font size and weight to make it bold like the image */
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;

    /* Step 2: Apply the texture/gradient */
    /* If you have a texture image, use: url('your-texture.jpg') */
    background: radial-gradient(circle at 30% 30%, #ff5e14 0%, #b33a00 100%);
    
    /* Step 3: Clip the background to the text */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Step 4: Make the actual text color transparent so the background shows through */
    color: transparent;
    
    /* Step 5: Optional - adds depth like the screenshot */
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
    
    display: inline-block;
}

/* Ensure the rest of the headline stays white and clean */
.outline-text {
    color: #ffffff;
    font-size: 40px; /* Adjust based on your design */
    font-weight: 700;
}

.boost-hd .outline-text{
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 36px;
}

/* Gradient/Color for the word Build */
.boost-hd::first-line {
    color: #ff4d00; /* Bright orange-red */
}

.outline-text {
    color: #fff;
}


.boost-p {
    font-size: 16px;
    color: #ffffff;
}

/* Glassmorphism Form Box */
.glass-box {
    /* Background ko thora dark orange-black tint diya hai */
    background: rgba(20, 10, 0, 0.45); 
    
    /* Blur effect ko barha diya taakay background design softly nazar aaye */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    
    /* Subtle border taakay 3D effect bana rahe */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    
    /* Form ko background se alag dikhane ke liye shadow */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

/* Input fields ko dark mode ke hisaab se set karne ke liye */
.input_field input, 
.input_field textarea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.input_field input::placeholder, 
.input_field textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Ensure the text inside the form remains white and readable */
.phphbanner_formHead, .phcheck_field label, .phphbanner_formBot {
    color: #ffffff; /* Source: color inferred from reference image_2 */
}

.phphbanner_formHead {
    font-size: 24px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: none;
    margin-bottom: 20px;
    font-size: clamp(20px, 10vw, 38px); /* Responsive sizing */
    font-weight: 900;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
}


.banner-buttons{
  margin-bottom: 40px;
}

/* Input Styles */
.input_field input, 
.input_field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 20px;
    outline: none;
    font-size: 14px;
}

.input_field input::placeholder, 
.input_field textarea::placeholder {
    color: #fff;
}

/* Checkbox Style */
.phcheck_field {
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Submit Button Gradient */
.btn-gradient-submit {
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, #ff004c 0%, #ff8c00 100%);
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

/* Bottom Pill Button */
.btn-orange-pill {
    background: #ff8c00;
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.spc-txt{
    text-transform: none;
    margin-bottom: 20px;
    /* color: #33180b; */
    /* filter: saturate(2) brightness(4.5); */
    font-size: clamp(80px, 10vw, 120px); /* Responsive sizing */
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9;
    display: inline-block;

    /* Step 2: The Gradient Texture */
    /* This creates the dark-to-light orange transition with a 'glow' effect */
    background: linear-gradient(
        135deg, 
        #8b2e00 0%,   /* Deep Burnt Orange */
        #ff4d00 45%,  /* Vibrant Orange */
        #ff8c00 55%,  /* Bright Amber */
        #b33a00 100%  /* Darker shade for depth */
    );

    /* Step 3: Clipping & Transparency */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    /* Step 4: Subtle Shadow for '3D' Lift */
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3));
}
.banner .get-started-form form {
  padding: 40px 30px 30px;
  position: relative;
  background: crimsona6;
  /*box-shadow: 0px 0px 10px #0A0A0A;*/
  border-radius: 15px;
}
.input_feild input::placeholder, .input_feild textarea::placeholder{
  color:#fff !important;
}
.get-started-form.main-form {
  width: 80%;
  margin: 0 0 0 auto
}
.get-started-form.main-form input.input-control,
.get-started-form.main-form select#ser-select,
.get-started-form.main-form textarea {
  width: 100% !important;
  border-radius: 10px !important;
  padding: 10px 15px;
  border: 0
}
.get-started-form.main-form select#ser-select {
  padding: 0 15px;
  height: 40px
}
.chota_fnt {
  font-size: 10px;
  margin: 20px 0;
  color: #fff;
  display: block;
  line-height: 15px
}
.step-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.step-parent .step-one img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 10px;
  padding: 10px;
}
.reason.aprivate .circle-box {
  text-align: left;
  height: 100%;
  width: 95%;
  border-radius: 30px;
  padding: 20px 20px;
}
.reason.aprivate .circle-box span {
  top: -50px;
  left: 0;
}
.price span {
  font-size: 50px;
  font-weight: 800;
  color: #ff884e;
}
.prc-h3, .prc-h4, .prc-h5{
  color: #fff;
}
.prc-h5{
  font-size: 30px;
  font-weight: 300;
}
.price {
  font-size: 17px;
  font-weight: 700;
}
.blog-content img {
  max-width: 100%;
  transition: 0.5s all;
  border-radius: 10px 10px 0px 0px;
}
.blog-content .self-pub {
  padding: 0px;
  box-shadow: 1px 1px 3px #ccc;
  border-radius: 10px;
  text-align:center;
}
.blog-content .self-pub h5 {
  padding: 10px;
  font-size: 18px;
  color: #000000;
}
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content p {
  padding: 10px 0;
}
.thanksgiving {
background: url('../images/thankgiving.webp') no-repeat;
    background-size: 100% 100%;
    height: 800px;
}
/* Pricing */
.pricing{
  background: linear-gradient(89deg, #6f2a39, #bb1e0e, #ed8a4b, #1D0511, #1D0511);
}
.price-box{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

/* AMAZON WHOLESALE TAB */
#amazon-ws .row .col-md-4:nth-child(2) .price-box{
    background: #1D0511;
}

/* AMAZON PL TAB */
#amazon-pl .row .col-md-4:nth-child(2) .price-box{
    background: #1D0511;
}

/* WALMART TAB */
#walmart .row .col-md-4:nth-child(2) .price-box{
    background: #1D0511;
}

/* EBAY TAB */
#ebay .row .col-md-4:nth-child(2) .price-box{
    background: #1D0511;
}

/* SHOPIFY TAB */
#shopify .row .col-md-4:nth-child(2) .price-box{
    background: #1D0511;
}

/* TIKTOK TAB */
#tiktok .row .col-md-4:nth-child(2) .price-box{
    background: #1D0511;
}

/* FACEBOOK TAB */
#facebook .row .col-md-4:nth-child(2) .price-box{
    background: #1D0511;
}
.price-box ul li {
  font-size: 14px;
  margin-left: 23px;
  color: #fff;
}
.price-box:hover {
  transition: 0.6s !important;
  cursor: pointer;
  transform: scale(1.1);
}
.line {
  width: 100%;
  background: #fff;
  height: 1px;
  margin: 16px 0px;
}

.slimScrollBar {
  height: 300px;
  overflow: auto;
  margin-bottom: 26px;
}
.slimScrollBar::-webkit-scrollbar {
  width: 7px;
}
.slimScrollBar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fff;
}
.slimScrollBar::-webkit-scrollbar-track,.slimScrollBar::-moz--scrollbar-track {
  background-color: #d4d4d4;
  border-radius: 6px;
}
/* Pricing */



.newdscrlr p.dsiclrmr {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.newdscrlr p.dsiclrmr a {
    font-size: 16px;
    color: #fff;
}

.newdscrlr p.dsiclrmr a:hover {
    color: #fb3f11;
}
.trustpilot-widget {
    text-align: left !important;
}

.cst-butn{
  padding:0 !important;
}



