@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Figtree:ital,wght@0,300..900;1,300..900&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap");

body {
    font-family: "Figtree" !important;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    background-color: #f9f9f9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* header section  */
.header-section {
    height: max-content;
    /* height: 70%; */
    /* border: 5px solid blue; */
    position: relative;
    background-color: gray;
}
.header-section img {
    /* position: relative; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.header-title-search-box-wrapper {
    /* border: 3px solid red; */
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1360px;
    margin: 0 auto !important;
}
.header-section .header-title {
    font-size: 2em;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
}

.header-section .search-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 20px 30px 30px;
    /* border: 3px solid red !important; */
}

.header-section .search-form .form-field {
    background-color: #d9d9d9;
    height: 45px;
    vertical-align: middle;
    border: #d9d9d9;
    padding: 0px;
    margin-bottom: 0px;
}

.header-section .search-form .form-field:focus {
    outline: none;
}

.header-section .search-form .search-input {
    padding-left: 40px;
    width: 43%;
}

.header-section .search-form .search-icon {
    position: absolute;
    color: #979797;
    z-index: 1;
    padding-top: 17px;
    padding-left: 13px;
}

.header-section .search-form .select-category {
    padding-left: 10px;
    position: relative;
    left: -2px;
    width: 40%;
    color: rgba(0, 0, 0, 0.5);
}
.header-section .search-form .search-btn {
    background-color: #1e40af;
    color: #ffffff;
    padding: 11px 40px;
    border: 1px solid #1e40af;
    text-transform: uppercase;
    position: relative;
    left: -4px;
    cursor: pointer;
    border-radius: 8px;
}

.gps {
    width: 43%;
    background-color: #d9d9d9;
    height: 0px;
    padding: 0px;
    display: flex;
    box-shadow: rgb(201, 150, 150) 0px -0.5px 0px inset;
    border-radius: 8px;
    color: #1e40af;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s, visibility 0.8s;
    margin-top: 5px;
}

.gps img {
    width: 5%;
    height: 18px;
    margin-right: 13px;
    margin-top: 3px;
}

