/* @import url("../../fonts/latestFiles/montserrat/montserrat.css");
@import url("../../fonts/latestFiles/BarlowCondensed/BarlowCondensed.css");
@import url("../../fonts/latestFiles/ProximaNova/ProximaNova.css");
@import url("../../fonts/latestFiles/roboto/roboto.css"); */
@import url("../../fonts/latestFiles/LibreBaskerville/LibreBaskerville.css");
@import url("../../fonts/latestFiles/OpenSans/OpenSans.css");
@import url("../../fonts/latestFiles/milkshake/milkshake.css");
@import url("../../fonts/latestFiles/bebas/bebas.css");

/* Font Family */
/* .ProximaNova-font {
    font-family: "Proxima Nova", sans-serif;
}


.BarlowCondensed-font {
    font-family: "Barlow Condensed", sans-serif;
}

.Montserrat-font {
    font-family: "Montserrat", sans-serif;
}

.Roboto-font {
    font-family: "Roboto", sans-serif;
}
 */
.LibreBaskerville-font {
    font-family: "Libre Baskerville", sans-serif;
}

/* .folder-pic{
    background-image: url(../../images/download-material/folderView-pic.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    max-height: auto;
	min-height: 160px;
} */

.OpenSans-font {
    font-size: "Open Sans", sans-serif;
}

.Milkshake-font {
    font-family: "Milkshake", sans-serif;
}

.bebas-font {
    font-family: "Bebas", sans-serif;
}

/* Universal Styling */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* Variables */
:root {
    --white: #fff;
    --graphite-black: #282b28;
    --light-graphite: #474747;
    --black: #000;
    --footer-black: #242f3d;
    --black10: rgba(0, 0, 0, 10%);
    --text-color: #686868;
    --blue: #1c489f;
    --blue-h: rgba(28, 72, 159, 0.9);
    --light-blue: #0057ff;
    --light-blue-h: rgba(0, 87, 255, 0.8);

    --darkblue: #002050;
    --dashboard-blue: #002d71;
    --jelly-bean: #27778e;
    /* --skyblue: #009cff; */
    --skyblue: #00a4d2;
    --skyblue: #26a0da;
    --skyblue-h: #009cff;
    --light-sky-blue: #eef9ff;
    --warning-type: #f4ac1d;
    --orange: #ff9000;
    --orange-h: rgba(255, 145, 0, 0.9);
    --orange-5: rgba(244, 172, 28, 0.5);
    --orange-15: rgba(255, 144, 0, 0.15);
    --orange-35: rgba(255, 144, 0, 0.35);
    --orange-dark: #e47005;
    --green: #00645a;
    --green-h: #00574f;
    --guava: #38c871;
    --light-green: #9fcc3a;
    --dark-green: #00743f;
    --parret: #93f814;
    --parret2: #00ff00;
    --success: rgb(4, 177, 0);
    --success-15: rgba(4, 177, 0, 0.15);
    --light-yellow: #edd8a3;
    --yellow: #ffd701;
    --yellow2: #f5ac1b;
    --yellow3: #ffa100;
    --yellow-dark: #f4ac1c;
    --selective-yellow: #ffce55;
    --selective-yellow-dark: #ffb500;
    --selective-yellow-h: #ff9e00;
    --footer-heading: #ffa836;
    --radio-beige: #ffdbaa;
    --radio-parrot: #bbd278;
    --radio-blue: #bbc1f8;
    --radio-pink: #ffd3f8;
    --radio-orange: #ffb6b6;

    --gray: #e5e5e5;
    --gray-f1: #f1f1f1;
    --gray-f2: #f2f4f6;
    --gray-cc: #cccccc;
    --gray-ac: #acacac;
    --gray-ce: #cecece;
    --gray-7c: #7c7c7c;
    --gray-e4: #e4e6eb;
    --gray-9A: #9a968e;

    --fade-blue: #015991;
    --mint: 3e92421A;
    --for-green: #3e9242;

    --gray-e4-h: rgba(228, 230, 235, 0.8);
    --red: #ff0000;
    --red-h: rgba(255, 0, 0, 80%);
    --red-15: rgba(255, 0, 0, 15%);
    --brown: #cc3a30;
    --purple: #776cb8;
    --primary-color: #002050;
    --primary-color-h: rgba(0, 32, 80, 0.9);
    --primary-color-2: rgba(8, 167, 211, 0.2);
    --primary-color-5: #4c5b70;
    --light-navy: #0153cf;
    --silver: #9d9d9d;
    --echo-blue: #b9bbbf;
    --gold: #ffb800;
    --golden: #f3e088;
    --platinum: #726c6c;
    --titanium: #cc3a30;
    --diamond: #1559eb;
    --light-orange: #fbf3ea;
    --skin-white: #f3f6ff;
    --Crayola: #a3a9c2;
    --white-smoke: #f3f3f3;

    /* Screen Breakpoints */
    --breakpoint-xxl: 1399.98px;
    --breakpoint-xl: 1199.98px;
    --breakpoint-lg: 991.98px;
    --breakpoint-md: 767.98px;
    --breakpoint-sm: 575.98px;
    /* Sidebar Width */
    --sidebar: 250px;
    --sidebar-close: 70px;
    --Light-gray: #a3a3a3;
}
.shadow {
    box-shadow: 0px 0px 8px 0px #0000001d !important;
}
.bg-darkblue {
    background-color: var(--darkblue);
}

.bg-graphite-black {
    background-color: var(--graphite-black) !important;
}
.bg-graphite-light {
    background-color: var(--light-graphite);
}
.bg-warning-type {
    background-color: var(--warning-type);
}
.bg-guava {
    background-color: var(--guava);
}
.bg-orange {
    background-color: var(--orange);
}
.bg-light-orange {
    background-color: var(--light-orange);
}
.bg-light-blue {
    background-color: var(--light-blue);
}
.bg-fdblue {
    background-color: var(--fade-blue);
}

.bg-gray {
    background-color: var(--gray-ac);
}
.bg-gray-9A {
    background-color: var(--gray-9A);
}
.bg-footer {
    background-color: var(--footer-black);
}
.border-sky {
    border: 6.5px solid var(--skyblue);
}
/* Button Styling */
.btn-primary-color {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-primary-color:hover {
    background-color: var(--primary-color-h);
    color: var(--white);
}

.btn-primary-color:disabled {
    background-color: #8eb1d5;
}

.btn-primary-color-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-primary-color-outline:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-orange {
    background-color: var(--orange);
    color: var(--white);
}

.btn-orange:hover {
    background-color: var(--orange-h);
    color: var(--white);
}

.btn-selective-yellow-dark {
    background-color: var(--selective-yellow-dark);
    color: var(--primary-color);
}

.btn-selective-yellow-dark:hover {
    background-color: var(--selective-yellow-h);
    color: var(--primary-color);
}

.btn-orange-outline {
    border: 1px solid var(--orange);
    color: var(--orange);
}

.btn-orange-outline:hover {
    background-color: var(--orange);
    color: var(--white);
}
.btn-light {
    background-color: var(--gray-e4);
    color: var(--text-color);
    border-color: var(--gray-e4);
}
.btn-light:hover {
    background-color: var(--gray-e4-h);
    color: var(--text-color);
    border-color: var(--gray-e4-h);
}
.btn-light-blue {
    background-color: var(--light-blue);
    color: var(--white);
}
.btn-light-blue:hover {
    background-color: var(--light-blue-h);
    color: var(--white);
}
.btn-blue {
    background-color: var(--blue);
    color: var(--white);
}

.btn-blue:hover {
    background-color: var(--blue-h);
    color: var(--white);
}

.btn-skyblue {
    background-color: var(--skyblue);
    color: var(--white);
}

.btn-skyblue:hover {
    background-color: var(--skyblue-h);
    color: var(--white);
}

.btn-blue:disabled {
    background: #90b3d5;
}

.btn-blue-outline {
    border: 1px solid var(--blue);
    color: var(--blue);
}

.btn-red {
    background-color: var(--red);
    color: var(--white);
}

.btn-red:hover {
    background-color: var(--red-h);
    color: var(--white);
}

.btn-dashboard-blue {
    background-color: var(--dashboard-blue);
    color: var(--white);
}

.btn-dashboard-blue:hover {
    background-color: var(--blue);
    color: var(--white);
}

.btn-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 25%);
}

.btn-blue-outline:hover {
    background-color: var(--blue);
    color: var(--white);
}

.btn-gradient-green-yellow {
    background: linear-gradient(
        300deg,
        var(--green) 0%,
        var(--green-h) 0.01%,
        var(--yellow) 80.73%
    );
    color: var(--white);
    outline: 0;
    border: none;
}

.btn-gradient-green-yellow:hover {
    background: linear-gradient(
        20deg,
        var(--green) 0%,
        var(--green-h) 0.01%,
        var(--yellow) 80.73%
    );
    color: var(--white);
}

