:root {
    --clr-primary: #ffa700;
    --clr-secondary: #26a69a;
    --clr-accent: #9c27b0;

    --clr-dark: #1d1d1d;

    --clr-positive: #21ba45;
    --clr-negative: #c10015;
    --clr-info: #31ccec;
    --clr-warning: #d0943b;
    --clr-blue-gray: #78909c;
    --clr-gray-8: #616161;
}
/* Bootstrap fieldset resetting */
legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.font-app {
    font-family: "Neo Sans Arabic", sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
img,
picture,
svg {
    max-width: 100%;
    display: block;
}
.clear {
    clear: both;
}
input:focus {
    outline: none;
}
a {
    text-decoration: none !important;
    color: inherit;
}

/******************************************
  /* BASE STYLES
  /*******************************************/

/* pagination */
.pagination-content {
    color: var(--clr-primary);
}
.pagination-content i {
    font-size: 23px;
    color: var(--clr-primary);
}
.pagination-content button {
    background: transparent !important;
    min-height: 0;
    min-width: 0;
    padding: 8px 8px;
}
.pagination-content .number-holder {
    padding: 0 8px;
    font-size: 17px;
}
.pagination-content .active {
    background: var(--clr-primary);
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
}
.pagination-content .number-holder:not(.active):hover,
.pagination-content button:hover {
    background: #fdf6e8 !important;
}

.comments-toggler {
    transition: 0.2s;
    cursor: pointer;
}
.comments-toggler:hover {
    background: #f5f5f5;
}
.bg-blue {
    background: #2196f3 !important;
}
.text-grey-6 {
    color: #9e9e9e !important;
}
.bg-primary {
    background: var(--clr-primary) !important;
}
.text-gray-800 {
    color: #616161 !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.w-80 {
    width: 80%;
}
.max-w-100 {
    max-width: 100% !important;
}
.max-h-100 {
    max-height: 100% !important;
}
.error-message {
    font-size: 12px;
    color: #c10015;
}
.error-icon {
    position: absolute;
    color: #c10015;
    font-size: 19px !important;
    top: 39%;
    left: 25px;
}
[dir="ltr"] .error-icon {
    right: 25px;
    left: unset;
}
/******************************************
  /* LAYOUT
  /*******************************************/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header a {
    color: inherit;
}
.otp-button {
    color: orange;
    border-radius: 3px;
    border: none;
    height: 36px;
}
.otp-button:hover {
    background-color: #fdf5e8 !important;
}
.otp-content button:hover {
    background-color: #fdb224 !important;
}

.toolbar {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: white;
    color: darkslategray;
    font-weight: 400;
    min-height: 50px;
}

.icon-btn {
    background: none;
    border: none;
    font-size: 24px;
}

/* @ltr padding x 16px ↓ ↓  */
.logo-container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
}

.logo {
    width: 145px;
}

.space {
    flex-grow: 1;
}

/* @ltr padding x 14px ↓ ↓  */
.tab {
    padding: 10px 14px;
    text-decoration: none;
    color: darkslategray;
    font-weight: 500;
    font-size: 14px;
    margin: auto;
    cursor: pointer;
    transition: background-color 0.3s;
    line-height: 1.715em;
}
.tab:hover {
    background-color: #a8a7a733;
}
.header-profile {
    font-size: 14px;
    text-decoration: none;
    color: darkslategray;
    font-weight: 500;
    cursor: pointer;
}
.lang-icon {
    width: 24px;
    height: 24px;
}
.fa-solid {
    font-size: 14px;
}

.tab .tab-menu {
    position: absolute;
    right: 0;
    font-weight: normal;
    font-size: 14px;
    min-width: 140px;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    transition: 0.3s;
    display: none;
}
.tab .tab-menu > div {
    transition: 0.3s;
}
.tab .tab-menu > div:hover,
.tab .tab-menu > a div:hover {
    background-color: #a8a7a733;
}
.tab:hover .tab-menu {
    display: block;
}
.tab .fa-caret-down {
    transition: transform 0.3s;
}
.tab:hover .fa-caret-down {
    transform: rotate(180deg);
}
.tab .tab-menu img {
    height: 30px;
    width: 30px;
}
.sections-tabs .tab-menu {
    max-height: 400px;
    overflow-y: scroll;
    min-width: 350px;
}
/******************************************
  /* ADDITIONAL STYLES
  /*******************************************/

/* Main ------------- */
main {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    transition: background-image 0.3s ease;
}
.main-wrapper {
    padding-top: 150px;
}
.hero-headings {
    line-height: 3.75rem;
    letter-spacing: -0.00833em;
    color: rgba(255, 255, 255, 0.933);
    text-shadow: black 0px 0px 4px;
    font-weight: 500;
    transform: translate(-50%, -50%);
}
[dir="rtl"] .hero-headings {
    transform: translate(50%, -70%);
}
@media (min-width:768px) {
    [dir="rtl"] .hero-headings {
        top: 50%;
    }

}
.hero-headings h1 {
    font-size: 3.75rem;
    width: max-content;
    margin-inline: auto;
}
@media only screen and (max-width: 992px) {
    .hero-headings h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .hero-headings h1 {
        font-size: 30px;
        line-height: 55px;
    }
}
@media (min-width: 768px) {
    .hero-headings .second {
        margin-top: 48px;
    }
    .hero-slider .item-content {
        padding: 0 16px;
    }
}
.control-buttons button {
    outline: none;
    border: none;
}
.control-buttons .left-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 100;
}
.control-buttons .right-button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 10px;
    z-index: 100;
}
.control-buttons button i {
    color: #ffff;
    font-size: 17px;
}
.control-buttons button {
    background: rgba(255, 255, 255, 0.32) !important;
    border-radius: 50%;
    min-width: 3em;
    min-height: 3em;
    transition: transform 0.3s cubic-bezier(0.25, 0.8);
}
.control-buttons button:hover {
    background: rgba(153, 152, 152, 0.32) !important;
}

.hero-slider img {
    width: 100px;
    height: 100px;
}
.hero-slider h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.0125em;
}
@media (max-width: 720px) {
    .hero-slider h3 {
        font-size: 17px;
    }
    .hero-slider img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 600px) {
    .hero-slider .item {
        height: 160px;
    }
}
.hero-dots i {
    font-size: 17px;
    color: #b6b5b5;
    display: block;
}
/* Search & Social media section */

.sm-images > img {
    width: 30px;
    padding: 24px 0;
}
.sm-images > a {
    width: 30px;
    padding: 24px 0;
}
.search-inner,
.comment-input-inner {
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 28px;
    padding: 14px 0;
}
.search-wrapper input,
.comment-input-inner input {
    background-color: transparent;
    transition: 0.3s;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.00937em;
    border: none;
    position: relative;
    width: 80%;
}
.search-inner:hover,
.comment-input-inner:hover {
    background-color: #e4e4e4;
}
.fa-search {
    color: #424242 !important;
}
.video-wrapper iframe {
    border-radius: 20px;
}

.fieldset-video-wrapper legend,
.legend {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: normal;
    color: #424242;
}
.fieldset-content {
    line-height: 34px;
    font-size: 21px;
}
@media only screen and (max-width: 768px) {
    .fieldset-content {
        line-height: 24px;
        font-size: 16px;
    }
}
.fa-circle {
    font-size: 10px;
}

.bullet-text-red {
    color: #f44336 !important;
}
.bullet-text-blue {
    color: #2196f3 !important;
}
.bullet-text-green {
    color: #4caf50 !important;
}
.bullet-text-yellow {
    color: #ffeb3b !important;
}
.bullet-text-black {
    color: #000000 !important;
}
.bullet-text-gold {
    color: #fdd835 !important;
}
/*  ---- Recent and most viewd tabs ----- */
.tab-recent-header {
    background-size: 200% auto;
    background-image: linear-gradient(270deg, #f7971e 0%, #ffd200 51%, #f7971e);
    border-radius: 10px;
}
.tab-recent-header ul[role="tablist"] {
    border: none;
    min-height: 48px;
}
.tab-recent-header ul[role="tablist"] li a {
    min-height: 48px;
    transition: 0.3s;
}
.tab-recent-header ul[role="tablist"] li a:hover {
    color: #424242;
    border: none;
}
.tab-recent-header ul[role="tablist"] a[role="tab"].active {
    color: white !important;
    background: #fbc92c !important;
    border: none;
    border-bottom: 2px solid #bdbcbc !important;
}
.tab-recent-header ul[role="tablist"] li a:not(.active):hover {
    background: #ebac1f;
    border: none;
}
.tab-recent-header ul[role="tablist"] a[role="tab"]:not(.active) {
    opacity: 0.85;
}
.color-grey-900 {
    color: #424242;
}
.flex-grow-shrink-auto {
    flex: 1 1 auto;
}
.tab-recent-header #myTabContent img {
    width: 100px;
    height: 56px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14),
        0 3px 3px -2px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}