@media only screen and (max-width: 1250px) {
    .header-section .search-form .search-input {
        width: 38% !important;
    }
    .header-section .search-form .select-category {
        width: 38% !important;
    }
    .gps {
        width: 38%;
    }
}
@media only screen and (max-width: 900px) {
    .header-section .search-form .search-input {
        width: 36% !important;
    }
    .header-section .search-form .select-category {
        width: 36% !important;
    }
    .gps {
        width: 36%;
    }
    .header-title-search-box-wrapper {
        top: 50%;
        left: 50%;
    }
    .header-section .header-title {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 800px) {
    .header-title-search-box-wrapper {
        width: 90%;
    }
}
@media only screen and (max-width: 700px) {
    .header-section .search-form .search-input {
        width: 34% !important;
    }
    .header-section .search-form .select-category {
        width: 34% !important;
    }
    .gps {
        width: 34%;
    }
}
@media only screen and (max-width: 600px) {
    .header-section .search-form .search-input {
        width: 34% !important;
    }
    .header-section .search-form .select-category {
        width: 34% !important;
    }
    .header-section .search-form .search-btn {
        padding: 11px 30px;
    }
    .gps {
        width: 34%;
    }
}

@media only screen and (max-width: 768px) {
    .header-section .search-form {
        padding-right: 30px !important;
    }
    .header-section .search-form .search-input {
        width: 100% !important;
    }
    .header-section .search-form .select-category {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .header-section .search-form .search-btn {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .gps {
        width: 100% !important;
        margin-top: 10px;
    }

    .header-section .search-form .search-input {
        width: 49% !important;
    }
    .header-section .search-form .select-category {
        width: 49% !important;
    }
    .header-section {
        height: max-content;
        height: 100%;
    }
    .header-section .hero-img {
        height: 80vh;
    }
}
@media only screen and (max-width: 480px) {
    .header-title-search-box-wrapper {
        width: 100%;
    }
    .header-section .header-title {
        font-size: 1.3em;
    }
    .header-section .search-form .search-input {
        width: 100% !important;
    }
    .header-section .search-form .select-category {
        width: 100% !important;
    }
    .header-section .search-form .search-btn {
        padding: 11px 30px;
    }
    .gps {
        width: 100%;
    }
}

/* category section  */
.category-section {
    text-align: center;
    /* position: relative; */
    bottom: 70px;
    /* border: 5px solid red; */
    padding-top: 30px;
    max-width: 1360px;
    margin: 0 auto !important;
}
.category-section .category-title {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: bold;
}
.category-section .category-row {
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 60px;
    padding: 40px 90px;
    /* border: 5px solid blue; */
}

.category-section .category-row .category-link {
    text-decoration: none;
    color: #000000;
    width: 13%;
}
.category-section .category-row .category-col .category-img {
    box-shadow: 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 0px;
    border: 1px solid rgba(3, 89, 195, 0.8);
    width: 67%;
}

.category-section .category-col .category-img img {
    width: 55%;
    margin: 0 auto;
}

.category-section .category-col .category-subheading {
    font-size: 14px;
    padding-top: 20px;
    width: 70%;
    /* border: 3px solid red; */
}

@media only screen and (max-width: 1150px) {
    .category-section .category-row .category-link {
        width: 17%;
    }
}
@media only screen and (max-width: 890px) {
    .category-section .category-row .category-link {
        width: 20%;
    }
}

@media only screen and (max-width: 688px) {
    .category-section .category-row {
        padding: 40px;
    }
    .category-section .category-row .category-link {
        width: 25%;
    }
}
@media only screen and (max-width: 480px) {
    .category-section .category-row .category-link {
        width: 40%;
    }
    .category-section .category-row {
        column-gap: 30px;
    }
}

/* banner section  */
.banner-section {
    height: 450px;
    margin: auto;
    position: relative;
    overflow: hidden;
    /* border: 5px solid red; */
    /* border: 10px solid red; */
    max-width: 1360px;
    margin: 0 auto !important;
}
.banner-section .banner-image {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.banner-section .banner-image img {
    width: 1350px;
    max-width: 100vw;
    height: 70%;
    object-fit: cover;
}
.banner-section .prev-next-btns {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.banner-section .prev-next-btns i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    position: relative;
    bottom: 0px;
}
.banner-section .prev-next-btns #prev-btn {
    right: 20px;
}
.banner-section .prev-next-btns #next-btn {
    left: 1px;
}
.banner-section .dots {
    position: absolute;
    top: 380px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.banner-section .dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.fa-angles-left:before,
.fa-angles-right:before {
    position: relative;
    top: 17px;
    left: 16px;
    cursor: pointer;
}
.banner-section .dots li.active {
    width: 30px;
}

@media only screen and (max-width: 768px) {
    .banner-section {
        height: 400px;
    }
    .banner-section .dots {
        top: 290px;
    }
}

@media only screen and (max-width: 622px) {
    .banner-section .dots {
        top: 250px;
    }
}

@media only screen and (max-width: 452px) {
    .banner-section .dots {
        top: 189px;
    }
    .banner-section .prev-next-btns i {
        bottom: 78px;
    }
    .banner-section .prev-next-btns #prev-btn {
        right: 15px;
    }
}

/* feature section  */
.features-section {
    background-color: rgba(30, 64, 175, 0.1);
    padding: 40px 90px;
    text-align: center;
    /* border: 5px solid red; */
    max-width: 1360px;
    margin: 0 auto !important;
}
.features-section .feature-title-pera h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}
.features-section .feature-title-pera p {
    width: 40%;
    margin: 0 auto;
    display: table;
    padding-bottom: 50px;
}
.feature-row {
    display: flex;
}
.feature-row .feature-col {
    position: relative;
    background-color: #ffffff;
    border-radius: 5%;
    margin-right: 20px;
    max-width: 33.33%;
    padding-bottom: 20px;
}
.feature-row .feature-col img {
    width: 20%;
    position: relative;
    bottom: 28px;
    margin: 0 auto;
}

.feature-row .feature-col h3 {
    position: relative;
    bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 14px 0;
}

.feature-row .feature-col p {
    width: 60%;
    margin: 0 auto;
    display: table;
    position: relative;
    bottom: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 881px) {
    .feature-row {
        display: block;
    }
    .feature-row .feature-col {
        max-width: 100%;
        margin-bottom: 60px;
        padding-bottom: 26px;
    }
    .features-section .feature-title-pera p {
        width: 100%;
        padding-bottom: 70px;
    }
    .feature-row .feature-col img {
        position: relative;
        bottom: 45px;
    }
}
@media only screen and (max-width: 480px) {
    .feature-row {
        display: block;
    }
    .feature-row .feature-col {
        max-width: 100%;
        margin-bottom: 60px;
        padding-bottom: 26px;
    }
    .features-section .feature-title-pera p {
        width: 100%;
        padding-bottom: 70px;
    }
    .feature-row .feature-col img {
        position: relative;
        bottom: 45px;
    }
    .features-section {
        padding: 40px;
    }
}

/* partner section  */
.partner-section {
    padding: 40px 90px;
    text-align: center;
    /* border: 5px solid red; */
    max-width: 1360px;
    margin: 0 auto !important;
}
.partner-section .partner-title-pera h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.partner-section .partner-title-pera p {
    width: 40%;
    margin: 0 auto;
    display: table;
    padding-bottom: 50px;
}

.partner-section .partner-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 40px;
    /* border: 5px solid red; */
}

.partner-section .partner-col img {
    width: 100%;
    /* border: 5px solid red; */
}

@media only screen and (max-width: 881px) {
    .partner-section .partner-title-pera p {
        width: 100%;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 480px) {
    .partner-section {
        padding: 40px;
    }
}

/* business directory faq section  */
.business-directory-faq-section {
    padding: 40px 90px;
    /* border: 5px solid blue; */
}
.business-directory-faq-section .business-directory-faq-title-pera h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.business-directory-faq-section .business-directory-faq-title-pera p {
    width: 45%;
    margin: 0 auto;
    display: table;
    padding-bottom: 10px;
    text-align: center;
}
.ab_accordion {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 40px;
}

.ab_accordion_content {
    display: none;
}

.ab_accordion_header {
    cursor: pointer;
    background-color: rgba(30, 64, 175, 0.7);
    padding: 12px;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    border-radius: 3px;
    color: #ffffff;
}

.ab_accordion_header.active {
    background-color: #9379f9;
    color: #fff;
}

.ab_accordion_content {
    padding: 12px;
    animation: fade-in-up 0.3s ease-in-out;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.ab_accordion_header i {
    float: right;
    font-size: 14px;
    margin-top: 2px;
}

.ab_accordion_header.active i {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .business-directory-faq-section .business-directory-faq-title-pera p {
        width: 70%;
    }
}
@media only screen and (max-width: 768px) {
    .business-directory-faq-section .business-directory-faq-title-pera p {
        width: 80%;
    }
}
@media only screen and (max-width: 600px) {
    .business-directory-faq-section .business-directory-faq-title-pera p {
        width: 100%;
        /* border: 3px solid red; */
    }
    .business-directory-faq-section {
        padding: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .business-directory-faq-section {
        padding: 40px 20px;
    }
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}