.fiction_genre_section  {
    overflow: hidden;
}

.affirm_section_1 {
    position: relative;
}

.affirm_section_1 .hero-image {
    width: 80%;
}

.affirm_section_1 .hero-image .hero-image-img {
    z-index: 1;
    position: relative;
}

.affirm_section_1 .hero-image-container {
    display: flex;
    justify-content:end;
    position: relative;
}

.affirm_section_1  .hero-image .green-circle {
    position: absolute;
    top: -6rem;
    right: -5rem;
    width: 70%;
    z-index: 0;
}

.affirm_section_1  .hero-image .orange-circle {
    position: absolute;
    bottom: -1rem;
    right: -5rem;
    width: 40%;
    z-index: 2;
}

.affirm_section_1  .hero-image .lightgreen-circle {
    position: absolute;
    bottom: 4rem;
    left: 8rem;
    width: 150px;
    height: 150px;
    z-index: 0;
    background-color: #83C1C0;
    border-radius: 100px;
    padding: 0;
}

.affirm_section_1 .donut-yellow {
    position: absolute;
    top: -1rem;
    right: 3rem;
    width: 20%;
}

.affirm_section_1 .mobile-bg {
    display: none;
}


.affirm_section_1 .container {
    padding-bottom: 5rem;
}

.affirm_section_1 .hero-cta {
    padding-top: 1rem;
}

.affirm_section_1 .hero-cta img{
    width: 30%;
    margin-bottom: 1rem;
}

.affirm_section_1 .hero-cta h3{
    color: #05868C;
    margin: 0 !important;
    font-size: 1.7rem;
    font-family: var(--palmetto--font-family-primary);
}

.affirm_border_line {
    height: 50px;
    width: 100%;
    background-color: #BD6042;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.affirm_section_2 h2 {
    font-weight: 500;
}

.affirm_section_2 h3 {
    font-family: var(--palmetto--font-family-primary);
    color: #1F2A44;
    font-size: 1.7rem;
    padding-bottom: 2rem;
}

.affirm_section_2 .affirm-logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 2.5rem 0;

}

.affirm_section_2 .affirm-logo-container-img {
    background-color: #F0F0F0;
    border-radius: 80px 0px;
    width: 20%;
    padding: 2rem;
}


.affirm_section_3 .container {
    width: 80%;
    position: relative;
}

.affirm_section_3  .container  .how-design {
    position: absolute;
    top: 2rem;
right: -10rem;
    width: 30%;
    z-index: -3;
}

.affirm_section_3  .container  .dark-orange-circle {
    position: absolute;
    bottom: -1rem;
left: -7rem;
    width: 20%;
    z-index: -1;
}

.affirm_section_3 h2 {
    margin-bottom: 1rem !important;
}

.affirm_section_3 .left_number {
    font-size: 70px;
    margin-top: -20px;
    color: #BC964A;
    font-family: Big Caslon;
}

.affirm_section_3 .number_desc {
    display: flex;
    background-color: #F0F0F0;
    gap:6rem;
    margin-bottom: 3rem;
    align-items: center;
    padding: 3rem 4rem;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.affirm_section_3 .number_desc .mobile-bg, .affirm_section_3 .number_desc .mobile-bg-2, .affirm_section_3 .number_desc .mobile-bg-3,  .affirm_section_3 .number_desc .mobile-bg-4,  .affirm_section_3 .number_desc .mobile-bg-5 {
    display: none;
}

.affirm_section_3 .number_desc.first {
    z-index: -2;
}

.affirm_section_3 .heading_desc_list p {
    font-size: 1.2rem;
    color: #05868C;
    font-weight: bold;
}

.affirm_section_4 {
    padding-bottom: 1rem !important;
    position: relative;
    overflow: visible !important;
}

.affirm_section_4 .mobile-bg-2 {
    position: absolute;
    top: 1rem;
    left: 2rem;
    width: 20%;
    display: block;
    z-index: 3;
}


.affirm_section_4 .heading_desc h3 {
    font-family: var(--palmetto--font-family-primary);
    color: #fff;
    font-size: 1.7rem;
    padding-bottom: 2rem;
    font-weight: bold;
}

.affirm_section_4 .heading_desc{
    width: 65%;
}

.affirm_section_5 {
    position: relative;
    padding-top: 0 !important;
}

.affirm_section_5  .border-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color:#04868c;
    height: 200px;
}

.affirm_section_5 .threeColumn-carouselEach .img{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 2rem 0;
    position: relative;
}

.affirm_section_5 .threeColumn-carouselEach .img img{
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
    z-index: 1;
}

