@font-face {
    font-family: 'Inter';
    src: url('/uploads/fonts/Inter.woff2') format('woff2');
     font-display: optional
}

@font-face {
    font-family: 'Helvetica';
    src: url('/uploads/fonts/Helvetica.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    src: url('/uploads/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
     font-display: optional
}

body {
  font-family: 'Calibri', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.scrollspy-example.homepage {
    background: #fff;
    position: static;
}
.scrollspy-example.homepage:before {
    content: '';
    height: 150vh;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/assets/img/backgrounds/gradient-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
section.potential {
    background: rgba(239, 239, 239, 1);
}
.landinghero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5rem 0 1rem;
}

/* .heading {
       font-size: 27px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
} */

.home-heading.heading.text-center{
    margin: 0;
    line-height: 78.403px;
    font-size: 86.682px;
    font-style: normal;
    color: #000;
    font-weight: 700;
    letter-spacing: 1.898px;
    text-transform: capitalize
}
.hero-content .heading {
    margin: 0;
    line-height: 64px;
     font-size: 27px;
    color: #000;
    font-weight: 700;
    /* letter-spacing: 2px; */
    letter-spacing: 1.732px;
    text-transform: capitalize
}
.hero-content .subTxt{
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.14px;
}
.hero-content .subSmallTxt{
font-weight: 300;
font-size: 16px!important;
line-height: 26.74px;
letter-spacing: 1%;
text-align: center;
vertical-align: middle;

}
.homepage h3 {
    font-size: 70px;
}

.homepage h5 {
    font-size: 40px;
}
.sub-heading {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: rgba(25, 34, 55, 1)!important;
}

.hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    color: white
}
    .hero-content .text-large{
	font-size: 154.887px;
	line-height: 83px;
	letter-spacing: -2.4782px;
}
.gray-gradient-text {
    background: linear-gradient(0deg, #A1A1D9 15%, #f5f5f5 61%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text {
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gradient-text-more-blue {
    background: linear-gradient(270deg, #3C92F9 21.81%, #537DEA 62.38%, #676ADE 93.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.btn-orange {
    color: white !important;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    border-radius: 20px;
    /*background: #FF934A !important;*/
    /*    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%) !important;
    */
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25) !important;
    padding: 1rem 4rem;
    font-size: 25px;
    font-weight: 400;
}



.fading-hr {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #141315b0 0%, #ffffff 16.5%, #eaeaea 86.5%, #141315b0 100%);
    border-image-slice: 1;
    width: 73%;
    max-width: 1150px;
    margin: 20px auto;
}
  
.free-trial-btn {
    padding-left: 0;
    padding-right: 0;
}

.btn-orange:hover,
.btn-orange:active {
    color: white !important;
    /*background: #FF934A !important;*/
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%) !important;
}

.btn-gradient:hover {
    background: linear-gradient(45deg, #7F54CF, #676ADE, #537dea, #3c92f9);
    color: white !important;
}

.landinghero .btn {
    font-size: 2.5rem;
}

.adgpt-primary-text {
    color: #3C3CDE;
}

.adgpt-dark-text {
    color: #1B2235;
}
.adgpt-blue-text{
    color:rgba(0, 132, 255, 1)
}
.hero-content .adgpt-blue-text{
    color:rgba(0, 132, 255, 1)
}
.adgpt-dark-bg {
    background-color: #08081E;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.adgpt-features {
    padding-bottom: 7rem;
    padding-top: 2rem;
}
.adgpt-feature-right-img {
    /* background: rgba(239, 239, 239, 1); */
    border-radius: 26px;
    display: flex;
    align-items: center;
    /* padding: 20px; */
    justify-content: center;
}
.effort-img {
    width: auto;
    margin-top: 0;
    border-radius: 15px;
    max-height: 475px;
    /* box-shadow: 0 3px 6px 1px rgba(0,0,0,0.1); */
}
.adgpt-features hr {
    width: 95%;
    margin-inline: auto;
}
.half-brain-section {
    padding: 10rem 7rem;
}

.homepage p {
    font-size: 22px;
}

.homepage p.fs-30 {
    font-size: 30px;
}

.bottom-gray-gradient,
.top-gray-gradient {
    position: relative;
}

.potential .container,
.budget-friendly .container {
    z-index: 1;
    position: relative;
}


.bottom-gray-gradient:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, rgba(60, 60, 222, 43%), rgba(255, 255, 255, 0%))
}

.top-gray-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(60, 60, 222, 43%), rgba(255, 255, 255, 0%))
}

.try-adgpt-container {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 72, 1) 16%, rgba(64, 64, 239, 1) 51%, rgba(25, 25, 78, 1) 83%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 72, 1) 16%, rgba(64, 64, 239, 1) 51%, rgba(25, 25, 78, 1) 83%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 72, 1) 16%, rgba(64, 64, 239, 1) 51%, rgba(25, 25, 78, 1) 83%, rgba(0, 0, 0, 1) 100%);
    border-radius: 60px;
}

.try-adgpt-container .try-text {
    padding: 4rem 0 4rem 7rem;
}

.try-adgpt-container {
    /*width: 80%;*/
    overflow: hidden;
}

nav .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.navbar .btn-gradient, .navbar .btn-orange,  .btn-blue {
    padding: 0.6rem 2.5rem;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #FFFEFE;
    border-radius: 100px;
    box-shadow: none;
    text-transform: uppercase;
}
.navbar.navbar-expand-lg.landing-navbar{
    width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    padding-top: 0;
    margin-top: 0;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.btn-blue{
    background:rgba(0, 132, 255, 1);
    width: 175px;
    height: 40px;
    text-transform: capitalize;
    box-shadow: none!important;
}
.btn-gray{
    background:rgba(236, 236, 236, 1);
   width: 95px;
   height: 34px;
    text-transform: capitalize;
    box-shadow: none!important;
    color:black;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 33.78px;
    box-shadow: none;
}
.btn-gray:hover{
    background: #000!important;
}
.btn-blue.btn-blue-outline{
    background:white;
    color: rgba(0, 132, 255, 1);
    border: 1px solid;
}
.btn-blue:hover{
    background:rgb(0, 88, 170); 
    color: #fff;
}
.btn-blue.btn-blue-outline:hover{
    background:rgba(0, 132, 255, 1);
    color: #fff;
}


.light-style .layout-navbar.navbar-active .navbar.landing-navbar {
    box-shadow: none;
    background: black;
    border-radius: 0;
}

.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
    color: #ffff;
}

#budget,
#adgptFeat {
    scroll-margin-top: 91px;
}

.budget-friendly .card-title {
    font-size: 1.5rem;
}

.enter-website-text {
    margin: 20px 0 0 1px;
    font-family: 'Sora','Inter',sans-serif;
    font-weight: 400;
    font-size: 20.1px;
    line-height: 17.58px;
    letter-spacing: 0%;
    color: #19223780;
}

/*** 08/01/2023 ***/
.gray-img {
    width: 90%;
    max-width: 700px;
    margin-top: -50px;
    margin-bottom: 3%;
}

.macbook-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.macbook-svg {
    width: 90%;
    max-width: 999px;
    margin: -50px auto auto auto;
    height: auto;
    display: block;
}

.screen-video {
    position: absolute;
    top: 2.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 85.6%;
    margin: auto;
    max-width: 797px;
    object-fit: cover;
    border-radius: 11px 11px 0 0;
}
.mt-per-4 {
    margin-top: 4%;
}

/*.light-gradient{
background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
opacity: 0.2;
border-radius: 60px;
}*/
/*.dark-gradient{
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 72, 1) 0%, rgba(64, 64, 239, 1) 51%, rgba(25, 25, 78, 1) 96%, rgba(0, 0, 0, 1) 100%);
border-radius: 60px;
}*/
.pack-hight {
    min-height: 676px;
}
.tab-content.price-box-container {
    margin: 0!important;
}
.price-box-container {
    /*  margin: 50px auto !important;*/
    margin: 1rem auto!important;
     width: 85%; 
     /* width: 95%;  */
}

.price-box {
    width: 100%;
    max-width: 520px;
    /* max-width: 600px; */
}

.light-gradient {
    position: relative;
}

.light-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    opacity: 0.2;
    border-radius: 60px;
    z-index: -1;
}

.dark-gradient,
.dark-bg-new {
    position: relative;
}

.dark-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 72, 1) 0%, rgba(64, 64, 239, 1) 51%, rgba(25, 25, 78, 1) 96%, rgba(0, 0, 0, 1) 100%);
    border-radius: 60px;
    z-index: -1;
}

.dark-bg-new::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1B2235;
    border-radius: 60px;
    z-index: -1;
}

.card-padding {
    padding: 25px;
}

.price-box-container .light-gradient h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    /*line-height: 24px;*/
    line-height: 34px;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.price-box-container .dark-gradient h3,
.price-box-container .dark-bg-new h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    /*  line-height: 24px;*/
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

p.text-left.fs-6 {
    left: 218px;
    top: 3254px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 10px 10px 0;
}

.light-gradient p {
    color: #2B2B33;
}

.dark-gradient p,
.dark-bg-new p {
    color: #FFFFFF;
}

