@import url('../algox360-theme/assets/style2.css');

/*!
Theme Name: Algox360
Theme URI: https://them.es/starter
Author: Sandeep Choudhary
Author URI: https:algox360.com
Description: This is Wordpress theme
Version: 3.5.3
Requires at least: 5.0.5
Tested up to: 6.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: algox360-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

/* .btn:first-child:active {
    background-color: #2a7c63 !important;
} */
:root{
    --primary-color: #656EB3;
    --dark-color: #2D2D2D;
    --gray-color: #666766;
    --light-color: #F6F6F6;
    --green-color: #53BE9D;
    --green-color-rgba: 83, 190, 157;
    --purple-color: #BA1C89;
    --orange-color: #F3773E;
    --light-color: #F6F6F6;
}

.text-app-dark{ color: var(--dark-color) !important;}
.text-green{ color: var(--green-color) !important;}

.text-pink{ color: var(--purple-color) !important;}
.bg-pink{ background-color: var(--purple-color) !important;}

.text-orange{ color: var(--orange-color) !important;}
.bg-orange{ background-color: var(--orange-color) !important;}

.text-blue{ color: var(--primary-color) !important;}
.bg-blue{ background-color: var(--primary-color) !important;}

.bg-silver{ background-color: var(--light-color) !important;}

.text-sm{ font-size: 14px; }
.text-lg{ font-size: 18px; }
.text-gray{ color: var(--gray-color) !important;}
.text-purple{ color: var(--primary-color) !important;}
.max-w-600{ max-width: 600px !important; }
.w-90{ width: 90%;}
.cursor-pointer{ cursor: pointer; }
.rounded-10{ border-radius: 10px !important; }
.rounded-15{ border-radius: 15px !important; }
.rounded-20{ border-radius: 20px !important; }
.border-dashed{ border: 2px dashed #A5A4A4; }

.custom-select, .custom-input{
    background-color: var(--light-color) !important;
    border-radius: 10px;
    position: relative;
    height: 66px;
    border:1px solid var(--light-color);
    overflow: hidden;
}
.custom-input:focus-within,
.custom-select:focus-within{
    border-color: var(--green-color);
}
.custom-input .input-group-text:after{
    content: "";
    position: absolute;
    left: 108px;
    height: 45px;
    width: 1px;
    background-color: #e2e2e2;
    z-index: 100;
}
body.ar .input-group-text:after{
    left: unset;
    right: 108px;
}
.custom-select label{ 
    font-size: 18px;
    position: absolute;
    top: 4px;
    /* top: 50%;
    left: 25px;
    transform: translate(0%, -50%); */
    transform-origin: 0 0;
    color: #a5a4a4;
    transition: all 0.2s ease-in-out;
    padding: 1rem 1.75rem !important;
}
.custom-select label.selected{
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    /* top: 15px;
    left: 20px; */
    font-size: 16px;
    color: rgba(var(--bs-body-color-rgb), .65) !important;
}
.custom-select select,
.custom-select select:focus{ 
    box-shadow: none; border: none;
    height: 75px;
    padding-left: 25px;
    font-weight: 500;
    background-color: transparent;
    padding-right: 20px;
}
.custom-select.rtl select{
    appearance: none !important;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"/></svg>'); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 1.2rem;
}
.custom-input .form-floating input:focus{ border-color: transparent !important;}

.btn-light{
    background-color: #F6F6F6 !important;
    color: #666766 !important;
    border: none !important;
    font-size: 1.2rem !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
}
.btn-light:focus, .btn-light:active, .btn-light:hover{
    background-color: #dfdfdf !important;
}

.btn-uae-pass{
    display: block;
    width: 350px;
    margin: auto;
}

.btn-theme{
    background-color: var(--green-color) !important;
    color: white !important;
    border: none !important;
    font-size: 1.2rem !important;
    border-radius: 8px !important;
}
.btn-theme:focus, .btn-theme:active, .btn-theme:hover{
    background-color: #479c81 !important;
}

.btn-outline-theme{
    border: 1px solid var(--green-color) !important;
    color: var(--green-color) !important;
    font-size: 1.2rem !important;
    border-radius: 8px !important;
}

.btn-dark{
    background-color: var(--dark-color) !important;
    color: white !important;
}
.btn-outline-dark, .btn-outline-dark:hover{
    background-color: transparent !important;
    border: 1px solid var(--dark-color) !important;
    color: var(--dark-color) !important;
    font-size: 1.2rem !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
}

.btn-outline-default, .btn-outline-default:hover, .btn-outline-default:focus{
    border:  2px solid var(--light-color) !important;
    font-weight: 600 !important;
}

.btn-complain{
    color: white !important;
    border: none !important;
    font-size: 1.1rem !important;
    border-radius: 10px !important;
    padding: 1rem 1.5rem !important;
    display: flex !important;
    gap: 2rem;
    align-items: center;
    font-weight: 500 !important;
}

.btn-lg{
    --bs-btn-padding-y: 1rem !important;
    --bs-btn-padding-x: 1rem;
    font-size: 1.2rem !important;
}

.font-ar{
    font-family: "IBM Plex Sans Arabic", sans-serif;
}


select#floatingSelect {
    padding: 20px 25px 25px 30px;
}
.select-float-input {
    top: -15px !important;
}
 /* @media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1480px !important;
    }
}  */

