
@font-face {
    font-family: 'Gill_Sans_Standard';
    src: url('../fonts/GillSansStd.otf') format('otf');
   
}
.main-div{

   background-color: rgba(255, 255, 255, 0.85); /* Example: a semi-transparent background */
    width:60vw;
    justify-self:anchor-center;
    padding:40px;
    margin-top: 50px;
    position: relative;
   
}


p{
    font-family: 'Gill_Sans_Standard', sans-serif;

}
html, body {
    height: 100%;
}

h1,h2,h3,h4,h5,h6{

     font-family: 'Gill_Sans_Standard', sans-serif;

}

.accordion-body .img-thumbnail{
    width: 30rem;
}

/* Full-page background */


/* Light header overlay for readability */
.header-overlay {
    background: rgba(255, 255, 255, 0.856);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Logo */
.logo-img {
    max-height: 120px;
    padding-right: 100px;
}

.main-div-logo{
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
}

.main-div-text{
    
    padding-top: 50px;
}

/* Page Logo */
.page-img {
    max-height: 35px;
    padding-right: 100px;
}

/* Navbar text tweaks */
.navbar-light .nav-link {
    color: #333;
}

.navbar-light .nav-link.active {
    font-weight: 600;
    
}

.navbar{

    padding-left: 50px;
    padding-right: 50px;
}

.navbar li a:hover{

   
color: #3497c5;
}

.terms:hover{

   
color: #3497c5;
}

.navbar a{
    font-family: 'Gill_Sans_Standard', sans-serif;
}

/* About Section */


.about-box {
    background-color: #ffffff;
    border-left: 5px solid #3497c5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.about-box li {
    margin-bottom: 10px;
}

.hero {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  padding: 40px 50px;
  background-color: #ffffff;
  opacity: 80%;
  width: 80vw;
}
.herotext {

  display: flex;
  justify-content: center;
  padding: 40px 110px;
  background-color: #ffffff;
  opacity: 80%;
  width: 80vw;
}

.hero-inner {
  position: relative;
  width:100vw;
 
}

.hero-inner-blocks {
  position: relative;
  margin-left: 10vw;
  margin-right: 10vw;
  margin-bottom: 50px;
}

/* text */
.hero-content {
 padding-left: 20%;
 padding-right: 20%;
  font-family: 'Gill_Sans_Standard', sans-serif;
  font-size: 1.5rem;
}

/* text */
.hero-content-pages {
 
 
  font-family: 'Gill_Sans_Standard', sans-serif;
  font-size: 1.5rem;
}

/* decorative blocks */
.decor {
  position: absolute;
}

.decor-green {
  bottom: -20px;   /* pull closer */
  left: -20px;
  width: 100px;
}

.decor-blue {
  top: -20px;      /* pull closer */
  right: -20px;
  width: 100px;
}


/* Page wrapper */
.page-bg {
    position: relative;
    min-height: 100vh;
}

/* Shared background layer */
.bg-media {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    overflow: hidden;
}

/* Image background */
.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video background */
.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Header overlay */
.header-overlay {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Main content */
main {
    position: relative;
    z-index: 5;
}

/* Footer overlay */
.footer-overlay {
    z-index: 10;
    background: rgba(255,255,255,0.85);
    border-top: 1px solid rgba(0,0,0,0.1);
}


.lightbox-prev,
.lightbox-next {
  background: rgba(0,0,0,.6);
  color: white;
  font-size: 3rem;
  border: none;
  padding: 0 15px;
  cursor: pointer;
  z-index: 10;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0,0,0,.85);
}

.carousel-img {
  cursor: zoom-in;
}


.container-flex {
  display: flex; /* Activates flexbox on the parent */
  justify-content: start; /* Distributes space evenly around items */
}

.square {
  /* width: 25px;  Set a fixed width for the square shape */
  /* height: 25px; /* Set a fixed height for the square shape */
 
  /* margin-right: 5px; /* Adds space between squares */
  /* Center text inside the box (optional) */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
}

.accordian-header{

    font-family: 'Gill_Sans_Standard', sans-serif;

}

.accordian-button::after  {
  background-image: none !important; /* Remove the default chevron */
  content: ""; /* Needed for the pseudo-element to render */
  width: 1rem; /* Adjust size as needed */
  height: 1rem;
}

.accordion-button.collapsed::after {
   
    background-image: url('../images/edh_logo_small_accordian.png') !important;
    height: 2.5rem;
    width: 2.5rem;
    background-size: cover; 
}

.accordion-button:not(.collapsed)::after {
  /* Use your custom icon for the open state */
  background-image: url('../images/edh_logo_small_accordian.png') !important;
  height: 2.5rem;
    width: 2.5rem;
    background-size: cover; 
  /* Note: Bootstrap usually rotates the 'collapsed' icon 180deg,
           so you might need different images or adjust transforms */
}

.accordion-button:not(.collapsed){
    
    background-color: rgba(113, 162, 50,0.3);

}

.contact-btn {
    
    align-items: center;
    gap: 0.5rem;

    padding: 0.6rem 1.4rem;
    border-radius: 999px;

    font-weight: 600;
    text-decoration: none;

    
    color: #111;

    transition: all 0.25s ease;
}

/* Icon size */
.contact-btn i {
    font-size: 1.1rem;
}

/* Hover */
.contact-btn:hover {
    background: #2088b4;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

/* Focus (accessibility) */
.contact-btn:focus-visible {
    outline: 3px solid rgba(0,0,0,0.2);
    outline-offset: 4px;
}


.contact-section {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.contact-info {
    position: relative;
    
}

.contact-info .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.contact-info .content {
    max-width: 400px;
}

.info-block i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.info-block h6 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-form-wrapper {
    max-width: 520px;
    margin: auto;
}

.form-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
}

.form-control {
    border-radius: 0;
    padding: 0.75rem;
}

.form-control:focus {
    border-color: #00b050;
    box-shadow: none;
}

.btn-success {
    background-color: #00b050;
    border: none;
    font-weight: 600;
}

.btn-success:hover {
    background-color: #009040;
}

.form-success {
    animation: fadeInUp 0.5s ease forwards;
}

.form-success i {
    font-size: 3rem;
    color: #00b050;
    margin-bottom: 1rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile devices */
@media (max-width: 768px) {

    .bg-image,
    .bg-video,
    .page-background,
    .contact-section,
    .hero-section {
        background: none !important;
    }

}

@media (max-width: 768px) {
    .bg-video {
        display: none;
    }
   
}

@media (max-width: 1024px) {
   .main-div{
        width: 85vw;
    }
}


/* Styles for screens 599px and narrower (mobile devices) */
@media (max-width: 599px) {
    .main-div {
        width:100vw;
        padding: 15px;
    }

    .decor-green {
  bottom: -20px;   /* pull closer */
  left: -20px;
  width: 60px;
}
.main-div-logo{
    width: 50px;
}

.decor-blue {
  top: -20px;      /* pull closer */
  right: -20px;
  width: 60px;
}

h3{
    font-size: 1rem;
    padding-left: 20px;
}

h5{
    
    font-size:1rem;
}
.hero-content{

    padding-left: 0;
    padding-right: 0;
}
/*.hero-inner-blocks{
    margin-left: 0;
    margin-right: 0;
}*/

.footmobile{
    align-items: center;
}


}