.light-gradient sup.h6.pricing-currency {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 24px;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-gradient h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 58px;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-gradient sub.h6 {
    left: 4px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.annualSlash {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 70px !important;
    line-height: 58px !important;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.annualDiscount {
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    color: #fff !important;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
    width: fit-content;
    border-radius: 100px;
    height: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 1px 8px 0;
    z-index: 1;
    position: relative;
}

.annualDiscount:before {
    content: "";
    position: absolute;
    height: 1.4px;
    width: calc(100% - 15px);
    -webkit-transform: translateX(-50%) rotate(326deg);
    transform: translateX(-50%) rotate(326deg);
    background-color: #fff !important;
    border-radius: 1px;
    left: 50% !important;
}

.dark-gradient sup.h6.pricing-currency {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dark-gradient h1,
.dark-bg-new h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 58px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dark-gradient sub.h6.pricing-duration,
.dark-bg-new sub.h6.pricing-duration {
    left: 4px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

a.btn.btn-credit {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4F4FF4;
    background: linear-gradient(180deg, #FFFFFF 43%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
    border-radius: 40px;
    padding: 27px;
    width: 100%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;

}



.feature-li li {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    /* line-height: 24px; */
    color: #2B2B33;
}

.bold-li {
    font-weight: 500;
}

.dark-gradient .feature-li li,
.dark-bg-new .feature-li li {
    color: #ffffff;
}

.feature-li .circle-bullets {
    list-style-type: none;
    padding-left: 0;
}


.feature-li .circle-bullets>li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 20px !important;
}


.feature-li .circle-bullets>li::before {
    content: "";
    position: absolute;
    top: 50%; 
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background: url(/assets/img/homepage/check1.svg) no-repeat center center;
    background-size: cover;
}
.feature-li li.circle-bullet-nasted::before {
    content: "";
    position: absolute;
    /* top: 50%; */
     /* top: 3%!important; */
    top:9px!important;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background: url(/assets/img/homepage/check1.svg) no-repeat center center;
    background-size: cover;
}
.feature-li li.circle-bullet-text::before {

    /* top: 50%; */
     top: 22%!important;

}
ul.listUL.circle-bullets-sub {
padding-left: 25px;
list-style-type: disc !important; /* solid circle */
list-style-position: outside;
padding-left: 1.3rem;             /* space before bullets */
margin: 0;
 
}
.li-span{
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 21px;
color: #333333;
}
ul.listUL.circle-bullets-sub li{
font-size: 12px;
font-weight: 300;
color: #333333;
}

  .price-box-white .feature-li .circle-bullets li.cross::before {
    right: auto;
    left: 0;
    height: 15px;
    background: url(/assets/img/homepage/cross.svg) center center no-repeat;
}
.price-box-white .feature-li .circle-bullets>li.no-marker::before{
    content:none;
}
.price-box-white .feature-li .circle-bullets>li.no-marker ul li{
    font-size: 16px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    list-style: none;
}
.price-box-white .feature-li .circle-bullets>li.grayed::before {
    filter: grayscale(1);
    opacity: 0.7;
}

.popuplist-tooltip{
    z-index: 999999;

}

.popup-list{
    display: none;
    position: absolute;
    background-color:#fff!important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    z-index: 999999;
    border-radius: 8px;
    padding: 15px;
    width: max-content;
}
.popup-list ul{
    padding: 0;
    text-align: left;
}
.popup-list.hover{
    display: block;
}

.most-popular-label-wrapper {
    position: absolute;
    width: calc(100% + 4px);
    top: -2%;
    left: -2px;
    right: 0;
    border: 2px solid black;
    border-radius: 15px 15px 0 0;
    background: black;
}

.most-popular-label {
    font-weight: 500;
    font-size: 15px;
    background: black;
    padding: 10px;
    border-radius: 16px 16px 0 0;
    color: white;
    width: 100%;
}
.trial-label-wrapper {
    position: absolute;
    width: calc(100% + 4px);
    top: -2%;
    left: -2px;
    right: 0;
    border: 2px solid  rgba(0, 132, 255, 1);
    border-radius: 15px 15px 0 0;
    background: rgba(0, 132, 255, 1);
}

.trial-label {
    font-weight: 300;
    font-size: 25px;
    background: rgba(0, 132, 255, 1);
    padding: 10px;
    line-height: 23.01px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    width: 100%;
}


.price-box-white .card-title {
    font-family: 'Sora','Inter',sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
}
.price-box-white .btn-blue{
    font-weight: 400;
}
.success-text{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: center;
    color: #333333;
    font-weight: 700;
}
.success-heading{
    font-size: 54px;
    line-height: 68px;
}
.success-subdec{
    font-size: 21.1406px!important;
    line-height: 40px;
}
.success-dec{
    font-style: normal;
    font-weight: 700;
    font-size: 11.625px!important;
    line-height: 28px;
    text-align: center;
    color: #797E93;
}
.w-600{
    max-width: 600px;
}
.w-60{
    width: 60%;
}
.w-90{
    width: 90%;
}

.blue-text{
    color: #0000EE!important;
}
.text-potential{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #192237;
}
.inspired-text{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 26px;
text-align: center;
letter-spacing: -0.015em;
}
/*** 08/01/2023 ***/

.layout-navbar.navbar-active li.nav-item.features-dropdown .adgpt-dark-text, .layout-navbar.navbar-active li.nav-item.features-dropdown:hover .adgpt-dark-text {
    color: #ffffff;
}
.light-style .layout-navbar.navbar-active div#featureDropdown .nav-link, .navbar-active .feature-dropdown-content .nav-link:hover {
    color: #080808 !important;
}
 .price-box.hidden-div{
    display: none!important;
 }


 .orbit-bar{
    background-color: rgba(236, 236, 236, 1);
    border-radius: 8px 0 0 8px;
    padding: 10px;
    font-size: 16px;
    color: rgba(25, 34, 55, 1);
    font-weight: 300;
 }
.orbit-video {
    border-radius: 5px;
    width: 100%;
}
button#toggleSound {
    background: #000000de;
    border: 1px solid white;
    border-radius: 100rem;
    position: absolute;
    right: 5px;
    top: 5px;
}
.orbit-videos .hero-black-text {
    color: rgba(153, 153, 153, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
}
.orbit-videos .heading {
    margin-bottom: 0;
}
.label-black {
    color: #FFF;
    background-color: #000;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    min-width: max-content;
}

.label-gray {
    width: max-content;
    border-radius: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(201, 201, 201, 0.5);
    color: rgba(3, 0, 0, 1);
    display: inline-block;
}
.label-gray a{
    color: #000;
}

.orbit-video-container {
  position: sticky;
  top: 20px; /* space from top when sticking */
}

.orbit-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.side-item {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.side-item-text {
    z-index: 999;
    color: white;
    position: absolute!important;
    left: auto;
    width: max-content;
    height: max-content;
    font-weight: 700;
    font-size: 34.85px;
    line-height: 2;
    letter-spacing: 2.58px;
    text-align: center;
}

.side-item-text.item1 {
   right: 22px;
    top: 10px;
}
.side-item-text.item2 {
    right: 22px;
    top: 10px;
}

.side-item>* {
    position: relative;
}
.orbit-sidebar::-webkit-scrollbar {
    display: none;            /* Chrome/Safari hide scrollbar */
}

.orbit-bar-container{
    margin-left: 2%;
}
.orbit-sidebar .heading {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 10px;
}
.innerPage .getStarted {
    background: #efefef !important;
}
.innerPage .getStarted:hover, .innerPage .getStarted:active, .innerPage .getStarted:focus,  .btn-gray.getStarted:focus  {
    background: #000000 !important;
}
.topMargin {
    margin-top: 7rem !important;
}

p.fw-light.fs-20.text-center.credit-info {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    /* letter-spacing: -0.015em; */
    color: rgba(0, 0, 0, 0.4);
}
.price-yearly, .price-monthly, .mob-credit span {
    color: #333333;
}

.shopify-link {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-size: 13px!important;
    background: #5E8E3E;
    margin-left: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(94, 142, 62, 0.3);
}
.shopify-link:hover {
    background: #4a7231 !important;
    box-shadow: 0 4px 8px rgba(94, 142, 62, 0.4);
    transform: translateY(-1px);
}
.shopify-link .shopify-logo {
    width: 20px;
    height: 23px;
    flex-shrink: 0;
}
.shopify-link .shopify-text {
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
}
.shopify-link2 {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    font-size: 14px!important;
    background: #00AB47;
   text-align: center;
    padding: 7px 4px;
    border-radius: 33.78px;
    color: #fff !important;
        width: 190px;
        margin: 10px -5px;
}
a#shop2:hover {
    background: #4a7231!important;
    color: #fff !important;
}
i.fa-brands.fa-shopify {
    font-size: 18px;
}
.shopify {
    font-weight: 600;
    font-style: italic;
}




.result{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.results h2{
        font-style: normal;
    font-weight: 500;
    font-size: 61px;
    line-height: 64px;
    letter-spacing: -1.92px;
    color: #29292C;
}
.results h1, .results h2{
    color: rgba(41, 41, 44, 1);
}
.result h4 {
    font-size: 26px;
    color: rgba(21, 23, 24, 1);
}
.circle-loader {
  position: relative;
  display: inline-block;
}

.circle-loader.large {
  width: 130px;
  height: 130px;
}

.circle-loader.small {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 15px;
    left: 50px;
}
.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring .bg {
  fill: none;
  stroke: #eee;
  stroke-width: 10;
}

/* Base stroke setup */
.progress-ring .progress {
  fill: none;
  stroke: #007bff;
  stroke-width: 10;
  stroke-linecap: round;
  transform-origin: center;
  stroke-dasharray: 345.6; /* large circle (r=55) */
  stroke-dashoffset: 345.6; /* initially hidden */
}

/* Animate when in view */
.circle-loader.animate .progress-90 {
  animation: progress90 1.4s ease-out forwards;
}

.circle-loader.animate .progress-38 {
  animation: progress38 1.4s ease-out forwards;
}

.circle-loader.animate .progress-70 {
    stroke-dasharray: 150.8;
    stroke-dashoffset: 150.8;
    animation: progress70 1.4s ease-out forwards;
}

/* Keyframes for each progress ring */
@keyframes progress90 {
  to {
    stroke-dashoffset: 150.6;
  }
}

@keyframes progress38 {
  to {
    stroke-dashoffset: 220;
  }
}

@keyframes progress70 {
  to {
    stroke-dashoffset: 140;
  }
}

/* Rotation animation */
@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.result-third.animate .rotate-arrow {
  animation: rotateArrow 1.8s ease-out forwards;
}


.value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
h2#budget {
    font-style: normal;
    font-weight: 300;
    font-size: 80px;
    line-height: 103.26px;
    /* letter-spacing: -1.2px;  */
    color: #000000;
    margin-bottom: 2%;
    text-transform: capitalize;
}
.ecommerce section.budget-friendly.pt-lg-5 {
    padding-top: 1rem !important;
}
.circle-loader.large .value {
  font-size: 26px;
}


div#video-slider .swiper-slide {
    background-color: #ecebed00!important;
    padding: 0;
    height: auto!important;
}
.swiper-pagination-progressbar, .swiper-scrollbar {
   background: rgb(0 0 0 / 0%);
}
h2.green-text .fa-shopify {
 font-size: 55px;
}
h2.green-text {
 color: #00AB47!important;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

#adgptai-generate-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
    border-radius: 20px;
}

.custom-placeholder {
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    font-size: 20px;
    font-weight: 400;
    transition: 0.2s ease;
}

.custom-placeholder .blue {
    color: #007aff; /* iOS blue style */
    font-weight: 500;
}

/* Hide placeholder when typing */
#adgptai-generate-input:not(:placeholder-shown) + .custom-placeholder,
#adgptai-generate-input:focus + .custom-placeholder {
    opacity: 0;
}
.video-box {
    position: relative;
}

.sound-toggle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border: none;
    background: rgba(0,0,0,0.5);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
   z-index: 9999;
}

.sound-toggle.unmuted i::before {
    content: "\f028"; /* FontAwesome volume-up icon */
}

.sound-toggle.muted i::before {
    content: "\f6a9"; /* volume-mute icon */
}

#adgptai-generate-input:focus + .custom-placeholder,
#adgptai-generate-input:not(:placeholder-shown) + .custom-placeholder{
  opacity: 0;
}
@media(max-width: 1750px) {
    .heading {
        font-size: 27px;
    }

    .homepage p {
        font-size: 20px;
    }

  
    .homepage p.fs-30 {
        font-size: 25px;
    }

    .homepage h3 {
        font-size: 60px;
    }

    .homepage h5 {
        font-size: 30px;
    }

    .landinghero .btn {
        font-size: 2rem;
    }

    .adgpt-dark-bg {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .try-adgpt-container .try-text {
        padding: 3rem 0 3rem 6rem;
    }

}


@media(max-width: 1550px) {
    .budget-friendly li {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 1400px) {
    .orbit-bar-container{
        margin-left: 2%;
    }
    
}
@media(max-width: 1430px) {

    .homepage p {
        font-size: 16px;
    }

    .homepage p.fs-30 {
        font-size: 20px;
    }

    .homepage h3 {
        font-size: 44px;
    }

    .homepage h5 {
        font-size: 27px;
    }

    .landinghero .btn {
        font-size: 1.5rem;
    }

    .try-adgpt-container .try-text {
        padding: 2rem 0 2rem 5rem;
    }

    .adgpt-dark-bg {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .budget-friendly li {
        font-size: 0.7rem;
    }
    .hero-content .heading{
        font-size:24px
    }
}

@media screen and (min-width: 1370px) and (max-width:1500px ) {
    .orbit-sidebar .heading{
       font-size: 17px
    }
    
}
@media screen and (min-width: 1170px) and (max-width: 1370px) {
    .orbit-sidebar .heading{
       font-size: 13px
    }
    
}

@media(max-width: 1200px) {
    .homepage p.fs-30 {
        font-size: 20px;
    }

    .homepage h3 {
        font-size: 44px;
    }

    .homepage h5 {
        font-size: 27px;
    }

    .landinghero .btn {
        font-size: 1.5rem;
    }

    .try-adgpt-container .try-text {
        padding: 2rem 0 2rem 3rem;
    }

    .half-brain-section {
        padding: 6rem 4rem;
    }

    .ti-lg {
        font-size: 1.5rem !important;
    }

    .price-box-container {
        flex-direction: column;
    }

    .pack-hight {
        margin: auto;
    }
    .hero-content .text-large{
            font-size: 111px;
    }
    .perfume-wrapper img {
    width: 85%!important;
    position: relative;
}

}
@media screen and (min-width: 992px) and (max-width: 1170px) {
    .orbit-sidebar .heading{
       font-size: 11px
    }
    
}

@media (max-width: 991.98px) {
   
    .light-style .navbar-active .navbar.landing-navbar .landing-nav-menu{
        background-color: #08081E;
    }

    .ti-menu-2:before {
        content: "\ec42";
        color: black;
    }
    
   .navbar-active .navbar.landing-navbar .ti-menu-2:before {
        color: white;
    }

    .pack-hight {
        min-height: max-content;
    }
    .orbit-bar-container{
        margin-left: 0;
    }
    


}

@media(max-width:992px) {
.credit-info {
        font-size: 11px !important;
        padding: 0 10px;
        margin-bottom: 26px;
    }
    .effort-img {
        margin-top: 4%;
    }
    .orbit-sidebar {
    max-height: auto;
    }

}

@media(max-width: 768px) {
span.lb-font {
    font-size:22px!important;
}
.results h2 {
    font-size: 43px!important;
}
.feature-li .circle-bullets>li{
        padding-left: 14px !important;
}
.feature-li li.circle-bullet-nasted::before {
top: 6px !important;
}
.container-div-main.mb-5 {
    margin-bottom: 0.8rem !important;
}
span.price-monthly, span.price-yearly{
    font-size: 16px;
}
span.badge.trial-label {
    font-weight: 300 !important;
    font-size: 16px;
}
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu .mega-dropdown-link {
    font-size: 14px !important;
    padding: 8px !important;
    line-height: normal !important;
}
.dropdown-menu .row .h6 span {
        font-size: 16px !important;
    }
.dropdown-menu .row .h6 .ti {
font-size: 18px !important;
}
 .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
      background: #eeeaea78;
      border-radius: 10px;
  }
.credit-info {
    font-size: 11px !important;
    padding: 0 10px;
    margin-bottom: 26px;
}
.heading {
    font-size: 16px;
    line-height: 1.4;
}
.orbit-comming-soon .heading{
    margin-bottom: 2px;
}
.inspired .heading {
    font-size: 26px!important;
}
.sub-heading {
    font-size: 15px;
    margin-top: 8%;
    text-align: center;
}
.inspired p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px;
}
.price-box-white{
max-height: max-content !important;
}
   
.card-padding {
    padding: 16px;
}
section#adgptFeat p{
        font-size: 13px!important;
}
section#adgptFeat p.hero-black-text{
    font-size: 14px!important;
    /* margin-bottom: 0 !important; */
}
section#adgptFeat .container.pb-4{
        padding-bottom: 0 !important;
}
section.adgpt-light-bg p {
text-align: center;
}

