/********** Template CSS **********/

:root {
    --bs-primary: #ca9400;
    --bs-secondary: #FDBE33;
    --bs-light: #F4F6F8;
    --bs-dark: #040F28;
    --bs-link-color: #e2e2e2;
    --bs-link-color-rgb:var(--bs-primary);
    
  }

  .text-primary {
    color: var(--bs-primary) !important;
  }
  .bg-cont{
   background-color: rgb(181 181 181) !important;
  }
  
  .bg-primary-subtle {
    position: relative;
    background-color: #ffffff !important;
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-image: 
    repeating-linear-gradient(294deg, #FFFFFF2E 93%, #00060A00 100%),repeating-radial-gradient(75% 75% at 238% 218%, #FFFFFF12 47%, #C8BFBF14 65%),radial-gradient(99% 99% at 109% 2%, #A76800FF 27%, #FFFFFFFF 100%),linear-gradient(181deg, #F09603FF 0%, #5C59592E 100%);
  }

  .bg-nav{
    position: relative;
    background-color: #ffffff !important;
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-image: repeating-linear-gradient(308deg, #FFFFFF2E 85%, #00060A00 100%),repeating-radial-gradient(64% 75% at 244% 198%, #FFFFFF12 26%, #C8BFBF14 65%),radial-gradient(99% 99% at 127% 17%, #A76800FF 5%, #FFFFFFFF 128%),linear-gradient(181deg, #F09603FF 0%, #5C59592E 67%)
  }
  
  .bg-primary-subtle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
    pointer-events: none;
  }
  .hero-text{
    color: #000000;
  }

  .lead{
    color: #605b5b;
  }

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.logo-navbar {
    width: 120px;
}

.logo-navbar1{
    width: 64px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--bs-light);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .7);
    z-index: 1;
}

@media (max-width: 576px) {

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

@media (min-width: 992px) {
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        display: none;
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--bs-primary)
    }
}

.logo1-footer {
    height: 90px;
}

.logo-footer {
    width: 200px;

}

.text-left {
    text-align: start;
}

.service-logo {
    width: 50px;
    height: 50px;
}

/* Custom CSS for Client Logos */
.owl-carousel .item {
    text-align: center;
    /* Center aligns each logo horizontally */
    padding: 10px;
    /* Adds padding around each logo */
}

.owl-carousel .item img {
    max-width: 100%;
    max-height: 500px;
    /* Set maximum height for uniformity */
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.footer-row {
    padding-bottom: 3rem;
}

.carousel-caption {
    text-align: start;
}

.subtext-carousel {
    color: #aeaeaf;
}

.footer {
    margin-top: 5rem;
}

.service-images {
    height: 40rem;
    width: 35rem;
    object-fit: cover;
}

.contact-header {
    background: linear-gradient(rgba(4, 15, 40, .7),
            rgba(4, 15, 40, .7)), url(../img/contact-us.jpg) center center no-repeat;
    background-size: cover;
}

.products-header {
    background: linear-gradient(rgba(4, 15, 40, .7),
            rgba(4, 15, 40, .7)), url(../img/products.jpg) center center no-repeat;
    background-size: cover;
}

.service-header {
    background: linear-gradient(rgba(4, 15, 40, .7),
            rgba(4, 15, 40, .7)), url(../img/services.jpg) center center no-repeat;
    background-size: cover;
}

.about-header {
    background: linear-gradient(rgba(4, 15, 40, .7),
            rgba(4, 15, 40, .7)), url(../img/about-header.jpg) center center no-repeat;
    background-size: cover;
}

.service-img {
    max-height: 4rem;
    max-width: 15rem;
    /* Adjust this value as needed */
    height: auto;
}

.sidebar {
    background-color: #343a40;
    /* Navbar bg color */
    width: 22%;
}

.sidebar .nav-link.active {
    background-image: linear-gradient(to right, #BA8B02 25%, #181818 96%, #BA8B02 100%);
    color: white;
    text-transform: uppercase;
    border-radius: 2px;
}

.sidebar-row {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

.main-product-container {
    padding-top: 2rem;
    padding-left: 2rem;
}


.btn-contact {
    position: relative;
    font-weight: 600;
    background-image: linear-gradient(to right, rgb(30, 19, 12) 0%, rgb(167 121 44) 51%, rgb(30, 19, 12) 100%);
    margin-top: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 2px;
    display: block;
    border: none;
    width: fit-content;
    text-decoration: none;
}

.btn-contact:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: relative;
    background: none;
    color: transparent;
    font-size: 0;
    /* Hides text */
}

.owl-nav .owl-prev::after,
.owl-nav .owl-next::after {
    font-size: 16px;
    /* Adjust arrow size */
    color: #fff;
    /* Arrow color */
    content: '\f104';
    /* Left arrow for prev */
}

.owl-nav .owl-next::after {
    content: '\f105';
    /* Right arrow for next */
}

.container {
    max-width: 90%; /* Increase the width to 90% of the viewport */
    margin: 0 auto;
    position: relative; /* Ensure relative positioning for the container */
}

.hero-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.triangle {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
}

.collage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    perspective: 1000px;
}

.collage-item {
    position: relative;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.item1 {
    grid-column: span 2;
    grid-row: span 2;
    height: 300px;
    animation: float1 10s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.item2 {
    grid-column: span 1;
    grid-row: span 1;
    height: 150px;
    animation: float2 10s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.item3 {
    grid-column: span 1;
    grid-row: span 2;
    height: 300px;
    animation: float3 10s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.item4 {
    grid-column: span 1;
    grid-row: span 1;
    height: 150px;
    animation: float4 10s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.item5 {
    grid-column: span 2;
    grid-row: span 1;
    height: 150px;
    animation: float5 10s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.item6, .item7, .item8 {
    grid-column: span 1;
    grid-row: span 2;
    height: 150px;
    animation: float6 10s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.collage-item:hover {
    transform: translateZ(-20px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

@keyframes float1 {
    0%, 100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translate(0, 0);
    }
    25% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(15px, -10px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-15px, -20px);
    }
    75% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-15px, 10px);
    }
}

@keyframes float2 {
    0%, 100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translate(0, 0);
    }
    25% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-15px, -5px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translate(15px, -15px);
    }
    75% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(15px, 10px);
    }
}

@keyframes float3 {
    0%, 100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translate(0, 0);
    }
    25% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(10px, -15px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-10px, -25px);
    }
    75% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-10px, 15px);
    }
}

