/* Base Bullet Styles */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

/* Active Bullet Style within a specific context */
.hero2 .left-sidebar .swiper-pagination121 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #404347;
}
.m-b40 {
    margin-bottom: 40px !important;
}
.m-t40 {
    margin-top: 40px !important;
}
.p-a30 {
    padding: 30px !important;
}
.icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.cus-icon-size {
    font-size: 28px !important;
}
.d-flex-cus{
    display: flex !important;
    align-items: center !important;;
}

@media only screen and (max-width: 767px) {
  .background-text {
    padding: 10px 0px !important;
  }
}
/* General styles for desktop */
header {
    height: 60px; /* Adjust the height as needed */
    position: relative;
}

header .logo {
    position: absolute;
    top: -20px; /* Adjust the value to control the overlap */
    left: 20px; /* Adjust the value to position the logo horizontally */
    height: 80px; /* Adjust the logo height as needed */
}

/* Adjust navigation to align with the reduced header */
header .navigation {
    margin-top: 15px; /* Adjust to align the navigation */
}

/* Mobile styles */
@media (max-width: 768px) {
    header {
        height: 50px; /* Adjust the height for mobile screens */
    }

    header .logo {
        top: 10px; /* Move the logo down on mobile screens */
        left: 10px; /* Adjust horizontal positioning if needed */
        height:60px; /* Adjust logo size for mobile screens */
    }

    header .navigation {
       margin-top: 5px; /* Adjust navigation alignment on mobile */
    }
    .header-logo img,
    .mobile-logo-wrap img {
        width: 40px !important;
        max-width: 40px !important;
    }
    img.img-fluid {
    margin-top: 36px !important ;
}
}
@media only screen and (min-width: 1024px) {
    .header-logo {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .inner-page-banner {
        min-height: 100px;}
    
}
.custom-button-style {
    border: 2px solid #00783a;
    color: #00783a;
    background: transparent;
}
.cus-gab{
gap:15px !important;
}
.card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 300px;
            margin: 20px;
            overflow: hidden;
            text-align: center;
        }
        .card img {
            width: 100%;
            height: auto;
        }
        .card-content {
            padding: 20px;
        }
        .card-content h3 {
            font-size: 1.2em;
            margin: 0;
            color: #222;
        }
        .card-content p {
            color: #666;
            font-size: 0.9em;
        }
        .card-content ul {
            list-style-type: none;
            padding: 0;
            margin: 15px 0;
            text-align: left;
        }
        .card-content ul li {
            margin-bottom: 10px;
            color: #666;
            font-size: 0.9em;
        }
        .card-content ul li:before {
            content: "•";
            color: #f4c130;
            margin-right: 10px;
        }
        .view-button {
            display: inline-block;
            margin-top: 10px;
            background-color: #f4c130;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
        }
        .view-button:hover {
            background-color: #e0ac28;
        }
.mb-20{
    margin-bottom:20px !important;
}
.pt-20{
    padding-top: 20px !important;
}