.scrollspy-example.homepage section#hero-animation p {
font-weight: 300;
font-size: 14px;
margin-bottom: -20px;
padding: 0 5px !important;
}

.adgpt-features hr {
    margin: 0.2rem 0;
    border: 1.19px solid #00000033
}
section#exploreAdFeed .top-content h2, section#exploreAdFeed .top-content p {
    text-align: center!important;
    margin-bottom: 4px;
}
section#exploreAdFeed .container.pt-5 {
    padding-top: 1rem !important;
}
section#exploreAdFeed .container.pb-5 {
    padding-bottom: 0px !important;
}
section#exploreAdFeed p.hero-black-text{
    font-size: 13px;
    display: block;

}
.explore-adfeed .btn-blue{
    height: 27px!important;
    box-shadow: inset 0px 0px 4.90213px 2.45107px rgba(255, 255, 255, 0.25)!important;
}
.explore-adfeed-video-wrapper {
    gap: 3px!important;
}
    .homepage p {
        font-size: 14px;
    }

    .homepage p.fs-30 {
        font-size: 16px;
    }

    .homepage h3 {
        font-size: 22px;
    }
 p.hero-black-text{
            font-size: 16px;
    }
    .homepage h5 {
        font-size: 18px;
    }

    .landinghero .btn {
        font-size: 18px;
    }

    .try-adgpt-container .try-text {
        padding: 2rem 0 2rem 3rem;
    }

    .half-brain-section {
        padding: 6rem 4rem;
    }

    .adgpt-features {
        padding-bottom: 4rem;
    }

    .btn-wrapper {
        text-align: center;
    }

    .landinghero {
        padding: 10rem 0 0;
    }

    .navbar.navbar-expand-lg.landing-navbar {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .budget-friendly img.img-fluid {
        height: 250px !important;
    }
    .success-heading {
        font-size: 29px;
        line-height: 32px;
    }
    .success-subdec {
        font-size: 13.1406px;
        line-height: 28px;
    }
    .success-dec {
        margin-top: 0rem !important;
        font-size: 11.625px;
        padding: 0 20px;
    }

    .hero-content .heading{
        font-size: 22px;
        line-height: 1.4;
    }

    .label-black {
        font-size: 5px;
        padding: 5px;
        border-radius: 4px;
    }
    .label-gray {
        font-size: 5px;
        padding: 5px;
    }

    .orbit-bar{
        font-size: 8.4px;
    }
    .orbit-comming-soon .orbit-bar-container{
        padding: 0!important;
    }
    h2#budget {
        font-weight: 700;
        /* font-size: 18px; */
       font-size: 38px;
        line-height: 48px;
        letter-spacing: 1.03px;
        margin-bottom: 0;
    }
    input#floating-adgptai-generate-input::placeholder{
    font-size: .675rem!important;
   }

   .floating-adgpt-input form.active {
    width: 300px!important;
}
.home-heading.heading.text-center{
     font-size: 22px!important;
    line-height: 28px;
    letter-spacing: 0.88px;
    margin: 0!important;
}
.adgpt-planner-form{
        min-height: 70px!important;
}
input#adgptai-generate-input::placeholder, .enter-website-text{
    font-size: 12px!important;
    font-weight: 500;
    line-height: 9.06px;
    letter-spacing: 0%;
}
.enter-website-text{
    margin: 0 0 0 1px;
}
.adgpt-generate-input-wrapper i.ti-arrow-up, .floating-adgpt-generate-input-wrapper i.ti-arrow-up{
    font-size: 13px!important;
}
.adgpt-generate-input-wrapper, .floating-adgpt-generate-input-wrapper {
    width: 26px!important;
    height: 26px!important;
}
.planner-search-box{
   border-radius: 11px!important;
}
div#price-cards.gap-5 {
    gap: 1rem !important;
}
#orbitVideo .hero-black-text{
    font-size: 14px !important;
    font-weight: 500;
}
.price-box-container{
    width: auto!important;
}
.switcherMonth li.nav-item {
    width: 49%!important;
}
.custom-placeholder {
    left: 0;
    top: 25%;
    font-size: 15px;
}
}

@media(max-width: 576px) {
    .half-brain-section {
        padding: 3rem 1rem;
    }

    .homepage .half-brain-section p {
        font-size: 12px;
    }

    .try-adgpt-container .try-text {
        padding: 1rem 0 1rem 2rem;
    }

    .btn-gradient,
    .btn-orange, .btn-blue {
        padding: 0.5rem 2rem;
        width: auto;
    }
     .orbit-bar{
        font-size: 4.4px;
    }
}

@media(max-width: 450px) {

    .app-brand-logo img,
    .layout-menu-fixed.layout-menu-collapsed.layout-menu-hover .app-brand-logo img {
        width: 119px !important;
    }

    .navbar .btn-gradient,
    .navbar .btn-orange,  .btn-blue {
        padding: 0.5rem 0.9rem;
        font-size: 14px;
    }
    .start-for-free, .shopify-install{
            width: 255px!important;
    }
    .vids-wrapper{
        padding: 0 15px;
    }
}



@media(min-width: 1400px) {
    .container {
        max-width: 98%;
    }
    section.adgpt-features-section .right {
    z-index: 99999;
}
}

 @media(min-width: 1900px) {
    h2#budget {
    font-size: 100px;
    margin-bottom: 4%;
    }
    .price-box-container{
        width: auto;
    }
} 

sup.h6.pricing-currency.mt-3.mb-0.me-1.text-primary.currency-white {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 24px;
    background: #fff;
    /**3a7cee**/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.circle-bullets.white-li li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 13px;
    height: 10px;
    background: url(/assets/img/homepage/check2.svg) no-repeat center center;
    background-size: cover;
}


/*** 22 feb 2024 ***/

.adgptai-homepage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.adgptai-homepage_input {
    margin-right: 10px;
    /* Adjust the margin as needed */
}



form#adgptai-homepage-form {
    height: auto;
    box-shadow: none;
    border-radius: 40px;
    border: 0;
}
.adgpt-planner-form {
    height: auto;
    box-shadow: none;
    border-radius: 40px;
    border: 0;
    padding: 0 20px 10px;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

input#adgptai-generate-input, input#floating-adgptai-generate-input {
    width: 100%;
    height: 55px;
    color: rgba(25, 34, 55, 1);
    background: transparent;  
    border: 0;
}

input#adgptai-generate-input::placeholder, .enter-website-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
     font-size: 13.79px;
  line-height: 20.69px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 1px;
    /* Adjust padding as needed for space in the placeholder */
}
input#floating-adgptai-generate-input::placeholder{
    font-size: .875rem;
    line-height: 1.435rem;
    letter-spacing: -.01em;
    font-weight: 400;
    font-family: 'Inter';

}
.box-input.adgptai-homepage_input {
    height: 64px;
    border-radius: 32px;
    border: 1px solid var(--pds-dark-07);
    transition: border .2s;
    /* padding: 0 9px;*/
    box-sizing: border-box;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.adgptai_promo_icon {
    width: 24px;
    height: 24px;
    background: url(/assets/img/homepage/mdi_web.svg);
}

#adgptai-generate-btn {
    order: 2;
    width: 245px;
    height: 38px;
    left: calc(50% - 335px/2 + 527.5px);
    top: 593px;
    background: rgba(0, 132, 255, 1);
    border-radius: 20px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

#adgptai-arrow-btn, #floating-adgptai-arrow-btn {
    width: 36px;
    height: 36px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: transparent;
    z-index: 1;
}
.adgpt-generate-input-wrapper, .floating-adgpt-generate-input-wrapper{
    width: 36px;
    height: 36px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s ease-in;
    pointer-events: none;
}
.floating-adgpt-generate-input-wrapper{
    background-color: hsl(0 0 0 / 0.44);
}
.adgpt-generate-input-wrapper.active, .floating-adgpt-generate-input-wrapper.active{
    background-color: #000;
    cursor: pointer;
    pointer-events: all;
}
.adgpt-generate-input-wrapper.active:hover,.floating-adgpt-generate-input-wrapper.active:hover{
    background-color: rgba(0, 0, 0, 0.70);
}
.adgpt-generate-input-wrapper i.ti-arrow-up,.floating-adgpt-generate-input-wrapper i.ti-arrow-up{
    position: absolute;
    font-size: 24px;
    transition: all 0.3s ease-in;
}
.floating-adgpt-generate-input-wrapper i.ti-arrow-up{
    color: hsl(0 0 100% / 0.60)
}
.adgpt-generate-input-wrapper.active i.ti-arrow-up,.floating-adgpt-generate-input-wrapper.active i.ti-arrow-up{
    color: white;
}
.floating-adgpt-input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom:20px;
    z-index: 99999;
    left: 55%;
    transform: translate(-50%,400%);
    transition: all 0.5s ease-in;
}
.floating-adgpt-input.active {
    transform: translate(-50%);
}
.floating-adgpt-input form {
    display: flex;
    width: 200px;
    border-radius: 100rem;
    padding-left: 10px;
    background-color: hsl(0 0% 94.5% / 0.68);
    overflow: hidden;
    backdrop-filter: blur(24px);
    transition: all 0.5s ease;
    box-shadow: 0 1px 2px 0 #0000000a;
    height: 50px;
}
.floating-adgpt-input .box-input.adgptai-homepage_input{
    height: auto;
    margin: 0;
    padding-left: 8px;
}
input#floating-adgptai-generate-input {
    height: 36px;
}
.floating-adgpt-input form:hover {
    scale: 1.08;
}
.floating-adgpt-input form.active {
    width: 500px;
}

