body {
    background-color: #FFF5E0;
    font-family: 'Nunito', sans-serif;
    margin: 0;
}


/******************************* NAVBAR *********************/

#nav-logo {
    width: 210px;
    margin-left: 60px;
}

#nav-link-text {
    margin-right: 20px ;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    font-weight: 10;
    padding: 8px;
    color: white;
    letter-spacing: 2px;
}

#nav-bar-style {
    background-color: transparent;
  transition: background-color 0.3s ease;
}

#nav-link-text:hover {
    color: #FFC03D; 
}



.navbar-nav .active {
    color: #FFC03D !important; 
  }

.scroll-btn {
    margin-right: 20px;
}

@media (max-width: 1028px){
    #navbar-toggler {
        margin-right: 20px;
    }

    #nav-logo {
        width: 170px;
        margin-left: 40px;
    }
    
    #nav-link-text {
        margin-left: 50px;
        font-family: 'Bebas Neue', sans-serif;
        font-size: 26px;
        font-weight: 10;
        padding: 8px;
        color: white;
        letter-spacing: 2px;
    }

    .collapse {
        background-color: #17344b;
    }
}

/******************************* HOME *********************/

.home-div-content {
    background: linear-gradient(to bottom, #7c6f2662, #26577C), url('/ASSETS/clean-vehicle-fleet-website-modified222.jpeg');
    height: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items:start;
    justify-content: center;
    flex-direction: column;
}


.home-h1 {
    margin-left: 80px;
    margin-top: 30px;
    font-size: 70px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bolder;
    color:#FFC03D;
    z-index: 1;
}


.home-h12 {
    margin-left: 80px;
    font-size: 70px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bolder;
    margin-bottom: 40px;
    color: #EBE4D1;
    z-index: 1;
}

.home-p {
    margin-left: 80px;
    font-size: 20px;
    width: 80%;
    color: white;
    text-align:start;
    font-family: 'Nunito', sans-serif;
    z-index: 1;
}

#home-button {
    width: 170px;
    margin-top: 20px;
    margin-left: 80px;
    z-index: 1;
}

#home-button a:hover {
    color: white;
}

.home-button-a {
    color: #ffc107; 
    text-decoration: none;
    padding: 20px 12px;
}

.home-bg-div {
    position: absolute;
    width: 100%;
}

.home-bg-img {
    width: 100%;
    height: 750px;
}


@media (max-width: 1100px){
    .home-h1 {
        margin-left: 30px;
        margin-top: 40px;
        font-size: 40px;
        font-family: 'Open Sans',sans-serif;
        font-weight: bolder;
        color:#FFC03D;
        z-index: 1;
    }
    
    
    .home-h12 {
        margin-left: 30px;
        font-size: 30px;
        font-family: 'Open Sans',sans-serif;
        font-weight: bolder;
        margin-bottom: 40px;
        color: #EBE4D1;
        z-index: 1;
    }

    .home-p {
        width: 85%;
        margin-left: 30px;
        font-size: 20px;
        color: white;
        text-align:start;
        font-family: 'Nunito', sans-serif;
        z-index: 1;
    }
    
    #home-button {
        width: 170px;
        margin-top: 40px;
        margin-left: 30px;
        z-index: 1;
    }
    
    #home-button a:hover {
        color: white;
    }
    
    .home-button-a {
        color: #ffc107; 
        text-decoration: none;
        padding: 20px 12px;
    }
    
    .home-bg-img {
        width: 100%;
        height: auto;
    }
}


/********************************* ABOUT US **************************/

.custom-shape-divider-top-1700390364 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1700390364 svg {
    position: relative;
    display: block;
    width: calc(107% + 1.3px);
    height: 188px;
}

.custom-shape-divider-top-1700390364 .shape-fill {
    fill: #26577C;
}

.custom-shape-divider-bottom-1700390448 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1700390448 svg {
    position: relative;
    display: block;
    width: calc(107% + 1.3px);
    height: 188px;
}

.custom-shape-divider-bottom-1700390448 .shape-fill {
    fill: #26577C;
}

.about-us-div1 {
    margin: 0 100px 120px 100px;
}

.about-us {
    display: flex;
    flex-direction: column;
}


.about-img {
    width: 80px;
}

.about-h1 {
    color:#17344b;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    margin-left: 30px;
    margin-bottom: 50px;
}


