
.dis{
    text-align: center;
}

.last-sec
{
    text-align: center;
    color: white ;
}
.with{
    height: 200px;
}
.now
{
        height: 200px;
}  
.apply
{
    position: fixed;
    top: 141px;; /* Adjust the top distance as needed */
    right: 0px; /* Adjust the right distance as needed */
    background-color: red;
    color: white;
   border-radius: 12%;
   border: 2px solid white;
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    padding-top: 6px;
    padding-bottom: 10px;
    cursor: pointer;
    z-index: 1000;
    width: 12%;
}
.aus
{
    height: 268px;
    width: 276px;

}

.column {
    display: inline-block;
    width: 18%; /* Each column takes 16% of the container's width */
    margin: 1%; /* Add some space between columns */
    background-color: #fff; /* Set a background color */
    /* border: 1px solid #ccc; Add a border */
    /* padding: 10px; Add padding around each column */
    text-align: center; /* Center text horizontally */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
}

.colummn img {
    max-width: 100%; /* Ensure images don't exceed the column width */
}


.colummn {
    display: inline-block;
    width: 31%; /* Each column takes 16% of the container's width */
    margin: 1%; /* Add some space between columns */
    background-color: #fff; /* Set a background color */
    /* border: 1px solid #ccc; Add a border */
    /* padding: 10px; Add padding around each column */
    text-align: center; /* Center text horizontally */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
}

.colummn img {
    max-width: 100%; /* Ensure images don't exceed the column width */
}

.colummn:hover {
    background-color: #f0f0f0; /* Change background color on hover */
    transform: scale(1.02); /* Slightly scale the column on hover */
}


.image-set
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.columnn {
    display: inline-block;
    width: 23%; /* Each column takes 16% of the container's width */
    margin: 1%; /* Add some space between columns */
    background-color: #fff; /* Set a background color */
    border: 1px solid #ccc;
    padding: 10px; /* Add padding around each column */
    text-align: center; /* Center text horizontally */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
}

.columnn img {
    max-width: 100%; /* Ensure images don't exceed the column width */
}

.cur{
    color: #333645;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px; /* Add space above the title */
}

/* Hover effect */
.column:hover {
    background-color: #f0f0f0; /* Change background color on hover */
    transform: scale(1.02); /* Slightly scale the column on hover */
}


.columnn:hover {
    background-color: #f0f0f0; /* Change background color on hover */
    transform: scale(1.02); /* Slightly scale the column on hover */
}




.col-sm-6 {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.place {
  border-radius:8%;
}

p {
    font-size: 18px;
    color: #333;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

input[type="text"], textarea {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}
.f1 {
    background-color: #e58112; /* Change to your desired background color */
    color: #fff; /* Text color */
    padding: 0px!important;
   
  }
  
  .f1 p {
    margin: 0;
  }


/* Style for the footer */
footer {
    background-color:black;
    color: #fff;
    padding: 20px 0;
  }
  
  /* Style for each section within the footer */
  .footer-section {
    margin-bottom: 30px;
  }
  
  .footer-section h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .footer-section p {
    font-size: 16px;
  }
  
  .social-media-list {
    list-style: none;
    padding: 0;
    display: flex;

  }
  
  .social-media-list li {
    margin: 0 10px;
  }
  
  /* Style for font awesome icons */
  i.fas, i.fab {
    font-size: 24px;
  }
  
.whatsapp-button 
{
    position: fixed;
    bottom:171px;
    right: 0px;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-button img {
    width: 61px;
    height: 61px;
    border-radius: 20%;
}
.class-one{
    height: 52px;
    width: 52px;
    border-radius: 20%;
}
.clg
{
    background-image: url("../image/bgimage.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 805px;
    background-position: center;

}
.number
{
    border-radius: 50%;
    height: 17px;
 
}




/* Reset some default margins and paddings */
body, h6, p {
    margin: 0;
    padding: 0;
}

/* .container {
    max-width: 100%;
} */

/* Define styles for the content boxes */
.content-box {
    background-color: bisque;
    padding: 20px;
    text-align: center;
    margin: 10px;
}

#box2 {
    background-color: red;
}

/* Add media queries for responsiveness */
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .col-sm-8, .col-sm-4 {
        width: 100%;
        text-align: center;
    }

    #box2 {
        background-color: red;
    }
}




.container {
    max-width: 90%;
    margin: auto;
    padding: 20px;
}

.title {
    color: #357cbd;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.subtitle {
    font-size: 1.2rem;
    color: black;
    margin-top: 10px;
}

.highlight {
    font-size: 1.5rem;
    color: black;
    line-height: 1.5;
    text-decoration: underline;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

input, button {
    width: 90%;
    max-width: 400px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

button {
    height: 45px;
    background-color: red;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: darkred;

}

textarea{
    width: 83% !important;
}