body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*    margin-top: 0;
	    margin-bottom: 0px ;
	    font-weight: inherit;
	    line-height: initial;*/
}

.header {
  padding: 10px 0;
  position: absolute;
}

.btnn_style_1 {
  border-radius: 189px;
  background: linear-gradient(90deg, #f56915 0%, #fea80c 100%);
  background-size: 200% 200%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-decoration: none;
  padding: 7px 26px;
  transition: background-position 0.5s ease-in-out, color 0.5s ease-in-out;
}

.btnn_style_1:hover {
  background-position: right center; /* Change the position to animate the gradient */
  color: #fff;
}

.navmenu {
  padding: 0;
}

.navmenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 24px;
}

.navmenu li {
  position: relative;
}

.navmenu a,
.navmenu a:focus {
  padding: 18px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  color: #fff;
  font-size: 15pxx;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  text-decoration: none;
}

.navmenu a i,
.navmenu a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  transition: 0.3s;
}

.navmenu li:last-child a {
  padding-right: 20;
}

.navmenu li:hover > a,
.navmenu .active:focus {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  text-decoration: none;
}

.navmenu a:hover {
  color: #e15e00 !important;
}

.navmenu .active {
  color: #ea7725 !important;
}

.nav-cta-mobile {
  display: none;
}

.ad-bg-css {
  background: #0000002a;
  padding: 7px 27px;
  border-radius: 27px;
}
.p-relative {
  position: relative;
}

.navmenu .dropdown ul {
  margin: 0;
  padding: 10px 0;
  background: var(--nav-dropdown-background-color);
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 0;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.navmenu .dropdown ul li {
  min-width: 200px;
}

.navmenu .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: var(--nav-dropdown-color);
}

.navmenu .dropdown ul a i {
  font-size: 12px;
}

.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul .active:hover,
.navmenu .dropdown ul li:hover > a {
  background-color: var(--nav-dropdown-hover-color);
}

.navmenu .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navmenu .dropdown .dropdown ul {
  top: 0;
  left: -90%;
  visibility: hidden;
}

.navmenu .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: -100%;
  visibility: visible;
}

.banner_home {
  width: 100%;
  height: 100vh;
  background: url("../images/new-assests/banner.webp");
  display: flex;
  align-items: center;
  justify-content: space-between; /* This will place the banner_text in the center and banner_images_bottam at the bottom */
  text-align: center;
  background-size: cover;
}

.banner_text h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4.977px 4.977px rgba(0, 0, 0, 0.25);
  font-size: 45px;
  line-height: 45px;
  font-style: normal;
  font-weight: 700;
}

