/* Hero Section */
.hero-section {
    background-image: url('Images/background.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
  }
  .top-bar a {
    text-decoration: none;
    color: inherit; /* Inherits the color from the parent element */
  }
  
  .top-bar a:hover {
    text-decoration: underline;
  }
  .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
    z-index: 1;
  }
  
  /* Hero Content */
  .hero-content {
    position: relative;
    z-index: 2; /* Ensures content is above overlay */
    padding: 2rem;
    max-width: 80%; /* Limits width for better layout */
    margin-left: 10%;
  }
  .hero-content h1 {
    font-size: 2.5rem; /* Large font size for heading */
    margin-bottom: 1rem;
}

/* Paragraph */
.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.hero-content .btn-primary {
    background-color: #007bff; /* Bootstrap primary color */
    border: none;
    padding: 10px 20px;
    color: white;
    font-size: 1.2rem;
    border-radius: 5px;
}
  
.top-bar {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between; /* Positions items at opposite ends */
    align-items: center; /* Centers items vertically */
    padding: 8px 20px; /* Adds padding to both ends */
    font-size: 0.9em;
  }
  
  .contact-info, .email-info {
    margin: 0 15px;
  }
  @media (max-width: 768px) {
    .contact-info, .email-info {
        font-size: 0.8em; /* Smaller font size for tablets or small screens */
    }
}

@media (max-width: 576px) {
    .contact-info, .email-info {
        font-size: 0.7em; /* Even smaller font size for mobile screens */
    }
}
  /* Navbar Styles */
  .navbar {
    background: transparent; /* Fully transparent */
    z-index: 2; /* Above overlay */
  }
  
  .navbar .nav-link {
    color: white !important;
  }
  
  .navbar .nav-link:hover {
    color: #add8e6;
  }
  /* Toggle Button Styling */
.navbar-toggler {
    border: none; /* Remove default border */
    z-index: 2; /* Ensure it’s above overlay */
  }
  
  .navbar-toggler-icon {
    background-color: rgba(185, 158, 136, 0.4);
    border-radius: 4px;
    padding: 5px;
  }

  @media (max-width: 768px) {
    .hero-content {
        max-width: 90%; /* Adjust width on smaller screens */
        margin-left: 5%; /* Reduce left margin on smaller screens */
        text-align: center; /* Center text on smaller screens */
    }

    .hero-content h1 {
        font-size: 1.8rem; /* Smaller font size for heading */
    }

    .hero-content p {
        font-size: 1rem; /* Smaller font size for paragraph */
    }

    .hero-content .btn-primary {
        font-size: 1rem; /* Adjust button font size */
        padding: 8px 16px; /* Adjust button padding */
    }
}

.brand-logos {
    background-image: url('Images/brandsBackground.png');
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
    gap: 25px 140px;
  }
  
  .logo-card {
    background-color: #add8e6; /* Light blue background */
    border-radius: 4px;
    padding: 5px;
    width: 180px;
    display: flex;
    max-height: 75px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
  }
  
  .logo-card img {
    max-width: 100%;
    height: auto;
  }
  
  .logo-card:hover {
    transform: scale(1.05);
  }

.about-us {
    font-size: 2.5rem; 
    text-align: center; 
    margin: 20px 0; 
}

