/* Home Page */
#hero-homepage {
    padding: 150px 12px 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F8F9FC 39%, #FCFDFE 66.5%, #FFF 100%);
    position: relative;
}

.bg-hero {
    background-image: url(../images/icons/circle-hero.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 40%;
    right: 0;
    z-index: 0;
    background-position: 100% 100%;
}

.hero-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    z-index: 2 ;
}

.hero-search h1 {
    margin-bottom: 2.3rem;
    color: #131313;
    font-weight: 900;
    font-size: 2.1rem;
}
::placeholder {
    color: black;
    opacity: 1;
}

::-ms-input-placeholder {
    color: black;
}
.hero-search input[type="text"] {
    display: flex;
    background-image: url(../images/icons/search-normal.svg);
    padding: 17px 50px 17px 17px;
    font-family: inherit;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    max-width: 600px;
    margin: 0 auto 0.7rem;
}


.search-wrapper {
    width: 100%;
}

    .search-wrapper .loading {
        text-align: center;
        padding: 10px;
        display: none;
        font-size:12px;
        font-weight:600;
    }

.search-wrapper-input {
    position: relative;
    width: 100%;
    height:100%;
}

#autocompleteResults {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
    z-index: 1000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    margin: 0 auto;
    max-height: 300px;
    overflow: auto;
}

.result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size:14px;
    line-height:30px;
}

    .result-item:last-child {
        border-bottom: none;
    }

[class^=result-item-badge-] {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
}

.result-item-badge-faq {
    background-color: #f1a621;
    color: #fff;
}

.result-item-badge-video {
    background-color: #d51b54;
    color: #fff;
}

.result-item-badge-guide {
    background-color: #384df1;
    color: #fff;
}


#blog {
    padding: 100px 0;
}
.register-link {
    font-size: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.products-brand-wrap {
    margin-top: 3rem !important;
}

.products-brand-wrap img {
    max-width: 100%;
}

#products {
    padding: 10px 12px;
    text-align: center;
    /* margin-top: -4rem; */
}

section#products h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.product-brand-box img:last-child {
    position: absolute;
    z-index: 0;
    left: 0;
}

.product-brand-box:hover img:first-child {
    opacity: 0;
}

.product-brand-box:hover img:last-child {
    opacity: 1;
    display: inline;
}

.product-brand-box {
    position: relative;
}

.product-brand-box img:first-child {
    z-index: 1;
    position: relative;
}

#testomonials {
    background: #F5F8FE;
    padding: 100px 0 0px 0;
}

#testomonials h2 {
    text-align: center;
    margin-bottom: 3rem;
    width: 100%;
    font-size:28px;
    font-weight:600 !important;
}

.commentInfo {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.commentInfo img {
    margin-left: 14px;
}

.commentInfo p {
    font-size: 14px;
    color: #131313;
}

.commentInfo span {
    color: #737373;
    font-size: 14px;
}

.commentInfo img {
    width: 9%;
    object-fit: contain;
    border-radius: 50px;
}

.slider-box-brandInfo>p {
    margin-bottom: 14px;
    font-size: 16px;
}

/*.swiper-wrapper>* {
    width: 100% !important;
}*/

.brandCommentTextSlider {
    width: 100%;
    overflow: hidden;
}

.swiper.swiper-vertical.swiper-autoheight {
    height: 300px;
    flex-grow: 0;
    flex-basis: 40%;
}

.slider-box-brand {
    border-radius: 4px;
    background: #FFF;
    width: 98%;
    padding: 16px 16px 16px 95px;
    display: flex;
    align-items: center;
    margin: 0.2rem auto;
}

.brandCommentSlider .swiper-slide.swiper-slide-active .slider-box-brand {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);

}

.slider-group>* {
    flex: 1 1 auto;
    margin: 15px 50px 50px;
}

.slider-box-brand img {
    margin-left: 26px;
    border-radius: 50px;
    max-width:60px;
}

.brandCommentSlider .swiper-slide {
    transition: 0.3s all;
    margin: 0 auto;
    height: 79px !important;
}

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
    width: 80%;

}

.pagination-and-controls {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
}

