
@font-face {
    font-family: 'Mokoto Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/backend/fonts/glitch-webfont.woff2') format('woff2'), 
        url('/assets/backend/fonts/glitch-webfont.woff') format('woff')
}



@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/frontend/fonts/HelveticaNeue-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/frontend/fonts/HelveticaNeue-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/frontend/fonts/HelveticaNeue-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/frontend/fonts/HelveticaNeue-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/frontend/fonts/HelveticaNeue-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}





* {
    font-family: 'Helvetica Neue';
    font-weight: 300;
}

html { scroll-behavior: smooth; }

b, strong, b span, strong span {
    font-weight: 700 !important;
}

.cms_content b span, .cms_content p span{
    font-weight: unset;
}

.modal{
    z-index: 999999;
}

.gradient {
    background-image: linear-gradient(150deg,
            hsl(0deg 0% 0%) 2%,
            hsl(216deg 100% 27%) 10%,
            hsl(209deg 100% 39%) 16%,
            hsl(217deg 75% 66%) 26%,
            hsl(0, 0%, 100%) 41%,
            hsl(0deg 0% 100%) 88%);
}

.gradient-linear {
    background-image: linear-gradient(
        0deg, 
        hsl(0deg 0% 0%) 0%, 
        #00378a 20%, 
        hsl(209deg 100% 39%) 40%, 
        hsl(217deg 75% 66%) 60%, 
        hsl(223deg 74.41% 88.27%) 80%, 
        hsl(0deg 0% 100%) 100%
        );
}

.gradient-vertical {
    background-image: linear-gradient(90deg,
            hsl(0deg 0% 0%) 0%,
            hsl(221deg 100% 22%) 18%,
            hsl(216deg 100% 27%) 26%,
            hsl(212deg 100% 33%) 33%,
            hsl(208deg 100% 38%) 39%,
            hsl(206deg 100% 44%) 44%,
            hsl(204deg 100% 50%) 50%,
            hsl(206deg 100% 44%) 56%,
            hsl(208deg 100% 38%) 61%,
            hsl(212deg 100% 33%) 67%,
            hsl(216deg 100% 27%) 74%,
            hsl(221deg 100% 22%) 82%,
            hsl(0deg 0% 0%) 100%);
}

.gradient-bh {
    background-image: linear-gradient(180deg,
            hsl(0deg 0% 0%) 0%,
            hsl(0, 0%, 13%) 26%,
            hsl(0deg 0% 100%) 44%,
            hsl(0deg 0% 100%) 61%,
            hsl(0deg 0% 100%) 78%,
            hsl(0deg 0% 100%) 100%);
}

.gradient-bh-td {
    background-image: linear-gradient(180deg,
            hsl(0deg 0% 0%) 0%,
            hsl(0deg 0% 0%) 20%,
            hsl(0deg 0% 0%) 40%,
            hsl(0deg 0% 0%) 60%,
            hsl(0deg 0% 0%) 80%,
            hsl(0deg 0% 0%) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "League Spartan", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.font-mokoto{
    font-family: 'Mokoto Regular';
    display: inline-block;
    transform: scaleX(1.3);
}

.font-mokoto-md{
    font-family: 'Mokoto Regular';
    font-size: 24px;
}

.btn{
    position: relative;
}


/* Pagination */
.custom_pagination .page-link{
    color: #000000;
}

/* Accordion */
.accordion-item {
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0 !important;
    outline: none;
    padding: 15px 0px;
}

.accordion-button:focus{
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    border-radius: 0 !important;
    font-weight: 500;
    color: #000;
    box-shadow: none;
    transition: font-weight 0.3s ease-in-out;
}



.is-invalid {
  border-color: #dc3545 !important;
}

.is-valid {
  border-color: #28a745 !important;
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8em;
    font-style: italic;
  color: #dc3545;
}

/* .alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    margin: 20px !important;
    z-index: 99999999;
} */




.custom_pagination .active>.page-link, .custom_pagination .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.shine{
    overflow: hidden;
}
.shine:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
}
.shine:hover:after {
  width: 120%;
  background-color: rgba(255,255,255,0);
  
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}



.white-shine{
    overflow: hidden;
}
.white-shine:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15); /* light shadow on white */
  transition: none;
}

