:root {
  --bg-dark: #000000;
  --bg-dark-2: #121212;
  --red-primary: #C1121F;
  --text-white: #F5F5F5;
  --text-muted: #D1D5DB;
  --blue-accent: #2563EB;
  --yellow-accent: #FACC15;
}
html, body {
  overflow-x: hidden !important;
  width: 100%;
}


/* Navbar background */
.custom-navbar {
    background-color: #000000; /* black */
    height: 80px; /* optional */
    font-size: 1.2rem;
}

/* White hamburger icon */
.navbar-toggler {
  border: 1px solid #ffffff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Override default Bootstrap icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* Brand logo size */
.custom-navbar .navbar-brand img {
    height: 48px;
}

/* Nav links */
.custom-navbar .nav-link {
    color: #FFFFFF !important;
    font-weight: 500;
    margin-right: 20px;
}

/* Active & hover */
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
    color: #E10600 !important;
}

/* Toggler icon (mobile) */
.navbar-light .navbar-toggler {
    border-color: #FFFFFF;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

/* Button style */
.custom-navbar .btn-outline-success {
    color: #FFFFFF;
    border-color: #E10600;
}

.custom-navbar .btn-outline-success:hover {
    background-color: #E10600;
    border-color: #E10600;
}
.mains {
  max-width: 850px;
  width: 100%;
}

.mains h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--red-primary);
}

.mains span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
}

.mains p {
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.8;
}



.hero {
  min-height: 100vh;
   background: linear-gradient(
  to bottom,
  #000000 75%,
  #EB5656 100%
);
  padding: 120px 16px 60px;
  overflow-x: hidden;
}

.btn-blue{
    background-color: #2563EB;
    color: #FFFFFF;
    font-size: 1rem;
}
.btn-red{
    background-color: #C1121F;
    color: #FFFFFF;
    font-size: 1rem;
}
.btn-red,
.btn-red:hover,
.btn-red:focus,
.btn-blue,
.btn-blue:hover,
.btn-blue:focus {
    color: #FFFFFF !important;
    background-color: inherit;
    box-shadow: none;
}
.btn-blue {
  background-color: #2563EB;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 12px 28px;
  border: none;
}

.btn-red {
  background-color: #C1121F;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 12px 28px;
  border: none;
}

.containe-about{
  background-color: #000000;
}



.la-blue{
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #2563EB;
  width: 190px;
  height: 48px;
  text-align: center;
  border-radius: 40px;
  padding: 10px 12px;
}

.containe-about h2{
  color: #C1121F;
  font-weight: 700;
  font-size: 2rem;
}

.containe-about p{
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.8;
}


/* SERVICES SECTION */
.services-section {
  background-color: #000000;
}

/* Card */
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #111;
  height: 280px;
}

/* Image */
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Overlay Card */
.service-overlay {
  position: absolute;
  inset: 0;
  background: #ffffff;
  color: #000000;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 25px;
  text-align: center;

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s ease;
}

/* Text */
.service-overlay h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #C1121F;
  margin-bottom: 10px;
}

.service-overlay p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

/* Hover Effects */
.service-card:hover img {
  opacity: 0.15;
  transform: scale(1.05);
}

.service-card:hover .service-overlay {
  opacity: 1;
  transform: translateY(0);
}

.blue-check {
  color: #2563EB;   /* Your blue */
  font-size: 16px;  /* Adjust as needed */
  margin-right: 8px;
}
.cardwhy {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;

  /* responsive width */
  width: 100%;
  max-width: 400px;

  /* flexible height */
  min-height: 225px;

  border-radius: 8px;
  border: 1px solid #2563EB;
  padding: 1.25rem;
}

/* Heading */
.containe-about h3 {
  color: #C1121F;
  font-size: 1.8rem;
}

/* Icon */
.cardwhy {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  max-width: 400px;
  min-height: 225px;
  border-radius: 8px;
  border: 1px solid #2563EB;
  padding: 1.25rem;
}

