.cnvs-switcher-container {
  display: none;
}
.slider-element {
  background: red;
  z-index: 0;
}
.heading-block > span:not(.before-heading) {
  font-weight: 300;
  color: #3d3d3d;
}
.slider-element::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 5, 0.58);
}

.main_block {
  background: var(--cnvs-themecolor);
  padding: 25px;
  
}
.main_block h2 {
  color: white;
}
.main_block span {
  color: white !important;
}

.slider-font {
  font-size: 18px;
  margin: 0;
}
.slider-head {
  font-weight: 600; color: #fffdb1; font-size: 1.5rem;
}

.float {
  border-radius: 35px;
  border: 1px solid #f0a540;
  background: white;
  color: #f0a540;
}
.fab-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50px; /* pill shape */
    padding: 12px 24px;
    font-weight: 600;
    z-index: 1050; /* stay above content */
  }

  
@media (min-width: 768px) {
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
}

.head1 {
  font-size: 60px; margin: 0; font-weight: bold; line-height: 60px;
}
.head2 {
  font-size: 30px ; padding: 0; margin: 0; 
  text-transform: uppercase;
  
}

@media (max-width: 576px) {
  .min-vh-md-100 {
    min-height: 60vh !important;
  }
  .button.button-large {
    --cnvs-btn-padding-x: 1.3rem;
    --cnvs-btn-padding-y: 0.5rem;
  }
  .head1 {
    font-size: 30px; margin: 0; font-weight: bold; line-height: 60px;
  }
  .head2 {
    display: none;
  }

}

.center .heading-block > span, .heading-block.center > span, .heading-block.text-center > span, .text-center .heading-block > span {
  max-width: none;
}

.heading-block > span:not(.before-heading) {
  font-weight: 400;
}

.fw-normal {
  font-weight: 700 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--cnvs-body-font);
}



.text-n {
  font-size: 1.2rem;
  color: #fffffff0;
  padding: 10px;
}



/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 20px 30px;
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
}

.close {
  color: #2E1B8F;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #1c1360;
}

.banner {
  background: url('../images/banner.jpg') center center no-repeat;
    background-size: auto;
  background-size: cover;
  min-height: 16vh;
}

.h-100 {
  font-weight: bold;
}

.modal-content h2 {
  font-size: 25px;
  padding: 20px 0 0;
}
.modal-content input::placeholder {
  color: #B8B8B8; /* A lighter shade of #4C3FB5 */
}

.modal-content label {
  font-weight: 500;
  color: #374FA4;
  margin-bottom: 2px;
}
@media (max-width:576px) {
  .fa-3x {
  font-size: 2em;
  }
.banner {
  min-height: 16vh;
  }
    .slider-font {
    font-size: 18px; line-height: 1.2;
  }
  .slider-head {
    font-size: 1.3rem;
  }
  #header-wrap {
  background-color: #374ea2;
  border-bottom: 1px solid #ededed6e;
}
}

#logo {
  width: 200px;
}
#footer {
  background: #374ea1;
}



 /* Container styles */
        .slideshow-container {
            max-width: 1300px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            height: 600px; /* Adjust height as needed */
        }
        
        /* Slide styles */
        .slide {
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            background-size: cover;
            background-position: center;
        }
        
        .slide.active {
            opacity: 1;
        }
        
        #logo {
          width: 180px;
        }
        /* Navigation dots */
        .dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
        }
        
        .dot {
            width: 12px;
            height: 12px;
            margin: 0 5px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .dot.active {
            background-color: white;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .slideshow-container {
                height: 300px;
            }
        }
}











