@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
}

.course-main {
    width: 100%;
    height: auto;
    /* background-color: yellowgreen; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}


.icons-main{
  width: 50px;
  /* background-color: turquoise; */
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icons-main a{
  text-decoration: none;
}

.phone-main{
  width: 40px;
  height: 40px;
  background-color: #A75519;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: white;
}

.insta-main{
  width: 40px;
  height: 40px;
  background: #A75519;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: white;
}

.whatsapp-main{
    width: 40px;
  height: 40px;
  background: #A75519;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: white;
}


.course-home-btn {
    width: 96%;
    height: auto;
    padding: 20px 30px;
}

.course-home-btn button {
    width: 120px;
    height: 35px;
    background-color: #A75519;
    border: none;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}

.course-main-description {
    width: 80%;
    height: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    font-family: "Montserrat", sans-serif;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-descrption-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #09717A;
}

.course-main-description p {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}

.course-syllabus1-main {
    width: 84%;
    height: auto;
     /*background-color: yellow; */
    padding-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: space-between;
}

.course-subject-syllabus {
    width: 60%;
    height: auto;
    background-color: white;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-subject-syllabus-head {
    width: 100%;
    color: #09717A;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.course-subject-syllabus-head h3 {
    display: flex;
    justify-content: space-between;
}

@media (max-width:400px) {
    .course-subject-syllabus-head h3 {
        flex-direction: column;
    }
}

.course-subject-syllabus p {
    color: #A75519;
    font-size: 19px;
}

.course-subject-syllabus ul {
    /* list-style: none; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px;
    color: rgb(83, 80, 80);
}

.course-information {
    width: 30%;
    max-height: auto;
    background-color: white;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-information-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #09717A;
}

.course-information ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgb(83, 80, 80);
}

.testimonial-section {
    width: 100%;
    padding: 50px 0;
    /* background-color: #d15353; */
    text-align: center;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel {
    width: 80%;
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    width: 300px;
    flex-shrink: 0;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    text-align: left;

}

.testimonial-head {
    display: flex;
    gap: 20px;
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-card h4 {
    margin: 5px 0;
    color: #A75519;
}

.testimonial-card span.course {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 8px;
}

.stars {
    color: #FFB400;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

/* Scrollbar Styling */
.testimonial-carousel::-webkit-scrollbar {
    height: 8px;
}

.testimonial-carousel::-webkit-scrollbar-thumb {
    background-color: #09717A;
    border-radius: 4px;
}

.testimonial-carousel::-webkit-scrollbar-track {
    background-color: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-section h2 {
        font-size: 24px;
    }

    .testimonial-card {
        min-width: 260px;
        padding: 20px;
    }
}

.why-course-main {
    width: 100%;
    height: auto;
    /* background-color: #ffffff; */
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding-bottom: 50px;
}

.why-course-content {
    width: 80%;
    height: auto;
    background-color: white;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-content-head {
    width: 100%;
    color: #A75519;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-course-content p {
    color: rgb(83, 80, 80);
    font-size: 15px;
}

.why-course-content ul {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgb(83, 80, 80);
    font-size: 15px;
}


@media (max-width: 1000px) {
    .course-syllabus1-main {
        flex-direction: column;
        gap: 20px;
    }

    .course-subject-syllabus {
        width: 95%;
    }

    .course-information {
        width: 95%;
    }
}