*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: rgba(247, 237, 200, 0.804);
}
.footer-container a{
    text-decoration: none;
}
.navbar{
    padding: 0;
}
.container-fluid{
    background-color: transparent;
}
.navbar-nav a{
    color: #ff9900;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.offcanvas-title{
    color: #ff9900;
    font-size: 50px;
    font-family: "Rakkas", serif;
}
.nav-number{
    font-size: 25px !important; 
    text-decoration: none;
    font-family: sans-serif; 
    font-weight: 400;
}
.header-logo{
    height: 150px;
    width: 150px;
}
.header-logo img{
    height: 100%;
    width: 100%;
}
.navbar-toggler {
    margin-right: 30px;
    border: 0.5px solid orange peel;
    color: #F5F5F5;
    background-color: #f2f2f2;
}

@media(max-width:1280px){
    .navbar-nav a{
        font-size: 18px;
        letter-spacing: 1px;
    }
    .offcanvas-title{
        font-size: 40px;
    }
    .nav-number{
        font-size: 30px !important;
    }
    .header-logo{
        height: 100px;
        width: 100px;
    }
    .navbar-toggler{
        margin-right: 30px;
    }
}
@media(max-width:768px){
    .navbar{
        padding-bottom: 10px;
    }
    .navbar-nav a{
        font-size: 16px;
    }
    .offcanvas-title{
        font-size: 30px;
    }
    .nav-number{
        font-size: 20px !important;
    }
    .header-logo{
        height: 80px;
        width: 80px;
    }
    .navbar-toggler{
        font-size: 15px;
    }
}
@media(max-width:500px){
    .navbar-nav a{
        font-size: 14px;
    }
    .offcanvas-title{
        font-size: 30px;
    }
    .nav-number{
        font-size: 18px !important;
    }
    .header-logo{
        height: 50px;
        width: 50px;
    }
    .navbar-toggler{
        font-size: 12px;
        margin-right: 10px;
    }
}
.header_container{
    padding-bottom: 5rem;
    padding: 1rem 1rem 4rem 1rem;
}
.header_image_container{
    position: relative;
    min-height: 90vh;
    background-image: linear-gradient(to right, rgba(44, 56, 85, 0), rgba(255, 255, 255, 0)),url("/images/h12.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    animation: change 30s infinite;
}
@keyframes change{
    0%
    {
        background-image: linear-gradient(to right, rgba(44, 56, 85, 0), rgba(255, 255, 255, 0)),url("./images/h11.webp");
    }
    20%{
        background-image: linear-gradient(to right, rgba(44, 56, 85, 0), rgba(255, 255, 255, 0)),url("./images/h12.webp");
    }
    40%{
        background-image: linear-gradient(to right, rgba(44, 56, 85, 0), rgba(255, 255, 255, 0)),url("./images/h13.webp");
    }
    60%{
        background-image: linear-gradient(to right, rgba(44, 56, 85, 0), rgba(255, 255, 255, 0)),url("./images/h14.webp");
    }
    80%{
        background-image: linear-gradient(to right, rgba(44, 56, 85, 0), rgba(255, 255, 255, 0)),url("./images/h15.webp");
    }
    100%{
        background-image: linear-gradient(to right, rgba(44, 56, 85, 0), rgba(255, 255, 255, 0)),url("./images/h16.webp");
    }

}
.header_content {
    position: absolute;
    top: 30%;
    left: 10px;
    color: #fff;
    background-color: #26262699;
    border-radius: 20px;
    padding: 20px;
}
.header_content h1{
    margin-bottom: 1rem;
    font-size: 2.5rem;
    color: #ff9900;
    font-family: "Rakkas", serif;
    font-weight: 400;
    font-style: normal;;
}
.header_container-2{
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(70% - 4rem);
    display: flex;
    padding: 1rem 1rem;
    background-color: rgba(255, 255, 255, 0.901);
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 30px rgb(0, 0, 0, 0.1);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    display: grid;
    text-align: center;
}
.header_container-2 .header-p-1{
    font-family: "Rakkas", serif;
    color: rgb(42, 56, 46);
    font-size: 35px;
}

.header_container-2 .header-p-2{
    color: black;
    font-size: 20px;
    font-weight: 500;
}
.header_content .explore-btn{
    border: none;
    outline: none;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color:  rgb(83, 136, 3);
    color: white;
    font-size: 18px;
}




@media(max-width:1280px){
    .header_content {
        top: 20%;
    }
    .header_content h1{
        font-size: 2rem;
        margin: 0;
    }
    .header_container-2 .header-p-1{
        font-size: 20px;
    }
    
    .header_container-2 .header-p-2{
        font-size: 16px;
    }
    .header_content .explore-btn{
        width: 90px;
        height: 25px;
        font-size: 12px;
    }
}
@media(max-width:768px){
    .header_content {
        top: 20%;
    }
    .header_content h1{
        font-size: 2rem;
    }
    .header_content p{
        font-size: 12px;
    }
    .header_container-2 .header-p-1{
        font-size: 20px;
    }
    
    .header_container-2 .header-p-2{
        font-size: 12px;
    }
    .header_content .explore-btn{
        width: 90px;
        height: 25px;
        font-size: 12px;
    }
}
@media(max-width:500px){
    .header_image_container{
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .header_content {
        width: 100%;
        top: 40%;
        left: 0;
        text-align: center;
    }
    .header_content h1{
        font-size: 2rem;
    }
    .header_content p{
        font-size: 10px;
        padding: 0;
    }
    .header_container-2{
        width: calc(100% - 4rem);
    }
    .header_container-2 .header-p-1{
        font-size: 14px;
        margin: 0;
    }
    
    .header_container-2 .header-p-2{
        display: none;
    }
    .header_content .explore-btn{
        width: 70px;
        height: 20px;
        font-size: 10px;
    }
}
.popular-container{
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
}
.popular-container h2{
    text-align: center;
    font-family: "sans-serif";
    font-size: 30px;
    font-weight: 500;
    color: #ff9900;
}
.popular-grid{
    padding: 4rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}
.popular-card{
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.178);
    background-color: rgb(197, 230, 197);
}
.popular-card img{
    max-width: 100%;
    max-height: 100%;
}
.popular-content{
    padding: 1rem;
}

.popular-card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}
.popular-card-header h4{
    font-size: 1.2rem;
    font-weight: 600;
    color: #ff9900;
}