#floating-adgptai-generate-input{
    font-size: .875rem;
    line-height: 1.435rem;
    letter-spacing: -.01em;
    font-weight: 400;
}

p.hero-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
}
a.micro-link-text {
    text-align: center;
    /* max-width: 780px; */
        max-width: 705px;
    margin: auto;
    display: block;
}

p.micro-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    width: max-content;
    line-height: 24px;
    color: rgba(25, 34, 55, 1);
    text-decoration: underline;
}
input#adgptai-generate-input:focus,
input#adgptai-generate-input:active,
input#floating-adgptai-generate-input:focus,
input#floating-adgptai-generate-input:active{
    outline: none;
    /* Remove the default focus outline */
    border: none;
    /* Hide the border on focus and active states */
}
.zIndex{
    z-index: 999999999999999999999999;
}
@media screen and (max-width: 1024px) {
    form#adgptai-homepage-form {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 40px 0 32px;
        height: auto;
    }
    .home-heading.heading.text-center {
        margin: 32px 0;
        font-size: 56.682px;
    }
    .scrollspy-example.homepage:before {
        height: 500px;
    }
    .navbar.navbar-expand-lg.landing-navbar{
        padding-left: 3rem !important;
    }
    /* .vids-wrapper>video, .gif-video{
            max-width: 120px!important;
    }
    .vids-wrapper{
        gap: 5px!important;
    } */
}

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

    a.nav-link.fw-medium{
        font-size: 20px !important;
        padding: 10px !important;
    }



    #adgptai-generate-btn {
        margin-top: 28px;
    }

    form#adgptai-homepage-form {
        max-height: 40px;
        padding-top: 8px;
    }


    input#adgptai-generate-btn {
        margin-top: 25px;
        font-size: 14px;
        width: 300px;
        min-height: 36px;
    }

    p.hero-text {
        line-height: 22px;
        font-size: 21px;
    }

    .box-input.adgptai-homepage_input {
        width: 96%;
        gap: 1px;
        height: 40px;
        margin-left: 10px;
    }

    input#adgptai-generate-input::placeholder, .enter-website-text {
        font-size: 13px!important;
    }


    section.adgpt-dark-bg.blue-bg p.adgpt-white-text {
        font-size: 22px;
        width: auto;
    }

    section.adgpt-dark-bg.blue-bg .sub-heading {
        font-size: 26px;
    }

    .btn-wrapper.mt-5.pt-4 {
        margin-top: 1px !important;
    }

    .adgpt-tooltip {
        margin-left: 100% !important;
    }

}

@media only screen and (min-width: 275px) and (max-width: 769px) {
    .mobileFooterLogo{
        height: 94px;
         width: 100% !important;
       /* width: 158px !important;*/
        float: left;
        margin: 0px !important;
        padding: 0px !important;
        margin-left: 14px !important;
    }
  /*  .mobileFooterLogo{
        width: 69px !important;
    }*/

    .mobileFooterLogo img{
        width: 243px !important;
    }
}

@media (min-width: 769px) and (max-width: 968px) {
.mobileMenus {
        width: 100% !important;
        text-align: center;
    }
    .custom-footer-top ul.list-unstyled.d-flex.pages-link {
    margin-left: 0;
}
}


@media only screen and (min-width: 769px) and (max-width: 1300px) {
    form#adgptai-homepage-form {
        width: auto;
    }

    p.hero-text {
        font-size: 20px;
        line-height: 25px;
    }

    input#adgptai-generate-input {
        width: 678px;
    }

    .mobileMenus{
        width: 116px;
        float: left;
    }

    .mobileMenus ul{
        margin-top: 22px;
    }
}

/* Media query for iPad and iPad Pro */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
    input#adgptai-generate-input {
        width: 562px;
        height: auto;
        background: transparent;
        border: 0;
    }
}

div#adgptai-generate-error {
    width: 85%;
    padding: 18px 24px 0;
    color: #ff2525;
    line-height: 17px;
}

/*** 22 feb 2024 ***/


div#swiper-reviews-slider .card.item-w-400 {
    width: 400px;
    height: 400px;
    margin: auto;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5), inset 0px 7px 11px -4px #FFFFFF, inset 0px -82px 68px -64px rgba(14, 78, 114, 0.3), inset 0px 98px 100px -48px rgba(60, 60, 222, 0.3), inset 0px 4px 18px rgba(8, 59, 88, 0.3), inset 0px 1px 40px rgba(60, 60, 222, 0.3);
    backdrop-filter: blur(50px);
    border-radius: 33px;
}

div#swiper-reviews-slider .swiper-slide {
    background-color: #ecebed00;
}

div#swiper-reviews-slider .swiper-slide {
    text-align: left;
}

.gradient-star {
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.yellow-star {
    background: #FFCA0C;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

div#swiper-reviews-slider .text-body {
    padding: 45px 30px 45px 40px;
}

div#swiper-reviews-slider h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    align-items: center;
    color: #1B2235;
    margin-bottom: 4px;
}

/*div#swiper-reviews-slider .review-text p {
    align-items: center;
    color: #1B2235;
    font-family: sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: calc(1.2em * 8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
*/

div#swiper-reviews-slider .review-text p {
    font-family: 'Times';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #1B2235;
    font-style: italic;
}

span.reviewer-logo {
    max-width: 135px;
}

div#swiper-reviews-slider .reviewer {
    font-size: 13px;
    color: black;
    position: absolute;
    bottom: 25px;
    gap: 5px;
}

div#swiper-reviews-slider h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    align-items: center;
    color: #1B2235;
}

div#swiper-reviews-slider i.ti.ti-star-filled.ti-xl {
    font-size: 44px !important;
}

div#swiper-reviews-slider .swiper-button-prev {
    background-image: url("/assets/img/homepage/arrow-left.svg") !important;
    background-size: cover;
    background-position: center;

}

div#swiper-reviews-slider .swiper-button-next {
    background-image: url(/assets/img/homepage/arrow-right.svg) !important;
    /* width: 50px; */
    /* height: 50px; */
    background-size: cover;
    background-position: center;

}

div#swiper-reviews-slider .swiper-button-next:after,
div#swiper-reviews-slider .swiper-button-prev:after {
    content: "" !important;
}



/*.container.full-width {
    max-width: 96%;
}*/

img.img-fluid.brand-img {
    max-width: 300px;
    width: 90%;
    height: 150px;
}

.adgpt-white-text {
    color: #ECF1F7;
}

section.adgpt-dark-bg.blue-bg {
    background-color: #1B2235;
}

section.adgpt-dark-bg.blue-bg p.adgpt-white-text {
    font-size: 25px;
    width: 86%;
}

.col-6.potential-1 {
    padding-left: 4%;
}

.col-6.potential-2 {
    padding-left: 4%;
}

/***30 mar 2024 ***/
.container-div {
    /* max-width: 1000px;*/
    text-align: center;
    padding: 0 10px;
    /*margin: 0 auto;*/
    margin: 5px auto 0 auto
}

.pricing-box-switcher {
    padding: 5px;
    border: 1px solid #FFFFFF;
    background: #F0F0F0;
    width: 90%;
    margin: auto;
    border-radius: 8px;
}
.pricing-box-switcher.nav-pills .nav-link.active,
.pricing-box-switcher.nav-pills .nav-link.active:hover,
.pricing-box-switcher.nav-pills .nav-link.active:focus {
    background-color: #0084FF!important;
    color: #fff;
}
.pricing-box-switcher li.nav-item {
    width: 33%;
}
.pricing-box-switcher button{
    display: flex;
    padding: 16px!important;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    color:   #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 85.714% */
    letter-spacing: -0.12px;
}
.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 10px;
    border: 1px solid #D5D5D5;
    background: #fff;
    border-radius: 12px!important;
    /* background: linear-gradient(270deg, rgba(60, 146, 249, 0.2) 2.81%, rgba(83, 125, 234, 0.2) 32.38%, rgba(103, 106, 222, 0.2) 57.71%, rgba(127, 84, 207, 0.2) 88.17%, rgba(127, 84, 207, 0.2) 98.28%); */
    width: 470px;
    height: 45px;
}
.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"] {
    color: var(--white);
}



.switch-wrapper [type="radio"]:checked#monthly+label[for="yearly"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#yearly+label[for="monthly"]~.highlighter {
    transform: translateX(100%);
}

.switch-wrapper label {
    font-size: 15px;
    font-weight: 400;
    z-index: 1;
    min-width: 50%;
    line-height: 25px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
    background: black;
    /* background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(50% - 4px);
    height: calc(100% - 6px);
    border-radius: 8px;
    background-color: #0084FF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    /* background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%); */
    transition: transform 0.25s ease-in-out;
}
label.pack-label.active {
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

p.card-sub-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px !important;
}

.font-13 {
    font-size: 13px !important;
}

.light-gradient.price-box {
    border: 6px solid #3c3cde38;
    border-radius: 67px;
}

.dark-bg-new.price-box {
    border-radius: 67px;
    border: 6px solid #1B2235;
}


.price-yearlytotal {
    margin-top: 5px;
    color: #000;
    font-weight: normal;
    letter-spacing: .5px;
    font-size: 11px;
}

.adgpt-tooltip {
    float: right !important;
    margin-top: -8px !important;
    position: absolute !important;
    margin-left: 100% !important;
    z-index: 999999999 !important;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    font-weight: 500;
    background-color: #0084FF;
    padding: 9px 12px 7px;
    white-space: nowrap;
    max-width: unset;
    border-radius: 8px;
}

.adgpt-tooltip:before {
    color: #0084FF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid;
    right: 100%;

    height: 12px;
    width: 6px;
    top: 50%;
    margin-top: -6px;

    box-sizing: border-box;
    position: absolute;
    content: "";
}

.container-div-main {
    display: flex;
}


.privacyPage h2 {
    font-size: 20px;
}

.privacyPage .privacyP {
    font-size: 16px;
}

ul.circleUl {
    list-style-type: circle;
    padding: 0;
    margin-left: 60px;
}

.circleUl li {
    margin-bottom: 10px;
}

ul.ulDecimal {
    list-style-type: decimal;
    padding: 0;
    margin-left: 60px;
}

.ulDecimal li {
    margin-bottom: 10px;
}

ul.dash-list {
    list-style-type: none;
    padding: 0;

}

ul.dash-list li::before {
    content: "-";
    padding-right: 8px;
}

.dash-list li {
    margin-bottom: 5px;
}


.privacyPage h2 {
    font-size: 20px;
}

.privacyPage .privacyP {
    font-size: 16px;
}

.privacyPage ul {
    list-style-type: none;
    padding: 0;
}

.privacyPage li {
    margin-bottom: 10px;
}

.privacyPage li:before {
    content: "-";
    margin-right: 5px;
}



/*** 12 apr 2024 ***/

/*.light-nav {
    background: linear-gradient(73deg, rgb(216 236 242) 0%, rgba(237, 241, 247, 1) 100%);
}
*/
.light-nav .navbar-nav .nav-link {
    color: #1B2235 !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Inter';
}

.light-nav.navbar-active .navbar-nav .nav-link {
    color: #fff !important;
}