body {
    margin: 0;
    padding: 0;
} 
body *:not(i) {
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

.navbar-brand img {width: 70px !important;}
.navbar-brand-img-2 {width: 150px !important;}

.sliderclassforimage picture.skip-lazy img {
    border-radius: 40px;
}
.username-text{
	text-transform:capitalize;
}
.red-star{
	color:red;
}
.error {
    border: 1px solid red !important;
    border-radius: 10px !important;
}
button.btn.btn-light.text-dark.me-2 {
    color: #666766;
    background-color: #F6F6F6;
}

.btn.btn-primary.button-style {
    background-color: #53BE9D;
    border: 0;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    padding: 15px 30px;
}

a.nav-link {
    color: #666766;
    font-weight: 500 !important;
    /* font-size: 22px;
    font-weight: 500 !important;
    line-height: 33px;
    padding-right: -23px;
    padding: 0px 15px 0px 15px !important; */
}
.navbar-nav .menu-item:first-child .nav-link{
    padding-left: 0px !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
#about{
	margin-left:0px;
	margin-right:0px;
}
.about_section {
    border-radius: 40px;
    background: #F6F6F6;
    padding: 50px 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #2D2D2D;
}

.about_section h4 {
    color: #666766;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
}

.about_section p {
    color: #2D2D2D;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}

nav.navbar.navbar-expand-lg {
    padding: 20px;
}

a.nav-link:active {
    color: rgba(83, 190, 157, 1);
}

.complantsection {
    padding: 140px 0 120px 0px;
}

.complantsection h3.text-center {
    margin-bottom: 7%;
    font-weight: 700;
    font-size: 40px;
    color: #2D2D2D;
    line-height: 72px;
}

.accordion,
.custom-margin-top {
    margin-top: 50px;
    /* Adjust the value as needed */
}


img {
    max-width: 100%;
    height: auto;
}

.header_sidebar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-right: 5px;
}  button.btn.btn-light.button-style2 {
    font-size: 18px !important;             
    padding: 10px 20px !important;
    height: 56px !important;
    
}
.btn.btn-primary.button-style {
    font-size: 18px !important;             
    padding: 10px 20px !important;
    height: 56px !important;
    
}
.butonnn img{
    height: 40px !important;
    width: 40px !important;
}

.header_sidebar_logo {
    max-width: 120px;
}

.buttonclass {
    color: #fff;
    /* / padding: 5%; / */
    margin-top: 24px;
    position: relative;
    border-radius: 5px;
    padding: 15px 25px;
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.butonnn {
    display: flex;
    align-items: center;
	gap:20px;
}

.butonnn img {
	height:46px;
	width:46px;
	cursor:pointer;
}

button.btn.btn-light.button-style2 {
    background-color: #F6F6F6;
    color: #666766;
    border: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    padding: 15px 30px;
    /* height: 72px; */
}

.pink {
    background: #BA1C89;
}

.lgtorange {
    background: #F3773E;
}

.lgtblue {
    background: #656EB3
}

.buttonstylepink {
    color: #BA1C89;
}

.buttonstylelgtorange {
    color: #F3773E;
}

.buttonstylelgtblue {
    color: #656EB3;

}

.complantsection {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #666766;

}
.complantsection .complantsection_inner {
	margin-left:15px;
	margin-right:15px;
}
.complantsection .complantsection_inner .content-section img{
	margin-bottom:50px;
}
.complantsection .complantsection_inner .sectiontext{
	padding:0px 15px 0px 15px;
}
.complantsection .complantsection_inner .sectiontext p{
	font-size:20px;
	font-weight:400;
	line-height:28px;
	margin-bottom:50px;
}
.custombutton {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    margin-bottom:24px;
}


.complantsection .buttonclass {
    border-radius: 16px;
    font-size: 24px;
    font-weight: 700;
    padding: 22px 22px 22px 32px;
    line-height: 38px;
    cursor: pointer;
    text-align: start;
	display:flex;
	justify-content:space-between;
}

/* 
button.btn.btn-light.button-style2 {
    margin-right: 6px;
} */


/* .sectiontext+p {
    margin-bottom: 45px;
    text-align: center;
    font-size: 25px;
    color: #666766;
    font-weight: 100;
    
    line-height: 28px;
} */


html {
    scroll-behavior: smooth;
}

/*Forms**/
.content_modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.content_modal .modal-body {
    padding: 30px;
}

.content_modal h4 {
    font-weight: bold;
}

form .form-control {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000 !important;
    background-color: #F6F6F6 !important;
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    padding: 24px 15px;

}

form .form-control::placeholder {
    color: #A5A4A4 !important;
}

form .form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

/* form [type="submit"] {
    
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    border: 0;
    padding: 25px;
    border-radius: 14px;
    transition: all 0.5s;
    background-color: #53BE9D;
}

form [type="submit"]:hover {
    background-color: #35a381;
} */

.submit_btn {
    background-color: #ba1c89;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#accordionExample .accordion-item {
    border: 0;
    margin-bottom: 1.5rem;
    background-color: #F6F6F6;
    border-radius: 20px;
    overflow: hidden;
    padding:1.2rem
}

.accordion-item .accordion-header .accordion-button {
    background-color: #F6F6F6;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 1.2rem;
	padding: 0px 1.2rem
}
.accordion-button.ar:after{
    margin-left: unset;
    margin-right: auto;
}
.accordion-item .accordion-body{
    font-size: 18px;
    color: var(--gray-color);
}

.accordion,
.custom-margin-top {
    margin-top: 0;
}

.popupbuttonclass {
    color: #fff;
    margin-top: 24px;
    position: relative;
    border-radius: 5px;
    padding: 10px 25px;
    display: block;
    font-weight: 500;
    border: 1px solid #ccc;
    font-size: 18px;
    text-align: center;
}

.popupbuttonclass.green {
    background: #53BE9D;
    font-size: 22px;
    font-weight: 700;
    border-radius: 14px;
	padding:20px 30px;
	border:none;
}

.popupbuttonclass.bg-white {
    border: 1px solid #53BE9D;
    color: #53BE9D;
    font-size: 22px;
    font-weight: 700;
    border-radius: 14px;
	padding:20px 30px;
    height: 72px;
}

a.popupbuttonclass.bg-dark.btn-primary {
    font-size: 22px;
    font-weight: 700;
    border-radius: 14px;
	padding:25px 30px;
}
a.popupbuttonclass.bg-dark.btn-primary i{
	font-size:30px;
}
.popupbuttonclass1.bg-white {
    border: 1px solid rgba(165, 164, 164, 0.5);
    color: rgba(45, 45, 45, 1);
    font-size: 22px;
    
    font-weight: 700;
    border-radius: 14px;
	padding:20px 30px;
    height: 72px;
}

.popupbuttonclass1 {
    color: #fff;
    margin-top: 24px;
    position: relative;
    border-radius: 5px;
    padding: 10px 25px;
    display: block;
    font-weight: 500;
    border: 1px solid #ccc;
    font-size: 18px;
    text-align: center;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}


.footer {
    background: #2d2d2d;
    color: #fff;
    margin-top: 3rem;
}
.footer .app-logo-1{
    width: 100px;
    height: 100px;
}
.footer .app-logo-2{
    width: 170px;
    height: 65px;
}


.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-2 h4 {
    margin: 0;
    font-size: 1.3em;
    margin-bottom: 14px;
    color: #3e3e3e;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.wrapper-2 p {
    margin: 0;
    color: #5f5f5f;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
}

.go-home {
    color: #fff;
    background: #5892FF;
    background: #44ca90;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}


@media (min-width:360px) {
    h1 {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 100px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }

}

.modal-header {
    border-bottom: none !important;
}

h5#exampleModalLongTitle {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
    
    color: #2D2D2D;
}

p.auth-style {
    font-size: 20px;
    font-weight: 400;
    
    line-height: 28px;
    color: #666766;
}

main#main {
    width: 100%;
	margin:0px !important;
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #53BE9D !important;
    font-weight: 700 !important;
}


.fprivacy,
.fcontact {
    
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;

}


.modal .show .modalstyle {
    width: 800px !important;
}


select#typeofreporting {
    border: none !important;
    background-color: white;
    color: #F3773E;
    margin-top: 0px;
    margin-bottom:40px;
	font-size:32px;	
}
select#typeofreporting  option{
	font-size:32px;
	line-height:34px;
}