.about-p1 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    text-align: center;
    text-align: start;
    color: black;
    margin-left: 30px;
    font-weight:300;
    
}

.about-points {
    display: flex;
    margin: 0 130px;
    justify-content: center;
    align-items: center;
}

.points-p {
    color:#ffae00;
    font-size: 25px;
    font-weight: bolder;
    font-family: 'Nunito', sans-serif;
    margin: 20px 15px 0 15px;
}


@media (max-width: 1100px){
    .custom-shape-divider-top-1700390364 {
        display: none !important;
    }

    .about-us-div1 {
        margin: 60px 0px;
    }

    .about-img {
        width: 80px;
    }
    
    .about-h1 {
        color:#17344b;
        font-family: 'Open Sans',sans-serif;
        font-weight: bold;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    
    
    .about-p1 {
        width: 85%;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        text-align: start;
        color: black;
        margin-left: 30px;
        
    }
    
    .about-points {
        display: flex;
        flex-direction: column;
        margin: 0 20px;
        align-items: flex-start;
    }
    
    .points-p {
        color:#ffae00;
        font-size: 16px;
        font-weight: bolder;
        font-family: 'Nunito', sans-serif;
        margin: 10px 15px 0 15px;
    }
}


/***************************** SERVICES ***********************/

#services {
    display: block;
}

#services2 {
    display: none;
}

.service-div-title {
    background-color: #17344b;
    padding-top: 70px;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 0;
}

.service-h1 {
    color: #FFC03D;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    margin-left: 130px;
}

.carousel-images {
    background: linear-gradient(to top, #17344b 0%, rgba(38, 87, 124, 0.7) 50%, #17344b 100%), url('/ASSETS/Services.png');        width: 100%;
    height: 500px;
    width: 100%;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-images1 {
    background: linear-gradient(to top, #17344b 0%, rgba(38, 87, 124, 0.7) 50%, #17344b 100%), url('/ASSETS/Services.png');        width: 100%;
    height: 500px;
    width: 100%;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-card {
    display: flex;
    flex-direction: row;
    width: 85%;
}

.card-div-serv {
    width: 25%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.726);
    box-shadow: 10px 10px 10px 0px black;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4), 0 20px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    transition: all 0.5s;
}

.card-div-serv:hover {
    transform: scale(1.2) !important;
    background-color: #17344bb0 !important;
}

#card-div-icon {
    font-size: 100px;
    background-color:#17344b;
    padding: 8px;
    border-radius: 5px;
}

.card-div-h1 {
    color: #FFC03D;
    font-size: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin-top: 15px;
    padding: 8px;
}

.card-div-p {
    text-align: center;
    padding: 8px;
    font-family: 'Nunito', sans-serif;
}

@media (max-width: 1100px){
    #services {
        display: none;
    }

    #services2 {
        display: block;
    }

    .service-div-title {
        background-color: #17344b;
        padding-top: 60px;
        padding-bottom: 10px;
        width: 100%;
        margin-bottom: 0;
    }
    
    .service-h1 {
        color: #FFC03D;
        font-weight: bold;
        font-family: 'Open Sans',sans-serif;
        margin-left: 30px;
    }
    
    .carousel-images {
        background: linear-gradient(to top, #17344b 0%, rgba(38, 87, 124, 0.7) 50%, #17344b 100%), url('/ASSETS/Services.png');        width: 100%;
        background-size: cover;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .carousel-images1 {
        background: linear-gradient(to top, #17344b 0%, rgba(38, 87, 124, 0.7) 50%, #17344b 100%), url('/ASSETS/Services.png');        width: 100%;
        background-size: cover;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .service-card {
        display: flex;
        flex-direction: row;
    }
    
    .card-div-serv {
        width: 90%;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.726);
        box-shadow: 10px 10px 10px 0px black;
        box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.4), 0 20px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        transition: all 0.5s;
    }
    
    .card-div-serv:hover {
        transform: scale(1.2);
        background-color: #17344bb0;
    }
    
    #card-div-icon {
        font-size: 50px;
        background-color:#17344b;
        padding: 5px;
        border-radius: 5px;
    }
    
    .card-div-h1 {
        color: #FFC03D;
        font-family: 'Open Sans',sans-serif;
        font-weight: 700;
        margin-top: 15px;
        padding: 8px;
    }
    
    .card-div-p {
        text-align: center;
        padding: 8px;
        width: 90%;
        font-family: 'Nunito', sans-serif;
    }
}