.gradient-banner-text {
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
}

p.hero-black-text {
    font-family: 'Inter';
    font-style: normal;
    font-size: 21px;
    line-height:  1.5; 
    /* font-size: 35px;
    line-height: 26.74px; */
    color: #1B2235;
    text-align: center;
}
p.inner-hero-black-text
 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18.5px;
    line-height: 1.5;
    color: #1B2235;
    text-align: center;
}
.banner-search-box {
    border-radius: 52px;
    padding: 1.5px;
    margin: 0 2%;
    max-width: 1038px;
    margin: auto;
    background: #efefef;
    border: 2px solid rgba(0, 190, 255, 1);
}

.planner-search-box {
    border-radius: 24px;
    padding: 1.5px;
    margin: 0 2%;
    max-width: 735px;
    /* max-width: 800px; */
    max-height: 140px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0,0, 0.1);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
}


.banner-logo.align-items-center.justify-content-center {
    width: 1243px;
    width: 1565.27px;
    height: 60px;
    top: 729px;
    left: 177px;
    gap: 0px;
    opacity: 0px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.homepage .slider-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 60px;
    color: #1B2235;
}

/*.scrollspy-example.homepage {
background: linear-gradient(73deg, rgb(193 228 239) 0%, rgba(237, 241, 247, 1) 100%);
}*/

section#adgptFeat p, section#exploreAdFeed p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #1B2235;
}

#adgptFeat .accordion-button,#adgptFeat .accordion-body{
    padding-left: 0!important;
}


button.accordion-button.sub-heading.text-start[aria-expanded="true"] {
    pointer-events: none;
}
a.btn-gradient {
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25) !important;
    border-radius: 40px;
    width: 389px;
    height: 54px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: white;
}

.start-for-free, .shopify-install {
       font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24.66px!important;
    line-height: 31px;
    letter-spacing: 0.80px!important;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
    background-color: #0084FF;
    border-radius: 27px;
    width: 396px;
    height: 72px;
    margin: 40px 0;
}
.shopify-install{
    background-color: #00AB47!important;
}
.start-for-free:hover {
   
    color: #fff;
    background-color: #007cf0;
    scale: 1.1;
   
}
.shopify-install:hover{
    color: #fff;
    background-color: #00a344!important;
    scale: 1.1;
}
.vids-wrapper {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    z-index: 9999;
    position: relative;
    margin: auto;
    max-width: 2200px;
}


.vids-wrapper>video, .gif-video {
    /* max-width: 10%; */
       max-width: 168px;
    border-radius: 10px;
 
}
.vids-wrapper>video, .gif-video-small {
       background: #000;
       border-radius: 10px;
}
section.adgpt-features-section {
    width: 90%;
    margin: auto;
}
.adgpt-features-section .feature {
    margin: 120px 0;
    gap: 100px;
}
.adgpt-features-section h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: calc(100% + 45px);
    line-height: 75px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    color: #000;
    margin-bottom: 40px;
}
.t-6{
     margin-top: -6%;
}
.left, .right {
    max-width: 900px;
}
.homepage .result h4{
        font-size: 36px;
    color: #151718;
}
.adgpt-features-section p {
    font-family: Inter;
    font-weight: 400;
    font-size: calc(70% + 18px);
    line-height: 1.4;
    vertical-align: middle;
    color: #000;
}
.tiktokVideo p {
    padding-bottom: 14%;
}
img.tiktok-meta {
    position: absolute;
    left: 5px;
    bottom: 15%;
    width: 70%;
}
img.tiktok-right-bar {
    position: absolute;
    right: 5px;
    bottom: 15%;
    height: 50%;
}
.tiktok-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 528px;
}
.tiktok-wrapper.coco-cola,
.perfume-wrapper img.middle {
    scale: 1.1;
    z-index: 2;
}

.img-wrapper.perfume-wrapper {
    display: flex;
    justify-content: center;
}
.perfume-wrapper img {
    width: 100%;
    position: relative;
}
.green-text{color: #00AB47}
.shopify-wrapper:after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% + 40px);
    position: absolute;
    background: #00AB47;
    left: 50%;
    transform: translateX(-50%);
    /* z-index: -1; */
}
.shopify-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopify-wrapper video,.shopify-wrapper iframe {
    z-index: 2;
}

.ugc-vid-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ugc-vid-wrapper .tiktok-wrapper{
    border-radius: 10px;
    overflow: hidden;
    width: 30%;

}



.vid-generate-input.tiktok-meta {
    bottom: -40px;
    z-index: 2;
    width: 100%;
}
.ugc-vid-wrapper  .tiktok-wrapper.middle {
    left: -40px;
    scale: 1.1;
    z-index: 2;
}
.short-video .middle {
    /* width: 100%; */
    position: relative;
    z-index: 1;
    scale: 1.15;
    bottom: 35px;
}
.short-video{position: relative; justify-content: center;}

.short-video .tiktok-wrapper {
    position: relative;
    max-width: 528px;
    width: 30%;
}
.photo-to-video-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;

}
.photo-to-video-wrapper .photo-wrapper, .photo-to-video-wrapper .video-wrapper {
    position: relative;
    max-width: 322px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.photo-to-video-wrapper .photo-wrapper:after {
    content: "Before";
}
.photo-to-video-wrapper .video-wrapper:after{
    content: "After"
}
.photo-to-video-wrapper .photo-wrapper:after, .photo-to-video-wrapper .video-wrapper:after{
    bottom: -10px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 66px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    text-transform: uppercase;

}
.photo-to-video-wrapper:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/homepage/arrow-blue.png) !important;
    height: 23px;
    width: 60px;
    position: absolute;
    left: 36%;
    top: 43%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translate(-49%);
    z-index: 2;
}
.section-bb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.black-text {
    color: #1B2235;
}

section.adgpt-light-bg p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #1B2235;
}

a.btn-gradient-big {
    width: 389px;
    height: 54px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 0px;
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    color: #FFFFFF;
}

.col-6.potential-3 {
    padding-left: 6%;
}

.dark-heading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
     color: #000000;
    /* color: #1B2235; */
    margin-bottom: 16px;
}
p.adgpt-dark-text-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 !important;
    font-size: 30px;
    line-height: 24px;
    color: #1B2235;
}

/*section#adgptReview,
section#adgptFeat,
section.adgpt-light-bg,
section#budget {
    background: linear-gradient(73deg, rgb(193 228 239 / 49%) 0%, rgba(237, 241, 247, 1) 100%);
}
*/
.annualDiscountBG.price-yearly span {
    background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.annualDiscountBG.price-yearly {
    background: #ECF1F7;
    color: #fff !important;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
    width: fit-content;
    border-radius: 100px;
    height: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 1px 8px 0;
    z-index: 1;
    position: relative;
}

.annualDiscountBG:before {
    content: "";
    position: absolute;
    height: 1.4px;
    width: calc(100% - 15px);
    -webkit-transform: translateX(-50%) rotate(326deg);
    transform: translateX(-50%) rotate(326deg);
    background-color: #49aaba !important;
    border-radius: 1px;
    left: 50% !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #ECF1F7 !important;
}

.ex-bold {
    font-weight: 700;
}

.swiper-wrapper-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    /* Enable smooth scrolling on iOS */
}
.btn-get-started {
    background: rgba(0, 132, 255, 1);
    color: white;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5) !important;
}
.btn-get-started:hover {
    border: 1px solid rgba(0, 132, 255, 1);
    color: rgba(0, 132, 255, 1);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5) !important;
    scale: 1.1;
}
.swiper-wrapper-2 .swiper-slide {
    flex: 0 0 auto;
    /* Prevent slides from growing or shrinking */
    width: auto;
    /* Allow slides to be their natural width */
    padding: 6px;
}

.swiper-wrapper-2 img.img-fluid.brand-img {
    max-width: 102px;
    width: 100%;
    height: 65px;
    margin: 0 7px;
}

.swiper-wrapper-2 .slider-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #1B2235;
}
span.reviewer-date {
    padding-top: 9px;
}

span.reviewer-logo img {
    width: 135px;
}


.light-nav .navbar-nav .nav-link.login {
    font-weight: 600!important;
}
.navbar.landing-navbar .navbar-nav .nav-link {
    position: relative;
    text-decoration: none; /* Remove default underline */
}
.navbar.landing-navbar .navBox .nav-link {
    font-family: Inter;
    font-weight: 700!important;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}
/* .navbar.landing-navbar .navbar-nav .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 60%;
    height: 6px;
    background-color: rgba(0, 132, 255, 1);
    border-radius: 4px;
    transform: translateX(-50%);
} */
 /* .navbar.landing-navbar .navbar-nav .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60%;
    height: 2px;
    background-color: rgba(0, 132, 255, 1);
    border-radius: 4px;
    transform: translateX(-50%);
} */
.feature-dropdown-item.nav-item .nav-link:hover::after{
    left: 35% !important;
}
.light-style .navbar.landing-navbar .navbar-nav .nav-link:hover {
    color:#000!important;
}


.light-style .navbar-active .navbar.landing-navbar .navbar-nav .nav-link:hover {
    color:#fff!important;
}
.adgpt-features .btn-blue, .potential .btn-blue, .inspired .btn-blue, .explore-adfeed .btn-blue {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    width: 188px;
    height: 30px;
    border-width: 0.88px;
    border-radius: 7px!important;
    /* box-shadow: inset 0 0 6px 4px rgba(255,255,255,0.3)!important */
    box-shadow: inset 0px 0px 4.90213px 2.45107px rgba(255, 255, 255, 0.25)!important;
  
}
span.lb-font {
    font-size: 72.96px;
    font-weight: 600;
}
span.ls-font {
    font-size: 20px;
    font-weight: 600;
}
.adgpt-features .accordion-button::after {
    /* width: 15px; */
    /* height: 15px; */
    background-image: url('/assets/img/homepage/chev-up.svg');
    /* background-size: 15px; */
    /* color: black; */
    /* filter: invert(1); */
    transform: none;
}
.accordion-button.collapsed::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.price-box-white {
    background: white;
    position: relative;
    border-radius: 16px;
    border: 3px solid #D5D5D5;
    /* max-height: 1250px; */
    max-height: fit-content;
    margin-bottom: 7px !important;
}
.price-and-feature b {
    font-weight: 400;
}
.price-box-white.popular {
    border: 2px solid #0084FF;
}


.price-box-white .feature-li .circle-bullets>li {
    padding-left: 0;
    /* font-size: 18px; */
    font-weight: 300;
    font-family: 'Sora','Inter',sans-serif;
    line-height: 16px;
    /* font-weight: 400; */
    flex-grow: 1;
}
.price-box-white .feature-li .circle-bullets>li::before {
    right: auto;
    left: 0;
    height: 15px;
    background: url(/assets/img/homepage/check3.svg) no-repeat center center;
    background-size: 100%;
}

span.pricing-currency{
    font-size: 65px;
    color: rgba(51, 51, 51, 1)!important;
    line-height: 1;
    font-family: 'Inter',sans-serif;
    font-weight: 100;
}
.price-toggle {
    font-family: 'Poppins','Inter',sans-serif;
    font-weight: 800;
    color: rgba(51, 51, 51, 1)!important;
    line-height: 1;
    font-size: 66px;
}

.price-box-white .card-wrapper, .price-box-white .card-body, .price-and-feature{
    height: 100%;
}
.h-90{
    height: 90px;
}

  input[type=number].no-arrows::-webkit-outer-spin-button,
  input[type=number].no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number].no-arrows {
    -moz-appearance: textfield;
  }
.contact-sales .modal-title{
    color:rgba(51, 51, 51, 1);
    font-size: 40px;
}

