.tajawal-extralight {
    font-family: "Tajawal", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.tajawal-light {
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tajawal-regular {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tajawal-medium {
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tajawal-bold {
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tajawal-extrabold {
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.tajawal-black {
    font-family: "Tajawal", sans-serif;
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Tajawal", sans-serif;
    font-size: 18px;
    text-align: right;
}

p {
    margin: 0;
}

.c-hide {
    display: none;
}

a {
    text-decoration: none !important;
}

.error-msg {
    color: #E31D1C;
    font-size: 12px;
    padding-right: 28px;
    display: none;
    position: relative;
    margin-top: 10px;
    text-align: right;
}

.success-msg,
.phone-success-msg {
    color: #2B9D6A;
    font-size: 12px;
    padding-right: 28px;
    display: none;
    position: relative;
    margin-top: 10px;
}

.error-msg::before {
    content: url("/assets/baseet/img/icons/error.png");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.success-msg::before,
.phone-success-msg::before {
    content: url("/assets/baseet/img/icons/tick-circle.png");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

input.error,
textarea.error {
    border: 1px solid #E31D1C !important;
}

input.success {
    border: 1px solid #2B9D6A !important;
}

.show-msg {
    display: block !important;
}

.form-error-msg {
    height: 60px;
    padding-right: 60px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background-color: #FFE6E4;
    color: #E0201A;
    border: 1px solid #E0201A;
    border-radius: 8px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.form-error-msg b {
    font-size: 18px;
    min-width: 50px;
}

.form-error-msg .msg-txt {
    font-size: 15px;
}

.form-error-msg::before {
    content: "";
    background-image: url("/assets/baseet/img/icons/err.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.f-show {
    display: flex;
}

.spt {
    padding-top: 5px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

#btn-back-to-top {
    background-color: #2B9D6A;
    color: #FFFFFF;
    width: 48px;
    height: 48px;
    background-image: url("/assets/baseet/img/icons/top.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 100px;
    right: 30px;
    z-index: 999;
    padding: 0;
    display: none;
}

#btn-back-to-top:hover {
    background-color: #2B9D6A !important;
    color: #FFFFFF !important;
}

#btn-back-to-top:focus-visible {
    border: none !important;
}

/*********** Navbar Section ***********/
.navbar-shadow {
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(238, 238, 238, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
}

.b-navbar {
    height: 100px !important;
    padding: 0;
}

.b-navbar .right-side .navbar-brand {
    margin-left: 80px;
    margin-right: 0;
}

.b-navbar .navbar-brand {
    width: 138px;
    height: 48px;
    padding: 0;
}

.b-navbar .responsive-navbar-brand {
    display: none;
    width: 48px;
    height: 48px;
}

.b-navbar .responsive-navbar-brand img {
    width: 100%;
    height: 100%;
}

.b-navbar .navbar-brand img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
}

.b-navbar .navbar-nav .nav-link {
    color: #767676;
    font-size: 16px;
    margin-left: 40px;
    padding: 0;
    position: relative;
}

.b-navbar .navbar-nav .nav-link:last-child {
    margin-left: 0 !important;
}

.b-navbar .navbar-nav .nav-item.active {
    color: #2B9D6A;
    font-weight: bold !important;
    border-bottom: none;
}

.b-navbar .navbar-nav .nav-item::after {
    content: "";
    width: 24px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b-navbar .navbar-nav .nav-item.active::after {
    background-color: #2B9D6A !important;
}

.b-navbar .navbar-nav .nav-item:hover {
    color: #2B9D6A;
}

.b-navbar .navbar-nav .nav-item:hover::after {
    background-color: #2B9D6A;
}

.b-navbar .left-side {
    display: flex;
    justify-content: left;
    align-items: center;
}

.b-btn {
    border-radius: 8px;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

a.login-btn:hover {
    border-color: #153679;
}

a.signup-btn:hover {
    background-color: #153679;
}

.login-btn {
    width: 159px;
    height: 56px;
    border: 1px solid #153679;
    color: #153679 !important;
    font-size: 18px;
    margin-left: 16px;
}

.signup-btn {
    width: 166px;
    height: 56px;
    background-color: #153679;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
}

.b-btn:active {
    background-color: unset !important;
    box-shadow: none !important;
}

.login-btn:active {
    color: #153679 !important;
}

.signup-btn:active {
    background-color: #153679 !important;
    color: #fff !important;
}

.b-btn:focus {
    box-shadow: none !important;
}

.b-navbar .responsive-menu-btn {
    border: none;
    background-image: url("/assets/baseet/img/menu.png");
    background-color: transparent;
    width: 24px;
    height: 24px;
    padding: 0 !important;
}

.b-navbar .responsive-menu-btn .close-icon {
    font-size: 24px;
    display: none;
}

.b-navbar .responsive-menu-btn.active {
    background-image: none;
}

.b-navbar .responsive-menu-btn.active .close-icon {
    display: inline-block;
}

.responsive-nav .responsive-nav-link {
    display: block;
    border-bottom: 1px solid rgb(240, 241, 243, 1);
    padding: 8px 10px;
    font-size: 16px;
    color: #767676;
}

.responsive-nav {
    overflow: hidden;
    /* Hide the element content, while height = 0 */
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}

.responsive-nav.active-nav {
    height: auto;
    /* any measurable value, not "auto" */
    opacity: 1;
    transition: height 0ms 0ms, opacity 400ms 0ms;
}

/*********** Hero Section ***********/
.hero-section {
    margin-bottom: 140px;
    margin-top: 100px;
}

.b-hero-content {
    max-width: 461px;
    margin-left: 48px;
}

.b-hero-content .title {
    font-size: 64px;
    color: #2B364E;
    margin-bottom: 32px;
    font-weight: bold;
    line-height: unset;
}

.b-hero-content .desc {
    color: #505050;
    margin-bottom: 48px;
    text-align: justify;
    letter-spacing: -0.5px;
}

.hero-btn {
    width: 163px;
    height: 56px;
    background-color: #2B9D6A !important;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: bold;
}

.hero-btn:active {
    background-color: #2B9D6A !important;
    color: #fff !important;
}

.hero-wrapper .hero-img {
    width: 650px;
    height: 100%;
    clip-path: polygon(0% 0%, 89% 0%, 100% 100%, 0% 100%);
    object-fit: cover;
}

/*********** Partner section ***********/
.b-section {
    text-align: center;
    margin-bottom: 140px;
}

.b-section .section-title {
    color: #153679;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 24px;
}

.b-section .section-desc {
    color: #565656;
    width: 80%;
    margin: auto;
    margin-bottom: 48px;
}

.c-green {
    color: #2B9D6A !important;
}

.partner-carousel {
    height: 80px !important;
}

.partner-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/*********** Join Us section ***********/
.join-section {
    margin-bottom: 140px;
}

.bg-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F3F5F8;
    position: relative;
}

.bg-container::after {
    content: url("/assets/baseet/img/side-bg.png");
    position: absolute;
    bottom: 17px;
    top: 17px;
    left: 0;
}

.join-section-wrapper {
    padding: 80px 140px;
    color: #FFF !important;
    background-image: url("/assets/baseet/img/join-section-bg.png");
    background-size: 100% 100%;
    position: relative;
}

.join-section-wrapper .main-text {
    font-size: 32px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.join-section-wrapper .sec-text {
    font-size: 18px;
    margin-bottom: 36px;
}

.start-btn {
    width: 158px;
    height: 56px;
    background-color: #2B9D6A !important;
    color: #FCFCFC !important;
    font-size: 18px;
    font-weight: bold;
}

.start-btn:active {
    background-color: #2B9D6A !important;
    color: #fff !important;
}

.join-section-wrapper::after {
    content: url("/assets/baseet/img/join-bg.png");
    position: absolute;
    bottom: -46px;
    left: 110px;
}

/*********** Features section ***********/
.features-section .feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 450px;
    margin-bottom: 40px;
}

.feature-row .feature-description {
    width: 50%;
}

.feature-row .feature-img {
    width: 50%;
}

.features-section .feature-description {
    text-align: right;
}

.feature-description .icon-wrapper {
    width: 48px;
    height: 48px;
    margin-bottom: 32px;
}

.feature-description .icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-description .feature-title {
    font-size: 30px;
    font-weight: bold;
    color: #153679;
    margin-bottom: 24px;
}

.feature-description .feature-desc {
    font-size: 20px;
    color: #454545;
    max-width: 450px;
}

.feature-row .feature-img {
    background-color: #F3F5F8;
    padding: 65px;
    height: 450px;
}

.feature-row.revers-row {
    flex-direction: row-reverse;
}

.revers-row .feature-description {
    padding-right: 80px;
}

.features-row .feature-row:last-child {
    margin-bottom: 0px;
}

/*********** Clients type section ***********/
.clients-section-bg {
    background-color: #F3F5F8;
    margin-top: 0;
}

.clients-section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.clients-section .type-name {
    color: #313131;
    font-size: 30px;
    font-weight: 500;
    padding-right: 56px;
    position: relative;
    text-align: right;
    height: 40px;
}

.clients-section .type-name::before {
    content: "";
    background-image: url("/assets/baseet/img/c-type.svg");
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.c-mb {
    margin-bottom: 40px;
}

/*********** Connection Methods section ***********/
.connection-methods-section .section-desc {
    max-width: 70%;
    margin: auto;
    margin-bottom: 48px;
}

.connection-methods-section .connection-methods-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.connection-methods-section .connection-methods-row .connection-method-wrapper {
    height: 40px;
    width: 20%;
    min-width: 20%;
    margin-bottom: 80px;
}

/*********** Newsletter section ***********/
.newsletter-section {
    background-color: #FCFCFC;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.newsletter-section .section-desc {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
}

.newsletter-input-wrapper {
    width: 400px;
    margin: auto;
}

.newsletter-input-group {
    width: 400px;
    height: 56px;
    margin: auto;
}

.newsletter-section .newsletter-input {
    background-color: #DADADA;
    height: 100%;
    padding-right: 16px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.newsletter-section .newsletter-input:focus {
    box-shadow: none;
    border-color: #153679;
}

.newsletter-btn {
    background-color: #153679;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.newsletter-input::placeholder {
    font-size: 14px;
    color: #6D6D6D;
}

.newsletter-btn:hover,
.newsletter-btn:active {
    background-color: #153679 !important;
    color: #FFFFFF !important;
}

.newsletter-btn:disabled {
    background-color: #153679;
    color: #FFFFFF;
}

/*********** Why Baseet Section ***********/
.why_baseet_section {
    background-color: #153679;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 140px;

}

.why_baseet_section .section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.custom-card {
    margin-bottom: 40px;
}

.custom-card .li-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}

.custom-card .li-icon img {
    width: 100%;
    object-fit: contain;
}

.custom-card .c-card-titel {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}

.custom-card .c-card-details {
    font-size: 20px;
    font-weight: 500;
}

.custom-card.mb-40 {
    margin-bottom: 40px;
}

/*********** Our Clients section ***********/
.our-clients-section .section-desc {
    margin-bottom: 40px;
}

.our-clients-section .carousel-card {
    padding-bottom: 100px;
}

.our-clients-section .carousel-card-img {
    width: 150px;
    height: 150px;
    margin: auto;
}

.our-clients-section .carousel-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;

}

.our-clients-section .carousel-card-details {
    position: relative;
    padding: 40px 0px;
    font-size: 16px;
    color: #565656;
    margin-bottom: 24px;
    text-align: justify;
}

.our-clients-section .carousel-card-details::before {
    content: url("/assets/baseet/img/text-start.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}

.our-clients-section .carousel-card-details::after {
    content: url("/assets/baseet/img/text-end.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.carousel-card .client-name {
    font-size: 24px;
    font-weight: bold;
    color: #153679;
    margin-bottom: 16px;
}

.carousel-card .company-name {
    font-size: 20px;
    font-weight: 500;
    color: #7A7A7A;
    margin-bottom: 16px;
}

.clients-slider .owl-stage {
    display: flex;
}

.clients-slider .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    position: relative;
}

.clients-slider .position-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*********** Subscription Section ***********/
.switches-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    padding: 0 4px;
    margin-bottom: 48px;
    height: 40px;

}

.switches-container p {
    font-size: 14px;
    padding: 0px 16px;
    height: 32px;
    display: flex;
    align-items: center;
}

.switches-container p.Yearly {
    background-color: #153679;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.subscribe-cards {
    padding-top: 60px;
    position: relative;
}

.subscribe-card {
    border: 1px solid #E2E2E2;
    border-radius: 24px;
    padding: 40px 24px;
    text-align: center;
}

.subscribe-card .subscribe-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 24px;
}

.subscription-section .section-desc {
    width: 50%;
    margin: auto;
    margin-bottom: 24px;
}

.subscribe-card .card-note {
    font-size: 32px;
    font-weight: bold;
    color: #153679;
    margin-bottom: 24px;
    position: relative;
}

.subscribe-card .card-note .currancy-text {
    font-size: 14px;
    color: #868686;
    position: absolute;
    transform: translate(-10%, 50%);
}


.subscribe-card .ul-title {
    font-size: 18px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 16px;
    text-align: right;
}

.subscribe-card ul {
    margin-bottom: 40px;
    list-style: none;
    text-align: right;
    padding-right: 0;
}

.subscribe-card ul li {
    padding-right: 34px;
    font-size: 16px;
    font-weight: 500;
    color: #6C6C6C;
    position: relative;
    margin-bottom: 12px;
}

.subscribe-card ul li::before {
    content: "";
    background-image: url("/assets/baseet/img/icons/tick-circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
}

.subscribe-card .subscribe-card-btn {
    background-color: #153679;
    color: #FFF;
    height: 56px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.subscribe-card.active-card {
    background-color: #153679;
    border: none;
    transform: translateY(-60px);
}

.subscribe-card.active-card .subscribe-card-btn {
    background-color: #2B9D6A;
}

.subscribe-card.active-card .subscribe-card-title,
.subscribe-card.active-card .card-note,
.subscribe-card.active-card .ul-title,
.subscribe-card.active-card ul li,
.subscribe-card.active-card .card-note .currancy-text{
    color: #FFFF !important;
}

.subscribe-card.active-card .card-note{
    font-size: 55px!important;
}
.subscribe-card.active-card .card-note .currancy-text {
    font-size: 25px !important;
}
/*********** Footer section ***********/
.footer-section {
    background-color: #153679;
    padding-top: 65px;
    padding-bottom: 60px;
}

.site-map-section {
    border-bottom: 2px solid #FFF;
    display:flex;
    flex-wrap:wrap;
    gap:30px; 
    justify-content:space-between; 
    text-align:center;
    padding-bottom: 40px;

}

.footer-column {
    flex: 1;
    min-width: 120px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column img {
    max-width: 150px;
}


.site-map-section ul li a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
}

.footer-section .copy-righ-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    padding-top: 30px;
}

.copy-righ-section p {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    direction: ltr;
}

.copy-righ-section .contacts {
    display: flex;
    align-items: center;
}

.copy-righ-section .contacts a {
    margin-right: 20px;
}

.copy-righ-section .contacts a img {
    display: flex;
    align-items: center;
}

/* -------------------- 404 Page -------------------- */
.not-found-img-wrapper {
    width: 750px;
    height: 500px;
    margin: auto;
    margin-bottom: 48px;
}

.not-found-img-wrapper img {
    width: 100%;
    object-fit: contain;
}

.not-found-btn {
    width: 285px;
    height: 56px;
    margin: auto;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #2B9D6A;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-btn:hover {
    color: #FFFFFF;
}

.not-found-btn:active {
    background-color: #2B9D6A !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
}

.not-found-container {
    margin-top: 160px;
    margin-bottom: 140px;
}

/* -------------------- Privacy  Policy Page -------------------- */
.policies-mb {
    margin-bottom: 140px;
    margin-top: 100px;
}

.policies-head-bg {
    height: 256px;
    background-image: url("/assets/baseet/img/top-bg.png");
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.policies-content .main-text {
    font-size: 32px;
    color: #153679;
    font-weight: bold;
    margin-bottom: 32px;
}

.policies-content .details {
    font-size: 20px;
    color: #313131;
    margin-bottom: 32px;
}

.policies-content ol {
    padding-right: 24px;
}

.policies-content ol li {
    font-size: 20px;
    color: #313131;
    font-weight: bold;
    margin-bottom: 24px;
}

.policies-content .main-text {
    margin-top: 64px;
}

.policies-content .main-text:first-child {
    margin-top: 0;
}

.policies-content p.note {
    font-size: 20px;
    color: #313131;
}

.policies-content p .note-span {
    color: #153679;
    font-weight: bold;
    margin-top: 40px;
}

.policies-content .details:last-child {
    margin-bottom: 0;
}

.policies-content .sec-text {
    font-weight: bold;
    color: #153679;
}

.policies-content .content-title {
    font-size: 32px;
    color: #153679;
    font-weight: bold;
    text-align: center;

    margin-bottom: 40px;
}

span.c-blue {
    color: #153679;
}

.c-mb-20 {
    margin-bottom: 20px !important;
}

.policies-content .c-mb-20:last-child {
    margin-bottom: 0 !important;
}

/* -------------------- Plog Page -------------------- */
#blog-section {
    padding-bottom: 80px;
    margin-top: 100px;
    background-color: #FCFCFC;
}

.page-head {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.page-head .page-title {
    font-size: 36px;
    font-weight: bold;
    color: #153679;
    margin-bottom: 24px;
    line-height: normal;
}

.page-head .page-description {
    font-size: 18px;
    color: #565656;
}

.post-wrapper {
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #F1F1F1;
}

.post-wrapper:hover {
    text-decoration: none;
}

.post-wrapper .post-image {
    width: 168px;
    min-width: 168px;
    height: 168px;
    margin: auto 0;
}

.post-wrapper .post-image img {
    object-fit: cover;
    border-radius: 8px;
}

.post-wrapper .post-details {
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: right;
}

.post-wrapper .post-details .post-title {
    font-size: 20px;
    font-weight: bold;
    color: #153679;
}

.post-wrapper .post-details .post-date {
    font-size: 20px;
    font-weight: 500;
    color: #7A7A7A;
}

.post-wrapper .post-details .post-blogger-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.post-details .post-blogger-info .blogger-img {
    width: 40px;
    height: 40px;
}

.post-blogger-info .blogger-img img {
    object-fit: cover;
    border-radius: 100%;
}

.post-details .post-blogger-info .blogger-name {
    padding-right: 8px;
    font-weight: 14;
    font-weight: 500;
    color: #313131;
}

.post-wrapper .post-details .post-cats span {
    padding: 8px 12px;
    border: 1px solid #2B9D6A;
    background-color: rgba(43, 157, 106, 0.08);
    color: #2B9D6A;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    border-radius: 8px;
}

#plog-post-details {
    margin-top: 100px;
    margin-bottom: 120px;
}

#plog-post-details .head-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url("/assets/baseet/img/blog-post-bg.png");
    background-size: cover;
    margin-bottom: 80px;
}

#plog-post-details .head-section .head-right {
    padding-right: 140px;
    padding-left: 80px;

}

.head-right .catergory-span {
    font-size: 14px;
    color: #2B9D6A;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 16px;
    background-color: #EEF7F3;
    margin-left: 8px;
}

.head-right .post-title {
    font-size: 40px !important;
    font-weight: bold;
    margin: 24px 0;
    color: #313131;
}

.head-right .post-info span {
    font-size: 18px;
    font-weight: 500;
    color: #565656;
    margin-left: 8px;
    padding-right: 16px;
    display: inline-block;
    position: relative;
}

.head-right .post-info span::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #565656;
    border-radius: 100%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.head-right .post-info span.main-cat {
    padding-right: 0;
}

.head-right .post-info span.main-cat::before {
    display: none;
}

#plog-post-details .head-section .head-left {
    width: 555px;
    min-width: 555px;
    height: 430px;
}

.head-section .head-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#wrapper .post-main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #313131;
}

#wrapper .post-content p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 32px;
    word-wrap: break-word;
}

#wrapper .post-content p.sub-head {
    font-size: 32px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 40px;
}

#wrapper .blogger-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#wrapper .blogger-info .blogger-img-wrapper {
    width: 80px;
    height: 80px;
    margin-left: 16px;
}

#wrapper .blogger-info .blogger-img-wrapper img {
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}

#wrapper .blogger-info .blogger-name {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
}

.comments-section {
    margin-top: 48px;
    margin-bottom: 40px;

}

.comments-section .section-title {
    font-size: 32px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 24px;
}

#comment-form {
    margin-bottom: 40px;
}

#comment-form input {
    padding: 0 24px;
}