.white-shine:hover:after {
  width: 120%;
  background-color: rgba(0, 0, 0, 0); /* fade out effect */
  transition: all 0.3s ease-in-out;
}


/* Main Content */

.main-content {
    overflow-x: hidden;
    max-width: 100%;
}




.hero {
    width: 100%;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    justify-content: flex-end;
}

.hero_video_button{
    display: none;
}

.hero_content {
    color: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 7vh;
}
.hero_content h2{
    font-size: 60px;
    font-weight: 900;
    position: absolute;
    width: 100%;
}
.hero_content h2 span{
    font-family: 'Helvetica Neue';
    font-size: 30px;
    font-weight: 900;
    text-shadow: 0px 0px 10px #000000ad;
}

.engine {
    margin-top: 0;
    min-height: 80vh;
    display: flex;
    align-items: flex-end;
    background: #000;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 50px 0 50px;
}


.object-cover {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    object-fit: cover;
}

.engine-img {
    width: 100%;
    /* margin-top: 100vh; */
}

.aquastoke-img {
    height: auto;
    width: 55%;
    /* margin-top: 100vh; */
    margin-right: 15px;
}

.engine-text {
    font-size: 55px;
    font-weight: 400;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.engine .right_sider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5vh;
}

.engine-text-content {
    margin-right: 15%;
}

.engine-text-content p {
    font-size: 1.25em;
    margin-top: 25px;
    color: #fff;
}

.engine .right_sider .btn {
    border-radius: 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 10px;
    background: #fff;
    color: #000;
}

.engine .right_sider .btn-dark-outline {
    border: 1px solid #000;
}

.custom_bg_text_1,
.custom_bg_text_2 {
    font-size: 200px;
    font-weight: 500;
    color: #00000005;
    position: absolute;
    top: 0;
    transition: left 0.3s ease-out, top 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 1;
    pointer-events: none;
    user-select: none;
}

.custom_bg_text_1 {
    left: -350px;
    transform: rotate(45deg);
}

.custom_bg_text_2 {
    left: calc(100vw - 350px);
    transform: rotate(-45deg);
}


#engine-container {
  position: relative;
  will-change: transform, opacity;
  transition: transform 0.3s ease, opacity 0.5s ease;
  pointer-events: auto;
  z-index: 1;
}

#engine-container.scrolled-under {
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

#engine-container.hide-model {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Curve animation */
@keyframes curveDown {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(200px) translateX(-100px) scale(0.8) rotate(-2deg);
    opacity: 0.4;
  }
}

#engine-container.curve-animate {
  animation: curveDown 1s ease-in-out forwards;
}

#product-viewer-3d{
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 90vh !important;
}

#product-viewer-3d canvas{
    margin-top: -33vh;
}



.a35 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: visible;
    background: url('https://maymaan.b-cdn.net/assets/frontend/img/sequence_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.a35.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* optional */
}

.a35-text {
    display: inline-flex;
    justify-content: center;
    z-index: 2;
    width: 100%;
    transform-origin: center bottom; /* Makes scaling look better */
    will-change: transform, opacity; /* Optimizes for animation */
}



.a35-image-big img{
    height: 170px;
    position: relative;
    top: 50px;
}

.a35-text-small {
    font-family: 'Mokoto Regular';
    font-size: 150px;
    font-weight: 700;
    margin-bottom: 0px;
    will-change: transform; /* Optimizes animation */
    color: #000;
    position: relative;
    top: 28px;
}

/* .a35-image {
    width: 60%;
    margin-top: -42vh;
    z-index: 2;
} */

.a35-description {
    line-height: 25px;
    text-align: center;
    margin-top: -10vh;
    z-index: 4;
}

.a35-description .btn-dark {
    border-radius: 50px;
    padding: 10px;
}




/* how_works */