.tab-recent-header #myTabContent {
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.03333em;
}
.tab-recent-header .tab-item {
    transition: all 0.3s;
}
.tab-recent-header .tab-item:hover {
    background-color: #e8e8e8;
}
.tab-recent-header hr {
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    width: 80%;
}

/* Section Title */
.section-title h2 {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
    text-align: center;
    color: var(--clr-dark);
}
.section-content-wrapper {
    padding: 0px;
    border-radius: 20px;
    background-image: linear-gradient(270deg, #f7971e 0%, #ffd200 51%, #f7971e);
}
.section-content-header .items-container {
    height: 70px;
    padding: 0px 15px;
    overflow-x: auto;
}
@media (min-width: 576px) {
    .section-content-header .items-container {
        overflow: hidden;
    }
}
.section-content-header .items-container > div:not(.sections-chevron-wrapper) {
    opacity: 0.85;
    cursor: pointer;
    font-weight: 500;
    color: #424242;
    text-transform: uppercase;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    transition: 0.3s;
    font-size: 12px;
}
@media (min-width: 768px) {
    .section-content-header
        .items-container
        > div:not(.sections-chevron-wrapper) {
        font-size: 16px;
    }
}
.section-content-header .items-container > div:hover {
    background-color: #caa119;
}
.sections-chevron {
    min-width: 36px;
    cursor: pointer;
    top: 40%;
    text-shadow: 0 0 3px #fff, 0 0 1px #fff, 0 0 1px #000;
    z-index: 1;
}

.section-content-body {
    border-radius: 20px;
}

.section-content-item {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
    max-width: 350px;
}
.section-content-item-header {
    background-size: cover;
    background-position: 50% 50%;
    height: 180px;
}
.section-content-item-header .title {
    font-size: 19px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 16px !important;
}

.section-content-item-content > div span {
    padding: 8px 0;
    font-size: 10px;
    color: var(--clr-blue-gray);
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.03333em;
}
.section-content-item-content > div i {
    padding: 16px 0px;
    font-size: 7px;
    color: var(--clr-blue-gray);
}
.section-content-item-desc {
    max-height: 100px;
    min-height: 100px;
    color: var(--clr-dark);
    line-height: 1.5;
    font-size: 14px;
}
.section-content-item-footer {
    border-top: 1px solid #e6e6e6;
}
.section-content-item-footer {
    font-size: 10px;
}
.section-content-item-footer img {
    width: 35px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
}
.sections-wrapper .carousel-indicators button {
    width: 20px;
    height: 0;
    background: #606060;
}
.sections-wrapper .carousel-indicators button.active {
    background: #1f1c20;
}
.section-content-body .section-content-item {
    max-width: calc(100% - 1rem) !important;
}
@media (min-width: 576px) {
    .section-content-body .section-content-item {
        max-width: calc(50% - 1rem) !important;
    }
}
@media (min-width: 992px) {
    .section-content-body .section-content-item {
        max-width: calc(25% - 1rem) !important;
    }
}

.announces-chevron-wrapper {
    inset-inline-end: 8px;
    bottom: -15px;
}
.announces-chevron-wrapper .icon-holder {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.announces-chevron-wrapper .icon-holder::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    color: white;
    transition: transform 0.4s;
    transform: rotate(180deg);
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.announces-reactions {
    display: flex;
    flex-direction: column;
    width: fit-content;
    inset-inline-end: 5px;
    transition: transform 0.18s ease-in, opacity 0.18s ease-in;
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.4) translateY(62px);
    bottom: 15px;
}
.announces-reactions button {
    width: 39px;
    height: 39px;
    font-size: 21px !important;
    min-height: 0 !important;
}
.announces-reactions .fa-solid {
    font-size: 21px;
}
.section-content-item:hover .announces-reactions {
    transform: scale(1) translate(0, 0);
    opacity: 1;
}
.section-content-item:hover .announces-chevron-wrapper .icon-holder::before {
    /* transform: rotate(0); */
    transform: translate(-50%, -50%) rotate(0);
    font-size: 16px;
    content: "\f00d";
}

/* Features */
.Features-section .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
@media (min-width: 768px) {
    .Features-section .items {
        gap: 25px;
    }
}
.Features-section img {
    width: 80px;
    height: 80px;
}
/* Features with carousel */

.needs-section {
    background: #fafafa;
    border-radius: 20px;
}
.needs-section .fieldset-content {
    font-weight: 400;
    letter-spacing: 0.03125em;
    line-height: 34px;
    font-size: 21px;
}
/* achievements */
.achievements img {
    height: 80px;
    width: auto;
    aspect-ratio: 1;
}
@media (max-width: 767.98px) {
    .achievements >* {
      width: 100%;
    }
  }

/* Footer */
/* .q-parallax {
    height: 700px;
      margin-bottom: -300px;
      z-index: -1;
      position: relative;
      width: 100%;
      overflow: hidden;
  }
  .q_parallax-media img {
    position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      will-change: transform;
      display: none;
  } */
.parallax-container {
    position: relative;
    height: 700px;
    overflow: hidden;
    margin-bottom: -300px;
    z-index: -1;
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.animated-slogan {
    width: 100%;
    margin: auto;
}

@media (max-width: 449px) and (min-width: 381px) {
    body[dir="rtl"] .animated-slogan {
        width: 80%;
    }
}
@media (max-width: 380px) and (min-width: 354px) {
    body[dir="rtl"] .animated-slogan {
        width: 85%;
    }
}

@media (max-width: 353px) and (min-width: 338px) {
    body[dir="rtl"] .animated-slogan {
        width: 90%;
    }
}

@media (max-width: 337px) and (min-width: 321px) {
    body[dir="rtl"] .animated-slogan {
        width: 95%;
    }
}

@media (max-width: 320px) {
    body[dir="rtl"] .animated-slogan {
        width: 100%;
    }
}
body[dir="rtl"] .h2-animated,
body[dir="rtl"] .message {
    font-size: 35px;
}
.h2-animated .word1 {
    line-height: 60px;
}
.h2-animated .word2 {
    line-height: 87px;
}
body[dir="ltr"] .h2-animated .word2 {
    line-height: 84px;
}
body[dir="rtl"] .h2-animated .word3 {
    font-size: 32px;
}
.h2-animated .word1,
.h2-animated .word2,
.h2-animated .word3 {
    text-align: start;
}

.h2-animated {
    font-weight: 100;
    line-height: 2;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}
body[dir="ltr"] .h2-animated {
    font-size: clamp(16px, 4vw, 35px) !important;
}
@media (min-width: 350px) {
    body[dir="ltr"] .h2-animated {
        font-size: clamp(18px, 4vw, 35px) !important;
    }
}
body[dir="rtl"] .h2-animated {
    white-space: nowrap;
}
@media (min-width: 450px) {
    .h2-animated {
        justify-content: center;
    }
    body[dir="rtl"] .h2-animated {
        padding-left: 24px;
        padding-right: 24px;
    }
    .message-parent {
        min-width: 132px !important;
    }
    body[dir="ltr"] .message-parent {
        min-width: 260px !important;
    }
    .h2-animated .slogan-end {
        margin-inline-start: 10px;
    }
}
@media screen and (max-width: 450px) {
    body[dir="rtl"] .animated-slogan .message {
        font-size: 24px !important;
    }
    body[dir="rtl"] .h2-animated,
    body[dir="rtl"] .h2-animated * {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 768px) {
    .h2-animated {
        line-height: 42px;
    }
    .h2-animated .word1 {
        line-height: 42px;
    }
    body[dir="ltr"] .h2-animated .word1 {
        line-height: 40px;
    }
    .h2-animated .word2 {
        line-height: 106px !important;
    }
    body[dir="ltr"] .h2-animated .word2 {
        line-height: 103px !important;
    }
    body[dir="rtl"] .h2-animated .word3 {
        font-size: 25px;
    }
}
.message-parent {
    width: auto;
    flex: 10000 1 0%;
}
body[dir="rtl"] .message-parent {
    max-width: max-content !important;
}
@media (min-width: 450px) {
    body[dir="ltr"] .message-parent {
        max-width: max-content !important;
    }
}
body[dir="ltr"] .message-parent {
    position: relative;
    overflow: hidden;
}
.message {
    color: #ffeb00;
    display: block;
    font-weight: 900;
    overflow: hidden;
    position: absolute;
    top: 0.2rem;
    animation: openclose 5s ease-in-out infinite;
    margin-right: 10px;
    margin-left: 10px;
}
body[dir="rtl"] .message {
    font-size: 35px;
}
.parallax-image img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.footer-content {
    line-height: 35px;
    background: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0) 5%,
        #ededed 25%,
        #fafafa 66%
    );
    color: var(--clr-gray-8) !important;
}
.mobile-footer {
    background-color: #333; /* Match your desktop footer color */
    color: white;
    padding-bottom: 70px; /* To account for the bottom navbar */
}

.mobile-footer a {
    color: white;
    text-decoration: none;
}

.mobile-footer .heading {
    color: #ff9800;
    font-weight: bold;
}
.translation-footer-content {
    background-color: #e0e0e0;
    transition: all 0.3s;
}
.languages-translation-footer .languages-wrapper {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.languages-translation-footer:hover .languages-wrapper {
    opacity: 1;
    pointer-events: all;
}
.languages-translation-footer .fa-caret-down {
    transition: 0.3s;
}
.languages-translation-footer:hover .fa-caret-down {
    rotate: 180deg;
}
.languages-translation-footer ul li {
    transition: all 0.2s;
}
.languages-translation-footer ul li:hover {
    background-color: #a8a7a733;
}
.translation-footer-content:hover {
    background-color: #d6d6d6;
}
.languages-translation-footer img.lang-icon {
    width: 34px;
    height: 34px;
}
.languages-translation-footer img.selected {
    width: 24px;
    height: 24px;
}
@media (min-width: 1024px) {
    footer .footer-content {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (min-width: 1024px) {
    .rem-lg-p {
        padding-left: 16px;
        padding-right: 16px;
    }
    .two-rem-lg-p {
        padding-left: 24px;
        padding-right: 24px;
    }
}
footer .heading {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: var(--clr-blue-gray);
}
footer .categories-section {
    border-radius: 20px;
    border: unset;
    background: rgb(250, 250, 250);
}
footer a {
    color: inherit;
}

.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}
.bubbles > div {
    color: rgba(255, 255, 255, 0.933);
    text-shadow: black 0px 0px 4px;
    font-size: 35px;
}
.bubbles h1 {
    font-size: 35px;
}
/* Default animation for desktop */
.bubbles i {
    background: hsla(0, 0%, 100%, 0.6);
    color: hsla(0, 0%, 100%, 0.6);
    border-radius: 50%;
    animation: animate linear infinite;
    display: block;
    position: absolute;
    font-size: 2px;
    animation-duration: 1.5s; /* Base duration */
}

/* Slower animation for tablets */
@media only screen and (max-width: 1024px) {
    .bubbles i {
        animation-duration: 2s !important;
    }
}

/* Slowest animation for mobile phones */
@media only screen and (max-width: 768px) {
    .bubbles h1 {
        font-size: 30px;
        line-height: 55px;
    }
    
    .bubbles i {
        animation-duration: 2.5s !important;
    }
}

/* Extra slow for very small devices */
@media only screen and (max-width: 480px) {
    .bubbles i {
        animation-duration: 3s !important;
    }
}
@keyframes animate {
    0% {
        /* bottom:-100px; */
        opacity: 0.8;
        transform: translateY(0);
    }
    10%,
    90% {
        opacity: 1;
    }
    100% {
        /* bottom:1080px; */
        opacity: 0.5;
        transform: translateY(-100px);
    }
}
@keyframes openclose {
    0% {
        top: 0.2rem;
        width: 0;
    }
    5% {
        width: 0;
    }
    15% {
        width: 260px;
    }
    30% {
        top: 0.2rem;
        width: 260px;
    }
    33% {
        top: 0.2rem;
        width: 0;
    }
    35% {
        top: 0.2rem;
        width: 0;
    }
    38% {
        top: -4.5rem;
    }
    48% {
        top: -4.5rem;
        width: 260px;
    }
    62% {
        top: -4.5rem;
        width: 260px;
    }
    66% {
        top: -4.5rem;
        width: 0;
        text-indent: 0;
    }
    71% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }
    86% {
        top: -9rem;
        width: 260px;
    }
    95% {
        top: -9rem;
        width: 260px;
    }
    98% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }
    100% {
        top: 0;
        width: 0;
        text-indent: 0;
    }
}

.bottom-navbar {
    border-top: 1px solid rgb(237, 237, 237);
    z-index: 99999999;
    background: rgb(255, 255, 255);
}
.bottom-navbar a {
    text-align: center;
    cursor: pointer;
    flex: 1 1 auto;
    min-height: 48px;
    text-decoration: none;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom-navbar a .bottom-nav-icon-wrapper {
    position: relative;
    padding: 4px 0;
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    min-width: 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
}
.bottom-navbar a .bottom-nav-icon-wrapper i{
    font-size: 18px;
}

/* Mobile-header */
.mobile-header {
    width: 250px;
    transform: translateX(-100%);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    left: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
}
[dir="rtl"] .mobile-header {
    transform: translateX(200%);
    right: 0;
}
.mobile-nav {
    overflow: auto;
    max-height: calc(100vh - 110px);
}

#mobile-header.header-visible {
    transform: translateX(0%);
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
}

.backdrop.visible {
    opacity: 1;
    visibility: visible;
}

.mobile-link {
    color: inherit;
    height: 100%;
}
.mobile-link img {
    height: 24px;
    width: 24px;
}
.sections-accordion img {
    width: 35px;
    height: 35px;
}

.mobile-link > div:not(.mobile-accordion) {
    min-height: 48px;
    color: inherit;
    font-size: 14px;
    transition: 0.3s;
}
.mobile-image {
    min-width: 56px;
}

.mobile-link > div:not(.mobile-accordion):hover,
.mobile-accordion-item:hover {
    background: #e8e8e8;
}
.mobile-accordion-item {
    min-height: 50px;
}
.mobile-link i:not(.chevron) {
    color: inherit;
    min-width: 56px;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    font-size: 22px;
}

.accordion-header {
    cursor: pointer;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    font-size: 14px;
}

.accordion-content.open {
    max-height: 3700px;
    /* max-height: fit-content; */
}
.country-options {
    max-height: 65vh;
    overflow: auto;
}
.options-list.country-options,
.options-list.country-options > div {
    direction: ltr;
}
body[dir="ltr"] .options-list.country-options,
body[dir="ltr"] .options-list.country-options > div {
    direction: rtl;
}
.options-list.country-options {
    min-width: 100px;
    width: 285px;
}
@media (max-width: 400px) {
    .options-list.country-options {
        width: 200px;
    }
}

.chevron {
    transition: transform 0.3s ease;
}

.chevron.rotate {
    transform: rotate(180deg);
}

.mobile-link .item {
    width: auto;
    min-width: 0;
    max-width: 100%;
    flex: 10000 1 0%;
    color: inherit;
}

.mobile-footer {
    color: var(--clr-blue-gray) !important;
    background: rgb(231, 231, 231);
    font-size: 14px;
    line-height: 1.5;
}
.mobile-footer a {
    color: inherit;
}
.mobile-footer span,
.website-link {
    color: #2196f3 !important;
}

/* Mobile-header */
.emblaVertical {
    max-width: 48rem;
    margin: auto;
    --slide-height: 19rem;
    --slide-spacing: 1rem;
    --slide-size: 100%;
}
.embla__viewport,
.emblaVertical__viewport {
    overflow: hidden;
}
.emblaVertical__container {
    backface-visibility: hidden;
    display: flex;
    touch-action: pan-x pinch-zoom;
    margin-top: calc(var(--slide-spacing) * -1);
    height: 400px;
    flex-direction: column;
}
.emblaVertical__slide {
    flex: 0 0 var(--slide-size);
    min-height: 0;
    padding-top: var(--slide-spacing);
}
.emblaVertical__container .section-content-item-footer {
    padding-block: 12px;
}
.embla {
    overflow: hidden;
    bottom: -48px;
    width: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body[dir="rtl"] .embla {
    direction: ltr;
}
.embla__container {
    display: flex;
    gap: 10px;
}
.embla__container .embla__slide:last-child {
    margin-inline-end: 10px;
}
.embla__slide {
    /* min-height: 230px; */
    flex: 0 0 48%;
    min-width: 0;
    max-height: 215px;
    border-radius: 4px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14),
        0 1px 14px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
    .embla__slide {
        flex: 0 0 33.33%;
    }
    .embla {
        width: 90%;
    }
}
.embla__dots i {
    display: none;
}
@media (min-width: 768px) {
    .embla__dots i {
        display: flex;
    }
}

.embla__controls {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 1.8rem;
}
.embla__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    align-items: center;
}
.embla__button {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    width: 3.6rem;
    height: 3.6rem;
    z-index: 1;
    border-radius: 50%;
    color: var(--text-body);
    display: flex;
    align-items: center;
    justify-content: center;
}
.embla__button:disabled {
    color: var(--detail-high-contrast);
}
.embla__button__svg {
    width: 35%;
    height: 35%;
}
.embla__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
}
.embla__dot {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.embla__dot:after {
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    content: "";
}
.embla__dot--selected:after {
    box-shadow: inset 0 0 0 0.2rem var(--text-body);
}
.embla__dot--selected {
    opacity: 1 !important;
    color: white !important;
    border-radius: 50%;
}

/* Start Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End Reset */
/* Start Policy */
.policy-container .policy-wrapper {
    background-image: url("../img/earth-bg.jpg");
    background-color: rgb(204, 204, 204);
}
.policy-wrapper .policy-wrapper-inner {
    height: auto;
    width: 100%;
    /* ltr only */
    padding-bottom: 24px;
    max-width: 1400px;
    margin: auto;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 10px;
}
.breadcrumb,
.breadcrumb .fa-solid {
    color: #ffff;
    font-size: 14px;
}
.breadcrumb .fa-home {
    color: var(--clr-primary);
}
.policy-content {
    font-size: 20px;
    line-height: 50px;
}
.policy-content .heading h1 {
    font-size: 42px;
    line-height: 3.125rem;
    font-weight: 500;
    padding-bottom: 28px;
    color: #fff;
}
.policy-content .paragraph {
    background: rgba(0, 0, 0, 0.55);
    margin-top: -20px;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
}
.policy-content .policies {
    color: white;
    padding: 20px;
    /* ltr only */
    text-align: right;
    padding-top: 50px;
}
.policy-content .policies .policies-content {
    color: #fff;
    line-height: 37px;
    font-size: 20px;
    text-align: right;
}
body[dir="rtl"] .policies-content ol,
body[dir="rtl"] .policies-content ul {
    direction: rtl;
    counter-reset: section;
}
body[dir="rtl"] .policies-content ol li,
body[dir="rtl"] .policies-content ul li {
    display: block;
}
body[dir="rtl"] .policies-content ol li:before {
    content: counter(section) "- ";
    counter-increment: section;
    font-weight: bold;
}
body[dir="rtl"] .policies-content ul li:before {
    content: "- ";
}

.policy-content .policies span {
    text-align: right;
    font-weight: 500;
    display: inline-block;
}
.fa-shield-halved {
    color: white;
}
.policy-content .policies .policies-content .icon-holder {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* About Us ------------------- */

@media (min-width: 0px) {
    /* @ rtl only */
    .about-content {
        padding-left: 8px;
    }
}

@media (min-width: 1024px) {
    .about-content {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.about-content .about-sections li {
    color: white;
    padding: 20px;
    line-height: 37px;
    position: relative;
}

.border-r-top {
    border-radius: 10px 10px 0px 0px;
}
.border-r-bottom {
    border-radius: 0px 0px 10px 10px;
}
.about-content .timeline-content > div {
    /* @ rtl only */
    direction: rtl;
}
.about-content .timeline-content h3 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.0125em;
}
.about-content .timeline-heading {
    padding: 20px;
    font-weight: 500;
    color: #fff;
}
.about-content .timeline-heading h2 {
    padding: 32px 0;
    font-size: 42px;
}

.timeline-icon {
    width: 33px;
    position: absolute;
    top: 0;
    right: -8px;
}
.timeline-icon i {
    color: #fff;
    font-size: 16px;
    z-index: 10;
    position: relative;
    line-height: 38px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 8px;
}
.timeline-icon::before {
    content: "";
    display: block;
    position: absolute;
    height: 31px;
    width: 31px;
    border: 3px solid transparent;
    border-radius: 100%;
    top: 4px;
    right: 0;
    color: inherit;
    background: currentColor;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-icon:not(.icon-detail-latest)::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.4;
    bottom: 0;
    background: currentColor;
    /* rtl only */
    right: 14px;
    top: 41px;
    width: 3px;
}
.icon-detail::before {
    height: 15px;
    width: 15px;
    right: 8px;
}
.icon-detail::after {
    /* rtl only */
    right: 14px;
    top: 24px;
}
.timeline-footer {
    background: rgba(0, 0, 0, 0.55);
    padding: 20px;
    color: #fff;
    /* rtl only */
    direction: rtl;
}

/* Contact Us ------------------- */

@media (min-width: 1024px) {
    .contact-us-content {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.contact-form-inner {
    border-radius: 20px;
    border: unset;
    background: rgb(250, 250, 250);
}

@media (min-width: 1024px) {
    .contact-form-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.contact-wrapper {
    font-weight: 500;
    color: #fff;
}

.contact-form-header h3 {
    font-size: 24px;
    font-weight: 500;
}
.form-input-wrapper {
    min-height: 138px;
    position: relative;
}
.form-input {
    background-color: #eeeeee;
    width: 80%;
    border-radius: 28px;
    padding: 14px 12px;
    border: none;
    transition: 0.3s;
    height: 55px;
    font-size: 14px;
    width: 100%;
}
.form-input:hover {
    background-color: #d8d5d5;
}
.form-label {
    color: #757575;
    font-weight: 500;
    font-size: 20px;
}
.form-label span {
    color: var(--clr-primary);
}
.form-submit-button {
    height: 50px;
    border: none;
    max-width: 200px;
    width: 30%;
    padding: 7px 10px;
    text-align: center;
    background-size: 200% auto;
    box-shadow: unset;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #f7971e 0%, #ffd200 51%, #f7971e);
    text-transform: uppercase;
    transition: 0.5s;
    color: #000;
    display: block;
    font-size: 14px;
}
.form-submit-button:hover {
    background-position: right center; /* change the direction of the change here */
}
.paragraph-map p {
    line-height: 32px;
}
.paragraph-map p span {
    font-size: 25px;
}

/* successes ------------------- */
@media (min-width: 1024px) {
    /* @ both ltr only */
    .successes-wrapper {
        padding-left: 48px;
        padding-right: 16px;
    }
}
.success-card {
    max-width: 350px;
    min-width: 250px;
    border-radius: 20px;
    border: 1px solid rgb(230, 230, 230);
    margin: auto;
}
.separator-v {
    border: 0;
    background: rgba(0, 0, 0, 0.12);
    margin: 0;
    width: 1px;
    align-self: stretch;
    opacity: 1;
}
.success-card .succ-image {
    height: 180px;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}
.succ-desc {
    max-height: 180px;
    min-height: 140px;
}
.succ-desc-link {
    font-size: 17px;
    background: rgba(255, 167, 0, 0.92) !important;
    color: #fff;
    font-weight: 500;
}

/* Login ---------------- */
@media (min-width: 600px) {
    .login-container {
        padding-left: 48px;
        padding-right: 48px;
    }
}

.signup-wrapper {
    border-radius: 20px;
    border: unset;
    background: rgb(250, 250, 250);
}
@media (min-width: 1024px) {
    .signup-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.login-container h2 {
    font-weight: 500;
    font-size: 1.5rem;
}
.login-container legend h2 {
    color: #424242;
}
.login-container .form-label {
    font-size: 14px;
}

.login-container .form-input-wrapper {
    min-height: 100px;
}
.login-wrapper {
    max-width: 500px;
}
.social-media-login button {
    border-radius: 28px;
    font-size: 14px;
    height: 50px;
}
.social-media-login .fb-btn:hover {
    background-color: #40a4f3 !important;
}
.social-media-login .fb-btn:active {
    background-color: #2196f3 !important;
}
.social-media-login .gg-btn:hover {
    background-color: #e8e8e8 !important;
}
.social-media-login .gg-btn:active {
    background-color: #fff !important;
}
.social-media-login button i {
    font-size: 24px;
}
/* End Policy */

/* Start Normalize */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/*
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}
img,
picture,
svg {
    max-width: 100%;
    display: block;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
    margin: auto;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

/* End Normalize */
/* Start Blog */
@media (min-width: 1440px) {
    .blog-container {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (min-width: 600px) {
    .blog-item-inner {
        padding: 16px 16px;
    }
}

@media (min-width: 0) {
    .blog-item-img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 1024px) {
    .blog-item-img {
        height: auto;
        width: 41.6667%;
    }
}
.blog-item-img iframe {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14),
        0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.share-button {
    background: transparent;
    transition: 0.3s;
    border-radius: 50%;
    max-width: 45px;
    border: none;
    width: 45px;
    height: 45px;
}
.share-button:hover {
    background: #ebf4fc;
}
.heart-share-button:hover {
    background: #f4f5f6;
}

.blog-item-content h2 {
    font-size: 28px;
    color: #0d47a1;
    font-weight: 500;
    cursor: pointer;
    word-break: break-all;
    word-break: break-word;
}
.blog-item-content h2:hover {
    color: #ffd200;
}
.blog-item-content span {
    color: var(--clr-gray-8);
}
.blog-item-content p {
    max-height: 100px;
    color: #546e7a !important;
    line-height: 1.5;
    font-size: 17px;
}
.fieldset-list-content div {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fieldset-list-content a:hover {
    background-color: #e8e8e8;
}

.fieldset-list-content img {
    height: 40px;
    width: 40px;
}
.fieldset-list-content li {
    min-height: 48px;
}
.fieldset-list-content a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: 0.3s;
    display: block;
}

.breadcrumb .blog-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    display: inline-block;
}
.blog-post-wrapper .breadcrumb a {
    color: var(--clr-primary) !important;
}
.blog-post-wrapper .breadcrumb {
    font-size: 14px;
    font-weight: 500;
}
.blog-post-content h1 {
    font-size: 42px;
    font-weight: 500;
}
/* End Blog */

/* Start Announce */
.announces-head button {
    border-radius: 28px;
    color: #000;
    cursor: pointer;
    border: none;
    min-height: 45px;
}
.announces-head button:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.filter-announce-button {
    background: #f5f5f5;
}
.filter-announce-button:hover {
    background: #dfdfdf;
}

@media (min-width: 1024px) {
    .announces-head {
        /* // @ with ltr only */
        padding-left: 48px;
        padding-right: 16px;
    }
}
.btn-wrapper {
    min-height: 28px;
    padding: 4px;
    font-weight: 500;
    flex: 10000 1 0%;
    flex-wrap: wrap;
    cursor: pointer;
}
.search-wrapper {
    max-width: 600px;
    width: 380px;
    padding-bottom: 24px;
}
@media (min-width: 720px) {
    .search-wrapper {
        max-width: 600px;
        width: 450px;
        padding-bottom: 10px;
        padding-top: unset;
    }
}
.heading h1 {
    letter-spacing: normal;
    font-size: 21px;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
    text-align: center;
    color: var(--clr-dark);
}

.fieldset-list-content div {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fieldset-list-content a:hover {
    background-color: #e8e8e8;
}

.fieldset-list-content img {
    height: 40px;
    width: 40px;
}
.fieldset-list-content li {
    min-height: 48px;
}
.fieldset-list-content a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: 0.3s;
    display: block;
}

.add-announce-button {
    height: fit-content;
    margin: 18px 0px;
    background-image: linear-gradient(270deg, #f7971e 0%, #ffd200 51%, #f7971e);
    padding: 7px 10px;
    text-align: center;
    background-size: 200% auto;
    box-shadow: unset;
    border-radius: 30px;
}
.add-announce-button:hover {
    background-image: linear-gradient(270deg, #e68a1c 0%, #ffcc00 51%, #e68a1c);
}

@media (max-width: 1200px) {
    .btn-left {
        order: 2;
    }
    .btn-right {
        order: 3;
    }
    .search-input {
        order: 1;
        width: 100%;
    }
    .announce-header-button-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

.success-btn {
    width: 90%;
    max-width: 200px;
    background-size: 200% auto;
    border-radius: 30px;
    background-image: linear-gradient(270deg, #ff512f 0%, #f09819 51%, #ff512f);
    min-height: 2.572em;
    height: 50px;
    transition: 0.5s ease;
}
.success-btn:hover {
    background-image: linear-gradient(270deg, #f75f41 0%, #f1a53a 51%, #f76649);
}
.success-btn:active {
    -webkit-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.75);
}
.announce-post-header {
    transition: 0.3s ease;
}
.announce-post-header:hover {
    background-color: #dfdfdf;
}
.announce-details-list {
    list-style-type: disc !important;
    padding-inline-start: 20px;
}
.announce-details-list li {
    line-height: 24px;
}
.announce-details-list .title-span {
    color: #777;
    padding: 0 10px;
}
.announce-details-list .info-span img {
    width: 25px;
    height: auto;
}
.comments-wrapper {
    max-height: 400px;
    overflow: auto;
}
.comment-text {
    background-color: #eee !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    /* ltr only */
    border-top-right-radius: 15px;
    margin: 10px 0;
    max-width: 100%;
}

/* End Announce */

/* Reset Password */
.reset-wrapper {
    background-color: #fafafa;
    border-radius: 20px;
}
.reset-wrapper input {
    min-height: 56px;
}
.reset-wrapper h1 {
    font-weight: 500;
    font-size: 1.5rem;
}
.forgot-password-button {
    font-weight: 700;
    width: fit-content;
    height: fit-content;
    color: var(--clr-primary);
}
.forgot-password-button:hover {
    background: #fdf6e8 !important;
}
/* End Reset Password */
div[data-trix-button-group="file-tools"] {
    display: none !important;
}
/* Add Announce --------  */

/* Start Profile */
.announces-head button {
    border-radius: 28px;
    color: #000;
    cursor: pointer;
    border: none;
}
.announces-head button:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.filter-announce-button {
    background: #f5f5f5;
}
.filter-announce-button:hover {
    background: #dfdfdf;
}

@media (min-width: 1024px) {
    .announces-head {
        /* // @ with ltr only */
        padding-left: 48px;
        padding-right: 16px;
    }
}
.btn-wrapper {
    min-height: 28px;
    padding: 4px;
    font-weight: 500;
    flex: 10000 1 0%;
    flex-wrap: wrap;
    cursor: pointer;
}
.heading h1 {
    letter-spacing: normal;
    font-size: 21px;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
    text-align: center;
    color: var(--clr-dark);
}

.fieldset-list-content div {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fieldset-list-content a:hover {
    background-color: #e8e8e8;
}

.fieldset-list-content img {
    height: 40px;
    width: 40px;
}
.fieldset-list-content li {
    min-height: 48px;
}
.fieldset-list-content a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: 0.3s;
    display: block;
}

.add-announce-button {
    height: fit-content;
    margin: 18px 0px;
    background-image: linear-gradient(270deg, #f7971e 0%, #ffd200 51%, #f7971e);
    padding: 7px 10px;
    text-align: center;
    background-size: 200% auto;
    box-shadow: unset;
    border-radius: 30px;
}
.add-announce-button:hover {
    background-image: linear-gradient(270deg, #e68a1c 0%, #ffcc00 51%, #e68a1c);
}

@media (max-width: 1200px) {
    .btn-left {
        order: 2;
    }
    .btn-right {
        order: 3;
    }
    .search-input {
        order: 1;
        width: 100%;
    }
    .announce-header-button-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

/* Profile Page */

.profile {
    min-height: 130vh;
}

@media screen and (max-width: 1200px) {
    .profile {
        min-height: 130vh;
    }
}

@media screen and (max-width: 992px) {
    .profile {
        min-height: 200vh;
    }
}

@media screen and (max-width: 600px) {
    .profile {
        min-height: 200vh;
    }
}

.profile-gear-button {
    position: fixed;
    top: 93px;
    background: #ffeb3b !important;
    border-radius: 50%;
    color: #f57f17 !important;
    height: 42px;
    width: 42px;
    z-index: 2;
    transition: 0.3s ease;
    margin-inline-end: auto;
    margin-inline-start: 8px;
}
.profile-gear-button:hover {
    background: #f8d86f !important;
}
.profile-gear-button i {
    font-size: 20px;
}
.profile-wrapper {
    /* max-height: 100vh; */
}
.profile-cover {
    height: 400px;
    width: 100%;
    /* rtl only */
    border-bottom-right-radius: 37%;
    border-bottom: 19px solid rgb(255 232 190);
    overflow: hidden;
}
.profile-cover-wrapper img {
    display: initial;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.profile-avatar {
    height: 200px;
    width: 200px;
}

/* @to add to style.css */
.fs-8 {
    font-size: 8px;
}
.fs-12 {
    font-size: 12px;
}
.fs-24 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.w-fit {
    width: fit-content !important;
}
.h-fit {
    height: fit-content !important;
}
.min-h-fit {
    min-height: fit-content !important;
}
.text-blue-gray {
    color: #607d8b !important;
}
.bg-gray-2 {
    background-color: #f5f5f5 !important;
}
.text-blue-gray-4 {
    color: #90a4ae !important;
}
.fw-500 {
    font-weight: 500;
}
.fw-700 {
    font-weight: 700;
}
.clr-primary {
    color: var(--clr-primary) !important;
}
.border-r-20 {
    border-radius: 20px;
}

.border-r-16 {
    border-radius: 16px;
}
.px-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cursor-p {
    cursor: pointer;
}
.text-truncate-height {
    overflow: hidden;
    display: block;
    max-height: 6rem;
    -webkit-line-clamp: 4;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.no-pointer-events {
    pointer-events: none;
}
.filters-list {
    margin-left: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.filters-item-header {
    transition: 0.3s ease;
}
.filters-item-header:hover,
.message-input-wrapper:hover,
.message-input-wrapper input:hover {
    background-color: #ededed;
}
.fa-calendar-day {
    font-size: 22px;
    background: #434343;
    padding: 12px;
    border-radius: 55%;
    color: white;
}

/* @to add to style.css */
.image-profile {
    margin-top: -200px;
    margin-inline-start: 0;
}

@media screen and (max-width: 600px) {
    .profile-cover {
        border-bottom-left-radius: 37%;
    }
    .image-profile {
        width: 100% !important;
    }
    .profile-avatar {
        margin: auto;
    }
}

.profile-blue-section {
    background: rgba(70, 153, 255, 0.9333333333333333);
    border-radius: 10%;
    margin-top: -250px;
    box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
    z-index: 2;
}
@media (min-width: 992px) {
    .profile-blue-section {
        /* position: absolute;
        left: 25px; */
        /* margin-inline: 25px;
        margin-right: auto; */
        margin-inline-end: 25px;
        margin-inline-start: auto;
        max-height: 700px;
        overflow-y: auto;
    }
}
@media (max-width: 992px) {
    .profile-blue-section {
        padding-top: 250px !important;
        margin-top: -180px;
        z-index: -1;
    }
}
.profile-blue-section .info-content {
    transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1),
        opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
    cursor: pointer;
}
.profile-blue-section .info-content:hover {
    background-color: #60a1f0;
    opacity: 0.9;
}
.profile-blue-section .info-content i {
    /* rtl only */
    padding-left: 16px;
    vertical-align: center;
}
.profile-blue-section .info-content {
    min-height: 48px;
}
.profile-blue-section .info-span {
    line-height: 1.5rem;
    letter-spacing: 0.03125em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

div.profile-blue-section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255, 210, 0, 0.75);
    width: 6px;
    opacity: 0.75;
}

div.profile-blue-section::-webkit-scrollbar {
    border-radius: 12px;
    background-color: rgba(247, 151, 30, 0.2);
    width: 10px;
    opacity: 0.2;
}

.profile-aside {
    width: 250px;
    /* transform: translateX(100%); */
    transform: translateX(0%);
    position: fixed;
    top: 0;
    /* right: 0; */
    inset-inline-start: 0;
    bottom: 0;
    z-index: 3;
    background: transparent;
    transition: transform 0.1s ease;
}
body[dir="ltr"] .profile-aside {
    transform: translateX(0%);
}
@media (max-width: 1284px) {
    .profile-aside {
        z-index: 1001;
    }
}
.profile-page {
    transition: 0.1s ease;
}
#profile-aside.visible {
    /* transform: translateX(0%); */
    transform: translateX(100%);
}
body[dir="ltr"] #profile-aside.visible {
    transform: translateX(-100%);
}
@media (max-width: 1284px) {
    .profile-aside {
        /* transform: translateX(0%); */
        transform: translateX(100%);
    }
    #profile-aside.visible {
        /* transform: translateX(0%); */
        transform: translateX(0%);
    }
    body[dir="ltr"] .profile-aside {
        /* transform: translateX(0%); */
        transform: translateX(-100%);
    }
    body[dir="ltr"] #profile-aside.visible {
        /* transform: translateX(0%); */
        transform: translateX(0%);
    }
}
/* #profile-aside.border-l {
    border-inline-end: 2px solid rgb(129 118 118 / 30%);
} */
#profile-page {
    margin-right: 0px;
}
#profile-page.showAside {
    /* margin-inline-end: 250px; */
    /* margin-right: 250px; */
    margin-inline-start: 250px;
}
@media (max-width: 1284px) {
    #profile-aside.border-l {
        border: none;
    }
    #profile-page.showAside {
        margin-inline-start: 0px;
    }
}
#messages-list-button {
    transition: 0.2s;
    margin-inline-start: auto;
    margin-inline-end: 8px;
}
@media (min-width: 1284px) {
    #messages-list-button.showMsgsList {
        margin-inline-end: 310px !important;
    }
}
.announces-page.showAside {
    padding-inline-start: 350px;
}
/* Filters  */
.filters-aside {
    width: 250px;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    background: transparent;
    transition: transform 0.1s ease;
}
.filters-aside .announce-chevron-sections {
 top: 40%;
 inset-inline-end: 30px;
}
body[dir="ltr"] .filters-aside {
    transform: translateX(-100%);
    left: 0;
}
body[dir="ltr"] .filters-aside.visible {
    transform: translateX(0%);
}
.announces-page {
    transition: 0.1s ease;
}
.filters-aside.visible {
    transform: translateX(0%);
}
.daterangepicker {
    z-index: 10001 !important;
}
.filters-aside .form-input-wrapper {
    min-height: 0px;
}
@media (max-width: 991px) {
    .profile-height {
        /* height: 100vh; */
        margin-bottom: 120px;
    }
}

.profile-aside .aside-header {
    background: rgba(70, 153, 255, 0.9333333333333333);
    border-bottom-right-radius: 46%;
    height: 200px;
    font-size: 20px;
}
body[dir="rtl"] .profile-aside .aside-header {
    border-bottom-left-radius: 46%;
    border-bottom-right-radius: 0%;
}

.profile-aside .aside-nav {
    background: rgba(0, 0, 0, 0);
}
.profile-aside .nav-list {
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    background: #fafafa !important;
}
.profile-aside .nav-list .nav-item {
    min-height: 48px;
}
.profile-aside .nav-list .nav-item {
    transition: 0.3s ease;
}
.profile-aside .nav-list .nav-item:hover {
    background: #e4e4e4;
}

.profile-separator {
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.36);
    color: white;
    opacity: 1 !important;
    border-top: 0;
}
.profile-mobile-name {
    font-size: 27px;
    text-shadow: 0 0 2px #605640;
}
.fa-paperclip {
    rotate: -45deg;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 22px;
}

.profile-grad-btn-end {
    border-radius: 5rem 0rem 0rem 5rem !important;
}
.profile-grad-btn-start {
    border-radius: 0rem 5rem 5rem 0rem !important;
}
body[dir="rtl"] .profile-grad-btn-start {
    border-radius: 5rem 0rem 0rem 5rem !important;
}
body[dir="rtl"] .profile-grad-btn-end {
    border-radius: 0rem 5rem 5rem 0rem !important;
}

/* Profile Messages -------------- */
.messages-page-wrapper {
    transform: none;
}
@media (min-width: 1284px) {
    body[dir="ltr"] .messages-page-wrapper {
        /* transform: scale(1); */
    }
}
.messages-list {
    /* @ rtl only  */
    inset-inline-end: 0;
    width: 300px;
    background-color: #fafafa;
    z-index: 3;
    transform: translateX(0px);
    transition: transform 0.1s ease;
}
.messages-list.visible {
    transform: translateX(-100%);
}
body[dir="ltr"] .messages-list.visible {
    transform: translateX(100%);
}
@media (max-width: 1284px) {
    .messages-list {
        transform: translateX(-100%);
        z-index: 10011;
    }
    .messages-list.visible {
        transform: translateX(0px);
    }
    body[dir="ltr"] .messages-list.visible {
        transform: translateX(0%);
    }
    body[dir="ltr"] .messages-list {
        transform: translateX(100%);
    }
}
@media (min-width: 1284px) {
    .message-page-container.showAside {
        padding-inline-end: 300px;
    }
}
/* For desktop - position the social media section over the blue section */
@media (min-width: 992px) {
    .social-media-section {
        position: relative;
        top: -200px;
        z-index: 10;
    }
}

/* For mobile - keep the social media section in normal flow */
@media (max-width: 991px) {
    .social-media-section {
        margin-top: 20px; /* Add some spacing on mobile */
    }
}
/* Profile Messages -------------- */
.message-list-item {
    transition: 0.3s ease;
    cursor: pointer;
}
.message-list-item:hover {
    background: #e4e4e4;
}
.message-list-item img {
    width: 40px;
}
.messages-wrapper {
    height: 540px;
}
.messages-header > div {
    min-height: 50px;
}
.messages-header > div > button {
    left: 15px;
    outline: 0;
    background: #f5f5f5;
    z-index: 10;
    width: 42px;
    height: 42px;
}
.send-messages-input {
    width: 80%;
}
@media (min-width: 700px) {
    .send-messages-input {
        width: 70%;
    }
}
.messages-footer {
    width: calc(100% - 17px);
}
.message-input-wrapper {
    border-radius: 28px;
    background: #fff;
    transition: 0.36s ease;
    color: #000;
    height: 56px;
    max-width: 100%;
}
.message-input-wrapper input {
    height: 56px;
    flex: auto;
    border-radius: 28px;
    transition: 0.36s ease;
}
.message-input-wrapper svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    cursor: pointer;
    color: var(--clr-primary);
    margin: auto;
}
.message-input-wrapper svg:hover,
.messages-list-buttons:hover {
    background-color: #fcf2e8;
}
.message-input-wrapper svg:focus {
    border: 1px solid black;
}

/* reveived ----------  */
.message-received {
    display: flex;
    flex-direction: row; /* this will be row reverse */
    align-items: flex-end;
}
body[dir="rtl"] .message-received {
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.message-received img {
    /* ltr only */
    margin-right: 8px;
    width: 48px;
    height: 48px;
    min-width: 48px;
}
.message-received .message-name {
    /* ltr only */
    text-align: left;
    font-size: 13px;
}
.message-received .message-text {
    border-radius: 15px 15px 16px 16px;
    min-height: 48px;
    background: #eeeeee;
    /* ltr only */
    border-bottom-left-radius: 0px;
    padding: 8px;
    line-height: 1.2;
    word-break: break-word;
    position: relative;
    color: #e0e0e0;
    margin-top: 4px;
}
.message-received .message-text::after,
.message-sent .message-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}

.message-received .message-text::after {
    border-bottom: 8px solid #eeeeee;
}
/* rtl only  */
.message-received .message-text::after {
    right: 100%;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent;
}
.message-received .message-text .message-content {
    color: #000;
}
.message-received .message-text .message-stamp {
    display: block;
    margin-top: 4px;
    opacity: 0.6;
    font-size: 13px;
    color: #999999;
}

/* sent ----------  */
.message-sent {
    display: flex;
    flex-direction: row-reverse; /* this will be row reverse */
    align-items: flex-end;
}
body[dir="rtl"] .message-sent {
    justify-content: flex-start;
    flex-direction: row;
}
.message-sent img {
    /* ltr only */
    margin-left: 8px;
    width: 48px;
    height: 48px;
    min-width: 48px;
}
.message-sent .message-name {
    /* ltr only */
    text-align: right;
    font-size: 13px;
}
.message-sent .message-text {
    border-radius: 15px 15px 16px 16px;
    min-height: 48px;
    background: #f57c00;
    /* ltr only */
    border-bottom-right-radius: 0px;
    padding: 8px;
    line-height: 1.2;
    word-break: break-word;
    position: relative;
    color: #fff;
    margin-top: 4px;
}
.message-received .message-text::after,
.message-sent .message-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}

.message-sent .message-text::after {
    border-bottom: 8px solid #f57c00;
}
/* rtl only  */
.message-sent .message-text::after {
    left: 100%;
    border-left: 0 solid transparent;
    border-right: 8px solid transparent;
}
.message-received .message-text .message-content {
    color: #000;
}
.message-sent .message-text .message-stamp {
    display: block;
    margin-top: 4px;
    opacity: 0.6;
    font-size: 13px;
    color: #fae4cc;
}
.messages {
    min-height: 0;
    max-height: 100%;
    overflow: auto;
    height: 419px;
    max-width: 98.5%;
}
.messages-header {
    z-index: 2000;
    position: sticky;
    top: 0;
    left: 0;
    color: #fff;
}

.profile-announce {
    border-right: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
    border-top: 7px solid rgb(230, 230, 230);
}
.profile-announce h2 {
    font-size: 30px;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
}
.heart-share-button {
    color: #90a4ae;
}
.flex-grow {
    flex: 10000 1 0%;
}
.profile-announce-description {
    font-size: 17px;
    line-height: 1.5rem;
    letter-spacing: 0.03125em;
}
.profile-announce-image {
    max-height: 100%;
}
.ellipsis-button {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: #8f8f8f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
body[dir="ltr"] .ellipsis-button {
    left: 5px;
}
.ellipsis-button:hover {
    background-color: #9e9e9e;
}
.fs-18 {
    font-size: 18px;
}
.ellipsis-button-info {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 4px;
    z-index: 100;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.ellipsis-button-info.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.ellipsis-button-info i {
    min-width: 56px;
}
.ellipsis-button-info > div {
    min-height: 48px;
    transition: 0.3s;
}
.ellipsis-button-info > div:hover {
    background-color: #e8e8e8;
}
.ellipsis-button-info > a {
    min-height: 48px;
    transition: 0.3s;
}
.ellipsis-button-info > a:hover {
    background-color: #e8e8e8;
}

@media (max-width: 1250px) {
    .ellipsis-button-info {
        /* inset-inline-end: 0; */
        inset-inline-start: 0;
    }
}

.btn-group {
    display: flex;
    flex-direction: row-reverse;
}
.btn-grad {
    background: linear-gradient(
        90deg,
        rgba(255, 123, 0, 1) 0%,
        rgba(255, 94, 0, 1) 100%
    );
    color: white;
    border: none;
    height: 50px;
}
.btn-grad:hover {
    color: white;
    filter: brightness(125%);
}
.btn-messenger {
    top: 360px;
    right: 37%;
    position: absolute;
    z-index: 9999;
}
/* @media only screen and (max-width: 992px) {
    .btn-messenger {
        top: -40px;
        right: 150px;
        width: 100%;
        position: relative;
        margin: auto;
        width: fit-content;
    }
    .btn-messenger > div {
        margin-left: auto;
        margin-right: 5px;
        width: fit-content;
    }
} */
@media only screen and (max-width: 992px) {
    .btn-messenger {
        top: 80px;
        right: 0;
        width: 100%;
        position: relative;
        margin: auto;
        width: fit-content;
    }
    .btn-messenger > div {
        margin-left: auto;
        margin-right: 5px;
        width: fit-content;
    }
}
/* End Profile */

.comment-input-inner {
    display: flex;
    align-items: center;
}

.comment-input-inner .btn {
    margin-left: 8px;
    color: white;
    border: none;
}

/* Add Announce --------  */
.announce-section-img {
    width: 40px;
    height: auto;
}
.announce-section-img-input {
    width: 30px;
    height: auto;
}
.form-input:focus {
    background: #ebb543 !important;
    outline: none;
}
.announce-chevron,
.announce-chevron-sections {
    top: 45%;
    /* left: 28px; */
    color: #6d6d6d;
}
.custom-select-option:hover {
    background-color: #f0f0f0;
}
.announce-chevron,
.announce-chevron-sections {
    transition: 0.3s ease;
}
.announce-chevron.rotate,
.announce-chevron-sections.rotate {
    transform: rotate(180deg);
    color: #000;
}
.flag-button {
    border-radius: 28px;
    min-height: 40px;
    width: 100px;
    border: none;
}
.flag-button:focus {
    border: 2px solid var(--clr-primary);
    outline: none;
}
.flag-button > div > div:hover {
    background-color: #f0f0f0;
}
.form-input input[type="number"]::-webkit-inner-spin-button,
.form-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
::-webkit-file-upload-button {
    display: none;
}
.image-upload-icon {
    position: absolute;
    color: rgb(117, 109, 109);
    font-size: 22px;
    top: 39%;
    left: 25px;
}

.important-note {
    letter-spacing: 0.03125em;
    line-height: 1.5;
}
#videoAccordion .fa-play-circle {
    margin-inline-end: 8px;
}
#videoAccordion .accordion-button::after {
    margin-inline-end: 0;
    margin-inline-start: auto;
}
#videoAccordion .accordion-button {
    background-color: #ffa700;
    color: #fff;
}

#videoAccordion .accordion-button:not(.collapsed) {
    background-color: #e69600;
    color: #fff;
}

#videoAccordion .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 167, 0, 0.25);
}
.add-announce-textarea {
    resize: none;
    min-height: 6rem;
}
.add-announce-textarea::placeholder {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.add-announce-textarea:focus {
    background-color: #eeeeee !important;
}
.announces-title {
    font-size: 24px;
    font-weight: 500;
}
.announces-section-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.announce-acc-header {
    transition: 0.3s ease;
}
.announce-acc-header:hover {
    background-color: #eee;
}
#country-options {
    max-height: 65vh;
    overflow: auto;
}