/********************** FLEETS ***************************/


.fleets-title {
    margin: 0 100px 50px 100px;
    display: flex;
    padding-top: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fleets-h1 {
    color:#17344b;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
}

.fleets-p {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#fleets-buttons-id {
    background-color: white;
    border-style: solid;
    border-color: black;
    border-radius: 10px;
    color: black;
    font-family: 'Nunito', sans-serif;
    margin-bottom:50px ;
}

#fleets-buttons-id:hover {
    background-color: #26577C;
    color: black;
    font-family: 'Nunito', sans-serif;
    font-weight: bolder;
}

.fleets-buttons {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-top: 50px;
}

.fleets-div1 {
    margin: 40px 105px 100px 105px;
    display: flex;
    flex-direction: row;
}

.fleets-images {
    margin: 30px;
    width: 50%;
    transition: all 0.5s;
}

.fleets-images:hover {
    transform: scale(1.2);
}

.fleet-img1 {
    width: 400px;
    margin: 0 100px;
}

.fleet-img2 {
    width: 500px;
    margin: 0 60px;
}

.fleet-img3 {
    width: 400px;
    margin: 0 60px 0 100px;
}

.fleets-price {
    margin: 70px 0 0 0;
}

.fleet-tbl1 {
    position: absolute;
    font-family: 'Nunito', sans-serif;
}

.fleet-tbl2 {
    position: absolute;
    font-family: 'Nunito', sans-serif;
}

.fleet-tbl3 {
    position: relative;
    font-family: 'Nunito', sans-serif;
}

th {
    background-color: #17344be5; 
    color: white;
    font-family: 'Nunito', sans-serif;
    border: 1px solid black; 
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

td {
    background-color: #17344bbb;
    border: 1px solid black;
    color: white;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    padding: 10px;
    font-size: 20px;
}

@media (max-width: 1100px){
    .fleets-title {
        margin: 60px 30px 0px 30px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 0;
    }
    
    .fleets-h1 {
        color:#17344b;
        font-family: 'Open Sans',sans-serif;
        font-weight: bold;
    }
    
    .fleets-p {
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
    }
    
    #fleets-buttons-id {
        font-size: 16px;
        background-color: white;
        border-style: solid;
        border-color: black;
        border-radius: 10px;
        color: black;
        font-family: 'Nunito', sans-serif;
        margin-right: 6px;
    }
    
    #fleets-buttons-id:hover {
        background-color: #26577C;
        color: black;
        font-family: 'Nunito', sans-serif;
        font-weight: bolder;
    }
    
    .fleets-buttons {
        display: flex;
        flex-direction: row;
        width: 80px;
        margin-top: 40px;
    }
    
    .fleets-div1 {
        margin: 0px 30px 100px 30px;
        display: flex;
        flex-direction: column;
    }
    
    .fleets-images {
        width: 100%;
        transition: all 0.5s;
        margin: 0;
    }
    
    .fleets-images:hover {
        transform: scale(1.2);
    }
    
    .fleet-img1 {
        width: 300px;
        margin: 0 30px;
    }
    
    .fleet-img2 {
        width: 330px;
        margin: 0 0px;
    }
    
    .fleet-img3 {
        width: 300px;
        margin: 0 30px;
    }
    
    .fleet-tbl1 {
        position: relative;
        font-family: 'Nunito', sans-serif;
    }
    
    .fleet-tbl2 {
        position: relative;
        font-family: 'Nunito', sans-serif;
    }
    
    .fleet-tbl3 {
        position: relative;
        font-family: 'Nunito', sans-serif;
    }

    table {
        width: 100%;
    }
    
    th {
        background-color: #17344be5;
        color: white;
        font-family: 'Nunito', sans-serif;
        border: 1px solid black;
        text-align: left;
        padding: 10px;
        font-size: 20px;
        font-weight: bold;
    }
    
    td {
        background-color: #17344bbb; 
        border: 1px solid black; 
        color: white;
        font-family: 'Nunito', sans-serif;
        text-align: left;
        padding: 10px;
        font-size: 20px;
    }
}

