@media (max-width: 768px) {
    .cntr-nav {
        display: none; 
        flex-direction: column;
        gap: 18px;
        background-color: #1e78b5 ;
        position: absolute;
        top: 73px;
        right: 0;
        padding: 20px;
        width: 170px;
        border-radius: 10px;
        height:222px;
        margin-right: 6px;
        
    }

    .cntr-nav a {
       font-size: 1.2rem;
       color: rgb(255, 255, 255);
    }

    .cntr-nav.active { 
        display: flex; 
    }

   
.hamburger {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
    margin-left: 125px;

  }
  
  .hamburger:hover {
    transform: scale(1.2);
  }
  
  .hamburger .bar {
    width: 30px;
    height: 4px;
    background:white;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
   
  }
  
  
  .hamburger:active {
    transform: scale(0.9);

  }
  
  nav a:has(img){
    margin-left:-65px;
  }

    .text5 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .text6 {
        font-size: 5.5em;
    }

    .text7 {
        font-size: 1.5em;
        margin-top: 10px;
        margin-right: 35px;
    }
    
       .feed{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1100px){
    .text6 pre{
        font-size: 160px;
    }
}
@media (max-width: 486px){
    .text6 pre{
        font-size: 90px;
    }
}

@media screen and (max-width: 486px) {
  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:120px ;
    text-align: center;
  }

  .about-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about-left img {
    width: 100%;
    max-width: 640px;
    height: auto;

  
  }

  .about-right {
    width: 100%;
    max-width: 800px;
    margin-top: -20px;
 
   
    
  }

  .about-right .h3 {
    font-size: 50px;

  }
  .contact-info {
    margin-top: -100px;
  }

  .phone-icon,
  .phone-number {
    font-size: 1.5rem !important;
    margin-right: -40px !important;
 
  }

  .phone-icon{
    margin-left: 10px !important;
  }
 #container3D h5 {
  margin-top: 2rem; /* adjust as needed */
  font-size: 1.8rem;
  text-align: center;
  color: #002244;
}
#container3D {
  padding-top: 5.5rem; /* this works when margin fails */
}
}


@media screen and (max-width: 1100px) {
  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 160px;
    text-align: center;
  }

  .about-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about-left img {
    width: 100%;
    max-width: 690px;
    height: 530px;
    margin-bottom: 100px;

  
  }

.about-right {
  width: 100%;
  max-width: 800px;
  padding-top: 1.5rem;  /* adjust spacing */
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-right h3 {
  font-size: 2rem;       /* appropriate size */
  margin-top: 1.5rem;     /* pushes it down from image */
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #002244;
}

  .contact-info {
    margin-top: -30px;
  }

  .phone-icon,
  .phone-number {
    font-size: 1.5rem;
  }

}



@media screen and (max-width: 1100px) {
  .about-right h3 {
    font-size: 1.6rem; /* Slightly smaller heading */
    line-height: 1.4;
  }

  .about-right p {
    font-size: 1.5rem; /* Responsive paragraph font */
    line-height: 1.6;
    justify-content: center;
    margin-left: 70px;
  }

  .contact-info .phone-icon,
  .contact-info .phone-number {
    font-size: 1.5rem;
   
  }
 .contact-info .phone-icon{
    margin-left: 60px;
 }

}

@media screen and (max-width: 486px) {
  #container3D h5 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .two .travel-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    margin-top: rem;
    height: 520px !important;
  }

   .three .travel-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
    height: 500px !important;
  }

  .travel-card img {
    width: 100%;
    max-width: 100%;
    height: 240px; /* Reduced height for phones */
    object-fit: cover;
    border-radius: 12px;
   
  }

  .travel-card .text1 h2 {
    font-size: 20px !important; /* Smaller heading */
 
  }

  .travel-card .text1 p {
    font-size: 13px!important; /* Smaller text */
    margin-bottom: 300px;
    
  }


}


@media screen and (max-width: 1100px) {
  .travel-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
   
    margin-bottom: 100px;
  }

 

  .travel-card img {
    width: 100%;
    max-width: 500px;
    height: 480px; /* Increased from auto */
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.2rem;
  }

  .travel-card .text1 {
    width: 100%;
  }

  .travel-card .text1 h2 {
    font-size: 1.8rem; /* Bigger heading */
    margin-bottom: 0.7rem;
    
  }

  .travel-card .text1 p {
    font-size: 1.1rem; /* Bigger paragraph */
    line-height: 1.7;
  }
}




