* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

img,
input,
select,
textarea {
    width: 100%;
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
}

button {
    cursor: pointer !important;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

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

p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 16px;
}

.title-lg {
    font-size: clamp(22px, 3.25vw, 32px);
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.72px;
    margin: 0 0 24px;
}

.title-md {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.56px;
    margin: 0 0 20px;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway
}

.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
}

.opacity-65 {
    opacity: .65;
}

hr {
    background-color: #fff;
    opacity: 0.25;
    margin: 25px 0;
}

.bg-light {
    background: #F3E8FF;
}

.center-text {
    max-width: 470px;
    text-align: center;
    margin: 0 auto 50px;
}

/* _____________ Start CSS For Header Footer ____________ */
header {
    background-color: #40097C;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
}

.logo img {
    width: 170px;
}

.ctm-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar {
    display: flex;
    justify-content: end;
    gap: 40px;
    flex-grow: 5;
}

.nav-bar>li>a {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: .25s;
    z-index:-99;
}

.nav-bar>li:hover>a,
.nav-bar>li:hover>a i {
    color: #EF6204;
}

.nav-bar>li:hover>a {
    border-bottom: 2px solid #EF6204;
}

.icon-burger {
    display: none;
    flex-direction: column;
    align-items: end;
    gap: 6px;
}

.line-lg,
.line-sm {
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: .75s;
}

.line-sm {
    width: 18px;
}

#nav-toggle {
    display: none;
}

a.orange_btn,
button.orange_btn {
    border-radius: 30px;
    border: 1px solid #F76504;
    background: #F76504;
    padding: 7px 20px !important;
    color: #fff;
    text-transform: uppercase;
}

.fs-21 {
    font-size: 21px;
    font-family: 'Raleway';
}

ul.dropdown {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.20);
    padding: 18px 12px;
    min-width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: .2s;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 1;
}

ul.dropdown a {
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

ul.dropdown>li>a {
    border-radius: 7px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.00);
}

ul.dropdown>li {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.00);
    padding: 12px 20px;
    margin-bottom: 5px;
    transition: .2s;
}

ul.dropdown>li:hover {
    background: #D8C7EB;
}

ul.nav-bar>li {
    position: relative;
    padding: 12px 0;
}

ul.nav-bar>li:hover>a.orange_btn {
    color: #fff;
}

ul.nav-bar>li:hover .dropdown {
    opacity: 1;
    transform: scaleY(1);
}

ul.nav-bar>li i.fa.fa-angle-down {
    transform: scale(1.35);
    padding-left: 3px;
}

footer {
    background: #181818;
}

.subscibe-from {
    display: flex;
    background: transparent;
    border: 1px solid #f76504;
    border-radius: 25px;
    overflow: hidden;
}

.subscibe-from form {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.subscibe-from input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 20px;
    color: #fff;
    outline: none;
}

.subscibe-from input:focus,
.subscibe-from input::placeholder {
    color: #fff;
}

.subscibe-from .orange_btn {
    border: none;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 25px;
    white-space: nowrap;
    flex-shrink: 0;
}

ul.footer-links a {
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
}

footer .fs-21 {
    display: block;
    margin-bottom: 30px;
}

.social-link {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    transition: .25s;
}

.social-link a i {
    font-size: 24px;
}

.social-link a:hover {
    background: #f76504;
    color: #fff;
}

/* _____________ End CSS For Header Footer ____________ */
.auth-form {
    padding: 55px 0;
}

.user-form {
    max-width: 500px;
    margin: 0 auto;
}

.gerdient-bg {
    background: linear-gradient(90deg, #F5DCFA 49.97%, #FDEFE6 49.97%);
}

.form-abs {
    max-width: 70%;
    margin: 0 auto;
}

.form_group label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.32px;
    margin-bottom: 3px;
}

.form_group input,
.form_group select,
.form_group textarea {
    border-radius: 5px !important;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    padding: 6px 15px;
}

.user-form {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
    padding: 5% 5% 6%;
}

.input-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form_group {
    margin-bottom: 20px;
}

.form_group input[type="text"] {
    color: #333;
    font-weight: 500;
}

.form_group input[type="text"]::placeholder {
    color: #888;
    font-weight: 500;
}

.blue-bdr-btn:hover {
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}

