@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    background-color: #f0f0f0;
    overflow-x: hidden; 
    /*-webkit-font-smoothing: antialiased; 
    margin: 0;*/

}

/*.header{
    width: 100%;
    height:75px;
    line-height: 75px;
    padding: 0px, 100px;
    position: relative; 
}

header {
    background-color: #fff;
    color: #2a2929;
    padding: 15px 0;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo a {
    color: #2a2929;
    text-decoration: none;
    font-size: 1.5em;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: #2a2929;
    text-decoration: none;
    font-size: 1em;
}

nav ul li a.login {
    background-color:  #a4ed44;
    padding: 5px 10px;
    border-radius: 5px;
}

/* nav ul li a.logout {
    background-color:  #a4ed44;
    padding: 5px 10px;
    border-radius: 5px;
} 

.menu-toggle {
    display: none;
    font-size: 1.5em;
    cursor: pointer;
}

@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        background-color: #333;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
    }

    nav ul.showing {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}

.nav-item{
    display: inline-block;
    list-style: none;
}

.nav-link{

    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 30px;
    color:black;
    text-decoration: none;
}

.nav-link:hover{
    color:aqua;
    transition: all 0.4s ease 0s;
}

/*.content-items{
    width:100%;
    height: 100vh;
    background-size: cover;
    background-position: center;

}*/






/* banner section start 

/* Make the banner slider full width 
.banner-slider {
    width: 100%;
    height: 60vh; /* Full viewport height 
    overflow: hidden;
    position: relative;
    display: flex;
}

/* Style for each slide 
.slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none; /* Hide all slides by default 
}

/* Show the first slide by default 
.slide:first-child {
    display: block;
}

/* Responsive design adjustments 
@media (max-width: 768px) {
    .banner-slider {
        height: 20vh; /* Adjust height for smaller devices 
    }
}

banner section end by vineet */  






/*Banner section by priyanka*/

.banner-slider {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position: relative;
    display: flex;
}

.slide {
    min-width: 100%;
    height: 100%;
    background-size: cover; /* Adjust to 'cover' to make the image fit */
    background-position: center;
    background-repeat: no-repeat;
    display: none; /* Hide all slides by default */
}

.slide:first-child {
    display: block;
}

/* Dots container */
.dots-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    margin-top: -30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc; /* Default dot color */
    cursor: pointer;
}

.dot.active {
    background-color: #4CAF50; /* Active dot color */
}

/* Responsive design adjustments */
@media (max-width: 1024px) {
    .banner-slider {
        height: 50vh; 
    }

    .slide {
        background-size: cover; /* Ensures the image covers the container */
        background-position: center; /* Centers the image */
    }
}

@media (max-width: 768px) {
    .banner-slider {
        height: 40vh;
    }

    .slide {
        background-size: cover; /* Ensures the image covers the container */
        background-position: center; /* Centers the image */
    }
}

@media (max-width: 480px) {
    .banner-slider {
        height: 30vh;
    }

    .slide {
        background-size: contain; /* Adjusts to 'contain' to fit the image within the container */
        background-position: top; /* Centers the image */
    }
}



/*banner section end by priyanka*/





/*.nav-m{
    position: absolute;
    width: 800px;
    margin-top: -40px;
    justify-content: center;
    display:flex;
}
.m-btn{
    border: 2px solid #23e3c2;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.m-btn:not(:last-child){
    margin-right: 30px;
}
.m-btn:hover{
    background-color: #23e3c2;
}
#radio1:checked ~.first{
    margin-left: 0;
}
#radio2:checked ~.first{
    margin-left: -20%;
}
#radio3:checked ~.first{
    margin-left: -40%;
}
.nav-auto{
    position: absolute;
    width: 800px;
    margin-top:  460px;
    display:flex;
    justify-content: center;
}
.nav-auto div{
    border:2 px solid #23e3c2;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.nav-auto div:not(:last-child){
    margin-right: 30px;
    justify-content: center;
}
#radio1:checked ~ .nav-auto .a-b1{
    background-color: #23e3c2;
}
#radio2:checked ~ .nav-auto .a-b2{
    background-color: #23e3c2;
}
#radio3:checked ~ .nav-auto .a-b3{
    background-color: #23e3c2;
}*/