.select2-container,
.states {
    width: 100% !important;
}
/* End Add Announnce */

.link-announce-detail {
    color: #ffa700;
    padding: 10px 10px;
}
.link-announce-detail:hover {
    background-color: #fdf6e8;
    cursor: pointer;
}
.modal {
    z-index: 20000 !important;
}

.list-ellipsis {
    min-height: unset !important;
    margin-inline-start: 5px !important;
    margin-block-start: 5px !important;
}

.active-section {
    color: #fff !important;
}

.videos-iframe {
    border-radius: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #ffd700;
    border-radius: 50%;
    padding: 10px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: var(--clr-primary);
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    color: transparent;
}

#carouselExampleIndicators .carousel-item {
    height: 500px;
}
@media only screen and (max-width: 600px) {
    #carouselExampleIndicators .carousel-item {
        height: 350px;
    }
}

.carousel-item img {
    border-radius: 20px;
    object-fit: cover;
}

.active-link {
    color: #ff7a00;
}

.fa-instagram {
    background: #e1306c;
    -webkit-background-clip: text;
    color: transparent;
}
.fa-youtube {
    background: #ff0000;
    -webkit-background-clip: text;
    color: transparent;
}

.cities-user,
.states-user,
.cities-action,
.states-action,
.states,
.cities,
.countries {
    background: #eeeeee;
    padding: 14px 12px;
    border-radius: 28px;
    width: 100%;
    border: none;
    height: 55px;
    cursor: pointer;
}
.cities-user:focus,
.states-user:focus,
.cities-action:focus,
.states-action:focus,
.states:focus,
.cities:focus,
.countries:focus {
    outline: none;
}
select.states-action,
select.states-user,
select.cities-action,
select.cities-user,
.states,
.cities,
.countries {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
label[for="country-select"],
label[for="city-select"],
label[for="state-select"] {
    position: relative;
}
label[for="country-select"]::after,
label[for="city-select"]::after,
label[for="state-select"]::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    inset-inline-end: 0;
    top: 43px;
    padding-inline: 20px;
    z-index: 1;
    height: 100%;
    pointer-events: none;
}