.pagination-and-controls>* {
    transform: rotate(90deg);
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    color: #A4C2FF;
    stroke-width: 0.643px;
    background: #FFF;
    filter: drop-shadow(1.286px 1.286px 9.643px rgba(164, 194, 255, 0.15));
    width: 46px;
    height: 46px;
    border-radius: 50px;
    padding: 10px;
}

.pagination-and-controls > *:after {
    font-size: 18px !important;
}

.slider-box-brand span {
    color: #737373;
    font-size: 12px;
}

.slider-box-brand p {
    color: var(--black-black-txt, #131313);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


button.play {
    background: transparent;
    border: transparent;
}

.audio-controler {
    background: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    display: flex;
    flex-direction: row-reverse;
}

.audio-controler button {
    width: 10%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.audio-controler div {
    width: 90%;
}

.audio-controler button img.pause-icon {
    display: none;
}

.play.playing img.play-icon {
    display: none;
}

.play.playing img.pause-icon {
    display: block;
}

.play img {
    width: 100%;
}

/***************************************************/
/* User Comment Section */
/***************************************************/

.user-comment-section {
    margin-top: 80px !important;
}

.user-comment-section .header h3 {
    font-size:28px;
    font-weight:800;
    margin:0;
}

    .user-comment-section .header p {
        font-size: 16px;
        margin:20px 0 30px 0;
    }


    .user-comment-section .card {
        padding: 24px;
        border-radius: 4px;
        background: #f6f7f7;
        border: 0;
    }

        .user-comment-section .card p {
            margin: 12px 0 16px 0;
            font-size: 14px;
            font-weight: 600;
            color: #000;
        }

    .user-comment-section .form-box {
        position: relative;
        overflow: hidden;
    }

.mouse-light {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient( circle, rgba(229, 235, 241, 0.8) 0%, rgba(229, 235, 241, 0) 80% );
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.user-comment-section .form-box .content {
    position: relative;
    z-index: 2;
}

.user-comment-section .form-box.active {
    z-index: 10;
}

.user-comment-section .form-box .content p{
    font-weight:normal;
}

.user-comment-section .form-box .content h5 {
    font-weight:800;
}

.user-comment-section .form-box .content a.amoot-btn {
    padding: 8px 16px;
    border-radius: 4px;
    font-size:14px;
}


/***************************************************/
/* End User Comment Section */
/***************************************************/
.slider-group {
    margin-bottom: 2rem;
}

#testomonials h3 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
}

/* SLA SECTION  */

#sla-rules {
    padding: 60px 12px;
}

.sla-title {
    margin-bottom: 1rem;
    font-weight: 800;
    font-size:24px;
}

.table-of-sla-wrapper {
    margin-top: 3rem !important;
}

.table-of-sla-wrapper .rules {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.table-of-sla-wrapper .rules p {
    font-size: 14px;
}

.table-of-sla-wrapper table {
    background: #FCFCFC;
    border-radius: 6px;
    text-align: center;
    padding: 17px;
    width: 95%;
    margin: 0 auto;
    box-shadow: 0px 1px 2px 0px rgba(33, 102, 174, 0.14), 0px 0px 2px 0px rgba(33, 102, 174, 0.12);
    font-size: 12px;
}


.table-of-sla-wrapper table td,
.table-of-sla-wrapper table th {
    padding: 15px;
}

.table-of-sla-wrapper .rules {
    width: 45%;
}

.table-of-sla-wrapper .table-rules {
    width: 55%;
}

.table-of-sla-wrapper table th {
    font-size: 14px;
    font-weight: 600;
    color: rgba(29, 36, 51, 0.80);
}

#sla-rules .icon-box img {
    width: 20px;
    margin-bottom: 9px;
}

/* QMS Style */

section#qms-values .d-flex {
    border-radius: 4px;
    background: rgba(248, 250, 254, 0.67);
    padding: 22px 60px;
}

.qms-title .number-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2166AE;
    text-align: center;
    font-family: "Yekan Bakh FaNum";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
}