.contact-sales p{
    color: black;
    font-size: 17px;
}
.contact-sales .modal-body{
    padding-top: 0;
}
.contact-sales input, .contact-sales textarea{
    border: 1px solid rgba(197, 199, 208, 1);
    color: black;
    font-weight: 700;
    font-size: 13px;
}
.contact-sales form>.row>div{
    margin-top: 1.5rem;
}
.contact-sales .btn-primary{
   background: #0084FF;
}

.contact-sales input::placeholder,
.contact-sales textarea::placeholder {
  color: rgba(117, 117, 117, 1);
}

.contact-sales .privacy-policy{
    color:rgba(51, 51, 51, 1);
    font-weight: 700;
}
.contact-sales .modal-dialog{
    max-width: 640px;
}
.contact-sales .sub-text{
    font-size: 17px;
    line-height: 32px;    
    font-weight: 700;
}
.contact-sales .privacy-policy a{
    color:#0000ee!important;
    text-decoration: underline;
}

.inspired .heading{
     font-size: 56px;
}
.inspired p{
    font-size: 15px;
}

.inspired .container{
    background: url('/assets/img/homepage/inspired-bg.svg');
    height: 401px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: 100% 111%;
    background-position: center;
    background-repeat: no-repeat;
}
.iti {
    width: 100%;
  }

  #phone {
    width: 100%;
    box-sizing: border-box;
  }

  .iti--fullscreen-popup.iti--container {
    z-index: 1090;
}
  


.ad-example .pointer {
    position: absolute;
    /* width: 100%; */
    bottom: -11%;
    display: flex;
    left: 15%;
}




.testimonial-swiper {
    background-color: #ffffff;
    padding: 40px 0;
    max-width: 820px;
    width: 80%;
    margin: auto;
    height: auto;
  }
  
  .testimonial-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    height: max-content;
}
  .testimonial-swiper .testimonial-card {
    display: flex;
    flex-direction: row; 
    align-items: center;
    padding: 20px 16px;
    border-bottom: 1px solid #e5eaf1;
    background-color: #ffffff;
    width: 100%;
  }
  .testimonial-swiper .testimonial-header {
    display: flex;
    gap:2rem;
  }
  .testimonial-swiper .avatar-wrapper {
    position: relative;
    margin-right: 16px;
    flex-shrink: 0;
  }
  
  .testimonial-swiper .avatar-wrapper img {
    /* width: 70px; */
    height: 70px;
    border-radius: 50%;
  }
  
  .testimonial-swiper .blue-dot {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 17px;
    height: 17px;
    background-color: rgba(144, 205, 244, 1);
    border-radius: 50%;
    border: 2px solid rgba(66, 153, 225, 1);
  }
  
  .testimonial-swiper .testimonial-text {
    flex: 1;
    text-align: left;
  }
  
  .testimonial-swiper .testimonial-text .quote {
    font-size: 27px;
    font-weight: 600;
    color: rgba(26, 31, 54, 1);
    margin: 0;
    
  }
  
  .testimonial-swiper .testimonial-text .quote em {
    display: inline;
    font-style: italic; 
    font-weight: 400;
    color: #64748b;
    margin-left: 4px;
  }
  
  .testimonial-swiper .testimonial-text .time {
    font-size: 30.86px;
    color: rgba(165, 172, 184, 1);
    margin-top: 6px;
  }
  
  .testimonial-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: white;
    border: 1px solid #007bff;
    opacity: 1;
    margin: 0 5px !important;
}
  .testimonial-swiper .swiper-pagination-bullet-active {
    width: 90px;
    height: 8px;
    border-radius: 4px;
    background: #007bff;
  }
  .price-box-white .feature-li .circle-bullets>li.dashicon::before {
    right: 0px;
    left: auto;
    height: 13px;
    background: url(/assets/img/homepage/dash-icon.svg) center center no-repeat;
}
.sub-h4 {
    font-style: normal;
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 18px!important;
}
.color-dark {
    color: inherit;
}
.thank-section {
    padding-top: 17rem;
    padding-bottom: 7rem;
}

.adgpt-feature-right-img {
    position: relative;
}
.adgpt-feature-right-img .gif-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 732px;
    max-height: 543px;
    height: auto;
    transition: opacity 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.contact-sales .btn-close{
    box-shadow: none;
}

.text-black{
    color: #000!important;
}

.steps {
    width: 80%;
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin: auto;
    gap: 70px;
}
.step {
    width: 100%;
    margin: auto;
    background: rgba(239, 239, 239, 1);
    border-radius: 64px;
    min-height: 133px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
    color: rgba(36, 36, 36, 1);
    position: relative;
}
.step h3, .step p{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.step-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 70%);
}

    .features-dropdown-wrapper {
      position: relative;
      display: inline-block;
    }

.feature-dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top:0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    min-width: 320px;
    z-index: 1000;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.feature-dropdown-content.open {
    display: grid;
}

.feature-dropdown-item {
    display: flex;
    flex-direction: column;
    /* padding: 10px; */
    border-radius: 6px;
    cursor: pointer;
    /* text-align: center; */
}

li.nav-item.features-dropdown {
    cursor: pointer;
    position: relative;
}
.feature-dropdown-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.feature-dropdown-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.feature-dropdown-desc {
    font-size: 14px;
    color: #555;
}

.features-dropdown:hover .feature-dropdown-content {
    display: block;
}
.features-dropdown:hover .triangle-icon{
    transform: rotate(180deg);
}
span.triangle-icon {
    display: inline-block;
    transition: transform 0.3s;
    font-size: 8px;
    position: relative;
    top: -1px;
}
ul.navbar-nav.me-auto {
    margin-right: auto !important;
    margin-top: 30px;
}
.explore-adfeed-video-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.explore-adfeed-video-wrapper a {
    width: 33%;
}
a#sidebar-logo.me-5 {
    margin-right: 5rem !important;
}
.essential-reason-number{
    font-family: Inter;
    font-weight: 800;
    font-size: 48px;
    line-height: 76.8px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}
.essential-reason-number.small{
    font-size: 40px;
}

.essential-reason-text{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    padding-top: 20px;

}

.essential-reason-box {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.essential-reason-item {
    max-width: 260px;
    min-width: 260px;
    padding: 16px 8px;
}
    .w-65 {
      width: 65% !important;
    }
@media screen and (max-width:1710px){
    .orbit-videos .hero-black-text {
        font-size: 11px!important;
    }
    .left, .right {
        max-width: 620px;
    }
    .adgpt-features-section h2 {
        font-size:  45px;
        line-height: 55px;
    }
    .adgpt-features-section p {
        line-height: 28px;
        font-size: 18.8px;
    }

    
}



@media screen and (max-width: 1690px) {
    .price-box-white .feature-li .circle-bullets>li.no-marker ul li{
        font-size: 14px;
    }
     .price-box-white .feature-li .circle-bullets>li{
        font-size: 16px;
    }
    .orbit-videos .hero-black-text {
        font-size: 10px!important;
    }
}
@media screen and (max-width: 1540px) {
    .price-box-white .feature-li .circle-bullets>li.no-marker ul li{
        font-size: 12px;
        line-height: 1.5;
    }
     .price-box-white .feature-li .circle-bullets>li{
        font-size: 13px;
        margin-bottom: 16px;
    }
    .dark-heading {
        font-size: 38px;
    }
    .orbit-videos .hero-black-text {
        font-size: 10px!important;
    }
}


@media (max-width: 1200px) {
      
  .testimonial-swiper .testimonial-text .quote,
    .testimonial-swiper .testimonial-text .time {
    font-size: 20px; 
   }
}

@media (max-width: 1030px) {
    .banner-search-box {
        border-radius: 41px;
    }

    form#adgptai-homepage-form {
        margin: 1px 0 1px;
    }

    p.hero-black-text {
        text-align: center;
        font-size: 21px;
        padding: 0 30px;
    }
    

    .gradient-banner-text {
        font-size: 55px;
    }

    input#adgptai-generate-input {
        width: 531px;
    }
    .thank-section {
        padding-top: 10rem;
    }
}



/*** 12 apr 2024 ***/




@media screen and (min-width: 1000px) and (max-width: 1188px) {
    p.hero-black-text {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1189px) and (max-width: 1393px) {
    p.hero-black-text {
        font-size: 17px !important;
    }

    input#adgptai-generate-input {
        width: 852px !important;
    }

    /* .adgptai-homepage_input {
        margin-right: -16% !important;
    } */

    section.adgpt-light-bg p {
        font-size: 17px;
    }

    a.btn-gradient {
        width: 250px !important;
        font-size: 22px !important;
    }

    p.card-sub-title {
        font-size: 13px !important;
    }

    .price-box {
        max-width: 343px;
    }
}

@media screen and (min-width: 1394px) and (max-width: 1492px) {
    p.hero-black-text {
        font-size: 21px !important;
    }
    section#adgptFeat p{
            font-size: 13.46px!important;
    }
    .slider-header {
        margin-left: 15px !important;
    }

    .adgptai-homepage_input {
        margin-right: -16% !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 1389px) and (max-width: 1399px) {
    input#adgptai-generate-input {
        width: 852px !important;
    }
}

@media screen and (min-width: 1780px) {
    #adgptai-generate-btn {
        width: 536px !important;
    }

    p.hero-black-text {
        font-size: 18.5px !important;
    }
    .orbit-videos .hero-black-text{
        font-size: 12px!important;
    }
    .banner-search-box {
        max-width: 1200px;
    }
    .hero-content .heading{
        font-size: 30px;
    }
    .hero-content .text-large {
    font-size: 154.887px;
    }
 
    .swiper-wrapper-2 img.img-fluid.brand-img {
        max-width: 120px;
    }
    .slider-header {
        font-size: 20px !important;
    }
    .success-heading {
        font-size: 60px;
    }
    .success-dec {
        font-size: 13px!important;
    }
    .planner-search-box,a.micro-link-text {
        max-width: 870px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
 
    span.lb-font {
        font-size:48px;
    }
    .slider-header {
        margin-left: 15px !important;
    }

    a.btn-gradient {
        width: 250px !important;
    }

    section.adgpt-light-bg p {
        font-size: 13px!important;
    }

    section#adgptFeat p {
        font-size: 13px!important;
    }
}


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

    .swiper-wrapper-2 .slider-header {
        font-size: 13px;
    }
}



@media screen and (min-width: 1028px) and (max-width: 1400px) {
    div#swiper-reviews-slider .card.item-w-400 {
        width: auto;

    }

    div#swiper-reviews-slider i.ti.ti-star-filled.ti-xl {
        font-size: 32px !important;
    }

    div#swiper-reviews-slider .text-body {
        padding: 33px;
    }

    div#swiper-reviews-slider h5 {
        font-size: 16px;
    }

    div#swiper-reviews-slider h6.mt-5 {
        margin-top: 2rem !important;
    }
  

}
@media screen and (max-width: 1400px){
    .shopify-link {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    font-size: 9px!important;
    background: #00AB47;
    margin-left: 7px;
    padding: 7px 20px;
    border-radius: 33.78px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 4px;
}
}
@media screen and (max-width: 1350px){


    .navbar.landing-navbar .navBox .nav-link {
        font-family: Inter;
        font-weight: 700!important;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        color: #000;
        padding: 10px;
    }
}
@media screen and (max-width:1380px) {
      .side-item-text {
            font-size: 14px;
    }
}
@media screen and (max-width: 1280px) {
.adgpt-features-section h2 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.start-for-free, .shopify-install{
    margin: 20px 0; 
}
}
@media screen and (max-width:1180px) {

    .navbar.landing-navbar .navBox .nav-link {
        font-size: 10px;
        line-height: 18px;
        padding: 10px;
    }
    .navBox {
        padding: 5px;
    }

    .homepage .result h4 {
        font-size: 26px;
    }
}
@media screen and (max-width:992px) {
        .feature-dropdown-content {
        display: block;
        position: static;
        border:none;
        padding: 16px;
        box-shadow: none;
        min-width: auto;
        z-index: 1000;
    }
    .feature-dropdown-item{
        text-align: left;
    }
    .vids-wrapper>video, .gif-video {
        /* max-width: 168px; */
        border-radius: 10px;
        width: 100%;
        height: 92%;
        max-width: 200px;
    }
.vids-wrapper>video, .gif-video-small{
    border-radius: 0;
}
.sound-toggle {
    bottom: 45px;
    right: 70px;
}
}
@media screen and (max-width: 986px) {


    .swiper-wrapper-2 .swiper-slide {
        padding: 2px;
    }

    img.img-fluid.brand-img {
        margin-bottom: 0px !important;
    }
    .side-item-text {
        font-size: 34px; 
    }
}