.important-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.important-checkbox input[type="checkbox"] {
    margin-inline-end: 8px;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    border-radius: 2px black;
}
.important-checkbox label {
    cursor: pointer;
    font-weight: bold;
}

.important-checkbox a {
    color: #4a4a4a;
    font-size: 14px;
}
.important-checkbox a::after {
    content: "↖";
    font-size: 12px;
    margin-right: 0.2em;
    vertical-align: super;
    font-weight: bold;
}
[dir="ltr"] .important-checkbox a::after {
    content: "↗";
}

.copy-clipboard-btn {
	border: unset;
	color: #FFC107 !important;
	background-color: transparent;
	cursor: pointer;
}

.password-toggle {
    top: 41% !important;
    right: 11px
}
[dir="rtl"] .password-toggle {
    right: unset;
    left: 25px;
}
.ts-wrapper {
    width: 100% !important;
}
.ts-control {
    background-color: transparent !important;
    border-color: transparent !important;
}
.ts-control .item {
    border-radius: 28px;
    font-size: medium;
}
.ts-control .item:hover {
    background-color: #d8d5d5;
}
.ts-dropdown {
    max-height: 300px;
    overflow: auto;
    z-index: 1000;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
    border-right: none !important;
}
.ts-dropdown [data-selectable].option {
    padding: 1rem;
}

.slider-height {
    height: 680px;
}
@media only screen and (max-width: 600px) {
    .slider-height {
        height: 470px;
    }
}
@media (max-width: 991px) {
    .tablet-none {
        display: none !important;
    }
}

.tags-item {
    background-color: #e9e9e9;
    color: black;
}
.tags-item:hover {
    background-color: #ffd200;
}
body[dir="ltr"] .ellipsis-achievement {
    left: unset !important;
    right: 5px !important;
}
.ts-wrapper.multi .ts-control > div {
    margin-inline-end: 6px !important;
    padding-inline-start: 10px !important;
}

.carousel-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
}
.carousel-dot {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);;
    -webkit-appearance: none;
    color: #c08922 !important;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.carousel-dot:after {
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    content: "";
}
.carousel-dot--selected:after {
    box-shadow: inset 0 0 0 0.2rem var(--text-body);
}
.carousel-dot--selected {
    opacity: 1 !important;
    color: #ffa700 !important;
    border-radius: 50%;
}

.cropper {
    flex-direction: row !important;
}
@media (max-width: 992px) {
    .cropper {
        flex-direction: column !important;
    }
    .cropper-viewers {
        width: 400px !important;
    }
}