.blue-bdr-btn {
    border-radius: 30px;
    border: 1px solid #56169D;
    color: #56169D;
    background: transparent;
    font-family: Raleway;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 4px 35px;
    transition: .25s;
}

.blue-bg {
    background: #56169D !important;
    color: #fff;
}

.google-btn:hover {
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}

.google-btn img {
    width: 20px;
}

.or {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.or span {
    background: #fff;
    padding: 0 5px;
    transform: translateY(11px);
    font-weight: 500;
}

.user-form a {
    color: #56169D;
    text-decoration: underline;
    font-weight: 600;
}

.user-form a.google-btn {
    text-decoration: none;
    color: #333;
}

.google-btn {
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 7px 10px;
    width: 100%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: .25s;
}

.question-icon {
    width: 13px;
    transform: translateY(-1px);
    display: inline;
}

.tab-content {
    border-radius: 0px 0px 25px 25px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 25px 30px 35px;
    display: none;
    margin-bottom: 35px;
}

ul.tabs {
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: max-content;
}

ul.tabs li {
    background: none;
    color: #333;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 12px 12px 0px 0px;
    font-weight: 500;
}

ul.tabs li.current {
    background: #40097C;
    color: #fff;
}

.tab-content.current {
    display: inherit;
}

.search-form {
    width: 100%;
    max-width: 415px;
    position: relative;
    margin-left: auto;
    transform: translateY(20px);
    margin-bottom: -18px;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    padding: 0 12px;
    background: transparent;
}

.sm-text {
    font-size: 12px;
}

.tab-content .form_group>label {
    font-size: 15px;
    font-weight: 600;
}

.product-detail-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 35px;
}

.area-01 {
    grid-area: a1;
    max-height: 200px;
}

.area-02 {
    grid-area: a2;
    max-height: 200px;
}

.area-03 {
    grid-area: a3;
    max-height: 130px;
}

.area-04 {
    grid-area: a4;
    max-height: 130px;
}

.area-05 {
    grid-area: a5;
    max-height: 130px;
}

.img-grid {
    display: grid;
    grid-template-areas: 'a1 a1 a1 a1 a1 a1 a2 a2 a2 a2 a2 a2'
        'a1 a1 a1 a1 a1 a1 a2 a2 a2 a2 a2 a2'
        'a1 a1 a1 a1 a1 a1 a2 a2 a2 a2 a2 a2'
        'a3 a3 a3 a3 a4 a4 a4 a4 a5 a5 a5 a5'
        'a3 a3 a3 a3 a4 a4 a4 a4 a5 a5 a5 a5'
        'a3 a3 a3 a3 a4 a4 a4 a4 a5 a5 a5 a5';
    gap: 15px;

}

.img-grid div {
    border-radius: 15px;
    border: 1px dashed #CCCCCC;
    background: #F4F4F4;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-grid input {
    display: none;
}

.img-grid label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.32px;
    margin-bottom: 3px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.tabs_box {
    overflow: auto;
}

.product-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 325px;
}

.chkbx-toggle {
    display: none;
}

.chkbx-toggle+label {
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    width: 50px;
    height: 26px;
    background-color: #f4f4f4;
    border-radius: 60px;
    transition: background 0.4s;
    border: 1px solid #E6E6E6;
}

.chkbx-toggle+label::before,
.chkbx-toggle+label::after {
    content: "";
    display: block;
    position: absolute;
}

.chkbx-toggle+label::before {
    right: 1px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background-color: #f4f4f4;
    border-radius: 60px;
    transition: background 0.4s;
}

.chkbx-toggle+label::after {
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background-color: #999;
    border-radius: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s;
}

.chkbx-toggle:checked+label {
    background-color: #F4F4F4;
}

.chkbx-toggle:checked+label::before {
    background-color: #f4f4f4;
}

.chkbx-toggle:checked+label::after {
    transform: translateX(24px);
    background-color: #40097C;
}

.orange-box {
    border-radius: 5px;
    border: 1px dashed #EF6204;
    background: rgba(239, 98, 4, 0.10);
    padding: 12px 20px;
    color: #EF6204;
    margin-bottom: 20px;
}

.add-account {
    display: flex;
    width: max-content;
    border-radius: 30px;
    border: 1px solid #EF6204;
    background: #FFF;
    padding: 7px 20px;
    align-items: center;
    gap: 7px;
    color: #EF6204;
}