.reporting h3 {
    font-size: 40px;
    font-weight: 700;
	line-height:68px;
	margin-bottom:20px;
}
.reporting p {
    color: #A5A4A4;
    margin-bottom: 0px;
    font-size: 20px;
	line-height:28px;
}
.reporting1 {
    color: #A5A4A4;
    margin-bottom: 0px;
    font-size: 10px;
    margin-bottom: 18px;
}

.needs-validation h4{
	font-size:30px;
	line-height:40px;
	font-weight:700;
}
.needs-validation p{
	font-size:20px;
	line-height:28px;
}
/* select.form-control {
    background-color: #F6F6F6;
    color: #A5A4A4;
    /* font-size: 11px; */
/* font-weight: 100; */
/* } */

input#inputPassword4 {
    background-color: #F6F6F6;
}

/* 
textarea.form-control {
    background-color: #F6F6F6;
} */

input#inlineFormInputGroup {
    background-color: #F6F6F6;
    border: none;
}

.input-group-text {
    background-color: #F6F6F6;
    border: 2px solid #F6F6F6;
}

button.btn.btn-outline-primary.d-inline-flex.align-items-center {
    color: #53BE9D;
    border-color: #53BE9D;
    font-size: 12px;
    /* margin-left: 1px; */
    /* padding-left: 3px; */
}

button.btn.btn-outline-secondary.d-inline-flex.align-items-center {
    margin-left: 8px;
    color: black;
    border-color: black;
    font-size: 10px;
    font-weight: 500;
}

/* button.btn.submit_btn {
    color: white;
    background-color: #F3773E;
    font-size: 22px;
    padding: 22px 30px;
    margin-top: 18px;
    text-align: start;
    margin-bottom: 75px;
} */

.input-group-text {
    background-color: #F6F6F6 !important;
}

.loginheadings {
    
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #666766;


}

.loginheadings h3 {
    
    color: #2D2D2D;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
}