.how_works {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20vh;
    padding-bottom: 150px;
    background-image: linear-gradient(0deg, hsl(0deg 0% 0%) 0%, #00378a 20%, hsl(209deg 100% 39%) 40%, hsl(217deg 75% 66%) 60%, hsl(223deg 74.41% 88.27%) 80%, hsl(0deg 0% 100%) 100%);
}

.how_works .a35hw {
    width: auto;
    height: 50px;
}

.how_works .ha35 {
    font-size: 45px;
    margin-top: 45px;
    font-weight: 600;
}

.how_works .box {
    padding: 0px;
    margin: 20px 0;
    text-align: center;
    /* opacity: 0; */
    /* transform: translateY(50px); */
    transition: all 0.3s ease-out;
}

.how_works .box.in-view {
    opacity: 1;
    /* transform: translateY(0); */
}

.how_works .box .img {
    width: 100%;
    max-height: 50vh;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.how_works .box h5{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 15px 50px 7px 50px;
}

.how_works .box p {
    color: #fff;
    font-size: 14px;
    margin: 7px 50px 15px 50px;
}

.how_works .box .btn-light {
    border-radius: 50px;
    font-weight: 500;
    padding: 10px;
}

.how_works .box .btn-light .font-mokoto {
    margin-left: 7px;
}

.how_works .box .btn-light .font-mokoto>.font-mokoto {
    font-size: 11px;
    transform: scaleX(1);
    margin-left: -1px;
}

.custom_gap {
    --bs-gutter-x: 5rem;
}

.custom_tab_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom_tab {
    position: relative;
    display: flex;
    border-radius: 150px;
    margin-top: 50px;
    list-style-type: none;
    width: auto;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0px;
}

.custom_tab .nav-link {
    color: #000;
    font-weight: 500;
    border: none !important;
    border-radius: 150px;
    min-width: 165px;
    padding: 8px 15px;
    margin: 9px 11px;
}

.custom_tab .nav-link:hover {
    background: #cbcbcb;
}

.custom_tab .nav-link.active {
    background: #000000;
    color: #ffffff;
}
.custom_tab_content {
    width: 100%;
    transition: transform 0.6s ease;
    position: relative;
}

.tab-pane-content {
    transition: opacity 0.3s ease;
}

.tab-pane-content.active {
    opacity: 1;
    z-index: 2;
}

.tab-pane-content:not(.active) {
    opacity: 0;
    z-index: 1;
}



/* First .box inside .row's columns */
.custom_tab_content .tab-pane .row > .col-md-6:nth-of-type(1) .box .img {
    border-radius: 0 15px 15px 0;
}

/* Second .box inside .row's columns */
.custom_tab_content .tab-pane .row > .col-md-6:nth-of-type(2) .box .img {
    border-radius: 15px 0 0 15px;
}



/* Award wining performance */
.award_winning {
    min-height: 100vh;
    text-align: center;
    padding: 50px 0 0px 0;
    background-color: #000;
    position: relative;
    margin-top: -1px;
}

.award_winning .awh2 {
    font-size: 55px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
}

.award_winning .awp {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    margin: 0 15%;
}

.award_winning .awimg {
    width: 100%;
}


.blur-box {
    height: 20vh;
    width: 120%;
    background-color: #000;
    filter: blur(35px);
    margin-top: -12vh;
    display: inline-block;
    position: absolute;
    bottom: -10vh;
    left: -10%;
}


/* innovation_to_intregation */

.innovation_to_intregation {
    min-height: 100vh;
    padding: 50px;
    padding-top: 25vh;
}

.innovation_to_intregation .a35hw {
    width: auto;
    height: 32px;
}

.ha35 {
    font-size: 49px;
    line-height: 35px;
    font-weight: 400;
}

.hp35 {
    font-size: 18px;
}

.iti_left {
    display: flex;
    flex-direction: column;
}

.iti_left_top {
    display: flex;
    flex-direction: row;
}

.innovation_to_intregation .btn-dark {
    border-radius: 50px;
    font-weight: 500;
    margin-top: 25px;
    padding: 10px;
}


.iti_col {
    margin-top: 80px;
}

.iti_col_img_container {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative; /* Needed for absolute positioning of :after */
    z-index: -1;
}

.iti_col_img_container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00000073, rgba(255, 255, 255, 0));
    pointer-events: none; /* So it doesn't block clicks */
}