.affirm_section_5 .threeColumn-carouselEach .img .bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}



.affirm_section_5 .threeColumn-carouselEach .title {
 height: 80px;
}

.affirm_section_5 .threeColumn-carouselEach .title h3 {
    color: #05868C;
    font-size: 1.8rem;
    font-family: var(--palmetto--font-family-primary);
    line-height: 2rem;
    text-align: left;
}

.affirm_section_5 .call_desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.affirm_section_5 .call_desc p {
    font-size: 1.7rem;
    color: #BD6042;
    font-weight: bold;
    font-family: var(--palmetto--font-family-primary);
    text-align: left;
}

.affirm_section_5 .threeColumn-carouselEach .desc ul li{
    display: flex;
    align-items: start;
    justify-content: start;
    gap:10px;
    margin-bottom: .5rem;
}

.affirm_section_5 .threeColumn-carouselEach .desc ul li .list_icon{
    margin-top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: start;
    justify-content: start;
}

.affirm_section_5 .threeColumn-carouselEach .desc ul li .list_icon img{
    width: 20px;
    max-width: 20px;
}

.affirm_section_5 .threeColumn-carouselEach .desc {
    position: relative;
}

.affirm_section_5 .threeColumn-carouselEach .desc ul li p{
    margin-bottom: 0 !important;
    text-align: left;
}

.affirm_section_6 {
    position: relative;
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.affirm_section_6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: 40px !important;
    background-color: #1F2A44;
    z-index: 1;
}

.affirm_section_6 .Fiction_Books_column{
    padding-bottom: 4rem !important;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 50px 0;
}

.fiction_genre_section_6 .Fiction_Books_column .qoute-top {
    position: absolute;
    top: -.5rem;
    left: .5rem;
    width: 10%;
}

.fiction_genre_section_6 .Fiction_Books_column .qoute-bottom {
    position: absolute;
    bottom: -.4rem;
    right: .5rem;
    width: 10%;
}

.fiction_genre_section_6 .author-name {
     font-weight: bold;   
     text-align: right;
     position: absolute;
     bottom: 1rem;
     right: 4rem;
}

.fiction_genre_section_6 .Fiction_Books_column p {
    margin-bottom: 0 !important;
}

.affirm_section_7 .faq_desc {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    text-align: left;
    margin-bottom: 2rem;
}

.affirm_section_7 .faq_desc h3 {
    color: #BD6042;
    font-size: 1.7rem;
    font-family: var(--palmetto--font-family-primary);
    font-weight: bold;
    margin-bottom: 0 !important;
}

.affirm_section_7 .faq_desc_bottom {
    margin-top: 2rem;
}

.affirm_section_7 .faq_desc_bottom h3 {
    color: #05868C;
    font-size: 1.7rem;
    font-family: var(--palmetto--font-family-primary);
    font-weight: bold;
    margin-bottom: 0 !important;
}

.affirm_section_7 .faq_desc_list {
    position: relative;
}

.affirm_section_7 .faq_desc_list::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #05868C;
    left: -3rem;
    top: 0;
}


.affirm_section_7 .faq_desc_bottom img {
    width: 20%;
}

.affirm_section_8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.affirm_section_8 img{
    width: 70%;
    margin: 0 0 0 auto;
}

.affirm_section_8 .heading_desc {
    text-align: center;
}

.affirm_section_8 .heading_desc h2{
    margin-bottom: 1rem !important;
}

.affirm_section_8 .heading_desc p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.affirm_section_8 .heading_desc .diveder {
    margin: 0 auto;
    margin-bottom: 1rem;
}


.hide-desktop{
    display: none;
}

.hide-mobile{
    display: block;
}