.uaesignin {
    
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    border: 0;
    color: #fff;
    padding: 25px;
    border-radius: 14px;
    transition: all 0.5s;
    text-align: center;
    background-color: #2D2D2D;
    margin-top: 25px;
}

.form-check {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.form-check-input:focus{
    border-color: var(--green-color) !important;
}
.ar .form-check .form-check-input{
    margin-left: unset !important;
}
.form-check label {
    color: var(--gray-color) !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 28px;
} 

#beforcomplaintpopup .close {
    background-color: transparent;
    border: 0;
    position: absolute;
    width: auto;
    right: 30px;
    top: 45px;
    font-size: 50px;
    color: #2D2D2D !important;
}

.backtohome a {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    color: #2D2D2D;
}

.backtohome {

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.backtohome p {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #555555;
    background-color: #F6F6F6;
    border-radius: 14px;
    padding: 15px;
    margin: 0;
}

.modalgif {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('https://media.tenor.com/XK37GfbV0g8AAAAi/loading-cargando.gif') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

body.loading {
    overflow: hidden;
}


@media screen and (max-width:1200px) {
    a.nav-link {
        font-size: 18px;
    }

    /* button.btn.btn-light.button-style2,
    button.btn.btn-primary.button-style {
        font-size: 20px;
        padding: 15px 20px;
    } */

    .about_section {
        font-size: 26px;
        line-height: 35px;
    }

    .custombutton {
        font-size: 28px;
        line-height: 36px;
    }

    .complantsection .buttonclass {
        font-size: 18px;
        padding: 20px 15px;
        line-height: 30px;
    }
}

@media screen and (max-width:992px) {
    a.nav-link {
        font-size: 18px;
    }

    button.btn.btn-light.button-style2,
    button.btn.btn-primary.button-style {
        font-size: 16px;
        padding: 15px 20px;
    }

    .about_section {
        font-size: 26px;
        line-height: 35px;
    }

    .custombutton {
        font-size: 28px;
        line-height: 36px;
    }

    .complantsection .buttonclass {
        font-size: 18px;
        padding: 20px 15px;
        line-height: 30px;
    }
}

@media screen and (max-width:767px) {

    .about_section h4 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;

    }

    .about_section {
        font-size: 18px;
        line-height: 22px;

    }

    .container.complantsection h3.text-center {
        font-size: 28px;
        line-height: 30px;

    }
}


.login .button.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
}
/* Updated Css */ 
.create-account .create-acc{
	color:#656eb3;
	font-weight:600;
	font-size:22px;
}
.form-floating label::after {
    background: unset !important;
}
#n2-ss-1 .n2-ss-slider-3{
	border-radius:40px;
}
.form-section{
	width:100%;
}
.form-floating-dropdown{
	position:relative;
}
.form-floating-dropdown>label {
    border: var(--bs-border-width) solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem 1.75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 4px;
    transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
    white-space: nowrap;
    z-index: 2;
    font-size: 15px;
    color: #a5a4a4;
}
.form-floating-dropdown .form-select:focus~label:after{	
	content: "";
    height: 1.5em;
    inset: 1rem .375rem;
    position: absolute;
	z-index: -1;
}

.form-floating-dropdown .form-select:focus~label{

	font-size:16px;

	top:-10px !important;

}


.form-floating .prefix-phone{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
}
.form-floating input, .form-floating textarea {
    padding: 40px 10px 25px 25px !important;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
}
.form-floating .prefix-phone+input{
    padding: 40px 10px 25px 25px !important;
}
.form-floating input:focus{
	border-color: #53be9d !important;
}





.input-group{
	border:1px solid #fafafa;
    border-radius:10px !important;
    overflow: hidden;
}
.input-group:focus-within{
	border:1px solid #53BE9D;
}
.input-group .input-group-text{
	border-radius: 10px 0px 0px 10px;
	border:unset;
	cursor:pointer;
}


#custom-registration-form .has-validation .form-floating::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #a5a4a4;
    top: 14px;
    left: 20px;
}
.login-details-Personal .has-validation .form-floating::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #a5a4a4;
    top: 14px;
    left: 20px;
}
.form-floating-dropdown select {
    min-height: 67.67px !important;
    background: #f6f6f6;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
    font-size: 18px;
    color: #a5a4a4;
	font-weight:400;
    box-shadow: none;
}
.form-floating-dropdown select:focus{
	border-color: #53be9d;
	box-shadow:unset;
}
.form-floating textarea:focus{
	border:1px solid #53be9d;
	box-shadow:unset;
}