@media(max-width:1280px){
    .popular-container{
        padding-top: 30px;
    }
    .popular-container h2{
        font-size: 25px;
    }
    .popular-content{
        padding: 10px;
    }
    .popular-card-header{
        gap: 5px;
        margin-bottom: 0;
    }
    .popular-card-header h4{
        font-size: 1rem;
        margin-bottom: 0;
    }
    .popular-content p{
        font-size: 12px;
    }
}
@media(max-width:768px){
    .popular-container{
        padding-top: 20px;
    }
    .popular-grid{
        padding: 2rem;
        grid-template-columns: repeat(2,1fr);
    }
    .popular-container h2{
        font-size: 20px;
    }
    .popular-content{
        padding: 10px;
    }
    .popular-card-header{
        gap: 5px;
        margin-bottom: 0;
    }
    .popular-card-header h4{
        font-size: 1rem;
        margin-bottom: 0;
    }
    .popular-content p{
        font-size: 12px;
    }
}
@media(max-width:500px){
    .popular-container h2{
        font-size: 18px;
    }
    .popular-content{
        padding: 10px;
    }
    .popular-grid{
        padding: 1rem;
        grid-template-columns: repeat(1,1fr);
    }
    .popular-card-header{
        gap: 5px;
        margin-bottom: 0;
    }
    .popular-card-header h4{
        font-size: .8rem;
        margin-bottom: 0;
    }
    .popular-content p{
        font-size: 10px;
    }
}
/* end */

