:root { 
  /* Common Style Variables */

  /* Color */
  --color-darkorchid-100: #c832d3;
  --color-darkorchid-200: rgba(200, 50, 211, 0.1);
  --color-darkorchid-300: rgba(200, 50, 211, 0.3);
  --color-darkorchid-400: rgba(200, 50, 211, 0.2);
  --color-darkslateblue: #2943a8;
  --color-fuchsia-100: #ff45f7;
  --color-fuchsia-200: #fa2bdd;
  --color-gainsboro-100: #e6e6e6;
  --color-gainsboro-200: rgba(230, 230, 230, 0.5);
  --color-gainsboro-300: rgba(230, 230, 230, 0.21);
  --color-gray-100: #1b223c;
  --color-gray-200: #111827;
  --color-gray-300: rgba(255, 255, 255, 0.5);
  --color-gray-400: rgba(255, 255, 255, 0.52);
  --color-gray-500: rgba(255, 255, 255, 0.21);
  --color-lavenderblush: #feedff;
  --color-lightslategray-100: #8f95b2;
  --color-lightslategray-200: rgba(143, 149, 178, 0.2);
  --color-lightslategray-300: rgba(143, 149, 178, 0.3);
  --color-royalblue: #5470d9;
  --color-slateblue-100: #2f4ab3;
  --color-slateblue-200: rgba(47, 74, 179, 0.2);
  --color-violet: #f785ff;
  --color-white: #fff;

  --primary-blue: #2f4ab3;
  --primary-purple: #c832d3;
  --text-dark: #111827;
  --text-gray: #8f95b2;
  --bg-light: #ffffff;

  /* Gap */
  --gap-5: 5px;
  --gap-6: 6px;
  --gap-7: 7px;
  --gap-8: 8px;
  --gap-10: 10px;
  --gap-11: 11px;
  --gap-12: 12px;
  --gap-15: 15px;
  --gap-16: 16px;
  --gap-20: 20px;
  --gap-24: 24px;
  --gap-25: 25px;
  --gap-30: 30px;
  --gap-32: 32px;
  --gap-40: 40px;

  /* Padding */
  --padding-0: 0px;
  --padding-1: 1px;
  --padding-3: 3px;
  --padding-5: 5px;
  --padding-6: 6px;
  --padding-8: 8px;
  --padding-9: 9px;
  --padding-10: 10px;
  --padding-14: 14px;
  --padding-16: 16px;
  --padding-18: 18px;
  --padding-19: 19px;
  --padding-20: 20px;
  --padding-26: 26px;
  --padding-27: 27px;

  /* BorderRadius */
  --br-10: 10px;
  --br-12: 12px;
  --br-20: 20px;
  --br-30: 30px;
  --br-50: 50%;
  --br-501: 50px;

  /* Font */
  --font-solaimanlipi: "Tiro Bangla";

  /* FontSize */
  --fs-13: 14px;
  --fs-14: 15px;
  --fs-15: 16px;
  --fs-16: 17px;
  --fs-18: 19px;
  --fs-20: 21px;
  --fs-24: 25px;
  --fs-28: 29px;
  --fs-30: 31px;

  /* Borders */
  --border-1: 1px solid var(--color-slateblue-200);
  --border-2: 1px solid var(--color-lightslategray-300);
  --border-3: 1px solid var(--color-darkorchid-300);
  --border-4: 1px solid transparent;
  --border-5: 1px solid var(--color-slateblue-100);
  --border-6: 1px solid var(--color-royalblue);
  --border-11: 1px solid var(--color-gray-200);

  /* Shadows */
  --shadow-drop: 0px 8.4px 22.1px rgba(0, 0, 0, 0.16);
  --shadow-drop-1: 0px 10.7px 14.2px -3.56px rgba(12, 26, 36, 0.04);
  --shadow-drop-2: 0px 8px 21px rgba(0, 0, 0, 0.16);

  /* Gradients */
  --Gradient: linear-gradient(
    93.21deg,
    var(--color-fuchsia-200),
    var(--color-slateblue-100)
  );
  --gradient-1: linear-gradient(180deg, #fef5ff, #fbc5ff);
  --gradient-2:
    var(--color-white) padding-box,
    linear-gradient(
        93.21deg,
        var(--color-fuchsia-200),
        var(--color-slateblue-100)
      )
      border-box;
  --gradient-3:
    linear-gradient(
      93.21deg,
      var(--color-fuchsia-200),
      var(--color-slateblue-100)
    ),
    linear-gradient(#1e293b, #1e293b);
  --gradient-4: linear-gradient(180deg, #fef1ff  40%, #d6dfff);
  --gradient-5:
    linear-gradient(180deg, #fef1ff, #d6dfff) padding-box,
    linear-gradient(180deg, var(--color-darkorchid-300), rgba(0, 44, 255, 0.3))
      border-box;

  /* WidthHeights */
  --height-1: 1px;
  --height-5: 5px;
  --height-18: 18px;
  --height-20: 20px;
  --height-22: 22px;
  --height-23: 23px;
  --height-24: 24px;
  --height-44: 44px;
  --height-52: 52px;
  --height-63: 63px;
  --height-95: 95px;
  --height-278: 278px;
  --height-350: 350px;
  --width-1: 1px;
  --width-10: 10px;
  --width-18: 18px;
  --width-20: 20px;
  --width-196: 196px;
  --width-240: 240px;
  --width-644: 644px;
  --width-950: 950px;
  --width-1100: 1100px;
  --width-1280: 1280px;

  /* LineHeights */
  --lh-22: 22px;
  --lh-23: 23px;
  --lh-24: 24px;
  --lh-27: 27px;
  --lh-32: 32px;
  --lh-36: 36px;
  --lh-45: 45px;
  --lh-23_6: 23.6px;

  /* LetterSpacings */
  --ls--0_01: -0.01;
  --ls--0_02: -0.02;
  --ls--0_58: -0.58px;

  /* Opacities */
  --opacity-0_3: 0.3;
  --opacity-0_5: 0.5;
  --opacity-0_6: 0.6;

  --left-0: 0px;
  --top-0: 0px;
}
button:focus,
button:active,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ====== END NEW STYLE CSS ====== */
.btn-primary {
    background: linear-gradient(90deg, #fa2be0 0%, #2f4ab3 100%);
    color: white;
    border-radius: 50px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.2s ease;  
    font-family: var(--font-solaimanlipi) !important;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-outline {
	cursor: pointer;
    border: 1.5px solid var(--color-fuchsia-200);
    padding: 11px 50px 12px;
    background-color: var(--color-white);
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
	box-shadow: var(--shadow-drop-2);
    border-radius: var(--br-501);
}

.btn-outline:hover {
    transform: translateY(-2px);
}

.postion-relative {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: var(--padding-0) var(--padding-20);
    box-sizing: border-box;
    position: relative;
}
.position-absolute-icon {
	height: 78px;
    width: 99px;
    position: absolute;
    z-index: 2;
    flex-shrink: 0;
}
.position-absolute-center {
    position: absolute;
    z-index: 2;
    flex-shrink: 0;
}
.postion-absolute-top-right {
    position: absolute;
    flex-shrink: 0;
    z-index: 2;
    top: -60px;
    right: 0;
}
.postion-absolute-img-top-right {
    position: absolute;
    flex-shrink: 0;
    z-index: 2;
    top: -48px;
    right: -15px;
}
.postion-absolute-top-left {
    position: absolute;
    flex-shrink: 0;
    z-index: 2;
	top: -45px;
    left: -18px;
}
.position-absolute-top-left-icon {
	height: 78px;
    width: 99px;
    position: absolute;
    z-index: 1;
    flex-shrink: 0;
    left: -90px;
    top: -32px;
}

.position-absolute-top-right-icon {
	height: 78px;
    width: 99px;
    position: absolute;
    z-index: 1;
    flex-shrink: 0;
    right: -50px;
    top: -32px;
}

.img-fit {
	position: relative;
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
    z-index: 3;
}

/*========== HEADER HERO SECTION STYLE ============*/
.hero-bg-gradient {
    width: 100%;
    top: 100px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(254, 245, 255, 0), rgba(47, 74, 179, 0.12));
    z-index: 10;
    position: absolute;
    pointer-events: none;
}

.hero-section {
    padding-top: 90px;
    padding-bottom: 100px;
    min-height: 750px;
    overflow: hidden;
    position: relative;
}
.hero-top-icon {
    top: -60px; 
    left: 60px;
}
.hero-button-icon {
    top: 160px;
    right: 22px;
    width: 120px;
    z-index: 1;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.hero-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
}
.badge-text {
    color: var(--primary-purple);
    font-weight: 600;
    font-size: 14px;
}
.hero-title {
    margin: 0 0 20px 0;
}
.hero-title img {
    max-width: 100%;
    height: auto;
}
.hero-quote {
    color: var(--primary-blue);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hero-btn-wrapper {
    margin-top: 10px;
}
.hero-btn {
    font-size: 16px;
    padding: 15px 30px;
    z-index: 3;
}
.hero-image {
    position: relative;
}
.hero-image .main-img {
    width: auto;
    height: 868px;
    object-fit: cover;
    mask-image: radial-gradient(circle, black 50%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
    position: absolute;
    top: -100px;
    right: -130px;
    bottom: 0;
    z-index: 2;
}
.decor-img-1 {
    position: absolute;
    bottom: 50px;
    left: -50px;
}
.decor-img-2 {
    position: absolute;
    top: -20px;
    left: 0;
}
@media (min-width: 1280px) {
    .hero-btn-wrapper {
        width: 50% !important;
    }    
}
@media (max-width: 992px) {
    .hero-section {
        text-align: center;
        padding-top: 60px;
    }
    .hero-content {
        margin-bottom: 50px;
        display: inline-block !important;
    }
    .hero-quote {
        margin: 0 auto 30px auto;
    }
    .hero-image {
        justify-content: center;
    }
    .hero-btn-wrapper {        
        width: 100%;
    }
}


/*=========== SEARCH SECTION STYLE ================*/
.search-section {
	padding-top: 80px;
	padding-bottom: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.search-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.search-title h2 {
	font-size: 36px;
	margin: 0 0 15px 0;
    padding-top: 40px;
}
.search-container {
    background: white;
    border-radius: 20px;
    padding: 40px 40px 25px 40px;
    box-shadow: 0px 10px 14px -3px rgba(12, 26, 36, 0.04);
    border: 1px solid rgba(47, 74, 179, 0.2);
    position: relative;
    z-index: 1;
}
.search-box {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap; */
    padding-top: 20px;
}
.form-field label {
    font-size: 14px;
    color: var(--text-dark);
    opacity: 0.55;
}
/* .field-select-wrapper select {
    display: block !important;
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(143, 149, 178, 0.3) !important;
    appearance: none;
    background: white !important;
    font-family: inherit !important;
    font-size: 14px;
    color: var(--text-dark) !important;
    outline: none;
    visibility: visible !important;
} */
.field-select-wrapper .custom-select-trigger {
    color: var(--text-dark) !important;
    border: 1px solid rgba(143, 149, 178, 0.3) !important;
    border-radius: 50px !important;
    padding-top: 3px;
    padding-left: 17px;
}

.field-select-wrapper .custom-select-trigger:after {
    border-bottom: 1px solid var(--text-dark) !important;
    border-right: 1px solid var(--text-dark) !important;
}
.search-box .btn-search {
    width: 100%;
}

.search-field {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.search-field label {
    font-size: 14px;
    color: var(--text-dark);
    opacity: 0.55;
}
.select-wrapper {
    position: relative;
}
.select-wrapper select {
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(143, 149, 178, 0.3);
    appearance: none;
    background: white;
    font-family: inherit;
    font-size: 14px;
    color: var(--text-dark);
    outline: none;
}
.select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.search-btn {
    padding: 14px 30px;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .floating-profiles {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .center-logo {
        margin: 20px 0;
    }
    .floating-info {
        display: none; /* Hide complex floating bits on mobile */
    }
}


/* ========== BIO SUBMIT SECTION STYLE =============*/
.join-panel-parent {
    justify-content: center;
    padding: var(--padding-20) var(--padding-0);
    box-sizing: border-box;
    gap: 50px;
    max-width: 100%;
    text-align: left;
    font-size: var(--fs-16);
    color: var(--color-slateblue-100);
    font-family: var(--font-solaimanlipi);
}
.join-panel, .join-panel-parent {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-32);
}
.add-social-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-25);
}
.search-01-icon {
    height: var(--height-20);
    width: var(--width-20);
    position: relative;
}
.evaluer-vos-conomies2 {
    position: relative;
    font-size: var(--fs-16);
    letter-spacing: -0.01em;
    line-height: var(--lh-24);
    font-family: var(--font-solaimanlipi);
    color: var(--color-white);
    text-align: left;
}
.font-18px {
	font-size: 18px !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px !important;
}


/* ========= PROMO section =====*/
.app-promo-container {
	flex: 1;
    flex-direction: column;
    max-width: 100%;
	background: var(--gradient-4);
	flex-shrink: 0;
}

.app-promo-inner {
	display: flex;
    flex-direction: column;
    max-width: 100%;
}

.app-promo-row {
	padding: 70px 0;
	box-sizing: border-box;
	gap: 16.1px;
}

.app-promo-content {
	margin-top: 50px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 32px;
	margin: 0 0 0 0;
}

.section-title p {
	color: var(--primary-blue);
	margin: 0;
}

.promo-box {
	background-color: var(--color-white);
    border: var(--border-3);
    display: flex;
    align-items: center;
    padding: var(--padding-16) var(--padding-27) var(--padding-14);
    text-align: center;
    color: var(--color-darkslateblue);
	border-radius: 46px;
    box-sizing: border-box;
	gap: 20px;
	margin-top: 20px;
	cursor: pointer;
    transition: all 0.2s ease;
}
.promo-box:hover {
	box-shadow: var(--shadow-drop-2);
    transform: translateY(-2px);
}
.promo-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo-text {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-12);
}
.promo-title {
	position: relative;
    letter-spacing: var(--ls--0_58);
	color: #2943a8;
	font-size: var(--fs-16);
}
.promo-highlight {
	display: flex;
	align-self: stretch;
	align-items: center;
    gap: var(--gap-8);
	flex-wrap: wrap;
}
.promo-highlight span:first-child {
	background: rgba(200, 50, 211, 0.1);
	color: var(--primary-purple);
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 17px;
}
.promo-free {
    font-size: var(--fs-16);
    letter-spacing: var(--ls--0_58);
    color: var(--color-darkslateblue);
}
.promo-timer {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #2943a8;
	font-size: var(--fs-14);
	opacity: 0.8;
}

/* =========== PREMINUM SECTION STYLE ============*/
.premium-section {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.badge-outline {
    color: var(--primary-purple);
    padding-top: 2px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
	line-height: normal;
}
.premium-title h2 {
	font-size: 32px;
	margin: 0 0 10px 0;
}
.premium-title p {
	font-size: var(--fs-15);
	margin: 0 0 30px 0;
}

.premium-cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.p-card {
	background: var(--gradient-4);
    border: var(--border-3);
    border-radius: 30px;
    padding: 30px 20px;
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
	cursor: pointer;
    transition: all 0.2s ease;
}
.p-card:hover {
	box-shadow: var(--shadow-drop-2);
    transform: translateY(-2px);
}
.p-card-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}
.p-card p {
    color: var(--primary-blue);
    font-size: var(--fs-16);
    margin: 0;
    flex-grow: 1;
}
.p-card .price {
    color: var(--primary-blue);
	font-size: var(--fs-15);
}
.premium-promo {
    margin-bottom: 40px;
}
.contact-action {
    text-align: center;
    width: 320px;
}

/* ============= STATE SECTION STYLE ===============*/
.stats-section {
    padding-top: 70px;
    padding-bottom: 70px;
	background: var(--gradient-4);
}
.stats-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
	padding-top: 18px;
}
.stats-title {
    font-size: 40px !important;
    line-height: normal !important;
    margin: 0;
}
.stat-card {
    display: flex;
    align-items: center;
    gap: 40px;
}
.stat-icon {
    position: relative;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat-info p {
    color: var(--primary-blue);
    font-size: 17px;
    margin: 0 0 5px 0;
}
.stat-info h3 {
    font-size: 40px;
    margin: 0;
}

/*=============== PACKAGE SECTION STYLE ===============*/
.packages-section {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.packages-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.packages-title h2 {
	font-size: 36px;
	margin: 0 0 8px 0;
}
.packages-title p {
	font-size: 17px;
	margin: 0 0 20px 0;
	color: var(--primary-blue);
}
.packages-action {
	margin: 30px 0 40px 0 !important;
}
.packages-action .btn-primary {
	width: auto;
    padding: 0 60px;
}
	
.money-back-banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}
.banner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.banner-content h3 {
    font-size: 28px;
    margin: 0;
	line-height: normal;
}
.banner-content p {
    color: var(--primary-blue);
    font-size: 16px;
    line-height: normal;
    margin: 0 0 10px 0;
}
@media (max-width: 768px) {
    .money-back-banner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .banner-content {
        align-items: center;
        margin-top: 60px;
    }
}

/*=========== FAQ SECTION STYLE ===============*/
.faq-section {
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
	background: var(--gradient-4);
}
.faq-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.faq-title h2 {
	font-size: 36px;
	margin: 0 0 8px 0;
}
.faq-title p {
	font-size: 17px;
	margin: 0 0 30px 0;
	color: var(--primary-blue);
}
.faq-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}
.tab-btn {
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid var(--primary-blue);
    background: white;
    color: var(--primary-blue);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.tab-btn.active {
    background: linear-gradient(90deg, #fa2be0 0%, #2f4ab3 100%);
    color: white;
    border: none;
}
.faq-accordion {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 30px;
    border: 1px solid rgba(143, 149, 178, 0.2);
    padding: 20px 0;
}
.faq-item {
    border-bottom: 1px solid rgba(143, 149, 178, 0.5);
    padding: 20px 40px;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary-blue);
    font-weight: 500;
    list-style: none;
}
.faq-question::-webkit-details-marker {
    display: none;
}
.toggle-icon {
    transition: transform 0.3s;
}
details[open] .toggle-icon {
    transform: rotate(180deg);
}
.faq-answer {
    padding-top: 15px;
    color: #1b223c;
    font-size: 14px;
    line-height: 1.6;
}
.faq-answer p {
    margin-top: 0;
}

/*================== FOOTER SECTION STYLE ================*/
.site-footer {
	width: 100%;
    background: var(--Gradient);
    border-bottom: 0.9px solid var(--color-lightslategray-200);
    box-sizing: border-box;
    overflow: hidden;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    color: white;
    padding-top: 100px;
    padding-bottom: 70px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}
.footer-nav-wrapper {
    display: flex;
    gap: 120px;
}
/* .footer-col {
    flex: 1;
    min-width: 200px;
} */
.brand-col {
    max-width: 300px;
}
.footer-logo {
    height: 40px;
    margin-bottom: 20px;
}
.brand-col p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}
.social-links {
    display: flex;
    gap: 15px;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.footer-col h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
	color: white;
}
.links-col ul {
    display: flex;
    flex-direction: column;
    gap: 12px;

}
.links-col a {
    font-size: 16px;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.links-col a:hover {
    opacity: 1;
    text-decoration: underline;
}
.contact-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    opacity: 0.9;
}
.contact-item img {
    margin-top: 2px;
}
.footer-bottom {
	cursor: pointer;
    border: 1px solid var(--color-gray-300);
    padding: var(--padding-18) 40px 17px;
    background-color: var(--color-gray-500);
    height: var(--height-63);
    backdrop-filter: blur(13.6px);
    border-radius: var(--br-501);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 30px;
}

.footer-bottom, .contact-item {
    font-family: "sans-serif", Arial, Helvetica;
}



/* ===== Modify existing styles and add new styles below: =========*/
.hover-text:hover {
    color: var(--color-slateblue-100); /* fallback */
    background: linear-gradient(to right, var(--color-primary-pink), var(--color-primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-link {
    display: block;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to right, #FA2BDD, #2F4AB3) border-box;
    border: 2px solid transparent;
    border-radius: 999px;
    padding: 10px;
    text-align: center;
}

.btn-primary-link:hover{
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to right, #2F4AB3, #FA2BDD) border-box;
}

.gradient-text {
    color: #FA2BDD; /* fallback */
    background: linear-gradient(to right, #FA2BDD, #2F4AB3);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 600;
	line-height: normal;
}

.__gradient-text {
    background: linear-gradient(to right, #FA2BDD, #2F4AB3 30%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: normal;
}

.btn-primary-link:hover .gradient-text {
    background: linear-gradient(to right, #2F4AB3, #FA2BDD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.1s ease;
}

.main_header_scvBG {
    background: linear-gradient(180deg, rgba(254, 245, 255, 0.5), rgba(251, 197, 255, 1));
    z-index: 2;
}
.decorations2 {
    background: linear-gradient(180deg, rgba(254, 245, 255, 0), #fbc5ff);
    z-index: 3;
}

.navbar-desk ul li{
    transition: all 0.2s ease !important;
}
.navbar-desk ul li:hover {
    transform: translateY(-1px) !important;
    /* background: var(--gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.nav-brand-logo img {
    height: 60px !important;
    width: 245px !important;
    position: relative;
    object-fit: cover;
}

.sidebar-icon .side_cnf {
    filter: brightness(32) !important;
}

.menu-item-right .menu-item-1 {
    cursor: pointer;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to right, #FA2BDD, #2F4AB3) border-box;
    border: 1.8px solid transparent;
    padding: 8px 16px 4px;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-right .menu-item-1:hover {
    cursor: pointer;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to right, #2F4AB3, #FA2BDD) border-box;
    box-shadow: 0px 0px 5px rgba(47, 74, 179, 0.5);
}

.menu-item-1 a {
    background: var(--gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: var(--fs-16);
}

/** Hero section **/
.header_mains-divclc {
    position: relative !important;
    z-index: 1;
}

.header_mains-divclc .vector-icon {
    height: 213px;
    width: 269px;
    position: absolute;
    margin: 0 !important;
    top: 257px;
    right: 90px;
    z-index: -100;
    flex-shrink: 0;
}

.header_mains-divclc .vector-icon2 {
    height: 133px;
    width: 168px;
    position: absolute;
    margin: 0 !important;
    top: 168px;
    left: 90px;
    z-index: -100;
    flex-shrink: 0;
}

.badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    /* padding: var(--padding-0) var(--padding-0) 8.8px; */
}
.frame-child {
    width: 152.1px;
    height: var(--height-30);
    position: relative;
    object-fit: contain;
    z-index: 2;
}
.frame-child, .wrapper {
    flex-shrink: 0;
}
.wrapper {
    border-radius: 70px;
    background-color: var(--color-white);
    border: 1.4px solid var(--color-darkorchid-100);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px;
    padding: 10px 20px;
}

.frame-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    /* padding: var(--padding-0) var(--padding-0) 8.8px; */
    margin-left: -5px;
}
.h3 {
    margin: 0;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    font-family: inherit;
    color: var(--color-darkorchid-100);
}
.frame-div, .h3, .wrapper {
    position: relative;
}
.frame-item {
    width: 150.7px;
    height: var(--height-30);
    position: relative;
    flex-shrink: 0;
    z-index: 2;
}


/* ======== Teleport bg for section background =======*/
.bg-section {
	position: relative;
	z-index: 1;
}
.bg-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/assets/figma/svg/path21.svg") repeat !important;
	opacity: 0.02; /* only affects background */
	z-index: -1;
}

.menu-desk-link li a {
    color: var(--color-slateblue-100) !important;
    font-size: 17px !important;
    font-family: var(--font-solaimanlipi) !important;
}

.search-container-icon {
    width: 123px; 
    top: -70px;
}

.bio-submit-right-icon {
    display: none;
}

.btn-bio-submit > .gradient-text{
    font-weight: 500 !important;
}

.premium-card-title {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.search-form-icon {
    z-index: 5;
}

.bio-img .desktop {
    display: block;
}

.bio-img .mobile {
    display: none;
}
.app-promo-content .section-title {
    text-align: left;
}

#sidebar ul.components {
    padding: 15px 0px 30px 0px;
}

.logo-desktop a {
    display: block;
}

.img-blur {
    opacity: 0.7;
}

/*Search from style*/
.search-form-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
}

.search-form-item {
    min-width: 0;
}

.search-form-item label {
    display: block;
    margin-bottom: 8px;
}

/* Large Tablet */
@media (max-width: 1199px) {
    .search-form-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .search-form-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .search-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .search-btn-wrapper {
        width: 100%;
    }
}

/** Media query **/
@media (min-width: 1020px) { 
    .search-btn-wrapper {
        margin-top: 25px;
    }
}

@media (max-width: 1024px) { 
    .hero-section {
        min-height: 550px;
    }
    .hero-image .main-img {
        height: 600px;
        top: -70px;
        right: -80px;
    }
    .md\:hidden {
        display: none !important;
    }
}
@media (min-width: 991px) and (max-width: 1024px) { 
    .footer-nav-wrapper {
        gap: 60px;
    }

    .banner-content {
        padding-top: 40px;
    }
}

/* Tablet */
@media (min-width: 770px) and (max-width: 991px) { 
    .header_mains-divclc .vector-icon {
        top: 200px;
        right: 80px;
    }
    .hero-section {
        min-height: 820px;
    }
    .hero-image .main-img {
        height: 550px;
        top: -100px;
        right: 70px;
    }

    .search-section .bio-profile-wrapper {
        display: flex;
    }

    .search-form-icon {
        top: -155px !important;
        width: 70px;
    }
    .brand-col {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-content {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 28px;
    }

    .logo-desktop-img {
        width: 160px !important;
    }
    
    .header_mains-divclc .vector-icon {
        top: 100px;
        right: 90px;
    }

    .search-section .bio-profile-wrapper {
        display: flex;
    }

    .search-form-icon {
        top: -158px !important;
    }

    .sm\:pl-10 {
        padding-left: 10px !important;
    }

    .md\:hidden {
        display: none !important;
    }
    .hero-content {
        margin-bottom: 50px;
        display: inline-block !important;
    }
    .hero-section {
        min-height: 775px;
    }
    .hero-image .main-img {
        height: 500px;
        top: -100px;
        right: 100px;
    }
    .footer-inner {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .brand-col {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-nav-wrapper {
        align-items: center;
    }
    .footer-col, .contact-col {
        text-align: center;
    }
    
    .contact-item {
        justify-content: center;
    }

    .bio-submit-left-icon {
        width: 65px;
        height: auto;
        position: absolute;
        left: 10px;
        top: -40px;
    }

    .bio-submit-right-icon {
        display: block;
        width: 65px;
        position: absolute;
        z-index: 1;
        flex-shrink: 0;        
        right: 50px;
        top: -42px;
        transform: scaleX(-1);
    }

    .btn-bio-submit {
        width: 100%;
    }

    .app-promo-content {
        align-items: center;
    }

    .join-panel, .join-panel-parent {
        align-items: normal !important;
    }

    .section-title h2 {
        padding-top: 5px;
    }

    .p-card {
        width: 100%;
    }
    .promo-box {
        max-width: 100%;
        margin-top: 0px;        
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .promo-text {
        align-items: center;
        text-align: center;    
    }
    .promo-highlight {
        justify-content: center;
    }
    .promo-text {
        align-items: center;
        text-align: center;
    }
    .bio-submit-btn-icon {
        width: 144px;
        top: -40px;
    }

    .app-promo-content {
        margin-top: 20px;
    }
    .premium-section {
        align-items: normal !important;
    }
    .premium-title h2 {
        font-size: 30px;
    }

    .premium-card-title {
        display: block !important;
    }
    .p-card h3 {
        font-size: 22px;
    }
    .contact-action {
        width: 100%;
    }

    .bio-img {
        display: flex;
        justify-content: center;
    }

    .bio-img .desktop {
        display: none;
    }

    .bio-img .mobile {
        display: block;
    }

    .section-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .premium-cards {
        margin-bottom: 25px;
    }
    .stats-inner {
        gap: 30px;
    }
    .stats-title {
        text-align: center;
    }
    .stat-card {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .stat-info {
        text-align: center;
    }
    .stat-info p {
        font-size: 19px;
    }
    .packages-action {
        width: 100%;
        margin: 10px 0 40px 0 !important;
    }
    .packages-action .btn-primary {
        width: 100%;
    }
    .app-promo-content {
        gap: 25px;
    }
    .join-panel-parent {
        gap: 25px;    
    }
    .join-panel {
        gap: 20px;
    }

    .add-social-media {
        gap: 20px;
    }
    .promo-highlight span:first-child {
        font-size: 15px;
        padding: 5px 22px;
    }
}

@media (max-width: 480px) {
	.position-absolute-icon {
		display: none;
	}
    .badge-outline {
        font-size: 11px;
    }

    .wrapper {
        padding: 5px 15px;
    }

    .hero-quote {
        font-size: 14px;
    }

    .hero-top-icon, .hero-button-icon {
        display: block !important;
        width: 70px;
    }
    .hero-top-icon {
        top: -50px;
        left: 0px;
    }
    .hero-button-icon {
        top: 130px;
    }

    .hero-btn {
        z-index: 3;
    }

    .bio-submit-left-icon {
        width: 65px;
        height: auto;
        position: absolute;
        left: 10px;
        top: -40px;
    }

    .bio-submit-right-icon {
        display: block;
        width: 65px;
        position: absolute;
        z-index: 1;
        flex-shrink: 0;        
        right: 18px;
        top: -42px;
        transform: scaleX(-1);
    }

    .h3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
    }

    .sm\:hidden {
        display: none !important;
    }

    .sm\:pl-10 {
        padding-left: 10px !important;
    }

    .sm\:pl-15 {
        padding-left: 15px !important;
    }

	.site-footer {
        background: linear-gradient(180deg, #fa2be0 0%, #2f4ab3 100%);
        padding-top: 70px;
	}

    .search-section {
        padding-top: 40px;
    }

    .search-section .bio-profile-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .search-title h2 {
        font-size: 30px;
        padding-top: 16px;
    }

    .search-container {
        padding: 20px;
    }

    .search-container-icon {
        top: -50px;
    }

    .frame-child {
        width: 100px;
    }

    .frame-item {
        width: 100px;
    }
    .hero-section {
        min-height: 690px;
    }
    .hero-image .main-img {
        height: 480px;
        right: -48px;
        top: -100px;
    }

    .app-promo-content {
        align-items: center;
    }

    .join-panel, .join-panel-parent {
        align-items: normal !important;
    }

    .add-social-media {
        align-items: normal !important;
    }

    .section-title h2 {
        padding-top: 5px;
    }

    .p-card {
        width: 100%;
    }
    .promo-box {
        max-width: 100%;
        margin-top: 0px;
        text-align: center;
    }
    .bio-submit-btn-icon {
        width: 144px;
        top: -40px;
    }

    .app-promo-content {
        margin-top: 20px;
    }
    .premium-title h2 {
        font-size: 30px;
    }

    .premium-card-title {
        display: block !important;
    }
    .p-card h3 {
        font-size: 22px;
    }

    .premium-section .badge-outline {
        font-weight: 600;
    }

    .premium-section .frame-child {
        width: 110px !important;
    }

    .premium-section .frame-item {
        width: 110px !important;
    }
    .premium-cards {
        margin-bottom: 25px;
    }
    .contact-action {
        width: 100% !important;
    }
    .premium-top-icon {
        width: 143px;
        top: -32px;
        left: 16px;
    }
    .stats-inner {
        padding-top: 8px;
    }
    .stats-title {
        padding-top: 3px;
        font-size: 30px !important;
    }
    .stat-card {
        gap: 24px;
    }
    .stats-btn-icon {
        right: 0px;
    }

    .packages-title h2 {
        font-size: 30px;
    }

    .packages-action {
        display: flex;
        width: 100% !important;
        margin: 16px 0 40px 0 !important;
    }
    .packages-action .btn-primary {
        width: 100%;
    }
    .packages-title .badge-outline {
        font-weight: 600;
    }
    .banner-content h3 {
        font-size: 32px;
    }
    .money-back-banner {
        margin-bottom: 0px;
    }

    .faq-title .badge-outline{
        font-weight: 600;
    }
    .faq-title h2 {
        font-size: 30px;
    }
    .faq-question {
        font-size: 15px;
    }
    .faq-btn-icon {
        width: 143px;
    }
    .banner-content p {
        font-size: 15px;
        line-height: 1.6;
    }
    .footer-nav-wrapper {
        gap: 60px;
    }

    .faq-position-left-icon {
        display: block !important;
        left: 9px !important;
        top: 15px !important;
        width: 65px;
    }

    .faq-position-right-icon {
        display: block !important;
        right: 18px !important;
        top: 15px !important;
        width: 65px;
        transform: scaleX(-1);
    }

    .promo-timer span {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .hero-section {
        min-height: 650px;
    }
    .hero-image .main-img {
        height: 440px;
        right: -50px;
        top: -100px;
    }
    .wrapper {
        padding: 5px 8px;
    }
    .badge-outline {
        font-size: 13px;
    }

    .btn-bio-submit {
        padding: 11px 36px 12px;
    }
    .premium-title h2 {
        font-size: 30px;
    }
    .p-card h3 {
        font-size: 20px;
    }
    .faq-title h2 {
        font-size: 26px;
    }
    .faq-title p {
        font-size: 13px;
    }
    .footer-bottom {
        padding: var(--padding-18) 20px 17px;
    }
    .stats-title {
        font-size: 32px !important;
    }
}