/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

html {
    font-size: 12px;
    direction: rtl;
}

body {
    font-family: "Almarai", sans-serif;
    color: #000000;
    direction: rtl;
    background-color: #fbfbfb;
}

#nextBTN {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 20;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000a38;
}

a,
a:hover {
    color: #0087c3;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0087c3 !important;
}

::selection {
    background-color: #0087c3;
    color: #ffffff;
    text-shadow: none;
}

-webkit-::selection {
    background-color: #0087c3;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background-color: #0087c3;
    color: #ffffff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #0087c3;
}

@media (min-width: 1920px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 4.25rem;
        padding-right: 4.25rem;
    }
}

.full-height {
    min-height: 100vh;
}

/* 1.2 Typography */

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

.text-primary {
    color: #0087c3 !important;
}

.text-success,
a.text-success:hover {
    color: #0087c3 !important;
}

.text-underline {
    text-decoration: underline;
}

.text-md {
    font-size: 1.125rem;
}

.text-white a {
    color: #ffffff;
}

/* 1.3 Buttons */

button:focus,
input:focus {
    outline: none;
}

.btn {
    padding: 1rem 2.5rem;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: #0087c3;
    border-color: #0087c3;
}

.btn-success {
    transition: box-shadow 0.3s ease-in-out;
    transition-delay: 0;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    box-shadow: rgba(92, 165, 149, 0.2) 0 0 0 6px;
}

.btn-sm-circle {
    padding: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    background-color: #f2f2f2;
    border-radius: 50px;
    color: #db0320;
}

.btn-circle.btn-sm {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    min-width: calc(0.875rem + 1.5em + 2px);
}

/* 1.4 Forms */

.control-btn {
    margin-top: 2rem;
    margin: auto;
}

.control-btn a {
    color: #fff;
}

.control-btn a:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-sm.rounded-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    padding: 15px !important;
}

.btn-sm.btn-danger .fa-trash,
.btn-sm.btn-primary .fa-edit {
    color: red; /* Or any other color you'd like for the icons */
}

.button-save-new {
    border: 1px solid #a7a7a7;
    background-color: white;
    color: #a7a7a7;
    padding: 16px 40px;
    border-radius: 5px;
    font-size: 18px;
    border-radius: 50px;
}

.modal-field-hight {
    height: 52px !important;
    font-size: 16px !important;
}

.modal-field-input {
    font-size: 16px !important;
}

button:hover {
    background-color: #f2f2f2;
}

select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23000000' d='M32,48.1c-1.3,0-2.4-0.5-3.5-1.3L0.8,20.7c-1.1-1.1-1.1-2.7,0-3.7c1.1-1.1,2.7-1.1,3.7,0L32,42.8l27.5-26.1 c1.1-1.1,2.7-1.1,3.7,0c1.1,1.1,1.1,2.7,0,3.7L35.5,46.5C34.4,47.9,33.3,48.1,32,48.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 100% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group-material {
    margin-bottom: 0.625rem;
    padding-top: 1rem;
    position: relative;
}

.form-group-material .label {
    position: absolute;
    margin-right: 20px;
    /* font-size: 21px; */
    color: #999999;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
    right: 0;
}

.form-group-material.a-form-group.active .label {
    font-size: 14px;
    top: 8px;
    transform-origin: center;
    right: 20px;
    margin-right: 0;
}

.form-group-material.a-form-group .label {
    transform: scale(1);
    /* top: 17px; */
}

.form-group-material .form-control {
    border-radius: 0;
    border: none;
    border-bottom: #999999 1px solid;
    background-color: transparent;
    padding: 0.5rem 0;
    font-size: 1.125rem;
    color: #000000;
}

.form-group-material .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 1px);
}

.form-group-material .form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: #000000;
}

label.error {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #0087c3;
}

.form-control.error,
.form-control.error:focus {
    border-color: #0087c3;
    color: #0087c3;
}

.control-file {
    margin-top: 1.625rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.control-file i {
    position: absolute;
    left: -0.25rem;
    top: 0.5625rem;
    font-size: 1.625rem;
}

.control-file .file-path-wrapper {
    overflow: hidden;
}

.control-file input.file-path {
    padding: 0 0 0 2.125rem;
    border: none;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
    color: #0087c3;
    text-decoration: underline;
    opacity: 1;
    transition: color 0.3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
    color: #0087c3;
}

.control-file input.file-path:-ms-input-placeholder {
    color: #0087c3;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
    color: #0087c3;
}

.control-file input.file-path::-webkit-input-placeholder {
    color: #0087c3;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
    color: #0087c3;
}

.control-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

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

.unit-title-container {
    display: ruby;
    color: rgba(51, 51, 51, 0.41); /* 41% opacity */
    font-size: 18px !important;
    /* padding: 15px; */
    /* margin: 10px; */
    text-align: center;
    position: relative;
}
.unit-title-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px; /* Adjust this value to control the width of the divider */
    width: 16px; /* Adjust this value to control the width of the divider */
    background-color: transparent;
}

.unit-value-container {
    color: #0087c3;
    font-size: 18px;
    font-weight: bold;
}

.unit-row {
    justify-content: center !important;
}

.unit-type {
    text-align: center;
}

/* start custom div */
.custom-div {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* border: 7px solid  rgba(0, 135, 195, 1); */
    border-radius: 50px 0px;
    position: relative;
}

.custom-div:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 10px solid rgba(0, 135, 195, 0.03);
    border-radius: 65px 0px;
    z-index: -1;
}

.custom-div:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 10px solid rgba(0, 135, 195, 0.06);
    border-radius: 55px 0px;
    z-index: -2;
}

.system-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    font-size: 3em;
    font-weight: bold;
}

.subtitle {
    font-size: 1em;
    color: gray;
}

/* end custom div */

.overlay-final {
    opacity: 0.07 !important;
}

.custom-padding-top-final-row {
    padding-top: 50px;
}

.submit-final-color:hover {
    background-color: white !important;
    color: #0087c3 !important;
}

/* Custom radio button */
.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 30px; /* Space for the custom radio button in RTL */
    text-align: right; /* Align text to the right for RTL */
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: absolute;
    right: 0; /* Change to right for RTL */
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #93bc18;
    background-color: transparent;
}

.radio-item input[type="radio"]:checked + label:before {
    background-color: white;
    border: 2px solid #93bc18;
}

.radio-item input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    right: 4px; /* Adjust as needed for RTL */
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #93bc18; /* Inner circle color */
}

/* 1.5 Animation */

@-webkit-keyframes fadeZooming {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 0.6);
        transform: scale3d(0.6, 0.6, 0.6);
        margin-left: -12rem;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes fadeZooming {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 0.6);
        transform: scale3d(0.6, 0.6, 0.6);
        margin-left: -12rem;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

.fadeZooming {
    -webkit-animation-name: fadeZooming;
    animation-name: fadeZooming;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -6.5rem, 0);
        transform: translate3d(0, -6.5rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -6.5rem, 0);
        transform: translate3d(0, -6.5rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10rem, 0);
        transform: translate3d(0, 10rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10rem, 0);
        transform: translate3d(0, 10rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10rem, 0, 0);
        transform: translate3d(-10rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10rem, 0, 0);
        transform: translate3d(-10rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10rem, 0, 0);
        transform: translate3d(10rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10rem, 0, 0);
        transform: translate3d(10rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*-------------------------------------------------------------------------------
  2. Preloader
/* ------------------------------------------------------------------------------- */

.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f5f4f0;
    text-align: center;
}

