.section-content {
    text-align: center;
}
.circle-play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #343a40;
    border-radius: 50%;
    font-size: 18px;
    color: #343a40;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}
.responsive-image {
    max-width: 100%;
    height: auto;
}
.grid-item {
    padding: 20px;
}
.icon-image {
    max-width: 100%;
    height: auto;
}
.carousel-tabs {
    margin-top: 30px;
}
.carousel-content {
    text-align: left;
    padding: 20px;
}
.carousel-img {
    margin-left: 20px;
}
.carousel-tabs {
    margin-top: 30px;
    border: 2px solid transparent;
    background-color:white;
    text-align: center;
}

/* Style the active carousel tab */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid green;
    border-bottom-color: transparent;
    background-color: green;
    color: white;
    border-radius: 0; /* Remove border radius */
    border-bottom: 2px solid transparent;
}

/* Style the carousel content */
.carousel-content {
    text-align: left;
    padding: 20px;
}

/* Style the circle border with good mark */
.circle-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #28a745;
    border-radius: 50%;
}

/* Center the good mark icon within the circle border */
.circle-border .fa-check {
    color: #28a745;
}

/* Add margin to the right grid to separate the image */
.carousel-img {
    margin-left: 20px;
}
.section-content {
    text-align: center;
    padding: 60px 0;
}

/* Style the review section grids */
.review-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Style the image grid */
.image-grid {
    flex: 0 0 calc(40% - 20px);
    max-width: calc(40% - 20px);
    margin-right: 20px;
}

/* Style the review grid */
.review-grid {
    flex: 0 0 calc(60% - 20px);
    max-width: calc(60% - 20px);
    margin-left: 20px;
}

/* Style the star icons */
.star-icons {
    color: #f39c12;
}
.section-content {
    text-align: center;
    padding: 60px;
}

/* Style the image div */
.image-div {
    text-align: center;
    margin-top: 20px;
}

/* Style the grid of cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 40px;
}

/* Style the card */
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Style the amount header in the card */
.card-header {
    font-size: 24px;
    font-weight: bold;
}
.green-section {
    background-color: #006400; /* Dark green background */
    color: #fff; /* White text color */
    padding: 60px 0;
}

/* Style for the form container */
.form-container {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white background */
    padding: 20px;
    border-radius: 10px;
    border-radius: 0%;
}
.left-grid {
    background-color: white; /* Light gray background */
    padding: 20px;
    border-radius: 10px;
}

/* Style for the right grid */
.right-grid {
    padding: 20px;
}

/* Style for the white button */
.btn-white {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
}

/* Style for the green button */
.btn-green {
    background-color: #28a745; /* Green background */
    color: #fff;
}
.contact-section {
    padding: 50px 0;
}

/* Style for the left grid */
.contact-form {
    padding: 20px;
}

/* Style for the form fields */
.form-group {
    margin-bottom: 20px;
}

/* Style for the submit button */
.submit-btn {
    width: 100%;
}

/* Style for the right grid */
.contact-image {
    text-align: center;
}

.footer {
    background-color: white; /* Dark background color */
    color: black; /* White text color */
    padding: 40px 0;
    text-align: left;
}

/* Style for each grid in the footer */
.footer-grid {
    text-align: center;
    padding: 0 10px;
}

/* Style for the header in the grid */
.footer-header {
    font-size: 18px;
    font-weight: bold;
}

/* Style for the links in the grid */
.footer-links {
    list-style: none;
    padding: 0;
    
}

.footer-links li {
    margin: 5px 0;
    color: white;
}

/* Style for the logo */
.footer-logo {
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}

/* Style for the border top and bottom */
.footer-row {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 20px 0;
    margin: 20px 0;
}

.footer-links li a{
    color: black;
}

/* Style for the copyright and social icons section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style for the social icons */
.social-icons {
    list-style: none;
    padding: 0;
    display: flex;

}

.social-icons li {
    margin-right: 10px;
}

/* Style for the copyright text */
.copyright {
    font-size: 14px;
}
/* Styling for the dropdown content */
.dropdown-content {
    padding: 20px;
}

/* 
.dropdown-list {
    list-style: none;
    padding: 0;
}


.dropdown-item {
    margin-bottom: 20px;
}


.dropdown-icon {
    float: left;
    margin-right: 10px;
}


.dropdown-img {
    text-align: end;
    margin-left: 20px;
}


.purple-link {
    color: purple;
    text-decoration: none;
}
.dropdown-content {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 600px; 
}


.dropdown-list {
    list-style: none;
    padding: 0;
}


.dropdown-item {
    margin-bottom: 10px;
}


.dropdown-icon {
    margin-right: 10px;
}


.dropdown-img {
    text-align: center;
}


.purple-link {
    color: purple;
    text-decoration: none;
}
 */

 .faq-section {
    background-color: #f8f8f8;
    padding: 50px 150px;
}

/* Style for the question */



/* Style for the plus/minus icons */
.toggle-icon {
    transition: transform 0.3s ease-in-out;
}