.ads-container{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(197, 230, 197);
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px;
}
.ads-cont p{
    color: white;
    font-size: 20px;
}
.ads-cont h4{
    color: #815D26;
    font-size: 20px;
}
.ads cont button{
    border: none;
    background-color: #A68A61;
    padding: 10px;
    color: white;
}

@media(max-width:1280px){
    .ads-container{
        margin-bottom: 30px;
    }
    .ads-cont p{
        font-size: 18px;
    }
    .ads-cont h4{
        font-size: 18px;
    }
    .ads-cont button{
        font-size: 14px;
    }
}
@media(max-width:768px){
    .ads-cont p{
        font-size: 14px;
    }
    .ads-cont h4{
        font-size: 14px;
    }
    .ads-cont button{
        padding: 7px;
        font-size: 12px;
    }
}
@media(max-width:500px){
    .ads-container{
        margin-bottom: 20px;
    }
    .ads-cont p{
        font-size: 12px;
    }
    .ads-cont h4{
        font-size: 12px;
    }
    .ads-cont button{
        padding: 5px;
        font-size: 10px;
    }
}
/* end */

.map{
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 40px;
}
.map h2{
    text-align: center;
    font-family: "sans-serif";
    font-size: 40px;
    font-weight: 500;
    color: #ff9900;
    margin-bottom: 10px;
}
.map-cont{
    width: 90%;
    margin: 0 auto;
    padding: 60px;
    padding-top: 0;
}
.map-cont img{
    width: 100%;
    border-radius: 20px;
}