@media (max-width: 400px){
    .fleet-img1 {
        width: 280px;
        margin: 0 ;
    }
    
    .fleet-img2 {
        width: 330px;
        margin: 0 0px;
    }
    
    .fleet-img3 {
        width: 280px;
        margin: 0 ;
    }

    #fleets-buttons-id {
        font-size: 14px;
        background-color: white;
        border-style: solid;
        border-color: black;
        border-radius: 10px;
        color: black;
        font-family: 'Nunito', sans-serif;
        margin-right: 3px;
    }
    
    #fleets-buttons-id:hover {
        background-color: #26577C;
        color: black;
        font-family: 'Nunito', sans-serif;
        font-weight: bolder;
    }
    
    .fleets-buttons {
        display: flex;
        flex-direction: row;
        width: 80px;
        margin-top: 40px;
    }
}

/******************************* DIRECTORY **********************/

.dir-title {
    padding-top: 80px;
    padding-bottom: 10px;
    background-color:#26577C;
}

.dir-title h1 {
    color: #FFC03D;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    margin-left: 130px;
}

.airport-cards {
    background: linear-gradient(to top, rgba(38, 87, 124, 0.5) 0%, rgba(38, 87, 124, 0.5) 50%, rgb(38, 87, 124) 100%),url('/ASSETS/OHare-375x225.png');    
    width: 100%;
    height: 100%;
    display: flex;
    background-size: cover;
    gap: 20px;
    padding: 20px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  
.airport-card {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.5s;
    width: 40%;
}

.airport-card:hover {
    background-color: #17344bb0 !important;
    transform: scale(1.05) !important;
}
  
.airport-card h3 {
    margin-bottom: 10px;
    color: #FFC03D;
    font-size: 22px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
  }
  
  .airport-card p {
    margin-bottom: 5px;
    color: grey;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
  }

  .airport-card b {
    color: white;
  }

  @media (max-width: 1100px){
    .dir-title {
        padding-top: 60px;
        padding-bottom: 10px;
        background-color:#26577C;
    }
    
    .dir-title h1 {
        color: #FFC03D;
        font-family: 'Open Sans',sans-serif;
        font-weight: bold;
        margin-left: 30px;
    }

    .airport-cards {
        background: linear-gradient(to top, rgba(38, 87, 124, 0.5) 0%, rgba(38, 87, 124, 0.5) 50%, rgb(38, 87, 124) 100%),url('/ASSETS/OHare-375x225.png');    
        width: 100%;
        height: 100%;
        display: flex;
        background-size: cover;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        gap: 20px;
        padding: 20px;
        padding-bottom: 40px;
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
      }
    
    .airport-cards {
        background: linear-gradient(to top, rgba(38, 87, 124, 0.5) 0%, rgba(38, 87, 124, 0.5) 50%, rgb(38, 87, 124) 100%),url('/ASSETS/OHare-375x225.png');    
        width: 100%;
        height: auto;
        background-size: cover;
        gap: 20px;
        padding: 20px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
      }
    
      
    .airport-card {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 8px;
        padding: 15px;
        transition: all 0.5s;
    }
    
    .airport-card:hover {
        background-color: #17344bb0;
        transform: scale(1.05);
    }
      
    .airport-card h3 {
        width: 60%;
        margin-bottom: 10px;
        color: #FFC03D;
        font-size: 22px;
        font-family: 'Open Sans',sans-serif;
        font-weight: bold;
      }
      
      .airport-card p {
        margin-bottom: 5px;
        color: grey;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        width: 100%;
      }
    
      .airport-card b {
        color: white;
      }
  }

/****************************MOBILE APP***********************/

.mobile-app{
    display: block;
}

.mobile-app1{
    display: none;
}

.mobile-div {
    display: flex;
    flex-direction: row;
    margin: 40px 100px 100px 130px;
    height: 550px;
}

.mobile-content {
    width: 50%;
}

.mobile-content h1 {
    font-family: 'Open Sans',sans-serif;
    color:#17344b;
    font-weight: bolder;
    font-size: 56px;
    width: 80%;
    margin-top: 60px;
    line-height: 55px;
}

.mobile-content p {
    font-family: 'Open Sans',sans-serif;
    color: black;
    font-size: 40px;
    font-weight: bolder;
    margin-top: 40px;
}

.download-btn {
    background-color: white;
    width: 100px;
    height: 70px;
    border-radius: 20%;
    margin-top: 50px;
}

.download-btn a {
    color: black;
}

.download-btn a:hover {
    color: white;
}

.download-btn:hover {
    background-color:#FFC03D;
    color: white;
    transform: scale(1.05);
}


.img1 {
    margin-top: 90px;
    position: absolute;
    width: 50%;
    width: 250px;
    margin-left: 300px;
    z-index: -1;
}

.img2 {
    margin-top: 60px;
    width: 50%;
    width: 250px;
    margin-left: 110px;
}

@media (max-width: 1100px){
    .mobile-app{
        display: none;
    }

    .mobile-app1{
        display: block;
    }

    .mobile-div {
        display: flex;
        flex-direction: column;
        margin: 40px 30px 100px 0px;
        height: auto;
    }
    
    .mobile-content {
        width: 100%;
    }
    
    .mobile-content h1 {
        font-family: 'Open Sans',sans-serif;
        color:#17344b;
        font-weight: bolder;
        font-size: 42px;
        width: 100%;
        margin-top: 50px;
        line-height: 55px;
        margin-left: 30px;
    }
    
    .mobile-content p {
        font-family: 'Open Sans',sans-serif;
        color: black;
        font-size: 35px;
        font-weight: bolder;
        margin-top: 10px;
        margin-left: 30px;
    }
    
    .download-btn {
        background-color: white;
        width: 100px;
        height: 70px;
        border-radius: 20%;
        margin: 0;
    }
    
    .download-btn a {
        color: black;
    }
    
    .download-btn a:hover {
        color: white;
    }
    
    .download-btn:hover {
        background-color:#FFC03D;
        color: white;
        transform: scale(1.05);
    }
    
    
    .img1 {
        margin-top: 60px;
        position: absolute;
        width: 50%;
        width: 230px;
        margin-left: 20px;
        z-index: -1;
    }
    
    .img2 {
        position: relative;
        margin-top: 30px;
        width: 230px;
        margin-left: 120px;
    }
}

@media (max-width: 400px){
    .img1 {
        margin-top: 60px;
        position: absolute;
        width: 50%;
        width: 200px;
        margin-left: 20px;
        z-index: -1;
    }
    
    .img2 {
        position: relative;
        margin-top: 30px;
        width: 200px;
        margin-left: 120px;
    }
}

/***************************** MAPS **********************/


.maps-div {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color:#26577C;
}

.maps-1 {
    width: 100% !important; 
}
  


/************************** FOOTER *****************************/

#footer {
    background-color: #333;
    color: #fff;
    padding: 50px;
    font-family: 'Nunito', sans-serif;
}



