*{
    padding: 0;
    margin: 0;
}
.header {
    background: yellow;
    text-align: center;
    font-weight: bold;
}
.contact-info {
    text-align: right;
    padding: 10px;
    background: blue;
    color: white;
}
.enquiry-form {
    background: red;
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.navbar {
    background: red;
}
.navbar-nav .nav-link {
    color: white;
}
.navbar-toggler {
    border-color: white;
}

.card {
    background-color: #ffcc33;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: 10px;
}
.card-title {
    font-weight: bold;
    color: #a00000;
}
.read-more {
    color: red;
    text-decoration: none;
    font-weight: bold;
}
.service-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: white;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-card img {

    height: 350px;
    object-fit: cover;
}
.service-title {
    color: #d9534f;
    font-weight: bold;
}
.read-more {
    color: #0275d8;
    text-decoration: none;
}
.footer {
    background-color: red;
    color: #fff;
    padding: 30px 0;
}
.footer h5 {
    color: #ffdd00;
    margin-bottom: 15px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.copyright {
    text-align: center;
    font-size: 14px;
    background-color: #870606;
    padding: 15px;
    color: white;
}
#Image{
    height: 520px;
     width: 100%;
}
#pac{
    padding: 35px;
     padding-top: 0;
}
#img{
    padding: 101px; padding-top: 0; padding-bottom: 0; height: 100%; width: 100%;
}
@media (max-width: 768px) {
    #Image{
        height: auto;
         width: 100%;
    }  
    #pac{
        padding: 0px;
         padding-top: 0;
         text-align: right;
    }
  
}
.item1>p{
    padding: 6px;
    border-radius: 50px;
    width:260px;
    text-align: center;
    background-color:#0275d8;
    color: white;
}
.item1{
    justify-content: center;
}
.map{
   padding:55px;
}
.item{
    justify-content: space-evenly;

}
@media(max-width:903px){
   .item{
       flex-direction: column;
       align-items: center;
       padding-top: 15px;
   }
   .item1>p{
    margin-left: 0px;
}
#img{
    padding: 0;
}
.item1>p{
    padding: 8px;
    border-radius: 50px;
    width:300px;
    text-align: center;
    background-color:#0275d8;
    color: white;
    font-size: 20px;
}
}
#p{
    font-size: 23px;
}
.box{
    height: 200px; 
  }
  .box>h1{
   color: #ffffff;
   padding:45px 0 0 0 ;
   font-size: 80px;
   -webkit-text-stroke: 2px rgb(224, 224, 30);
   text-align: center;
   
   padding-bottom: 15px;
  }
  
  @media(max-width:755px){
    .box>h1{
      font-size: 58px;
    }
    #p{
        font-size: 18px;
    }
  }
  @media(max-width:585px){
    .box>h1{
      font-size: 48px;
    }
  }

  .faq-container {
    max-width: 700px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-item {
    border-bottom: 1px solid #ddd;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    padding: 15px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
}
.faq-answer {
    display: none;
    padding: 0 15px 15px;
    font-size: 16px;
    color: #555;
}
.faq-item.active .faq-answer {
    display: block;
}
.con-container {
    max-width: 1100px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-info {
    flex: 1;
    background: #e53b3b;
    color: white;
    padding: 30px;
    border-radius: 10px 0 0 10px;
}
.contact-info h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.info-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.info-item i {
    color: #b2ffc2;
    font-size: 20px;
    margin-right: 15px;
}
.info-item p {
    font-size: 18px;
}
.social-icons {
    margin-top: 20px;
}
.social-icons a {
    color: white;
    font-size: 22px;
    margin-right: 15px;
    text-decoration: none;
}

/* Contact Form */
.contact-form {
    flex: 1;
    padding: 30px;
    background: #fff;
    border-radius: 0 10px 10px 0;
}
.contact-form h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-group textarea {
    resize: none;
    height: 100px;
}
.form-group button {
    background: #336faf;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.form-group button:hover {
    background: #7a0d7a;
}
/* Responsive Design */
@media (max-width: 768px) {
    .con-container {
        flex-direction: column;
    }
    .contact-info {
        border-radius: 10px 10px 0 0;
    }
    .contact-form {
        border-radius: 0 0 10px 10px;
    }
    #hide{
        display: none;
    }
}
.top-bar { display: flex; justify-content: space-between; align-items: center; background:red; color: white; padding: 1px 2px; }
.top-bar div { display: flex; align-items: center; gap: 10px; }
.nav { display: flex; justify-content: space-between; align-items: center; background: white; padding: 15px 20px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); position: relative; }
.nav-links { display: flex; gap: 20px; }
.dropdown { position: relative; cursor: pointer; }
.dropdown-menu { display: none; position: absolute; left: 0; top: 100%; background: white; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); border-radius: 5px; }
.dropdown-menu a { display: block; padding: 10px 20px; text-decoration: none; color: black; }
.dropdown-menu a:hover { background: #f4f4f4; }
.btn { background: #8B5E3C; color: white; padding: 10px 15px; border: none; cursor: pointer; border-radius: 5px; }
.menu-toggle { display: none; cursor: pointer; font-size: 24px; background: none; border: none; color: black; }
@media (max-width: 768px) {
    .nav-links { display: none; flex-direction: column; background: white; position: absolute; top: 60px; left: 0; width: 100%; padding: 10px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }
    .nav-links.active { display: flex; }
    .menu-toggle { display: block; }
    .nav-links{
      background-color: yellowgreen;}
}
a{
    text-decoration: none;
    color: rgb(255, 249, 249);
    font-weight: 500;
}

.fix-icon {
	display: inline-block;
	position: fixed;
	bottom: 90px;
	left: 10px;
	z-index: 999999;
  }
  
  #fix-icon {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: example;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
  }
  
  @-webkit-keyframes mover {
	0% {
	  transform: translateY(0);
	}
  
	100% {
	  transform: translateY(-20px);
	}
  }
  
  .fix-icon-item img {
	width: 55px !important;
	height: 55px !important;
	background:
	#001f3f;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	padding: 10px;
  }
  
  .fix-icon-whataap {
	display: inline-block;
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 999999;
	transition: all0.5s ease-in-out;
	width: 55px !important;
	height: 55px !important;
  }
  
  .fix-icon-whataap-item img {
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
	transition: box-shadow .2s;
	cursor: pointer;
	overflow: hidden;
	width: 55px !important;
	height: 55px !important;
	background:
	  #25d366 !important;
  }
/* Main Content Area */
.terms-container {
    background-color: white;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .terms-container h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
  }
  
  .terms-content {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
  }
  
  .terms-content h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #27ae60;
  }
  
  .terms-content p {
    margin-bottom: 15px;
  }
  
  .terms-content a {
    color: #27ae60;
    text-decoration: none;
  }
  
  .terms-content a:hover {
    text-decoration: underline;
  }
/* Responsive Styles */
@media (max-width: 768px) {
  
  
    .terms-container {
      padding: 20px;
    }
  
    .terms-content {
      font-size: 16px;
    }
  
    .terms-content h3 {
      font-size: 20px;
    }
  }
    