.input-group .form-floating input:focus{
	border:unset !important;
}
.form-floating .char-count{
	position:absolute;
	right:12px;
	bottom: 12px;
    font-size: 14px;
    color: var(--gray-color);
    font-weight: 400;
}
.form-floating .char-count.ar{
	right:unset;
    left: 12px;
}
.form-floating label{
	font-size: 18px;
    color: #a5a4a4;
	padding: 1rem 1.75rem !important;
}
.input-group span i{
	color:#a5a4a4;
}
.form-floating>.form-control:focus~label:after {
    background-color: unset !important;
}
.card {
    height: 100vh !important;
    overflow-y:scroll;
    flex-direction: unset !important;
}
button.btn.btn-light.button-style2:hover {
    background-color: #F6F6F6 !important;
    color: #666766 !important;
    border: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    
    padding: 15px 30px;
    /* height: 72px; */
}
.card .login-bac-1 img{
	width:90%;
	height:100%;
}
.login-forms{
	padding:0px 2rem 0px 13.7rem !important;
}
.login-forms .login-sec{
	padding-right:13.7rem;
}
.registation-formss{
	padding:0px 2rem 0px 13.7rem !important;
}
.registation-formss .create-sec{
	padding-right:13.7rem;
}
.login-name{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.login-name img {
    width: 76px;
    height: 76px;
    background: #2d2d2d;
    border-radius: 50px;
    padding: 17px;
}
.login-name h2{
	font-weight:700;
	line-height:30px;
	margin-bottom:0px;
}
.dropdown-toggle:after {
    content: unset !important;
}
.login-name .dropdown-menu li a{
	display:flex;
	justify-content:space-between;
}
.login-name .dropdown-menu li a i{
	font-size:28px;
}
.login-name .dropdown-menu li a span{
	font-size:22px;
	font-weight:500;
}
.report-anonymous{
    border-top:1px solid #ededed;
    padding:20px 0px 0px 0px !important;
}
.login-details-Personal{
	margin-bottom:40px;
}
.login-details-Personal h4{
	margin-bottom:14px;
}
.login-details-Personal .personal-para{
	margin-bottom:30px;
}
.login-details-Personal .field-sec{
	margin-bottom:30px;
}
.login-content-sec{
	margin-bottom:140px;
}
.login-content-sec h4{
	margin-bottom:14px;
}
.login-content-sec .reporting1{
	margin-bottom:30px;
}
.login-content-sec .field-sec{
	margin-bottom:30px;
}
.login-content-sec .field-sec-60{
	margin-bottom:60px;
}
.login-content-sec .textarea-section{
	margin-bottom:30px;
}
.login-content-sec .submit_btn {
    color: white;
    background-color: #F3773E;
    font-size: 22px;
    padding: 22px 30px;
    text-align: start;
	margin-top:0px;
	margin-bottom:0px;
}
button#submitButton:active {
    border: unset !important;
    color: #fff;
}
.login-content-sec .submit_btn:hover{
	color:#fff;
}
.login-content-sec .form-check-input {
	padding:10px;
	cursor:pointer;
}
.login-content-sec .form-check-label{
	font-size:22px;
	margin-left:10px;
}
.login-content-sec .team-condition{
	color:#53be9d;
	text-decoration:underline;
	text-decoration-thickness:2px;
	text-decoration-color:#53be9d;
	font-size:22px;
	font-weight:600;
}
.thankyou-popup{
	width:666px !important;
	border-radius:40px !important;
}
.thankyou-popup .modal-header button{
	background:none;
	margin-right:20px;
}
.thankyou-popup .modal-header button span{
	font-size:30px;
}
.thankyou-popup .thank-text {
    padding: 20px 60px 60px 60px;
}
.thankyou-popup .thank-text h2{
	font-size:34px;
	line-height:40px;
	font-weight:bold;
	margin-bottom:14px;
}
.thankyou-popup .thank-text p{
	font-size:22px;
}
.thankyou-popup .thank-text .back-home{
	padding:25px 30px;
	border-radius:14px;
	background:#53be9d;
	width:100%;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	color:#fff;
}
#faq .accordion{
	display:flex;
	flex-direction:column-reverse;
}
.register-banner {
    background: url("./assets/Images/new.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    height: 100vh;
    width: 100%;
}
.side-banner{
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}
.login-bg-en{
    background-image: url("./assets/Images/login-bg.jpg");
}
.login-bg-ar{
    background-position: top right;
    background-image: url("./assets/Images/login-bg.jpg");
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
}
.register-bg-en{
    background-image: url("./assets/Images/register-bg.jpg");
}
.register-bg-ar{
    background-position: top right;
    background-image: url("./assets/Images/register-bg.jpg");
}

.alreadyaccount {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #666766;
    margin-top: 100px;
}

.alreadyaccount a {
    color: #656EB3;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.dontaccount {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #666766;
    margin-top: 180px;
}

.dontaccount a {
    color: #656EB3;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
input[type=checkbox], input[type=radio] {
    z-index: 1;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-left: 0;
}
input[type=checkbox]:checked{
    border-color: var(--green-color);
    background-color: var(--green-color);
    box-shadow: none;
}
input[type=checkbox]:focus{ box-shadow: none !important;}

.input-group-text{
    border-color: var(--light-color) !important;
}


@media screen and (min-device-width: 320px) and (max-device-width: 425px) { 
	.butonnn {
		flex-direction: row-reverse;
	}
	.header_sidebar_right img {
		width: 80%;
	}
	.header_sidebar_logo {
		max-width: 60px;
	}
    
}
@media screen and (min-device-width: 320px) and (max-device-width: 425px) { 
    .store_change h4 {
        font-size: 42px !important;
        line-height: 49px !important;
        margin-left: -15px;
    }
    .store_change p {
        font-size: 31px !important;
        line-height: 37px !important;
        margin-top: 30px;
        padding-bottom: 40px;
        margin-left: -6px;
    }
}

.about_image img{
    width: 65%;
}

.store_section {
    border-radius: 40px;
    background: #F6F6F6;
    padding-top: 3rem;
    
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #2D2D2D;
}

/*Recording*/
.custom-margin-top .footersid{

	opacity:60%;

}

.custom-margin-top .footerside1{

	opacity:60%;

}

.form-floating>label {

    top: 4px !important;

}

.form-floating>.form-control:focus~label {

    font-size: 16px !important;

}

.accordion-button:not(.collapsed) {

    color: #000 !important;

}

.accordion-button:after {
    background-size: 30px 40px !important;
    width: 27px !important;
    height: 36px !important;
}

/* .accordion-button {
    position: relative; 
} */

/* .right-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); 
    pointer-events: none; 
} */

.download-section{

	padding-bottom:140px;

}

.forgot-formss{

	padding:0px 2rem 0px 13.7rem !important;

}

.forgot-formss .create-sec{

	padding-right:13.7rem;

	padding-top:4.2rem;

}

.forgot .loginheadings p{

	font-size:20px;

}

.success-section{

	text-align:center;

	padding:90px 0px 20px 0px;

}

.success-section .back-home{

	padding:25px 30px;

	border-radius:14px;

	background:#53be9d;

	width:100%;

	font-size:22px;

	line-height:26px;

	font-weight:700;

	color:#fff;

}

.success-section .back-home:active {

    background-color: #2a7c63 !important;

    border: 1px solid #2a7a63;

    color: #fff !important;

}

.success-section .back-home:hover{

	background-color: #2a7c63 !important;

	color:#fff;

}

.success-section h2{

	font-size:34px;

	line-height:40px;

	font-weight:bold;

	margin-bottom:14px;

}

.success-section p{

	font-size:22px;

}

#audio-section{

	position:relative;

}

#recordingState {

    position: absolute;

    top: 15px;

    left: 100px;

    display: flex;

    align-items: center;

	font-size:22px;

	color:#666766;

	font-weight:500;

}

