/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@800&family=Tajawal&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --btn-current-color: #373483;
    --mode: "white";
}

body,
html {
    scroll-behavior: smooth;
    /* direction: rtl; */
    overflow-x: hidden;
    font-style: normal;
    font-family: "Poppins", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* .dir-rtl {
  direction: rtl;
} */

.dir-ar {
    direction: rtl !important;
    font-family: "Tajawal", sans-serif;
}

.dir-en {
    direction: ltr;
    font-family: "Poppins", sans-serif;
}

.logo-font {
    font-size: 36px;
    font-weight: bold;
    font-family: "Cairo", sans-serif;
}

.font-4xl {
    font-size: 48px;
    font-weight: bold;
}

.font-3xl {
    font-size: 40px;
    font-weight: normal;
}

.font-2xl {
    font-size: 36px;
}

.font-xl {
    font-size: 32px;
}

.font-lg {
    font-size: 24px;
}

.font-md {
    font-size: 20px;
}

.font-sm {
    font-size: 16px;
}

.font-xs {
    font-size: 14px;
}

.border-lg {
    border-radius: 184px;
}

.border-md {
    border-radius: 33px;
}

.border-sm {
    border-radius: 12px;
}

.shadow-lg {
    -webkit-box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.25);
}
.custom-select {
    font-size: 1rem; /* Adjust text size */
    /* Ensure select takes full width */
    white-space: nowrap; /* Prevent text from breaking */
}

@media (max-width: 576px) {
    .custom-select {
        font-size: 1.2rem; /* Increase font size on small screens */
        padding: 0.5rem; /* Adjust padding for better touch targets */
    }
}


.mo-btn {
    padding: 0.5rem 1.5rem;
    color: white;
    background-color: #373483;
    border-radius: 9999px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index:50  !important;
    outline-offset: -1.3px;
}
.z-index-999 {
    z-index: 800;
}
.btn-light-pink-rounderd {
    background-color: transparent;
    outline: 1.9px solid #f4ecff;
}

.btn-light-pink-bg {
    background-color: #f4ecff;
    color: black;
}

.btn-light-pink-rounderd:hover {
    background-color: #f4ecff;
    color: black;
}

.btn-light-pink-bg:hover {
    background-color: transparent;
    color: white;
    outline: 1.9px solid #f4ecff;
}

.btn-green-rounderd {
    background-color: transparent;
    border: 1.9px solid #00c89b;
    outline: #00c89b;
}

.btn-green-bg {
    background-color: #00c89b;
    color: black;
}

.btn-green-rounderd:hover {
    background-color: #00c89b;
    color: black;
}

.btn-green-bg:hover {
    background-color: transparent;
    color: #00c89b;
    outline: 1.9px solid #00c89b;
}

.btn-blue-bg {
    background-color: #373483;
    color: white;
}

.btn-blue-bg:hover {
    background-color: transparent;
    color: black;
    outline: 1.9px solid #373483;
    outline-offset: -1.3px;
}

.btn-blue-rounderd {
    background-color: transparent;
    color: black;
    outline: 1.9px solid #373483;
}

.btn-blue-rounderd:hover {
    background-color: #373483;
    color: white;
}

.btn-pink-bg {
    background-color: #cd657c;
    color: white;
}

.btn-pink-bg:hover {
    background-color: transparent;
    color: black;
    outline: 1.9px solid #cd657c;
    outline-offset: -1.3px;
}

.btn-pink-rounderd {
    background-color: transparent;
    color: black;
    outline: 1.9px solid #cd657c;
    outline-offset: -1.3px;
}

.btn-pink-rounderd:hover {
    background-color: #cd657c;
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav_item {
    padding: 0.5rem;
}

.nav_item {
    position: relative;
}

.nav_item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0%;
    height: 4px;
    border-radius: 10px;
    background-color: #00c89b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav_item:hover::after,
.active_link::after {
    width: 100%;
}


.toggle-label {
    position: relative;
}

.toggle-label:before {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    display: block;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999%;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23a0aec0" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1),
        -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.toggle-checkbox:checked + .toggle-label:before {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23a0aec0" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');
}

.toggle.slim .toggle-label:before {
    top: -0.15rem;
    left: 0;
}

.toggle.slim .toggle-checkbox:checked + .toggle-label:before {
    -webkit-transform: translateX(1.75rem);
    transform: translateX(1.75rem);
}

.toggle.colour .toggle-label {
    background-color: #feb2b2;
}

.toggle.colour .toggle-checkbox:checked + .toggle-label {
    background-color: #9ae6b4;
}

.illstration_warrper {
    position: absolute;
    top: 40%;
    right: 0%;
    -webkit-transform: translate(20%, -70%);
    transform: translate(20%, -70%);
    z-index: 1;
}

.motaah_illstration {
    --core-size: 72%;
    --sm-size: 60%;
    --md-size: 40%;
    --lg-size: 48%;
    --xl-size: 30%;
    --parant-size: 600px;
    position: relative;
    top: 50px;
    left: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: var(--parant-size);
    height: var(--parant-size);
    z-index: 1;
}

.motaah-circle__gray,
.motaah-core {
    position: absolute;
    width: var(--parant-size);
    height: var(--parant-size);
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1;
}

.motaah-circle__gray {
    -webkit-animation: 2.2s spreed infinite;
    animation: 2.2s spreed infinite;
    width: 120%;
    height: 120%;
}

.motaah-circle__gray.black {
    border: 2px solid black;
}

.motaah-circle__gray.red {
    border: 2px solid red;
}

.motaah-circle__gray.green {
    border: 2px solid green;
}

.motaah-circle__gray.blue {
    border: 2px solid blue;
}

.motaah-circle__gray.purple {
    border: 2px solid purple;
}

.motaah-circle__gray.yellow {
    border: 5px solid #ffe400;
}

.motaah-circle__gray.white {
    border: 10px solid white;
}

.motaah-circle__gray.sm {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.motaah-circle__gray.md {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.motaah-circle__gray.lg {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.motaah-circle__gray.xl {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.motaah-core {
    width: calc(var(--parant-size) / 3);
    height: calc(var(--parant-size) / 3);
    background-color: #00c89b;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
}

.motaah-core-en {
    right: 30% !important;
}

@-webkit-keyframes spreed {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spreed {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.active_fixed_nav {
    color: #cd657c;
    transform: scale(1.3);
}

/* styles.css */
.custom-button {
    margin-top: 1.5rem; /* mt-6 */
    padding: 0.75rem 1.5rem; /* px-6 py-3 */
    background-color: #373483; /* bg-[#373483] */
    color: #fff; /* text-black */
    border-radius: 0.5rem; /* rounded-lg */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-button:hover {
    background-color: #2c2c6c; /* hover:bg-blue-900 */
}

.custom-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.5); /* focus:ring-blue-500 */
}
