﻿/*COMMON*/
h1 {
    font-size: 36px;
    color: #131313;
    font-weight: bold;
    text-align: center;
}

@media(min-width:992px) {
    h1 {
        font-size: 42px;
        color: #212221;
    }
}

.search-executive-company h2,
.popular-executives h2, 
.popular-companies h2,
.averages h2,
.about-data h2 {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
}

@media(min-width:992px) {
    h2 {
        margin-bottom: 20px;
    }
}

p{
    font-size: 18px;
    line-height: 26px;
}

@media(max-width:575.98px){
    .adapex-content.m.leaderboard {
        margin-right: unset;
    }
}
/*SEARCH EXECUTIVE COMPANY*/
.search-executive-company {
    background-color: #f0fbff;
    justify-items: center;
    padding: 30px 16px;
    margin-bottom: 20px;
}

@media(min-width:576px){
    .search-executive-company {
        margin-bottom: 30px;
    }
}

@media(min-width:992px) {
    .search-executive-company {
        padding-bottom: 50px;
    }
}

.search-executive-company p {
    max-width: 949px;
    color: #000;
}

.search-container {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

    .search-container .form-group {
        width: 100%;
    }

@media(min-width:576px){
    .search-container, .search-container .form-group {
        width: unset;
    }
}

.search-container form{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.search-container input {
    height: 42px !important;
    border: 1px solid #057dbb !important;
}

@media(min-width: 576px) {
    .search-container form{
        flex-direction: unset;
        align-items: unset;
    }
        .search-container input {
            width: 473px !important;
        }
}

@media(min-width: 992px) {
    .search-container form{
        padding-left: 123px;
    }
}

.search-container button {
    width: 100%;
    height: 42px;
    background: #057dbb;
    border-radius: 21px;
    padding: 0 24px;
}

@media(min-width: 576px) {
    .search-container button {
        width: fit-content;
    }
}

.line {
    width: 201px;
    height: 6px;
    background: #29abe2;
}

.alphabets-div a {
    width: 27px;
    color: #007dbc;
    font-size: 16px;
}

@media(min-width: 576px) {
    .alphabets-div a {
        width: 40px;
        font-size: 18px;
    }
}

/*POPULAR EXECUTIVES, POPULAR COMPANIES, AVERAGES*/
.popular-executives a,
.popular-companies a,
.averages a {
    font-size: 22px;
    align-content: center;
    text-align: center;
    font-weight: 600;
    color: #007dbc;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    word-break: break-word;
    display: grid;
    height: 73px;
}

@media(min-width:576px){
    .popular-executives a,
    .popular-companies a,
    .averages a {
        width: 331px;
    }
}

.popular-executives .list-executives,
.popular-companies .list-companies,
.averages .list-averages {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 13px;
}

/* Swiper */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
    box-sizing: content-box;
}

.swiper-page {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 10px;
    flex: 0 0 100%;
}

.swiper-slide {
    position: relative;
    transition-property: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
}

.swiper-card {
    display: block;
    width: 95%;
}

button[disabled]{
    opacity: 0.5;
}

.custom-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.custom-button-prev,
.custom-button-next {
    height: 36px;
    background-color: white;
    color: #003e8b;
    border: 1px solid #003e8b;
    border-radius: 100px;
    cursor: pointer;
    width: 82.15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Small arrow */
.custom-small-arrow-prev,
.custom-small-arrow-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 14px;
    position: relative;
}

    .custom-small-arrow-prev::before,
    .custom-small-arrow-prev::after,
    .custom-small-arrow-next::before,
    .custom-small-arrow-next::after {
        content: "";
        width: 8px;
        height: 2px;
        background-color: #003e8b;
        border-radius: 10px;
        position: absolute;
    }

    .custom-small-arrow-next::before {
        transform: rotate(45deg);
        top: 4px;
        left: 0;
    }

    .custom-small-arrow-next::after {
        transform: rotate(-45deg);
        bottom: 4px;
        left: 0;
    }

    .custom-small-arrow-prev::before {
        transform: rotate(-45deg);
        top: 4px;
        right: 0;
    }

    .custom-small-arrow-prev::after {
        transform: rotate(45deg);
        bottom: 4px;
        right: 0;
    }

/*ABOUT DATA*/
.about-data p {
    max-width: unset;
    margin-bottom: 0;
    color: #000;
}

.about-data ul {
    padding-left: 20px;
    color: #000;
}

.about-data li {
    font-size: 18px;
    line-height: 26px;
}

@media (max-width:576px) {
    .about-data p,
    .about-data .first-p,
    .about-data li {
        margin-bottom: 9.5px;
    }
}