#recordingState #pauseBtn {

    font-size: 25px;

    background: #53be9d;

    border-radius: 50px;

    color: #fff;

    cursor: pointer;

    margin-right: 10px;

    width: 50px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

}

#recordingState #recordingCount{

	margin:0px 10px;

	color:#53be9d;

	font-weight:700;

}

#recordingState #cancelBtn{

	color:#e41818;

	font-weight:700;

}

#audio-section #completedState {

    position: absolute;

    top: 15px;

    left: 100px;

    display: flex;

    align-items: center;

	font-size:22px;

	color:#666766;

	font-weight:500;

}

#completedState .playPauseBtn{

	font-size: 25px;

    background: #53be9d;

    border-radius: 50px;

    color: #fff;

    cursor: pointer;

    margin-right: 10px;

    width: 50px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

}

#completedState span{

	font-size:22px;

	color:#2d2d2d;

}

#completedState #recordingDuration {

    font-size: 22px;

    margin: 0px 20px;

    color: #666766;

    font-weight: 700;

}

#listenBtn{

	border:none;

	background:none;

	color:#53be9d;

	font-size:22px;

	font-weight:700;

}

#deleteBtn {

    color: #e41818;

    margin: 0px 20px 0px 40px;

}

#submitBtn{

	border:none;

	background:none;

	color:#fff;

	padding:10px 30px;

	background:#53be9d;

	border-radius:12px;

	font-size:20px;

	font-weight:700;

}

#playbackState{

	position: absolute;

    top: 15px;

    left: 100px;

    display: flex;

    align-items: center;

	font-size:22px;

	color:#666766;

	font-weight:500;

}

#playPauseBtn{

	font-size: 25px;

    background: #53be9d;

    border-radius: 50px;

    color: #fff;

    cursor: pointer;

    margin-right: 10px;

    width: 50px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

}

#deleteBtnFinal{

	color: #e41818;

    margin: 0px 20px 0px 40px;

}

#audioFileName {

    color: #2d2d2d;

    text-transform: capitalize;

    text-decoration: underline;

    text-decoration-thickness: 2px;

}
#ar-textarea textarea {
    padding: 40px 10px 25px 25px !important;
}
/*Arabic Language Version*/
#arabiclanguage .custom_icon{
    rotate: 180deg;
}
#arabiclanguage #navbarSupportedContent {
    justify-content: space-between;
}
#arabiclanguage #menu-menu-1 {
    margin-right: 0px !important;
    padding: 0px;
}
#arabiclanguage .sectiontext {
    min-height: 170px;
}

#arabiclanguage #beforcomplaintpopup .close {
    left: 70px;
    top: 45px;
	right:unset;
}
#arabiclanguage .registation-formss {
    padding: 0px 13.7rem 0px 2rem !important;
}
#arabiclanguage .registation-formss .create-sec {
    padding-left: 13.7rem;
	padding-right:unset;
}
#arabiclanguage .registation-f-sec {
	border-radius: unset;
}
#arabiclanguage .login-forms {
    padding: 0rem 13.7rem 0rem 2rem !important;
}
#arabiclanguage .login-forms .login-sec {
    padding-left: 13.7rem;
	padding-right:unset;
}
#arabiclanguage .form-floating>label {
    left: unset !important;
    right: -15px !important;
}
#arabiclanguage .form-floating-dropdown>label {
    left: unset !important;
    right: -15px !important;
}