.three-bounce {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.three-bounce > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #0087c3;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.three-bounce .one {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.three-bounce .two {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*-------------------------------------------------------------------------------
  3. Header
-------------------------------------------------------------------------------*/

.header {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
}

.header-row {
    transition: color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav {
    padding: 0;
}

.nav {
    justify-content: center;
}

.brand-name img {
    width: 150px;
    max-height: 96.88px;
}

.tab-title {
    color: #000a38 !important;
}

/* .nav-link:hover {
    border: none !important;
} */

@media (min-width: 768px) {
    .header {
        padding-top: 5.5px;
        padding-bottom: 5.5px;
    }
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background-color: rgba(255, 255, 255, 1); /* RGB color with 50% opacity */
}

.header-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    z-index: -1;
    background-color: #ffffff;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.header-shadow .header-bg {
    height: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.brand {
    margin-right: 1rem;
    white-space: nowrap;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.brand a {
    color: inherit;
    text-decoration: none;
}

.powered {
    align-items: baseline;
}

.powered_img img {
    /* width: 120px; */
}

.nav-tabs {
    border-bottom: 3px solid rgba(0, 135, 195, 0.5);
}

.header-link {
    font-family: Almarai;
    font-weight: normal;
    font-size: 14px;
    line-height: inherit;
    text-align: right;
    color: #333333;
    margin: 0 10px;
}

.nav-toggle-btn {
    background: none;
    border: none;
    padding: 0.625rem 0;
    margin: 0;
    border-radius: 0;
    outline: none;
    float: left;
    position: relative;
    z-index: 995;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
}

.nav-toggle-btn:hover {
    color: #b11d11;
}

.nav-toggle-btn:focus {
    outline: none;
}

.nav-toggle {
    display: block;
    width: 32px;
}

.body-menu-opened .nav-toggle .stick {
    background: #b9b9b9;
}

.nav-toggle .stick {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 3px;
    background: #fff;
    transition: all 0.3s;
    position: relative;
}

.nav-toggle-btn {
    order: 2;
}

.menu-footer {
    padding-bottom: 150px;
}

.nav-toggle .stick + .stick {
    margin-top: 9px;
}

.body-menu-opened .nav-toggle .stick-1 {
    animation: ease 0.5s top forwards;
}

.nav-toggle .stick-1 {
    animation: ease 0.5s top-2 forwards;
}

.body-menu-opened .nav-toggle .stick-2 {
    animation: ease 0.5s bottom forwards;
}

.nav-toggle .stick-2 {
    animation: ease 0.5s bottom-2 forwards;
}

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

    50% {
        top: 6px;
        transform: rotate(0);
    }

    100% {
        top: 6px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 6px;
        transform: rotate(45deg);
    }

    50% {
        top: 6px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

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

    50% {
        bottom: 6px;
        transform: rotate(0);
    }

    100% {
        bottom: 6px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 6px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 6px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    background: #ffffff;
    max-width: 100%;
    width: 100%;
    /*padding: 10.25rem 4.375rem 4.1875rem;*/
    flex-direction: column;
    transition: transform 0.4s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 150px;
}

.menu-main > ul > li {
    font-size: 24px;
    /*padding: 15px 0;*/
}

.menu-main {
    width: 100%;
}

.body-menu-opened .menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.hide-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 980;
}

.body-menu-opened .hide-menu {
    bottom: 0;
}

@media (min-width: 576px) {
    .menu {
        width: 27.5rem;
    }
}

.menu .menu-lang,
.menu .menu-main,
.menu .social,
.menu .menu-footer {
    opacity: 0;
    transform: translateY(3rem);
    transition: all 0.5s ease-in-out;
}

.menu .menu-lang {
    transition-delay: 0.2s;
}

.menu .menu-main {
    transition-delay: 0.4s;
}

.menu .social {
    transition-delay: 0.6s;
}

.menu .menu-footer {
    transition-delay: 0.8s;
}

.body-menu-opened .menu .menu-lang,
.body-menu-opened .menu .menu-main,
.body-menu-opened .menu .social,
.body-menu-opened .menu .menu-footer {
    opacity: 1;
    transform: translateY(0);
}

.menu .menu-lang {
    padding-bottom: 5.875rem;
    padding-bottom: 8.7037037vmin;
}

.menu-lang {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-lang-item {
    display: inline-block;
    margin-right: 1.5rem;
    color: #a3a4a8;
    text-decoration: none;
}

.menu-lang-item.active,
.menu-lang-item:hover {
    color: #1f2044;
    text-decoration: none;
}

.menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1.375rem;
    font-weight: bold;
}

.menu-main > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-main > ul > li {
    /*margin-bottom: 1.1875rem;*/
    padding-left: 2px;
}

.menu-main a,
.menu-main a:hover {
    color: rgba(102, 102, 102, 0.85);
    text-decoration: none;
}

.menu-main .active > a,
.menu-main a:hover {
    background-color: #f3f3f3;
    color: rgba(17, 17, 17, 0.85);
}

.menu-main a:after {
    content: ".";
    opacity: 0;
    display: inline-block;
    transform: translate(2rem, 0);
    transition: all 0.3s ease-in-out;
}

.menu-main .active a:after {
    transform: translate(0, 0);
    opacity: 1;
}

.menu-footer {
    padding-top: 3rem;
}

.menu-copyright {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    color: #999999;
}

/*-------------------------------------------------------------------------------
  4. Home Personal
-------------------------------------------------------------------------------*/

.content a {
    transition: color 0.3s ease;
}

@media (max-width: 575px) {
    .homepage-personal .container {
        padding-left: 43px;
        padding-right: 43px;
    }

    .homepage-personal .slide-personal-projects .container {
        padding-right: 53px;
    }
}

#pp-nav.right {
    left: 0 !important;
}

#pp-nav.right {
    right: auto;
}

#pp-nav li {
    width: auto;
    height: auto;
    margin: 0.5rem;
}

#pp-nav li a {
    display: block;
    padding: 0.375rem;
}

#pp-nav span {
    display: block;
    position: static;
    width: 0.625rem;
    height: 0.625rem;
    border: none;
    background-color: #e3e3e3;
    transition: background-color 0.3s ease-in-out;
}

#pp-nav a:hover span {
    background-color: #aaaaaa;
}

#pp-nav li .active span {
    background-color: #0087c3;
}

@media (min-width: 1600px) {
    #pp-nav.right {
        left: 3.5rem;
    }
}

.pp-scrollable {
    background-color: #fbfbfb;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.slide-dark {
    background-color: #f5f4f0;
}

