body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
}

header {
    background-color: #007074;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.cta-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ff9800;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 8px;
}

h2, h3 {
    color: #ff5722;
}

section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    padding: 5px 0;
}

.day {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffebcd;
    border-left: 5px solid #ff5722;
    border-radius: 5px;
}

.contact {
    text-align: center;
}

.contact .cta-btn {
    margin-top: 15px;
}
/* Popup Form Styles */
.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

form {
    display: flex;
    flex-direction: column;
}

form input, form textarea, form button {
    margin-bottom: 10px;
    padding: 12px;
    font-size: 16px;
    width: calc(100% - 24px);
    border-radius: 5px;
    border: 1px solid #ccc;
}

form textarea {
    resize: none;
    height: 100px;
}

input[type="submit"] {
    background-color: #ff5722;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
} 
form button {
    background-color: #ff5722;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

form button:hover {
    background-color: #e64a19;
}

 h1{
	  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 800;
  font-style: normal;
 }
 
 h2{
	 font-family: "Josefin Sans", sans-serif;
     font-optical-sizing: auto;
     font-weight: <weight>;
     font-style: normal;

 }
 
 li{
	   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
 }
 
 h3{
	 font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
 }
 
 p{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
 }
 
 .cta-btn{
	font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:25px;
  font-style: normal;
  transition: transform 0.5s
}

.cta-btn:hover{
	background:#0c9297;
	transform: scale(1.2);
	
}




 
 .hd {
        display: none;
    }
 

 
 .footer-cllus {
    width: 50%;
    height: 45px;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    top: inherit;
    font-size: 17px;
    background: #002147;
}
.fotter_section_bottom_fixed .footer-cllus .foo_link {
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.fotter_section_bottom_fixed .fa-phone.myfa {
    position: relative;
    left: 0;
    margin-top: 0;
    font-size: 22px !important;
    display: inline-block;
    top: 3px;
    padding-right: 9px;
}
.footer_webtsappp {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: #ff5522;
    width: 50%;
    height: 45px;
    display: block;
}
.footer_webtsappp .whats_top {
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.fotter_section_bottom_fixed .fa-whatsapp.myfa {
    position: relative;
    left: 0;
    margin-top: 0;
    font-size: 22px !important;
    display: inline-block;
    top: 2px;
}
 
 #slider {
    bottom: 50px;
    position: fixed;
    z-index: 9999;
    right: 0px;
}
#slider img {
    width: 50px;
    padding: 3px;
}

@keyframes blink {
  0%, 100% {background-color:#3F06FF;}
  50% {background-color: #8EDDBE;}
}
#blinking-button {
  background-color: #004A7F;
  
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
 
  
   padding: 8px 35px;
   border-radius: 48px 0px; 
   border: 0px solid #6C8003;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 2500ms infinite;
  -moz-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.center {
	font-family: "Jost", sans-serif;
    text-align: center;
	font-weight: 600;
    font-size: 36px;
}

 @media only screen and (max-width: 768px) {
    .hd {
        display: block;
    }
	.center {
	font-family: "Jost", sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.popup-content {
        width: 90%;
    }
}
/* Footer Styles */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    border-top: 5px solid #ff5722;
}

.footer-links {
    margin-bottom: 15px;
}

.footer-links a {
    color: #ff9800;
    text-decoration: none;
    margin: 0 15px;
    display: inline-block;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-disclaimer {
    font-size: 14px;
    line-height: 1.6;
}

.footer-disclaimer a {
    color: #ff9800;
    text-decoration: none;
}

.footer-disclaimer a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .footer-links a {
        display: block;
        margin: 5px 0;
    }
}

@media (max-width:370px){
	.cta-btn{
		font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-size:20px;
        font-style: normal;
	}
}
/* Gallery Section */
.gallery {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.gallery h2 {
    color: #ff5722;
    margin-bottom: 20px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.gallery-container img {
    width: 100%;
    max-width: 250px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.gallery-container img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
        align-items: center;
    }
}