.banner_text h1 span {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.yellow_color {
  color: #fea80c;
}

.banner_images_bottam {
  /* Optional: Adjust this if you need spacing from the bottom */

  display: flex;
  justify-content: center;
  gap: 0; /* Adds some space between the images */
  margin: 0px;
  align-items: center;
}

.banner_images_bottam img {
  max-width: 230px; /* Adjust the size of images if necessary */
}

.section_two {
  width: 100%;
  background: #fff;
  min-height: 500px;
  margin: -30px 0 0 0;
  border-radius: 38px;
  z-index: 9999;
  position: relative;
  padding: 100px 0px;
}

.content_t_h {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}

.content_t_h h5 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  border-radius: 63.265px;
  background: var(
    --Brand-Color,
    linear-gradient(90deg, #ff8841 0%, #ffb545 100%)
  );
  padding: 7px 12px;
  margin: 0px;
}

.content_t_h h3 {
  color: #332626;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55px */
}

.content_t_h h6 {
  color: #332626;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 30.5px */
}

.content_t_h p {
  color: #676767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400; /* line-height: 23px; */

  /* 143.75% */

  /* letter-spacing: -0.32px; */
  padding-bottom: 9px;
}

.section_two_img ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.section_two_img ul li {
  color: #332626;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 100% */
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.section_two_img ul li span {
  color: #332626;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.715px;
}

.section_three {
  width: 100%;
  padding: 0px 0px 100px 0px;
  background: url("../images/home/section_three_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.services_wrapper {
  width: 100%;
  margin: 50px 0 0 0;
}

.services_column {
  width: 100%;
  min-height: 515px;
  padding: 40px 30px;
  border-radius: 15px;
}

.services_column_one {
  background: url("../images/home/service_bg_1.webp");
  background-size: cover;
  background-position: center;
}

.services_column h4 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 100% */
}

.services_column p {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}

.services_column img {
  color: #000;
  font-size: 17.74px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.347px; /* 182.343% */
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
}

.services_column a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 17.74px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.services_column a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  background: #fff;
  right: 5px;
  border-radius: 50px;
  transition: width 0.5s, height 0.5s, right 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.services_column a:hover:before {
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0;
  transform: translateY(0);
  border-radius: 50px;
  z-index: 0;
}

.services_column a:hover span {
  position: relative;
  z-index: 999;
}

.services_column a:hover img {
  position: relative;
  z-index: 999;
}

.services_column a img {
  width: 40px;
  margin: 0 0 0 10px;
  display: inline;
}

.services_column_two {
  background: url("../images/home/service_bg_2.webp");
  background-size: cover;
  background-position: center;
}

.services_column_three {
  background: url("../images/home/service_bg_3.webp");
  background-size: cover;
  background-position: center;
}

.services_column_four {
  min-height: 264px;
  background: url(../images/home/service_bg_4.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  border-radius: 18px;
}

.services_column_four img {
  width: auto;
  margin: 0px;
}

.services_wrapper .row {
  gap: 22px 0px;
}

.section_four_covering {
  background: url("../images/home/section_four_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.covering_boxes {
  display: flex;
  margin: 0px;
  padding: 0px;
  gap: 20px;
  flex-wrap: wrap;
}

.covering_box {
  display: flex;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  width: 48%;
  align-items: center;
  padding: 12px 21px;
}

.covering_box h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 116% */
  letter-spacing: -0.25px;
  min-width: 167px;
}

.covering_box img {
}

.section_five {
  width: 100%;
  padding: 100px 0px;
}

.wrapper_five {
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0px 66px 150px 0px rgba(0, 0, 0, 0.05);
  margin: 50px 0 0 0;
}

.sec_fiv_right_sec {
  display: flex;
  align-items: center;
  gap: 21px;
}

.sec_fiv_right_sec h5 {
  color: #ffb545;
  text-align: right;
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
}

.sec_fiv_right_sec img {
  width: 83%;
}

.affordable_pricing {
  width: 100%;
  padding: 0px 0px 100px 0px;
  display: none !important;
}

.pricing_wrapper {
  width: 100%;
  margin: 90px 0 0 0;
}

.pricing_box {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 40px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.percent_off {
  display: flex;
  text-align: center;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.percent_off h6 {
  border-radius: 88px;
  background: #000;
  padding: 3px 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 4px solid #fdc82a;
  margin: 0 auto;
}

.percent_off h5 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.plan_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.plan_name h3 {
  color: #332626;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px;
}

.plan_name h5 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.plan_name h5 span {
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.05);
  color: #f56915;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2px 21px;
}

.pricing_plan {
  /* display: flex; */

  /* margin-bottom: 0; */
}

.pricing_plan h2 {
  color: #332626;
  text-align: center;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: normal;
  background: linear-gradient(90deg, #fdc82a 0%, #f56915 163.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 59px;
  margin: 10px 0 0 0;
}

.pricing_plan h2 span {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  -webkit-text-fill-color: #000;
  margin: 0 0 0 0;
  display: inline-block;
}

.price_features {
  display: flex;
}

.price_features h6 {
  color: #332626;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.featurs_ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.featurs_ul li {
  list-style: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
  padding: 13px 0;
  width: 100%;
}

.pricing_box a {
  border-radius: 100px;
  background: #fffaea;
  color: #332626;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
  padding: 13px 0;
  margin: 30px 0 0 0;
  text-decoration: none;
  transition: 0.5s;
  width: 100%;
}

.pricing_box a:hover {
  background: linear-gradient(90deg, #fea80c 0%, #f56915 154.8%);
  transition: 0.5s;
  transition: background-position 0.5s ease-in-out, color 0.5s ease-in-out;
}

.top_seller {
  border-radius: 100px;
  background: var(
    --Brand-Color,
    linear-gradient(90deg, #ffb545 0%, #fdc82a 100%)
  );
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  gap: 5px;
  padding: 6px 35px;
}

.top_seller h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0 0;
}

.faqs {
  width: 100%;
  padding: 100px 0px;
}

.faqs_wrapper {
  width: 80%;
  margin: 31px auto 0 auto;
}

.faqs_wrapper .accordion-button {
  color: #332626;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-button:not(.collapsed) {
  background: #ffb545 !important;
}

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

.faqs_cta h4 {
  color: #a0a0a0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faqs_cta h4 a {
  color: #332626;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration: none;
}

.book_meeting {
  width: 80%;
  margin: 0px auto 0 auto;
}

.book_meeting form {
  width: 100%;
}

.book_meeting .form-floating {
  margin-bottom: 25px;
}

.book_meeting .form-control {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 20px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fafbfc;
}

.book_meeting .form-control:focus {
  border-color: #f4a460;
  box-shadow: 0 0 0 0.2rem rgba(244, 164, 96, 0.25);
  background-color: #ffffff;
}

.book_meeting .form-floating > label {
  color: #6c757d;
  font-weight: 500;
  padding: 1rem 0.75rem;
}

.book_meeting .form-floating > .form-control:focus ~ label,
.book_meeting .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #f4a460;
  font-weight: 600;
}

.book_meeting .form-control::placeholder {
  color: transparent;
}

.book_meeting .btn-submit {
  background: var(
    --Brand-Color,
    linear-gradient(90deg, #ff8841 0%, #ffb545 100%)
  );
  border: none;
  color: white;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  max-width: 300px;
}

.book_meeting .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(244, 164, 96, 0.4);
  color: white;
}

.book_meeting .btn-submit:active {
  transform: translateY(0);
}

.book_meeting .form-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  transition: color 0.3s ease;
}

.book_meeting img {
  width: 100%;
}

.book_meeting_cta {
  margin: -30px 0 0 0;
  text-align: center;
}

.book_meeting_cta h4 {
  color: #a0a0a0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.book_meeting_cta h4 a {
  color: #332626;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration: none;
}

.footer {
  background: url("../images/footer_bg.webp");
  background-size: cover;
  padding: 100px 0px 20px 0px;
  margin: 60px 0 0 0;
}

.footer_wrapper .row {
  gap: 70px;
}

.footer_box p {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0 0 0;
}

.footer_box h6 {
  color: #fea80c;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer_box ul {
  margin: 24px 0 0 0;
  padding: 0px;
}

.footer_box ul li {
  margin: 0 0 6px 0;
  list-style: none;
  padding: 0px;
}

.footer_box ul li a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.footer_countries {
  width: 100%;
  margin: 40px 0 0 0;
}

.countries_box {
  border-radius: 10px;
  border: 1.109px solid #ffb800;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 53.803px 77.255px -49.664px #7e7e7e inset,
    0px 9.657px 15.175px -5.518px #000 inset,
    0px -113.124px 93.81px -88.292px rgba(255, 200, 0, 0.5) inset,
    0px 135.197px 137.956px -66.219px rgba(0, 0, 0, 0.2) inset,
    0px 5.518px 24.832px 0px rgba(233, 114, 36, 0.2) inset,
    0px 1.38px 55.182px 0px rgba(255, 209, 42, 0.2) inset;
  backdrop-filter: blur(68.97799682617188px);
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.countries_info h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.618px; /* 110.115% */
}

.countries_info p {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}

.copyrights {
  width: 100%;
  margin-top: 40px;
  align-items: center;
}

.copyrights p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  margin: 0px;
}

.copyrights a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
}

.terms_conditions {
  width: 100%;
  display: flex;
  gap: 30px;
}

.social_media {
  width: 100%;
  display: flex;
  gap: 15px;
}

.social_media a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-decoration: none;
}

.social_media i {
  color: #000;
  font-size: 32px;
}

.banner_text_about {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
}

.banner_text_about h5 {
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  border-radius: 63.265px;
  background: var(
    --Brand-Color,
    linear-gradient(90deg, #ffb545 0%, #fdc82a 100%)
  );
}

.about_section_one {
  width: 100%;
  background: #fff;
  min-height: 500px;
  margin: -30px 0 0 0;
  border-radius: 38px;
  z-index: 9999;
  position: relative;
  padding: 100px 0px;
}

.about_sec_one_row_one {
  width: 100%;
}

.about_sec_one_row_one h4 {
  width: 100%;
  color: #332626;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  margin: 0px 0 29px 0;
}

.about_sec_one_row_one .row {
  align-items: flex-end;
}

.about_sec_one_row_one .image_box img {
  width: 70%;
  float: right;
}

.about_sec_one_row_two {
  width: 100%;
  padding: 60px 0 0px 0;
}

.about_sec_one_row_two img {
  width: 100%;
}

.our_sucess_stories {
  width: 100%;
  padding: 0px 0px;
}

.our_sucess_wrapper {
  width: 100%;
  position: relative;
  margin: 30px 0 0 0;
}

.our_sucess_content_wrapper {
  width: 100%;
}

.our_sucess_content_wrapper ul {
  padding: 0px;
  margin: 0px;
}

.our_sucess_content_wrapper ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 92px;
  position: relative;
  min-height: 202px;
}

.content_our_sucess {
  padding-bottom: 9px;
}

.our_sucess_content_wrapper ul li h4 {
  color: #332626;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.content_our_sucess h2 {
  color: #332626;
  font-size: 30px;
  font-style: normal;
  font-weight: 600; /* 30px */
  text-transform: capitalize;
  margin-bottom: 25px;
}

.content_our_sucess p {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}

.our_sucess_content_wrapper ul li:before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url("../images/about/abour-round-gray.webp");
  background-size: cover;
  width: 30px;
  height: 30px;
  left: 72px;
}