@media (max-width: 768px) {
    .banner-search-box {
        border-radius: 41px;
    }

    form#adgptai-homepage-form {
        margin: 1px 0 1px;
        padding-inline: 0;
    }
    .adgptai_promo_icon {
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
    }
    input#adgptai-generate-input {
        width: 100%;
        height: auto;
        margin-top: -3px;
    }
    p.hero-black-text {
        text-align: center;
        font-size: 14px;
        padding: 0!important;
        line-height: 1.5!important;
    }

    .gradient-banner-text {
        font-size: 34px;
    }

    form#adgptai-homepage-form {
        width: 100%;
    }

    .mobileFooterLogo a.app-brand-link.mb-8 {
        margin-bottom: 4rem !important;
    }
    p.micro-text {
        /* font-size: 12px; */
        width: 100%;
        padding: 0 8px !important;
        text-align: start!important;
    }

    nav.navbar.navbar-expand-lg.new-layout-navbar.sideBarNav.scrolled {
        background: #fff;
    }

    img.img-fluid.brand-img {
        /* max-width: 69px;*/
        width: 83%;
        height: 50px;
        margin-bottom: 50px;
    }

    h1.heading.dark-heading.text-center {
        font-size: 28px;
        margin-bottom: 10px;
    }

    h1.fw-bold.gradient-banner-text.heading.text-center.first-heading {
        margin-top: 30%;
    }
    .testimonial-swiper .testimonial-text .quote,
    .testimonial-swiper .testimonial-text .time {
        font-size: 12px; 
    }

    .contact-sales .modal-body {
        padding: 0;
    }
    .contact-sales .sub-text {
        line-height: 1;
    }
    .contact-sales .modal-header {
        padding: 0;
    }

    div#swiper-reviews-slider .review-text p{
        font-size: 18px;
    }

    div#swiper-reviews-slider .card.item-w-400 {
        width: auto;

    }

    div#swiper-reviews-slider i.ti.ti-star-filled.ti-xl {
        font-size: 32px !important;
    }


    div#swiper-reviews-slider h5 {
        font-size: 16px;
    }

    div#swiper-reviews-slider h6.mt-5 {
        margin-top: 2rem !important;
    }


    .testimonial-swiper, .testimonial-swiper .swiper-slide {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }
    .w-75{
        width: 100%!important;
    }
    .feature-dropdown-content{
    background-color: #eeeeee;
    }

    .light-nav .navbar-nav .nav-link, .btn-blue {
            font-size: 13px;
    }
    ul.navbar-nav.me-auto {
      margin-top: 45px;
    }
    div#navbarSupportedContent ul.navbar-nav.me-auto li.nav-item .nav-link {
      font-size: 14px !important;
     line-height: 16px;
    } 

    .btn-get-started {
        font-size: 22px;
        padding: 20px;
    }
    .switch-wrapper{
        width: 300px;
    }
    #exploreAdFeed .bottom-content.container {
        max-width: 95%;
        padding: 0;
    }
    /* .orbit-sidebar-mobile {
        margin-top: 6px;
    } */
    .orbit-sidebar-mobile h6.heading {
        font-size: 17px;
        letter-spacing: 1.15px;
        margin-top: 10px;
    }
    .side-item {
        margin-top: -18px;
    }
    section#adgptFeat .heading {
        font-size: 18px;
        letter-spacing: 1.02521px;
        margin-bottom: 4px !important;
    }
    .adgpt-features .accordion-button::after {
        width: 10px !important;
        height: 10px !important;
        background-size: 10px !important;
    }
    .adgpt-features button.accordion-button.sub-heading.text-start {
        font-size: 15px !important;
                margin-top: 0%;
    }
    section#exploreAdFeed .top-content h2{
        font-size: 18px!important;
    }

    .essential-reason-item {
        min-width: 50%;
        max-width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mt-2.mob-credit {
    margin-top: 3px !important;
   }
    .side-item-text {
        font-size: 34px; 
    }
    .perfume-wrapper img {
    width: 70%!important;

    }
    .homePage .getStarted{
    background: #efefef !important;
    }

    .planner-search-box{
            padding: 11.5px;
    }
}


@media screen and (max-width: 576px) {
    .container-div {
        margin: 17px auto 0 0;
        width: 86%;

    }

    .switch-wrapper {
        padding: 9px;
    }

    .adgpt-tooltip {
        font-size: 12px;
        padding: 9px 7px 7px;
        margin-left: 93%;
    }

    .switch-wrapper label {
        font-weight: 400;
    }

    .adgpt-features .btn-blue, .potential .btn-blue, .inspired .btn-blue {
        font-size: 20px;
        width: 90%;
        height: 60px;
    }
    .adgpt-tooltip{
        font-weight: 300;
        font-size: 10px;
    }
    .adgpt-features .btn-blue{
        font-size: 12px;
        width: 37%!important;
        height: 30px!important;
    }
    .trial-label {
        font-size: 10px;
        font-weight: 500;
    }
    .price-box-white .card-title{ 
      font-size: 30px;
    }
    span.pricing-currency, .price-toggle{
        font-size:40px;
    }
    span.h6.price-d {
        font-weight: 300;
        font-size: 12px;
        line-height: 10.65px;
        letter-spacing: 0%;
    }
    span.pricing-currency, .price-toggle {
        margin-top: 0 !important;
    }
    .mt-2.mob-credit {
    margin-top:5px !important;
   margin-bottom: 10px;
    }
    .price-and-feature .h-90 {
    height: auto;
    }
    .price-and-feature .my-4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .price-and-feature hr {
        margin: 10px 0;}
    .price-box-white .feature-li .circle-bullets > li{
        font-size: 13px;
        line-height: 12.19px;
        letter-spacing: 0%;
    }
    .price-box-white .feature-li .circle-bullets>li.no-marker ul li {
        font-weight: 300;
        font-size: 13px;
        letter-spacing: 0%;
    }
    .price-box-white ul.ps-4.listUL {
        padding-left: 16px !important;
    }   
    .feature-li .circle-bullets>li::before{
        width: 10px;
        height: 10px;
    }
    .switch-wrapper{
            height: 41px;
    }
    .price-box-container {
        margin: 2rem auto 0.1rem !important;
    }
    .testimonial-swiper .blue-dot{
        display: none;
    }
    .mt-4.package-div {
        margin-top: 0 !important;
    }
    section.budget-friendly.pt-2.pt-lg-5 {
        padding-top: 0 !important;
    }
    .essential-reason-number {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (max-width: 470px) {


    .navbar .btn-gradient,
    .navbar .btn-orange{
        font-size: 12px;
    }
        .sound-toggle {
        bottom: 45px;
        right: 20px;
    }
}

@media screen and (max-width: 418px) {
    .switch-wrapper {
        width: 240px;
    }

    .switch-wrapper label {
        font-size: 11px;
    }

    .adgpt-tooltip {
        margin-left: 83%;
    }

    a.btn-gradient {
        width: 244px;
        font-size: 20px;
    }
    .homepage .slider-header {
        font-size: 15px;
    }

}
@media screen and (max-width: 500px) {
    .shopify-wrapper:after {
    height: calc(74% + 6px);
}
.adgpt-features-section .feature {
    margin: 52px 0;
}
}
@media screen and (max-width: 400px) {
    .swiper-wrapper-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
    }
    .swiper-wrapper-2 .swiper-slide {
        flex: 0 0 auto;
        max-width: 100px;
        padding: 6px;
    }
    .sound-toggle {
        bottom: 77px;
        right: 9px;
        width: 32px;
        height: 32px;
    }
}


@media screen and (max-width: 298px) {
    .container-div {
        margin: 17px auto 0 1%;
    }

}

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

     .sound-toggle {
        bottom: 84px;
        right: 57px;
         width: 30px;
        height: 30px;
    }

}


