/* ---------header new css ---------- */

/* Custom styles */
.logo img {
    max-width: 100%;
    height: auto;
}

.add {
    font-size: 1rem;
}

/* .contact-info {
    flex-wrap: wrap;
} */

.contact-item .info h6 {
    font-size: 0.9rem;
    margin: 0;
}

.contact-item small {
    font-size: 0.75rem;
    color: #888;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
}

/* Navbar styles */
.navbar-nav .nav-link {
    transition: background-color 0.3s;
    /* Smooth color change on hover */
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    /* Lighten background on hover */
}

/* Responsive adjustments */
@media (max-width: 600px) {

    header a {
        overflow: hidden;
        /* Prevent overflow */
        text-overflow: ellipsis;
        /* Show ellipsis */
        white-space: nowrap;
        /* Prevent line break */
    }

    header .top-address {
        display: none;
    }
}


@media (max-width: 1024px) {
    .contact-info {
        display: none !important;
    }
}




/* ----------------printing services-------------------------- */
.card-img-top {
    height: 250px; /* Adjust height as needed */
    object-fit: cover; /* Ensures the image covers the container without distortion */
    object-position: center; /* Center the image */
}

.card {
    border: none; /* Optional: removes the default border */
}

.card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.btn {
    font-size: 0.9rem;
    padding: 8px 15px;
}

/* --------------------------------welcome section------------------------ */
/* Welcome Section */
.welcome-container {
    padding: 30px;
    background-color: #f4f4f4;
}

.welcome-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.welcome-container p {
    font-size: 1.2rem;
    color: #555;
}

.img-wel img {
    width: 100%; /* Ensures the image is responsive */
    height: auto; /* Maintains aspect ratio */
}

/* Optional: Responsive text for smaller screens */
@media (max-width: 768px) {
    .welcome-container h1 {
        font-size: 2rem; /* Adjust font size for smaller screens */
    }

    .welcome-container p {
        font-size: 1rem; /* Adjust font size for smaller screens */
    }
}

/* --------------------glimpse of company------------------------- */
/* Company Glimpse Section */
.company-glimpse {
    background-color: #fcf7f7;
}

.highlight {
    color: red;
    text-decoration: underline;
}

/* Glimpse Card Styles */
.glimpse-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.glimpse-card:hover {
    transform: translateY(-5px);
    background-image: url('const-01.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Icon Styles */
.glimpse-card i {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.glimpse-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.glimpse-card p {
    font-size: 1rem;
    color: #666;
}





/* ------------------------------------custom css for custumer satisfaction---------------------------------- */
.container-fluid{
    position: relative;
    background: url('assets\imgs\background.jpg') no-repeat center center;
    background-size: cover;
}

.box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 100%; /* Full width for all screen sizes */
}

.box:hover {
    transform: translateY(-5px);
    background-image: url('cust-fun-01.jpeg');
}

.box img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.box p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .box {
        padding: 20px;
    }

    .box h3 {
        font-size: 18px;
    }

    .box p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .box {
        padding: 15px;
    }

    .box h3 {
        font-size: 16px;
    }

    .box p {
        font-size: 12px;
    }

    .box img {
        width: 40px;
        height: 40px;
    }
}

/* ---------------------------custom css for our stocks------------------------- */
.service-card {
    background-color: #fcf7f7;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-card:hover {   
    transform: translateY(-5px);
}

.service-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

h1 span {
    color: red; /* Highlight the word "STOCKS" */
}

/* Responsive styles can be further minimized by leveraging Bootstrap classes */

/* ------------------------footer----------------------------------- */

footer .overlay {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  footer .products-banner:hover .overlay {
    opacity: 1;
  }
  
  footer h4, footer h5 {
    font-size: 18px; /* Smaller font size for headings */
  }
  
  footer .footer-bottom p {
    font-size: 12px; /* Smaller font size for bottom text */
  }
  
  footer .input-group .form-control-sm {
    height: 32px; /* Decrease input height */
  }
  
  footer .input-group .btn-sm {
    padding: 6px 12px; /* Reduce button padding */
  }
  
  footer .form-select-sm {
    font-size: 12px; /* Smaller font size for select dropdown */
  }

/* -------------------------------Custom CSS for Our Products Section ------------------------------------*/

  .service-card img {
    width: 100%; /* Makes image responsive to its container */
    height: 350px; /* Fixed height for uniformity */
    object-fit: cover; /* Ensures the image covers the entire space without distortion */
    border-radius: 8px; /* Optional: Adds a small rounded corner to the images */
}

.static-carousel-img {
    width: 100%;            /* Ensures full width */
    height: 400px;          /* Fixed height for all images */
    object-fit: cover;      /* Ensures images fit without distortion */
    object-position: center; /* Center the image */
}

/* for welcome section */
/* Styling for the image */
.large-image {
    border-radius: 15px;  /* Rounded corners */
    width: 100%;          /* Full width of the column */
    height: auto;         /* Maintain aspect ratio */
    object-fit: cover;    /* Makes sure the image covers the area evenly */
}

/* Text styling for better readability */
.wel-text {
    font-size: 1.2rem;    /* Increase font size */
    line-height: 1.8;     /* Increase line height for readability */
    margin-top: 20px;     /* Adds space above the text */
}

/* Responsive Design */
@media (max-width: 768px) {
    .large-image {
        margin-bottom: 20px; /* Add margin below the image for small screens */
    }
}


