@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Bold.ttf');
  }
/* call support css*/
.abchat-option img {
    height: 30px;
}

.absupport-main-container {
    z-index: 9;
}

.abmain-help-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px; /* Adjusted width */
    height: 60px; /* Adjusted height */
    background-color: rgb(253, 244, 118);
    border-radius: 50%;
    box-shadow: 1px 1px 16px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid rgb(194, 72, 16);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: bounce 2s infinite;
    z-index:10000;
}

.abmain-help-box img {
    max-width: 60px; /* Adjusted max-width */
    max-height: 60px; /* Adjusted max-height */
}


@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


.abchat-options {
    position: fixed;
    bottom: 110px;
    right: 19px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    border:2px solid black;
    box-shadow: 0px 6px 20px #000000a3;
    z-index: 10000 !important;
    transition: 3s;
}

.abchat-option {
    display: grid;
    min-width: 230px;
    grid-template-columns: 25% 75%;
    cursor: pointer;
    align-items: center;
    padding: 10px 7px;
    z-index: 99;
}
.abchat-option:hover {
    background: #eee;
}

.abchat-content  h6 {
    margin: 0;
    font-weight: 900;
    font-family: 'Almarai';
    font-size: 15px;
}
.abcall-black-form {
    position: fixed;
    left: 0;
    top: 0;
    background: #0000004f;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    padding: 15px;
}
.abcall-black-form .abform  .abform-label span {
	color: red;
}
.abcall-black-form .abform {
    max-width: 600px;
    min-width: 500px;
    background: white;
    top: 50%;
    right: 50%;
    position: fixed;
    transform: translate(-50%,-50%);
    padding: 20px;
    border-radius: 4px;
    padding-top:30px;
}
.abcall-black-form .abform p.close-call-black {
    position: absolute;
    right: 10px;
    font-size: 17px;
    cursor: pointer;
    top: 10px;
    background: black;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
}
.abcall-black-form .abform button {
    background: green;
    color: white;
    padding: 5px 15px;
    border: 0;
    font-size: 14px;
    border-radius: 22px;
    text-transform: uppercase;
}
.abchat-option-arrow {
    height: 30px;
    width: 30px;
    position: absolute;
    background: white;
    bottom: -6px;
    z-index: -1;
    right: 10px;
    transform: rotate(45deg);
}

.thq-main p {
    text-align: center;
    font-size: 24px;
}


.chat-img > img {
    height:40;
    background-color: rgba(1, 154, 214, 0.315);
    border-radius: 50%;
    border:1px solid black;
}

.abacor {
    text-decoration: none;
    color:black;
}


.abchat-option:hover {
        /* Hover styles */
        background-color: rgb(13, 43, 107);
        color:white;
        border-radius: 20px 10px ;
    }
    .abchat-option:hover a {
        color: white; /* Set the text color on hover */
    }
/* call support css*/

.firstop {
    text-decoration: none;
    color:black;
}



  .abpopup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.abform-content {
    background-color: #fff;
    max-width: 400px;
    margin: 200px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

.ppclose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size:2rem;
    font-weight: bolder;
    
}


.abh2 {
    text-align: center;
}

.abform {
    display: flex;
    flex-direction: column;
}

.abinput, .abtextarea {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.abbutton {
    background-color: #0074a9;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.abbutton:hover {
    background-color: #00578b;
}

#abpopupForm {
    color:black;
}

.reqfrm {
    color:black;
    font-family:'Almarai', sans-serif;

}

.recalbtn {
    color:white;
    background-color: black;
}

.recalbtn:hover {
    color:white;
    background-color: rgb(58, 48, 48);
}