.our_sucess_content_wrapper ul li:after {
  width: 8px;
  height: 67%;
  background-image: url("../images/about/abour-line-gray.webp");
  background-size: contain;
  content: "";
  position: absolute;
  left: 83px;
  top: 40px;
  background-repeat: no-repeat;
}

img#stickyImage {
  position: absolute;
  width: 730px;
  z-index: 9999999;
  top: 0;
  left: -323px;
}

.our_sucess_content_wrapper ul li:hover:before {
  background-image: url("../images/about/abour-round.webp");
}

.our_sucess_content_wrapper ul li:hover:after {
  background-image: url("../images/about/abour-line.webp");
}

.banner_text_left {
  text-align: left;
}

.banner_text_left h1 {
  text-align: left;
}

.banner_text_left p {
  text-align: left;
  color: #ffffff;
}

.right_image_banner {
  width: 100%;
  position: relative;
  /* Initially hidden on desktop */
}

.amazon__wholesale_fba_sec_one {
  width: 100%;
  background: #fff;
  min-height: 500px;
  margin: -30px 0 0 0;
  border-radius: 38px;
  z-index: 9999;
  position: relative;
  padding: 100px 0px;
}

.amazon__wholesale_fba_sec_one_wrapper {
  width: 100%;
  margin: 90px 0 0 0;
}