.card-heading{
    line-height: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight:700;
    color: rgba(0,0,0,0.3);
    position:relative;
    padding-left: 0;
    text-align: center;
    margin: 0px;
}
.card-title{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #2fb463;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    max-width: 500px;
    margin: 0 auto 50px;
}
.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}
.card{
    width:325px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    margin: 20px;
}
.card img{
    width:100%;
    height: auto;
}
.card-content{
    padding: 16px;
}
.card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
}

.card-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
}
.card-content .btn{
    background:#2fb463;
    border:1px solid #2fb463;
    border-radius:5px;
    font-family:Montserrat,sans-serif;
    font-style:normal;
    font-weight:600;
    font-size:18px;
    line-height:22px;
    color:#fff;
    padding:13px 30px;
    width: 60%;

}
/*enrollment */
/*.process-heading{
    line-height: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight:700;
    color: rgba(0,0,0,0.3);
    position:relative;
    padding-left: 0;
    text-align: center;
    margin: 0px;
}*/




/* About Section */



.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-color: #f7f7f7;
    width: 100%;
}

@media (min-width: 768px) {
    .about-section {
        padding: 80px 0;
    }
}

@media (min-width: 1024px) {
    .about-section {
        padding: 100px 0;
    }
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .about-content {
        flex-direction: row;
        align-items: flex-start;
    }
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-image img {
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .about-image img {
        max-width: 140%;
        margin-top: -310px;
        padding-right: 50px;
    }
}

.about-text {
    flex: 1;
    max-width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .about-text {
        text-align: left;
        margin-top: 0;
        margin-left: 40px;
    }
}

.section-title {
    
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #2fb463;
    padding-top: 15px;
    margin-bottom: 50px;
}

.section-para {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6c757d;
    margin: 0 0 20px;
}

.highlight {
    color: #2fb463;
    text-decoration: underline;
}

.about-more {
    padding: 10px 20px;
    background-color: #2fb463;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    text-decoration: none;
}


/* coursess cards */

.courses-section {
    padding: 40px 0;
    background-color: #f4f4f4;
    text-align: center;
}

.courses-section h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
}

.course-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 20px;
    gap: 40px; /* Increased gap between cards */
}

.course-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(33.33% - 26.66px); /* Adjust width to fit 3 cards within 1400px container */
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 10px 0; /* Adjusted margin for better spacing */
}

.card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff6347;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.card-badge.exclusive {
    background-color: #1e90ff;
}

.course-card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

.card-content {
    padding: 20px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.rating {
    color: #ffc107;
    font-size: 14px;
}

.learners {
    font-size: 14px;
    color: #777;
}

.compare {
    font-size: 14px;
    color: #1e90ff;
    cursor: pointer;
}

.course-card h3 {
    font-size: 18px;
    margin: 10px 0;
}

.course-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;

}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.subscribe-btn {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration:none;
}

.subscribe-btn:hover {
    background-color: #218838;
}