.slide-num {
    position: relative;
    z-index: 200;
    font-family: "Almarai", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 46px;
    color: #0087c3;
    background: #fff;
    transition: color 0.3s ease-in-out;
    width: 55px;
    height: 55px;
    border: 8px solid #0087c3;
    /* outline: 24px solid rgba(43, 166, 223, 0.09); */
    box-shadow: -1px 1px 0px 24px rgb(43 166 223 / 9%);
    border-radius: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* .slide-line{
	position: absolute;
    z-index: 1;
    width: 0px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 95px;
    border: 1px solid #b9b9b9;
    opacity: 0.2;

} */
.slide-num::before {
    content: " ";
    display: block;
    position: absolute;
    height: 610px;
    background: #b9b9b9;
    width: 2px;
    left: 50%;
    bottom: calc(50% - -20px);
    opacity: 0.2;
}

.slide-num::after {
    content: " ";
    position: absolute;
    /* height: 700px; */
    background: #b9b9b9;
    width: 2px;
    left: 50%;
    top: calc(50% - -20px);
    opacity: 0.2;
}

.button_next {
    -webkit-appearance: inherit;
}

.next_step {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 90px 0px;
    border-radius: 35px 0 0 0;
    background-color: #0087c3;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    width: 70px;
}

.next_step b {
    font-family: "Almarai";
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    transform: rotate(270deg);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.next_step img {
    margin-right: 15px;
}

.back_top a {
    position: fixed;
    left: 65px;
    bottom: 20px;
    z-index: 100;
    margin-bottom: 0;
    width: 57px;
    height: 57px;
    border-radius: 28.5px;
    background: #eee;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
}

@media (min-width: 1400px) {
    .slide-num {
        position: fixed;
        right: 68px;
        top: 19.62962963vmin;
        z-index: 100;
        margin-bottom: 0;
    }
}

@media (min-width: 1600px) {
    .slide-num {
        right: 4.25rem;
    }
}

.slide-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    padding-top: 7.75rem;
    padding-bottom: 3.25rem;
    position: relative;
}

.slide-container > .container {
    position: relative;
    z-index: 200;
    height: 100%;
}

.showcase_content {
    z-index: 200;
    margin: 0 15px !important;
    margin-top: 200px !important;
}

.slide-title {
    margin-bottom: 2rem;
    font-size: 6vmin;
    font-family: "Almarai", sans-serif;
    line-height: 1;
    color: #0087c3;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .slide-title {
        font-size: 7.40740741vmin;
    }
}

.slide-title-lg {
    margin-left: -0.25rem;
    font-size: 6.875rem;
}

.slide-title-sub {
    font-family: "Almarai", sans-serif;
    font-weight: bold;
    font-size: 25px;
    /* line-height: 61px; */
    text-align: right;
    color: #606163;
    /* margin-bottom: 25px; */
    text-align: center;
}

.text-white .slide-title-sub {
    color: #ffffff;
}

.slide-title-sub-sm {
    font-size: 1.125rem;
    line-height: 1.55555556;
}

.slide-title-sub-md {
    font-size: 1.25rem;
}

.slide-title-info {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: -0.035em;
}

.slide-descr {
    color: #999999;
    font-size: 1.125rem;
    line-height: 1.66666667;
}

.text-white .slide-descr {
    color: #ffffff;
}

.slide-descr-intro {
    margin-right: 18%;
}

.slide-btn {
    margin-top: 6.85185185vmin;
}

.section:not(.active) .animate-element {
    animation-name: none;
}

.section.active .animate-element {
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

.section.active .delay1 {
    animation-delay: 0.1s;
}

.section.active .delay2 {
    animation-delay: 0.2s;
}

.section.active .delay3 {
    animation-delay: 0.3s;
}

.section.active .delay4 {
    animation-delay: 0.4s;
}

.section.active .delay5 {
    animation-delay: 0.5s;
}

.section.active .delay6 {
    animation-delay: 0.6s;
}

.section.active .delay7 {
    animation-delay: 0.7s;
}

.section.active .delay8 {
    animation-delay: 0.8s;
}

.section.active .delay9 {
    animation-delay: 0.9s;
}

.section.active .delay10 {
    animation-delay: 1s;
}

[class^="circle-"],
[class*=" circle-"] {
    border-radius: 70.625rem;
    transition: all 0.7s ease-in-out;
}

.circle-golden {
    background-color: #0087c3;
}

.circle-brown {
    background-color: #c06451;
}

.circle-light {
    background-color: #f5f4f0;
}

.circle-green {
    background-color: #0087c3;
}

.transformLeft {
    transform: translate(-100%, 0);
    opacity: 0;
}

.transformRight {
    transform: translate(100%, 0);
    opacity: 0;
}

.active .transformLeft,
.active .transformRight {
    transform: translate(0%, 0);
    opacity: 1;
}

.main_box {
    padding: 30px 45px;
    text-align: center;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.63);
    width: max-content;
    margin: auto;
}

.slide-descr p {
    max-width: 640px;
    margin: 0;
    font-family: Almarai;
    font-weight: normal;
    font-size: 18px;
    line-height: auto;
    text-align: center;
    color: #000a38;
    opacity: 0.52;
}

/* 4.1 Slide Intro */

.slide-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #fbfbfb;
}

.slide-final::before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    background: #b9b9b9;
    width: 2px;
    right: 5%;
    opacity: 0.2;
}

.slide-bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slide-photo {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.slide-intro-man {
    background-image: url("../img/bg-personal-intro-man.png");
    background-position: 50% 50%;
}

.slide-intro-man2 {
    width: 36.82291667%;
    height: 91.01851852%;
    background-image: url("../img/bg-personal-intro-man2.png");
    background-size: contain;
    background-position: 0 100%;
    bottom: 0;
    right: 13.02083333%;
}

.slide-intro-circle1 {
    width: 10.0625rem;
    height: 10.0625rem;
    left: -4.5rem !important;
    top: 45.46296296% !important;
    bottom: auto;
    right: auto;
}

.slide-intro-circle2 {
    width: 70.625rem;
    height: 70.625rem;
    left: 58.85416667% !important;
    top: 46.66666667% !important;
    bottom: auto;
    right: auto;
}

.section_header {
    text-align: center;
}

.section_header span {
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #b4c502;
    padding: 2px 10px;
}

.section_header h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: inherit;
    text-align: center;
    color: #0087c3;
    margin-top: 10px;
    margin-bottom: 20px;
}

.text-danger1 {
    color: #b4c502 !important;
}

.section_header p {
    font-weight: normal;
    font-size: 19px;
    line-height: inherit;
    text-align: center;
    color: #000a38;
    opacity: 0.5;
}

/* 4.2 Slide Services */
select.select-base option:after {
    content: " *";
    color: red;
}

/* For IE */
select::-ms-expand {
    display: none;
}

.select-container select {
    -moz-appearance: none !important;
    /* Firefox */
    -webkit-appearance: none !important;
    /* Safari and Chrome */
    appearance: none !important;
    background: transparent !important;
    background-image: url("../img/select.png") !important;
    background-repeat: no-repeat, repeat !important;
    background-position: left 1em top 50%, 0 0 !important;
    background-size: 0.65em auto, 100% !important;
    position: relative !important;
    padding: 12px 20px !important;
    height: 52px !important;
    border-radius: 7px !important;
    border: 1px solid #b9b9b9 !important;
    font-size: 14px !important;
    color: #000a38 !important;
    width: 100% !important;
    padding-top: 26px !important;
}

.modal-select-container {
    height: 52px !important;
}

.field-container {
    position: relative;
    padding: 12px 20px;
    height: 70.55px;
    border-radius: 7px;
    background: transparent;
    border: 1px solid #b9b9b9;
    font-size: 21px;
    color: #000a38;
}

.field-placeholder {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    color: #adadad;
}

input.field-input {
    font-size: 21px;
    color: #000a38;
    opacity: 0.3;
    border: none;
    padding: 5px;
    margin-top: 10px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    bottom: 0px;
    background-color: transparent;
}

