@media (max-width: 1024px){

   section.concierge-services-section img {
    width: 422px;
    max-width: 422px;
  
}

section.private-charter .row {
    gap: 0;
}
}

@media (max-width: 980px){
    .just-ask h4 {
    font-size: var(--f28);
}

.designing-memories-content h1 {
    font-size: 32px;
}

.designing-memories-content h4 {
    font-size: 14px;
   
}

.private-charter h4 {
    font-size: 22px;
}

section.con-activity-section h4 {
    font-size: 22px;
}
section.just-ask{
            padding: var(--p50) var(--p12);
}
  .btn-concierge-services{
        padding: 20px 13px !important;
        font-size: 14px;
   }
   section.in-home-section img{
        width: 100%;
   }
   section.in-home-section .row{
    width: 100%;
   }
   section.concierge-services-section .row{
    width: 100%;
   }
   section.concierge-services-section img{
            width: 100%;
        max-width: 100%;
   }

   .page-title .auto-container {
    top: 50% !important;
   }
}
@media (max-width:540px){

     .page-title .auto-container {
        top: 25% !important;
    }
    
    .private-charter p{
        order: 3;
           margin-bottom: 10px;
    }
    .private-charter h4{
        order: 2;
    }
      section.concierge-services-section img {
width: 100%;
height: 350px;
padding-right: 0;
    }
    section.in-home-section img{
        width: 100%;
        height: 300px;
    }
    section.just-ask{
        padding: var(--p40) var(--p12);
    }
    section.designing-memories{
           min-height: 50vh;
    }
    section.private-charter .charter-item{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
       /* flex-direction: column-reverse; */
    }
    section.private-charter .row{
            width: 100%;
           
    }
    .private-charter img{
        order: 1;
        margin-bottom: 20px;
    }
    section.con-activity-section .col-md-4{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    section.con-activity-section{
        padding-top: 0;
    }
    section.con-activity-section .row{
     gap: 50px;
     width: 100%;
    }
    section.in-home-section .row{
        width: 100%;
        gap: 20px;
    }
    section.in-home-section .col-md-6{
     padding-left: 0;
     padding-right: 0;
    }
    .in-home-section h4{
        font-size: 24px;
    }
   .btn-concierge-services{
        padding: 20px 20px !important;
        font-size: 14px;
   }
   section.con-activity-section .ad-btn{
    display: flex;
    justify-content: center;
    align-items: center;
   }
   section.concierge-services-section{
    padding-bottom: 50px;
   }
   section.concierge-services-section .row{
    width: 100%;
    gap: 10px;
   }
   section.concierge-services-section .col-md-6{
    padding-left: 0;
    padding-right: 0;
   }
   section.wellness-section{
        min-height: 50vh;

   }

   .just-ask p {
    font-size: var(--f16);
 
}

    .designing-memories-content h4 {
        font-size: 12px;
    }

        .designing-memories-content h1 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .wellness-section-content h4 {
      font-size: 12px;

   }

   .wellness-section-content h1 {
    font-size: 28px;
    margin-bottom: 0;
   }

   .in-home-section p {
    font-size: 16px;
 
   } 

   section.concierge-services-section h4 {
    font-size: 28px;
     margin-top: 18px;
  
}
        .page-title {
        height: 280px !important;
        object-fit: cover;
    }
    
}