.input-mab {
    margin-bottom: 24px;
}

#comment-form .comment-btn {
    width: 150px;
    height: 56px;
    background-color: #2B9D6A;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

#comment-form .comment-btn:active,
#comment-form .comment-btn:focus {
    background-color: #2B9D6A !important;
    color: #FFFFFF !important;
}

#comment-form textarea {
    height: 200px !important;
    padding: 24px;
}

.comments-section .comment-no {
    font-size: 20px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 24px;
}

.comments-section .comment-info {
    margin-bottom: 10px;
}

.comments-section .comment-by {
    color: #153679 !important;
    font-size: 18px;
    font-weight: bold !important;
}

.comments-section .comment-text {
    color: #565656 !important;
    font-size: 16px;
}

.comments-section .comment-date {
    color: #6C6C6C !important;
    font-size: 14px;
    font-weight: 500;
}

/* Help Sources Page */
#help-section {
    background-color: #FCFCFC;
    padding-top: 40px;
    padding-bottom: 140px;
    margin-top: 100px;
}

.fqa-sidebar {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}

.fqa-sidebar ul {
    padding-right: 0;
}

.fqa-sidebar ul li a.nav-link {
    height: 56px;
    background-color: #FCFCFC;
    font-size: 18px;
    font-weight: bold;
    color: #727272;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.fqa-sidebar ul li a.nav-link.active,
.fqa-sidebar ul li a.nav-link:hover {
    background-color: #153679;
    color: #FFFFFF;
}

.fqa-sidebar ul li a.fqa-submenu-link {
    font-weight: normal;
    margin-bottom: 8px;
    margin-right: 24px;
    padding-right: 32px;
    position: relative;
}

.fqa-sidebar ul li a.fqa-submenu-link::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #153679;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
}

