﻿* {
    font-family: "Arimo", serif;
}
html{
    scroll-padding-top:12rem;
    scroll-behavior:smooth;
}
.decorated-title {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 45px;
    color: #47699D;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}
.decorated-title::before, .decorated-title::after {
    content: '';
    width: 2%;
    border-top: 3px solid #47699D;
    margin: 0 30px;
}
p {
    line-height: 1.6;
    font-size: 21px;
    color: #0000008c; 
}
/* Mobile Responsive Body */
@media(max-width:1191px) {
    p{
        font-size: 19px;
    }
}
@media(max-width: 991px){
    .decorated-title{
        margin: 20px 0;
    }
    .decorated-title::before, .decorated-title::after{
        display: none;
    }
    p{
        font-size: 16px;
    }
}
@media(max-width:767px){
    .decorated-title {
        margin: 0;
        font-size: 29px;
    }
}
/*Header*/
.header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #47699D;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    align-items: center;
}
.navbar-logo img {
    width: 314px;
}
.navbar-nav a {
    font-weight: 500;
    transition: .3s;
}
.navbar-nav a:hover {
    color: #fff;
    opacity: .7;
}
@media(max-width: 991px) {
    .header {
        padding: 10px;
    }
    .navbar-logo img {
        width: 210px; 
    }
    .navbar-nav a {
        font-size: 18px;
        margin-left: 15px; 
    }
    .nav-links{
        padding: 0;
    }
}
@media(max-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
/*Home*/
.carousel-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); 
    z-index: 1; 
}
.carousel-background {
    z-index: 0;
    object-fit:cover;
}
/*About Us*/
.aboutBox {
    gap: 40px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.about-part {
    flex: 1 1 45%;
    min-width: 280px;
}
.about p {
    font-size: 1.2rem;
    color: #89868d;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.about-image {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.image-container {
    border-radius: 7px;
}
@media (max-width: 768px) {
    .aboutBox {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
        margin-top: 20px;
    }
    .about-part {
        flex: 1 1 100%;
    }
    .about p {
        font-size: 1rem;
    }
    .about-image {
        height: 300px;
        object-fit: cover;
    }
}
/* Product */
.content-section {
    background-color: #f8f9fa;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
}
.content-section img{
    display: flex;
    margin: auto;
    width: 15%;
}
.content-section p{
    text-align: center;
}
#section1 {
    display: block;
}
.menu {
    align-items: center;
    color: #9bc34e;
}
.menu-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
    text-align: center;
}
.menu-content {
    border: 1px solid rgba(255,255,255,.3);
    padding: 50px 0px;
    font-size: 16px;
    line-height: 30px;
    transition: 0.5s ease-in-out;
    border-radius: 7px;
    background-color: #fff;
    border: none;
}
.menu-content:hover {
    box-shadow: 1px 10px 35px rgba(0, 0, 0, 0.2);
}
.menu-content h4{
     color: #0000008c;
     font-size: 19px;
}
.menu-content p{
    font-size: 16px;
}
.menu-content img{
    height: 130px;
    width: auto;
    margin-bottom: 15px;
}
/* Responsive Product*/
@media(max-width:1255px){
    .product{
        width:95%;
    }
}
@media(max-width:991px){
    .content-section img{
        width: 50%;
    }
    .menu{
        margin:0;
        padding: 0;
        padding-bottom: 15px;
    }
    .menu-container {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 5px;
    }
    .menu-content {
        margin: auto;
        padding: 10%;
        width: 90%;
    }
    .menu-content h4{
        font-size: 16px;
    }
    .menu-content img{
        height: 70px;
        width: auto;
    }
    .content-section p{
        margin-top: 1rem;
    }
}
/* Contact Us*/
.contact {
    background-color: #f8f9fa;
}
.contact-info {
    background: linear-gradient(135deg, #47699D, #36557A);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    padding: 12px 0;
    border-radius: 8px;
}
.icon {
    font-size: 28px;
    margin-right: 15px;
}
.contact-info a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s;
}
.contact-info a:hover {
    color: #ecf0f1;
}
.contact-input .section-title{
    color: #47699D;
}
.contact h2 .section-title {
    font-weight: 600;
}
.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: border-color 0.3s ease;
}
.contact-form .form-control:focus {
    border-color: #9bc34e;
    box-shadow: 0 0 0 0.25rem rgba(155, 195, 78, 0.25);
}
.contact-form .btn {
    background-color: #9bc34e;
    border-radius: 100px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.contact-form .btn:hover {
    background-color: #7a9d3e;
}
@media (max-width: 767px) {
    .contact-info .contact-box {
        font-size: 1rem;
    }
}
/*Footer */
.footer {
    background: linear-gradient(135deg, #47699D, #2e3b56);
    border-top: 4px solid #47699D;
}
.footer .footer-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}
.footer .footer-title:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.footer .footer-item {
    align-items: center;
    margin-bottom: 13px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.footer-item:hover .footer-icon {
    transform: rotate(25deg);
}
.footer p {
    font-size: 16px;
    color: #cbd5e0;  
}
.footer-item a {
    color: #cbd5e0;
    transition: color 0.3s ease;
}
.footer-item a:hover {
    color: #ecf0f1;  
}
.footer-icon {
    font-size: 24px;
    color: #cbd5e0;
    transition: transform 0.3s ease;
}
.footer-icon:hover {
    transform: rotate(15deg);
}
.footer .footerBox {
    margin-bottom: 40px;
}
.copyright {
    border-top: 1px solid #47699D;
}
.footer-bottom-text {
    color: #cbd5e0;
    letter-spacing: 1px;
}
.footer-bottom-text a {
    color: #cbd5e0;
    transition: color 0.3s ease;
}
.footer-bottom-text a:hover {
    color: #ecf0f1;
}
/*Back To Top */
#backToTop {
    bottom: 20px;
    right: 20px;
    background-color: rgba(155, 195, 78, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: .3s ease-in-out;
}
 #backToTop:hover {
    background-color: #9bc34e;
 }







