/* General Styles */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

/* Navbar */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #555;
    transition: color 0.3s ease;
    margin: 10px 24px;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

/* Hero Section */
.hero-slider {
    position: relative;
 
}

.slider-item {
    position: relative;
}

.hero-slider figure{margin: 0; padding:0;    height: 600px;
    overflow: hidden;}

.hero-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center top;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Black overlay with 60% opacity */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* vertical centering */
    align-items: center;       /* horizontal centering */
    text-align: center;
    padding: 20px;
    z-index: 10;
    pointer-events: none; /* Optional: allows clicks to pass through overlay if needed */
}

.slider-overlay * {
    pointer-events: auto; /* Allows buttons/links inside overlay to be clickable */
}

.slider-overlay h1 {

    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-overlay h2 {

    margin-bottom: 10px;
    color: #ffe066;
}

.slider-overlay p {

    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider-overlay .btn {

    padding: 12px 24px;
    background-color: #ff6200;
    color: #fff;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.slider-overlay .btn:hover {
    background-color: #e55a00;
    transform: scale(1.05);
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.slick-dots li button:before {
  
    color: #fff;
    opacity: 0.7;
}

.slick-dots li.slick-active button:before {
    color: #ff6200;
    opacity: 1;
}

/* About Section */
#about {
   padding: 100px 0;
}

#about h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

#about Wrote p {

    color: #555;
}

/* Gallery Section */
.container .row img {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container .row img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.lg-img-wrap {
    background: rgba(0, 0, 0, 0.9);
}

.lg-error-msg {
    color: #fff;
    text-align: center;
    padding: 20px;
}

/* Contact Section */
#contact {
  padding: 30px;
  background: #fff;
}

#contact h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

#contact .form-label {
    font-weight: 500;
    color: #555;
}

#contact .btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease;
}

#contact .btn-primary:hover {
    background-color: #0056b3;
}

/* Footer */
footer {

}

footer img {
    max-height: 80px;
    margin-bottom: 20px;
}

footer p {
    margin: 0;

    color: #ccc;
}

footer .social-icons {
    margin: 20px 0;
}

footer .social-icons a {
    color: #fff;

    margin: 0 10px;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #ff6200;
}

footer .bottom-gap {
    margin-top: 20px;
}

.custom-footer {
    background: #111;
    color: #fff;
    padding: 100px 0 0px 0;
  
}
.footer-logo {
    max-width: 200px;
    border-radius: 50%;
}
.footer-title {

    font-weight: bold;
    color: #ff6200;
    margin-top: 8px;
}
.footer-title-sub {

    font-weight: bold;
    color: #ff6200;
    margin-bottom: 8px;
}
.footer-desc {
    margin: 16px 0 20px 0;
    color: #eee;
}
.footer-apps .footer-app-btn {
    height: 44px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 2px 8px;
}
.footer-heading {

    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
}
.footer-hr {
    border: none;
    border-top: 2px solid #222;
    margin: 0 0 1rem 0;
    width: 100%;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem 0;
    text-align: left;
}
.footer-links li {
    margin-bottom: 0.5rem;
    color: #fff;

    display: flex;
    align-items: center;
}
.footer-arrow {
    color: #ff6200;
    margin-right: 8px;

}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    text-align: left;
}
.footer-contact li {
    margin-bottom: 0.8rem;

    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #fff;
    text-align: left;
}
.footer-contact i {
    color: #ff6200;

    margin-right: 8px;
    min-width: 22px;
    text-align: center;
}
.footer-social {
    margin-top: 1rem;
    text-align: left;
}
.footer-social a {
    color: #fff;
    background: #222;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 8px;

    transition: background 0.2s, color 0.2s;
    border: 1px solid #333;
}
.footer-social a:hover {
    background: #ff6200;
    color: #fff;
    border-color: #ff6200;
}

#gallery a{display: block; width: 100%; height: 300px; overflow: hidden;}
#gallery a img{width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.3s ease;}

.copy-rights{background: #a3874c; padding: 10px 0; margin-top: 50px;}

header{border-top: solid 5px #cda963;}
.slick-dotted.slick-slider{margin-bottom: 0;}

@media (max-width: 991px) {
    .navbar-brand img{max-height: 50px;}
    #about{padding: 30px 0; text-align: center;}
    #about img{margin-bottom: 30px;}
    #about ul li, ul li{text-align: left;}
.m-order-1{order: 1;}
.m-order-2{order: 2;}
.m-order-3{order: 3;}
.m-order-4{order: 4;}
#gallery a{height: auto !important;}


}



@media (max-width: 767px) {
    .footer-heading, .footer-title, .footer-title-sub {
        text-align: center;
    }
    .footer-apps {
        justify-content: center !important;
    }
    .footer-social {
        justify-content: center;
    }
}