/* Media Queries */
@media (max-width: 1400px) {
    .course-cards {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .course-card {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .course-card {
        width: 100%;
    }

    .card-content {
        padding: 10px;
    }

    .subscribe-btn {
        padding: 5px 10px;
    }
}

/* treding free*/

/* .treding_free{
    margin-top: -100px;
}
.container-box{
    padding: 0px 15px;
    max-width: 1315px; */
    /*margin:80px 200px;
    padding: 30px 50px;
    background-color: green;
    text-align: center;*/
/* } */

/* .free_box{
    display: flex;
    justify-content: space-between;
    background: #309255;
    border: 5px solid #fff;
    border-radius: 10px;
    padding: 48px 40px;
    align-items: center;
    padding-bottom: 34px;
    padding-left: 30px;
    margin-left: 80px;
}
.free_box .box_left h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    padding-bottom: 22px;
} */
/* .free_box .box_left h2 span {
    position: relative;
    color: #ffea00;
    font-size: 37px;
    font-weight: 700;
}

.box_left1{
    display: flex;
    align-items: center;
}

.free_box .box_left p{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14.639px;
    line-height: 22px;
    letter-spacing: 6px;
    color: #fff;
    margin: 0;
    padding-left: 14px;
}

.terding_free .subscribe-button {
    min-width: 194px;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    padding: 13px 18px;
    
} */
/* .subscribe-button {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14.2801px;
    line-height: 17px;
    color: #202020 !important;
    background: #ffea00;
    border: 1.05079px solid #2fb463;
    border-radius: 5.25394px;
    padding: 10px 20px;
    display: block;
} */

/*emrollment*/
/* bounus card*/

/* bonus card */

*,
::after,
::before {
    box-sizing: border-box;
}

.bonus {
    background: #f4f4f4;
    padding-top: 75px;
    padding-bottom: 85px;
    display: flex;
    justify-content: center;
}

.bonus_container {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px; /* Add padding to the container */
}

.bonus_contact {
    padding-bottom: 30px;
    text-align: center;
}

.bonus_text {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.47em;
    color: rgba(0, 0, 0, 0.3);
    margin: 0;
}

.bonus_heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #2fb463;
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 351px;
    margin: 0 auto 50px;
}

.bonus .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.md-col-3 {
    flex: 1 1 calc(25% - 40px); /* Calculate width of columns */
    margin: 10px 20px; /* Margin between columns */
}

@media (max-width: 1024px) {
    .md-col-3 {
        flex: 1 1 calc(50% - 40px); /* Adjust width for tablets */
    }
}

@media (max-width: 768px) {
    .md-col-3 {
        flex: 1 1 calc(100% - 40px); /* Adjust width for mobile */
    }
}

.bonus_card {
    background: #fff;
    box-shadow: 0 0 20px rgba(47, 180, 99, 0.2);
    border-radius: 15px;
    padding-top: 53px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 46px;
    position: relative;
    height: 100%;
}

.bonus img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.bonus_card strong {
    font-family: Roboto, sans-serif;
    font-style: normal;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 70px;
    padding-bottom: 16px;
    position: relative;
}

.bonus_card strong::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: rgba(217, 217, 217, 0.3);
    max-width: 60px;
    height: 2px;
    margin: 0 auto;
}

.bonus_card p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #6c728c;
}

.bonus_card span {
    background: #ffcf49;
    border: 2px solid #fff;
    border-radius: 18.8535px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 11px;
    color: #202020;
    display: inline-block;
    padding: 8px 22px;
    position: absolute;
    top: -12px;
    left: 20px;
}

/* contact us*/


.callback-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-color: #f9f9f9;
}

.callback-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.callback-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.callback-left img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.callback-right {
    flex: 1;
    padding: 20px;
}

.callback-right h2 {
    font-size: 24px;
    color: #2fb463;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row .form-group {
    flex: 1;
}

.form-group label {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.form-group input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.form-group input::placeholder {
    color: #999;
}

.btn-submit {
    padding: 8px 16px;
    background-color: #2fb463;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    align-self: flex-start;
}

@media (max-width: 1024px) {
    .callback-container {
        flex-direction: column;
    }

    .callback-left, .callback-right {
        width: 100%;
        padding: 0 10px;
    }

    .callback-left img {
        max-width: 300px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .btn-submit {
        width: auto;
    }
}

@media (max-width: 768px) {
    .callback-left img {
        max-width: 200px;
    }
}


    


/* who is this program for */



.program_section {
    padding: 50px 0;
    background: #f4f4f4;
}

.program_section .program_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.program_section .program_contact {
    text-align: center;
    margin-bottom: 50px;
}

.program_section .program_text {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1em;
}

.program_section .program_heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2fb463;
}

.program_section .row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.program_section .image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 auto; /* Center the image container */
    margin-top: 200px;
}

.program_section #prog_img {
    max-width: 100%;
    height: auto;
}

.program_section .col-md-6 {
    flex: 1;
}

.program_section .program_section_right {
    padding-right: 30px;
}

.program_section .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program_section .menu-list li {
    margin-bottom: 20px;
}

.program_section .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 27px 20px;
    transition: all 0.3s ease;
    width: calc(100% - 90px); /* Decrease the width of all cards */
}

.program_section .card:hover {
    background: #2fb463;
    color: white;
}

.program_section .card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.program_section .card strong {
    font-family: Roboto, sans-serif;
    font-style: normal;
    display: block;
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
    font-variant: all-small-caps;
    color: #2fb463;
    padding-bottom: 14px;
}

.program_section .card p {
    

    font-family: Roboto, sans-serif;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6c728c;
}

.program_section .card:hover strong {
    color: white;
}

.program_section .card:hover p {
    color: white;
}

