/* our activities */
.feature-modern-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
  .view-activities{
    color: #1a237e !important;
  }
  .view-activities:hover {
    color: white !important;
  }
.img-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-label {
  padding: 0 10px;
}
.option-item .contact-btn{
  display: block !important;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
 @media only screen and (max-width: 767px) {
    .top-header-area{
      display: none !important;
    }
    .option-item .default-btn{
      display: none !important;
    }
  }
.card-label h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #111;
}

.arrow-icon {
  font-size: 35px;
  font-weight: bold;
  color: #E44498 !important;
  padding-left: 8px;
  transition: transform 0.3s;
}

.card-label:hover .arrow-icon {
  transform: translateX(5px);
}

@media (max-width: 576px) {
  .img-wrapper {
    height: 250px;
  }
}
 
/* our blog */
.featured-blog-card{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px; 
  background-color: #fff; 
  padding: 10px;
}
.featured-blog-card.img-wrapper {
  height: 100%;
  max-height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.featured-blog-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-blog-card .content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a237e;
}

.mini-blog {
  align-items: center;
  min-height: 100px;  
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px; 
  background-color: #fff; 
  padding: 10px;
       
}
/* @media (max-width:768px) {
  .mini-blog{
    margin-top: 20%;
  }
} */
.mini-blog img {
  width: 80px;
  height: 80px;         
  object-fit: cover;
  border-radius: 6px;
}

.mini-blog h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
  
}

.mini-blog p {
  font-size: 12px;
  margin: 0;
  color: #666;
  line-height: 1.3;
}
  .view-activities {
   color: #E44498 !important;
    transition: color 0.3s ease;
  }

  .view-activities:hover {
    color: #fff !important;
  }

  /* our features */
  .icon-box img {
  height: 60px;
}

.icon-box h6 {
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

/* FAQ */
.accordion-button {
  background-color: white;
  color: black;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  /* color: black; */
}

.accordion-body {
  background-color: white;
  color: black;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}
.nav-link:hover {
  color: #E44498 !important;
}
 .dropdown-menu .dropdown-item:hover {
  background-color:#E44498 ;
  color: white !important;
  padding: 7px !important;
  /* width: fit-content !important; */
}
.view-activities:hover {
  color: white !important;
}

.dropdown-item {
padding: 7px !important;
}

.location img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

.details-top-content {
  position: relative;
  z-index: 1;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  overflow: hidden;
}
.icon-top-left {
  top: 10px;
  left: -50px;
  font-size: 50px;
}

.icon-bottom-right {
  bottom: 10px;
  right: -100px;
 
}
@media (max-width:768px) {
img.icon-bottom-right {
  bottom: 70px;
  right: 10px;
  height: 180px;
}
img.icon-top-left {
top: 120px;
  right: 10px;
  height: 180px;
}
}

.bg-icon {
  position: absolute;
  opacity: 0.04; 
  height: 250px;   
  width: auto;    
  z-index: 0;
  pointer-events: none;
}

 .dropdown-col .dropdown-header,
  .dropdown-col .dropdown-item {
    font-size: 16px;
    margin-top: 1px;
  }
@media (max-width: 767.98px) {
  .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    border-radius: 0;
    overflow-x: hidden;
     
  }

  .dropdown-menu .row {
    flex-direction: column; 
    margin: 0; 
  }

  .dropdown-col {
    width: 100%;
    border-right: none !important;
    padding: 0 15px;
    margin-bottom: 1rem;
  }
@media (max-width:768px) {
   .dropdown-col {
    width: 50%;
    border-right: none !important;
    padding: 0 15px;
    margin-bottom: 1rem;
  }
}
  .dropdown-col .dropdown-header,
  .dropdown-col .dropdown-item {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 16px!important;
     margin-top:0 !important;
  }
  a.meanmenu-reveal{
    margin-top: 10px;
  }
  .option-item .default-btn{
    color: #fff;
  }
}

.form-group {
  position: relative;
  overflow: visible; 
 
  
}

select.form-control {
  position: relative;
  z-index: 101;
  background-color: #fff;
}
.our-mission-vision {
 
}

.section-title {
  font-weight: 700;
  color: #222;
}

.section-subtitle {
  font-size: 1rem;
  color: #777;
  margin-top: 0.5rem;
}

.mission-vision-item {
 padding: 15px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.mission-vision-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ff5ea2;
}

.icon-box img {
  width: 35px;
  height: auto;
}

.mission-vision-item h4 {
  color: #ff2f84;
  font-weight: 600;
}
.text-pink {
  color: #ff2f84;
}

.border-pink {
  border-color: #ff5ea2;
}
.dark-bg-dark {
  background-color: #1c1c1e; /* or whatever dark theme bg you're using */
}
.text-secondary-emphasis {
  color: #555; /* Auto-tweak this for dark mode if needed */
}


  .footer-area .single-footer-widget ul li a {
    font-size: 14px !important; 
  }
  .footer-area .single-footer-widget p {
  font-size: 14px !important; 
}

/* landing page style */
@media (min-width: 768px) {
  .training-form {
    padding-top: 10px !important ;
  }
}
.testimonial-img {
  width: 200px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
@media (max-width:786px) {
 .testimonial-img {
  width: 200px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
} 
}
@media (max-width: 768px) {
  .banner-slider-item-style2.bg-1 {
    background-image: url('assets/images/mobile-banner.png');
   
  }
  .banner-slider-item-style2.bg-2 {
    background-image: url('assets/images/mobile-banner.png');
   
  }
}
.insta-icon {
    font-size: 40px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media (max-width: 576px) {
  .top-header-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

 /*Force FAQ accordion icon to white in dark mode */
.theme-dark .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
