.coursedetails3{font-family:Poppins,sans-serif;color:#333;background-color:#fff;margin-top:100px}.coursedetails3-header{text-align:center;padding:10px}.course-para{margin-bottom:15px}.coursedetails3-header h1{max-width:1000px;font-size:70px;font-weight:700;margin:auto auto 20px}.coursedetails3-tab-buttons{display:flex;margin-bottom:30px;border-radius:8px;overflow:hidden;border:1px solid #ccc;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.coursedetails3-tab-buttons button{flex:1;padding:14px 0;font-size:1rem;font-weight:600;background-color:#f4f4f4;color:#333;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease}.coursedetails3-tab-buttons button:not(:last-child){border-right:1px solid #ccc}.coursedetails3-tab-buttons button.active{background-color:#3096A7;color:white;font-weight:700}.coursedetails3-main{display:flex;justify-content:center;gap:40px;max-width:1200px;margin:30px auto;padding:0 20px;flex-wrap:wrap}.coursedetails3-left{flex:1 1 650px}.coursedetails3-right{flex:1 1 300px;position:sticky;top:180px;align-self:flex-start;height:fit-content}.coursedetails3-main-image{width:100%;border-radius:8px;margin-bottom:30px}.coursedetails3-left section{margin-bottom:30px}.coursedetails3-left h2{margin-top:40px;margin-bottom:24px;font-size:clamp(1.5rem,1.1522rem + 1.7391vw,2.5rem);line-height:1.3;color:#3096A7}.coursedetails3-left p,.coursedetails3-left ul{font-size:18px;font-weight:500;line-height:2}.coursedetails3-left ul{list-style-type:disc;margin-left:50px;gap:20px}.coursedetails3-left ul li{margin-bottom:20px}.coursedetails3-price-card{background-color:#f1f9ff;padding:30px 32px;border-radius:24px;width:90%;top:150px;text-align:left}.coursedetails3-price-card h1{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:20px}.coursedetails3-price-card hr{border:none;border-top:2px solid #ddd;margin:20px 0}.coursedetails3-feature-list{list-style:none;padding:0;font-size:1.125rem}.coursedetails3-feature-list li{display:flex;align-items:center;gap:14px;margin-bottom:20px;color:#111}.coursedetails3-feature-list li i{font-size:1.25rem;color:#3096A7}.coursedetails3-book-button{width:100%;background-color:#000;color:#fff;padding:16px 0;font-size:1rem;font-weight:700;border-radius:40px;cursor:pointer;margin-top:10px;transition:background-color .3s ease;border:none}.coursedetails3-book-button:hover{background-color:#222}.coursedetails3-cta-box{margin:60px auto 40px;padding:40px 20px;background-color:#3096A7;text-align:center;color:#fff;border-radius:16px;max-width:1000px}.coursedetails3-cta-box h2{font-size:2rem;margin-bottom:20px}.module-title{margin-bottom:15px}.sticky-tab-wrapper{position:sticky;top:65px;background-color:#fff;z-index:999;padding:10px 0}.coursedetails3,.coursedetails3-header,.coursedetails3-main{overflow:visible}.coursedetails3-cta-button{background-color:#fff;color:#000;border:none;padding:12px 28px;font-weight:700;border-radius:30px;cursor:pointer;transition:all .3s ease}.coursedetails3-cta-button:hover{background-color:orangered;color:#fff}@media (max-width:768px){.coursedetails3-main{flex-direction:column;align-items:center}.coursedetails3-left,.coursedetails3-right{flex:1 1 100%;width:100%}.sticky-tab-wrapper{top:50px}}.coursedetails3-faq-section{max-width:900px;margin:40px auto 60px;background:#f8fbfd;border-radius:16px;padding:36px 24px;box-shadow:0 2px 12px rgba(30,146,164,.07)}.coursedetails3-faq-section h2{font-size:2rem;color:#3096A7;margin-bottom:28px;text-align:center;font-weight:700}.faq-item{margin-bottom:18px;border-bottom:1px solid #e0e7ef;padding-bottom:12px}.faq-question{display:block;font-size:1.15rem;font-weight:600;color:#222;cursor:pointer;padding:10px 0;transition:color .2s}.faq-item input[type=checkbox]{display:none}.faq-answer{max-height:0;overflow:hidden;color:#444;font-size:1rem;transition:max-height .3s ease;padding-left:0}.faq-item input[type=checkbox]:checked~.faq-answer{max-height:200px;margin-top:8px;padding-left:8px}.faq-question:before{content:"+";margin-right:10px;color:#3096A7;font-weight:700;transition:transform .3s}.faq-item input[type=checkbox]:checked+.faq-question:before{content:"-";color:#e67e22}