﻿.btn-wrapper {
    padding-left: 10px !important; /* Remove Bootstrap padding */
    margin-left: 0 !important; /* Optional: remove margin if any */
}

@media (max-width: 768px) {
    .btn-wrapper {
        margin-left: 19px !important; /* Shift buttons more to the left on small screens */
        position:relative;
    }
}
.lg {
    width: 150px;
    height: auto;
    margin-top: -50px;
}

.hd {
    z-index: 1045;
}

.h {
    margin-top: 60px !important;
    height: auto !important;
}

.cmas {
    max-width: 99%;
    width: 99%;
    box-shadow: none;
    border: none;
    outline: none;
}

.wbtn1 {
    background-color: green;
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
}

.wbtn2 {
    left: 10px;
    position: relative;
    border: 2px solid #28a745;
    border-radius: 5px;
    padding: 10px 3px;
    color: green;
    font-size: 16px;
    width: 100%;
}

.wbtn3 {
    background-color: green;
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
}

.wbtn5 {
    left: -30px;
    position: relative;
    border: 2px solid #28a745;
    border-radius: 5px;
    padding: 10px 3px;
    color: green;
    font-size: 16px;
    width: 100%;
}

.bnnr12 {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
}

.btncont2 {
    left: -30px;
    position: relative;
    border: 2px solid #28a745;
    border-radius: 5px;
    padding: 10px 3px;
    color: green;
    font-size: 16px;
    width: 100%;
}

.btncont3 {
    background-color: green;
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
}

.chimg66 {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
}

.imgch {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
    border-bottom: none;
}

.cmaslide3 {
    max-width: 99%;
    width: 99%;
    box-shadow: none;
    border: none;
    outline: none;
}
.tps5 {
    color: black;
}
.cmasl99 {
    max-width: 99%;
    width: 99%;
    box-shadow: none;
    border: none;
    outline: none;
}

.cbtsp {
    border: none !important;
}

.h1s {
    color: black;
}

body {
    font-family: Arial, sans-serif;
}

.accordion {
    width: 900px !important;
    max-width: 1000px !important;
    border: none !important;
    box-shadow: none;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.accordion-title {
    cursor: pointer;
    font-size: 1.1rem;
    background: #f5f5f5;
    display: grid;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    transition: background 0.3s;
}

    .accordion-title:hover {
        background: #eaeaea;
    }

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

    .accordion-content.show {
        padding: 15px 20px;
        max-height: 800px; /* adjust based on your content */
    }

.arrow {
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(180deg);
}

ul {
    padding-left: 20px;
}

li {
    margin: 6px 0;
}


.accordion-item {
    border: 10px !important;
    background: none !important;
    border-radius: 5px;
}

.accordion-header {
    padding: 0 !important;
    border-bottom: 20px !important;
    border-bottom-left-radius: 5px !important;
}

.accordion-body {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button.custom-header {
    background-color: #007BFF; /* blue background */
    color: white; /* white text */
}

    .accordion-button.custom-header:not(.collapsed) {
        background-color: #0056b3; /* darker when expanded */
        color: white;
        box-shadow: none;
    }

    .accordion-button.custom-header:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); /* optional focus ring */
    }

    .accordion-button.custom-header::after {
        filter: brightness(0) invert(1); /* makes the arrow icon white */
    }


@media (max-width: 576px) {
    .accordion-button

{
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.accordion-body ul {
    padding-left: 1rem !important;
}

}


.accordion-wrapper {
    max-width: 700px;
    margin: 0 auto;
}


/* Optional Custom Responsive Tweaks */
@media (max-width: 576px) {
    .accordion-button

{
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.accordion-body ul {
    padding-left: 1rem !important;
}

}

/* Optional Custom Header Style */
.custom-header {
    background-color: #f8f9fa;
    font-weight: bold;
}


@media (max-width: 768px) {
    .responsive-accordion

{
    width: 60% !important;
}

}

.h1c {
    text-align: center;
}


.brdr {
    border: none;
}
.ls {
    list-style: disc;
}
.card:hover {
    transform: none !important; /* Stops the movement */
}