/********** Template CSS **********/

        /* Styles for the page */
        .main-content {
            display: flex;
            flex: 1; /* Take remaining space */
            padding: 20px;
            gap: 20px;
            justify-content: center;
               margin-top: 100px; /* Adjust based on the height of the top bar */

        }
        
.about-section {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

 

        .card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 16px;
            margin: 16px 0;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }


      
.text-muted {
    color: #6c757d; /* Slightly lighter color */
}

/* Target the labels inside the right column of #image-container */
/* Target the labels inside the right column of #image-container */
/* Apply flexbox to spread labels horizontally */
#image-container .col-md-6 {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping if necessary */
  justify-content: space-between; /* Distribute labels evenly */
  align-items: flex-start; /* Align items vertically at the start */
  gap: 10px; /* Add spacing between labels */
}

#image-container .col-md-6 p.label-item {
  font-size: 1.2rem; /* Adjust font size */
  font-family: 'Quicksand', sans-serif; /* Use Quicksand font */
  font-weight: 700; /* Bold weight for emphasis */
  color: #2c3e50; /* Modern dark text color */
  text-align: left; /* Right-aligned text */
  padding: 5px 10px; /* Add internal spacing */
  background-color: #f9f9f9; /* Optional background for visibility */
  border-radius: 5px; /* Rounded corners */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words if needed */
  width: 100%; /* Ensure paragraph takes full width of container */
  box-sizing: border-box; /* Include padding and border in the width calculation */
}



.small {
    font-size: 0.875rem; /* Smaller text */
}
.green-line {
    width: 80%;
    height: 8px; /* Adjust the height as needed */
    background-color: green;
    margin: 20px auto; /* Centers the line and gives it some spacing */
}

/* Ensure the top bar is fixed */
.container-fluid.p-0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays above other content */
    background-color: #fff; /* Optional: Set background color to avoid transparency issues */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
}



  .sectionsentence {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 200px;
            padding: 0 20px;
            box-sizing: border-box;
            width: 90%;
        }


.text {
    display: inline-block;
    white-space: normal; /* Allow text to wrap */
    overflow: hidden;
    border-right: 2px solid #000;
    max-width: 80%; /* Ensure it doesn't overflow the container */
    word-wrap: break-word; /* Break long words to fit within the container */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.text img {
    vertical-align: middle;
    height: 1em; /* Adjust size as needed */
}

.cursor {
    animation: blink 0.75s step-end infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

        .banner, .about {
    margin-bottom: 0;
    padding-bottom: 0;
}

        .banner, .about {
    margin-bottom: 0;
    padding-bottom: 0;
}





.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

/* Ensure uniform height and centering for service items */
.service-item {
    min-height: 300px; /* Adjust this value as needed */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-item i {
    font-size: 4rem; /* Adjust icon size if needed */
}


.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 0;
    border-radius: 25%;
    z-index: 99;
     margin-bottom: 20px;
}

    .instagram-gradient {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}


.carousel-item img,
 {
    width: 100%;
    height: auto;
}

.carousel-item,
.testimonial-item {
    height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-footer {

    height: 20%;

}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 100px !important;
    }
}

/* General Styles */
.facts {
    padding: 40px 0; /* Adjust padding for top and bottom spacing */
    background-color: #007bff; /* Primary background color */
}

/* Mobile Devices (Phones) */
@media (max-width: 576px) {
    .facts {
        padding: 20px 0; /* Reduced padding for smaller screens */
    }

    .facts .row {
        flex-direction: column; /* Stack items vertically */
        text-align: center; /* Center-align text */
    }

    .facts .col-md-6 {
        margin-bottom: 20px; /* Add space between columns */
    }

    .facts .text-white {
        font-size: 14px; /* Smaller font size for mobile */
    }
}

/* Tablets (Portrait and Landscape) */
@media (min-width: 576px) and (max-width: 768px) {
    .facts {
        padding: 30px 0; /* Adjust padding for tablets */
    }

    .facts .text-white {
        font-size: 16px; /* Medium font size for tablets */
    }
}

/* Medium Devices (Desktops, 992px and up) */
@media (min-width: 992px) {
    .facts {
        padding: 40px 0; /* Larger padding for desktops */
    }

    .facts .text-white {
        font-size: 18px; /* Larger font size for desktops */
    }
}

/* Large Devices (Larger Desktops) */
@media (min-width: 1200px) {
    .facts {
        padding: 50px 0; /* Even larger padding for larger desktops */
    }

    .facts .text-white {
        font-size: 20px; /* Even larger font size for larger desktops */
    }
}

/* Flexbox Adjustments */
.facts .row {
    display: flex;
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    flex-wrap: wrap; /* Allow items to wrap */
}

.facts .col-md-6 {
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
}



h1.display-5 {
    margin-bottom: 10px; /* Adjust margin as needed */
}

       /* General styling for the button */
.modern-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #f57c00; ; /* Primary color */
    border: none;
    border-radius: 30px; /* Rounded corners for a modern look */
    text-decoration: none;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* Hover effect for the button */
.modern-button:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
    transform: translateY(-3px); /* Slightly lift the button */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

/* Focus effect for accessibility */
.modern-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); /* Focus ring for accessibility */
}



/* Add this temporarily to diagnose spacing issues 
* {
    border: 1px solid red; /* Temporarily add border to all elements 
}*/
/* Set the width and height of the carousel */

        
        .img {
            position: absolute;
            left: 20px;
        }


 .product-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    @media (max-width: 992px) {
        .product-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {
        .product-grid {
            grid-template-columns: 1fr;
        }
    }

    .product-card {
        background-color: white;
        padding: 15px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .product-card__image {
        width: 100%;
        height: 80%;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .product-card__title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .product-card__subtitle {
        font-size: 14px;
        color: #777;
    }
    
@keyframes marquee {
    from { transform: translateX(0%); }
    to { transform: translateX(-100%); }
}

.marquee-inner {
    animation: marquee 40s linear infinite;
    -webkit-animation: marquee 40s linear infinite; /* Safari and older browsers */
    -moz-animation: marquee 40s linear infinite;    /* Firefox */
    -o-animation: marquee 40s linear infinite;      /* Opera */
}

.marquee-inner img {
    height: 8vh;
    margin-right: 3%;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .marquee-inner img {
        height: 6vh;
        margin-right: 2%;
    }
}

@media (max-width: 480px) {
    .marquee-inner img {
        height: 5vh;
        margin-right: 2%;
    }
}

            

.nav-link {
        color: black !important; /* Change 'green' to your preferred color */
    }

.nav-link:hover {
        color: pink !important; /* Optional: Hover effect color */
    }

.navbar-toggler-icon {
        background-color: green !important;
    }

.navbar-toggler-icon:hover {
        background-color: brown !important; /* Optional: Hover effect color */
    }

    /* Ensure the layout is responsive */
    @media (max-width: 767px) {
        .navbar {
            background-color: #28a745; /* Change to desired color for mobile */
        }

        .search-bar {
            max-width: 100%; /* Adjust search bar to full width on smaller screens */
        }

        #product-container {
            max-width: 100%; /* Ensure product grid fits the screen */
        }

        .navbar-toggler-icon {
            background-color: green !important;
        }
         .lobster-font {
            font-family: 'Lobster', cursive;
        }
    }