.add-account:focus {
    border: 1px solid #EF6204;
}

.add-account span {
    display: inline-flex;
    background: #EF6204;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.btn_group.text-end button {
    text-transform: uppercase;
}

.orange-box.orange-box-inner {
    display: grid;
    grid-template-columns: 75px calc(100% - 100px);
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 15px;
    align-items: center;
    margin-top: 35px;
    gap: 15px;
}

.orange-box.orange-box-inner img {
    width: 75px;
}

.product-form .form_group {
    margin-bottom: 10px;
}

.product-form .search-form {
    transform: translateY(40px);
}

.orange-box-text span {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.product-form-left {
    display: flex;
    gap: 16px;
}

.border-cards {
    border-radius: 25px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.all-list {
    min-width: 1160px;
    margin-bottom: 25px;
}

.list-header {
    border-radius: 25px 25px 0px 0px;
    background: #F4F4F4;
    justify-content: space-between;
    color: #686868;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    padding: 20px;
}

.list-footer {
    border-top: 1px solid #E6E6E6;
    padding: 12px 20px;
    text-align: right;
}

.list-items {
    padding: 14px 20px;
}

.list-header,
.list-items {
    display: grid;
    grid-template-columns: 3% 22% 16% 13% 7% 7% 7% 13% 5% 6%;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

.all-list input[type="checkbox"] {
    display: block;
}

i.fa.fa-star.star-fill {
    color: #F76504;
}

i.fa.fa-star {
    color: #C3C3C3;
}

.list-items {
    border-top: 1px solid #E6E6E6;
}

.rating span {
    font-size: 11px;
}

.list-body {
    color: #939393;
    font-weight: 500;
}

.product_name a {
    color: #40097C;
}

.edit button,
.delete button {
    padding: 5px;
    border: 0;
    background: transparent;
    padding-left: 10px;
}

.tags {
    color: #333;
    font-size: 11px;
    font-weight: 500;
    border-radius: 18px;
    border: 1px solid #F76504;
    background: rgba(247, 101, 4, 0.20);
    padding: 4px 10px;
}

.tags-blue {
    border: 1px solid #B2FCFA;
    background: rgba(178, 252, 250, 0.30);
}

.tags-lemon {
    border: 1px solid #EEFFB5;
    background: rgba(238, 255, 181, 0.50);
}

.tags-light {
    border: 1px solid #FFC7D1;
    background: rgba(255, 199, 209, 0.30);
}



/*________ CSS For Datatable ________ */
.table-bordered> :not(caption)>*>* {
    border-width: 0 0px;
}

table.dataTable thead tr {
    background: #E6E6E6;
}

.table>tbody tr td:nth-child(02) {
    color: #40097c;
}

table.dataTable tbody tr td {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 500;
}

table.dataTable thead tr th {
    padding: 15px 13px;
    border-bottom: 1px solid #E6E6E6;
    color: #686868;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: 0.32px;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #E6E6E6 !important;
}

.all-product .border-cards {
    border: 0px solid #E6E6E6;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #E6E6E6 !important;
    border: 1px solid #E6E6E6;
    border-radius: 18px;
    overflow: hidden;
    width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate {
    border-radius: 24px;
    border: 1px solid rgba(64, 9, 124, 0.20);
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    float: none !important;
    margin: 20px auto;
    width: max-content;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #40097C !important;
    color: #fff !important;
    font-weight: 500;
    border: 1px solid #40097c !important;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button.current,
div.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

div#DataTables_Table_0_info,
.dataTables_length,
.dataTables_filter {
    display: none;
}


/*___________ Start CSS For Home Section ______________ */
body.have_banner {
    margin: 0;
}

.darkHeader header {
    background-color: #40097C;
}

.hero-banner {
    background-image: url(../images/hero-banner.png);
    background-size: cover;
    background-position: top center;
    padding-top: 80px;
}

.hero-img {
    max-width: 90%;
    margin: 0 auto;
}

.hero-banner .hero-hdg {
    font-size: clamp(38px, 4.25vw, 58px);
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
    line-height: normal;
}

.orange-text {
    font-weight: 600;
    color: #F76504;
    font-size: clamp(42px, 4.5vw, 64px);
}

.hero-bootom {
    background: #F3E8FF;
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
    padding: 55px 0 35px;
    margin-top: -85px;
}

.hero-bootom h2 {
    color: #56169D;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.about-us.py-60 {
    position: relative;
}

.about-us::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 100px;
    background-image: url(../images/about-abs.png);
    right: 0%;
    bottom: 5%;
    background-size: contain;
    background-repeat: no-repeat
}

.benefits-img {
    border-radius: 20px;
    width: 190px;
    height: 190px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
    transition: .35s;
}

.benefits-img:hover {
    background: #56169d;
}

.benefits-img:hover svg,
.benefits-img:hover path {
    fill: #fff;
}

.benefits-img svg {
    width: 80px;
}

.benefits-items {
    text-align: center;
}

.benefits-items {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}

.how-process {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 4fr;
    padding-bottom: 55px;
    position: relative;
}

.how-process:not(:last-child)::before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-orange.png);
    width: 18px;
    height: 45%;
    bottom: 5%;
    left: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

.how-process .title-md {
    margin: 5px 0 20px;
}

.how-icon {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
}

.how-text {
    max-width: 340px;
}

.how-img {
    max-width: 475px;
}

.how-work {
    position: relative;
}

.how-work::after {
    content: "";
    position: absolute;
    width: 135px;
    height: 215px;
    background-image: url(../images/how-abs.png);
    right: 0%;
    top: 10%;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-items {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 45px 35px;
    margin-top: 15px;
}

.client-slider .slick-track {
    display: inline-flex;
    gap: 30px;
    margin: 0 -4px;
}

.client-img-sec {
    display: flex;
    align-items: center;
    gap: 28px;
}

.client-img {
    border-radius: 50%;
    background: #FFF;
    box-shadow: 7px 7px #F7894F;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    margin-bottom: 30px;
}

.client-say {
    background: rgba(243, 87, 3, 0.10);
}

.slick-dots li button:before {
    font-size: 14px;
    opacity: 1;
    color: #BDBDBD;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f7894f;
}

.slick-dots li {
    margin: 0;
}

.client-say .slick-next,
.client-say .slick-prev {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    background-image: url(../images/arrow.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.client-say .slick-next:before,
.client-say .slick-prev:before {
    opacity: 0;
}

.client-say button.slick-next.slick-arrow {
    transform: rotate(180deg);
}

.name {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: block;
}

.city {
    color: rgba(51, 51, 51, 0.70);
    font-weight: 500;
}

.client-say button.slick-next.slick-arrow {
    top: -55px;
    right: 5px;
}

.client-say button.slick-prev.slick-arrow {
    right: 48px;
    left: unset;
    top: -40px;
}

.client-say .slick-dots {
    position: absolute;
    bottom: -55px;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.client-say li.slick-active {
    width: 35px;
    background: #f7894f;
    height: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.faqs {
    max-width: 820px;
    margin: 0 auto;
}

.faq {
    position: relative;
}

/*.faq::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 25%;*/
/*    height: 395px;*/
/*    background-image: url(../images/faq-right.png);*/
/*    right: 5%;*/
/*    top: 10%;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.faq::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100px;*/
/*    height: 145px;*/
/*    background-image: url(../images/faq-left.png);*/
/*    left: 2%;*/
/*    bottom: 2%;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

.accordion {
    position: relative;
    z-index: 2;
}

.accordion-item:has(.show) {
    background: #fff !important;
}

.accordion-item:has(.show) .accordion-button:not(.collapsed) {
    background: #fff !important;
}

.accordion-item {
    border-radius: 16px !important;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #f6f6f6 !important;
    border: 0px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #f6f6f6;
    box-shadow: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 35px 30px 100px;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.54px;
}

.accordion-body {
    padding: 0px 35px 45px 100px;
}

button.accordion-button::after {
    display: block;
    position: absolute;
    content: "";
    top: 39px;
    left: 41px;
    width: 21px;
    height: 3px;
    background: currentColor;
    opacity: .5;
}

button.accordion-button::before {
    display: block;
    position: absolute;
    content: "";
    top: 30px;
    left: 50px;
    width: 3px;
    height: 21px;
    background: currentColor;
    opacity: .5;
}

.accordion-button::after {
    transition: transform 0s ease-in-out;
}

.accordion-item:has(.show) .accordion-button:not(.collapsed)::before {
    display: none;
}

.choose-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px 30px;
}

.icon-items {
    background: #fff;
    padding: 14% 10% 7%;
    min-height: 185px;
    border-radius: 20px;
    position: relative;
    transition: .35s;
    margin-right: 10px;
    box-shadow: 12px 12px 0px 0px rgba(178, 252, 250, 0.75);
}

.icon-items .icon-img {
    position: absolute;
    z-index: 3;
    top: -35px;
    left: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-items-01 .icon-img {
    background: #B2FCFA;
}

.icon-items-02 .icon-img {
    background: #D5BCD1;
}

.icon-items-03 .icon-img {
    background: #FFD8C1;
}

.icon-items-04 .icon-img {
    background: #EEFFB5;
}

.icon-items-05 .icon-img {
    background: #FBBB97;
}

.icon-items-06 .icon-img {
    background: #FFC7D1;
}

.icon-items::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 30px;
    top: -30px;
    opacity: 1;
    transition: .35s;
}

.icon-items-01::after {
    background-image: linear-gradient(180deg, #B2FCFA 42%, transparent 40%);
}

.icon-items-02::after {
    background-image: linear-gradient(180deg, #D5BCD1 42%, transparent 40%);
}

.icon-items-03::after {
    background-image: linear-gradient(180deg, #FFD8C1 42%, transparent 40%);
}

.icon-items-04::after {
    background-image: linear-gradient(180deg, #EEFFB5 42%, transparent 40%);
}

.icon-items-05::after {
    background-image: linear-gradient(180deg, #FBBB97 42%, transparent 40%);
}

.icon-items-06::after {
    background-image: linear-gradient(180deg, #FFC7D1 42%, transparent 40%);
}

.icon-items-01 {
    box-shadow: 10px 10px 0px 0px rgba(178, 252, 250, 0.75);
}

.icon-items-02 {
    box-shadow: 10px 10px 0px 0px rgba(213, 188, 209, 0.75);
}

.icon-items-03 {
    box-shadow: 10px 10px 0px 0px rgba(255, 216, 193, 0.75);
}

.icon-items-04 {
    box-shadow: 10px 10px 0px 0px #EEFFB5;
}

.icon-items-05 {
    box-shadow: 10px 10px 0px 0px #FBBB97;
}

.icon-items-06 {
    box-shadow: 10px 10px 0px 0px rgba(255, 199, 209, 0.75);
}

.contact_main {
    background-image: url(../images/contact_us_bg.png);
    background-size: cover;
    background-position: center center;
    padding: 0 5%;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 8%;
    color: #fff;
}

.contact-form {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 10%;
}

.contact-form .form_group input,
.contact-form .form_group select,
.contact-form .form_group textarea {
    border-radius: 12px !important;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
    padding: 12px 24px;
    border: 1px solid #CCC;
    background: #FFF;
}

.contact-form .form_group {
    margin-bottom: 24px;
}

.contact_tag {
    border-radius: 70px 40px 40px 0px;
    background: #FEEEE6;
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.225px;
    width: max-content;
    padding: 15px 45px;
    margin-bottom: 50px;
}

.connect-wrap {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.mob-icon {
    display: flex;
    gap: 20px;
    border-radius: 39.5px 40px 40px 0px;
    background: #FEEEE6;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.mob-icon i {
    color: #333;
    font-size: 18px;
}

.contact-wraper {
    padding-top: 12%;
}

.contact-form {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 10%;
    transform: translateY(10%);
}

.contact_us {
    padding-bottom: 135px;
}

.connect-lebal {
    font-weight: 500;
    display: block;
}


/*___________ End CSS For Home Section ______________ */


@media (max-width: 1150px) {
    .product-form .search-form {
        transform: translateY(0px);
        margin-bottom: 10px;
    }

    .list-header,
    .list-items,
    .list-footer {
        padding-right: 10px;
    }

}

@media (max-width: 991px) {
    .py-75 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pt-75 {
        padding-top: 45px;
    }

    .pb-75 {
        padding-bottom: 45px;
    }

    .nav-bar {
        position: fixed;
        gap: 25px;
        width: 285px;
        background: #40097c;
        right: -285px;
        top: 0;
        bottom: 0;
        height: 100vh;
        padding-top: var(--lp-nav-top, 73px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .25s ease-in-out;
        z-index: 9999;

    }

    .nav-bar li {
        border-top: 1px solid rgb(255 255 255 / 50%);
        width: 100%;
        text-align: center;
        padding-top: 25px;
    }

    .icon-burger {
        display: flex;
        position: relative;
        z-index: 10001;
    }

    #nav-toggle:checked~.nav-bar {
        right: 0;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    /* Keep the close (X) button visible/clickable above the drawer */
    #nav-toggle:checked~.icon-burger {
        position: fixed;
        right: 18px;
        top: 18px;
        z-index: 10001;
    }

    /* Dropdown menus inside the mobile off-canvas nav */
    .nav-bar .dropdown-menu {
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        min-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

    .nav-bar .dropdown-menu li {
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .nav-bar .dropdown-menu li a {
        color: #fff !important;
        padding: 12px 0 !important;
        display: block;
    }

    #nav-toggle:checked~.icon-burger span:nth-child(1) {
        transform: translateY(7px) rotate(225deg);
    }

    #nav-toggle:checked~.icon-burger span:nth-child(3) {
        transform: translateY(-9px) rotate(-225deg);
    }

    #nav-toggle:checked~.icon-burger .line-sm {
        opacity: 0;
    }

    footer .fs-21 {
        margin-bottom: 20px;
    }

    .auth-form {
        padding: 50px 0;
    }

    .search-form {
        max-width: 100%;
        transform: translateY(0px);
        margin-bottom: 15px;
        margin-top: 15px;
    }

    ul.dropdown {
        border-radius: 0;
        min-width: 100%;
        z-index: 99;
    }

    ul.nav-bar>li {
        padding: 20px 0;
    }

    /* ___________ CSS For Home Page___________ */
    .choose-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .py-60 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pt-60 {
        padding-top: 45px;
    }

    .contact_main {
        gap: 35px 3%;
    }

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

    .how-work-text>div:last-child {
        padding-bottom: 20px;
    }

    .how-work::after {
        width: 75px;
        height: 125px;
        background-image: url(../images/how-abs.png);
        top: 3%;
    }

    .about-us::after {
        width: 110px;
        height: 80px;
        bottom: 2%;
    }

}



@media (max-width: 767px) {
    .hero-banner {
        padding-top: 115px;
    }

    .gerdient-bg {
        background: linear-gradient(180deg, #F5DCFA 35%, #FDEFE6 85%);
    }

    .social-link {
        justify-content: center;
    }

    .input-group {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-detail-half {
        grid-template-columns: 1fr;
    }

    .img-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: unset;
    }

    .img-grid div {
        grid-area: unset;
    }

    .tab-content {
        padding: 20px 20px 30px;
    }

    ul.tabs li {
        padding: 10px;
        font-size: 12px;
    }

    .product-form-left {
        display: flex;
        gap: 0px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .orange-box.orange-box-inner {
        grid-template-columns: 1fr;
    }

    /* ___________ CSS For Home Page ___________ */
    .contact_main {
        grid-template-columns: 1fr;
        padding: 0 5% 12%;
    }

    .hero-bootom {
        clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
        padding: 50px 0 45px;
        margin-top: -45px;
    }

    .contact-form {
        transform: translateY(0%);
    }

    .contact_us {
        padding-bottom: 50px;
    }

    .contact_tag {
        margin-bottom: 30px;
    }

    .connect-wrap {
        margin-top: 30px;
    }

    .contact-form .form_group {
        margin-bottom: 16px;
    }

    .benefits-items {
        margin-top: 20px;
    }

    .faq::after {
        width: 60px;
        height: 65px;
        background-image: url(../images/faq-left.png);
        bottom: 0%;
    }

    .accordion-button,
    .accordion-body {
        padding: 20px 15px 15px 50px;
    }

    button.accordion-button::after {
        top: 27px;
        left: 15px;
    }

    button.accordion-button::before {
        top: 18px;
        left: 24px;
    }

    .accordion-item {
        border-radius: 10px !important;
    }

    .client-slider .slick-track {
        gap: 17px;
    }

}


@media (max-width: 600px) {
    .choose-wrap {
        grid-template-columns: 100%;
    }
}

a.action_icon i {
    font-size: 18px;
    color: #40097c;
    font-weight: 900;
}

.all-product-wrapper {
    display: flex;
    justify-content: space-between;
}

/*_______________ CSS For category ______________*/
.plateform-items-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.plateform-items-inner>span>span {
    font-size: 12px;
    padding-left: 5px;
}

.plateform-main {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.plateform-items-02 {
    padding: 25px 30px 35px;
    border-bottom: 1px solid #e6e6e6;
}

.plateform-items-02>h5 {
    color: #56169D;
    font-weight: 600;
}

.plateform-items-02>h5 span {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    padding-left: 5px;
}

.plateform-items-inner-02 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

@media (max-width: 767px) {

    .plateform-items-inner,
    .plateform-items-inner-02 {
        grid-template-columns: 1fr;
    }
}

/*_______ Dashboard css ________ */
.dashed_box {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 25px;
    border-radius: 15px;
    border: 1px dashed #EF6204;
    background: rgba(239, 98, 4, 0.10);
    padding: 25px;
}

.dashed_box img {
    width: 75px;
}

.shadow-card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    overflow: hidden;
}

.dashboard_head {
    color: #333;
    font-family: Raleway;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #F3E8FF;
    padding: 12px;
    text-align: center;
}

.dashboard_detail {
    padding: 35px 25px 50px;
    text-align: center;
}

.dashboard_pricing {
    color: #56169D;
    font-family: Raleway;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 500;
    letter-spacing: -2px;
    display: block;
    line-height: 1.2;
}

.dashboard_pricing>span {
    font-size: clamp(18px, 3vw, 26px);
    padding-right: 5px;
    font-weight: 600;
}

.dashboard_value {
    color: #74C461;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
}

.dashboard_value i {
    font-size: 13px;
}

.dashboard_text {
    padding: 35px;
}

.dashboard_text button.blue-bdr-btn {
    margin: 75px 0 0 auto;
    display: block;
}

.check-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.check-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #818181;
}

.dashboard_text button.blue-bdr-btn i {
    padding-left: 7px;
}

@media (max-width: 767px) {
    .dashboard_text {
        padding: 20px;
    }

    .dashboard_text button.blue-bdr-btn {
        margin: 45px 0 0 auto;
    }

    .dashed_box {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }
}

.notify.fixed.inset-0.flex.items-end.justify-end.px-4.py-6.pointer-events-none.sm\:p-6.sm\:items-start.sm\:justify-end
{
    z-index:+99;
}

a.blue-bdr-btn.blue-bg:hover {
    color: #ffffff;
}

/* ============================================================
   MOBILE RESPONSIVENESS FIXES
   ============================================================ */

/* --- Navigation: dropdown positioning inside mobile sidebar --- */
@media (max-width: 991px) {
    .nav-bar {
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 80px;
    }

    ul.dropdown {
        position: static;
        transform: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0;
        padding: 5px 0;
        min-width: 100%;
    }

    ul.dropdown > li {
        background: transparent;
        padding: 8px 20px;
    }

    ul.dropdown > li:hover {
        background: rgba(255, 255, 255, 0.15);
    }

    ul.dropdown a {
        color: #fff;
        font-size: 14px;
    }

    ul.nav-bar > li:hover .dropdown {
        opacity: 1;
        transform: none;
    }
}

/* --- Tables: allow horizontal scroll instead of forcing 1160px overflow --- */
@media (max-width: 1199px) {
    .border-cards {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .all-list {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    table.dataTable.no-footer {
        border-radius: 10px;
    }

    table.dataTable thead tr th,
    table.dataTable tbody tr td {
        padding: 10px 8px;
        font-size: 13px;
    }
}

/* --- DataTables pagination on mobile --- */
@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate {
        transform: scale(0.9);
    }
}

/* --- Layout: all-product-wrapper (title + action button) --- */
@media (max-width: 767px) {
    .all-product-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }

    .all-product-wrapper .title-md {
        width: 100%;
    }
}

/* --- Layout: search-form --- */
@media (max-width: 767px) {
    .search-form {
        max-width: 100%;
        margin-left: 0;
    }

    .product-form-left {
        flex-direction: column;
        gap: 0;
    }

    .product-form .search-form {
        transform: translateY(0);
        margin-bottom: 10px;
    }
}

/* --- Layout: tab bars overflow --- */
@media (max-width: 767px) {
    ul.tabs {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    ul.tabs li {
        padding: 8px 14px;
        font-size: 12px;
    }

    .tabs_box {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tab-content {
        border-radius: 0 0 15px 15px;
    }
}

/* --- Layout: button groups --- */
@media (max-width: 767px) {
    .btn_group {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .btn_group.text-end {
        justify-content: flex-end;
    }

    .blue-bdr-btn {
        padding: 4px 20px;
        font-size: 13px;
    }
}

/* --- Forms: img-grid single column --- */
@media (max-width: 767px) {
    .img-grid {
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }

    .img-grid div {
        grid-area: unset !important;
        min-height: 120px;
    }
}

/* --- Prevent horizontal overflow on add/edit form pages --- */
.add-product {
    overflow-x: hidden;
}

.add-product .container,
.add-product .product-wraper,
.add-product .tab-content,
.add-product .product-detail,
.add-product .product-detail-half,
.add-product .product-half-inner {
    max-width: 100%;
    box-sizing: border-box;
}

/* CKEditor: keep toolbar and content within bounds */
.ck.ck-editor {
    max-width: 100% !important;
}

.ck.ck-editor__main,
.ck.ck-editor__editable {
    max-width: 100% !important;
    overflow-x: auto;
}

.ck.ck-toolbar {
    flex-wrap: wrap !important;
}

/* Select2: keep within form bounds */
.select2-container {
    max-width: 100% !important;
    box-sizing: border-box;
}

/* --- Forms: ensure full width inputs --- */
@media (max-width: 767px) {
    .form_group input,
    .form_group select,
    .form_group textarea {
        width: 100%;
    }

    .form_group {
        margin-bottom: 15px;
    }

    .product-detail {
        min-height: auto;
    }

    .form-abs {
        max-width: 100%;
    }

    .tab-content {
        padding: 15px 12px 20px;
        overflow-x: hidden;
    }

    .team_block {
        overflow-x: hidden;
    }
}

/* --- orange-box-inner grid on mobile --- */
@media (max-width: 767px) {
    .orange-box.orange-box-inner {
        grid-template-columns: 1fr;
        padding: 15px 20px;
    }

    .orange-box.orange-box-inner img {
        width: 50px;
    }
}

/* --- Dashboard cards --- */
@media (max-width: 767px) {
    .dashboard_detail {
        padding: 20px 15px 30px;
    }

    .dashboard_head {
        font-size: 18px;
        padding: 10px;
    }

    .shadow-card {
        border-radius: 10px;
    }
}

/* --- Category / platform grids --- */
@media (max-width: 767px) {
    .plateform-items-02 {
        padding: 15px 20px 25px;
    }
}

/* --- Small-screen polish (480px and below) --- */
@media (max-width: 480px) {
    .logo img {
        width: 120px;
    }

    .container {
        padding: 0 10px;
    }

    .contact_tag {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    .add-account {
        width: 100%;
        justify-content: center;
    }

    header {
        padding: 8px 0;
    }

    .nav-bar {
        top: 0;
        padding-top: var(--lp-nav-top, 60px);
        height: 100vh;
    }

    .tab-content {
        padding: 15px 12px 20px;
    }

    .border-cards {
        border-radius: 15px;
    }

    .promo-banner {
        padding: 12px;
    }

    .all-product-wrapper .blue-bdr-btn {
        font-size: 12px;
        padding: 4px 15px;
    }

    .dataTables_wrapper .dataTables_paginate {
        transform: scale(0.8);
    }

    .subscibe-from {
        flex-direction: column;
        border-radius: 15px;
    }

    .subscibe-from .orange_btn {
        border-radius: 0 0 15px 15px;
        width: 100%;
    }
}

/* --- Footer subscribe form: column layout for wider phones too --- */
@media (max-width: 767px) {
    .subscibe-from {
        flex-direction: column;
        border-radius: 15px;
    }

    .subscibe-from .orange_btn {
        border-radius: 0 0 15px 15px;
        width: 100%;
        flex-shrink: unset;
    }
}

/* --- Forms: datetime-local inputs must not overflow their container --- */
input[type="datetime-local"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