@media(max-width:1280px){
    .map{
        padding-top: 30px;
    }
    .map h2{
        margin-bottom: 5px;
    }
    .map-cont{
        padding: 40px;
        padding-top: 10px;
    }
}
@media(max-width:768px){
    .map{
        padding-top: 20px;
    }
    .map h2{
        font-size: 40px;
        margin-bottom: 5px;
    }
    .map-cont{
        padding: 20px;
        padding-top: 10px;
    }
}
@media(max-width:500px){
    .map{
        padding-top: 10px;
    }
    .map h2{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .map-cont{
        padding: 10px;
        padding-top: 0px;
    }
    .map-cont img{
        border-radius: 10px;
    }
}

/* end */

.lil-abt{
    width: 100%;
    background-color: rgba(247, 237, 200, 0.804);
    padding: 30px;
}
.lil-cont{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lil-cont h2{
    font-family: "sans-serif";
    font-size: 40px;
    font-weight: 500;
    color: #ff9900;
    margin-bottom: 10px;
}
.lil-cont p{
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 80%;
}
.lil-image{
    background-image: url(./images/h16.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 400px;
    margin: 0 auto;
    border-radius: 20px;
}


@media(max-width:1280px){
    .lil-cont h1{
        font-size: 20px;
    }
    .lil-cont p{
        font-size: 16px;
    }
}
@media(max-width:500px){
    .lil-abt{
        padding: 10px;
    }
    .lil-cont p{
        font-size: 10px;
        text-align: justify;
    }
    .lil-cont h2{
        font-size: 20px;
    }
    .lil-image{
        height: 200px;
    }
}

/* end */

.associates-container{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.associates-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.associates-cont img{
    width: 80px;
    height: 80px;
}

.associates-container h2{
    text-align: center;
    font-family: "sans-serif";
    font-size: 40px;
    font-weight: 500;
    color: #ff9900;
    margin-bottom: 10px;
}

@media(max-width:1280px){
    .associates-container{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .associates-cont img{
        width: 100px;
        height: 100px;
    }
    .associates-container h2{
        font-size: 30px;
    }
}
@media(max-width:768px){
    .associates-cont{
        gap: 30px;
    }
    .associates-container{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .associates-cont img{
        width: 70px;
        height: 70px;
    }
    .associates-container h2{
        font-size: 30px;
    }
}
@media(max-width:500px){
    .associates-cont{
        gap: 3px;
    }
    .associates-cont img{
        width: 50px;
        height: 50px;
    }
    .associates-container h2{
        font-size: 20px;
    }
}

.footer {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
    color: white;
  }
  
  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .footer-section {
    flex: 1;
    margin-right: 20px;
    text-align: center;
  }
  .footer-section a{
    color: white;
    text-decoration: none;
    font-size: 20px;
  }
  
  .footer-section:last-child {
    margin-right: 0;
  }
  
  .footer-section h5 {
    margin-bottom: 10px;
    color: #ff9900;
    font-size: 25px;
  }

   footer-section p {
   font-size: 20px;
}
  
  .footer-nav {
    list-style: none;
    padding: 0;
  }
  
  .footer-nav li {
    margin-bottom: 10px;
  }
  
  .footer-nav li a {
    color: white;
    text-decoration: none;
  }
  
  .footer-nav li a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    margin-top: 20px;
    text-align: center;
  }
  .footer-bottom a{
    text-decoration: none;
    color: white;
  }
  
  @media only screen and (max-width: 1280px){
  .footer-section:last-child {
    margin-right: 20px;
  }
  .footer-section{
    margin-left: 20px;
  }
  .footer-section p, a{
    font-size: 14px;
  }
  .footer-bottom{
    font-size: 12px;
  }
  .footer-bottom a{
    font-size: 12px;
  }
  .footer-nav li a {
    font-size: 14px;
  }
  }
  @media only screen and (max-width: 768px){
    .footer-section:last-child {
      margin-right: 20px;
    }
    .footer-section{
      margin-left: 20px;
    }
    .footer-section p, a{
      font-size: 12px;
    }
    .footer-bottom{
      font-size: 11px;
    }
    .footer-bottom a{
      font-size: 11px;
    }
    .footer-nav li a {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 500px){
    .footer-section:last-child {
      margin-right: 20px;
    }
    .footer-section{
      margin-left: 20px;
      margin-bottom: 20px;
    }
    .footer-section p, a{
      font-size: 12px;
    }
    .footer-nav li {
        margin-bottom: 2px;
      }
    .footer-bottom{
      font-size: 10px;
      padding: 20px;
      padding-bottom: 0;
    }
    .footer-bottom a{
      font-size: 10px;
    }
    .footer-nav li a {
      font-size: 11px;
    }
}

/* end */
.floating {
    position: fixed;
    bottom: 12px; 
    right: 10px; 
    z-index: 1000;
}
  
.floating img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer; 
    transition: transform 0.2s ease-in-out;
}
  


.floating-pdf {
    position: fixed;
    bottom: 10px; 
    left: 10px;
    z-index: 1000;
}
  
.floating-pdf img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
  
.pdf-icon img:hover {
    transform: scale(1.1);
}

.about{
    width: 100%;
    
}
.about-cont{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    align-items:center;
}
.about-top{
    text-align: center;
    margin-bottom: 40px;
}
.about-top h1{
    font-size: 40px;
    color: #ff9900;
}

.about-top p{
    font-size: 20px;
    color: rgba(0, 0 , 0, 0.5);
    letter-spacing: 1px;
    margin-top: 15px;
     margin-bottom:12px;
}
.about-mid1{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}

.about-mid-right{
    width: 90%;
    display: flex;
   
}
.about-mid-left img {
    width: 100%; /* Ensures the image fills its container width */
    height: auto; /* Allows the image's height to adjust proportionally */
    max-height: 700px; /* Set a maximum height for the image */
    padding: 30px; /* Adds padding around the image */
}

.about-mid-right h1{
    font-size: 30px;
    margin-bottom: 10px;
    color: #ff9900;
    
}
.about-mid-right p{
    font-size: 20px;
    color: rgba(0, 0 , 0, 0.5);
    
}
.about-mid-right p span{
    font-weight: bolder;
    color: #ff9900;
}
.about-mid2{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-bottom: 20px;
}
.about-mid-left2{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-mid-right2 img{
    width: 100%; /* Ensures the image fills its container width */
    height: auto; /* Allows the image's height to adjust proportionally */
    max-height: 700px; /* Set a maximum height for the image */
    padding: 50px; /* Adds padding around the image */
}
.about-mid-left2 p{
    font-size: 20px;
    color: rgba(0, 0 , 0, 0.5);
    text-align: justify;
}
.about-mid-left2 p span{
    font-weight: bolder;
    color: #ff9900;
}
.about-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-btm-img{
    margin-bottom: 20px;
}
.about-btm-img img{
    border-radius: 50%;
}
.about-team{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.about-team h1{
    font-size: 40px;
    color: #ff9900;
}

@media(max-width:1280px){
    .about-cont{
        padding-top: 10px;
    }
    .about-top{
        margin-bottom: 20px;
    }
    .about-top h1{
        font-size: 50px;
    }
    .about-top p{
        font-size: 16px;
    }
    .about-mid1{
        margin-bottom: 10px;
    }
    .about-mid-right h1{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .about-mid-right p{
        font-size: 16px;
    }
    .about-mid-left2 p{
        font-size: 16px;
    }
    .about-team h1{
        font-size: 30px;
    }
    
}

@media(max-width:768px){
    .about-mid1{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 700px;
    }
    .about-mid-right{
        width: 90%;
        margin: 0 auto;
    }
    .about-mid-right h1{
        text-align: center;
    }
    .about-mid2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-mid-left2{
        width: 90%;
        margin: 0 auto;
    }
    .about-top h1{
        font-size: 40px;
    }
    .about-top p{
        font-size: 15px;
    }
    .about-mid-right h1{
        font-size: 18px;
    }
    .about-mid-right p{
        font-size: 15px;
    }
    .about-mid-left2 p{
        font-size: 15px;
    }
    .about-team h1{
        font-size: 28px;
    }
    
}
@media(max-width:768px){
    .about-top h1{
        font-size: 30px;
    }
    .about-top p{
        font-size: 12px;
    }
    .about-mid-right h1{
        font-size: 16px;
    }
    .about-mid-right p{
        font-size: 12px;
    }
    .about-mid-left2 p{
        font-size: 12px;
    }
    .about-team h1{
        font-size: 20px;
    } 
}
@media(max-width:500px){
    .about-top p{
        font-size: 30px;
    }
    .about-mid-right p{
        font-size: 10px;
    }
    .about-mid-left2 p{
        font-size: 10px;
    }
    .about-mid-left img{
        padding: 0;
        margin-left: 200px;
    }
    .about-mid-right2 img{
        padding: 0;
    }
}
 .contact{
    position: relative;
    min-height: 90vh;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: (0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
}
.contact-content{
    max-width: 800px;
    text-align: center;
}
.contact-content h2{
    font-size: 40px;
    font-weight: 500;
    font-family: myFont;
    color: #ff9900;
    margin-top: 10px;
}
.contact-content h2 span {
    display: inline-block;
    animation: jumpIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: calc(0.1s * var(--index));
}
@keyframes jumpIn {
    0% {
        transform: translateY(50px) scale(0);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}
.contact-content p{
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    animation: slideInOut 4s ease-in-out infinite;
}
@keyframes slideInOut {
    0%, 100% {
        transform: translateX(10%);
    }
    50% {
        transform: translateX(-10%);
    }
}
.contact-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.contact-info{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.contact-box{
    position: relative;
    padding: 20px 0;
    display: flex;
}
.contact-icons{
    min-width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.705);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}
.contact-text{
    display: flex;
    margin-left: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    font-weight: 500;
    text-decoration: none;
    color: white;
}
.contact-text p{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}
.contact-text a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}
.contact-text h3{
    font-weight: 500;
    color: #ff9900;
}


.contact-form{
    width: 40%;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
}
.contact-form h2{
    font-size: 20px;
    color: #ff9900b0;
    font-weight: 500;
}
.contact-form .input-box{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contact-form .input-box input,
.contact-form .input-box textarea{
    width: 100%;
    font-size: 16px;
    margin: 5px 0;
    border: none;
    border-bottom: 2px solid #ff9900b0;
    outline: none;
    background-color: transparent;
}
.contact-form .input-box textarea{
    padding-bottom: 0;
    margin-top: 10px;
}
.contact-form .input-box span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 4px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contact-form .input-box input:focus ~ span,
.contact-form .input-box input:valid ~ span,
.contact-form .input-box textarea:focus ~ span,
.contact-form .input-box textarea:valid ~ span{
    color: rgb(154, 137, 4);
    font-size: 15px;
    font-weight: 600;
    transform: translateY(-20px);
}
.contact-form .input-box input[type="submit"]{
    width: 100px;
    background: #ff990038;
    color: white;
    border: none;
    padding: 5px;
    font-size: 18px;
    border-radius: 2px;
}

@media(width<991px){
    .contact{
        padding: 50px;
    }
    .contact-container{
        flex-direction: column;
    }
    .contact-content h2{
        font-size: 40px;
        margin-top: 0;
    }
    .contact-text{
        font-size: 14px;
    }
    .contact-info{
        margin-bottom: 40px;
    }
    .contact-info,
    .contact-form{
        width: 100%;
    }
    .contact-form h2{
        font-size: 20px;
    }
    .contact-form .input-box input[type="submit"]{
        width: 60px;
        font-size: 14px;
    }
}
.modal-body input{
    border: 1px solid rgba(0, 0, 0, 0.562);
}

.modal-body textarea{
    border: 1px solid rgba(0, 0, 0, 0.562);
}

.lil-abt{
    width: 100%;
    background-color: rgba(247, 237, 200, 0.804);
}
.lil-cont{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lil-top{
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}
.lil-top h2{
    font-family: "sans-serif";
    font-size: 40px;
    font-weight: 500;
    color: #ff9900;
    margin-bottom: 10px;
}
.lil-top p{
    font-size: 16px;
    color: whitesmoke;
    letter-spacing: 1px;
}
.lil-mid{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}
.lil-mid-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.lil-mid-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.lil-mid-left img{
    width: 400px;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.lil-mid-right img{
    width: 400px;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.lil-btm{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.lil-btm p{
    font-size: 20px;
    color: whitesmoke;
    text-align: center;
}
@media(max-width:1280px){
.lil-top p{
    font-size: 16px;
}
.lil-mid{
    padding: 10px;
}
.lil-mid-left img{
    width: 180px;
    height: 180px;
}
.lil-mid-left h1{
    font-size: 20px;
}
.lil-mid-right h1{
    font-size: 20px;
}
.lil-mid-right img{
    width: 180px;
    height: 180px;
}
.lil-btm p{
    font-size: 16px;
}
}
@media(max-width:500px){
    .lil-top h2{
        font-size: 20px;
    }
    .lil-top p{
        font-size: 10px;
        text-align: justify;
    }
    .lil-mid{
        padding: 10px;
    }
    .lil-mid-left img{
        width: 100px;
        height: 100px;
    }
    .lil-mid-left h1{
        font-size: 16px;
    }
    .lil-mid-right h1{
        font-size: 16px;
    }
    .lil-mid-right img{
        width: 100px;
        height: 100px;
    }
    .lil-btm p{
        font-size: 8px;
    }
}

@media only screen and (max-width: 768px) {
        .map-section iframe {
            width: 100%;
            height: 300px; /* Adjust height as needed */
        }
    }

/* end */