.amazon__wholesale_fba_sec_one_box {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, #f56915 0%, #f8c303 100%);
  text-align: center;
  position: relative;
  padding: 70px 10px 40px 10px;
  height: 100%;
}

.amazon__wholesale_fba_sec_one_box:hover {
  border-radius: 10px;
  background: linear-gradient(180deg, #262626 0%, #787878 100%);
}

.amazon__wholesale_fba_sec_one_box img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -62px;
}

.amazon__wholesale_fba_sec_one_box h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.56px;
  text-transform: capitalize;
}

.amazon__wholesale_fba_sec_one_box p {
  color: #f6f9f6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  letter-spacing: -0.32px;
}

.services_wrapper_awfba_warpper {
  width: 100%;
  margin: 50px 0 30px 0;
}

.services_wrapper_awfba_box {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #e7e7e7; /*background: linear-gradient(117deg, #FFF 61.87%, #fea80c 122.06%);*/
  background: linear-gradient(115deg, #fff 56.94%, #ebebeb 101.44%);
  padding: 46px 21px;
  height: 100%;
}

.services_wrapper_awfba_box:hover {
  background: linear-gradient(117deg, #fff 61.87%, #fea80c 122.06%);
}

.services_wrapper_awfba_box_img img {
  width: 100%;
}

.services_wrapper_awfba_box_content h6 {
  color: #332626;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 30.8px */
  text-transform: capitalize;
}

.services_wrapper_awfba_box_content p {
  color: #676767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  letter-spacing: -0.32px;
}

.services_wrapper_awfba_warpper .row {
  gap: 25px 0px;
}

.how_we_can_help {
  width: 100%;
  padding: 100px 0px;
  overflow: hidden;
}

.how_we_can_help_wrapper {
  width: 100%;
}

.how_we_can_help_wrapper h4 {
  color: #676767;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 34.32px */
}

.content_area_wwch {
  position: relative;
  padding: 70px 0 0 0;
}

.content_area_wwch:before {
  content: "";
  border: 3px solid var(--Brand-Color, #ffb545);
  height: 118%;
  position: absolute;
  width: 250%;
  left: -120%;
  top: 0;
}

.image_box_wwch {
  position: relative;
}

.image_box_wwch img {
  width: auto;
  z-index: 99;
  position: relative;
  top: -100px;
  position: absolute;
}

.pricing_single {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.affordable_pricing_inner {
  padding: 90px 0 0px 0;
}

.account_sec_one {
  width: 100%;
  background: #fff;
  min-height: 500px;
  margin: -30px 0 0 0;
  border-radius: 38px;
  z-index: 9999;
  position: relative;
  padding: 100px 0px;
}

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

.amazon_acount_suspension {
  width: 100%;
  padding: 100px 0;
}

.amazon_acount_suspension_wrapper {
  width: 100%;
  background: url("../images/account-reinstatement/bg_account_suspension.webp");
  background-size: cover;
  height: max-content;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  padding: 70px 50px;
  overflow: hidden;
  display: flex;
  position: relative;
}

.amazon_acount_suspension_wrapper ul {
  padding: 0;
  display: flex; /* Use flexbox for layout */
  justify-content: space-between; /* Ensures that items are spaced out */
  flex-wrap: wrap;
  gap: 17px 0px;
  margin: 30px 0 40px 0;
}

.amazon_acount_suspension_wrapper ul li {
  width: 50%; /* Each li takes 50% of the available width */
  list-style: none; /* Removes bullet points */
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400; /* 49.14px */
  text-transform: capitalize;
  position: relative;
  display: flex;
  gap: 13px;
}

.amazon_acount_suspension_wrapper ul li:before {
  content: "";
  background: url("../images/account-reinstatement/lets-icons_check-fill.webp");
  width: 45px;
  height: 20px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
}

.acount-suspension-img-ab {
  position: absolute;
  right: 0;
  width: 40%;
  top: 30px;
  bottom: 0;
  margin: auto;
}

.how_we_can_help_account {
  width: 100%;
  padding: 100px 0px 200px 0px;
  overflow: hidden;
}

.right_image_banner_tiktok {
  top: -110px;
  display: block;
}

.right_image_banner_amazon {
  width: 100%;
  position: relative;
  display: none;
}

.right_image_banner_amazon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
}

.sec_road_map {
  width: 100%;
  background: #fff;
  min-height: 500px;
  margin: -30px 0 0 0;
  border-radius: 38px;
  z-index: 9999;
  position: relative;
  padding: 100px 0px;
}

.wrapper_road_map {
  position: relative;
}

.road_map_bg {
  background: url(../images/tiktok-automation/road_map_bg.webp);
  background-size: contain;
  height: 386px;
  width: 1200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
}

.road_map_row {
  display: flex;
  width: 89%;
  z-index: 99;
  position: relative;
  margin: 0 auto 0 40px;
}

.road_map_row .col {
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}

.road_map_row .col h4 {
  margin: 24px 0 0 0;
  color: #332626;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.road_map_row_two {
  margin: 49px auto 0 40px;
}

.contact_page_section {
  max-width: 95%;
  background: #fff;
  min-height: 500px;
  border-radius: 38px;
  z-index: 9999;
  position: relative;
  padding: 100px 0px;
  margin: -90px auto 0 auto;
}

.wrapper_contact_us {
  background-image: -moz-linear-gradient(
    -87deg,
    rgb(32, 32, 32) 0%,
    rgb(77, 77, 77) 64%,
    rgb(122, 122, 122) 100%,
    rgb(0, 0, 0) 100%,
    rgb(255, 255, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    -87deg,
    rgb(32, 32, 32) 0%,
    rgb(77, 77, 77) 64%,
    rgb(122, 122, 122) 100%,
    rgb(0, 0, 0) 100%,
    rgb(255, 255, 255) 100%
  );
  background-image: -ms-linear-gradient(
    -87deg,
    rgb(32, 32, 32) 0%,
    rgb(77, 77, 77) 64%,
    rgb(122, 122, 122) 100%,
    rgb(0, 0, 0) 100%,
    rgb(255, 255, 255) 100%
  );
  width: 100%;
  min-height: 250px;
  border-radius: 15px;
  padding: 50px 0;
}

.wrapper_contact_us .content_t_h * {
  color: #fff;
}

.wrapper_contact_us form {
  margin: 0 auto;
  width: 80%;
}

.text_field_style {
  border-radius: 10px;
  border: 1px solid #6f6f6f;
  background: transparent;
  width: 100%;
  padding: 21px 20px;
}

.wrapper_contact_us form .row {
  gap: 20px 0px;
}

.text_field_style::placeholder {
  color: #d9d9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.terms {
  text-align: left;
  float: left;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn_submit {
  border: none;
  float: right;
}

.right_image_banner_contact img {
  top: 0;
  right: 0;
  left: auto;
}

.banner_text_iconn_relate {
  position: relative;
}

.home_banner_icon_one {
  position: absolute;
  /* left: 6rem;
	/* top: 210px; */
  left: -2rem;
  top: 23rem;
  max-width: 110px;
}

.home_banner_icon_two {
  position: absolute;
  right: 60px;
  top: 0;
  max-width: 110px;
}

.tabs_ecom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0 0;
  border: none;
}

.tabs_ecom li button {
  background: #f1f3f7 !important;
  border-radius: 58px !important;
  color: #000;
  padding: 20px 50px;
  min-width: 260px;
  display: flex;
  justify-content: space-around;
  color: #000 !important;
}

.tabs_ecom li button.active {
  background: var(
    --Brand-Color,
    linear-gradient(90deg, #ffb545 0%, #fdc82a 100%)
  ) !important;
  border-radius: 58px;
  color: #fff !important;
}

.name_tab {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.number_tab {
  width: 42px;
  height: 35px;
  background-color: white;
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

/* Container for the dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Hidden dropdown content initially */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transform: translateY(20px); /* Start position for animation */
  transition: all 0.3s ease;
  background: #ffffff;
  position: relative;
}

.dropdown-content:before,
.dropdown-content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 0vw);
  height: calc(100% + 0vw);
  max-width: 100%;
  background: -webkit-linear-gradient(315deg, #df7e26, #df7e26);
  background: linear-gradient(135deg, #df7e26, #df7e26);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -2;
  border-radius: 0.417vw;
}

.dropdown-content:before {
  background: -webkit-linear-gradient(bottom, #f8ca36, transparent);
  background: linear-gradient(360deg, #f8ca36, transparent);
  width: calc(100% + 0.104vw);
  height: calc(100% + 0.104vw);
}

.dropdown-content:after {
  background: -webkit-linear-gradient(
    338deg,
    rgba(0, 0, 0, 1) 28.44%,
    #684706 99.36%
  );
  background: linear-gradient(112deg, rgba(0, 0, 0, 1) 28.44%, #ea7624 99.36%);
}

/* Dropdown links styling */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #fff !important;
}

/* Hover over dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Animation to bring dropdown up */
}

/* Hover effect for dropdown links */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.road_map_bg_ecom {
  background: url(../images/ecom-private-label/road_map_bg.webp);
  min-height: 616px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
}

.road_map_row_ecom {
  width: 90%;
}

.road_map_row_two_eom {
  margin: 78px auto 0 40px;
  width: 90%;
}

.road_map_row_three_ecom {
  margin: 99px auto 0 40px;
  width: 90%;
}

.road_map_row .col h4 span {
  display: block;
  color: #f56915;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

.what_is_ecom {
  width: 100%;
  margin-bottom: 90px;
}

.what_is_ecom .amazon_acount_suspension_wrapper ul {
  flex-direction: column;
  margin: 0 0 40px 0;
}

.what_is_ecom .amazon_acount_suspension_wrapper ul li {
  width: 100%;
}

.acount-suspension-img-ab-ecom {
  width: 80%;
  bottom: 0;
  top: auto;
}

.services_wrapper_awfba_box_ecom_private {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services_wrapper_awfba_warpper_ecom_private .row {
  justify-content: center;
}

.wrapper_road_map_effect {
  width: 93%;
  margin: 47px auto 0 auto;
}

.privacy-terms-refund-text {
  padding: 100px 0px;
}

.heading-underline {
  font-size: 0.9vw;
}

.privacy-policy h2 {
  color: #eb691d;
  font-size: 2vw;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5vw;
  font-weight: 700;
  margin-bottom: 1.5vw;
  color: transparent;
  background: -webkit-linear-gradient(left, #eb691d 20.95%, #000000 96.01%);
  background: linear-gradient(90deg, #eb691d 20.95%, #000000 96.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privacy-policy ul {
  margin: 1vw 0 2vw 0;
  padding: 0px;
}

.privacy-policy ol li,
.privacy-policy ul li {
  padding-left: 1vw;
  margin-bottom: 0.5vw;
  position: relative;
  list-style: none;
}

.privacy-policy ol li:before,
.privacy-policy ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #eb691d;
  height: 0.4vw;
  width: 0.4vw;
  border-radius: 50%;
}

.gradient-color-orange {
  font-weight: 700;
  color: transparent;
  background: -webkit-linear-gradient(left, #eb691d 20.95%, #000000 96.01%);
  background: linear-gradient(90deg, #eb691d 20.95%, #000000 96.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* snow animation */
.snow-bg {
  position: relative;
  overflow-x: hidden;
}

.snow-bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: url("../images/home/snow-1.webp"),
    url("../images/home/snow-2.webp"), url("../images/home/snow-3.webp");
  animation: snow 10s linear infinite;
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
.form-floating {
  margin-bottom: 1.5rem;
}

.hero-section {
  background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.15"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.floating-element {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

.dropship-badge {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  color: white;
  font-size: 14px;
  margin-bottom: 30px;
  display: inline-block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  line-height: 1.6;
}

.btn-primary-custom {
  background: white;
  color: #ff6b35;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  color: #e55a30;
}

.btn-secondary-custom {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 13px 25px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
  transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  color: white;
}

.member-avatars {
  display: flex;
  margin: 20px 0;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
  margin-right: -10px;
  background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.dashboard-preview {
  background: white;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: perspective(1000px) rotateX(10deg) rotateY(-5deg);
  transition: transform 0.3s ease;
}

.dashboard-preview:hover {
  transform: perspective(1000px) rotateX(5deg) rotateY(-2deg) scale(1.02);
}

.dashboard-header {
  background: #f8f9fa;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-content {
  padding: 20px;
}

.product-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  height: 120px;
  background: url("../../assets/images/p1.webp");
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.price-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ff6b35;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
}

.platform-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 40px;
  margin: 0px 0;
  opacity: 0.9;
}

.platform-logo {
  font-size: 4rem;
  color: #000;
  transition: all 0.3s ease;
}

.platform-logo:hover {
  color: #fff;
  transform: scale(1.1);
}

.services-section {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 40px 0;
  position: relative;
}

.services-badge {
  background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.services-title {
  font-size: 3rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.2;
}

.services-subtitle {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}

.stats-section {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  display: block;
}

.stat-label {
  font-size: 1.1rem;
  color: #666;
  font-weight: 600;
}

.team-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  position: relative;
}

.team-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
  opacity: 0.1;
  z-index: 1;
}

.cta-button {
  background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
  color: white;
}

.floating-icons {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.icon-1 {
  top: 20%;
  right: 10%;
  animation-delay: -2s;
}
.icon-2 {
  top: 60%;
  right: 5%;
  animation-delay: -4s;
}
.icon-3 {
  bottom: 30%;
  left: 8%;
  animation-delay: -1s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.reviews-section {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.review-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.review-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35, #ffd23f);
}

.stars {
  color: #ffd23f;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.reviewer-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b35, #ffd23f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 1rem;
}

.review-quote {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 1.5rem;
  position: relative;
}

.reviewer-name {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.25rem;
}

.reviewer-title {
  color: #718096;
  font-size: 0.9rem;
}

.section-title {
  color: #2d3748;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.section-subtitle {
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.platform-badge {
  background: linear-gradient(135deg, #ff6b35, #ffd23f);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 1rem;
}

.stats-card {
  background: #084298;
  border: none;
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}

.stats-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

.stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stats-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}
.cta-section {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,107,53,0.05)"/><circle cx="80" cy="40" r="3" fill="rgba(255,210,63,0.05)"/><circle cx="60" cy="80" r="2.5" fill="rgba(255,107,53,0.05)"/><circle cx="40" cy="60" r="1.5" fill="rgba(255,210,63,0.05)"/></svg>');
  animation: float 25s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

.form-container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff6b35, #ffd23f);
  border-radius: 25px 25px 0 0;
}

.contact-info-card {
  background: linear-gradient(135deg, #ff6b35, #ffd23f);
  border-radius: 25px;
  padding: 3rem;
  color: white;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 20px 60px rgba(255, 107, 53, 0.3);
}
.section-title {
  color: #2d3748;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.section-subtitle {
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.form-floating {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 2px solid #e2e8f0;
  border-radius: 15px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.form-control:focus {
  border-color: #ff6b35;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
  background: rgba(255, 255, 255, 0.95);
}

.form-floating > label {
  color: #718096;
  font-weight: 500;
}

.form-control:focus ~ label,
.form-control:not(:placeholder-shown) ~ label {
  color: #ff6b35;
}

.submit-btn {
  background: linear-gradient(135deg, #ff6b35, #ffd23f);
  border: none;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
  width: 100%;
  justify-content: center;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
  color: white;
}

.submit-btn:active {
  transform: translateY(-1px);
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgb(0 0 0 / 10%);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(10px);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-details h5 {
  margin: 0 0 0.25rem 0;
  font-weight: 600;
  font-size: 1.1rem;
}

.contact-details p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
  line-height: 1.4;
}

.form-title {
  color: #2d3748;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

.contact-title {
  color: white;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.urgency-badge {
  background: rgb(0 0 0 / 10%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 2rem;
  display: inline-block;
}

.form-note {
  background: rgba(255, 107, 53, 0.1);
  border-left: 4px solid #ff6b35;
  padding: 1rem 1.25rem;
  border-radius: 0 10px 10px 0;
  margin-bottom: 2rem;
  color: #2d3748;
  font-size: 0.9rem;
}

.social-links {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgb(0 0 0 / 10%);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 1rem;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  transform: translateY(-3px);
}

/*  */
.global-banners {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between; /* This will place the banner_text in the center and banner_images_bottam at the bottom */
  text-align: center;
  background-size: cover;
}


.banner_privacy {
  height: 70vh;
  background-position: center;
}

.banner_refund {
  height: 70vh;
  background-position: center;
}
.banner_trem {
  height: 70vh;
  background-position: center;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.Serv-box {
  font-size: 21px !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeInOverlay 0.3s ease;
}

.overlay.active {
  display: flex;
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popup {
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  width: 90%;
  max-width: 520px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slideUp 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}

@keyframes slideUp {
  from {
    transform: translateY(50px) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.popup-header {
  background: linear-gradient(135deg, #f59815 0%, #ffa500 50%, #4caf50 100%);
  padding: 10px 30px 10px;
  position: relative;
  overflow: hidden;
}

.popup-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.popup-header::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.popup-form-h {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.popup-subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.popup-body {
  padding: 10px;
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  padding-left: 5px;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 0.5;
}

.popup input,
.popup textarea {
  width: 100%;
  padding: 8px 5px 8px 35px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 12px;
  background: #fafafa;
  transition: all 0.3s;
}

.popup textarea {
  padding: 14px 12px;
  resize: vertical;
  min-height: 100px;
}

.popup input:focus,
.popup textarea:focus {
  outline: none;
  border-color: #f59815;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(245, 152, 21, 0.1);
}

.popup input::placeholder,
.popup textarea::placeholder {
  color: #999;
}

.submit-btn {
  background: linear-gradient(135deg, #f59815 0%, #ffa500 100%);
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(245, 152, 21, 0.3);
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 152, 21, 0.4);
}

.submit-btn:active {
  transform: translateY(0);
}

.features-row {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #f0f0f0;
}

.feature-item {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.feature-item svg {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  fill: #4caf50;
}
