.btn-grey,
.btn-warning1 {
    color: #181915 !important;
}
:root {
    --bs-primary: #181915;
    --bs-secondary: #d3dfdf;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f1f1ef;
    --bs-light-brow: #fbf5e0;
    --bs-dark: #181915;
    --bs-grey: #6a6b66;
    --bs-blue-grey: #061c3d;
    --bs-greenish: #d9e6e7;
    --bs-primary-rgb: 24, 25, 21;
    --bs-secondary-rgb: 211, 223, 223;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 241, 241, 239;
    --bs-dark-rgb: 24, 25, 21;
    --text-light1: #6e7191;
    --text-grey2: #c2c2c8;
    --text-grey3: #a0a3bd;
    --text-grey4: #687076;
    --text-dark2: #14142bcc;
    --text-dark3: #7d7e7b;
    --text-dark4: #18191566;
    --text-dark5: #606356;
    --text-dark6: #6d6d6b;
    --text-dark-7: #0c1819;
    --text-dark-8: #14142b99;
    --text-dark-9: #0c181980;
    --text-dark-10: #14142b80;
    --text-dark-11: #14142bb2;
    --text-dark-12: #595959;
    --text-dark-13: #51514D;
    --text-bluish: #040034;
    --text-bluish3: #485aff;
    --text-bluish4: #4e4b66;
    --text-bluish6: #14142bcc;
    --text-ylw1: #f0f9be;
    --bg-light1: #e5e5e5;
    --bg-dark-1: #3c3d38;
    --bg-ylw1: #eff8bf;
    --bg-orange: #ebebe7;
    --bg-ylw2: #f0f9be;
}
body {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00000099;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}
.custom-page-navigation {
  transition: opacity 0.3s ease;
}
.hide-nav {
  display: none !important;
}
.font-epilogue{
  font-family: "Epilogue", sans-serif;
}
.custom-tooltip {
    --bs-tooltip-bg: #160022 !important;
    --bs-tooltip-color: white !important;
}
.burger,
.closeLevel,
.cursor-pointer,
.openLevel {
    cursor: pointer;
}
.img-filter {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
.h-fit-content {
    height: fit-content;
}
.fw-extra-bold {
    font-weight: 800 !important;
}
.rounded-12 {
    border-radius: 12px;
}
.check-icon {
    width: 24px;
}
section {
    max-width: 1540px;
    margin: 0 auto;
}
.form-floating > label {
    color: #6e7191;
    font-weight: 400;
}
.form-check-input:checked {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}
.btn-warning1 {
    --bs-btn-bg: #f0f9be;
    --bs-btn-border-color: #f0f9be;
    --bs-btn-hover-bg: #c8cbb7;
    --bs-btn-hover-border-color: #c8cbb7;
    --bs-btn-active-bg: #c8cbb7;
    --bs-btn-active-border-color: #c8cbb7;
    --bs-btn-disabled-bg: #c8cbb7;
    --bs-btn-disabled-border-color: #c8cbb7;
    height: 40px;
}
.btn-grey {
    --bs-btn-bg: #f0f0ee;
    --bs-btn-border-color: #f0f0ee;
    --bs-btn-hover-bg: #f0f0ee;
    --bs-btn-hover-border-color: #f0f0ee;
    --bs-btn-active-bg: #f0f0ee;
    --bs-btn-active-border-color: #f0f0ee;
    --bs-btn-disabled-bg: #f0f0ee;
    --bs-btn-disabled-border-color: #f0f0ee;
    height: 40px;
}
.btn-outline-white {
    --bs-btn-bg: #ffffff00;
    --bs-btn-border-color: #ffffff66;
    --bs-btn-hover-bg: #ffffff17;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-active-bg: #ffffff17;
    --bs-btn-active-border-color: #ffffff17;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff17;
    color: #fff !important;
    height: 40px;
}
.btn-outline-primary,
.btn-primary {
    --bs-btn-disabled-border-color: #181915;
}
.btn-outline-primary {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-bg: #181915;
    --bs-btn-hover-border-color: #181915;
    --bs-btn-active-bg: #181915;
    --bs-btn-active-border-color: #181915;
    --bs-btn-disabled-color: #181915;
    height: 40px;
}
.btn-outline-dark,
.btn-primary {
    --bs-btn-border-color: #181915;
    height: 40px;
}
.btn-primary {
    --bs-btn-bg: #181915;
    --bs-btn-hover-bg: #272323;
    --bs-btn-hover-border-color: #272323;
    --bs-btn-active-bg: #272323;
    --bs-btn-active-border-color: #272323;
    --bs-btn-disabled-bg: #181915;
    color: #eff8bf !important;
}
.btn-outline-dark {
    --bs-btn-color: #181915;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #181915;
    --bs-btn-hover-border-color: #181915;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #181915;
    --bs-btn-active-border-color: #181915;
}
.btn-dark {
  --bs-btn-bg: #181915;
  --bs-btn-color: #181915;
  --bs-btn-hover-color: #181915;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #181915;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #181915;
  --bs-btn-active-border-color: #181915;
  color: #fff!important;
  height: 40px;
}
.text-grey {
    color: var(--bs-grey);
}
.bg-light1 {
    background: var(--bg-light1);
}
.bg-dark1 {
    background: var(--bg-dark-1);
}
.bg-ylw1 {
    background: var(--bg-ylw1);
}
.bg-orange {
    background: var(--bg-orange);
}
.bg-ylw2 {
    background: var(--bg-ylw2);
}
.bg-gradient-1 {
    background: linear-gradient(62.43deg, #181915 -1.65%, #181915 35.15%, #3c4125 105.74%);
}
.text-gradient-1 {
    background: linear-gradient(89.09deg, #181915 -16.67%, #a1ad61 101.54%);
}
.text-gradient-2 {
    background: linear-gradient(90deg, #f091e3 0, #fff 15.3%);
}
.text-gradient-5 {
    background: linear-gradient(90deg, #0a474f 0, #160022 100%);
}
.text-gradient-6 {
    background: linear-gradient(90deg, #0a474f 0, #160022 132.93%);
}
.text-gradient-1,
.text-gradient-2,
.text-gradient-5,
.text-gradient-6 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-white-70 {
    color: #ffffffb2;
}
.text-light1 {
    color: var(--text-light1);
}
.text-grey2 {
    color: var(--text-grey2);
}
.text-grey3 {
    color: var(--text-grey3);
}
.text-grey4 {
    color: var(--text-grey4);
}
.text-dark2 {
    color: var(--text-dark2);
}
.text-dark3 {
    color: var(--text-dark3);
}
.text-dark4 {
    color: var(--text-dark4);
}
.text-dark5 {
    color: var(--text-dark5);
}
.text-dark6 {
    color: var(--text-dark6);
}
.text-dark-7 {
    color: var(--text-dark-7);
}
.text-dark-8 {
    color: var(--text-dark-8);
}
.text-dark-9 {
    color: var(--text-dark-9);
}
.text-dark-10 {
    color: var(--text-dark-10);
}
.text-dark-11 {
    color: var(--text-dark-11);
}
.text-dark-12 {
    color: var(--text-dark-12) !important;
}
.text-dark-13 {
  color: var(--text-dark-13) !important;
}
.text-bluish {
    color: var(--text-bluish);
}
.text-bluish3 {
    color: var(--text-bluish3);
}
.text-bluish4 {
    color: var(--text-bluish4);
}
.text-bluish6 {
  color: var(--text-bluish6);
}
.text-ylw1 {
    color: var(--text-ylw1)!important;
}
.ls-05 {
    letter-spacing: 0.5px;
}
.ls-75 {
    letter-spacing: 0.75px;
}
.font-36,
.h4,
h4 {
    font-size: 36px;
    line-height: 44px;
}
.font-40,
.h3,
h3 {
    font-size: 40px;
}
.h2,
h2 {
    font-size: 48px;
    line-height: 56px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-25 {
    font-size: 25px;
}
.font-26 {
    font-size: 26px;
}
.font-28 {
    font-size: 28px;
}
.font-30 {
    font-size: 30px;
}
.font-32 {
    font-size: 32px;
    line-height: 40px;
}
.font-45 {
    font-size: 45px;
}
.font-48 {
    font-size: 48px;
}
.font-50 {
    font-size: 50px;
}
.font-54 {
    font-size: 54px;
}
.font-56 {
    font-size: 56px;
    line-height: 60px;
}
.font-60 {
    font-size: 60px;
}
.font-70 {
    font-size: 70px;
}
.font-72 {
    font-size: 72px;
}
.font-100 {
    font-size: 100px;
    line-height: 90px;
}
.custom-page-navigation {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: fit-content;
    top: 67px;
}
.main-content-area {
    margin-top: 67px;
}
.pushNav,
.screen {
    position: fixed;
    top: 0;
}
.custom-page-navigation .active {
    background: #f0f9be;
    color: #181915 !important;
}
.burger i {
    font-size: 2em;
}
.pushNav {
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background: #fffdfa;
    transition: 0.3s ease-in-out;
    width: 350px;
    left: -350px;
}
.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    left: 0;
}
.hdg {
    background-color: #f0f9be;
}
.closeLevel {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.openLevel,
.pushNav a {
    padding: 1em 1rem;
    display: block;
    color: var(--bs-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.1s ease-in-out;
}
.pushNav a:hover img {
    filter: invert(1) !important;
}
.hover-light:hover{
    color: #181915!important;
}
.closeLevel:hover {
    background: var(--bs-dark);
    color: #fff;
}
.openLevel:hover,
.pushNav a:hover {
    background: var(--bs-primary);
    color: #fff;
}
ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.pushNavIsOpen {
    overflow: auto;
    height: 100%;
}
.screen {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 4;
    transition: opacity 0.5s ease-in-out;
}
.cat-cards,
.drop-nav {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}
.pushNav ul::-webkit-scrollbar {
    width: 10px;
    display: none;
}
.pushNav ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.pushNav ul::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.headerfull {
    height: auto;
    box-shadow: none;
    padding: 0 15px;
    backdrop-filter: blur(24px);
}
.navbar {
  border-bottom: 1px solid #dee2ca;
}
.sol-bottom-bar {
    padding-top: 8px;
    padding-bottom: 8px;
}
.wsmain {
    padding: 0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smllogo {
    padding: 0;
    width: auto;
}
.wsmenu {
    width: 100%;
    float: right;
    font-family: inherit;
    border-left: 0px;
}
.wsmenu > .wsmenu-list {
    display: flex;
    justify-content: end;
    column-gap: 16px;
    align-items: center;
    padding: 3px 0;
}
.wsmenu > .wsmenu-list > li > .navtext,
.wsmenu > .wsmenu-list > li > a {
    padding: 20px 10px 19px;
}
.wsmenu > .wsmenu-list > li {
    float: none;
}
.wsmenu > .wsmenu-list > li > .navtext > span,
.wsmenu > .wsmenu-list > li > a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08px;
}
.wsmenu > .wsmenu-list > li > a {
    color: #181915;
}
.wsmenu > .wsmenu-list > li .wstheading {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 800;
    border-bottom: 1px solid #0a474f29;
    margin-bottom: 6px;
    text-transform: uppercase;
    padding: 10px 0 15px;
}
.wsmenu > .wsmenu-list > li > .navtext::after {
    content: "\ea4e";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-left: 0;
    position: relative;
    right: -3px;
    text-align: right;
    top: 3px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
    top: 60px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e3e3de;
}
.drop-nav {
    color: #000;
    padding: 12px 4px 8px 12px;
}
.drop-nav:hover {
    background: var(--bs-light) !important;
    font-size: 16px;
    border-radius: 12px;
}
#headerSearch.form-control:focus {
  box-shadow: none;
}

#headerSearch {
  width: 410px;
}
.lead-form .form-control {
    border: 1px solid #d9dbe9;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cat-cards {
    background: #e5e5e3;
    border: 1px solid #d2d2cf;
    border-radius: 8px;
    color: var(--bs-dark);
    padding: 9px 12px;
}
.cat-cards:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
.cat-cards img {
    width: 34px;
}
/* trend product css start */
.trend-products li button.active::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  right: -17px;
  bottom: -9px;
  z-index: 1;
  border-bottom-left-radius: 30px;
  border-bottom: 10px solid #181915;
  border-left: 12px solid #181915;
}
.trend-products li button.active::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  left: -17px;
  bottom: -9px;
  border-bottom-right-radius: 30px;
  border-bottom: 10px solid #181915;
  border-right: 12px solid #181915;
}
#custom-webstores.active::before {
  display: none !important;
}
#pod-webstores.active::after {
  display: none !important;
}
.trend-products:has(#custom-webstores.active) {
  .platformContent {
    border-top-left-radius: 0px;
  }
}
.trend-products:has(#pod-webstores-content.active) {
  .platformContent {
    border-top-right-radius: 0px;
  }
}
.trend-products li button {
  color: #5A5B57;
  width: 146px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 121px;
  border: none;
  position: relative;
  background-color: transparent;
}
.platformContent {
  margin: 0 0;
  background: #181915;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: white;
  padding: 70px 80px;
  overflow: hidden;
  border-radius: 16px;
}
.prod-rate-clr {
  color: #ff75cb;
}
.trend-products li button.active {
  background: var(--bs-primary);
  color: #f0f9be;
}
/* .trend-products li button.active img {
  filter: brightness(10);
} */
.trend-products li button.active:hover {
  background: #181915;
}
/* Common background images styles */

.bg-1 {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.542) 65.61%, rgba(0, 0, 0, 0.4) 98.25%) center right/100%, url(../../images/promoful/v2/home/warehouse-banner.webp) center right/100%;
}
.bg-2 {
  background-image: url(../../images/promoful/v2/bg/team-bg.png);
}
.bg-3 {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.542) 65.61%, rgba(0, 0, 0, 0.4) 98.25%) center right/cover, url(../../images/promoful/v2/custom-webstores/speed-up-bg.webp) center right/cover;
}
.bg-4 {
  background-image: url(../../images/promoful/v2/bg/swagkit-hero.webp);
}
.bg-5,
.bg-6 {
  min-height: 600px;
  border-radius: 16px;
}
.bg-5 {
  background-image: url(../../images/promoful/v2/swag-kits/pre-purchase.webp);
}
.bg-6 {
  background-image: url(../../images/promoful/v2/swag-kits/use-inventory.webp);
}
.bg-7 {
  background-image: url(../../images/promoful/v2/bg/perfect-design.webp);
}
.bg-8 {
  background-image: url(../../images/promoful/v2/bg/uniform-bg.webp);
}
.bg-9 {
  background-image: url(../../images/promoful/v2/bg/about-us.webp);
}
.bg-10 {
  background-image: url(../../images/promoful/v2/bg/why-us-bg.webp);
  background-size: 50% !important;
  background-position: top right !important;
  background-position-x: 97% !important;
}
.bg-11 {
  background-image: url(../../images/promoful/v2/bg/warehouse.webp);
  background-position: bottom !important;
}
.bg-12 {
  background: linear-gradient(270.03deg, rgba(0, 0, 0, 0.1) 18.47%, rgba(0, 0, 0, 0.3) 59.28%, rgba(0, 0, 0, 0.3) 98.36%), url(../../images/promoful/v2/bg/truck-bg.webp);
  background-position-y: 85% !important;
}
.bg-1,
.bg-10,
.bg-11,
.bg-12,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gradient-b1 {
  background: linear-gradient(88.09deg, #3ca245 1.61%, #036fca 98.41%);
  padding: 1px;
  border-radius: 6px;
}
.bg-height {
  height: 210px;
}
.bg-girl-after:after,
.bg-girl-before:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bg-girl-before:after {
  width: 241px;
  height: 356px;
  background-image: url(../../images/promoful/v2/why-promoful/before-promoful.webp);
}
.bg-girl-after:after {
  width: 364px;
  height: 381px;
  background-image: url(../../images/promoful/v2/why-promoful/after-promoful.webp);
}
.transform-img {
  width: 290px;
  position: absolute;
  top: -57px;
  right: 90px;
}
.logo-list img {
  cursor: pointer;
  height: 41px;
  opacity: 0.9;
  object-fit: contain;
  object-position: left;
  filter: grayscale(1);
}
.logo-list img:hover {
  opacity: 1;
  filter: grayscale(0);
}
.carousel-control-next,
.carousel-control-prev {
  display: none;
}
.carousel-accordion,
.carousel-accordion .accordion-button,
.carousel-accordion .accordion-item {
  background-color: transparent;
}
.carousel-accordion .accordion-body {
  color: #181915;
  font-weight: 700;
  padding: 0 10px 18px;
  font-size: 14px;
  opacity: 0.56;
}
#carouselManage .tab {
  width: 80%;
  border: none;
  border-top: 2px solid #d0d0d0;
  text-align: left;
  font-weight: 800;
  padding-top: 10px;
  position: relative;
  color: rgba(24, 25, 21, 0.5);
  text-transform: uppercase;
}
#carouselManage .tab.active {
  color: #181915 !important;
}
#carouselManage .tab.active::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #181915;
  top: -1px;
  left: 0;
}
#carouselManage .accordion-flush > .accordion-item {
  border-bottom: 1px solid #18191526 !important;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.carousel-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.carousel-accordion .accordion-button::after {
  filter: invert(1);
  filter: contrast(1);
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
.vedio-text,
.vr-tabs .active:before {
  height: 100%;
  position: absolute;
  top: 0;
}
.carousel-accordion .accordion-button {
  color: #181915;
  padding: 15px 10px;
  line-height: 18px;
  font-weight: 700;
}
.vedio-text {
  bottom: 0;
  margin: auto;
  width: 100%;
  background: linear-gradient(269.8deg, rgba(235, 235, 231, 0) 51.79%, rgba(235, 235, 231, 0.79) 63.74%, #ebebe7 74.06%, #ebebe7 86.8%, #ebebe7 99.83%);
  display: flex;
  align-items: center;
}
.tab-btn.active {
  background: #181915;
  color: #f0f9be;
}
.tab-btn {
  background: #fff;
  color: #181915;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 8px;
}
.globe {
  opacity: 0.17;
  width: 90%;
  mix-blend-mode: luminosity;
}
.card-img-top {
  max-height: 111px;
  object-fit: contain;
}
.circle-icons {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 10px;
}
.pricing .form-check-input:checked {
  background: #eff8bf;
  border: 4px solid #181915;
  box-shadow: none;
  margin-top: 0;
}
.pricing .card-body {
  background: #f4f4f499;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}
.pricing .form-check-input {
  margin-top: 0;
  border: 2px solid #14142b66;
}
.feature-label {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 26px;
  border-radius: 50px;
  background: linear-gradient(95.08deg, #3fa53c 2.49%, #006cd0 97.19%);
  font-size: 12px;
}
#shippingTab {
  background: #f1f1ef;
}
.Shipping-navs-tabs .plan-btn,
.pricing-navs-tabs .nav-link {
  background-color: #f1f1ef;
  color: #181915;
}
.Shipping-navs-tabs .plan-btn.active,
.pricing-navs-tabs .nav-link.active {
  background-color: #181915;
  color: #f0f9be;
}
.table thead tr {
  border-bottom: 1px solid #dcddeb;
}
.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
.hover-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 76px;
  overflow: hidden;
  transition: max-height 0.8s;
}
#faqs .accordion {
  --bs-accordion-btn-icon: url("../../images/promoful/icons/plus.svg") !important;
  --bs-accordion-btn-active-icon: url("../../images/promoful/icons/minus.svg") !important;
}
#faqs .accordion-button::after {
  width: 24px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hover-content:hover {
  max-height: 300px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag,
.table-transparent,
.table-transparent td,
.table-transparent th {
  background-color: transparent !important;
}
.vr-tabs .active:before {
  content: "";
  width: 4px;
  left: -18px;
  border-left: 4px solid #0a474f;
}
.vr-tabs {
  border-left: 2px solid #d9dbe9;
}
.vr-tabs .active {
  color: #061b1e !important;
}
.accordion-item {
  border: 0;
  border-bottom: 1px solid #eaecf0 !important;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.phone-input-container .form-floating > label {
  top: -8px;
  left: 69px;
}
#phone::placeholder {
  font-weight: 400;
}
.iti__arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #555;
}
.phone-input-container input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 25px 50px 9px 48px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s;
}
.phone-input-container input:focus {
  border-color: #bcbcbc;
  outline: 0;
}
.intl-tel-input {
  position: relative;
  width: 100%;
}
.intl-tel-input input {
  padding-left: 50px;
}
.iti__flag-container {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 9;
}
label {
  color: #8b8b8b;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
.iti__country-list select {
  width: 200px;
  height: 40px;
  overflow-y: scroll;
}
.custom-scroll-bar::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar {
  width: 4px;
}
.custom-scroll-bar::-webkit-scrollbar-track,
.iti__country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-scroll-bar::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #8885856c;
  border-radius: 10px;
}
.custom-scroll-bar::-webkit-scrollbar-thumb:hover,
.iti__country-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.footer-links {
  line-height: 40px;
}
.footer-links li a {
  text-decoration: none;
  color: #ffffffa3;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.25px;
}
.border-light-subtle {
  border-color: #3e8c9680 !important;
  border: 1px solid;
  opacity: 1;
}
.footer-links li a:hover {
  text-decoration: underline;
}
/* Media queries */
@media (min-width: 1200px) {
  .position-lg-absolute {
      position: absolute;
  }
  .rounded-xl-0 {
      border-radius: 0 !important;
  }
  #headerSearch {
    width: 210px;
}
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1344px;
  }
  .headerfull,
  footer {
      max-width: 1540px;
      margin: 0 auto;
  }
  #headerSearch {
    width: 410px;
  }
  .gx-40 {
      --bs-gutter-x: 40px;
  }
  .g-32 {
      --bs-gutter-x: 32px;
      --bs-gutter-y: 32px;
  }
  .gx-80 {
      --bs-gutter-x: 80px;
  }
  .gx-100 {
      --bs-gutter-x: 117px;
  }
  .td-max-width {
      width: 350px;
  }
  .bg-img-text img {
      max-height: 663px;
      object-fit: cover;
      object-position: top;
  }
  .rounded-xxl-0 {
      border-radius: 0 !important;
  }
}
@media (max-width: 1399px) {
  .bg-girl-after:after {
      content: "";
      width: 265px;
      height: 276px;
  }
  .bg-girl-before:after {
      content: "";
      width: 192px;
      height: 282px;
  }
  .trend-products ul {
      overflow: scroll;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      justify-content: left !important;
      overflow-y: hidden;
      height: 104px;
      position: relative;
      top: 16px;
  }
  .trend-products li button {
      width: 156px;
      height: 105px;
  }
  .trend-products ul::-webkit-scrollbar {
      display: none;
  }
  .platformContent {
      margin-top: 16px;
  }
  #headerSearch {
    width: 290px;
  }
}
@media (max-width: 1200px) {
  .bg-girl-after:after,
  .bg-girl-before:after {
      display: none;
  }
}
@media (max-width: 1199px) {
  .hover-content h5 {
      font-size: 20px;
  }
  .trend-products li button {
      height: 120px;
  }
  .trend-products ul {
      height: 119px;
  }
  .transform-img {
      width: 219px;
      position: absolute;
      top: -57px;
      right: 34px;
  }
  #headerSearch {
      width: 70%;
  }
  #searchContainer {
    position: fixed;
    top: -60px; /* Initially hidden */
    left: 0;
    width: 100%;
    background: white;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: top 0.3s ease-in-out;
    z-index: 1000;
  }

  /* Show the search input when active */
  #searchContainer.active {
      top: 0;
  }

  #searchIcon {
      display: block;
      cursor: pointer;
  }
  .close-search {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .navbar {
      border-bottom: 1px solid #dee2ca;
      background-color: #fff !important;
  }
  .platformContent {
      padding: 30px;
  }
  .custom-page-navigation {
      top: 49px;
  }
  .font-32 {
      font-size: 24px;
      line-height: 32px;
  }
  .h3,
  h3 {
      font-size: 34px;
  }
  .h2,
  h2 {
      font-size: 40px;
      line-height: 49px;
  }
  .main-content-area {
    margin-top: 49px;
  }
}
@media (max-width: 991.99px) {
  .mobile-tab-scroll {
      display: flex;
      gap: 10px;
      overflow: scroll;
  }
  .circle-icons img {
    width: 24px;
  }
  .mobile-scroll-tab {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    justify-content: left !important;
    overflow-y: hidden;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-right: 16px;
    width: 100%;
    border-radius: 3px;
    padding: 10px 0;
    gap: 20px;
    flex-wrap: nowrap!important;
  }
  .mobile-scroll-tab .v-tabs-btn.active {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    position: relative;
  }
  .mobile-scroll-tab .v-tabs-btn {
      white-space: normal;
      min-width: 250px;
      font-size: 16px;
  }
  .vr-tabs .active:before {
    content: "";
    width: 40%;
    left: 0;
    border-top: 4px solid #0a474f;
    border-left: 0px;
  }
  .vr-tabs {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .trend-products li button {
      width: 156px;
      height: 120px;
  }
  .font-100 {
      font-size: 56px;
      line-height: 64px;
  }
  .font-32 {
      font-size: 18px;
      line-height: 22px;
  }
  .h3,
  h3 {
      font-size: 33px;
  }
  .h2,
  h2 {
      font-size: 34px;
      line-height: 44px;
  }
  .custom-page-navigation {
      top: 49px;
  }
  .vedio-text {
      position: relative;
      padding: 20px 0;
  }
  .transform-img {
      width: 70%;
      position: relative;
      top: 0;
      right: 0;
      margin-top: 20px;
  }
  .bg-5,
  .bg-6 {
      min-height: 450px;
  }
  .main-content-area {
    margin-top: 65px;
  }
  .circle-icons img {
      width: 18px;
  }
  .img-scroll{
    overflow-x: scroll;
  }
  .img-scroll img {
    max-width: 933px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .font-100 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .font-56 {
      font-size: 27px;
      line-height: 40px;
  }
  .font-36 {
      font-size: 22px;
      line-height: 32px;
  }
  .font-32 {
      font-size: 20px;
      line-height: 26px;
  }
  i.font-32 {
      font-size: 30px;
  }
  .font-24,
  .hover-content h5 {
      font-size: 18px;
  }
  .h4,
  h4 {
      font-size: 26px;
      line-height: 34px;
  }
  .h3,
  h3 {
      font-size: 28px;
  }
  .h2, h2 {
        font-size: 24px;
        line-height: 33px;
    }
  .platformContent {
      margin-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
  .logo-list img {
      height: 22px;
  }
  .trend-products ul {
      height: 116px;
      top: 0;
  }
  .mobile-scroll {
      white-space: nowrap;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      justify-content: left !important;
      overflow-y: hidden;
      position: relative;
      left: 0;
      top: 0;
      margin-left: 0;
      margin-right: 16px;
      width: 100%;
      background: #f1f1ef;
      border-radius: 3px;
      padding: 10px 0;
      gap: 40px;
  }
  .mobile-relative {
      position: relative !important;
      background: #181915;
      padding-top: 30px;
  }
  .bg-9 {
      background-position: left;
  }
  .hover-content {
      max-height: 55px;
  }
  .bg-12 {
      background-position: bottom;
  }
  .bg-height {
      height: 252px;
  }
  .min-width-sm {
      min-width: 320px;
  }
  .min-width-xs {
      min-width: 150px;
  }
  .trend-products li button {
      height: 117px;
  }
  .bg-1 {
      background-size: cover;
      background-repeat: no-repeat;
  }
  .bg-5,
  .bg-6 {
      min-height: 400px;
  }
  .bg-11{
    background-position-x: 65% !important;
  }
  .circle-icons img {
      width: 30px;
  }
  .platformContent {
      padding: 14px;
  }
  .platformContent .font-36{
      font-size: 16px;
      line-height: 22px;
  }
  .platformContent .font-16{
      font-size: 12px;
  }
  .btn-mob-text {
    font-size: 13px;
  }
  .transform-img {
    width: 60%;
  }
  .bg-8 {
    background-image: url(../../images/promoful/v2/bg/uniform-bg-mob.webp);
  }
}
