body { 
    margin: 0; 
    padding: 0; 
    font-family: 'Inter', sans-serif; 
    overflow-x: hidden; 
}

.full-section { 
    padding: 80px 0; 
    width: 100%; 
}

.hero-padding {
    padding-top: 135px;
}


/* .bg-black { background: #000; color: #fff; } */
.bg-white { background: #fff; color: #000; border-radius: 15px; }
.bg-orange { background: #E67E22; color: #fff; }


.section-label { 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    font-weight: 900; 
    font-size: 0.85rem; 
    margin-bottom: 15px;
    color: #E67E22; 
    font-size: 16px;
    padding-left: 16px;
}

.bg-black .section-label { color: #E67E22; }
.bg-orange .section-label { color: #000; }
.text-white-label { color: #fff !important; padding: 42px; }

.display-title { 
    font-size: 3rem; 
    font-weight: 800; 
    line-height: 1.1; 
    margin: 0; 
    padding: 11px; 
}

.bg-black .section-label {
    color: #E67E22;
    border-bottom-color: #333; 
}

.title-orange { color: #E67E22; }
.title-duration { color: #E67E22; padding: 47px; }

.title-shadow { 
    color: #fff; 
    text-shadow: 2px 2px #d35400; 
}

.content-body { 
    font-size: 1.25rem; 
    line-height: 1.8; 
    opacity: 0.9; 
    max-width: 800px; 
    padding: 16px;
}

.orange-description-style {
    background-color: #fff;
    padding: 80px 0;
    border-radius: 15px;
}

.orange-description-style .section-label {
    color: #000; 
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3); 
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.course-option-text {
    font-size: 2.2rem; 
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
    padding: 0;
    margin-left: 0;
    text-align: left; 
    text-shadow: none;
}

.description-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    letter-spacing: 0.2px;
    text-align: justify;
    padding: 0;         
    margin-left: 0;  
    max-width: 100%;
}

.description-text p {
    margin-bottom: 1.5rem; 
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

.description-text ul {
    padding-left: 20px;
    margin-bottom: 1.5rem;
}

.description-text li {
    margin-bottom: 10px;
}

.description-section .section-label {
    margin-bottom: 30px;
    display: block;
    /* border-bottom: 2px solid #E67E22;  */
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.description-text, .display-title {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.description-section .container {
    padding-left: 15px;
    padding-right: 15px;
}



.gallery-item {
    height: 315px;
    /* object-fit: cover; */
    border-radius: 25px;
    width: 105%;
    transition: 0.5s;
    padding-top: 8px;
    padding-bottom: 8px;
}

.gallery-item:hover { 
    transform: translateY(-10px); 
}

/* .border-top-black { border-top: 10px solid #000; } */
.text-center { text-align: center; }
.mb-40 { margin-bottom: 40px; }



.hero-icon {
    width: 60px;    
    height: auto;
    margin-right: 20px; 
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3)); 
}

.hero-bg-section .container {
    text-align: left;
}

.display-title {
    font-size: 2.8rem; 
    margin: 0;
    padding: 0 !important;
}




.hero-content-wrapper {
    display: flex;
    align-items: center; 
    gap: 15px;        
    margin-top: 10px;
}


.hero-small-icon {
    width: 210px;        
    height: auto;
    object-fit: contain;
    border-radius: 15px;
}

.display-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    padding-left: 0 !important;
}


/* course eleigiblity start */
.eligibility-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px; 
}

.eligibility-left {
    flex: 1;
}

.eligibility-label {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ff6b00;
}

.eligibility-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}


.eligibility-right {
    flex: 1;
    text-align: right;
}

.eligibility-right img {
    max-width: 100%;
    height: auto;
    border-radius: 28px;
    /* margin-right: 64px; */
    margin-left: -50px;
    margin-right: 120px;
}



/* course eleigiblity end */

/* course dutaion */

.duration-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}


.duration-left {
    flex: 1;
}

.duration-left img {
    max-width: 100%;
    height: auto;
    border-radius: 19px;
}


.duration-right {
    flex: 1;
}


.duration-label {
    font-size: 28px;
    font-weight: 700;
    color: #E67E22;
    /* border-bottom: 2px solid #E67E22; */
    display: inline-block;
    margin-bottom: 15px;
}


.duration-text {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}



/* course dutaion end */

/* course option start */

.course-option-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}


.course-option-left {
    flex: 1;
}

.course-option-label {
    font-size: 28px;
    font-weight: 700;
    color: #ef7c00;
    margin-bottom: 15px;
}

.course-option-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}


.course-option-right {
    flex: 1;
    text-align: right;
}

.course-option-right img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}