.program_section .menu-list li:nth-child(2) .card,
.program_section .menu-list li:nth-child(4) .card {
    margin-left: 80px; /* Add left margin to the second and fourth cards */
}

@media (max-width: 1024px) {
    .program_section .row {
        flex-direction: column;
    }

    .program_section .col-md-6 {
        max-width: 100%;
    }

    .program_section .program_section_right {
        padding-right: 0;
    }

    .program_section .image-container {
        margin-bottom: 20px;
    }

    .program_section .card {
        width: 100%; /* Full width on smaller screens */
        margin-left: 0; /* Reset left margin on smaller screens */
    }
}




@media (max-width: 768px) {
    .program_section .row {
        flex-direction: column;
    }

    .program_section .card {
        width: 100%; /* Full width on mobile */
        margin-left: 0; /* Reset left margin on mobile */
        margin-bottom: 20px; /* Add space between cards on mobile */
    }

    .program_section .menu-list li:nth-child(2) .card,
    .program_section .menu-list li:nth-child(4) .card {
        margin-left: 0; /* Ensure no left margin on the 2nd and 4th cards on mobile */
    }
}





/* testimorial */




.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
}

.testimonial-container {
    max-width: 1300px;
    width: 100%;
    padding: 20px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    text-align: center;
    padding-bottom: 100px;
}

.testimonial-header h3 {
    /* color: gray;
    font-size: 14px; */
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .47em;
    color: rgba(0, 0, 0, .3);
    text-align: left;
    margin: 0;
    padding-bottom: 11px;
}

.testimonial-header h2 {
    /* font-size: 35px;
    margin: 10px 0;
    color: #218838;
    font-family: Montserrat, sans-serif; */
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    text-align: left;
    color: #2fb463;
    position: relative;
    display: block;

}

.testimonial-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.left-section {
    width: 40%;
    text-align: left;
    /* padding-left: 40px; */
    margin-top: 30px;
}

.left-section h2 {
    /* color: gray;
    font-size: 14px;
    margin: 0; */
    padding-bottom: 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .47em;
    color: rgba(0, 0, 0, .3);
    font-family: Roboto, sans-serif;
}

.left-section h1 {
    /* font-size: 32px;
    margin: 10px 0; */
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #252525;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
    font-family: Montserrat, sans-serif;

}

.left-section p {
    /* color: gray;
    font-size: 16px;
    font-family: Montserrat, sans-serif; */
    margin: 0;
    color: rgba(0, 0, 0, .70);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    font-family: Roboto, sans-serif;
}

.right-section {
    width: 60%;
    text-align: left;
}

.testimonial-slider {
    overflow: hidden;
    position: relative;
}

.testimonial-slide {
    display: none;
    padding: 20px;
    transition: opacity 0.5s ease-in-out;
}

.testimonial-slider p{
    margin: 0;
    color: rgba(0, 0, 0, .70);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

.testimonial-slide p {
    /* margin-top: 30px; */
    padding-top: 20px;
}

.testimonial-slide .rating{
    padding-top: 20px;
}

.testimonial-slide.active {
    display: block;
}


.rating span {
    color: gold;
    font-size: 20px;
}

.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider-controls button {
    background-color: transparent;
    border: 1px solid #00c853;
    color: #00c853;
    font-size: 24px;
    padding: 10px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    width: 50px;
    height: 50px;
}

.slider-controls button:hover {
    background-color: #00c853;
    color: #fff;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .testimonial-container {
        padding: 15px;
    }
    .testimonial-header h2 {
        font-size: 22px;
    }
    .left-section h1 {
        font-size: 28px;
    }
    .left-section p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .testimonial-content {
        flex-direction: column;
        align-items: center;
    }
    .left-section, .right-section {
        width: 100%;
        text-align: center;
    }
    .right-section {
        margin-top: 20px;
    }
    .left-section h2, .left-section h1 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .testimonial-header h2 {
        font-size: 20px;
    }
    .left-section h1 {
        font-size: 24px;
    }
    .left-section p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .testimonial-header h2 {
        font-size: 18px;
    }
    .left-section h1 {
        font-size: 20px;
    }
    .left-section p {
        font-size: 10px;
    }
}







/*footer*/



.footer_container{
	max-width: 1170px;
	margin:auto;
}
.footer .row{
	display: flex;
	flex-wrap: wrap;
}
.footer ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}