.iti_col_text_container{
    transform: translate(0px, -96px);
    padding: 15px;
}


.iti_col img {
    width: 100%;
    transition: transform 0.3s;
    object-fit: cover;
    height: 100%;
}

.iti_col img:hover{
    transform: scale(1.05);
}

.iti_col_wrapper:hover img{
    transform: scale(1.05);
}

.iti_col h4 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 700;
    color: #fff;
}

.iti_col p {
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
}

.iti_left_bottom .ha35 {
    line-height: 45px;
    font-weight: 400;
}





.press_release {
    margin: 5vh 0 5vh 0;
}

.press_release h2 {
    font-size: 35px;
    margin-bottom: 25px;
}

.press_release .pr_box {
    border-top: 2px solid #000;
    padding: 15px 0;
}

.pr_date {
    color: #b7b7b7;
    font-size: 14px;
}

.pr_title {
    font-size: 18px;
    margin: 10px 0;
}

.pr_read_more {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* stories */

.stories {
    background-image: linear-gradient(
            0deg, 
            hsl(0deg 0% 0%) 0%, 
            #00378a 20%, 
            hsl(209deg 100% 39%) 40%, 
            hsl(217deg 75% 66%) 60%, 
            hsl(223deg 74.41% 88.27%) 80%, 
            hsl(0deg 0% 100%) 100%
            );

    min-height: 100vh;
    padding: 50px;
}

.stories_h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.stories_col_box img {
    width: 100%;
    border-radius: 15px;
}

.stories_col_box h4 {
    font-size: 22px;
    color: #fff;
    margin-right: 25%;
}

.stories_col_box p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    margin-right: 15%;
}


.scb_date {
    color: #fff;
    font-size: 13px;
    margin: 25px 0;
}

.carousel .slick-slide {
    padding: 0 20px;
    box-sizing: border-box;
}

.carousel .slick-list {
    margin: 0 -10px;
}


.carousel .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #fff;
    /* Or use transparent for minimal look */
    color: #000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding-top: 7px;
}

.carousel .custom-arrow:hover {
    opacity: 1;
    background: #333;
    color: #fff;
}

.carousel .slick-prev {
    left: -44px;
    /* Adjust as needed */
}

.carousel .slick-next {
    right: -44px;
}


.stories .section_story_middle_box_image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
}

.stories .section_story_middle_box_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.stories .section_story_middle_box_image:hover img{
    transform: scale(1.05);
}


.stories .more_stories {
    border-radius: 50px;
    padding: 10px 35px 10px 35px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 50px;
}



/* keep_the_world */