#arabiclanguage .form-floating input, #arabiclanguage .form-floating textarea {
    padding: 40px 25px 25px 10px !important;
}
#arabiclanguage .form-floating .chara {
    position: absolute;
    left: 10px;
	right:unset;
    top: 7px;
}
#arabiclanguage #ar-textarea .form-floating>.form-control:focus~label {
    left: unset !important;
    right: -85px !important;
    top: 0px !important;
}
#arabiclanguage .login-content-sec  #inputGroup .input-group-text {
    border-radius: 0px 20px 20px 0px !important;
}
#arabiclanguage .login-content-sec #inputGroup input {
    border-radius: 20px 0px 0px 20px;
}
#arabiclanguage .login-content-sec .input-group input{
    border-radius: 20px 0px 0px 20px;
}
#arabiclanguage .login-content-sec #submitButton {
    display: flex;
}
#arabiclanguage .login-content-sec #submitButton i {
    transform: rotate(178deg);
	margin-right:10px;
}
#arabiclanguage .login-content-sec .field-sec-60 input[type=checkbox] + label:before, .field-sec-60 input[type=checkbox] + span:before, .field-sec-60 input[type=radio] + label:before, .field-sec-60 input[type=radio] + span:before {
    right: 0px;
}
#arabiclanguage .login-content-sec .field-sec-60 input[type=checkbox] + label, .field-sec-60 input[type=checkbox] + span, .field-sec-60 input[type=radio] + label, .field-sec-60 input[type=radio] + span {
    padding-right: 40px !important;
    text-align: left;
}
#arabiclanguage .custom-margin-top .nav {
    padding: 0px;
}
#arabiclanguage #custom-registration-form .input-group input {
    border-radius: 20px 0px 0px 20px !important;
    text-align: right;
}
#arabiclanguage #custom-registration-form .has-validation .form-floating::after {
    right: 10px;
}

.border-top {
    border-top: 1px solid #666766 !important;
}

.store_button{
    gap: 20px;
}


.toggle-password{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 18px;
    color: #7f7f7f;
}

.toggle-password.ar{
    right: unset;
    left: 30px;
}

.user-circle{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-circle i{ font-size: 18px !important; }
/* DROPDOWN */
.dropdown-menu{
    overflow: hidden;
    border: none !important;
    margin-top: 15px !important;
    background-color: #F6F6F6;
    padding: 0px 20px !important;
}
.dropdown-menu li .dropdown-item,
.dropdown-menu li .dropdown-item:hover,
.dropdown-menu li .dropdown-item:focus,
.dropdown-menu li .dropdown-item:active{ 
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 13px 0px;
    color: black;
    font-weight: 400;
    display: flex !important;
    gap: 10px;
    align-items: center;
}
.dropdown-menu li:last-child .dropdown-item{
    border-bottom: none !important;
}
.dropdown-item i, .dropdown-item svg{ width: 20px; height: 20px; }
.dropdown-item.active, .dropdown-item:active{
    background-color: var(--light-gray-color) !important;
}


.app-alerts{
    position: fixed;
    bottom: 20px;
    left: -500px;
    max-width: 500px;
    transition: all 0.5s ease-in-out;
    z-index: 1000;
}

.app-alerts .alert{
    border-color: #2D2D2D !important;
    background-color: #2D2D2D !important;
    color: white;
    border-radius: 15px;
    padding: 0.8rem 2rem;
}

.app-alerts.show{
    left: 20px;
}



#banner{
    max-width: 100vw;
    overflow: hidden;
}
.carousel{
    border-radius: 20px;
    overflow: hidden;
}
#banner .carousel-item{ 
    position: relative; 
}
#banner .carousel-item .content{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
    width: 38%;
}
/* #banner .carousel-item .content.content-start{
    transform: translate(-92%, -50%);
} */
#banner .carousel-item .content.content-top{
    top: 45px;
    transform: translate(-128%, 0%);
    width: 36%;
}
#banner .carousel-item .content .sub-heading{ font-size: 2rem; margin-bottom: 0.5rem; line-height: 2rem; font-weight: 500;}
#banner .carousel-item .content .heading{ font-size: 3rem; color: white; font-weight: 700; margin-bottom: 1.5rem;}
#banner .carousel-item .content .subtitle{ font-size: 2rem; color: white; font-weight: 400; margin-bottom: 2rem; line-height: 2rem;}
#banner .carousel-item .content .details{ font-size: 1.5rem; color: white; margin: 0px; font-weight: 400;}

.carousel-indicators{
    right: unset !important;
    margin: unset !important;
    gap: 8px;
    left: 50px !important;
    bottom: 30px !important;
}
.carousel-indicators a{
    background-color: rgba(255, 255, 255, .5);
    width: 30px;
    height: 8px;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators a.active{
    background-color: white;
    width: 50px;
}

#about img{
    max-width: 220px;
    display: block;
    margin: auto;
}


.report-types .report{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.report-types .report img{
    width: 130px;
    margin-bottom: 2rem;
}
.report-types .report .heading{
    margin-bottom: 1rem;
}
.report-types .report .content{
   flex-grow: 1;
   margin-bottom: 20px;
}
.report-types .report a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 10px;
}

.menu-item-350{
    display: none;
}