/* ICON + TEXT IN SAME LINE */
.cardwhy i,
.cardwhy span {
  vertical-align: middle;
}

/* BETTER: FLEX ALIGNMENT */
.cardwhy i {
  font-size: 1.6rem;
  color: #2563EB;
  margin-right: 10px;
}

.cardwhy span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

/* TEXT */
.cardwhy p {
  color: #B3B3B3;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 10px;
}

.cardwhy {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardwhy:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
}

/* SECTION */
.contact-section {
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}

/* HEADINGS */
.contact-heading {
  font-size: 2rem;
  font-weight: 700;
}

.contact-subtext {
  color: #b3b3b3;
  font-size: 1rem;
}

.text-red {
  color: #C1121F;
}

/* about us page */
#heroabout{
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('service2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 80vh;
}
#heroabout h1{
  margin-top: 6rem;
}
#heroabout span{
  font-size: 2.2rem;
  letter-spacing: 4.4%;
  font-weight: 900;
}
#heroabout p{
 font-size: 1.2rem;
}
.aboutus {
  background-color: #F2F4F7;
}
.aboutus .box{
   color: #000;
   font-size: 1.4rem;
   padding-bottom: 2.4rem;
   font-weight: bold;
}
.aboutus .one{
  border-right: 1px solid  #DDDDDD;
  color: #444444;
}
.aboutus p{
  line-height: 2;
  color: #444444;
}
.aboutus .two{
 color: #444444;
}


.clients-section{
    background:#000;
    padding:100px 0;
}

.clients-title{
    font-size:1.5rem;;
    font-weight:700;
    color:white;
    letter-spacing:1px;
}

.clients-subtitle{
    color:#bfbfbf;
    margin-bottom:60px;
}

.client-card{
    background:#f3f3f3;
    padding:40px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:150px;
    transition:all .4s ease;
}

.client-card img{
    max-width:200px;
    max-height:180px;
}

.client-card:hover{
    transform:translateY(-8px) scale(1.03);
    box-shadow:0 15px 30px rgba(0,0,0,0.4);
}

.clients-note{
    margin-top:50px;
    color:#9c9c9c;
    font-size:14px;
}


#heroservice{
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('herosection.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 60vh;
}
#heroservice h1{
  margin-top: 5rem;
}
.term{
   margin-top: 5rem;
}

#heroservice span{
  font-size: 2.2rem;
  letter-spacing: 4.4%;
  font-weight: 900;
}
#heroservice p{
 font-size: 1.2rem;
}

.services-section{
background:#DDDDDD;
color:rgb(0, 0, 0);
}

.service-badge{
display:inline-block;
padding:8px 20px;
border:2px solid #0d6efd;
border-radius:30px;
font-weight:600;
color:rgb(3, 0, 0);
}

.service-title{
font-weight:700;
}

.service-subtitle{
color:#444444;
max-width:700px;
margin:auto;
}

.service-img{
width: 100%;
height: 320px;
border-radius: 10px;
object-fit: cover;
display: block;
}



.service-list{
list-style:none;
padding-left:0;
}

.service-list li{
margin-bottom:8px;
position:relative;
padding-left:25px;
}

.service-list li:before{
content:"✔";
position:absolute;
left:0;
color:#0d6efd;
font-weight:bold;
}

/* BOX */
.contact-box {
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 30px;
  background: #000000;
}

/* TITLE */
.box-title {
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
}

/* INFO ITEMS */
.info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.info-item i {
  font-size: 1.2rem;
  color: #2563EB;
  margin-top: 4px;
}

.info-item p {
  margin: 0;
  color: #b3b3b3;
  font-size: 0.95rem;
}

/* INPUTS */
.custom-input {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #ffffff;
}

.custom-input::placeholder {
  color: #888;
}

.custom-input:focus {
  background: transparent;
  color: #ffffff;
  border-color: #2563EB;
  box-shadow: none;
}