@media screen and (max-width: 768px) {

    .affirm_section_1 {
        padding-top: 2rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .affirm_section_1 .hero-image .orange-circle,.affirm_section_1 .hero-image .green-circle  {
        display: none;
    }

  .affirm_section_1 .donut-yellow  {
       top: unset !important;
       bottom: -3rem;
       right: unset !important;
       left: 6rem;
       width: 100%;
       z-index: 2;
    }

    .affirm_section_1 .mobile-bg {
        position: absolute;
        top: 0;
        right: -4rem;
        width: 50%;
        z-index: 2;
        display: block;
    }

    .affirm_section_1 .container {
        padding-bottom: 1rem;
    }


    .affirm_border_line {
        height: 200px;
        z-index: 0;
    }

    .affirm_section_1 .hero-image .hero-image-img {
        padding-top: 1.5rem !important;
    }


    .affirm_section_1 .heading {
        font-size: 55px ;
        text-align: left;
    }
    
    .affirm_section_1 .left_desc {
        text-align: left;
    }

    .affirm_section_1 .hero-image {
        width: 100%;
        padding: 0 -2rem;
    }
    .affirm_section_2 {
        padding-top: 5rem !important;
    }

    .affirm_section_2 .affirm-logo-container {
        padding: 0 2rem;
        margin-bottom: 3rem;
    }

    .affirm_section_2 .affirm-logo-container-img {
        width: 100%;
    }

    .affirm_section_2 .heading {
        font-size: 48px;
    }

    .hide-desktop{
        display: block;
    }

    .hide-mobile{
        display: none;
    }

    .affirm_section_3 .heading {
        font-size: 48px;
    }

    .affirm_section_3 .heading_desc .diveder {
        width: 30% !important;
    }

    .affirm_section_3 .number_desc {
        flex-direction: column;
        gap: 3rem;
        padding: 6rem 2rem;
    }

    .affirm_section_3 .number_desc .heading_desc_list {
        text-align: left;
    }

    .affirm_section_3 .number_desc .mobile-bg {
        position: absolute;
        top: -17rem;
        left: -8rem;
        width: 80%;
        display: block;
        z-index: -1;
    }

    .affirm_section_3 .number_desc .mobile-bg-2 {
        position: absolute;
        bottom: 5rem;
        right: -8rem;
        width: 100%;
        display: block;
        z-index: -1;
    }

    .affirm_section_3 .number_desc .mobile-bg-3 {
        position: absolute;
        top: -12rem;
        left: -6rem;
        width: 100%;
        display: block;
        z-index: 2;
    }

    .affirm_section_3 .number_desc .mobile-bg-4 {
        position: absolute;
        top: -3rem;
        left: -1rem;
        width: 20%;
        display: block;
        z-index: -2;
    }

    .affirm_section_3 .number_desc .mobile-bg-5 {
        position: absolute;
        top: -3rem;
        right: -6rem;
        width: 70%;
        display: block;
        z-index: -2;
        transform: rotate(230deg);
    }


    .affirm_section_3 .container{
        width: 100%;
    }

    .affirm_section_3  .container  .how-design {
        display: none;
    }

    .affirm_section_4 {
        padding-top: 3rem !important;
    }

    

    .affirm_section_4 .heading_desc {
        width: 100%;
    }

    .affirm_section_4 .heading{
        font-size: 48px;
    }

    .affirm_section_4 .mobile-bg-2 {
        position: absolute;
        top: -9rem;
        left: 0;
        width: 70%;
        display: block;
        z-index: 3;
    }



    .affirm_section_5 .call_desc {
        width: 100%;
    }

    .affirm_section_5 .border-top {
        height: 60vh;
    }

  

    .affirm_section_6 .heading {
        display: none;
    }

    .affirm_section_6 .Fiction_Books_column {
        padding:3rem 2rem !important;
    }


    .fiction_genre_section_6 .Fiction_Books_column .desc p {
        margin-bottom: 0 !important;
    }

    .fiction_genre_section_6 .Fiction_Books_column .title {
        height: 100px;
    }



    .affirm_section_7 .heading_desc .heading {
        margin-left: -2rem !important;
        font-size: 48px;
    }

    .affirm_section_7 .faq_desc_list::after {
        left: -1rem;
    }

    .faq-heading .heading_desc{
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
        text-align: left;
        
    }

    .affirm_section_7 .faq_desc_bottom {
        padding-top: 2rem !important;
    }

    .affirm_section_7 .faq_desc_bottom img {
        width: 50%;
    }

    .affirm_section_7 .faq_desc_bottom h3 {
        text-align: left;
        padding-top: 1rem;
    }

    .affirm_section_7 .faq_desc_bottom p {
        text-align: left;
        padding-top: 1rem;
    }

    .affirm_section_8 {
        padding: 4rem 0 !important;
    }

    .affirm_section_8 .heading {
        font-size: 48px;
    }

    .affirm_section_8 .diveder {
        display: none;
    }

    .affirm_section_8 img {
        width: 100%;
    }
}

@media screen and (min-width: 1230px) and (max-width: 1280px) {
    .affirm_section_1 .hero-image .orange-circle {
        position: absolute;
        bottom: 6rem;
        right: -5rem;
        width: 50%;
        z-index: 2;
    }

    .affirm_section_3 .container {
        width: 100%;
    }

}

@media screen and (max-width: 1220px) {
    .affirm_section_1 .hero-image {
        width: 100%;
    }

    .affirm_section_1 .hero-image .hero-image-img {
        z-index: 1;
        position: relative;
        padding: 0 ;
    }

    .affirm_section_1 .hero-image .lightgreen-circle {
        position: absolute;
        bottom: 20rem;
        left: 1rem;
        width: 150px;
        height: 150px;
        z-index: 0;
        background-color: #83C1C0;
        border-radius: 100px;
        padding: 0;
    }

    .affirm_section_1 .hero-image .orange-circle {
        position: absolute;
        bottom: 4rem;
        right: -5rem;
        width: 60%;
        z-index: 2;
    }

    .affirm_section_1 .donut-yellow {
        position: absolute;
        top: -1rem;
        right: 3rem;
        width: 30%;
    }
    .affirm_section_1 .hero-image .green-circle {
        position: absolute;
        top: -5rem;
        right: -4rem;
        width: 90%;
        z-index: 0;
    }

    .affirm_section_3 .container {
        width: 100%;
    }
}

/* Four Column Layout Styles */
.sd-fourColumnLayout .sd-each-slide {
    padding: 0 10px 10px 10px !important;
    height: 100%;
}

.sd-fourColumnLayout .threeColumn-carouselEach {
    background: #fff;
    border-radius: 80px 0px;
    padding: 25px;
    min-height: 800px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.sd-fourColumnLayout .threeColumn-carouselEachThubnail img {
    width: 100%;
    max-width: 180px;
}

.sd-fourColumnLayout .threeColumn-carouselEach .img {
    flex-shrink: 0;
    margin-bottom: 20px;
}

.sd-fourColumnLayout .threeColumn-carouselEach .title {
    flex-shrink: 0;
    margin-bottom: 20px;
}

.sd-fourColumnLayout .threeColumn-carouselEachContent {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.sd-fourColumnLayout .threeColumn-carouselEachContent h3 {
    color: #05868c;
    max-width: 220px;
    margin-bottom: 0;
    font-size: 18px;
}

.sd-fourColumnLayout .threeColumn-carouselEachContent p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px !important;
}

.sd-fourColumnLayout.slick-initialized {
    margin: 0 !important;
    padding-bottom: 45px;
}

.sd-fourColumnLayout.slick-slider button.slick-arrow {
    display: none !important;
}

.sd-fourColumnLayout ul.slick-dots {
    display: none !important;
}

.sd-fourColumnLayout ul.slick-dots:after {
    display: none !important;
}

/* Responsive adjustments for four column layout */
@media screen and (max-width: 1024px) {
    .sd-fourColumnLayout .threeColumn-carouselEach {
        height: 550px;
    }
    
    .sd-fourColumnLayout .threeColumn-carouselEachContent h3 {
        font-size: 16px;
        max-width: 200px;
    }
    
    .sd-fourColumnLayout .threeColumn-carouselEachContent p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .sd-fourColumnLayout .sd-each-slide {
        padding: 0 8px 8px 8px !important;
    }
    
    .sd-fourColumnLayout .threeColumn-carouselEach {
        padding: 20px;
        height: 500px;
    }
    
    /* Show only next arrow on mobile for four column layout */
    .sd-fourColumnLayout.slick-slider button.slick-arrow {
        display: none !important;
    }
    
    .sd-fourColumnLayout.slick-slider button.slick-next.slick-arrow {
        display: block !important;
        width: 65px;
        height: 65px;
        background-size: 25px !important;
        top: auto;
        bottom: 10rem;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        z-index: 10;
        background-image: url(/wp-content/uploads/2025/08/arrow.svg) !important;
        background-color: #BD6042 !important;
    }
}




/* WRITING COACH STYLES */
.coach_section_1 {
    position: relative;
    padding-top: 5rem;
}


.coach_section_1 .row{
    display: flex;
    align-items: center;
}

.coach_section_1 .container.content {
    margin-top: -210px;
}

.coach_section_1 .wood-background {
    height: 350px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.coach_section_1 .wood-background  .bg_img_white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
}

.coach_section_1 .hero-image {
    position: relative;
}

.coach_section_1 .green-circle{
    position: absolute;
    top: -150px;
    right: -155px;
    z-index: -1;
}

.coach_section_1 .light-green-circle{
    position: absolute;
    top: -10px;
    right: -165px;
    width: 300px;
}

.coach_section_1 .gold-donut{
    position: absolute;
    bottom: -10px;
    right: -45px;
    width: 170px;
}

.coach_section_2{
    position: relative;
}

.coach_section_2 .content{
    border-radius: 0 0 70px 0;
    text-align: center;
    position: relative;
    padding: 3rem 6rem;
}

.coach_section_2 .writing-coach{
    position: absolute;
    top: -100px;
    left: -580px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}
.coach_section_2 .writing-coach-circle{
    position: absolute;
    top: -50px;
    left: -310px;
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.coach_section_2  .icon-img1 {
    position: absolute;
    top: -10rem;
    left: 0;
    object-fit: contain;
    z-index: 1;
}


.coach_section_2 .heading {
    margin-top: 0 !important;
    color:#ffffff
}

.coach_section_2 .desc p{
    color:#ffffff
}
.coach_section_3 {
    text-align: center;
}

.coach_section_3 .icon{
    width: 150px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.coach_section_3 .icon img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.coach_section_3 .desc {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.coach_section_3 .diveder{
    margin: 0 auto;
}

.coach_section_4{
    margin: 0 auto;
    border-bottom: 15px solid #1C2840;
    position: relative;
    padding: 0;
}

.coach_section_4 .icon-img1{
    position: absolute;
    top: -6rem;
    right: 10rem;
    object-fit: contain;
    z-index: -1;
}

.coach_section_4 .container {
    padding: 3rem 2rem;
}

.coach_section_4 .icon-img2{
    position: absolute;
    top: -2rem;
    right: 10rem;
    width: 4%;
    object-fit: contain;
}

.coach_section_4 .heading {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.coach_section_5 .desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6rem;
}

.coach_section_5  .img{
    display: flex;
    justify-content: end;
}

.coach_section_5 .desc h3{
    font-size: 24px;
    font-weight: 700;
    color: #212A42;
    font-family: var(--palmetto--font-family-primary);
}

.coach_section_5 .desc .desc-item {
   display: flex;
   background-color: #ffffff;
   border-radius: 0 15px 15px 0;
   padding: 1rem 3rem 1rem 5rem;
   gap: 2rem;
   align-items: center;
}

.coach_section_5 .col-6{
    padding: 0 !important;
}

.coach_section_5 .desc div img {
    width: 30px;
    height: 50px;
}

.coach_section_5 .container-bottom{
    margin-top: 2rem;
}

.coach_section_5 .container-bottom .row {
    gap: 2rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.coach_section_5 .container-bottom .col-3 {
    border-radius: 50px 0;
    text-align: center;
    color: #ffffff;
    background-color: #05868C;
    margin: auto 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.coach_section_5 .container-bottom .heading{
    font-size: 24px;
}

.coach_section_5 .desc h3 {
    font-size: 24px;
    font-weight: 500;
}

.coach_section_5 .green-bg{
    position: relative;
}

.coach_section_5 .green-bg .qoute-top {
    position: absolute;
    top: -.8rem;
    left: 1rem;
    object-fit: contain;
    z-index: 2;
    width: 40px;
}

.coach_section_5 .green-bg .qoute-bottom {
    position: absolute;
    bottom: -.5rem;
    right: 1rem;
    object-fit: contain;
    z-index: 2;
    width: 40px;
}

.coach_section_5 .green-bg p {
    margin: 0;
}

.coach_section_plan .heading {
    font-size: 44px;
}

.coach_section_plan .content .desc ul:first-child , .coach_section_plan .content .desc ul:last-child,.coach_section_plan  .subtitle {
    text-align: left;
}

.coach_section_plan .subtitle {
    padding-left: .5rem;
}

.coach_section_6 {
    text-align: center;
}

.coach_section_6 .heading_desc {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.coach_section_6 .coach-img {
    margin: 0 auto;
    width: 30%;
    position: relative;
}

.coach_section_6 .coach-img .icon-img1{
    position: absolute;
    top: -5rem;
    left: -5rem;
    object-fit: contain;
    z-index: -1;
}

.coach_section_6 .coach-img .icon-img2{
    position: absolute;
    bottom: -1rem;
    right: -2.5rem;
    object-fit: contain;
}

.coach_section_6 .desc {
    margin: 0 auto;
    width: 70%;
}

.coach_section_6 h2.heading {
    font-size: 44px;
}

.coach_section_6 .desc h3 {
    font-family: var(--palmetto--font-family-primary);
    font-weight: 400;
}

.coach_section_plan .content {
    border-radius:   80px 0;
    background-color: #fff;
    padding: 2rem;
    position: relative;
}

.coach_section_expect .diveder{
    margin: 0 auto;
}

.coach_section_expect > p {
    padding-top: 2rem;
}

.coach_section_7 {
    background-color: #BD6042;
    margin: 0 auto;
    padding-bottom: 10rem !important;
    position: relative;
}



.coach_section_7 .author-story-container {
    margin: 0 auto;
    display: flex;
}

.coach_section_7 .author-story-container .icon-img2{
    position: absolute;
    bottom: 9rem;
    right: 10rem;
    object-fit: contain;
}

.coach_section_7 .qoute-top {
    position: absolute;
    top: -.9rem;
    left: 13rem;
    width: 5%;
}

.coach_section_7 .qoute-bottom {
    position: absolute;
    bottom: -.4rem;
    right: .5rem;
    width: 5%;
}

.coach_section_7 .author-story-column {
    position: relative;
    border-radius: 0 0  50px 0;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.0509803922);
    padding: 1rem 3rem 2rem 15rem;
    z-index: 1;
}



.coach_section_7 .author-story-column .desc{
    padding-left: 2rem;
}

.coach_section_7 .author-story-column .desc p{
    margin:0;
}

.coach_section_7 .author-img {
    position: relative;
    height: 258px;
    width: 225px;
    position: absolute;
    z-index: 9;
    left: 10rem;
    margin-top: -50px;
}

.coach_section_7 .author-img .icon-img {
    position: absolute;
    top: -6rem;
    left: -5rem;
    object-fit: contain;
    z-index: 1;
}

.coach_section_7 .author-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.coach_section_7 .author-name {
    float:right;
}

.coach_section_8 {
    text-align: center;
margin-top: -5rem;
padding-top: 0;
}

.coach_section_8 .container-img {
    padding-bottom: 2rem;
    position: relative;
}

.coach_section_8 .container-img img{
    border-radius: 50px 0;
}

.coach_section_8 .text-content{
    padding-bottom: 1rem;
}

.coach_section_8 .icon-img1 {
    position: absolute;
    right: -3rem;
    top: -4rem;
    object-fit: contain;
}

.coach_section_8 .icon-img2 {
    position: absolute;
    left: -3rem;
    bottom: -1rem;
    object-fit: contain;
    z-index: -1;
}

.coach_section_8 .icon-img3 {
    position: absolute;
    left: -2rem;
    bottom: -5rem;
    object-fit: contain;
    z-index: -1;
}

.coach_section_9 h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1F2A44;
    text-align: center;
}

.coach_section_9 .description {
    padding: 2rem !important;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 50px 0;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.0509803922);
    text-align: center;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 2rem !important;
}

.coach_section_9 .container .row {
    gap: 2rem;
}

.writing_coach_faq {
    border-bottom: 40px solid #036E73;
    padding-bottom: 0 !important;
}

.writing_coach_faq .heading{
    font-size: 48px;
    font-weight: 700;
    color: #1F2A44;

}

.writing_coach_faq .faq_desc_list {
    border-left: 5px solid#05868C !important;
    padding-left: 3rem !important;
    padding-bottom: 3rem !important;
    padding-top: 2rem !important;
}

.writing_coach_faq .faq_desc_list h3{
    font-size: 27px;
    color: #BD6042;
    font-family: var(--palmetto--font-family-primary);
}

.writing_coach_faq .faq_desc_list .faq_desc {
    padding-bottom: 2rem ;
}

.coach_section_10 {
    color: #ffffff;
    background-color: #1F2A44;
    border-bottom: 4px solid;
    border-image: linear-gradient(270deg, #BF994E, #F8D0A1) 1;
}
.coach_section_10 h2{
    color: #ffffff;
    font-size: 38px;
}
.coach_section_10 h3{
    color: #ffffff;
    font-size: 24px;
    font-family: var(--palmetto--font-family-primary);
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.coach_section_10 p{
    color: #ffffff;
}

.coach_section_10 div {
    margin-bottom: 2rem;
}

.coach_section_expect  .content {
    background-color: #212A42;
    border-radius: 0px 50px 0px 50px;
    padding: 1rem 2rem;
    position: relative;
}

.coach_section_expect  .content .icon-img {
    position: absolute;
    top: -6rem;
    left: -2rem;
    object-fit: contain;
}

.coach_section_expect  .content .icon-img2 {
    position: absolute;
    bottom: 1rem;
    right: -5rem;
    object-fit: contain;
}
.coach_section_expect  .content .icon-img3 {
    position: absolute;
    bottom: -2rem;
    right: -4rem;
    object-fit: contain;
}

.coach_section_expect  .content .main-img {
    z-index: 1;
    width: 50%;
}

.coach_section_expect  .content .icon-bg {
    width: 150% !important;
}

.coach_section_expect  .content .col-4{
    display: flex;
    justify-content: center;
}

.coach_section_expect  .content .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 180px;
    position: relative;
}

.coach_section_expect  .content h3{
    color: #ffffff;
    font-size: 25px;
}

.coach_section_expect  .content p{
    color: #ffffff;
}

.coach_section_expect  .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coach_section_expect  .content .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.coach_section_plan .icon  {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coach_section_plan .coach-plan-container {
    position: relative;
}

.coach_section_plan .coach-plan-container .icon-img1{
    position: absolute;
    top: -2rem;
    left: -4rem;
    object-fit: contain;
}

.coach_section_plan .coach-plan-container .icon-img2{
    position: absolute;
    top: -7rem;
    left: 1rem;
    object-fit: contain;
}

.coach_section_plan .content .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.coach_section_plan .content .desc ul:first-child{
    list-style: disc;
    padding-bottom: 2rem;
}


.coach_section_plan .content .desc ul:last-child{
    list-style: disc;
    padding-bottom: 1rem;
    color: #BD6042;
    font-size: 18px;
}

.coach_section_plan .content .desc ul:last-child li{
    color: #BD6042 !important;
    font-size: 18px;
}

.coach_section_plan .content .desc .subtitle{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    color: #BD6042 !important;
    margin-left: -40px;
}

/* CUSTOM */
.align-items-center {
    margin: 0 auto;
}
.green-bg {
    background-color: #05868C;
}

.orange-bg {
    background-color: #BD6042;
}

/* Text     Color */
.text-white {
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.text-orange {
    color: #BD6042;
}


/* 
@media screen and (min-width: 1530px) {

    .coach_section_1 .container.content {
        margin-top: -10%;
    }
} */



@media screen and (max-width: 768px) {

    .coach_section_1 .wood-background {
        height: 290px !important;
    }
    .coach_section_1{
        overflow-x: clip;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .coach_section_1 .heading {
        font-size: 50px;
        text-align: left;
    }   
    .coach_section_1 .container.content {
        margin-top: -70px;
    }
    .coach_section_1 .left_desc p{
        text-align: left;
        font-size: 18px;
    }
    .coach_section_1 .right_img {
        padding-top: 2rem ;
        position: relative;
        height: 300px;
        width: 400px;
    }
    .coach_section_1 .right_img .hero-image-img {
        position: absolute;
        transform: scale(1.1);
    }
    .coach_section_1 .green-circle {
        position: absolute;
        top: -120px !important;
        right: 215px !important;
        z-index: 1 !important;
        transform: scale(.5);
    }
    .coach_section_1 .light-green-circle {
        display: none;
    }
    .coach_section_1 .gold-donut {
        position: absolute;
        bottom: -15em;
        right: -55px;
        width: 170px;
        transform: scale(.4);
    }

    .coach_section_2 {
        padding-top: 5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        z-index: -1;
    }

    .coach_section_2 .heading_desc {
        padding-top: 2rem !important;
    }

    .coach_section_2 .heading_desc .heading {
        font-size: 48px;
        padding: 0 1rem;
    }

    .coach_section_2 .icon-img1 {
        top: 25rem;
    }

    .coach_section_3 .desc p{
        font-size: 24px;
    }

    .coach_section_3 .diveder {
        width: 30%;
    }

    .coach_section_4 .heading {
        width: 90%;
    }

    .coach_section_4 .icon-img2 {
        top: -2rem;
        right: 0rem;
        width: 15%;
    }

    .coach_section_5{
        padding: 0rem 0rem;
    }

    .coach_section_5 .img {
        padding-bottom:2rem
    }

    .coach_section_4 .icon-img1 {
        top: -5rem;
        right: 0rem;
    }

    .coach_section_5 .container-bottom .col-3 {
        border-radius: 50px 50px 50px 0px;
        width: 80%;
    }

    .coach_section_5 .container-bottom .row {
        align-items: center;
    }


.coach_section_5 .green-bg p {
    font-size: 18px;
}

.coach_section_5 .text-orange {
    font-size: 24px;
    padding: 0 1rem;
}

.coach_section_5 .desc {
    gap: 3rem;
}

.coach_section_5 .desc h3 {
    font-size: 20px;
    text-align: left;
}

    .coach_section_4 .desc p{
        font-size: 24px;
    }

    .coach_section_6 .desc {
        width: 100%;
    }

    .coach_section_6 .coach-img {
        width: 100%;
    }

    .coach_section_7 .author-story-container {
        flex-direction: column;
    }

    .coach_section_7 .author-story-column {
        padding: 2rem;
        border-radius: 50px 0;
    }

    .coach_section_7 .author-img {
        position: relative !important;
        margin-top: 0px;
        left: 3rem;
    }

    .coach_section_7 .author-img .icon-img, .coach_section_7 .author-story-container .icon-img2  {
        display: none;
    }
    .coach_section_7 .qoute-bottom {
        width: 15%;
    }

    .coach_section_7 .qoute-top {
        left: -.5rem;
        width: 15%;
    }

    .coach_section_7 .author-story-column .desc {
        padding-left: 0rem;
        text-align: left;
    }

    .coach_section_8 .icon-img1 {
        position: absolute;
        right: -3rem;
        top: -3rem;
        object-fit: contain;
        width: 80px;
    }
    .coach_section_8 .icon-img2 {
        position: absolute;
        left: -4rem;
        bottom: -1rem;
        object-fit: contain;
        z-index: -1;
        transform: scale(.5);
    }

    .coach_section_8 .icon-img3 {
        position: absolute;
        left: -4rem;
        bottom: -4.5rem;
        object-fit: contain;
        z-index: -1;
        transform: scale(.5);
    }

    .writing_coach_faq .faq_desc_list .faq_desc{
        text-align: left;
    }

    .coach_section_9 .heading_desc {
        text-align: left;
    }

    .coach_section_9 .heading_desc .heading {
        font-size: 42px;
    }

    .coach_section_10 div {
        text-align: left;
        padding-left: .2rem !important;
        margin-bottom: 0rem !important;
    }

    .coach_section_10 > div {
        margin-bottom: 2rem !important;
    }

    .coach_section_expect .content {
        background-color: #212A42;
        border-radius: 0px 80px 0px 80px
    }
}

/* Writing Phases Responsive Layout */
/* Desktop Layout - Show by default */
.writing-phases-desktop {
    display: block;
}

/* Mobile Layout - Hide by default */
.writing-phases-slider {
    display: none;
    position: relative;
}

/* Add spacing between slides */
.writing-phases-slider .slick-slide {
    margin: 0 20px;
}

.writing-phases-slider .slick-list {
    margin: 0 -20px;
}

.writing-phases-slider .slick-slide {
    position: relative;
}

.writing-phases-slider .slick-dots {
    display: none !important;
}

/* Navigation Arrows for Writing Phases Slider */
.writing-phases-slider .slick-arrow {
    position: absolute;
    z-index: 10;
    background: rgba(0, 124, 186, 0.9);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.writing-phases-slider .slick-arrow:hover {
    background: rgba(0, 124, 186, 1);
    transform: scale(1.1);
}

.writing-phases-slider .slick-prev {
    top: 20px;
    left: 20px;
    display: none !important;
}

.writing-phases-slider .slick-next {
    bottom: 20px;
    right: 20px;
}

.writing-phases-slider .slick-arrow:before {
    display: none;
}

.writing-phases-slider .slick-arrow i {
    font-size: 18px;
}

/* Remove any text from arrow buttons */
.writing-phases-slider .slick-arrow:before {
    display: none !important;
}

.writing-phases-slider .slick-arrow:after {
    display: none !important;
}

@media (max-width: 1200px) {
    .coach_section_1 .wood-background {
        height: 450px;
    }
    .coach_section_1 .green-circle {
        position: absolute;
        top: -90px;
        right: -85px;
        z-index: -1;
    }
    .coach_section_1 .light-green-circle {
        position: absolute;
        top: -10px;
        right: -95px;
        width: 200px;
    }
}

/* Mobile Only - Show slider, hide desktop layout */
@media (max-width: 768px) {
    .writing-phases-desktop {
        display: none;
    }
    
    .writing-phases-slider {
        display: block;
    }
    
    .writing-phases-slider .slick-dots {
        margin-top: 20px;
    }

    .coach_section_expect .content  {
        min-height: 700px !important;
    }

    .coach_section_expect .content {
        align-items: start;
        justify-content: start;
    }

    .coach_section_expect .slick-slider button.slick-next.slick-arrow {
        right: 145px;
        top: 37rem !important;
        background: #BD6042 !important;
    }

    .coach_section_expect .content .icon-img, .coach_section_expect .content .icon-img2, .coach_section_expect .content .icon-img3   {
        display: none;
    }
    .coach_section_expect .slick-slider button.slick-arrow {
        width: 53px;
        height: 53px;
    }
}   