.form-floating-group.has-error input,
.form-floating-group.has-error textarea{
    border-color: red !important;
}
.form-floating-group.has-error .custom-input, .form-floating-group.has-error .custom-select{
    border-color: red !important;
}
.form-floating-group.has-error .custom-input input{
    border-color: transparent !important;
}

.fa-play, .fa-pause{
    width: 35px;
    height: 35px;
    background: var(--green-color);
    color: white;
    border-radius: 20px;
    padding: 17px 13px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-inputs{
    display: flex;
    gap: 1rem;
}
.otp-inputs input{
    background-color: var(--light-color);
    width: 66px;
    height: 60px;
    text-align: center;
    font-size: 2rem;
    border: 1px solid var(--light-color);
    border-radius: 10px;
    outline: none;
}

/* Sidebar */
.toggle-sidebar{
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1 ;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sidebar-area{
    position: fixed;
    top: -100vh;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}
.sidebar-area.show{
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar{
    position: absolute;
    top: 0px;
    left: -300px;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    background-color: white;
    /* transition: all 0.5s ease-in-out; */
    /* padding: 2rem; */
}
.sidebar-area.show .sidebar{
    left: 0px;
}
body.ar .sidebar{
    left: unset;
    right: -300px;
}
body.ar .sidebar-area.show .sidebar{
    left: unset;
    right: 0px;
}



.sidebar .app-logo{
    width: 70px;
}

.sidebar-links li a{
    color: var(--dark-color);
    padding: 0.8rem 1.5rem;
    transition: none;
}
.sidebar-links li a:hover, .sidebar-links li a:focus{
    background-color: rgba(var(--green-color-rgba), 0.05);
    color: var(--dark-color);
}
.sidebar-links li a.active{
    background-color: var(--green-color);
    color: white;
}

.screen-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-bullet{
    padding-left: 1.5rem !important;
}
li.green-bullet::marker {
    color: var(--green-color);
}
.banner-with-logo{ position: relative; min-height: 400px;}
.banner-with-logo img{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.ar .banner-with-logo img{
    position: absolute;
    bottom: 0px;
    right: unset;
    left: 0px;
    transform: scaleX(-1);
}
.our-vision-bg{
    background: url("./assets/Images/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.our-mission-bg{
    background: url("./assets/Images/our-mission.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.our-mission-bg .content{
    max-width: 80%;
}
.our-vision-bg .content{
    max-width: 60%;
}

.goal-wrapper{
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    max-height: 450px;
}
.goal-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goal-wrapper .content{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; 
    color: var(--dark-color);
    max-width: 80%;
}
.ar .goal-wrapper .content{
    left: unset;
    right: 30px;
}

.project-item{
    background-color: white;
    border-radius: 20px;
    padding: 1.5rem 1.5rem;
    min-height: 300px;
    height: 100%;
}
.project-item .project-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
    width: fit-content;
}
.project-item .project-thumbnail img{
    width: 100%;
    height: fit-content;
}


@media (max-width:600px) {
    #banner .carousel-item .content,
    #banner .carousel-item .content.content-start,
    #banner .carousel-item .content.content-top{
        position: absolute;
        top: unset;
        right: unset;
        bottom: 50px;
        left: 0px;
        transform: unset;
        width: 100%;
        padding: 0px 30px;
    }
    
    #banner .carousel-item img {
        height: 500px;
        object-fit: cover;
        object-position: unset;
    }
    #banner .carousel-item img.img-end{
        object-position: top left;
    }
    #banner .carousel-item .content .heading{ font-size: 2.5rem; margin-bottom: 0.5rem; line-height: 2.5rem;}
    #banner .carousel-item .content .details{ font-size: 1.4rem; line-height: 1.8rem;}
    .carousel-indicators{
        gap: 8px;
        left: 30px !important;
        bottom: 20px !important;
    }
    .carousel-indicators a{
        width: 20px;
    }
    .carousel-indicators a.active{
        width: 40px;
    }

    .app-download-area{
        position: relative;
        margin-top: -6rem;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .app-download-area .content{
        position: relative;
        top: 6rem;
    }
    .form-floating label,
    .custom-select  label {
        font-size: 16px !important;
    }
    .our-mission-bg .content{
        max-width: 100%;
    }
    .our-vision-bg .content{
        max-width: 100%;
    }
    .banner-with-logo img{
        position: relative !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .custom-select  label {
        font-size: 15px !important;
    }
    #banner .carousel-item .content .heading{ font-size: 2.7rem; margin-bottom: 1rem; line-height: 2.7rem;}
    #banner .carousel-item .content .details{ font-size: 1.5rem; line-height: 1.8rem;}
}

@media (min-width: 1200px) {
    #banner .carousel-item .content .heading{ font-size: 3rem; margin-bottom: 1.5rem; line-height: 3rem;}
    #banner .carousel-item .content .details{ font-size: 1.8rem; line-height: 2.3rem;}
}

@media (min-width: 1400px) {
    #banner .carousel-item .content .heading{ font-size: 4rem;  margin-bottom: 2rem; line-height: 4rem;}
    #banner .carousel-item .content .details{ font-size: 2.1rem; line-height: 2.6rem;}
}

.flipable{
    transform: scaleX(-1);
}