/* BUTTON */
.btn-red {
  background-color: #C1121F;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.btn-red:hover {
  background-color: #a50f19;
}

.custom-input {
  background-color: #000000;   /* BLACK background */
  color: #ffffff;              /* White text */
  border: 1px solid rgba(255,255,255,0.25);
}

/* Dropdown options */
.custom-input option {
  background-color: #000000;   /* Dropdown list background */
  color: #ffffff;
}

/* On focus */
.custom-input:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #2563EB;
  box-shadow: none;
}

.footer-section {
  background:#000000;
  color: #fff;
  font-size: 14px;
  
  padding:1rem;
}

.footer-logo {
  max-width: 140px;
}

.footer-text {
  line-height: 1.7;
}

.footer-highlight {
  color: #c1121f;
  font-weight: 600;
}

.footer-title {
  color: #c1121f;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list a{
  list-style: none;
  color: white;
   text-decoration: none;
}
.footer-list a:hover{
   color: #c1121f;
}

.footer-list li {
  margin-bottom: 8px;
  list-style: none;
  color:#ccc;
}

.footer-list li:hover {
  color: #c1121f;
   cursor: pointer;
}

.footer-social a {
  color: white;
  font-size: 18px;
  margin-right: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social a:hover {
  color: #c1121f;
  transform: translateY(-3px);

}

.footer-bottom {
  background: #111;
  padding: 15px 0;
  font-size: 13px;
  width: 100%;

}

/* Accordion button styling */
.accordion-button {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
}

.accordion-button:not(.collapsed) {
  color: #c1121f;
  background-color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}






/* Mobile Optimisation */
@media (max-width: 768px) {
  .service-card {
    height: 240px;
  }

  .service-overlay h4 {
    font-size: 1.1rem;
  }

  .service-overlay p {
    font-size: 0.9rem;
  }

  .contact-heading {
    font-size: 1.6rem;
  }

  .contact-box {
    padding: 22px;
  }
}



@media (max-width: 992px) {

  .hero {
    min-height: 90vh;
    padding-top: 60px;
    padding-bottom: 40px;
  }

   .custom-navbar {
    background-color: #000000 !important;
  }

  /* Mobile dropdown menu background */
  .navbar-collapse {
    margin-top: 12px;
    background-color: #000000;
    padding: 16px 20px;
  }

  /* Mobile nav links */
  .navbar-nav .nav-link {
    color: #ffffff !important;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #E10600 !important;
  }
  
  .mains {
     margin-top: 50px !important;
    }
  .mains h1 {
    font-size: 2.4rem;
  }


}

@media (max-width: 576px) {
  .mains {
     text-align: center;
  }

  .mains h1 {
    font-size: 1.9rem;
  }

  .mains span,
  .mains p {
    font-size: 1rem;
  }

  .btn-blue,
  .btn-red {
    width: 100%;
    margin-bottom: 12px;
  }

  .col-info{
      text-align: center;
  }

  .containe-about h2{
    font-size: 1.6rem;
  }
  .containe-about p{
    font-size: 1rem;
  }

  
  .cardwhy {
    max-width: 100%;
    min-height: auto;
  }

  .cardwhy span {
    font-size: 1.2rem;
  }

  .cardwhy p {
    font-size: 0.9rem;
  }

  .containe-about h3 {
    font-size: 1.5rem;
  }
}


/* | Section       | Background        | Heading     | Text      | Buttons     |
| ------------- | ----------------- | ----------- | --------- | ----------- |
| Header        | #0B0B0B           | Red         | White     | Blue        |
| Hero          | #121212           | Red         | White     | Blue        |
| About         | #FFFFFF / #F9FAFB | Black / Red | Dark gray | Blue        |
| Services      | #F3F4F6           | Red         | Dark      | Blue        |
| Why Choose Us | #FFFFFF           | Red         | Dark      | —           |
| CTA           | #0B0B0B           | White       | —         | Red or Blue |
| Footer        | #0B0B0B           | White       | Gray      | —           | */