.btn-gradient-green {
    background: linear-gradient(180deg, #89dc8a 7.6%, #00db2c 100%);
    color: var(--white);
    outline: 0;
    border: none;
}

.btn-gradient-green:hover {
    background: linear-gradient(0deg, #89dc8a 7.6%, #00db2c 100%);
    color: var(--white);
}

.btn-img-gradient,
.btn-img-gradient:hover,
.btn-img-gradient:focus {
    background: url("../../images/bg-button.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 10px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.5rem;
}

.btn-youtube::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f04b";
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.6);
    width: 60px;
    height: 45px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 22.5px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 50ms all ease-in-out;
    -webkit-transition: 50ms all ease-in-out;
    -moz-transition: 50ms all ease-in-out;
    -ms-transition: 50ms all ease-in-out;
    -o-transition: 50ms all ease-in-out;
    font-size: 1.3rem;
}

.btn-youtube:hover::before {
    background-color: var(--red);
}

/* Font Weight */

.fw-semibold {
    font-weight: 600 !important;
}

/* Font Size */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
.subparagraph {
    line-height: 1.5;
}

.salveofast-heading-1 {
    font-size: 6rem;
    line-height: 1.25;
}

.salveofast-heading-2 {
    font-size: 3rem;
}

h1,
.h1 {
    font-size: 2.25rem;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 1.875rem;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 1.25rem;
    font-weight: 500;
}

h6 {
    font-size: 1rem;
    font-weight: 500;
}

p {
    font-size: 1rem;
    font-weight: 400;
}

.subparagraph {
    font-size: 0.875rem;
    font-weight: 400;
}
.fs-28px{
    font-size: 28px;
}

.fs-10px {
    font-size: 10px;
}
.fs-11px {
    font-size: 11px;
}
.fs-14px {
    font-size: 14px;
}
.fs-16px {
    font-size: 16px !important;
}
.fs-12px {
    font-size: 12px;
    font-weight: 400;
}

.fs-18px {
    font-size: 18px;
}
a {
    text-decoration: none;
}

/* Images */
.img-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.img-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img-position-center {
    -o-object-position: center;
    object-position: center;
}

/* Ratio */
.ratio-1x1 {
    aspect-ratio: 1/1;
}

.ratio-16x9 {
    aspect-ratio: 16/9;
}

/* Pointer Events */
.cursor-pointer {
    cursor: pointer;
}

/* Two Line Text */
.text-justify {
    text-align: justify;
}
.text-1-lines {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-2-lines {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Background Color */
.bg-primary-color {
    background-color: var(--primary-color);
}

.bg-primary-color-5 {
    background-color: var(--primary-color-5);
}

.bg-primary-color-2 {
    background-color: var(--primary-color-2);
}
.bg-light-sky {
    background-color: var(--light-sky-blue);
}
.bg-white-25 {
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-white {
    background-color: var(--white);
}

.bg-pruple {
    background-color: var(--purple);
}

.bg-jelly-bean {
    background-color: var(--jelly-bean);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-orange {
    background-color: var(--orange);
}

.bg-orange-5 {
    background-color: var(--orange-5);
}

.bg-orange-15 {
    background-color: var(--orange-15);
}

.bg-orange-35 {
    background-color: rgba(216, 239, 204, 1);
}

.bg-selective-yellow {
    background-color: var(--selective-yellow);
}

.bg-dark-blue {
    background-color: var(--darkblue);
}

.bg-light-blue {
    background-color: var(--light-blue);
}

.bg-red {
    background-color: var(--red);
}

.bg-red-15 {
    background-color: var(--red-15);
}

.bg-red-100 {
    background-color: rgba(252, 236, 236, 1);
}

/* .bg-green {
    background-color: var(--green);
} */

.bg-light-green {
    background-color: var(--light-green);
}

.bg-parret {
    background-color: var(--parret);
}

.bg-dark-green {
    background-color: var(--dark-green);
}

.bg-success-15 {
    background-color: var(--success-15);
}

.bg-gray {
    background-color: var(--gray);
}

.bg-gray-f1 {
    background-color: var(--gray-f1);
}

.bg-gray-f2 {
    background-color: var(--gray-f2);
}

.bg-text {
    background-color: var(--text-color);
}

.bg-black-50 {
    background-color: #272727;
}

.bg-black-75 {
    background-color: #1b1b1b;
}

.bg-light-yellow {
    background-color: var(--light-yellow);
}

.bg-yellow-dark {
    background-color: var(--yellow-dark);
}
.bg-yellow-light {
    background-color: #f9d58d;
}
.bg-yellow-3 {
    background-color: var(--yellow3);
}
.bg--selective-yellow {
    background-color: var(--selective-yellow);
}

.bg-btn-img {
    background-color: var(--brown);
    background-image: url("../../images/bg-button.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gold-gradient {
    background: linear-gradient(to left, #ffea7c, #b67c1b, #ffea7c, #d3a842);
}

.bg-yellow-orange-gradient {
    background: linear-gradient(90deg, #ff8d03 0%, #da4e35 100%);
}

.bg-blue-blue-gradient {
    background: linear-gradient(90deg, #00a4d2 0%, #2166ac 100%);
}

.bg-blue-gradient {
    background: linear-gradient(113.79deg, #002d71 3.43%, #0f9ded 96.57%);
}

.bg-dashboaed-blue-gradient {
    background: linear-gradient(180deg, #102054 0%, #521780 100%);
    box-shadow: 0px 2.83369px 7.08423px 0px rgba(0, 0, 0, 0.05);
}

.bg-dot-pattren {
    background-image: url("../../images/salveo/benefit-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-green-dot {
    background-image: url("../../images/home/banner/banner-bg.jpg");
}

.bg-memberdashboard-img {
    /* background-image: url("../../images/membership-image.jpg"); */
    background-image: url("../../images/membership-image-desktop.jpg");
}

.bg-goldImg {
    background-image: url("../../images/membership/goldbg.png");
}

.bg-silverImg {
    background-image: url("../../images/membership/silverbg.png");
}

.bg-platinumImg {
    background-image: url("../../images/membership/platinumbg.png");
}

.bg-titaniumImg {
    background-image: url("../../images/membership/titaniumbg.png");
}

.bg-diamondImg {
    background-image: url("../../images/membership/diamondbg.png");
}

.bg-salveofastImg {
    background-image: url("../../images/salveofast/salveofastbg.jpg");
    background-position: top center;
}
.bg-light-navy {
    background-color: var(--light-navy);
}

/* Text Color */
.text-primary-color {
    color: var(--primary-color);
}

.text-primary-color-5 {
    color: var(--primary-color-5);
}
.text-dark-blue {
    color: var(--darkblue);
}
.text-blue {
    color: var(--blue);
}
.text-light-navy {
    color: var(--light-navy);
}

.text-skyblue {
    color: var(--skyblue);
}

.text-orange {
    color: var(--orange);
}

.text-yellow-dark {
    color: var(--yellow-dark);
}
.text-selective-yellow {
    color: var(--selective-yellow);
}
.text-selective-yellow-dark {
    color: var(--selective-yellow-dark);
}

.text-red {
    color: var(--red);
}

.text-dark-blue {
    color: var(--darkblue);
}
.text-dashboard-blue {
    color: var(--dashboard-blue);
}

.text-color,
.text-color:hover {
    color: var(--text-color);
}

.text-green {
    color: var(--green);
}

.text-light-green {
    color: var(--light-green);
}

.text-light-green-2 {
    color: #6d9e00;
}

.text-parret {
    color: var(--parret);
}
.text-parret-2 {
    color: var(--parret2);
}

.text-dark-green {
    color: var(--dark-green);
}

.text-light-blue {
    color: var(--light-blue);
}

.text-yellow {
    color: var(--yellow);
}

.text-brown {
    color: var(--brown);
}

.text-jelly-bean {
    color: var(--jelly-bean);
}

.text-gray {
    color: var(--gray);
}

.text-silver {
    color: var(--silver);
}

.text-gold {
    color: var(--gold);
}

.text-platinum {
    color: var(--platinum);
}

.text-titanium {
    color: var(--titanium);
}

.text-diamond {
    color: var(--diamond);
}

.text-gray-ac,
.text-gray-ac:hover {
    color: var(--gray-ac);
}

.text-gray-7c {
    color: var(--gray-7c) !important;
}

.text-gray-ce {
    color: var(--gray-ce);
}

.text-golden {
    color: var(--golden);
}

.text-orange {
    color: var(--orange);
}
.text-footer {
    color: var(--footer-heading);
}
.text-cc-gray {
    color: var(--gray-ac);
}

.text-gold-gradient {
    background: linear-gradient(to top, #ffea7c, #b67c1b, #ffea7c, #d3a842);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Border Color */
.border-gradient-yellow {
    background: linear-gradient(to right, #f5e182, #c1801c, #f8e989, #c1801c);
    background-clip: padding-box;
    padding: 4px;
}
.border-primary-color {
    border-color: var(--primary-color) !important;
}
.border-top-primary-color {
    border-top-color: var(--primary-color) !important;
}

.border-primary-color-50 {
    border-color: rgba(33, 102, 172, 0.5) !important;
}

.border-orange {
    border-color: rgba(4, 177, 0, 1) !important;
}
.textColor {
    color: rgba(38, 109, 0, 1);
}
.border-dark-green {
    border-color: var(--dark-green) !important;
}

.border-light-green {
    border-color: var(--light-green) !important;
}

.border-green {
    border-color: var(--green) !important;
}

.border-sky-blue {
    border-color: var(--skyblue) !important;
}

.border-ccc {
    border-color: var(--gray-cc) !important;
}

.border-red {
    border-color: var(--red) !important;
}

/* Border Styling */
.border-dashed {
    border-style: dashed !important;
}

.border-left-10 {
    border-left-width: 10px;
}

.border-top-10 {
    border-top-width: 10px;
}

.border-top-5 {
    border-top-width: 5px !important;
}

/* Text Decoration Color */
.text-decoration-green {
    -webkit-text-decoration-color: var(--green) !important;
    text-decoration-color: var(--green) !important;
    -moz-text-decoration-color: var(--green) !important;
}

.text-decoration-golden-line {
    border: 10px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-image: url("../../images/salveofast/border-line.png") 30 round !important;
}

.text-decoration-3 {
    text-decoration-thickness: 3px !important;
}

.underline-offset-5px {
    text-underline-offset: 5px;
}

/* Letter Spacing */
.ls-1px {
    letter-spacing: 1px;
}

/* Unorder List */
.list-icon {
    list-style-type: none;
    padding: 0px;
}

.list-icon li {
    position: relative;
    padding-left: 40px;
}

.list-icon li::before {
    content: "";
    width: 30px;
    height: 100%;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.circle-tick-icon li::before {
    background-image: url("../../images/icons/tick-circle.png");
}

.circle-check-green-icon li::before {
    background-image: url("../../images/icons/green-check-circle.png");
}
.circle-cross-icon li {
    padding-left: 110px;
}

.circle-cross-icon li::before {
    background-image: url("../../images/icons/cross-circle.png");
}

.stop-text li::after {
    content: "Stop";
    color: var(--red);
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    top: 0px;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.circle-white-tick-icon li::before {
    background-image: url("../../images/icons/white-circle-tick.png");
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
    background-size: 25px;
    top: 20%;
}

.tick-shadow-icon li::before {
    background-image: url("../../images/icons/tick-shadow.png");
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
    background-size: 25px;
}

.list-icon.gap-10px li:not(:last-child) {
    margin-bottom: 10px;
}

.top-icon li::before {
    aspect-ratio: 1/1;
}

.icon-20 li::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 5px;
    left: 10px;
}

.icon-25 li::before {
    width: 25px;
    height: 25px;
    background-size: 25px;
    top: 5px;
}

.icon-top-0 li::before {
    top: 2px;
}

.icon-top-4px li::before {
    top: 0.25rem;
}

.cross-icon li::before {
    background-image: url("../../images/icons/cross-2.png");
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
    background-size: 25px;
}

.red-cross-icon li::before {
    background-image: url("../../images/icons/red-cross.png");
}

.count-list {
    counter-reset: count;
}

.count-list li {
    position: relative;
    padding-left: 80px;
    counter-increment: count;
}

.count-list li:not(:last-child) {
    margin-bottom: 30px;
}

.count-list li::before {
    font-family: "Libre Baskerville", sans-serif;
    content: counter(count);
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 500;
    color: var(--dark-green);
    text-align: right;
    width: 60px;
}

.youtube-icon::before {
    content: "";
    position: absolute;
    width: 68px;
    height: 48px;
    top: calc(50% - 25px);
    left: calc(50% - 35px);
    cursor: pointer;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #212121;
    opacity: 0.8;
    filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 20%));
    -webkit-filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 20%));
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.youtube-icon::after {
    font-family: "Font Awesome 6 Free";
    content: "\f04b";
    position: absolute;
    font-size: 1.3rem;
    top: calc(50% - 17px);
    left: calc(50% - 7px);
    color: var(--white);
    font-weight: 900;
}

.youtube-icon:hover::before {
    background-color: var(--red);
    opacity: 1;
}

.copyToolTip {
    background-color: #2f2f2f;
    color: var(--white);
    position: absolute;
    bottom: calc(100% + 5px);
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    opacity: 0.8;
    text-transform: capitalize;
}

.copyToolTip::before {
    content: "";
    position: absolute;
    bottom: -2.5px;
    left: calc(50% - 2.5px);
    border: 5px solid #2f2f2f;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.copyToolTip.show {
    display: inline-block;
}
.copyToolTip.errorColor {
    background-color: #dc3545;
    opacity: 1;
}
.copyToolTip.errorColor::before {
    border-color: #dc3545;
}

/* Line Height */
.line-height-1 {
    line-height: 1;
}

.line-height-1_5 {
    line-height: 1.5;
}

.line-height-2 {
    line-height: 2;
}

/* Position */
.top-10px {
    top: 10px;
}

.top-8 {
    top: 0.5rem;
}

.top-16 {
    top: 1rem;
}

.bottom-10px {
    bottom: 10px;
}

.start-10px {
    left: 10px;
}

.start-16 {
    left: 1rem;
}

.start-20px {
    left: 20px;
}

.end-10px {
    right: 10px;
}

.end-16 {
    right: 1rem;
}

.end-24 {
    right: 1.5rem;
}

/* Margin */
.mb-2rem {
    margin-bottom: 2rem;
}
.mb-20px {
    margin-bottom: 20px;
}
.mx-1px {
    margin-left: 0.8px;
    margin-right: 0.8px;
}
.mb-25px {
    margin-bottom: 25px;
}
.mb-100px {
    margin-bottom: 100px;
}
.mt-20px {
    margin-top: 20px;
}

.ms-20px {
    margin-left: 20px;
}

.me-20px {
    margin-right: 20px;
}

.m-20px {
    margin: 20px;
}

/* Vertical Text */
.verticalText {
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

.verticalText::before {
    content: attr(data-text);
    z-index: 2;
    position: relative;
    background-color: var(--white);
    padding: 0px 10px;
}

.verticalText::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 10%);
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
    z-index: 1;
}

/* Error Message Styling */
form .error-msg {
    font-size: 12px;
}

/* Avatars */
.avater-30 {
    width: 30px;
    height: 30px;
}

/* Rounded */
.rounded-8px {
    border-radius: 8px;
}
.rounded-top-8px {
    border-radius: 8px 8px 0px 0px !important;
}
.rounded-4 {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.rounded-8 {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.rounded-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.rounded-12 {
    border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.border-bottom-left-10 {
    border-bottom-left-radius: 10px;
}

.rounded-16 {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.rounded-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.rounded-20px {
    border-radius: 20px;
}
.rounded-20,
.rounded-20:hover {
    border-radius: 20px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.rounded-top-right-20 {
    border-top-right-radius: 20px;
}

.rounded-top-left-20 {
    border-top-left-radius: 20px;
}

.rounded-top-8px {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.rounded-32 {
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.rounded-left-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* Width */
.min-w-50px {
    min-width: 50px;
}

.min-w-75px {
    min-width: 75px;
}

.min-w-100px {
    min-width: 100px;
}

.min-w-150px {
    min-width: 150px;
}

.min-w-200px {
    min-width: 200px;
}

.w-33per {
    width: 33%;
}
.width-450px {
    width: 450px;
}
.width-400px {
    width: 400px;
}
.width-200px {
    width: 200px;
    max-width: 100%;
}

.width-150px {
    width: 150px;
    min-width: 150px;
    max-width: 100%;
}

.width-125px {
    width: 125px;
    min-width: 125px;
    max-width: 100%;
}

.width-100px {
    width: 100px;
    min-width: 100px;
    max-width: 100%;
}

.width-80px {
    width: 80px;
    min-width: 80px;
    max-width: 100%;
}

.width-75px {
    width: 75px;
    min-width: 75px;
    max-width: 100%;
}

.width-50px {
    width: 50px;
    min-width: 50px;
    max-width: 100%;
}

.width-40px {
    width: 40px;
    min-width: 40px;
    max-width: 100%;
}
.w-44px {
    width: 44px;
}

.width-32px {
    width: 32px;
}

.width-24px {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
}

.width-20px {
    width: 20px;
}
.w-12px {
    width: 0.8rem;
}
.mw-40px {
    width: 40px;
}

.h-37px {
    height: 37px;
}

.mw-50px {
    width: 100%;
    max-width: 50px;
}

.mw-60px {
    width: 100%;
    max-width: 60px;
}

.mw-75px {
    width: 100%;
    max-width: 75px;
}

.mw-80px {
    max-width: 80px;
}

.mw-100px {
    width: 100%;
    max-width: 100px;
}

.mw-125px {
    max-width: 125px;
}

.mw-150px {
    max-width: 150px;
}

.mw-180px {
    max-width: 180px;
}

.mw-200px {
    width: 100%;
    max-width: 200px;
}

.mw-250px {
    width: 100%;
    max-width: 250px;
}

.mw-300px {
    width: 100%;
    max-width: 300px;
}

.mw-350px {
    width: 100%;
    max-width: 350px;
}

.mw-400px {
    width: 100%;
    max-width: 400px;
}

.mw-500px {
    width: 100%;
    max-width: 500px;
}

.vw-100 {
    min-width: 100vw;
    width: 100vw;
    max-width: 100vw;
}

/* Height */
.h-62 {
    height: 62px;
}

.h-50 {
    height: 50px;
}
.h-50px {
    height: 50px;
}
#accept_btn:disabled {
    opacity: 0.5;
}
.h-48px {
    height: 48px;
}
.h-47px {
    height: 46px;
}

.h-44px {
    height: 44px;
}

.h-42px {
    height: 42px;
}
.h-12px {
    height: 0.8rem;
}
.height-32px {
    height: 32px;
}
.height-24px {
    height: 24px;
}

.height-200px {
    height: 200px;
}

.min-h-80px {
    min-height: 80px;
}

.min-h-150px {
    min-height: 150px;
}

.min-h-400px {
    min-height: 400px;
}

.min-h-300px {
    min-height: 300px;
}

.min-h-175px {
    min-height: 175px;
}

.min-h-200px {
    min-height: 200px;
}

.mh-40px {
    height: 40px;
}

.mh-50 {
    max-height: 50px;
}
.mh-100px {
    max-height: 100px;
}
.mh-100per {
    max-height: 100%;
}

.mh-125px {
    max-height: 125px;
}

.mh-200px {
    max-height: 200px;
}

.mh-250px {
    max-height: 250px;
}

.mh-300px {
    max-height: 300px;
}

.mh-350px {
    max-height: 350px;
}
.mh-400px {
    max-height: 400px;
}
.mh-343px {
    max-height: 343px;
    /* max-height: 281px; */
}
@media screen and (width: 1366px) {
    .mh-343px {
        max-height: 281px;
    }
}
@media screen and (width: 1024px) {
    .mh-343px {
        max-height: 190px;
    }
}
.max-line-one {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.max-line-two {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mh-500px {
    max-height: 500px;
}

.mh-550px {
    max-height: 550px;
}

/* Padding */
.pt-75px {
    padding-top: 75px;
}

/* Z index */
.z-index-3 {
    z-index: 3;
}

/* Outline */
.outline-none {
    outline: none;
}

/* Inputs */
.no-controls::-webkit-inner-spin-button {
    display: none;
}

.form-select {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #ccc 50%),
        linear-gradient(135deg, #ccc 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 1.125rem - 0.5px) center,
        calc(100% - 0.75rem - 0.5px) center, calc(100% - 2.25rem) center;
    background-size: 0.375rem 0.375rem, 0.375rem 0.375rem, 1px 1.5rem;
}

.form-control[data-formField].is-invalid,
.was-validated .form-control[data-formField]:invalid,
.was-validated .form-control[data-formField]:valid {
    background-position: right calc(1rem + 0.1875rem) center;
    background-image: none;
}

/* File Upload Styling */
.uploadFile {
    max-width: 110px;
}

.uploadFile::-webkit-file-upload-button {
    display: none;
    visibility: hidden;
}

/* Checkbox & Checkbox Styling */
.input-radio-beige {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-radio-beige[type="radio"]:checked {
    border: 1px solid #ffdbaa;
    background-color: unset;
    box-shadow: none;
}
.input-radio-beige::before {
    content: "";
    position: absolute;
    top: 12;
    width: 2rem;
    height: 2rem;
    background: #ffdbaa;
    border-radius: 50%;
    z-index: 12;
    left: 12;
}
.input-radio-parrot {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-radio-parrot[type="radio"]:checked {
    border: 1px solid #bbd278;
    background-color: unset;
    box-shadow: none;
}
.input-radio-parrot::before {
    content: "";
    position: absolute;
    top: 12;
    width: 2rem;
    height: 2rem;
    background: #bbd278;
    border-radius: 50%;
    z-index: 12;
    left: 12;
}
.input-radio-blue {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-radio-blue[type="radio"]:checked {
    border: 1px solid #bbc1f8;
    background-color: unset;
}
.input-radio-blue::before {
    content: "";
    position: absolute;
    top: 12;
    width: 2rem;
    height: 2rem;
    background: #bbc1f8;
    border-radius: 50%;
    z-index: 12;
    left: 12;
}
.input-radio-pink {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-radio-pink[type="radio"]:checked {
    border: 1px solid #ffd3f8;
    background: unset;
}
.input-radio-pink::before {
    content: "";
    position: absolute;
    top: 12;
    width: 2rem;
    height: 2rem;
    background: #ffd3f8;
    border-radius: 50%;
    z-index: 12;
    left: 12;
}
.input-radio-pinkish {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-radio-pinkish[type="radio"]:checked {
    border: 1px solid #ffb6b6;
    background: unset;
}
.input-radio-pinkish::before {
    content: "";
    position: absolute;
    top: 12;
    width: 2rem;
    height: 2rem;
    background: #ffb6b6;
    border-radius: 50%;
    z-index: 12;
    left: 12;
}

/* content: "\f107";
    font-family: "Font Awesome 6 Free";
    color: white;
    position: absolute;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 14;



} */
.checkbox-orange[type="checkbox"]:focus,
.radio-orange[type="radio"]:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 0.25rem rgba(255, 145, 0, 25%);
}
.checkbox-orange[type="checkbox"]:checked,
.radio-orange[type="radio"]:checked {
    border-color: var(--orange);
    background-color: var(--orange);
}

.checkbox-primary-color[type="checkbox"]:focus,
.radio-primary-color[type="radio"]:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(0, 32, 80, 25%);
}

.checkbox-primary-color[type="checkbox"]:checked,
.radio-primary-color[type="radio"]:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

/* Radio Active Styling */
.shippingAddress input[type="radio"]:checked + label {
    border: 1px solid var(--primary-color) !important;
    box-shadow: 0px 0px 2px 0.5px var(--primary-color);
}

/* Tags */
.tag-arrow {
    position: relative;
}

.tag-arrow::before,
.tag-arrow::after {
    content: "";
    height: 100%;
    aspect-ratio: 1/1;
    left: 0;
    top: 0;
    position: absolute;
    border: 13px solid transparent;
    border-top-color: var(--white);
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.tag-arrow::after {
    left: auto;
    right: -1px;
    transform: rotate(90deg);
}

.status-tag {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--black);
    border: none;
    border-left: 3px solid var(--black);
    padding: 0.1rem 1rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    min-width: 75px;
}

.status-tag.error {
    background-color: rgba(255, 39, 0, 0.1);
    color: var(--red);
    border-left: 3px solid var(--red);
}

.status-tag.success {
    background-color: rgba(204, 248, 204, 1);
    color: var(--success);
    border-left: 3px solid var(--success);
}

.status-tag.warning {
    background-color: rgba(255, 232, 205, 1);
    color: var(--orange);
    border-left: 3px solid var(--orange);
}

/* Shadow */
.shadow-custom {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.shadow-15px-cc {
    box-shadow: 0px 2.04134px 15px #cccccc;
}

.shadow-14px {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.5);
}

.shadow-orange-15 {
    box-shadow: 0px 4px 9px 0px rgba(255, 144, 0, 0.15);
}

/* Swiper Slider Styling */
.swiper-button-prev.light-green-box::after,
.swiper-button-next.light-green-box::after {
    color: var(--white);
    padding: 10px;
    background-color: rgba(160, 204, 58, 0.8);
    font-size: 1.5rem;
}

.swiper-pagination.bg-yellow-orange .swiper-pagination-bullet {
    background: linear-gradient(90deg, #ff8d03 0%, #da4e35 100%);
}

.swiper-button-next.fs-20px,
.swiper-button-prev.fs-20px {
    --swiper-navigation-size: 20px;
}

/* Datatable Styling */
[data-table="responsiveDataTable"] tr td,
[data-table="responsiveDataTable"] tr th {
    padding: 1rem;
}

.dataTableStyling:not(.noDataTableHeader) .dataTables_wrapper [data-table] {
    margin-top: 1rem !important;
}

.dataTableStyling:is(.noDataTableHeader) .dataTables_wrapper [data-table] {
    margin-top: 0px !important;
}

.dataTableStyling.noDataTableHeader .dataTables_wrapper div.row:nth-child(1) {
    display: none;
}

.dataTableStyling.dataTableFooterSpacing
    .dataTables_wrapper
    div.row:nth-child(3),
.dataTableStyling.dataTableHeaderSpacing
    .dataTables_wrapper
    div.row:nth-child(1) {
    padding: 0px 1rem;
}

.dataTableStyling .dataTables_wrapper .dataTables_length,
.dataTableStyling .dataTables_wrapper .dataTables_filter,
.dataTableStyling .dataTables_wrapper .dataTables_info,
.dataTableStyling .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 0.5rem;
}

.dataTableStyling .dataTables_wrapper label {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
}

.dataTableStyling .dataTables_wrapper .form-select.form-select-sm {
    background-image: linear-gradient(45deg, transparent 50%, #ccc 50%),
        linear-gradient(135deg, #ccc 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(110% - 1.125rem - 0.5px) center,
        calc(110% - 0.75rem - 0.5px) center, calc(100% - 1.5rem) center;
    background-size: 0.375rem 0.375rem, 0.375rem 0.375rem, 1px 1rem;
    box-shadow: none;
    border: 1px solid rgba(204, 204, 204, 1);
}

.dataTableStyling .dataTables_wrapper .dataTables_filter label {
    position: relative;
}

.dataTableStyling .dataTables_wrapper .dataTables_filter label::after {
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    font-weight: 700;
    background-color: var(--white);
    color: rgba(0, 0, 0, 0.3);
    width: 30px;
    height: calc(100% - 2px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.dataTableStyling
    .dataTables_wrapper
    .dataTables_filter
    label
    input[type="search"] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: var(--text-color);
    border: 1px solid rgba(204, 204, 204, 1);
    box-shadow: none;
    margin: 0;
    padding-right: 1rem;
    max-width: 100%;
}

.dataTableStyling
    .dataTables_wrapper
    .dataTables_filter
    label
    input[type="search"]::placeholder {
    opacity: 0.7;
}

.dataTableStyling .dataTables_wrapper .dataTables_info {
    font-size: 14px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 2rem !important;
}

.dataTableStyling
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr
    > td.dtr-control:before,
.dataTableStyling
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr
    > th.dtr-control:before {
    font-family: "Font Awesome 6 Free";
    content: "\f13a";
    font-weight: 700;
    background-color: transparent;
    color: #0d6efd;
    box-shadow: none;
    left: 10px;
    font-size: 0.875rem;
    transition: 150ms all ease-in;
    -webkit-transition: 150ms all ease-in;
    -moz-transition: 150ms all ease-in;
    -ms-transition: 150ms all ease-in;
    -o-transition: 150ms all ease-in;
}

.dataTableStyling
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td.dtr-control:before,
.dataTableStyling
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th.dtr-control:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.dtr-details {
    width: 100%;
}

[data-dt-column] {
    display: flex;
    padding: 0px;
    gap: 10px;
}

[data-dt-column] .dtr-title,
[data-dt-column] .dtr-data {
    width: 50%;
    text-align: left;
    display: block;
    white-space: normal;
}

/* NavTab Styling */
.nav-tabs .nav-item .nav-link {
    color: var(--light-blue);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.nav-tabs .nav-item .nav-link.active {
    color: var(--primary-color);
}

.nav-pills .nav-item .nav-link.active {
    background-color: var(--orange);
    color: var(--white) !important;
}
/*-------------------------------breacd crumb--------------------------*/
.breadcrumb .breadcrumb-item a {
    color: #6c757d;
}
.breadcrumb .breadcrumb-item.active {
    color: black !important;
    font-weight: bold;
}

/* Pagination Styling */
.pagination {
    gap: 0.5rem;
}

.pagination .page-link {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    font-size: 12px;
    color: #212b36;
    font-weight: 700;
    border-color: #dfe3e8;
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination .page-item.disabled .page-link {
    background-color: #919eab;
    /* color: #c4cdd5; */
    color: var(--white);
    opacity: 0.5;
}

/* Scrollbar Styling */

.noScrollbar::-webkit-scrollbar {
    display: none;
}

.customScrollbar::-webkit-scrollbar,
.customHorizontailScrollbar::-webkit-scrollbar {
    width: 10px;
}

.customHorizontailScrollbar::-webkit-scrollbar {
    height: 4px;
}

.customScrollbar::-webkit-scrollbar-track,
.customHorizontailScrollbar::-webkit-scrollbar-track {
    /* background: var(--gray); */
    background: var(--graphite-black);
}

.customScrollbar:hover::-webkit-scrollbar-track,
.customHorizontailScrollbar:hover::-webkit-scrollbar-track {
    /* background: var(--gray); */
    background: var(--graphite-black);
    /* border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
}

.customScrollbar::-webkit-scrollbar-thumb,
.customHorizontailScrollbar::-webkit-scrollbar-thumb {
    background: none;
    /* border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
}

.customScrollbar:hover::-webkit-scrollbar-thumb,
.customHorizontailScrollbar:hover::-webkit-scrollbar-thumb {
    /* background-color: rgb(0, 0, 0, 0.1); */
    background-color: var(--gray);
}

/* Loader */
#loader,
#loader2 {
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
}

#loader.hide,
#loader2.hide {
    display: none;
    z-index: -100000;
    position: static;
    left: 0;
    top: 0;
}

/* Jump to Top Btn */
#jumpTop {
    background-color: var(--primary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: var(--white);
    cursor: pointer;
    padding: 5px 10px;
    border: none;
    position: fixed;
    bottom: -200px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-size: 0.9rem;
}

#jumpTop.show {
    bottom: 20px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--text-color);
}

/* Navbar Start Here */
.navbar-nav .nav-item.active .nav-link {
    color: var(--orange) !important;
    font-weight: 600;
}

.country_dropdown {
    cursor: pointer;
}

.navbar-nav .dropdown .dropdown-toggle::after,
.country_dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    border: none;
    font-weight: 700;
    color: white;
    margin: auto auto auto 5px;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item:focus {
    background-color: #e9ecef;
    color: var(--primary-color-5);
}

/* Notification Animation */
.animateBell + span {
    animation-name: zooming;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.animateBell {
    animation-name: shaking;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    color: #fec10a !important;
}

@keyframes shaking {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    25% {
        transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
    }
    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}
@keyframes zooming {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.notificationDropdown {
    position: relative;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    right: -30px !important;
}
.notificationDropdown::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 10px solid var(--white);
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: -10px;
    right: 35px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
}

.notificationDropdown ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.notificationDropdown ul li:hover {
    background-color: rgba(0, 45, 113, 0.03);
    color: inherit;
}

.notificationDropdown ul li > section.dropdown-item {
    background-color: transparent !important;
    padding: 0px !important;
    color: inherit;
}

/* Signin Modal Styling Start Here */
.signinPopup .modal-body {
    padding: 20px;
}

.signinPopup .modal-body .modelClose {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.3rem;
    float: right;
    color: var(--text-color);
}

/* Signin Modal Styling End Here */

/* Welcome Page Styling Start Here */
.welcomeBanner {
    position: relative;
    border-top: 15px solid var(--skyblue);
    border-bottom: 25px solid var(--yellow2);
    border-radius: 0px 0px 58px 58px;
    border-left: 0;
    border-right: 0;
    display: flex;
    justify-content: center;
}

.welcomeBanner .bannerBtn {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    width: 100%;
    max-width: 30%;
    margin: auto;
}

/* Feature Section Start Here */
.bg-pattren {
    background: url("../../images/homePage/bg-pattren.jpg") center no-repeat;
    background-attachment: fixed;
}

.featureDiv .feature {
    max-width: 420px;
}

/* Welcome Page Styling End Here */
/* ================================= */
/* Opportunity Page Styling Start Here */
.opportunity-heroSection {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/opportunity/heroSection-bg.jpg");
}

.videos-Section {
    position: relative;
    max-width: 650px;
    aspect-ratio: 16/9;
    margin: 25px auto;
    overflow: hidden;
}

.videos-Section iframe {
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(
        180deg,
        var(--red) 0%,
        var(--orange) 100%
    );
    width: 95%;
    aspect-ratio: 16/9;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.videos-Section .frame-2 {
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.animation-1 {
    -webkit-animation-name: animation1;
    animation-name: animation1;
}

.animation-2 {
    -webkit-animation-name: animation2;
    animation-name: animation2;
}

@-webkit-keyframes animation1 {
    0% {
        left: 0%;
    }

    50% {
        left: -50%;
    }

    100% {
        left: 0%;
    }
}

@keyframes animation1 {
    0% {
        left: 0%;
    }

    50% {
        left: -50%;
    }

    100% {
        left: 0%;
    }
}

@-webkit-keyframes animation2 {
    0% {
        left: 2.5%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 2.5%;
    }
}

@keyframes animation2 {
    0% {
        left: 2.5%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 2.5%;
    }
}

.lineHeading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineHeading::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: var(--gray);
    position: absolute;
    left: 0;
    z-index: -1;
}

/* Building Section */
.buildingSection {
    background-color: var(--blue);
    background-image: url("../../images/opportunity/BlueBg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    padding: 100px 0px 200px;
    position: relative;
}

.buildingSection::before {
    content: "";
    width: 100%;
    height: 170px;
    background-color: var(--yellow-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 12%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 12%);
}

.buildingSection::after {
    content: "";
    width: 100%;
    height: 230px;
    background-color: #ff6f0f;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}

.buildingSectionFooter {
    -webkit-clip-path: polygon(0 0%, 100% 75%, 100% 100%, 0 100%);
    clip-path: polygon(0 0%, 100% 75%, 100% 100%, 0 100%);
    margin-top: -120px;
    padding: 100px 0px 10px;
}

.company-behid {
    background-image: url("../../images/opportunity/company-behind/bg-company-behind-2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Opportunity Page Styling End Here */

/* Salveo Page Styling Start Here */
.salveo-heroSection {
    background-color: var(--light-green);
    background-image: url("../../images/salveo/salveo-hero-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-line-pattren {
    background-color: var(--gray);
    background-image: url("../../images/salveo/pattren-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Testimonail Section Start Here */
.reviewImageSection {
    -moz-columns: 3;
    columns: 3;
}

.arrow-down {
    position: relative;
    margin-bottom: 50px;
}

.arrow-down::before {
    content: "";
    position: absolute;
    border: 16px solid transparent;
    border-top: 16px solid var(--light-green);
    bottom: -32px;
    left: calc(50% - 8px);
    cursor: pointer;
}

/* Testimonail Images */

.reviewImageSection [data-testimonial="show"] {
    display: block;
}

.reviewImageSection [data-testimonial="hide"] {
    display: none;
}

/* Youtube Video Section Styling */
.youtubeVideoBtn {
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
}

.youtubeVideoBtn::before {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    left: calc(50% - 32px);
    transition: 150ms ease;
    -webkit-transition: 150ms ease;
    -moz-transition: 150ms ease;
    -ms-transition: 150ms ease;
    -o-transition: 150ms ease;
}

.youtubeVideoBtn:hover::before {
    background-color: var(--red);
}

/* Salveo Page Styling End Here */

/* Checkout Popup Styling Start Here */
.checkoutPopup .nav-pills {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2px;
}

.checkoutPopup .nav-pills .nav-item {
    flex: 1;
}

.checkoutPopup .nav-pills .nav-item .nav-link {
    background-color: #003bad;
    width: 100%;
    white-space: nowrap;
}

.checkoutPopup .nav-pills .nav-item .nav-link.active {
    background-color: var(--light-blue);
}

/* Checkout Popup Styling End Here */

/* Membership Page Styling Start Here */
[btn-catagory].active {
    margin-bottom: 8px;
}

[btn-catagory].active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 5px;
    background-image: inherit;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

#goldTab .nav-item button.active {
    background-color: var(--orange) !important;
    border-color: var(--orange);
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
}

.membershipPkg input[type="radio"]:checked + label {
    border: 1px solid var(--primary-color);
}

.membershipPkg input[type="radio"] + label .pkgTitle {
    max-width: calc(100% - 90px);
    margin: auto;
}

.membershipPkg input[type="radio"]:checked + label .pkgTitle {
    color: var(--orange);
}

.membershipPkg [data-tag] {
    background-image: url("../../images/icons/free-shipping-tag.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 60px;
}

/* Membership Page Styling End Here */

/* ================================= */

/* Dashboard Styling Start Here */
.mainSidebar {
    width: var(--sidebar);
    min-width: var(--sidebar);
    background-color: var(--primary-color);
    transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    padding-bottom: 70px;
}

.mainSidebar[data-expand="false"] {
    width: var(--sidebar-close);
    min-width: var(--sidebar-close);
    z-index: 1;
}

.mainContent {
    margin-left: auto;
    width: calc(100% - var(--sidebar));
    min-height: 100vh;
    transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
}

.mainContent[data-expand="true"] {
    width: calc(100% - var(--sidebar-close));
}

.mainSidebar .active {
    color: var(--primary-color);
    font-weight: 600;
    border-left: 5px solid var(--orange);
    background-color: var(--white);
    position: relative;
}

.mainSidebar[data-expand="true"] .sidebarBtn,
.mainSidebar[data-expand="false"] .navbar-brand {
    display: none;
}

.mainSidebar .active > i {
    color: var(--orange);
}

.mainSidebar .sidebarbtn {
    text-align: end;
    background-color: var(--primary-color);
}

.mainSidebar .dropdown .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    margin-left: auto;
    border: none;
    font-weight: 700;
    font-size: 12px;
}

.mainSidebar .dropdown .dropdown-toggle[aria-expanded="true"]::after {
    content: "\f107";
}

.mainSidebar .dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    padding-left: 24px;
}

.mainSidebar .dropdown .dropdown-menu .dropdown-item {
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    border-left: 2px solid;
    border-color: var(--gray-ac);
    padding-left: 24px !important;
}

.mainSidebar .dropdown .dropdown-menu .dropdown-item.active {
    border-color: var(--orange);
    color: var(--orange);
}

.mainSidebar .dropdown .dropdown-menu .dropdown-item::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 4px solid;
    border-color: inherit;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: -6px;
}

.mainSidebar[data-expand="false"] .dropdown .dropdown-toggle::after,
.mainSidebar[data-expand="false"] .dropdown .dropdown-menu {
    display: none;
}

.mainSidebar[data-expand="false"] .userProfileSection,
.mainSidebar[data-expand="false"] ul li span {
    display: none;
}

.mainSidebar[data-expand="false"] ul {
    padding-left: 0;
}

.mainSidebar[data-expand="false"] ul li a {
    justify-content: center;
}

.mainSidebar[data-expand="false"] .sidebarbtn {
    text-align: center;
}

/* bonus section */
.booster-bonus {
    display: flex;
    gap: 0.75rem;
    align-items: end;
}
.booster-bonus .bonus-value {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    aspect-ratio: 1/1;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    font-weight: bold;
    padding: 0.5rem;
    color: var(--black);
}
.booster-bonus .bonus-bar {
    border: 1px solid var(--gray);
    height: 0.75rem;
}
.booster-bonus .bonus-text {
    font-weight: 600;
}

.booster-bonus.silver .bonus-value {
    background: linear-gradient(180deg, #c1d8da 0%, #93b4b7 78.65%);
}
.booster-bonus.silver .active {
    background-color: #9db2b7;
}
.booster-bonus.silver .bonus-text {
    color: #9db2b7;
}

.booster-bonus.gold .bonus-value {
    background: linear-gradient(180deg, #ffc85b 0%, #feae11 100%);
}
.booster-bonus.gold .active {
    background-color: #feae11;
}
.booster-bonus.gold .bonus-text {
    color: #feae11;
}

.booster-bonus.platinum .bonus-value {
    background: linear-gradient(180deg, #8b8b8b 0%, #686868 100%);
}
.booster-bonus.platinum .active {
    background-color: #686868;
}
.booster-bonus.platinum .bonus-text {
    color: #686868;
}

.booster-bonus.titanium .bonus-value {
    background: linear-gradient(180deg, #fec86e 0%, #c08344 100%);
}
.booster-bonus.titanium .active {
    background-color: #c78b49;
}
.booster-bonus.titanium .bonus-text {
    color: #c78b49;
}

.booster-bonus.diamond .bonus-value {
    background: linear-gradient(180deg, #5757ff 0%, #1c1cff 100%);
}
.booster-bonus.diamond .active {
    background-color: #0000fe;
}
.booster-bonus.diamond .bonus-text {
    color: #0000fe;
}

.shades {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #dadada;
}

.shades::before,
.shades::after {
    content: "";
    height: 90%;
    position: absolute;
    background-color: var(--primary-color);
    aspect-ratio: 1/1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: calc(0% - 50px);
    bottom: calc(0% - 50px);
}

.shades.shade-sm::before,
.shades.shade-sm::after {
    height: 80%;
}

.shades::after {
    right: calc(0% - 40px);
    bottom: calc(0% - 40px);
    box-shadow: -8px -8px 0px 2px rgba(0, 32, 80, 0.5);
}

.shades.shades-green::before,
.shades.shades-green::after {
    background-color: rgba(101, 167, 102, 1);
}

.shades.shades-green::after {
    background-color: rgba(101, 167, 102, 0.5);
    box-shadow: -8px -8px 0px 2px rgba(101, 167, 102, 0.2);
}

.shades.shades-blue::before,
.shades.shades-blue::after {
    background-color: rgba(64, 130, 197, 1);
}

.shades.shades-blue::after {
    background-color: rgba(64, 130, 197, 0.5);
    box-shadow: -8px -8px 0px 2px rgba(64, 130, 197, 0.2);
}

.shades.shades-orange::before,
.shades.shades-orange::after {
    background-color: rgba(254, 163, 54, 1);
}

.shades.shades-orange::after {
    background-color: rgba(254, 163, 54, 0.5);
    box-shadow: -8px -8px 0px 2px rgba(254, 163, 54, 0.2);
}

.shades.shades-yellow::before,
.shades.shades-yellow::after {
    background-color: rgba(235, 206, 32, 1);
}

.shades.shades-yellow::after {
    background-color: rgba(235, 206, 32, 0.5);
    box-shadow: -8px -8px 0px 2px rgba(235, 206, 32, 0.2);
}

.shades.shades-brown::before,
.shades.shades-brown::after {
    background-color: rgba(193, 51, 51, 1);
}

.shades.shades-brown::after {
    background-color: rgba(193, 51, 51, 0.5);
    box-shadow: -8px -8px 0px 2px rgba(193, 51, 51, 0.2);
}

.shades.shades-sky-blue::before,
.shades.shades-sky-blue::after {
    background-color: rgba(51, 161, 193, 1);
}

.shades.shades-sky-blue::after {
    background-color: rgba(51, 161, 193, 0.5);
    box-shadow: -8px -8px 0px 2px rgba(51, 161, 193, 0.2);
}

.shades.shades-rsc::before,
.shades.shades-rsc::after {
    background-color: rgba(39, 119, 142, 0.5);
}

.shades.shades-rsc::after {
    background-color: rgba(39, 119, 142, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(39, 119, 142, 0.1);
}

.text-rsc {
    color: #5ccbf0;
}

.shades.shades-dso::before,
.shades.shades-dso::after {
    background-color: rgba(245, 53, 42, 0.5);
}

.shades.shades-dso::after {
    background-color: rgba(245, 53, 42, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(245, 53, 42, 0.1);
}

.text-dso {
    color: #f5352a;
}

.shades.shades-gso::before,
.shades.shades-gso::after {
    background-color: rgba(45, 166, 21, 0.5);
}

.shades.shades-gso::after {
    background-color: rgba(45, 166, 21, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(45, 166, 21, 0.1);
}

.text-gso {
    color: #91f129;
}

.shades.shades-rmb::before,
.shades.shades-rmb::after {
    background-color: rgba(228, 112, 5, 0.5);
}

.shades.shades-rmb::after {
    background-color: rgba(228, 112, 5, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(228, 112, 5, 0.1);
}

.text-rmb {
    color: #e817cc;
}

.shades.shades-esb::before,
.shades.shades-esb::after {
    background-color: rgba(39, 119, 142, 0.5);
}

.shades.shades-esb::after {
    background-color: rgba(39, 119, 142, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(39, 119, 142, 0.1);
}

.text-esb {
    color: rgba(39, 119, 142, 1);
}

.shades.shades-psb::before,
.shades.shades-psb::after {
    background-color: rgba(9, 62, 108, 0.5);
}

.shades.shades-psb::after {
    background-color: rgba(9, 62, 108, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(9, 62, 108, 0.1);
}

.text-psb {
    color: rgba(9, 62, 108, 1);
}

.shades.shades-psc::before,
.shades.shades-psc::after {
    background-color: rgba(13, 91, 242, 0.5);
}

.shades.shades-psc::after {
    background-color: rgba(13, 91, 242, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(13, 91, 242, 0.1);
}

.text-psc {
    color: #e35b22;
}

.shades.shades-pbb::before,
.shades.shades-pbb::after {
    background-color: rgba(96, 149, 83, 0.5);
}

.shades.shades-pbb::after {
    background-color: rgba(96, 149, 83, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(96, 149, 83, 0.1);
}

.text-pbb {
    color: #2edcfa;
}

.shades.shades-olb::before,
.shades.shades-olb::after {
    background-color: rgba(248, 201, 48, 0.5);
}

.shades.shades-olb::after {
    background-color: rgba(248, 201, 48, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(248, 201, 48, 0.1);
}

.text-olb {
    color: #34f6e0;
}

.shades.shades-smb::before,
.shades.shades-smb::after {
    background-color: rgba(204, 58, 48, 0.5);
}

.shades.shades-smb::after {
    background-color: rgba(204, 58, 48, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(204, 58, 48, 0.1);
}

.text-smb {
    color: #f4dd23;
}

.shades.shades-lrb::before,
.shades.shades-lrb::after {
    background-color: rgba(203, 110, 236, 0.5);
}

.shades.shades-lrb::after {
    background-color: rgba(203, 110, 236, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(203, 110, 236, 0.1);
}

.text-lrb {
    color: rgba(203, 110, 236, 1);
}

.shades.shades-lri::before,
.shades.shades-lri::after {
    background-color: rgba(45, 166, 21, 0.5);
}

.shades.shades-lri::after {
    background-color: rgba(45, 166, 21, 0.3);
    box-shadow: -8px -8px 0px 2px rgba(45, 166, 21, 0.1);
}

.text-lri {
    color: rgba(45, 166, 21, 1);
}

/* Circle Progresss Bar */
svg.radial-progress {
    width: 100%;
    max-width: 100px;
    height: auto;
    aspect-ratio: 1/1;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

svg.radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: var(--primary-color);
    stroke-dashoffset: 219.91148575129;
    stroke-width: 8;
}

svg.radial-progress circle.incomplete {
    stroke: #dadada;
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129;
}

svg.radial-progress text {
    fill: var(--primary-color);
    text-anchor: middle;
    font-weight: 700;
}

svg.radial-progress.silver circle:not(.incomplete) {
    stroke: var(--silver);
}

svg.radial-progress.silver text {
    fill: var(--silver);
}

svg.radial-progress.gold circle:not(.incomplete) {
    stroke: var(--gold);
}

svg.radial-progress.gold text {
    fill: var(--gold);
}

svg.radial-progress.platinum circle:not(.incomplete) {
    stroke: var(--platinum);
}

svg.radial-progress.platinum text {
    fill: var(--platinum);
}

svg.radial-progress.titanium circle:not(.incomplete) {
    stroke: var(--titanium);
}

svg.radial-progress.titanium text {
    fill: var(--titanium);
}

svg.radial-progress.diamond circle:not(.incomplete) {
    stroke: var(--diamond);
}

svg.radial-progress.diamond text {
    fill: var(--diamond);
}

/* Notification Amination */
.v-slider-frame {
    height: 35px;
    overflow: auto hidden;
    background-color: #f9d58d;
}

ul.v-slides {
    transform: translateY(20px);
}

.v-slide {
    white-space: nowrap;
    line-height: 35px;
    font-size: 14px;
}

.dashboardProfileSection {
    position: relative;
    z-index: 1;
}

.dashboardProfileSection::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #002d71 42.99%, #00a3c6 100%);
    border-radius: 1rem 1rem 0px 0px;
    -webkit-border-radius: 1rem 1rem 0px 0px;
    -moz-border-radius: 1rem 1rem 0px 0px;
    -ms-border-radius: 1rem 1rem 0px 0px;
    -o-border-radius: 1rem 1rem 0px 0px;
    z-index: 1;
}

.dashboardProfileSection div.row > * {
    z-index: 200;
}

/* Dashbaord Styling End Here */

/* Dashboard Page Styling Start Here */

/* Order Info Section Styling Start Here */
.copyLinkDiv i {
    float: right;
    cursor: pointer;
    color: var(--light-blue);
    line-height: 1;
    margin-left: 10px;
    font-size: 1.2rem;
}

.copyLinkDiv .copyLink {
    color: var(--light-blue);
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
    word-break: break-all;
    display: inline-block;
}

.month[type="month"] {
    text-align: center;
    display: block;
    padding-right: 5px;
    margin-right: 5px;
    outline: none;
    border: none;
    background: none;
    color: var(--light-blue);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    overflow: visible;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1rem;
}

.month[type="month"]::-webkit-calendar-picker-indicator {
    position: absolute;
    cursor: pointer;
    width: 100%;
    opacity: 0;
}

.month[type="month"]::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    color: var(--text-color);
    text-align: end;
    display: block;
    position: absolute;
    z-index: -1;
    right: 0px;
}

/* User Dashboard Styling End Here */

/* Binary Tree Styling Start Here */
.tree {
    white-space: nowrap;
    overflow: auto;
    min-width: 1275px;
}

.tree ul {
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tree li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 25px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin: 0 -2px 0 -2px;
    width: 50%;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid var(--orange);
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid var(--orange);
}

/*We need to remove left-right connectors from elements without any siblings*/

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/

.tree li:only-child {
    padding-top: 0;
    width: 100%;
}

/*Remove left connector from first child and right connector from last child*/

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/

.tree li:last-child::before {
    border-right: 2px solid var(--orange);
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/

.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid var(--orange);
    width: 0;
    height: 20px;
}

.tree li a {
    color: var(--text-color);
    padding: 4px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/* ================================= */

/* Steps Section Styling */
.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #b7b7b7;
    color: #b7b7b7;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step.completed {
    background-color: var(--primary-color);
    color: var(--primary-color);
}

.step::after {
    content: attr(data-title);
    position: absolute;
    bottom: -80%;
    font-size: 12px;
    text-transform: capitalize;
    color: inherit;
}
.step::before,
.step:last-child::before {
    content: "";
    width: 1000%;
    height: 2px;
    background-color: inherit;
    position: absolute;
    right: 0%;
    top: calc(50% - 1px);
}

.step:last-child::before {
    left: -500%;
}

.step.completed::before {
    z-index: 3;
}
.stepTabs {
    overflow: hidden;
}
.stepTabs .nav-item .nav-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: 2px solid var(--gray-ac);
}
.stepTabs .nav-item .nav-link:not(.active).complete {
    background-color: var(--primary-color);
    color: var(--white);
}
.stepTabs .nav-item:not(:last-child) .nav-link::before {
    content: "";
    width: 10000%;
    height: 2px;
    left: 100%;
    background-color: var(--gray-cc);
    position: absolute;
}
.progress,
.progress-done {
    height: 10px;
}
.progress-done {
    z-index: 10;
    left: 0;
}
.s-acadamy-nav-tab {
    counter-reset: nav-link;
}
.s-acadamy-nav-tab .nav-link {
    position: relative;
    padding: 0.75rem 0.75rem 0.75rem 2rem;
    display: flex;
    align-items: center;
}
.s-acadamy-nav-tab .nav-link::before {
    counter-increment: nav-link;
    content: counter(nav-link, decimal);
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: var(--white);
    font-size: 11px;
    position: absolute;
    left: 0.8rem;
}
.s-acadamy-nav-tab .nav-link.active::before {
    content: "\f04b";
    font-size: 1rem;
}
.s-acadamy-nav-tab .nav-link.active::after {
    content: "\f058";
    font-size: 1rem;
    position: absolute;
    right: 0.5rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: var(--white);
}
.s-acadamy-nav-tab .nav-link.active {
    background: #474747;
    color: white;
    font-weight: 600;
}

#video-parts {
    display: none;
}
.btn-youtube::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f04b";
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.6);
    width: 60px;
    height: 45px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 22.5px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 50ms all ease-in-out;
    -webkit-transition: 50ms all ease-in-out;
    -moz-transition: 50ms all ease-in-out;
    -ms-transition: 50ms all ease-in-out;
    -o-transition: 50ms all ease-in-out;
    font-size: 1.3rem;
}
.btn-youtube:hover::before {
    background-color: var(--red);
}

.playlist-thumbnail {
    aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .playlist-thumbnail {
        /* aspect-ratio: 16/9; */
        width: 70%;
        margin: 0 auto !important;
        height: 63px;
    }
}
@media (min-width: 576px) {
    .min-sm-vh-100 {
        min-height: 100vh;
    }
}

@media (max-width: 991.98px) {
    .mainContent[data-expand="false"],
    .mainContent[data-expand="true"] {
        margin-left: auto;
        width: calc(100% - var(--sidebar-close));
    }

    .mainContent[data-expand="false"] .backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
    }

    /* Salveo Page Styling */
    .reviewImageSection {
        -moz-columns: 2;
        columns: 2;
    }

    .arrow-down {
        position: relative;
        margin-bottom: 40px;
    }

    .arrow-down::before {
        content: "";
        position: absolute;
        border: 15px solid transparent;
        border-top: 15px solid var(--light-green);
        bottom: -30px;
        left: calc(50% - 7.5px);
        cursor: pointer;
    }
}

/* Medium Screen (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* Font Size */
    .salveofast-heading-1 {
        font-size: 4.5rem;
        line-height: 1.25;
    }

    .salveofast-heading-2 {
        font-size: 2.5rem;
    }
    h1,
    .h1 {
        font-size: 1.75rem;
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: 1.625rem;
        font-weight: 700;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
        font-weight: 600;
    }

    h4,
    .h4 {
        font-size: 1.375rem;
        font-weight: 600;
    }

    h5,
    .h5 {
        font-size: 1.125rem;
        font-weight: 500;
    }

    h6 {
        font-size: 1rem;
        font-weight: 500;
    }

    p {
        font-size: 1rem;
        font-weight: 400;
    }

    .subparagraph {
        font-size: 0.875rem;
        font-weight: 400;
    }

    /* Navbar Styling Start Here */
    .navbar .navbar-brand {
        max-width: 120px;
    }

    /* Navbar Styling End Here */
    .bg-memberdashboard-img {
        background-image: url("../../images/membership-image.jpg");
    }
    /* opportunity Page Styling Start Here */
    .buildingSection::before {
        height: 160px;
    }

    .buildingSection::after {
        height: 200px;
    }

    /* Opportunity Page Styling End Here */
}

/* Small Screens (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Font Size */
    .salveofast-heading-1 {
        font-size: 3rem;
        line-height: 1.25;
    }

    .salveofast-heading-2 {
        font-size: 1.75rem;
    }
    h1,
    h1 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: 1.25rem;
        font-weight: 700;
    }

    h3,
    .h3 {
        font-size: 1.125rem;
        font-weight: 600;
    }

    h4,
    .h4 {
        font-size: 1.06rem;
        font-weight: 600;
    }

    h5,
    .h5 {
        font-size: 1rem;
        font-weight: 500;
    }

    h6,
    .h6 {
        font-size: 0.875rem;
        font-weight: 500;
    }

    p {
        font-size: 0.875rem;
        font-weight: 400;
    }

    .subparagraph {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* UL OL Styling */
    .count-list li {
        padding-left: 55px;
    }

    .count-list li::before {
        font-size: 2rem;
        width: 45px;
    }

    /* Positions */
    .position-sticky-sm {
        position: -webkit-sticky;
        position: sticky;
    }

    /* Navbar Styling Start Here */
    .navbar .navbar-brand {
        max-width: 100px;
    }
    .notificationDropdown {
        height: calc(100vh - 150px);
        max-height: calc(100vh - 150px);
        width: calc(100vw - 12px);
        right: -10px !important;
    }
    .notificationDropdown::before {
        display: none;
    }
    /* Navbar Styling End Here */

    /* Welcome Page Styling Start Here */

    .welcomeBanner .bannerBtn {
        max-width: 70%;
        bottom: 3.5%;
    }

    /* Welcome Page Styling End Here */

    /* Salveo Page Styling */
    .reviewImageSection {
        -moz-columns: 1;
        columns: 1;
    }

    .arrow-down {
        position: relative;
        margin-bottom: 30px;
    }

    .arrow-down::before {
        content: "";
        position: absolute;
        border: 10px solid transparent;
        border-top: 10px solid var(--light-green);
        bottom: -20px;
        left: calc(50% - 5px);
        cursor: pointer;
    }

    /* ================================== */
    /* Dashboard Styling */

    :root {
        --sidebar-close: 0px;
    }

    .mainContent[data-expand="false"],
    .mainContent[data-expand="true"] {
        width: 100%;
        margin-left: 0px;
    }

    /* ================================= */

    /* opportunity Page Styling Start Here */
    .buildingSection::before {
        height: 140px;
    }

    .buildingSection::after {
        height: 180px;
    }

    /* Opportunity Page Styling End Here */
}
@media only screen and (max-width: 767px) {
    #video-section {
        margin-top: 0;
    }
    .section-mobile {
        border-radius: 0;
    }
    .heading-mobile {
        display: none;
    }
    .mb-2rem {
        margin-bottom: 1.5rem;
    }
}
.nav-link {
    opacity: 50;
}

.nav-link.active {
    opacity: 1;
    color: #303030 !important;
    font-weight: 700;
}

.tab-icon i {
    opacity: 0.5;
    display: none;
}

.nav-link.active .tab-icon i {
    display: block;
    opacity: 1;
}
.fw-600 {
    font-weight: 600;
}
.bg-bread {
    background: var(--skin-white);
}
.textclr {
    color: var(--echo-blue);
}
.bread-itemclr {
    color: var(--Crayola);
}
.active-item {
    color: var(--darkblue);
}
.qualityclr {
    background: var(--light-orange);
    color: var(--orange);
}
.deliveryclr {
    color: var(--for-green);
}
.fs-25px {
    font-size: 25px;
}
/* #radioNoLabel11 {
    background: var(--radio-beige);
}
#radioNoLabel2 {
    background: var(--radio-parrot);
}
#radioNoLabel13 {
    background: var(--radio-blue);
}
#radioNoLabel14 {
    background: var(--radio-pink);
}
#radioNoLabel15 {
    background: var(--radio-orange);
} */

.c-size:checked::before {
    border-color: var(--radio-beige);
}
.c-size:checked::before {
    border-color: var(--radio-parrot);
}
.c-size:checked::before {
    border-color: var(--radio-blue);
}
.c-size:checked::before {
    border-color: var(--radio-pink);
}
.c-size:checked::before {
    border-color: var(--radio-orange);
}
.radiobg {
    background: var(--white-smoke);
    border-radius: 6px;
}
/* .btn1{
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    background: linear-gradient(90deg, #FED000 0%, #FF9000 100%);
    font-weight: 700;
} */
.btn2 {
    /* clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%); */
    background: linear-gradient(90deg, #01c1e4 0%, #010c4e 100%);
    font-weight: 600;
    border-radius: 7px !important;
}
.fw-700 {
    font-weight: 700;
}
.fs-35 {
    font-size: 35px;
}
.btn-1 {
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    background: linear-gradient(90deg, #fed000 0%, #ff9000 100%);
    font-weight: 700;
    width: 40%;
}
.btn-2 {
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, #01c1e4 0%, #010c4e 100%);
    width: calc(60% + 10px);
    font-weight: 600;
    font-size: 13px;
    margin-left: -9px;
}

.c-size {
    width: 1.5rem !important;
    height: 1.5rem !important;
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.c-size:checked::before {
    content: "\f00c";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    margin: -5px auto auto -5px;
    border-radius: 50%;
}
.c-size:disabled::before {
    content: "\f00d";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #fd0303;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.swiper-button-next,
.swiper-button-prev {
    color: rgb(197, 195, 195) !important;
    font-size: 8px !important;
    opacity: 0.2;
}

.c-size:checked[type="radio"] {
    background: none;
}

.form-check-input:checked {
    background-color: #002050;
    border-color: #002050;
}

.form-check-input:checked ~ span {
    color: #002050;
}
.form-check-input:disabled ~ span:before {
    content: "\f00d";
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    color: #fd0303;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    display: inline;
}

/* .form-check-label:checked {
    color: #002050;
} */

.product-slider-thumb {
    height: 20%;
}

.product-slider-thumb .swiper-slide {
    height: 100%;
    margin-top: 0;
}

.product-slider-thumb .swiper-slide-thumb-active {
    border: 1px solid lightgray;
}

.product-slider {
    aspect-ratio: 1 / 1;
}
.text {
    color: var(--Light-gray);
}
.gradientset {
    background: linear-gradient(90deg, #4776e6 0%, #8e54e9 100%);
    border-radius: 25px !important;
}
.progress-height {
    height: 7vh;
    border-radius: 25px;
    background: #5c5c5c;
    backdrop-filter: blur(5px) !important;
}
.circle {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.circle::before,
.circle::after {
    content: "";
    background: #414141;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    top: -150px;
    left: -150px;
    z-index: -1;
}

.circle::after {
    top: auto;
    left: auto;
    bottom: -150px;
    right: -150px;
}

.firstbox {
    background: linear-gradient(121.9deg, #414141 0%, #303030 96.81%);
    border-radius: 8px;
    border: 0.98px solid #4d4d4d;
}
.h-48px {
    height: 54px;
}
.w-48px {
    width: 54px;
}
.fs-20px {
    font-size: 20px;
    font-weight: 600;
}

.bg-green {
    background-color: #217900;
}

.textgreen {
    /* color: #217900; */
    color: #4DEE13;

}
.lineHeading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineHeading::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: var(--gray);
    position: absolute;
    left: 0;
    z-index: -1;
}
.bg-zinc {
    background-color: #0f2000 !important;
}
.w-20px {
    width: 50%;
}
.bg-lite {
    background-color: #f6f6f6;
}
.wid-20px {
    width: 30%;
}
.bg-image {
    background: url("../../images/landingnew/cardbg.jpg") no-repeat center
        center;
    background-size: cover;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.accordion-button::after {
    content: "\f106";
    color: #93f814;
    background-image: none;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
}
.accordion-button:not(.collapsed)::after {
    content: "\f106";
    color: #93f814;
    background-image: none;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
}

.max-width-300px {
    width: 300px;
}
.bg-greendark {
    background-color: #008238;
}
.w-20px {
    width: 40px;
}
.rounded-top-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.rounded-bottom-30 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.w-150px {
    width: 150px;
}
.h-150px {
    height: 150px;
}
.border-yellow-500 {
    border: 1px solid #f5ac1b !important;
}
.lineHeadingnew {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineHeadingnew::before {
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: var(--gray);
    position: absolute;
    left: 0;
    z-index: 0;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

/* .videoSwiper2 {
    height: 80%;
    width: 100%;
  } */

/* .videoSwiper {
    height: 20%;
    box-sizing: border-box;
  } */

/* .videoSwiper .swiper-slide {
    width: 25%;
    height: 100%;
  } */

.videoSwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.border-yellow {
    border: 1px solid #f4ac1c !important;
}
/* .navbar-nav .dropdown .dropdown-toggle::after{
    color:black !important;
} */
.disclaimerHeadingnew {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.disclaimerHeadingnew::before {
    content: "" !important;
    width: 100% !important;
    height: 1.5px !important;
    background-color: white !important;
    position: absolute;
    left: 0;
    z-index: 1;
}

.reseller-btn {
    width: 25%;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff9800;
    cursor: pointer;
}
.text-overlay {
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
}
.bottom-postin {
    bottom: 28px;
    position: absolute;
}
.w-50px {
    width: 250px;
}
.thumbnail-bar {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.thumbnail-bar.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.logoswaiperBlur {
    position: relative;
    overflow: hidden;
}

.logoswaiperBlur::before,
.logoswaiperBlur::after {
    content: "";
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.logoswaiperBlur::after {
    right: 0;
    left: auto;
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

/* Medium screens (md) */
@media (max-width: 992px) {
    .reseller-btn {
        width: 40%;
        font-size: 14px;
        padding: 8px;
    }

    .text-overlay {
        top: 50%;
        left: 2%;
        width: 70%;
    }
    .text-overlay h4 {
        font-size: 18px;
    }
    .text-overlay h2 {
        font-size: 24px;
    }
}

/* Small screens (sm) */
@media (max-width: 768px) {
    .reseller-btn {
        width: 30%;
        font-size: 12px;
        margin-top: 4px;
    }
    .text-overlay {
        top: 50%;
        left: -3%;
        width: 80%;
    }
    .text-overlay h4 {
        font-size: 16px;
    }
    .text-overlay h2 {
        font-size: 20px;
    }
}

.sc-bg {
    background-image: url("../../images/scformbg.png");
    background-size: cover;
    background-position: center;
}
.shadow-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    border-radius: 8px;
}

.custom-file-upload {
    position: relative;
    border-radius: 4px;
    padding: 8px 12px;
    background-color: white;
    width: 250px;
    height: 40px;
    cursor: pointer;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.upload-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.toggle-password {
    position: absolute !important;
    top: 74% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
    z-index: 10 !important;
    color: #0b0b0b !important;
}
.popbtn {
    transition: transform 0.2s ease-in-out;
    font-size: 24px;
    font-weight: 600;
}

.popbtn:hover {
    transform: scale(1.05);
    background-color: #ec9501;
}
.fs-38px {
    font-size: 38px;
}

@media (max-width: 576px) {
    .hidden-icon-mobile::after {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    #signupModalBtn {
        text-wrap: nowrap;
    }
}

@media (max-width: 576px) {
    .hidden-icon-mobile::after {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    #signupModalBtn {
        white-space: nowrap;
    }
}

.icon-wrapper {
    width: 1.5rem;
min-width: 1.5rem;
    height: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    border-radius: 4px !important;
    padding: 0.25rem;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itemactive.active{
    background-color: white !important;
}
.maincolrbg{
    background-color:#F3F3F3;
}
.textclrdown{
color:rgba(160, 160, 160, 1) !important;
}

.headclrchnge{
    background-color: #184BA0;
}
.textchnge{
    color: #184BA0;
}
.roundedshape{
    border-radius: 14px;
}
/* slider */
.logoSwiper .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px; /* space between slides */
}


  
 .logoSwiper img {
  height: 150px;             /* fixed height for all logos */
  width: auto;              /* auto width to keep aspect ratio */
  object-fit: contain;
  filter: brightness(1);
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
  margin: 0 auto;           /* centers the logo */
}



.logoSwiper img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.slick-track {
  display: flex;
  align-items: center;
}



/* //////////////////////////infopage css responsive ///////////////////*/
       
/* ================================
   Branch Section Styling
   ================================ */

/* Base (Desktop / Large Screens ≥992px) */
.branch-col img {
    background-color: red;
}
.branch-title {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
}

.branch-text {
  font-size: 1rem;
  line-height: 1.4;
}

.branch-col img {
  border-radius: 6px;
}

/* Medium Screens (Tablets: ≤992px) */
@media (max-width: 992px) {
  .branch-title {
    font-size: 1rem;
  }
  .branch-text {
    font-size: 0.9rem;
  }

  .branch-col img {
    width: 55% !important;
    
  }

  .d-flex.gap-2 img[alt="location"] {
    width: 24px !important;
    height: 36px !important;
  
  }
}

/* Small Screens (Mobiles: ≤576px) */
@media (max-width: 576px) {
  .branch-title {
    font-size: 0.9rem;
  }
  .branch-text {
    font-size: 0.8rem;
  }

  .branch-col {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }

  .branch-col img {
    width: 80% !important;
    margin-bottom: 8px;
  }

  .d-flex.gap-2 img[alt="location"] {
    width: 20px !important;
    height: 30px !important;
  }

  .d-flex.gap-2 h5 {
    justify-content: center;
  }
}