*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;

}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}

nav ul li{
    display: inline-block;
    margin-right: 20px;
}

a{
    text-decoration: none;
    color: #000B58;
}
p{
    color: #555;
}
.cointainer{
    max-width: 1700px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.brand{
    margin: 70px 0;
}
/*.row{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}*/
.col-3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
    text-align: center;
}
.col-3 img{
    width: 100%;
}
.small-container{
    max-width: 1900px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow-x: hidden;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    max-width: 100%;
    padding: 50px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.btn{
    display: inline-block;
    background: #ff523b;
    color: white;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.btn:hover{
    background: #563434;
}
.btn-3{
    display: inline-block;
    background: #000B58;
    color: white;
    padding: 12px 40px;
    margin: 30px 0;
    letter-spacing: 1.5px;
    font-size: 18px;
    transition: background 0.5s;
    font-weight: 600;
}
.btn-3:hover{
    background: #003161;
}
.btn2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: white;
    padding: 7px 16px;
    margin: 8px 5px 0 0;
    border-radius: 30px;
    transition: background 0.5s;
    font-weight: 500;
    white-space: nowrap;
    max-width: 100%;
    box-sizing: border-box;
}
.btn2:hover{
    background: #563434;
}
.btn-whatsapp {
    background: #25D366; /* WhatsApp green */
}

.btn-whatsapp:hover {
    background: #1da851;
}

/* Call button */
.btn-call {
    background: #003161; /* Orange */
}

.btn-call:hover {
    background: #000B58; /* Darker orange on hover */
}
.header{
    background: #FDEB9E;
}
.header .row{
    margin-top: 70px;
}
.col-4{
    flex-basis: 33%;
    padding: 10px;
    min-width: 280px;
    margin-bottom: 50px;
    transition: transform 0.5s;
    text-align: center;
}
.col-4 img{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 30px;
    border: 1px solid #000B58;
    border-radius: 10px;
    padding: 1px;
    box-sizing: border-box;
}
.col-4 h3{
    margin-bottom: 20px;
    color: #000B58;
}
.col-4 p{
    font-weight: 600;
}
.title{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}
.title::after{
    content: '';
    background: #000B58;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
h4{
    color: #555;
    font-weight: normal;
}
.col-4 p{
    font-size: 14px;
}
.rating .fa{
    color: #ff523b;
}
.col-4:hover{
    transform: translateY(-5px);
}
.testimonial{
    padding-top: 100px;
}
.testimonial .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.testimonial .col-3 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.testimonial .col-3:hover{
    transform: translateY(-10px);
}
.fa.fa-quote-left{
    font-size: 34px;
    color: #ff523b;
}
.col-3 p{
    font-size: 12px;
    margin: 12px 0;
    color: #777;
}
.testimonial .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}
.testimonial h1{
    font-size: 2 5px;
}
.footer{
    background: #FDEB9E;
    color: #000B58;
    font-size: 14px;
    padding: 60px 0 20px;
}
.footer p{
    color: #000B58;
}
.footer h3{
    color: #000B58;
    margin-bottom: 20px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 250px;
    margin-bottom: 20px;
}
.footer-col-2{
   
    text-align: center;
}
.footer-col-3, .footer-col-4{
    flex-basis: 12%;
    text-align: center;
}
ul{
    list-style-type:none ;
}
.footer hr{
    border: none;
    background: #000B58;
    height: 1px;
    margin: 20px 0;
}
.copyright{
    text-align: center;
}
.fa.fa-bars{
    width: 28px;
    margin-left: 20px;
    display: none;
}

/*-----mobile screen----*/

@media only screen and (max-width: 800px){
    nav ul{
        position: absolute;
        top: 70px;
        left: 0;
        background: #333;
        width: 100%;
        overflow: hidden;
        z-index: 1000;
        transition: max-height 0.5s;
    }
    nav ul li{
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: #fff;
    }
    .fa.fa-bars{
        display: block;
        cursor: pointer;
    }
    
}

/*-----mobile screen 600 size----*/

@media only screen and (max-width: 600px){
    .row{
        text-align: center;
    }
    .col-2, .col-3, .col-4{
        flex-basis: 100%;
    }
}
.booking {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px; /* space between text and button */
    margin-top: 15px;
    margin-bottom: 45px;
}

.booking h4 {
    font-weight: 1000;
    color: #000;
    margin-top: 6px;
}

.booking .btn {
    background: #ff5733; /* your button color */
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.price-table th, 
.price-table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
}

.price-table th {
    background: #003161;
    color: #fff;
    font-weight: 600;
}

.price-table tr:nth-child(even) {
    background: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .price-table {
    font-size: 12px;
  }

  .price-table th,
  .price-table td {
    padding: 6px 5px;
  }

  .col-4 {
    padding: 0;
    margin: 0;
  }
}



.mySwiper {
  width: 100%;
  height: 70vh; /* Full screen height (change to 500px if you want a banner style) */
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* Makes image fill without stretching */
}


/* Mobile Screens */
@media only screen and (max-width: 768px) {
  .mySwiper {
    height: 200px; /* Reduce height for mobile */
  }

  .mySwiper .swiper-slide img {
    height: 100%;
    object-fit: fill;
  }
}



.brand-runner {
  width: 100%;
  overflow: hidden;
  background: #fff; /* optional background */
  padding: 20px 0;
}

.brand-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite; /* adjust 30s to make it faster/slower */
}

.brand-track img {
  height: 100px; /* adjust size */
  margin: 0 40px; /* space between logos */
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-15%); /* move half to show seamless loop */
  }
}


/* Mobile screens */
@media screen and (max-width: 768px) {
  .brand-runner {
    padding: 10px 0; /* less padding on mobile */
  }

  .brand-track img {
    height: 50px; /* smaller logos for mobile */
    margin: 0 20px; /* less spacing */
  }

  .brand-track {
    animation: scroll 30s linear infinite; /* slightly faster on mobile if needed */
  }
}

@media screen and (max-width: 480px) {
  .brand-track img {
    height: 60px; /* very small logos on small phones */
    margin: 0 15px;
  }

  .brand-track {
    animation: scroll 25s linear infinite; /* optional faster scroll */
  }
}


#searchResults {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.product-card {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 200px;
}

nav input[type="text"] {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ccc;
}


#preloader{
    background: #000 url(images/loading.gif) no-repeat center center;
    background-size: 25%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    #preloader{
    background: #000 url(images/loading.gif) no-repeat center center;
    background-size: 50%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}
}