@media (max-width:1100px) {
    #container3D h5{
        margin-top: 100px;
        font-size: 2.3rem;
        padding:20px;
        width: 100%;
      
    }

   
}








@media (max-width: 768px) {
    .about {
        flex-direction: column;
        text-align: center;
    }

    .about-left, .about-right {
        width: 100%; 
        padding: 0;
    }

    .about-left img {
        width: 90%;
        height: auto;
    }

    .experience-section {
        flex-direction: column;
        align-items: center;
    }

    .experience {
        width: 100%;
        justify-content: center;
    }

    .contact-info {
        text-align: center;
    }

    .about-right h2 {
        font-size: 2em; 
        margin-top: 10px;
    }

    .about-content h2 {
        color: #fff;
    }

    .about-right h3 {
        font-size: 1.3em;
        padding: 10px;

    }

    .about-right p {
        font-size: 1em;
        margin-left: 30px;
        text-align: justify;
    }

    .icon {
    margin-left: 24px;
       
      }

      .contact-info {
        margin-left: 18px;
      }

    .contact-info .phone-number {
        margin-left: 44px;
    }
}







@media (max-width:768px) {
    #container3D h5{
        margin-top: 100px;
        font-size: 1.3rem;
        padding:20px;
        width: 100%;
      
    }

   
}

@media (max-width: 768px) {

    


    .travel-card {
        flex-direction: column !important;
        text-align: center;
        margin-bottom: 150px;
        height: 600px;
    }

    .travel-card img {
        width: 100%;
        height: 200px;
        order: -1; 
    }

    .text1 {
        display: flex;
        flex-direction: column;
        align-items: center; 
        padding: 13px; 
       
    }

    .text1 h2 {
        font-size: 1.3rem;
        margin-bottom: 10px; 
        white-space: nowrap;
    }

    .text1 p {
        font-size: 1rem;
   
        max-width: 250px; 
    }


    .introText{
        font-size: 20px;
    }


    .back .inner{
        font-size: 14px;
    }

    a{
        text-decoration: none;
        color: white;
    }
}


@media (max-width: 1100px) {
  .landing_page .form-box
 {
  margin-top: 160px ;
  margin-left: 50px;

 }



}


@media (min-width: 768px) and (max-width: 1100px) {
  .landing_page .responsive-container-block.container {
    width: 100%;
    max-width: 900px; /* reduce width to fit on the left half */
    margin: 0 auto; /* center horizontally */
    padding: 1rem;
 
  }

  .landing_page .content-box {
    width: 700px;
       padding-top: 100px;
  }

  .landing_page iframe.map {
    width: 100% !important;
    height: auto;
    margin-right: -200px;
  }

  .landing_page .flex {
    flex-direction: column;
    gap: 1rem;
    padding: 12px 2rem;
    margin-right: -36px;
    margin-top: 59px;
  }

  .landing_page .w-full {
    width: 100% !important;
  }

  .landing_page .icons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
  }

  .landing_page .share-icon img {
    width: 30px;
    height: 30px;
  }

 
  .icons-container .share-icon .img {
    height: 26px;
    width: 27px;
}
}


@media (max-width: 486px) {
  .landing_page .responsive-container-block.container {
    width: 100%;
    max-width: 900px; /* reduce width to fit on the left half */
    margin: 0 auto; /* center horizontally */
    padding: 1rem;
 
  }

  .landing_page .content-box {
    width: 700px;
       padding-top: 100px;
  }

  .landing_page iframe.map {
    width: 100% !important;
    height: auto;
    margin-right: -200px;
  }

  .landing_page .flex {
    flex-direction: column;
    gap: 1rem;

    margin-right: 28px;
    margin-top: -16px;
  }

  .landing_page .w-full {
    width: 100% !important;
  }

  .landing_page .icons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
  }

  .landing_page .share-icon img {
    width: 30px;
    height: 30px;
  }

 
  .icons-container .share-icon .img {
    height: 26px;
    width: 27px;
}

 .landing_page .form-box
 {
  margin-top: -18px ;
  margin-left: -4px;
  width: 350px;

 }
 

 .landing_page .responsive-container-block.big-container{
  width: 120%;
 }
}



