body {
    background-color: #111; /* Full black background */
    color: #fff;
    font-family: Arial, sans-serif;
  }
p{
  font-family: monospace;
  font-size: 14px;
}
  .section-box {
    background: #000; /* Dark gray box */
    padding: 2rem;
    margin: .5rem auto;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  h1, h2, h3 {
    color: #f5f5f5;
  }
  .navbar {
    background-color: transparent !important;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  
  @media (min-width: 768px) {
    h1 {
      font-size: 4rem;
      line-height: 1.2;
    }
  }
  
  @media (min-width: 1200px) {
    h1 {
      font-size: 6.5rem;
      line-height: 1.1;
    }
  }
  

nav a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

nav a:hover {
    color: #fff; /* Accent color */
}

h1, h2, h3, h4, h5, h6, a, p, span{
    color: #fff !important;
}
.head-custom {
    letter-spacing: -10px;
    line-height: 13px;
}

.head-custom h1 {
    line-height: 100px;
}
.ch-100{
  min-height: 80vh;
  padding: 15px;
}

.ch-50{
  min-height: 50vh;
}

.section-head h1 {
    letter-spacing: -3px; /* default for mobiles */
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) {
    .section-head h1 {
      letter-spacing: -5px; /* tablets & up */
    }
  }
  
  @media (min-width: 1200px) {
    .section-head h1 {
      letter-spacing: -10px; /* desktops & large screens */
    }
  }
  

  .ln > h1{
    line-height:105px;
  }
  @media (max-width: 768px) {
    .ln > h1 {
      line-height: 50px; /* tablet */
    }
  }
  
  @media (max-width: 480px) {
    .ln > h1 {
      line-height: 40px; /* mobile */
    }
  }
  a.btn-round {     /* necessary for padding to work */
    width: 140px;                 /* width of the button */
    height: 140px;                    /* horizontally center the text */
    border: 2px solid #fff;      /* border color */
    border-radius: 50%;          /* makes it circular */
    color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* Medium devices (tablets) */
@media (max-width: 992px) {
  a.btn-round {
    width: 100px;
    height: 100px;
    padding: 20px;
    font-size: 0.9rem;
  }
}

/* Small devices (mobiles) */
@media (max-width: 576px) {
  a.btn-round {
    width: 80px;
    height: 80px;
    padding: 12px;
    font-size: 0.75rem;
  }
}
.para-text{
  font-size: 23px;
}

.section-proud{
  background: url(./img/0.jpg);
}

.img-custom-round{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.card{
  background: transparent;
}

hr {
  border: none;            /* remove default browser style */
  height: 1px;             /* thickness */
  background-color: #fff; /* color */
  border-radius: 3px;  
  opacity: 1;    /* rounded corners */
}

.col-box{
      /* min-height: 5vh; */
      border: 3px solid #fff;
      display: flex;
      flex-direction: row;
      /* align-items: center; */
      padding: 12px;
}

.news-box {
  border: 2px solid #fff;
  padding: 15px;
  border-radius: 15px;
}

p.testimonials {
  font-family: cursive;
}

.section-white {
  background: #edf0f2;  
}

.section-white, 
.section-white * {
  color: #111 !important;
}

.award-box {
  text-align: center;
}
h2{
  text-transform: uppercase;
}

.section-grey {
  background: #343a40;  
}

.section-grey, 
.section-grey * {
  color:#fff!important;
}
.img-tvs {
  height: 50vh;
  width: 100%;
  background: url("./img/10.jpg") no-repeat center;
  background-size: 100% 200%;   /* stretch vertically (2x) */
  background-position: center center; /* keep middle 50% */
}


.img-tvs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* Crops from top, adjust as needed */
}

.content-box {
  border: 1px solid;
  padding-bottom: 75px;
  margin-bottom: -87px;
  min-height: 35vh;
  border-bottom: none;
}

/* Remove background and hover effect */
.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  color: inherit !important; /* keep text normal */
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important; /* remove blue focus outline */
}

.accordion-item{
  background: transparent;
  border: none;
}


.hr-white {
  border: none;            /* remove default browser style */
  height: 1px;             /* thickness */
  background-color: #111; /* color */
  border-radius: 3px;  
  opacity: 1;    /* rounded corners */
}