.qms-title {
    color: var(--text-color, #131313);
    text-align: center;
    font-family: "Yekan Bakh FaNum";
    font-size: 24px;
    font-weight: bold;
    font-weight: 800;
}

.number-box span:nth-child(2) {
    color: #2166AE;
    text-align: center;
    font-family: "Yekan Bakh FaNum";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 200% */
}

section#qms-values {
    margin-bottom: 2rem;
}

.qms-title .number-box span:nth-child(1) {
    direction: ltr;
}

/* Support End */
section#end-support-action .icon-box {
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
    width: 48%;
}

section#end-support-action {
    padding: 50px 12px;
}

section#end-support-action .icon-box span:nth-child(1) {
    color: #131313;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    /* 168.75% */
    margin-bottom: 13px;
}

section#end-support-action .icon-box span:nth-child(2) {
    color: #131313;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
    /* 171.429% */
}

section#end-support-action .icon-box a {
    color: #2166AE;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    /* 190% */
    text-align: center;
}

section#end-support-action .icon-box a.amoot-btn {
    color: #fff;
    font-size: 14px;
    padding: 12px 18px;
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
    border-radius:4px;
}



@media screen and (max-width:640px) {

    #testomonials{
        padding:100px 30px;
    }

    #testomonials h2 svg {
        position: absolute;
    }

    .hero-search h1{
        font-size:1.32rem;
    }

    section#products h3 {
        font-size: 18px;
    }

    #testomonials h2 {
        font-size: 1.24rem;
        font-weight: bold;
    }

    .table-of-sla-wrapper .table-rules {
        margin-top: 20px;
    }

    .register-link .badge {
        margin-left: 4px;
    }

    #testomonials .pagination-and-controls {
        display: none;
    }

    #testomonials .pagination-and-controls {
        display: none;
    }

    section#end-support-action .icon-box {
        width: 100%;
        padding: 40px 40px;
        margin-bottom: 1rem;
    }

    .table-of-sla-wrapper>div {
        width: 100% !important;
    }

    .qms-title {
        width: 100%;
        margin-bottom: 2rem;
    }

    .hero-search {
        width: 95%;
    }

    #hero-homepage {
        padding: 80px 12px 70px;
    }

    #blog {
        padding: 70px 0;
    }

    .brandCommentSlider {
        height: 0px !important;
        overflow: hidden;
        width: 0px;
        visibility: hidden;
        margin: 0 !important;
    }

    .slider-group {
        flex-direction: column-reverse;
        position: relative;
        max-width: 100% !important;
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    .pagination-and-controls {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .pagination-and-controls>* {
        transform: unset;
    }

    .swiper-autoheight .swiper-wrapper {
        direction: ltr !important;
        text-align: right;
    }

    .swiper-autoheight .swiper-wrapper * {
        direction: rtl;
    }

    section#qms-values > div.d-flex {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 60px 12px;
    }

    .qms-title {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

        .qms-title .number-box {
            font-size: 20px;
        }

    .number-box span:nth-child(2) {
        font-size: 12px;
    }

    .hero-search input[type="text"] {
        background-position: 95% 50%;
    }

}



@media screen and (min-width: 641px) and (max-width: 980px){
    section#qms-values > div.d-flex {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        padding: 60px 12px;
    }

    .table-of-sla-wrapper .table-rules {
        margin-top: 20px;
    }

    .qms-title {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .qms-title .number-box {
        font-size: 20px;
    }

    .number-box span:nth-child(2) {
        font-size: 12px;
    }

    .hero-search input[type="text"] {
        background-position: 95% 50%;
    }

}

#qmsForm .amoot-btn {
    padding: 8px 16px;
    border-radius: 4px;
    font-size:14px;
}

.register-link {
    position: relative;
}

.site-tooltip {
    position: absolute;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; 
    transform: translateY(-100%);
    min-width:300px;
    width:fit-content;
    height:fit-content;
    top: 40px; 
    left: 60%;
    font-size:14px;
    padding:20px;
    transform: translateX(-60%) translateY(-10px);

}
    .site-tooltip.active {
        display: block; /* Show tooltip when active */
        opacity: 1;
    }

.site-tooltip *{
    line-height:30px !important;
}

#blog .box-posts{
    height:540px;
}