 



       /* section divs */

       @import url(https://fonts.googleapis.com/css?family=Open+Sans);

       * {
           box-sizing: border-box;
       }
       
       body {
           font-family: 'Open Sans', sans-serif;
           color: #666;
           padding-top: var(--navbar-height); /* Ensure content starts below the fixed navbar */
       }
       
       /* Navbar height variable */
       :root {
           --navbar-height: 113px; /* Set this to match your navbar height */
       }
       
       /* STRUCTURE */
       
       .wrapper {
           padding: 5px;
           max-width: 960px;
           width: 95%;
           margin: 80px auto 20px; /* Margin-top set to 80px to push content down */
       }
       
       .columns {
           display: flex;
           flex-wrap: wrap;
           justify-content: center;
           margin: 0; /* Reset margins */
       }
       
       .column {
           flex: 1;
           box-shadow: 0px 8px 10px ;
           box-shadow: #33383b;
           border-radius: 25px;
           margin: 2px;
           padding: 10px;
           box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
       }
       
       @media screen and (max-width: 980px) {
           .columns .column {
               margin-bottom: 5px;
               flex-basis: 40%;
           }
       
           .columns .column:nth-last-child(2) {
               margin-right: 0;
           }
       
           .columns .column:last-child {
               flex-basis: 100%;
               margin: 0;
           }
       }
       
       @media screen and (max-width: 680px) {
           .columns .column {
               flex-basis: 100%;
               margin: 0 0 5px 0;
           }
       }
  
        
            /* map section */



      /* Container for the section */
.contact-map-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

/* Map container styling */
.map-container {
    flex: 1 1 50%; /* Take up 50% of the section */
    height: 400px; /* Adjust height as needed */
}

/* Contact form container styling */
.contact-form-container {
    flex: 1 1 40%; /* Take up 40% of the section */
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Form styling */
form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 10px 20px;
    background-color:#c19b5c ;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: rgb(78, 60, 31);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-map-section {
        flex-direction: column;
    }

    .map-container, .contact-form-container {
        flex: 1 1 100%; /* Stack elements vertically on small screens */
    }
}



           /* footer css */

           @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

           * {
             font-family: Open Sans;
           }
           
            
           .footer-distributed{
             background: #c19b5c;
             box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
             box-sizing: border-box;
             width: 100%;
             text-align: left;
             font: bold 16px sans-serif;
             padding: 25px 50px;
           }
           
           .footer-distributed .footer-left,
           .footer-distributed .footer-center,
           .footer-distributed .footer-right{
             display: inline-block;
             vertical-align: top;
           }
           
           /* Footer left */
           
           .footer-distributed .footer-left{
             width: 40%;
             
           }
           
           /* The company logo */
           
           .footer-distributed h3{
             color:  #ffffff;
             font: normal 36px 'Open Sans', cursive;
             margin: 0;
           }
           
           .footer-distributed h3 span{
             color:  lightseagreen;
           }
           
           /* Footer links */
           
           .footer-distributed .footer-links{
             color:  #ffffff;
             margin: 20px 0 12px;
             padding: 0;
           }
           
           .footer-distributed .footer-links a{
             display:inline-block;
             line-height: 1.8;
             font-weight:400;
             text-decoration: none;
             color:  inherit;
           }
           
           .footer-distributed .footer-company-name{
             color:  #222;
             font-size: 14px;
             font-weight: normal;
             margin: 0;
           }
           
           /* Footer Center */
           
           .footer-distributed .footer-center{
             width: 35%;
           }
           
           .footer-distributed .footer-center i{
             background-color:  #33383b;
             color: #ffffff;
             font-size: 25px;
             width: 38px;
             height: 38px;
             border-radius: 50%;
             text-align: center;
             line-height: 42px;
             margin: 10px 15px;
             vertical-align: middle;
           }
           
           .footer-distributed .footer-center i.fa-envelope{
             font-size: 17px;
             line-height: 38px;
           }
           
           .footer-distributed .footer-center p{
             display: inline-block;
             color: #ffffff;
             font-weight:400;
             vertical-align: middle;
             margin:0;
           }
           
           .footer-distributed .footer-center p span{
             display:block;
             font-weight: normal;
             font-size:14px;
             line-height:2;
           }
           
           .footer-distributed .footer-center p a{
             color:  rgb(245, 247, 246);
             text-decoration: none;;
           }
           
           
           
           /* Footer Right */
           
           .footer-distributed .footer-right{
             width: 20%;
           }
           
           .footer-distributed .footer-company-about{
             line-height: 20px;
             color:  #fff;
             font-size: 13px;
             font-weight: normal;
             margin: 0;
           }
           
           .footer-distributed .footer-company-about span{
             display: block;
             color:  #ffffff;
             font-size: 14px;
             font-weight: bold;
             margin-bottom: 20px;
           }
           
           .footer-distributed .footer-icons{
             margin-top: 25px;
           }
           
           .footer-distributed .footer-icons a{
             display: inline-block;
             width: 35px;
             height: 35px;
             cursor: pointer;
             background-color:  #33383b;
             border-radius: 2px;
           
             font-size: 20px;
             color: #ffffff;
             text-align: center;
             line-height: 35px;
           
             margin-right: 3px;
             margin-bottom: 5px;
           }
           
           @media (max-width: 880px) {
           
             .footer-distributed{
               font: bold 14px sans-serif;
             }
           
             .footer-distributed .footer-left,
             .footer-distributed .footer-center,
             .footer-distributed .footer-right{
               display: block;
               width: 100%;
               margin-bottom: 40px;
               text-align: center;
             }
           
             .footer-distributed .footer-center i{
               margin-left: 0;
             }
           
           }

           


        .nav-link:hover {
          background-color: #555; /* Change background color on hover */
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
          color: white !important;
          border-radius: 10px;
        }
        
        /* On larger screens */
        @media (min-width: 992px) {
          .nav-link {
            color: white;
          }
        }
        
        /* Add this custom CSS for mobile screens when toggle is open */
        @media (max-width: 991px) {
          .navbar-nav {
              background-color: #1f1b1b;
          }
          .nav-link {
              color: white !important; /* Ensure the text is visible on black */
          }
        }


        .whatsapp-section {
          width: 100%;
          padding: 20px; /* Adjust as needed for spacing */
        }
        
        .whatsapp-container {
          display: flex;
          justify-content: flex-end; /* Align content to the right */
          max-width: 1200px;
          margin: 0 auto;
        }
        
        .whatsapp-link {
          display: inline-block;
        }
        
        .whatsapp-icon {
          width: 50px; /* Default size */
          height: auto;
        }
        
        /* Adjust size for smaller screens */
        @media (max-width: 768px) {
          .whatsapp-icon {
            width: 40px; /* Smaller size for mobile screens */
          }
        }
        
        /* Increase size for larger screens */
        @media (min-width: 1200px) {
          .whatsapp-icon {
            width: 70px; /* Larger size for big screens */
          }
        }
        
        
        