/* Style for the active answer */
.answer.active {
    display: block;
}
.active{
    color: #28a745 !important;
}
.btn{
    border-radius: 0%;
}
.btn-link{
    color: #333333;
    font-weight: bold;
    font-size: 18px;

}
.btn-link:hover{
    color: #333333;
    text-decoration: none;
}
.btn-link:focus{
    box-shadow: none;
    text-decoration: none;
}
.bord {
    border-bottom: 1px solid #33333339;
    padding: 30px;
}
.bord2 {
    border-bottom: 1px solid transparent;
    padding: 30px;
}
.plus-icon {
    display: inline-block;
    position: absolute;
        right: 200px;
}

.minus-icon {
    display: none;
    position: absolute;
        right: 200px;
}
.footer {
    background-color: white; /* Dark background color */
    color: black; /* White text color */
    padding: 40px 0;
    text-align: left;
}

/* Style for each grid in the footer */
.footer-grid {
    text-align: center;
    padding: 0 10px;
}

/* Style for the header in the grid */
.footer-header {
    font-size: 18px;
    font-weight: bold;
    color: rgb(80, 79, 79);
}

/* Style for the links in the grid */
.footer-links {
    list-style: none;
    padding: 0;
    
}

.footer-links li {
    margin: 5px 0;
    color: white;
}

/* Style for the logo */
.footer-logo {
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}

/* Style for the border top and bottom */
.footer-row {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 20px 0;
    margin: 20px 0;
}

.footer-links li a{
    color: gray;
    font-size: 15px;
    font-weight: lighter;
}

/* Style for the copyright and social icons section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style for the social icons */
.social-icons {
    list-style: none;
    padding: 0;
    display: flex;

}

.social-icons li {
    margin-right: 10px;
}

.btn{
    border-radius: 0%;
}
/* Style for the copyright text */
.copyright {
    font-size: 14px;
    color: gray;
}
.right-grid {
    padding: 20px; position: relative; left: 60px;
}
.heading{
    font-size: 18px;
}
.subheading{
    font-size: 45px;
}
.content{
    font-size: 24px;
}
.sub{
    font-size: 36px;
}
.price-btn{
    border: 1px solid #F9FAFB; background-color: #F9FAFB; border-radius: 3px;
}
.btn:hover{
    box-shadow: none;
}
.btn:focus{
    box-shadow: none;
}
.fa-check{
    font-size: 10px;
    border: 2px solid #28a745;
    border-radius: 50%;
    padding: 3px 3px;
    color: #28a745;
    margin-bottom: 20px;
}
.circle-border{
    font-size: 10px;
}
.frow{
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}
h5{
    font-weight: 400;
    color: #555;
    font-size: 16px;
    margin-bottom: 19px;
}
.table{
    text-align: center;
}
.table td{
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: none; 
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    color: grey;
}
.frow{
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: black !important;
}
.frow2{
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color:#28a745;
}
tbody{
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    box-shadow: none;
}
.down td{
    border-bottom: 1px solid rgba(128, 128, 128, 0.358);
}
.pricing-heading{
    font-weight: bold;
}
.pricing-price{
    font-weight: bolder;
    font-size: 45px;
}
.pricing-price span{
    font-size: 20px;
    font-weight: 400;
}
.pricing-content{
    font-size: 15px;
}
.table-card{
    display: none;
}
.tag{
    border: 1px solid #F2F4F7;
    background-color: #F2F4F7; 
    width: 23%; 
    margin: 0 auto; 
    padding:5px 0px;
    border-radius: 10px;
}
.btn-p{
    border-radius: 10px;
    
}
@media (max-width: 576px){
    .right-grid {
        justify-content: center;
        align-items: center;
        text-align: center;
        align-content: center;
        align-self: center;
        justify-items: center;
        justify-self: center;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -20px;
        padding: 0px;
        margin-bottom: -50px;
        position: relative;
        left: -60px;
    }
    
    .right-grid button {
        width: 150%;
        max-width: 150%; 
        margin-bottom: 10px;
        
    }
    .heading {
        font-size: 18px;
        margin-top: -50px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .subheading {
        font-size: 27px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .content {
        font-size: 18px;
        margin-left: -40px;
        margin-right: -40px;
        padding: 0px;
    }
    .faq-section{
        margin: 10px 0px;
        padding: 50px 50px;
    }
    .sub{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .bord{
        padding: 20px 0px;
        margin: 20px -50px;
    }
    .bord2{
        padding: 20px 0px;
        margin: 20px -50px;
    }
    .btn-link{
        text-align: left;
    }
    .plus-icon {
        display: inline-block;
        position: absolute;
            right: 15px;
    }
    
    .minus-icon {
        display: none;
        position: absolute;
            right: 15px;
    }
    .dno{
        display: none;
        
    }
    .pricing-content{
        font-size: 18px;
    }
    #up{
        margin-top: -40px;
        
    }
    .table-card{
        display: block;
    }
    .web{
        display: none;
    }
    .tag {
        width: 98%; 
        padding:5px 5px;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-content: center;
        align-self: center;
        justify-items: center;
    }
    .tag2{
        margin: 0 auto;
    }
}
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in.slide-in {
    animation: fadeInSlide 1s ease-in-out;
}

.tent {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.fade-in-slide-in {
    opacity: 1;
    transform: translateY(0);
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
}