.fqa-sidebar ul li a.fqa-submenu-link.active:before,
.fqa-sidebar ul li a.fqa-submenu-link:hover:before {
    background-color: #FFFFFF;
}

.content-section {
    display: none;

}

.content-section.active {
    display: block;
}

.content-section .not-found {
    text-align: center;
}

.content-section .not-found p {
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    color: #7A7A7A;
}

/* FAQ Styles */
.nav-item.is-submenu .main-nav-link {
    position: relative;
}

.nav-item.is-submenu .main-nav-link::after {
    content: "";
    background-image: url("/assets/baseet/img/icons/arrow-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(0, -50%);
}

.nav-item.is-submenu .main-nav-link.active::after,
.nav-item.is-submenu .main-nav-link.active:hover::after {
    background-image: url("/assets/baseet/img/icons/arrow-up.png");
}

.nav-item.is-submenu .main-nav-link:hover:after,
.nav-item.is-submenu .main-nav-link.collapsed.active:after {
    background-image: url("/assets/baseet/img/icons/arrow-down-light.png");
}

.main-section-title {
    color: tomato;
}

.faq-page .content-section .main-section-title {
    font-size: 24px;
    font-weight: bold;
    color: #153679;
    margin-bottom: 16px;
    margin-top: 0px;
}

.faq-page .content-section .main-section-subtitle {
    font-size: 16px;
    color: #565656;
    margin-bottom: 24px;
}

.faq-page .content-section .fqa-head {
    font-size: 20px;
    font-weight: bold;
    color: #153679;
}

.content-section .faq-item .faq-question {
    position: relative;
    padding: 16px 17px;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    background-color: rgba(21, 54, 121, 0.04);
    margin-top: 16px;
    border-radius: 8px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.content-section .faq-item .faq-question.active {
    background-color: #153679;
    color: #FFFFFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.content-section .faq-item .faq-question::after {
    content: "";
    background-image: url("/assets/baseet/img/icons/arrow-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(0, -50%);
}

.content-section .faq-item .faq-question.active::after {
    background-image: url("/assets/baseet/img/icons/arrow-up.png");
}

.content-section .faq-item .faq-question:focus,
.content-section .faq-item .faq-question:active {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.nav-item {
    cursor: pointer;
}

.content-section .faq-item .faq-answer {
    display: block;
    background-color: #FFFFFF;
    padding: 24px 16px;
    font-size: 16px;
    color: #313131;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* Register Page  */
#register_page,
#signin-page {
    background-color: #FCFCFC;
    margin-top: 100px;
}

.register-form {
    padding: 40px 80px;
    background-color: #FFFFFF;
    border-radius: 24px;
    margin-top: 40px;
    box-shadow: 0px 0px 20px 0px rgba(228, 228, 228, 0.1);
    margin-bottom: 100px;
}

.auth-form .form-title {
    font-size: 30px;
    font-weight: 500;
    color: #313131;
}

.auth-form .form-title span.emoji {
    width: 40px;
    height: 40px;
}

.auth-form .form-subtitle {
    font-size: 18px;
    color: #656565;
    font-weight: 500;
}

.register-form form {
    padding-top: 40px;
}

.register-form form .form-group {
    margin-bottom: 24px;
}

form .b-label {
    font-size: 20px;
    font-weight: 500;
    color: #313131;
    margin-bottom: 12px;
    display: block;
}

.select2-container--default .select2-selection--single {
    height: 56px;
    border: none;
}

form .b-input,
.site-url-input .b-input,
.iti__tel-input,
form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 56px;
    background-color: #F9F9F9;
    border-radius: 8px;
    font-size: 14px;
    color: #313131;
    font-size: 16px;
    border: none;
}

form .b-input::placeholder,
.site-url-input .b-input::placeholder,
.iti__tel-input::placeholder,
.iti__search-input::placeholder {
    font-size: 14px;
    color: #626262;
}

:focus-visible,
form .b-input:focus,
.site-url-input .b-input:focus,
.iti input[type=tel]:focus,
.iti input[type=tel]:focus-visible {
    border: 1px solid #153679;
    box-shadow: none;
    background-color: #F9F9F9;
    outline: none;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "";
    background-image: url("/assets/baseet/img/icons/arrow-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 10px;
    height: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 16px;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered span:first-child {
    display: flex;
    align-items: center;
}

span.fi {
    width: 20px;
    height: 16px;
    border-radius: 2px;
    margin-left: 8px;
}

.select2-dropdown {
    top: 8px;
    border: 0 !important;
    background-color: #F9F9F9;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    padding: 8px 16px;

}

.select2-search--dropdown .select2-search__field,
.iti__search-input {
    height: 56px;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #9B9B9B;
    position: relative;
    border: 0 !important;
    margin-bottom: 8px;
    padding: 0 40px 0 20px;
}

.select2-search--dropdown .select2-search__field:focus-visible,
.iti__tel-input:focus-visible,
.iti__search-input:focus-visible {
    outline: none !important;
}

.select2-search {
    position: relative;
}

.select2-search:before {
    position: absolute;
    display: block;
    content: "";
    background-image: url("/assets/baseet/img/icons/search-Icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99;
}

.select2-search__field::placeholder {
    font-size: 14px;
    color: #9B9B9B;
}

.select2-results__option {
    padding: 10px 16px;
    color: #313131;
    font-size: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.iti__country.iti__highlight {
    background-color: #E7E7E7;
    border-radius: 8px;
    color: #313131;
}

.auth-form .auth-btn {
    width: 100%;
    background-color: #153679;
    color: #FFFFFF;
    height: 56px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 26px;
}

.auth-form .auth-btn:active {
    background-color: #153679;
    color: #FFFFFF;
}

.auth-form .form-link {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #686868;
}

.auth-form .form-link a,
.auth-form .form-link a:hover {
    color: #153679;
    font-weight: bold;
}

.iti__flag {
    display: none;
}

.iti__selected-flag {
    background-color: #E9EEF5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0px 16px 0px 40px;
    font-size: 16px;
    color: #313131;
}


.iti__arrow {
    display: none;
}

.iti__selected-flag::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url("/assets/baseet/img/icons/arrow-down.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.iti--inline-dropdown .iti__dropdown-content {
    margin-top: 8px;
    box-shadow: none;
    border: 0 !important;
    background-color: #F9F9F9;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    padding: 8px 16px;
}

.iti__country-list {
    direction: rtl;
    z-index: 2;
    left: 0;
}

.iti__country {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 16px;
}

.iti__selected-dial-code {
    margin-left: 8px;
}

.iti {
    width: 100%;
}

.iti__flag {
    display: none;
}

.iti input[type=tel] {
    width: 100%;
    direction: rtl;
    padding-right: 16px;
}

/* Login Form  */
.auth-form {
    width: 530px;
    margin: auto;
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 24px;
    margin-top: 40px;
    box-shadow: 0px 0px 20px 0px rgba(228, 228, 228, 0.1);
    margin-bottom: 100px;
}

.auth-form form {
    margin-top: 24px;
}

.auth-form .form-logo-wrapper {
    display: block;
    width: 138px;
    height: 48px;
    margin: auto;
    margin-bottom: 40px;
}

.auth-form .form-logo-wrapper img {
    width: 100%;
    object-fit: contain;
}

.login-pass {
    padding-left: 40px;
}

.password-container {
    position: relative;
}

.b-toggle-password {
    display: block;
    cursor: pointer;
}

.b-toggle-password::after {
    display: block;
    content: url("/assets/baseet/img/icons/show.png");
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.b-toggle-password.active::after {
    content: url("/assets/baseet/img/icons/hide.png");
}

/* Spinner */
.b-spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #153679;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    display: none;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button:disabled,
button[disabled],
input:disabled,
input[disabled] {
    cursor: not-allowed;

}

.modal-dialog-scrollable .modal-content {
    max-height: fit-content !important;
}

.show {
    display: block;
}

/* User Dashboard Page */
.dashboard {
    margin-top: 100px;
    background-color: #FCFCFC;
}

.dashboard-wrapper {
    padding: 80px 40px 80px 80px;
    background-color: #FFFFFF;
    border-radius: 24px;
    margin-top: 40px;
    box-shadow: 0px 0px 20px 0px rgba(228, 228, 228, 0.1);
    margin-bottom: 80px;
    display: flex;
}

.dashboard-wrapper .main-title {
    font-size: 24px;
    color: #313131;
    margin-bottom: 24px;
    font-weight: bold;
}

.dashboard-wrapper .txt {
    font-size: 20px;
    color: #313131;
    margin-bottom: 16px;
}

.dashboard-wrapper .subs-end-date {
    font-size: 16px;
    color: #313131;
    margin-bottom: 32px;
}

.dashboard-wrapper .site-url-input {
    display: flex;
    width: 385px;
    height: 56px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.dashboard-wrapper .site-url-input input {
    width: 245px;
    height: 100%;
    background-color: rgba(21, 54, 121, 0.04);
    color: #153679;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.dashboard-wrapper .site-url-input button {
    width: 125px;
    height: 100%;
    background-color: #2B9D6A;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: inline-block !important;

}

.dashboard-wrapper .site-url-input button:focus,
.dashboard-wrapper .site-url-input button:active {
    background-color: #2B9D6A !important;
    color: #FFFFFF !important;
}

.dashboard-wrapper .subs-details {
    max-height: 32px;
    padding: 4px 16px;
    font-size: 14px;
    color: #53B27C;
    background-color: rgba(83, 178, 124, 0.08);
    border: 1px solid #53B27C;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 16px;
}

.dashboard-wrapper .page-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard-wrapper .page-btns a.b-btn {
    height: 56px;
    padding: 0 24px !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}

.dashboard-wrapper .page-btns .site-login-btn {
    background-color: #153679;
    color: #FFFFFF;
    margin-left: 16px;
}

.dashboard-wrapper .page-btns .site-login-btn:focus,
.dashboard-wrapper .page-btns .site-login-btn:active {
    background-color: #153679 !important;
    color: #FFFFFF !important;
}

.dashboard-wrapper .page-btns .rejoin-btn {
    color: #153679;
    border: 1px solid #153679;
    font-weight: normal !important;
}

.dashboard-wrapper .page-content {
    width: 40%;
}

.dashboard-wrapper .page-bg {
    width: 60%;
    text-align: left;
}

.btn-hide {
    display: none !important;
}

.username-wrapper span#user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(22, 55, 124, 0.16);
    color: #153679;
    font-size: 16px;
    margin-left: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.username-wrapper p {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #153679;
}

.success-modal {
    padding: 50px !important;
    text-align: center;
}

.success-modal .success-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    object-fit: contain;
    margin-bottom: 32px;
}

.success-modal p.modal-main-text {
    font-size: 24px;
    color: #153679;
    font-weight: 500;
    margin-bottom: 16px;
}

.success-modal p.modal-sub-text {
    font-size: 16px;
    color: #717171;
    font-weight: 500;
    margin-bottom: 24px;
}

.success-modal button.modal-btn {
    width: 180px;
    height: 56px;
    background-color: #2B9D6A;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
}

.c-modal-dialog {
    width: 422px;
}

.user-site-url {
    text-align: center;
    margin-top: 50px;
}

.user-site-url a {
    color: #153679;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #153679;
    border-radius: 8px;
}

#confirm-password-page,
#reset-password-page,
#forget-password-page {
    margin-top: 100px;
    background-color: #FCFCFC;
}

#site-not-draft {
    margin: 80px 0;
}

#site-not-draft .section-title {
    font-size: 30px;
    font-weight: 500;
    color: #313131;
}

#site-not-draft .main-btn {
    width: 250px;
    margin: auto;
}

.main-btn {
    width: 100%;
    background-color: #FFFFFF;
    color: #153679;
    height: 56px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #153679;
}

.main-btn:active,
.main-btn:hover {
    background-color: #FFFFFF !important;
    color: #153679 !important;
    border: 1px solid #153679;
}

.success-pass-page {
    margin-bottom: 80px;
    margin-top: 160px;
}

.success-pass-page img {
    margin-bottom: 40px;
}

.success-pass-page p.main-text {
    font-size: 30px;
    color: #153679;
    font-weight: bold;
    margin-bottom: 16px;
}

.success-pass-page p.sub-text {
    font-size: 20px;
    color: #717171;
    font-weight: 500;
    margin-bottom: 24px;
}

.register-form {
    width: 100%;
}
