/*
Theme Name: Airporthhelpservicebd
Theme URI: https://www.airporthelpservicebd.com/
Author: Saiful Islam
Author URI: https://www.facebook.com/saiful.islam.9871
Description: AirportHelpServiceBD is a trusted service provider dedicated to offering a seamless and stress-free airport experience for travelers. We specialize in providing personalized assistance at airports in Bangladesh, ensuring that our clients enjoy smooth and hassle-free travel from start to finish. Our services include airport pickup and drop-off, baggage handling, fast-track immigration, VIP lounge access, and assistance with flight-related concerns. 
Version: 1.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Airporthhelpservicebd
*/

body {
    font-family: inter, sans-serif;
    font-size:16px;
    overflow-x:hidden;
    max-width:100%;
}

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

a{
    text-decoration:none;
}

.container {
    width: 90%;
    margin: auto;
}

.page-content {
    padding: 80px 0;
}

/* Basic Header Styling */

.header-top {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header-top-inner {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.logo {
    text-align: left;
    vertical-align: middle;
}

.logo img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .logo img {
        width: auto;  
        height: auto;
    }
}

.logo img {
    width: 150px;
}

.logo img {
    max-width: 100%;
    height: 35px;
}

@media screen and (max-width: 767px) {
    .logo img {
        width: 120px;
        height: 30px;
    }
    .navbar-menu li {
    margin-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-menu li {
    margin-left: 30px;
    }
}

.navbar-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-menu a {
    text-decoration: none;
    color: #10171E;
    font-size: 15px;
    font-weight: 600;
}

.header-space {
    padding-top:60px;
}

/* Responsive css */

.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.align-items-center{
    align-items:center;
}

@media (max-width: 767px) {
  .mg-2{
    gap: 20px!important;
}

}

.gy-5{
    gap:50px;
}

.g-7{
    gap:70px;
}

.g-6{
    gap:60px;
}

.g-5 {
    gap: 50px;
}

.g-4 {
    gap: 40px;
}

.g-3 {
    grid-column-gap: 21px;  /* Horizontal gap */
    grid-row-gap: 5px;      /* Vertical gap */
}

.g-2 {
    gap: 20px;
}

.g-1 {
    gap: 10px;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

@media (min-width: 768px) {
    .col-md-1 {
        grid-column: span 1;
    }

    .col-md-2 {
        grid-column: span 2;
    }

    .col-md-3 {
        grid-column: span 3;
    }

    .col-md-4 {
        grid-column: span 4;
    }

    .col-md-5 {
        grid-column: span 5;
    }

    .col-md-6 {
        grid-column: span 6;
    }

    .col-md-7 {
        grid-column: span 7;
    }

    .col-md-8 {
        grid-column: span 8;
    }

    .col-md-9 {
        grid-column: span 9;
    }

    .col-md-10 {
        grid-column: span 10;
    }

    .col-md-11 {
        grid-column: span 11;
    }

    .col-md-12 {
        grid-column: span 12;
    }
}

@media (max-width: 767px) {
    .row {
        grid-template-columns: 1fr;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        grid-column: span 1 !important;
    }
}


.footer-bottom-inner {
    display: flex;
    align-items: center;
}

.footer-bottom {
    background: #1A1C21;
    padding: 20px 0;
    color: #dbdbdb;
}

.social-media li {
    list-style: none;
}

.social-media i {
    color: #d5d2c3;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.social-media a {
    color: #dbdbdb;
    font-size: 14px;
}

@media (max-width: 767px) {
    .s-wrap {
    width: 100%!important;
    text-align: center!important;
    }

    .c-wrap {
    width: 100%!important;
    text-align:center!important;
    }
    .footer-bottom-inner {
    display: block;
    align-items: center;
}
}

.s-wrap {
    width: 50%;
    text-align: right;
}

.c-wrap {
    width: 50%;
}

.footer-top {
    background: #24262E;
    padding: 70px 0;
}

.footer-logo-img {
    width: 250px;
    height: 60px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.contact-info li {
    list-style: none;
    color: #dbdbdb;
    line-height: 2.1;
}

.contact-info a {
    color: #ddd;
}

.footer-title {
    color: #ddd;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.footer-menu li {
    list-style: none;
    line-height: 2.1;
}

.footer-menu a {
    color: #dbdbdb;
}

.footer-logo {
    background: #fff;
    padding: 5px;
    width: 225px;
    border-radius: 2px;
    margin-top: 16px;
    text-align: center;
}

.footer-logo img {
    width: 190px;
    height: 80px;
}

.success {
    color: #9dad00;
    margin-bottom: 20px;
    background: #cddc391c;
    padding: 13px 18px;
    border-radius: 5px;
}

.error {
    color: #E91E63;
    margin-bottom: 20px;
    background: #f4433617;
    padding: 13px 18px;
    border-radius: 5px;
}

.page-content h1,h2,h3,h4,h5,h6 {
    margin-bottom: 20px;
    line-height: 25px;
}

.page-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.wp-block-list li {
    margin-left: 35px;
    line-height: 25px;
}

ul.wp-block-list {
    margin-bottom: 20px;
}