input.field-input:focus {
    outline: none;
    color: #0087c3;
    opacity: 1;
}

input.field-input:visited {
    outline: none;
    color: #0087c3;
    opacity: 1;
}

input.field-input.c-fix,
input.field-input:focus,
input.field-input:not(:placeholder-shown) {
    border-color: transparent;
}

input.field-input.c-fix ~ label,
input.field-input:focus ~ label,
input.field-input:not(:placeholder-shown) ~ label {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #000a38;
    top: calc(0% - 1rem);
    transform: translate(10px, 0%);
    padding: 6px 20px;
    border-radius: 10px;
    background: #ebebeb;
}

input.field-input:focus > .field-container {
    border: 2px solid #0087c3;
}

input.field-input::-webkit-input-placeholder {
    color: transparent;
}

input.field-input::-moz-placeholder {
    color: transparent;
}

input.field-input:-ms-input-placeholder {
    color: transparent;
}

@media (min-width: 768px) {
    .slide-descr-personal-services {
        margin-top: 22.375rem;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .slide-descr-personal-services {
        margin-right: 35%;
        margin-top: 14.375rem;
    }
}

/* 4.3 Slide Projects */

.carousel-project-personal {
    min-height: 100%;
    display: flex !important;
}

.carousel-project-personal .owl-stage-outer {
    display: flex;
    overflow: visible;
}

.carousel-project-personal.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.carousel-project-personal.owl-carousel .owl-item {
    height: 100%;
    float: none;
    min-height: 100%;
}

.carousel-project-personal .carousel-project-item {
    height: 100%;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.carousel-nav button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 2.375rem;
    transition: all 0.3s ease-in-out;
    color: #999999;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.carousel-nav button.disabled:hover {
    color: #999999;
}

.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover,
.carousel-nav button:not(.disabled):hover {
    color: #555555;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}

.carousel-project-personal.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translate(0, -50%);
    width: 4.375rem;
    color: rgba(255, 255, 255, 0.6);
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
    left: -0.5rem;
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-next {
    right: 1rem;
}

.carousel-project-personal.owl-carousel .owl-nav button:not(.disabled):hover {
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1500px) {
    .carousel-project-personal.owl-carousel .owl-nav button,
    .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
        margin-left: -46rem;
    }

    .carousel-project-personal.owl-carousel .owl-nav button.owl-next {
        margin-left: 46rem;
    }
}

.carousel-project-item {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-project-personal .slide-title {
    margin-bottom: 2.625rem;
}

.project-date {
    margin-top: 0.375rem;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

.slide-descr-projects {
    min-height: 8.33333333em;
    margin-bottom: 1.875rem;
}

.slide-btn-projects {
    margin-top: 0;
}

.slide-btn-projects .btn {
    margin-right: 2.25rem;
}

.slide-projects-more {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.slide-projects-more:hover {
    text-decoration: none;
}

/* 4.4 Slide Awards */

.slide-personal-awards .slide-bg {
    background-image: url("../img/bg-personal-awards.png");
}

.slide-awards-circle1 {
    width: 8.125rem;
    height: 8.125rem;
    left: -4.0625rem !important;
    top: 50.92592593% !important;
    bottom: auto !important;
    right: auto !important;
}

.slide-awards-circle2 {
    width: 45.3125rem;
    height: 45.3125rem;
    right: -15.625% !important;
    top: 82.59259259% !important;
    bottom: auto !important;
    left: auto !important;
}

.award-item {
    background: #f5f4f0;
    border-radius: 1rem 1rem 3rem 1rem;
    padding: 2.1875rem 2.5rem;
}

.award-list .award-item {
    margin-top: 4rem;
}

.award-item-date {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
}

.award-item-logo {
    margin-bottom: 0.75rem;
    height: 9rem;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.award-item-logo img {
    max-width: 100%;
    max-height: 100%;
}

.award-item-title {
    margin-bottom: 1rem;
}

.award-item-descr {
    margin-bottom: 2rem;
}

.award-item-more {
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .award-list .award-item {
        height: calc(100% - 4rem);
    }
}

/* 4.5 Slide Experiences */

.slide-experience-image1 {
    width: 15.5rem;
    height: 15.5rem;
    background-image: url("../img/bg-personal-experience-glasses.png");
    background-size: contain;
    position: absolute;
    top: 7.5% !important;
    right: 3.125% !important;
    bottom: auto !important;
    left: auto !important;
}

.slide-experience-image2 {
    width: 41.3125rem;
    height: 31.25rem;
    background-image: url("../img/bg-personal-experience-device.png");
    background-size: contain;
    position: absolute;
    top: 81.94444444% !important;
    right: 8.59375% !important;
    bottom: auto !important;
    left: auto !important;
}

.slide-experience-image3 {
    width: 42.875rem;
    height: 39.4375rem;
    background-image: url("../img/bg-personal-experience-briefcase.png");
    background-size: contain;
    position: absolute;
    top: 27% !important;
    right: 89% !important;
    bottom: auto !important;
    left: auto !important;
}

.experience-item:not(:first-child) {
    border-top: #e1ddd6 1px solid;
}

.experience-item {
    padding-top: 1.625rem;
}

.experience-item-company,
.experience-item-title,
.experience-item-descr {
    margin-bottom: 1.625rem;
}

.experience-item-title {
    margin-right: 1rem;
}

.experience-item-date {
    margin-top: 0.3125rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
}

.experience-item-descr {
    margin-top: 2px;
    min-height: 5em;
}

.company-blue {
    color: #1774eb;
}

.company-pink {
    color: #f73163;
}

.company-green {
    color: #1dd05d;
}

.carousel-experience {
    position: relative;
}

.carousel-nav {
    margin-right: -0.625rem;
}

.carousel-nav .owl-next {
    margin-left: 0.5rem;
}

.slide-personal-experience .slide-btn {
    margin-top: 3.88888889vmin;
}

@media (min-width: 768px) {
    .carousel-nav .owl-next {
        margin-left: 2rem;
    }
}

/* 4.6 Slide Clients */

.slide-personal-clients .slide-title-info {
    margin-bottom: 12.40740741vmin;
}

.title-mini {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #999999;
    font-weight: bold;
}

.slide-personal-clients .title-mini {
    margin-bottom: 3.375rem;
}

.icon-partners {
    display: inline-block;
    vertical-align: top;
    width: 3.75rem;
    height: 3.75rem;
    background-image: url("../img/icon-partners.png");
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-project {
    display: inline-block;
    vertical-align: top;
    width: 3.75rem;
    height: 3.75rem;
    background-image: url("../img/icon-project.png");
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-worldwide {
    display: inline-block;
    vertical-align: top;
    width: 3.75rem;
    height: 3.75rem;
    background-image: url("../img/icon-worldwide.png");
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.client-icon {
    width: 3.75rem;
    margin-right: 2.5rem;
}

.client-item {
    margin-bottom: 2.75rem;
}

.client-item-title {
    margin-bottom: 0.625rem;
    font-size: 2.125rem;
    font-family: "Almarai";
    line-height: 0.94117647;
}

.clients-photo {
    height: 0;
    padding-bottom: 103.50877193%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.clients-photo-item {
    width: 4.375rem;
}

.clients-photo .clients-photo-item {
    position: absolute;
    width: 14.56140351%;
}

.clients-photo-item > .inside {
    display: block;
    height: 0;
    padding-bottom: 100%;
    background-color: #f5f4f0;
    border-radius: 50rem;
    overflow: hidden;
    position: relative;
}

.clients-photo-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.clients-photo .clients-photo-item1 {
    width: 19.29824561%;
    top: 43.05084746%;
    left: 6.31578947%;
}

.clients-photo .clients-photo-item2 {
    top: 0%;
    left: 57.54385965%;
}

.clients-photo .clients-photo-item3 {
    top: 48.81355932%;
    right: 0;
}

.clients-photo-item3 img {
    width: 60.24096386%;
    margin-top: 2px;
}

.clients-photo .clients-photo-item4 {
    top: 11.52542373%;
    left: 11.57894737%;
}

.clients-photo-item4 img {
    width: 34.93975904%;
}

.clients-photo .clients-photo-item5 {
    width: 31.92982456%;
    bottom: 0;
    right: 3.50877193%;
}

.clients-photo .clients-photo-item6 {
    width: 17.54385965%;
    bottom: 6.10169492%;
    left: 31.57894737%;
}

.clients-photo-item6 img {
    width: 31%;
}

.clients-photo .clients-photo-item7 {
    width: 49.12280702%;
    top: 23.05084746%;
    left: 31.92982456%;
}

.clients-photo .clients-photo-item8 {
    width: 12.28070175%;
    top: 73.55932203%;
    left: 6.31578947%;
}

/* 4.7 Slide Testimonials */

.slide-testimonials-circle1 {
    width: 10.5625rem;
    height: 10.5625rem;
    left: -14.89361702%;
    top: -11.70212766%;
}

.slide-testimonials-circle2 {
    width: 17.5rem;
    height: 17.5rem;
    left: 64.893617023%;
    top: 65.95744681%;
}

.slide-testimonials-circle3 {
    width: 6.875rem;
    height: 6.875rem;
    left: 27.55208333%;
    top: 100%;
    margin-top: -3.75rem;
}

.slide-personal-testimonials .slide-bg {
    background-image: url("../img/bg-personal-testimonials.png");
}

.testimonials-item-avatar-container {
    margin-bottom: 3.25rem;
}

.testimonial-item-avatar,
.testimonial-item-company {
    display: inline-block;
    vertical-align: top;
    margin-right: -1.25rem;
    width: 4.375rem;
}

.avatar > .inside {
    display: block;
    height: 0;
    padding-bottom: 100%;
    border-radius: 500px;
    overflow: hidden;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-item-text {
    margin-bottom: 3.125rem;
}

.testimonials-item-rating {
    margin-bottom: 0.875rem;
    color: #ffc705;
}

.testimonials-item-author {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-testimonial.owl-theme .owl-nav {
    margin-top: 3.625rem;
    margin-left: -0.5rem;
    text-align: left;
}

.carousel-testimonial.owl-carousel .owl-nav button.owl-prev {
    margin-right: 1.875rem;
}

.slide-personal-testimonials .video-link {
    margin-top: 0.5rem;
}

.video-link {
    position: relative;
}

.video-link > .inside {
    display: block;
    position: relative;
    z-index: 100;
    height: 0;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem 2rem 5rem 2rem;
}

.center-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2.75rem;
}

.center-icon i {
    display: block;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

a:hover .center-icon i {
    transform: scale(1.2);
}

.video-link-descr {
    margin-left: 2.5rem;
    margin-top: 1.375rem;
    position: relative;
    font-style: italic;
}

/* 4.8 Slide Contacts */

.slide-contacts-circle1 {
    width: 60.5625rem;
    height: 60.5625rem;
    top: 46.94444444%;
    left: -3.4375%;
}

.slide-contacts-circle2 {
    width: 8.125rem;
    height: 8.125rem;
    top: 15.55555556%;
    right: -2.96875%;
    left: auto;
}

.contact-personal-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-personal-card-title {
    height: 100%;
}

.contact-personal-card .title-mini {
    margin-bottom: 2.875rem;
}

.contact-personal-card .slide-title-sub {
    margin-bottom: 1.6875rem;
}

.slide-personal-contacts .slide-title-info {
    margin-bottom: 2.625rem;
}

.contact-personal-form {
    margin-bottom: 0.25rem;
}

/*-------------------------------------------------------------------------------
  5. Footer
-------------------------------------------------------------------------------*/

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.3125rem;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.social a {
    color: #999999;
    transition: color 0.3s ease;
}

.social a:hover {
    color: #000000;
}

.social-fixed {
    position: fixed;
    z-index: 300;
    left: 15px;
    bottom: 0rem;
}

.social-fixed li {
    display: block;
    margin-right: 0;
    margin-bottom: 1.375rem;
}

.copyright {
    text-align: right;
    color: #999999;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.copyright-fixed {
    position: fixed;
    right: 15px;
    bottom: 1.5rem;
    z-index: 300;
}

@media (min-width: 1600px) {
    .social-fixed {
        left: 4.25rem;
        bottom: 2rem;
    }

    .copyright-fixed {
        right: 4.25rem;
        bottom: 3.5rem;
    }
}

.body-bg-dark .header:not(.header-shadow) .container-fluid {
    color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .header-tagline,
.body-bg-dark .copyright,
.body-bg-dark .slide-num,
.body-bg-dark .footer .social a,
.body-copyright-light .copyright {
    color: rgba(255, 255, 255, 0.6);
}

.body-bg-dark .social a:hover {
    color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .nav-toggle .stick,
.body-bg-dark #pp-nav li a:not(.active) span {
    background: #ffffff;
}

.body-menu-opened .body-bg-dark .nav-toggle .stick {
    background: #000000;
}

/*-------------------------------------------------------------------------------
  6. Modal
-------------------------------------------------------------------------------*/

.modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-content {
    border: none;
    border-radius: 1rem 1rem 3rem 1rem;
}

.modal-header {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: none;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
}

.modal-body {
    padding-bottom: 2rem;
}

.modal-title {
    font-family: "Almarai", sans-serif;
    font-size: 2rem;
    color: #0087c3;
    text-transform: uppercase;
}

.modal-header .close {
    padding: 0.5rem;
    position: relative;
    top: -0.5rem;
    right: -0.5rem;
    font-size: 1.5rem;
    line-height: 0.75;
}

.message {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1280px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 16px;
    }
}

/* section 2 - additional part */

.sub_title h5 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000a38;
    margin-bottom: 15px;
}

.sub_desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #a7a7a7;
    margin-bottom: 15px;
}

.radio-input {
    visibility: hidden;
    width: 0;
}

.radio-label {
    position: relative;
    padding-right: 30px;
    font-size: 18px;
    line-height: 39px;
    text-align: right;
    color: #b9b9b9;
    margin-left: 25px;
}

.radio-label:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 10px;
    border-radius: 50%;
}

.radio-border {
    width: 15px;
    height: 15px;
    display: inline-block;
    /* outline: solid 3px #B9B9B9; */
    box-shadow: 0px 0px 0px 3px #b9b9b9;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 10px;
}

.radio-input:checked + .radio-label:after {
    /* outline: solid 4px #0087C3; */
    box-shadow: 0px 0px 0px 4px #0087c3;
}

.radio-input:checked + .radio-label {
    color: #0087c3;
    font-weight: bold;
}

.system_type h6 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #a7a7a7;
    margin-left: 30px;
    margin-top: 5px;
}

.system_type_radios {
    text-align: right;
}

.tab1-img {
    display: block;
    width: 100%;
    height: auto;
}

.tab2-img {
    display: none;
    width: 100%;
    height: auto;
}

.modal-dialog {
    /*max-width: min-content;*/
    border-radius: 14px;
    background: #fff;
    /*margin-top: 10%;*/
}

.plans_dialog {
    max-width: 900px;
}

.system_tabs {
    padding: 45px;
}

body #systemtabs {
    padding: 0;
    flex-direction: row;
    justify-content: center;
}

#systemtabs .nav-item {
    flex: auto;
    text-align: center;
}

#systemtabs .nav-link {
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #a7a7a7;
    padding-bottom: 15px;
}

.nav-link.active {
    color: #0087c3 !important;
    background-color: transparent !important;
    border: none;
    border-bottom: 5px solid #0087c3;
    border-color: #0087c3 !important;
    padding-bottom: 20px;
}

#systemtabs .nav-item.show .nav-link,
#systemtabs .nav-link.active {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #0087c3;
    border: none;
    border-bottom: 1px solid #0087c3;
}

.system_types_dialog {
    max-width: 1100px;
    direction: rtl;
    text-align: right;
}

.system_image_preview img {
    border-radius: 0 14px 14px 0;
    height: 100%;
    width: 100%;
}

.btn_close {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 999;
}

.system_types_dialog p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #000a38;
    opacity: 0.8;
    padding: 30px 0;
    margin: 0;
}

.system_types_dialog ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}

.system_types_dialog li {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #000a38;
    opacity: 0.8;
}

li::marker {
    color: #0087c3;
    display: inline-block;
    width: 1em;
    margin-left: -1em !important;
}

.modal-dialog .carousel-inner {
    border-radius: 14px;
}

.carousel-indicators {
    align-items: center;
    bottom: -45px;
}

.carousel-indicators li {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 1500px;
    box-sizing: inherit;
    border: none !important;
    vertical-align: middle;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 3px solid #000a38 !important;
    border-radius: 1500px;
}

/* section 3 - plans */
.alert_stars {
    position: absolute;
    top: 0;
    left: 0;
}

.alert_stars p {
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: #a7a7a7;
    margin-bottom: 10px;
}

.container-box {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto;
    grid-template-rows: 100%;
    grid-template-areas: "a1 b c d e";
}

/* @media() */

.a1 {
    grid-area: a1;
}

.b {
    grid-area: b;
}

.c {
    grid-area: c;
}

.d {
    grid-area: d;
}

.e {
    grid-area: e;
}

.f {
    grid-area: f;
}

.g {
    grid-area: g;
}

.h {
    grid-area: h;
}

.box {
    background-color: #fff;
    text-align: center;
    border-radius: 35px;
    padding-top: 90px;
    padding-bottom: 35px;
    width: 200px;
}

.plans {
    display: flex !important;
    width: 100%;
}

.plan_details {
    flex: 22%;
    width: 17%;
    padding-top: 90px;
}

.plan_details h6 {
    border-bottom: 1px solid #b9b9b9;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    color: #000a38;
    opacity: 0.5;
    padding: 25px 0;
    margin-left: 30px;
}

.container-box h5 {
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    color: #000a38;
    padding: 26px 0;
    max-width: fit-content;
    text-align: center;
    margin: auto;
    /*height: 50px;*/
    height: 81px;
}

.plan_time {
    margin: auto;
    margin-top: -100px;
    margin-bottom: 25px;
    border-radius: 1500px;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 7px solid #0087c3;
    /* outline: 15px solid rgba(43, 166, 223, 0.09); */
    box-shadow: -1px 1px 0px 15px rgb(43 166 223 / 9%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.gold_plan {
    border: 7px solid #e8d90b !important;
    box-shadow: -1px 1px 0px 15px rgba(232, 217, 11, 0.09);
}

.plan_time h3 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #000a38;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1;
}

.plan_time p {
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    color: #000a38;
}

.box span {
    color: #ee0884;
}

body .saving {
    margin-top: 25px;
    border: none !important;
    padding: 10px 12px;
    border-radius: 7px;
    background: #ee0884;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding-right: 25px;
    position: relative;
}

body .saving:after {
    background: url(../img/pers.png) no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* plan style */
.customize_area {
    border-radius: 14px;
    background: #fbfbfb;
    padding: 30px 20px;
    height: 100%;
}

.graph_box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.top_labels {
    display: flex;
    justify-content: space-around;
}

.tds-text--head {
    font-family: Almarai;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #000a38;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    width: 100%;
    margin: 0 15px;
    margin-bottom: 30px;
}

.d_bar {
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    border-radius: 10px 10px 0px 0px;
    background: #0087c3;
}

.e_bar {
    width: 50px;
    border-radius: 10px 10px 0px 0px;
    background: #b9b9b9;
    /* background: #fb0000; */
}

.d_info {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.e_info {
    text-align: right;
}

.chart_area {
    height: 250px;
    margin-bottom: 40px;
    justify-content: center;
}

.tds-text--caption {
    font-weight: normal;
    font-size: 18px;
    color: #000a38;
}

.q-price-caption {
    font-weight: bold;
    font-size: 22px;
    color: #0087c3;
}

.e-price-caption {
    font-weight: bold;
    font-size: 22px;
    /* color: #000a38; */
    color: #ff0000;
}

.Qudra_side,
.Electric_side {
    align-items: flex-end;
}

.saves_row h3 {
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #ee0884;
}

.customize_area h3 {
    font-weight: normal;
    font-size: 25px;
    text-align: right;
    color: #000a38;
}

/* custom tabs */
.tab-menu {
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #b9b9b9;
    padding: 5px;
    max-width: max-content;
}

.tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab-menu ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: max-content;
    text-align: center;
}

.tab-menu ul li a {
    color: #000a38;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 26px;
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    border-bottom: 0;
    border-radius: 12px;
    background: #fbfbfb;
    margin: 0 5px;
}

.tab-menu ul li a:hover {
    background: #eee;
    text-decoration: none;
}

.tab-menu ul li a.active {
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    background: #0087c3;
    border: none;
}

.tab-box {
    display: none;
}

.tab-box h4 {
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #000a38;
}

.tab-teaser {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.tab-main-box {
    text-align: right;
}

/* /end */

/* counter +- */
.qty .count {
    color: #0087c3;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    font-family: "Almarai", sans-serif;
    margin: 0 20px;
    background: transparent;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: transparent;
    border: 1px solid #b9b9b9;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: transparent;
    border: 1px solid #b9b9b9;
    background-clip: padding-box;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.qty .minus:hover,
.qty .plus:hover {
    color: #fff;
}

.qty {
    text-align: right;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.minus:hover {
    border: 1px solid #ddd;
    background-color: #ddd !important;
}

.plus:hover {
    border: 1px solid #ddd;
    background-color: #ddd !important;
}

/*Prevent text selection*/
.qty span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.qty input {
    border: 0;
    width: 8%;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty input:disabled {
    background-color: transparent;
}

/* /end */
.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
}

.plans .plan .plan-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e842;
    box-shadow: 0px 3px 5px 0px #e8e8e842;
}

.plans .plan input[type="radio"]:checked + .box .select_plan::after {
    content: "✓";
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background: #000a38;
    border: 1px solid #000a38;
}

.plans .golden-plan input[type="radio"]:checked + .box .select_plan::after {
    content: "✓";
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background: #e8d90b;
    border: 1px solid #e8d90b;
}

.plans .plan input[type="radio"]:checked + .box {
    background: #000a38;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.plans .golden-plan input[type="radio"]:checked + .box {
    background: #e8d90b;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.plans .golden-plan input[type="radio"]:checked + .box h5 {
    color: #000a38 !important;
}

.plans .plan input[type="radio"]:checked + .box h5 {
    font-weight: bold;
    color: #fff;
}

.plans .plan input[type="radio"]:checked + .box .select_plan {
    background: #0087c3;
    border: 1px solid #0087c3;
    color: #fff;
    font-weight: bold;
}

.plans .golden-plan input[type="radio"]:checked + .box .select_plan {
    background: #fff;
    border: 1px solid #fff;
    color: #000a38;
    font-weight: bold;
}

.plans .plan input[type="radio"]:checked + .box .plan_time {
    background: #fff;
    border: 7px solid #fff;
    outline: 15px solid rgba(232, 243, 248, 0.1);
}

.plans .plan input[type="radio"]:checked + .box .plan_time h3 {
    color: #0087c3;
}

.plans .plan input[type="radio"]:checked + .box .plan_time p {
    color: #0087c3;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
}

.plans .plan .plan-content .plan-details {
    width: 100%;
}

.select_plan {
    position: relative;
    display: block;
    width: max-content;
    margin: auto;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #0087c3;
    padding: 7px 40px;
    font-weight: bold;
    font-size: 14px;
    color: #000a38;
    margin-top: 25px !important;
}

/* Summary section */
.modal-title {
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    color: #000a38;
    margin: auto;
    margin-bottom: 40px;
}

.xplans_all {
    margin: auto;
}

.pd1,
.pd4 {
    display: inline-block;
    width: 33%;
    margin: 0 5px;
}

.pd2,
.pd3 {
    display: inline-block;
    width: 63%;
    margin: 0 5px;
}

.pd3,
.pd4 {
    margin-bottom: 0 !important;
}

.st_row_plan,
.nd_row_plan {
    display: flex;
}

.plan_d {
    margin-bottom: 55px;
    border-radius: 35px;
    background: #0087c3;
    padding: 25px 30px;
    text-align: center;
    padding-top: 40px;
}

.plan_d:hover {
    background: #ee0884;
    transition: 0.2s ease-out;
    cursor: pointer;
}

.plan_d:hover .plan_icon {
    border: 8px solid #ee0884;
    /* outline:12px solid rgba(238, 8, 132, 0.1); */
    box-shadow: -1px 1px 0px 12px rgb(238 8 132 / 10%);
    transition: 0.2s ease-out;
}

.plan_d:hover svg {
    color: #000;
}

.plan_d p {
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.plan_icon {
    position: relative;
    z-index: 200;
    font-family: "Almarai", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 46px;
    color: #0087c3;
    background: #fff;
    transition: 0.2s ease-in;
    width: 55px;
    height: 55px;
    border: 8px solid #0087c3;
    /* outline:12px solid rgba(43, 166, 223, 0.09); */
    box-shadow: -1px 1px 0px 12px rgb(43 166 223 / 9%);
    border-radius: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 15px;
}

.sum_area {
    padding: 14px 25px;
    border-radius: 30px;
    background: #0087c3;
    margin-left: 25px;
    margin-bottom: 40px;
}

.sum_area h4 {
    font-weight: normal;
    font-size: 19px;
    text-align: right;
    color: #fff;
    margin: 0;
}

.sum_circle {
    padding: 7px;
    border-radius: 1500px;
    width: 55px;
    height: 55px;
    background: #fff;
    border: 5px solid #fff;
    /* outline: 12px solid rgba(43, 166, 223, 0.09); */
    box-shadow: -1px 1px 0px 12px rgb(43 166 223 / 9%);
    display: flex;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
}

.sum_circle_unit {
    padding: 7px;
    border-radius: 1500px;
    width: 200px;
    height: 55px;
    background: #fff;
    border: 5px solid #fff;
    /* outline: 12px solid rgba(43, 166, 223, 0.09); */
    box-shadow: -1px 1px 0px 12px rgb(43 166 223 / 9%);
    display: flex;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
}

.sum_circle h3 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #93bc18;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

.sum_circle_unit h3 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #93bc18;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

.sum_circle p {
    font-weight: normal;
    font-size: 9px;
    text-align: center;
    color: #93bc18;
    margin: 0;
}

.sum_circle_unit p {
    font-weight: normal;
    font-size: 9px;
    text-align: center;
    color: #93bc18;
    margin: 0;
}

.distr_area {
    padding: 8px 25px !important;
}

.distr_cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px !important;
}

.distr_title {
    font-weight: normal;
    font-size: 12px;
    opacity: 0.3;
    margin-bottom: 5px;
}

.sun_summary {
    width: 345px;
    height: 345px;
    background-image: url(../img/sun.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sun_summary p {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000a38;
    margin-bottom: 0;
}

.sun_summary h2 {
    font-weight: 900;
    font-size: 34px;
    text-align: center;
    color: #000a38;
    margin: 20px 0;
}

.sun_summary span {
    font-size: 28px;
    display: block;
}

.plan_more {
    font-weight: normal;
    font-size: 14px !important;
    color: #93bc18 !important;
    text-decoration: none !important;
}

.plan_more svg {
    margin-left: 5px;
}

/* last slide */

.text-blue {
    color: #0087c3 !important;
}

/* #map {
    height: 210px;
    width: 100%;
} */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #000a38;
    margin-bottom: 0;
}

.styled-checkbox + label:before {
    content: "";
    margin-left: 10px;
    display: inline-block;
    vertical-align: sub;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #000a38;
}

.styled-checkbox:hover + label:before {
    background: #fff;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #93bc18;
    border: 1px solid #93bc18;
}

.styled-checkbox:checked + label {
    font-weight: bold;
    font-size: 17px;
    text-align: right;
    color: #93bc18;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 12px;
    background: white;
    width: 1px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.unstyled li {
    margin: 8px 0;
}

.unstyled .title {
    text-align: center;
}

.submit_btn {
    width: 100%;
    color: #fff;
    font-weight: bold;
    border-radius: 1500px;
    background-color: rgba(2, 135, 195, 0.9);
}

.submit_btn:hover {
    color: rgba(2, 135, 195, 0.9) !important;
    opacity: 0.8;
}

.hint_text {
    font-weight: normal;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    color: #b9b9b9;
}

.hint_text span {
    color: #0087c3;
}

/* final slide */

.head_final {
    font-weight: bold;
    font-size: 27px;
    text-align: right;
    color: #93bc18;
}

.para_final {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #000a38;
    margin-top: 30px;
    margin-bottom: 25px;
}

.btn_final {
    max-width: 280px;
    margin-top: 25px;
    margin-right: 30px;
}


#pp-nav {
    display: none;
}

/* bottom nav */

.bottom_buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 50px;*/
}

.bottom_buttons .next-sec a {
    background: linear-gradient(
        90deg,
        rgba(238, 8, 132, 0.32) 0%,
        rgba(43, 166, 223, 0.65) 49.78%,
        rgba(147, 188, 24, 0.8) 100%
    );
    color: #fff;
}

.bottom_buttons .prev-sec a {
    background: #eee;
    color: #a7a7a7;
}

.bottom_buttons .next-sec a,
.bottom_buttons .prev-sec a {
    padding: 20px 30px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.bottom_buttons .next-sec .link_disabled {
    pointer-events: none;
    opacity: 50%;
}

.sun_image {
    height: 100%;
    width: 100vw;
    object-fit: cover;
    object-position: top;
}

.s-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    position: absolute;
    bottom: -50px;
    left: 51%;
    transition: all 0.2s ease;
}

.s-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    position: absolute;
    bottom: -50px;
    right: 51%;
    transition: all 0.2s ease;
}

.s-next:hover {
    background-color: rgb(193 193 193 / 50%);
}

.s-next:hover svg {
    fill: rgb(0 0 0 / 50%);
}

.s-prev:hover {
    background-color: rgb(193 193 193 / 50%);
}

.s-prev:hover svg {
    fill: rgb(0 0 0 / 50%);
}

.s-prev svg path {
    stroke: #a7a7a7;
}

.s-next svg path {
    stroke: #a7a7a7;
}

.next-2 {
    top: -120px;
}

.prev-2 {
    top: -120px;
}

.reverse-button {
    margin-top: -18px;
}

.month_text {
    color: #2ca6df !important;
    font-weight: bold;
}

.btn_center_size {
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.custom_intro_btn {
    max-width: 180px !important;
    padding: 10px !important;
}

.plans .plan input[type="radio"]:checked + .box h5 {
    color: #fff !important;
}

.plans .plan input[type="radio"]:checked + .box h5 span {
    color: #fff !important;
}
.flag {
    color: #b9b9b9 !important;
}

.field-placeholder span,
.label span {
    color: #b4c502 !important;
    font-size: 19px !important;
}

.pl-6,
.px-6 {
    padding-left: 4rem !important;
}

.field-container {
    position: relative;
}

.flag-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #000; /* Adjust color as needed */
    margin-top: 7px;
}

.field-input {
    padding-left: 40px; /* Adjust padding to make room for the flag icon */
}

.country-code {
    position: absolute;
    top: 50%;
    left: 40px; /* Adjust position as needed */
    transform: translateY(-50%);
    color: #b9b9b9;
    font-size: 16px; /* Adjust font size as needed */
    margin-top: 7px;
}

table thead {
    background-color: #f2f2f2;
    border-radius: 25px;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
}

.table {
    direction: rtl;
    text-align: right;
    width: 100%;
    border-collapse: collapse;
}

.table thead th {
    border-bottom: none !important;
    border-top: none !important;
    direction: rtl !important;
    text-align: center !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}

.table-summary-header {
    color: white !important;
    font-weight: 500 !important;
}

.row-modal {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
}

.row-modal-image {
}
.modal-body-image {
    padding: 0px;
}

.table-summary-td {
    background: transparent !important;
    text-align: center;
}

.modal-table-summary-td {
    text-align: -webkit-left !important;
}

.submit_btn:hover {
    width: 100%;
    color: rgba(2, 135, 195, 0.9);
    font-weight: bold;
    border-radius: 1500px;
}

/* image overlay */
/* .image-container {
    position: relative;
    width: 300px;
    height: 200px;
  } */

.image-container img {
    width: 100%;
    height: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    opacity: 0.25;
}

/* image overlay */

.table td,
.table th {
    border-top: none;
    direction: rtl !important;
    align-content: center;
}

.btn-custom-wrapper {
    display: inline-block;
    position: relative;
    font-size: larger;
}

.custom-button {
    color: #0287c3;
    padding: 10px 20px; /* Adjust padding as needed */
    border-radius: 25px;
    background-color: #ffffff;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.custom-button-p {
    display: inline !important;
}

.custom-button:hover {
    text-decoration: underline;
}

.custom-button svg {
    width: 12.7px;
    height: 19.096px;
    margin-right: 5px; /* Adjust spacing between SVG and text */
}

.custom-button i {
    margin-right: 5px; /* Adjust spacing between icon and text */
}

thead tr:first-child th:first-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

thead tr:first-child th:last-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 60px;
}

.th-last-child {
    padding-left: 0px !important;
}

.table td {
    background-color: #fbfbfb;
}

.powered_image {
    position: absolute;
    bottom: 20px;
    right: 12px;
    width: 100%;
    z-index: 2;
    text-decoration: none;
}

.powered_image img {
    width: 106px !important;
}

.powered_image h5 {
    margin-bottom: 0;
    margin-right: 10px;
}

.custom_page_one_container {
    margin-top: -90px;
}

.custom_class_for_image {
    width: 100%;
}

.btn-send {
    max-width: 68% !important;
}

@media (min-width: 1199.98px) {
    .currency-price {
        display: none;
    }

    #map {
        width: 100%;
        height: 400px;
    }
    .custom-info-window {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #333;
        max-width: 200px;
    }
    .custom-info-window h3 {
        margin: 0 0 5px;
        font-size: 16px;
        color: #000;
    }
    .custom-info-window p {
        margin: 0;
        line-height: 1.5;
    }
    .custom-info-window .company-logo {
        max-width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
}

/* Styles for screens up to 768px (mobile and tablet) */
@media (max-width: 768px) {
    .system_types_dialog {
        text-align: center !important;
    }
}

/* If you need to target only mobile sizes (up to 576px), you can use this */
@media (max-width: 576px) {
    .system_types_dialog {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .table th,
    .table td {
        font-size: 12px;
        padding: 4px;
    }

    .table-summary-header,
    .table-summary-td {
        white-space: nowrap; /* Prevent text wrapping */
    }
}

@media (max-width: 768px) {
    .unit-padding-right {
        padding-right: 15px !important;
    }

    .unit-padding-left {
        padding-left: 15px !important; /* Revert padding-right to its default */
    }

    .pl-6-0 {
        padding-left: 0px !important;
    }

    input.field-input {
        font-size: 14px !important;
    }

    .btn_final-return {
        max-width: 280px;
        margin-top: 25px;
        margin-right: 0px;
    }

    .swal2-confirm{
        background-color: #0087c3 !important;
        font-size: 14px !important;
    }

    .showcase_content-m {
        margin-top: 145px !important;
    }

    .btn-send {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .unit-padding-right {
        padding-right: 15px !important;
    }

    .unit-padding-left {
        padding-left: 15px !important; /* Revert padding-right to its default */
    }
    .pl-6-0 {
        padding-left: 0px !important;
    }

    .btn_final-return {
        max-width: 280px;
        margin-top: 25px;
        margin-right: 0px;
    }

    .swal2-confirm{
        background-color: #0087c3 !important;
        font-size: 14px !important;
    }

    .showcase_content-m {
        margin-top: 145px !important;
    }

    .btn-send {
        max-width: 100% !important;
    }

}

@media (max-width: 991.98px) {
    input.field-input {
        font-size: 14px !important;
        padding-left: 80px !important;
    }

    .select-container select {
        font-size: 14px !important;
    }
}

.swal2-confirm{
    background-color: #0087c3 !important;
    font-size: 18px !important;
}

.swal2-warning{
    border-color:  #93bc18 !important;
    color: #93bc18 !important;
}
.swal2-title{
    color: gray !important;
}