@media (min-width: 960px) and (max-width: 1300px) {
    footer.landing-footer.bg-body.custom-footer.dark {
        grid-template-columns: 0 100%;
    }
        .mobileMenus {
        width: 50%;
        float: left;
    }
}

 @media only screen and (max-width: 340px) {
    .navbar.navbar-expand-lg.landing-navbar {
        padding-left: 1rem !important;
    }

}
@media screen and (min-width: 1189px) and (max-width: 1510px) {
    .box-input.adgptai-homepage_input{
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
}

/* ============================================
   COMPACT APPLE-STYLE NAVBAR - January 2026
   ============================================ */

/* Apple System Font Family */
.new-layout-navbar,
.new-layout-navbar * {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Compact Navbar Container */
.navbar.navbar-expand-lg.new-layout-navbar {
    padding: 0 !important;
    min-height: auto !important;
}

.navbar.navbar-expand-lg.new-layout-navbar .container {
    max-width: 1400px;
    padding: 0 20px;
}

.navbar.navbar-expand-lg.landing-navbar {
    padding: 8px 16px !important;
    margin-top: 8px !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* Logo - Smaller */
.navbar.landing-navbar .app-brand-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

.navbar.landing-navbar .app-brand-logo svg {
    height: 24px !important;
    width: auto !important;
}

.navbar.landing-navbar .app-brand-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}

/* Nav Links - Compact */
.navbar.landing-navbar .navBox {
    gap: 2px !important;
}

.navbar.landing-navbar .navBox .nav-link {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 8px 12px !important;
    letter-spacing: -0.01em !important;
    color: #1d1d1f !important;
    transition: color 0.2s ease !important;
    line-height: 1.2 !important;
}

.navbar.landing-navbar .navBox .nav-link:hover {
    color: #0071e3 !important;
}

/* Dropdown Toggle Arrow */
.navbar.landing-navbar .dropdown-toggle::after {
    font-size: 10px !important;
    margin-left: 4px !important;
}

/* Right Side Buttons - Compact */
.navbar.landing-navbar .navbar-nav.flex-row {
    gap: 8px !important;
}

.navbar.landing-navbar .shopify-link {
    font-size: 12px !important;
    padding: 7px 14px !important;
    white-space: nowrap;
    border-radius: 8px !important;
}

.navbar.landing-navbar .shopify-link .shopify-text {
    font-size: 12px !important;
}

.navbar.landing-navbar .shopify-link .shopify-logo {
    width: 18px;
    height: 21px;
}

.navbar.landing-navbar .getStarted,
.navbar.landing-navbar .liGetStarted .btn {
    font-size: 12px !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
}

/* Mega Dropdown - Apple Style */
.navbar.landing-navbar .dropdown-menu {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12) !important;
    padding: 16px !important;
    margin-top: 8px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
}

.navbar.landing-navbar .dropdown-menu .h6 {
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #86868b !important;
    margin-bottom: 8px !important;
}

.navbar.landing-navbar .dropdown-menu .mega-dropdown-link {
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 6px 8px !important;
    color: #1d1d1f !important;
    border-radius: 6px !important;
    transition: background 0.15s ease !important;
}

.navbar.landing-navbar .dropdown-menu .mega-dropdown-link:hover {
    background: #f5f5f7 !important;
    color: #0071e3 !important;
}

.navbar.landing-navbar .dropdown-menu .avatar-initial {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
}

/* ============================================
   RESPONSIVE NAVBAR - Tablet & Mobile
   ============================================ */

@media (max-width: 1200px) {
    .navbar.landing-navbar .navBox .nav-link {
        font-size: 12px !important;
        padding: 6px 8px !important;
    }
    
    .navbar.landing-navbar .shopify-link {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
    
    .navbar.landing-navbar .getStarted {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
}

@media (max-width: 1100px) {
    .navbar.landing-navbar .navBox .nav-link {
        font-size: 11px !important;
        padding: 5px 6px !important;
    }
    
    .navbar.landing-navbar .shopify-link span:not(.shopify-text) {
        display: none;
    }
    
    .navbar.landing-navbar .shopify-link .shopify-logo {
        width: 16px !important;
        height: 18px !important;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg.landing-navbar {
        padding: 12px 16px !important;
        margin: 8px !important;
        border-radius: 16px !important;
    }
    
    .navbar.landing-navbar .landing-nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff !important;
        border-radius: 16px !important;
        margin-top: 8px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15) !important;
        padding: 16px !important;
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .navbar.landing-navbar .navBox {
        flex-direction: column !important;
        gap: 0 !important;
    }
    
    .navbar.landing-navbar .navBox .nav-link {
        font-size: 15px !important;
        padding: 12px 16px !important;
        border-radius: 8px;
    }
    
    .navbar.landing-navbar .navBox .nav-link:hover {
        background: #f5f5f7 !important;
    }
    
    .navbar.landing-navbar .dropdown-menu {
        position: static !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        background: #f5f5f7 !important;
        margin: 4px 0 !important;
        padding: 12px !important;
    }
    
    /* Mobile CTA buttons */
    .navbar.landing-navbar .navbar-nav.flex-row {
        flex-direction: row !important;
        gap: 8px !important;
    }
    
    .navbar.landing-navbar .shopify-link {
        display: none !important;
    }
    
    .navbar.landing-navbar .getStarted {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }
    
    /* Hide some items on mobile */
    .navbar.landing-navbar .d-none.d-lg-block {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .navbar.navbar-expand-lg.landing-navbar {
        padding: 10px 12px !important;
        margin: 6px !important;
    }
    
    .navbar.landing-navbar .app-brand-text {
        font-size: 14px !important;
    }
    
    .navbar.landing-navbar .app-brand-logo svg {
        height: 20px !important;
    }
    
    .navbar.landing-navbar .getStarted {
        font-size: 12px !important;
        padding: 8px 14px !important;
    }
}

/* ============================================
   SVG ICONS IN DROPDOWN MENUS
   ============================================ */

/* SVG icons in avatar circles */
.dropdown-menu .avatar-initial svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    display: block;
}

/* Ensure avatar circles display properly */
.dropdown-menu .h6 .avatar {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.dropdown-menu .h6 .avatar-initial {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* ============================================
   MOBILE MENU - FIXED FOR PROPER DISPLAY
   ============================================ */

@media (max-width: 991px) {
    /* Fix the outer navbar wrapper */
    nav.navbar.new-layout-navbar {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    nav.navbar.new-layout-navbar > .container {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }
    
    /* Fix the inner landing-navbar - this is the actual header bar */
    .navbar.landing-navbar {
        background: #fff !important;
        padding: 12px 16px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
        position: relative !important;
        flex-wrap: wrap !important;
    }
    
    /* The logo and hamburger row */
    .navbar.landing-navbar .navbar-brand {
        display: flex !important;
        align-items: center !important;
    }
    
    /* Hamburger button styling */
    .navbar.landing-navbar .navbar-toggler {
        padding: 6px !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    
    .navbar.landing-navbar .navbar-toggler svg {
        width: 24px !important;
        height: 24px !important;
        stroke: #1d1d1f !important;
    }
    
    /* CRITICAL: Hide the collapsed menu by default on mobile */
    .navbar.landing-navbar .collapse.landing-nav-menu,
    .navbar.landing-navbar .navbar-collapse.landing-nav-menu,
    .navbar.landing-navbar .landing-nav-menu:not(.show) {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    
    /* Show menu when Bootstrap collapse is triggered */
    .navbar.landing-navbar .landing-nav-menu.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
        background: #fff !important;
        border: none !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
        border-radius: 0 !important;
        padding: 16px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
    }
    
    /* Close button inside menu */
    .landing-nav-menu > .navbar-toggler {
        position: absolute !important;
        top: 8px !important;
        right: 16px !important;
        z-index: 10 !important;
    }
    
    /* Menu items container */
    .navbar.landing-navbar .navBox {
        background: transparent !important;
        padding: 0 16px !important;
        margin: 0 !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    
    /* Individual menu items */
    .navbar.landing-navbar .navBox > .nav-item {
        border-bottom: 1px solid #f0f0f0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    
    .navbar.landing-navbar .navBox > .nav-item:last-child {
        border-bottom: none !important;
    }
    
    /* Menu links */
    .navbar.landing-navbar .navBox .nav-link {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #1d1d1f !important;
        padding: 14px 0 !important;
        background: transparent !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    /* Dropdown arrow */
    .navbar.landing-navbar .navBox .nav-link.dropdown-toggle::after {
        content: '' !important;
        border: solid #86868b !important;
        border-width: 0 2px 2px 0 !important;
        padding: 3px !important;
        transform: rotate(45deg) !important;
        margin-left: 8px !important;
        transition: transform 0.2s ease !important;
    }
    
    .navbar.landing-navbar .navBox .nav-item.show .nav-link.dropdown-toggle::after {
        transform: rotate(-135deg) !important;
    }
    
    /* Dropdown menus - hidden by default */
    .navbar.landing-navbar .dropdown-menu {
        position: static !important;
        display: none !important;
        background: #f9f9f9 !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        margin: 0 0 12px 0 !important;
        padding: 12px !important;
        width: 100% !important;
    }
    
    .navbar.landing-navbar .nav-item.mega-dropdown.show .dropdown-menu,
    .navbar.landing-navbar .nav-item.mega-dropdown .dropdown-menu.show {
        display: block !important;
    }
    
    /* Section headers in dropdowns */
    .navbar.landing-navbar .dropdown-menu .h6 {
        font-size: 11px !important;
        font-weight: 600 !important;
        color: #666 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 8px !important;
        padding: 8px 0 4px 0 !important;
    }
    
    /* Avatar icons - make them smaller on mobile */
    .navbar.landing-navbar .dropdown-menu .avatar {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
    }
    
    .navbar.landing-navbar .dropdown-menu .avatar-initial {
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
    }
    
    .navbar.landing-navbar .dropdown-menu .avatar-initial svg {
        width: 14px !important;
        height: 14px !important;
    }
    
    /* Dropdown links */
    .navbar.landing-navbar .dropdown-menu .mega-dropdown-link {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #1d1d1f !important;
        padding: 8px 0 !important;
        display: block !important;
    }
    
    .navbar.landing-navbar .dropdown-menu .mega-dropdown-link:hover {
        color: #0071e3 !important;
    }
    
    /* Stack dropdown columns */
    .navbar.landing-navbar .dropdown-menu .row {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .navbar.landing-navbar .dropdown-menu .col-12.col-lg {
        padding: 0 !important;
    }
    
    /* Hide right-side toolbar items on mobile */
    .navbar.landing-navbar .navbar-nav.flex-row.ms-auto {
        display: none !important;
    }
    
    /* Show login in menu instead */
    .navbar.landing-navbar .liGetStarted {
        display: block !important;
    }
}

/* ============================================
   MOBILE HEADER - Clean Layout
   Hamburger (left) | Logo (center) | Login (right)
   ============================================ */

@media (max-width: 991px) {
    /* Mobile header row */
    .mobile-header-row {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 !important;
    }
    
    /* Hamburger button - left */
    .mobile-header-row .navbar-toggler {
        flex-shrink: 0 !important;
        padding: 8px !important;
        border: none !important;
        background: transparent !important;
        order: 1 !important;
    }
    
    .mobile-header-row .navbar-toggler svg {
        width: 22px !important;
        height: 22px !important;
        stroke: #1d1d1f !important;
    }
    
    /* Logo - center */
    .mobile-header-row .mobile-logo {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        order: 2 !important;
    }
    
    .mobile-header-row .mobile-logo .app-brand-logo svg {
        height: 20px !important;
        width: auto !important;
    }
    
    .mobile-header-row .mobile-logo .app-brand-text {
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #1d1d1f !important;
    }
    
    /* Login button - right */
    .mobile-login-btn {
        flex-shrink: 0 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #0071e3 !important;
        text-decoration: none !important;
        padding: 8px 14px !important;
        border: 1px solid #0071e3 !important;
        border-radius: 20px !important;
        background: transparent !important;
        transition: all 0.2s ease !important;
        order: 3 !important;
    }
    
    .mobile-login-btn:hover {
        background: #0071e3 !important;
        color: #fff !important;
    }
    
    /* Hide desktop navbar brand on mobile */
    .navbar.landing-navbar .navbar-brand.d-none.d-lg-flex,
    .navbar.landing-navbar > .navbar-brand,
    .navbar.landing-navbar .navbar-brand.app-brand:not(.mobile-header-row *) {
        display: none !important;
    }
    
    /* Landing navbar container on mobile */
    .navbar.navbar-expand-lg.landing-navbar {
        position: relative !important;
        flex-wrap: wrap !important;
    }
    
    /* Hide extra close button inside collapsed menu on mobile */
    .landing-nav-menu > .navbar-toggler {
        display: none !important;
    }
    
    /* CRITICAL: Hide collapsed menu by default on mobile */
    .navbar.landing-navbar .collapse.navbar-collapse,
    .navbar.landing-navbar .landing-nav-menu {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1050 !important;
        background: #fff !important;
        border-radius: 0 0 16px 16px !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
    }
    
    /* Show menu when expanded */
    .navbar.landing-navbar .collapse.navbar-collapse.show,
    .navbar.landing-navbar .landing-nav-menu.show {
        display: block !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
    }
    
    /* Hide all dropdown menus by default */
    .navbar.landing-navbar .dropdown-menu {
        display: none !important;
    }
    
    /* Show dropdown only when parent has .show class */
    .navbar.landing-navbar .nav-item.show > .dropdown-menu,
    .navbar.landing-navbar .nav-item.mega-dropdown.show > .dropdown-menu {
        display: block !important;
        position: static !important;
        background: #f5f5f7 !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        margin: 8px 0 !important;
        padding: 12px !important;
    }
}

/* ============================================
   BREADCRUMBS FIX - Mobile
   ============================================ */

@media (max-width: 991px) {
    /* Fix breadcrumbs being too high on mobile */
    .breadcrumb-wrapper,
    .page-header-breadcrumb,
    nav[aria-label="breadcrumb"],
    .breadcrumb {
        margin-top: 8px !important;
        padding-top: 0 !important;
    }
    
    /* Reduce breadcrumb size on mobile */
    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 12px !important;
    }
    
    /* Adjust page title spacing */
    .use-case-hero,
    .industry-hero,
    .page-hero {
        padding-top: 20px !important;
    }
    
    /* Fix header overlap with content */
    .scrollspy-example {
        padding-top: 0 !important;
    }
}

/* ============================================
   HIDE EXTRA HAMBURGER ON INNER PAGES
   ============================================ */

@media (max-width: 991px) {
    /* Hide the second hamburger that appears inside menu */
    .landing-nav-menu .navbar-toggler,
    .navbar-collapse .navbar-toggler {
        display: none !important;
    }
    
    /* But keep the main hamburger visible */
    .mobile-header-row .navbar-toggler {
        display: flex !important;
    }
}