@media (max-width: 768px) {
    .about-us {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .about-us {
        font-size: 1.5rem; 
    }
}
.about-section {
background-image: url('Images/about-us-background.png');
background-size: cover;
}
.ourcool-services{
    background-image: url('Images/OurCoolServices.png');
    background-size: cover;
    min-height: 80vh;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; 
    padding: 70px; 
}

.card.OurCoolServiceCard {
    width: 18rem;
    min-width: 400px;
    padding: 20px;         
    background-color: rgba(143, 216, 255, 0.8);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    border: none;          
}
@media (max-width: 768px) {
    .card.OurCoolServiceCard {
        min-width: min-content;
    }
}

/* Mobile view */
@media (max-width: 480px) {
    .card.OurCoolServiceCard {
        min-width: min-content; /* Makes the card width full on mobile */
    }
}

.card-body.OurCoolServiceBody {
    padding: 20px;         /* Adds padding inside the body for spacing */
    line-height: 1.6;      /* Increases line spacing for better readability */
}

.card-title {
    margin-bottom: 15px;   /* Adds space between the title and the paragraph */
    font-weight: bold;     /* Optional: Make the title stand out */
}

.card-text {
    margin-top: 10px;      /* Adds space if there are multiple paragraphs */
}
.box-left, .box-right {
    min-height: 300px; 
}

#technician3{

    margin-top: 100px;
}
#technician4{

    margin-top: 100px;
}
@media (max-width:768px) {
    #technician4,#technician3{
        margin-top: 10px;
    }
}
@media (max-width:480px) {
    #technician4,#technician3{
        margin-top: 20px;
    }
}

.box-right{
    margin-top: 200px;
    min-height: 500px;
    font-size: larger;
    border: 3px solid #8FD8FF; 
}
.box-right h3{
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .box-right {
        margin-top: 20px;
        
    }
}

/* Mobile view */
@media (max-width: 480px) {
    .box-right {
        margin-top: 20px;
        
    }
}
.fewReasonsHeader{
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
}
.fewreasonCards{
    margin: 70px;
    padding: 20px;
    
}
.fewreasonCardBody h5{
margin-bottom: 20px;
}
.fewReasonsImage{
width: 80%;
margin:50px 50px 0 50px ;
}

.feedback-container{
    margin-top: 40px;
    
}
.feedbackCard{
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.3); 
    margin-bottom: 40px;
}
.feedbackImage{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.under-main-bg{
    background-image: url('Images/service-centre-background.png');
    background-size: cover;
    background-position: center;
}
.cta-section {
    background-image: url('Images/Ultimate_experience.png'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px 20px;
    text-align: center;
  }
  .cta-content {
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
    font-size: large;
  }
  
  .cta-content h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  
  .cta-content p {
    font-size: 1em;
    margin-bottom: 30px;
  }
  
  .cta-content button {
    background-color: #3182ce;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .cta-content button:hover {
    background-color: #2b6cb0;
  }

  .contact-form-section {
    background-image: url('Images/send_us_a_message.png'); /* Replace with actual background image path */
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  
  .form-container {
    padding: 40px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
  }
  
  .form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  
  form input, form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #8FD8FF;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    opacity: 0.7;
  }
  
  form button {
    width: 100%;
    padding: 12px;
    background-color:transparent;
    color: white;
    border: color(from color srgb r g b);
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
  }

  form input::placeholder,
form textarea::placeholder {
    color: #ffffff;
    opacity: 0.7;
}
  
  form button:hover {
    background-color: #0056b3;
  }

  .footer-section {
    background-color: #1b1b1b;
    color: #888;
    padding: 40px 20px;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .footer-column {
    flex: 1 1 300px;
    max-width: 300px;
  }
  
  .company-info h3, .footer-column h4 {
    color: white;
    margin-bottom: 10px;
  }
  
  .newsletter {
    margin-top: 20px;
  }
  
  .newsletter-input {
    display: flex;
    margin-top: 10px;
  }
  
  .newsletter-input input {
    flex: 1;
    padding: 8px;
    border: 1px solid #555;
    border-radius: 5px 0 0 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #888;
  }
  
  .newsletter-input button {
    padding: 8px 12px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
  }
  
  .newsletter-input button:hover {
    background-color: #0056b3;
  }
  
  .social-icons {
    margin-top: 10px;
  }
  
  .social-icons a {
    margin: 0 5px;
    color: #888;
    text-decoration: none;
    font-size: 1.2em;
  }
  
  .social-icons a:hover {
    color: #007BFF;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #333;
    padding-top: 10px;
  }
  
  .footer-bottom p {
    margin: 5px 0;
    color: #555;
  }


  
  /* Responsive Design */
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      align-items: center;
    }
  }