.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-content .footer-logo {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.footer-content .footer-logo .footer-img {
    width: 180px;
    height: auto;
}

.footer-content .footer-info,
.footer-content .footer-links,
.footer-content .footer-contact {
    flex: 1;
    min-width: 200px;
    padding: 0 20px;
}

.footer-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFC03D;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content ul li {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #555;
}

.footer-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    color: #818181;
    font-size: 30px;
    margin: 20px 10px 10px 10px;
}

.footer-icon:hover {
    color: #FFC03D;
    transform: scale(1.05);
}

@media (max-width: 700px){
    #footer {
        background-color: #333;
        color: #fff;
        padding: 20px 40px;
        font-family: 'Nunito', sans-serif;
    }
    
    .footer-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .footer-content .footer-logo {
        flex: 1;
        text-align: center;
        padding: 30px 20px;
    }
    
    .footer-content .footer-logo .footer-img {
        width: 180px;
        height: auto;
    }
    
    .footer-content .footer-info,
    .footer-content .footer-links,
    .footer-content .footer-contact {
        flex: 1;
        min-width: 300px;
        padding: 0px;
    }

    .footer-links {
        display: none;
    }
    
    .footer-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #FFC03D;
        font-family: 'Open Sans',sans-serif;
        font-weight: bold;
    }
    
    .footer-content ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-content ul li {
        font-family: 'Nunito', sans-serif;
        margin-bottom: 10px;
    }
    
    .footer-content a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-bottom {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #555;
    }
    
    .footer-div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer-icon {
        color: #818181;
        font-size: 30px;
        margin: 20px 10px 10px 10px;
    }
    
    .footer-icon:hover {
        color: #FFC03D;
        transform: scale(1.05);
    }
}