.keep_the_world {
    min-height: 100vh;
    width: 100%;
    /* background: url('/assets/frontend/img/inverter_bg.webp');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #000;
    padding: 50px;
    overflow: hidden;
    position: relative;
    margin-top: -1px;
}

.keep-the-world-img {
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 1;
    height: 180vh;
}

.ktw_content {
    display: flex;
    flex-direction: column;
    padding: 40vh 0;
    padding-left: 0%;
    margin-left: 0%;
    z-index: 2;
}

.ktw_content h2 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
}

.ktw_content p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}


.partner {
    color: #fff;
    z-index: 10;
}

.partner h4 {
    font-size: 35px;
}

.partner .col-md-6 {
    padding: 0;
}

.button_section{
    z-index: 10;
    display: flex;
    justify-content: space-around;
}

.button_section .btn-light {
    border-radius: 13px;
    padding: 16px 20px 15px 20px;
    font-size: 15px;
    width: 300px;
    text-align: left;
    font-weight: 500;
    margin-right: 20px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.button_section .btn-dark {
    border-radius: 13px;
    padding: 16px 20px 15px 20px;
    font-size: 15px;
    width: 300px;
    text-align: left;
    font-weight: 500;
    margin-right: 20px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #000;
    color: #fff;
}







/* Footer */

footer {
    background-color: #000;
    padding: 50px 50px 20px 50px;
    z-index: 1;
    position: relative;
    margin-top: -1px;
}


.footer_logo {
    height: 40px;
    margin-left: 8px;
}

.footer_custom_ul {
    list-style: none;
    padding: 0;
}

.footer_custom_ul li a {
    color: #fff;
    padding: 10px;
    display: block;
    font-family: 'Mokoto Regular';
    transition: color 0.3s ease;
}

.footer_custom_ul li a span{
    font-size: 12px;
    font-family: 'Mokoto Regular';
}
.footer_custom_ul li a:hover, .footer_custom_second_ul li a:hover, .second_nav_item:hover{
    color: #9f9f9f;
}


.custom_label {
    font-family: "League Spartan", sans-serif;
    color: #ffffff8f;
    font-size: 12px;
    font-weight: 500;
}

.footer_custom_second_ul {
    list-style: none;
    padding-left: 0 !important;
}

.footer_custom_second_ul li a {
    color: #fff;
    padding: 10px 0px;
    display: block;
    font-weight: 500;
}



.footer_bottom {
    margin: 25px 0;
}

.social_icon a i {
    color: #fff;
    font-size: 20px;
    margin-right: 6px;
}

.social_icon img{
    height: 25px;
    margin-right: 9px;
}

.second_nav {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}


.second_nav p {
    margin: 0;
}

.copyright{
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
    border-right: 1px solid #fff;
    padding-right: 5%;
}

.second_nav_item {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0px 5% 0px 5%;
    font-size: 13px;
    transition: color 0.3s ease;
}

.second_nav_item:first-child {
    padding-left: 0;
}

.second_nav_item:last-child {
    border-right: 0;
}


/* Contact Modal */

.contact_modal .contact_modal_image_container {
    background-image: url('https://maymaan.b-cdn.net/assets/frontend/img/new/maymaan-aquastroke03.webp');
    background-size: cover;
    background-position: center;
    height: 90vh;
    width: 100%;
    border-radius: 30px;
    margin: 5vh 5%;
}
.contact_modal .modal-body h2 {
    margin-bottom: 20px;
}

.contact_modal .modal-body{
    padding: 0;
}

.contact_modal .content_right {
    padding: 15px 5%;
    border-radius: 30px;
    height: 96vh;
    overflow-y: auto;
    margin: 5vh 3%;
}

.content_right h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 50px;
}

.content_right p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.content_right .form-select {
    padding: 15px 20px;
    color: #535353;
}

.next-step {
    border: 1px solid #000 !important;
    padding: 10px 30px;
    border-radius: 50px;
}

.prev-step {
    border: 1px solid #000 !important;
    padding: 10px 30px;
    border-radius: 50px;
}

#distributorSubmitBtn {
    padding: 10px 30px;
    border-radius: 50px;
}


.contact_modal .custom-btn-close{
    --bs-btn-close-bg: #000;
    --bs-btn-close-color: #fff;
    background: #000;
    opacity: 1;
    border-radius: 50px;
    padding: 10px;
    font-size: 24px;
    transform: translate(-50px, 0px);
}

.contact_modal .btn-close i{
    position: relative;
    top: -2px;
}


#contactForm {
    width: 100%;
}

#contactForm .form-control {
    background: transparent;
    border: 1px solid #8f8f8f;
    border-radius: 10px;
    height: auto;
}

#contactForm .form-floating>label {
    font-size: 12px;
    font-weight: 700;
}

#contactForm .form-floating>textarea:focus~label::after, .form-floating>textarea:not(:placeholder-shown)~label::after {
    background-color: transparent;
}

#contactForm .btn-dark {
    border-radius: 10px;
    padding: 9px 25px;
}

#distributor_form .contact_modal_image_container {
    background-image: url('https://maymaan.b-cdn.net/assets/frontend/img/distributor_modal_bg.webp');
    background-position: center;
}



@media(max-width: 767px) {
    #contactForm {
        width: 100%;
    }
}



/* 
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 6px;
    border: 3px solid transparent;
}
 */






