/* ======= NAV Bar ======= */
.navbar-nav.gap-30 .nav-item + .nav-item{
  margin-left:30px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}
section {
  scroll-margin-top: 80px; /* height of #mainNavbar */
}

.nav-line {
  position: fixed;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1020;}


.black-line {
  height: 1px;
  background: #485565;
}


.red-line {
  height: 3px;
  background: #df2228;
}

#mainNavbar .nav-link{
  color:#000;
  position:relative;      
  padding-top:0.8rem;
  padding-bottom:.5rem;
}

#mainNavbar .nav-link.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:12px;
  background:#485565;
  bottom:-15px;           
  z-index:1030;
}

/* ======= Hero section background ======= */
.hero-section {
  background: url('../images/HeroFull.jpg') center/cover no-repeat;
}

/* Ensure text shows clearly */
.hero-section p {
  font-size: 1rem;
  line-height: 1.4;
}

/* ======= About Us Section ======= */
.about-section .section-title,
.about-section .section-subtitle {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
}

.about-section .section-title {
  color: #df2228;
}

.about-section .section-subtitle {
  color: #000;
}

.about-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.about-section {
  background: url('../images/AboutusBG.jpg') no-repeat center top;
  background-size: auto;    
}

.vision-section {
  background: url('../images/OurvisionBG.jpg') center/cover no-repeat;
}

.vision-section .section-title {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
}

.vision-section p {
  font-size: 1.2rem;
  line-height: 1.2;
}

.vision-section .section-title {
  color: #df2228;
}

.vision-img {
  display: block;
  margin-bottom: -20px;
}

.quote-section {
  background-color: #485565;
}

.quote-section .quote-text,
.quote-section .quote-author {
  color: #fff;
}

.quote-section .quote-text {
  font-size: 1.2rem;
  line-height: 1.2;
}

.quote-section .quote-author {
  font-weight: 600;
}

/* 1. Smaller icon on mobile */
.quote-icon {
  max-width: 80px;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .quote-icon {
    max-width: 50px;
  }
}

/* 2. Reduce left/right padding and text margins on mobile */
@media (max-width: 576px) {
  .quote-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .quote-text {
    margin-right: 0.5rem !important;
  }
}

/* ======= Carousel section background ======= */


.entities-section .carousel-item {
  background: linear-gradient(to bottom, #e0e0e0, #ffffff);
  padding: 2rem;
}

/* Center slide content within its row */
.entities-section .carousel-item .row {
  margin: 0;
}

/* Ensure carousel wrapper stays 8 cols wide */
.entities-section .carousel {
  width: 100%;
}

/* Optional: adjust spacing inside slides */
.entities-section .carousel-item p {
  font-size: 1rem;
  line-height: 1.5;
}

.entities-logos a {
  display: block;
}



.entities-section .section-title,
.entities-section .section-subtitle {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
}

.entities-section .section-title {
  color: #df2228;
}


/* 2. Move the padding into a child wrapper */
.entities-section .slide-content {
  height: 100%;           
  display: flex;
  flex-direction: column;
  justify-content: center; /
}


.entities-section .carousel-inner {
  overflow: hidden;       
}


.entities-section .carousel-inner {
  padding: 0;
}

/* ======= Entities Section Updates ======= */

/* Narrow carousel wrapper on small screens */
@media (max-width: 767.98px) {
  .entities-section .col-10 {
    max-width: 100% !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .entities-section .slide-content {
    padding: 1rem !important;
  }
}

/* Default icon size */
.cs-icon {
  max-width: 70px;
  width: 100%;
  height: auto;
}

/* Smaller icon on mobile */
@media (max-width: 767.98px) {
  .cs-icon {
    max-width: 50px;
  }
}

.entity-logo--halls {
  max-width: 120px;
}
.entity-logo--aa {
  max-width: 180px;
}
.entity-logo--ls {
  max-width: 170px;
}
.entity-logo--ix {
  max-width: 160px;
}
.entity-logo--pd {
  max-width: 160px;
}

@media (max-width: 767.98px) {
  .entity-logo--halls {
    max-width: calc(120px * 0.8); /* 96px */
  }
  .entity-logo--aa {
    max-width: calc(180px * 0.8); /* 144px */
  }
  .entity-logo--ls {
    max-width: calc(180px * 0.8); /* 144px */
  }
  .entity-logo--ix {
    max-width: calc(180px * 0.8); /* 144px */
  }
  .entity-logo--pd {
    max-width: calc(180px * 0.8); /* 144px */
  }
}



/* Ensure consistent slide height */
.entities-section .carousel-inner,
.entities-section .carousel-item {
  height: 340px; /* adjust as needed */
  overflow: hidden;
}

/* Slide content wrapper */
.entities-section .slide-content {
  background: linear-gradient(to bottom, #e0e0e0, #ffffff);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Ensure arrows always visible */
.dark-icon {
  filter: invert(0) brightness(0) saturate(100%);
}

/* Position controls outside gradient on mobile */
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

/* Reduce horizontal padding on mobile slides */
@media (max-width: 767.98px) {
  .entities-section .slide-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


/* ======= Assiciates section background ======= */

.associates2-section {
  background-color: #e0e0e0; /* same grey as the top of the carousel gradient */
}

.associates2-section .section-title {
  color: #df2228;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
}

.associates2-row {
  display: flex;
  flex-wrap: wrap;
}

.assoc-col-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.assoc-col-70 {
  flex: 0 0 70%;
  max-width: 70%;
}

.assoc-col-70 .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== Responsive override for mobile ===== */
@media (max-width: 991.98px) {
  .assoc-col-30,
  .assoc-col-70 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .assoc-col-70 .row {
    justify-content: space-around;
  }
}

.contact-section {
  background: url('../images/Bottomsectionbackground.jpg') center/cover no-repeat;
}

.contact-section .section-title,
.contact-section .section-subtitle {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
}

.contact-section .section-title {
  color: #df2228;
}

.contact-card{
  background:rgba(255,255,255,.5);
  
  padding:2rem;
}

/* Pill-style red button */
.btn-coaxle{
  background:#df2228;
  color:#fff;
  border:none;
}
.btn-coaxle:hover,
.btn-coaxle:focus{
  background:#df2228;
  color:#fff;
}



/* ----------------------------------------- */