@keyframes float4 {
    0%, 100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translate(0, 0);
    }
    25% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-10px, -8px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translate(10px, -18px);
    }
    75% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(10px, 8px);
    }
}

@keyframes float5 {
    0%, 100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translate(0, 0);
    }
    25% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(8px, -12px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-8px, -22px);
    }
    75% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-8px, 12px);
    }
}

@keyframes float6 {
    0%, 100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translate(0, 0);
    }
    25% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-8px, -10px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translate(8px, -20px);
    }
    75% {
        box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.2);
        transform: translate(8px, 10px);
    }
}

.nav-link-separator {
    display: block;
    height: 1px;
    background-color: #ccc; /* Adjust color as needed */
  }
  
  .sidebar .nav-link{
    padding: 25px;
  }

.img-fluid{
    height: 20rem;
    object-fit: cover;
}

.bg-transparent {
    background-color: transparent !important;
}

.navbar {
    background-color: transparent !important; /* Make the navbar background transparent */
    border: none !important; /* Remove border */
    box-shadow: none !important; /* Remove shadow */
    z-index: 1000; /* Ensure the navbar stays above the hero section */
    transition: background-color 0.3s ease;
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--bs-dark);
    outline: none;
    transition: .5s;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--bs-primary);
    
}

/* Adjusting the hero section */
.hero-section {
    position: relative;
    margin-top: -110px; /* Adjust this value according to your navbar height */
    padding-top: 98px; /* This value should be the same as the negative margin to ensure content is not hidden */
}

/* Optional: Adding transparency to the navbar when scrolling */
.navbar.scrolled {
    background-color: rgba(4, 15, 40, 0.9); /* Adjust this color as needed */
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8); /* Example background color */
  }


@media (max-width: 576px) {
    .custom-padding {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (max-width: 767.98px) {
    .custom-inner-padding {
        padding: 0 !important;
    }

    .custom-image-container {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .custom-image {
        height: auto !important;
    }

    .about-text, .about-image{
        margin-top: 0;
    }
    .sidebar {
        width: 32%;
    }
    
    .sidebar .nav-link {
        padding: 5px;
        font-size: 10px;
    }
    
    .sidebar-title {
        padding: 1.5rem 0.3rem;
        font-size: 20px;
    }
    
    #product-category {
        padding: 0 15px;
    }
    
    .product-image {
        height: 100px;
    }
    
    .footer {
        margin-top: 3rem;
    }
    .row {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .custom-image-container {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .custom-image {
        height: auto !important;
        margin-top: 0 !important;
    }
       
}

.navbar-dark .navbar-nav .nav-link-home{
    color:rgb(43 43 43);
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    outline: none;
    transition: .5s;
    text-decoration: none;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link-home:hover, .navbar-dark .navbar-nav .nav-link-home.active{
    color: #ddd;
}

.h-divider {
    margin: auto;
    margin-top: 5px;
    width: 80%;
    position: relative;
  }
  
  .h-divider .shadow {
    overflow: hidden;
    height: 10px;
  }
  
  .h-divider .shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 150px/12px;
    box-shadow: 0 0 6px rgb(245, 244, 242);
  }

  .product-image {
    width: 100%; /* Ensures the image fills the width of the card */
    height: 200px; /* Sets a fixed height for the images */
    object-fit: contain; 
}

/* Additional styles for consistency */
.card {
    margin-bottom: 20px;
}

.card-title {
    font-size: 1.2rem;
    text-align: center;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-primary);
}

.sidebar-title{
    color: var(--bs-light);
    text-align: center;
    padding: 1.5rem 0;
}

a{
    text-decoration: none;
}

/* Add this to your style.css file */
.max-width-container {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
  }
  
  /* For the navbar background to span full width */
  .bg-transparent.pe-lg-0.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  /* For the hero section background to span full width */
  .hero-section.bg-primary-subtle.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Ensure full-width backgrounds */
.bg-transparent.pe-lg-0.px-0,
.hero-section.bg-primary-subtle.px-0,
.footer.container-fluid.position-relative.bg-nav.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Center content with max-width */
.max-width-container {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Adjust navbar positioning */
.navbar {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom Button Color */
.btn-custom-red {
    background-color: #ff1212;
    border-color: #ff1212;
    color: white;
  }
  
  .btn-custom-red:hover {
    background-color: #e01111; /* Darker red for hover effect */
    border-color: #e01111;
  }
  