/* course option end */

/* course descrpiton start */

.detailed-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}


.detailed-left {
    flex: 1;
}

.detailed-left img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}


.detailed-right {
    flex: 1;
}


.detailed-label {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}


.detailed-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}



/* course descrpiton end */

/* course name section start */

/* new */

.course-overview-section {
    background: #000;
    color: #fff;
    padding: 100px 0;
}

.course-overview-wrapper {
    display: flex;
    flex-wrap: wrap;         
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;       
    gap: 40px;
}

/* LEFT IMAGE */
.course-left {
    flex: 1;
}

.course-left img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

/* RIGHT CONTENT */
.course-right {
    flex: 1;
}

.course-label {
   font-size: 42px;        
    font-weight: 800;        
    color: #fff;             
    margin-bottom: 40px;    
    text-align: center;      
    width: 100%;
}

.course-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.course-left {
    flex: 1;
    margin-top: 20px;  
}

/* DETAILS */
.course-details {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.course-details li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* BUTTON */
.course-btn {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}

.course-btn:hover {
    background: #c40000;
}



/* old */

/* .hero-center-wrapper {
    text-align: center;
}


.hero-top-image {
    margin-bottom: 20px;
}

.hero-top-image img {
    width: 450px;
    height: 232px;
}


.hero-course-title {
    font-size: 40px;
    font-weight: 700;
    color: #ff6b00;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .hero-course-title {
        font-size: 26px;
    }

    .hero-top-image img {
        width: 266px;
    }
} */

/* course name section end */

/* course software  section start */

.bg-custom {
    position: relative;
    background: url('../images/course_details/Software_Background/What-is-3D-Modeling-in-VFX-and-How-Does-it-Impact-Visual-Effects_-2825351257.jpg') center/cover no-repeat;
    overflow: hidden;
}

.bg-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.7);  */
    backdrop-filter: blur(3px);  
    /* -webkit-backdrop-filter: blur(12px); */
    z-index: 1;
}

.bg-custom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    z-index: 2;
}
.bg-custom .container {
    position: relative;
    z-index: 3;
}

/* course software  section end */

.tab {
  display: inline-flex;
  background-color: #f8f9fa; 
  padding: 8px;
  border-radius: 50px; 
  gap: 10px;
  margin-top: 40px;
  width: 100%;
  background:#ef7c00;
}


.tab button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 24px;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 40px;
}


.tab button:hover:not(.active) {
  background-color: #000;
}

.tab button.active {
  background-color: #000; 
  color: white;
  box-shadow: 0 4px 10px rgba(59, 89, 255, 0.2);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 10px;
  margin-top: 15px;
  /* border-top: 1px solid #eee; */
  padding-top: 4px;
}

/* Mobile Reponsive course details page */
/* ================= MOBILE DESIGN (FINAL CLEAN) ================= */
@media (max-width: 768px) {

    /* GLOBAL */
    .full-section {
        padding: 40px 0;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* TITLES */
    .display-title,
    .course-title {
        font-size: 22px;
        line-height: 1.3;
        text-align: center;
    }

    .section-label {
        font-size: 14px;
        text-align: center;
        padding-left: 0;
    }

    /* COURSE OVERVIEW */
    .course-overview-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .course-left img {
        max-width: 100%;
    }

    .course-details li {
        font-size: 14px;
    }

    .course-btn {
        width: 100%;
        text-align: center;
    }

    /* TABS (VERY IMPORTANT FIX) */
    .tab {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 6px;
        gap: 5px;
    }

    .tab button {
        font-size: 13px;
        padding: 8px 14px;
        white-space: nowrap;
    }

    /* COMMON FLEX WRAPPERS */
    .eligibility-wrapper,
    .duration-wrapper,
    .course-option-wrapper,
    .detailed-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    /* REMOVE BAD MARGINS */
    .eligibility-right img {
        margin: 0 !important;
    }

    /* TEXT */
    .eligibility-text,
    .course-option-text,
    .detailed-text {
        font-size: 14px;
        text-align: center;
    }

    /* LABELS */
    .eligibility-label,
    .duration-label,
    .course-option-label,
    .detailed-label {
        font-size: 20px;
        text-align: center;
    }

    /* IMAGES */
    img {
        width: 100%;
        height: auto;
    }

    /* GALLERY */
    .gallery-item {
        width: 100%;
        height: auto;
    }

}


