/* Reset and Base Styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}

/* Graphic Container and Hero Section */
.graphic-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}

.graphic-main-div {
    position: relative;
    height: auto;
    width: 100vw;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    /*padding: 0 5%;*/
    margin-bottom: 0;
    padding-bottom: 0;
}

.graphic-main-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.graphic-header-section {
    position: relative;
    max-width: 650px;
    z-index: 2;
    color: white;
    text-align: left;
    margin-left: 0;
}

.graphic-header-section h1 {
    font-size: 4rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: left;
}


.highlight {
    position: relative;
    display: inline-block;
    color: black;
    font-weight: 700;
    z-index: 1;
    /*font-size: 3.6rem;*/
    white-space: nowrap;
    transition: transform 0.5s ease;
    margin-bottom: 1rem;
}

.highlight::before {
    content: "";
    position: absolute;
    top: 47%;
    left: 50%;
    width: 100%;
    height: 120%;
    background-color: aqua;
    border-radius: 12px;
    transform: translate(-50%, -49%) rotate(-2.1deg);
    z-index: -1;
    -webkit-transform: translate(-50%, -49%) rotate(-2.1deg);
    -moz-transform: translate(-50%, -49%) rotate(-2.1deg);
    -ms-transform: translate(-50%, -49%) rotate(-2.1deg);
    -o-transform: translate(-50%, -49%) rotate(-2.1deg);
}

.graphic-header-section p {
    margin: 1rem;
    font-size: 1.4rem;
    max-width: 600px;
    line-height: 1.6;
    color: whitesmoke;
    text-align: left;
}
@media(min-width: 1200px){
    .graphic-header-section h1, .highlight{
        font-size: 3.6rem;
    }

}

.graphic-image-section {
    padding: 0 5%;
}

.graphic-main-div .course-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
    object-fit: cover;
    z-index: -2;
}

/* Icon Box Group */
.icon-box-group {
    margin-top: 1rem;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    justify-content: space-between;
    gap: 1;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-top: -4rem;
}

.icon-box {
    height: 8rem;
    width: 15rem;
    border: none;
    border-radius: 12px;
      background: linear-gradient(to bottom, #1e73fa, #00c6ff);
    margin-top: 2rem;
    color:white;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 5px black;
    transition: all 0.3s ease;
    text-align: center;
}

.icon-box:hover {
    cursor: grab;
    transition: 0.2s;
     background: #f0f4ff;
 
    color: black;
    box-shadow: 0 5px 15px rgba(30, 115, 250, 0.3);
    border-color: transparent;
}

.icon-box p {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
}

.icon-box h3 {
    font-size: 1.7rem;
    margin-top: 1rem;
    font-weight: bold;
}

/* Syllabus Section */
.syllabus-div {
    background-color: whitesmoke;
}

.syllabus-container {
    /*max-width: 1250px;*/
    /*margin: auto;*/
    padding: 20px;
    text-align: center;
}

.syllabus-header {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    /*margin-left: 100px;*/
    font-weight: bold;
}

.syllabus-header h2 {
    font-size: 2rem;
    color: black;
    font-weight: bold;
}

.syllabus-header button {
    background: white;
    color: blue;
    border: 1px solid blue;
    padding: 0.5rem 1rem;
    margin-right: 100px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 2px 2px 4px blue;
}

.syllabus-header button:hover {
    background-color: rgb(130, 186, 235);
    color: white;
}

.duration-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.duration-box {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff3e6;
    padding: 15px 15px;
    border-radius: 50px;
    border: 2px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.duration-info {
    text-align: center;
    flex: 1;
    padding: 10px;
    min-width: 120px;
}

.duration-info i {
    font-size: 1.2rem;
    margin-right: 5px;
    color: rgba(33, 78, 39, 0.66);
}

.duration-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.duration-info strong {
    font-size: 1.1rem;
    color: #333;
}

.placement-info {
    width: auto;
    height: 6.4rem;
    display: flex;
    margin-top: 1.4rem;
    border-radius: 50px;
    background-color: #fff3e6;
    border: 2px solid #ddd;
    color: black;
    font-size: 1rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.placement-support {
    font-size: 1.3rem;
    text-align: center;
    display: flex;
    align-items: center;
    margin-left: 2rem;
}

.syllabus-card {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}


 .card:nth-of-type(4n+1) > .card-header {
  background: linear-gradient(135deg, rgba(200, 230, 255, 0.9) 0%, rgba(240, 248, 255, 0.9) 100%);
}

.card:nth-of-type(4n+2) > .card-header {
  background: linear-gradient(135deg, rgba(200, 255, 200, 0.9) 0%, rgba(235, 255, 235, 0.9) 100%);
}

.card:nth-of-type(4n+3) > .card-header {
  background: linear-gradient(135deg, rgba(255, 220, 200, 0.9) 0%, rgba(255, 245, 235, 0.9) 100%);
}

.card:nth-of-type(4n+4) > .card-header {
  background: linear-gradient(135deg, rgba(230, 200, 255, 0.9) 0%, rgba(245, 235, 255, 0.9) 100%);
}



.card-header {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.card-header:hover {
    background-color: #e9ecef;
}

.caret-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.collapsed .caret-icon i {
    transform: rotate(0deg);
}

.card-header[aria-expanded="true"] .caret-icon i {
    transform: rotate(180deg);
}

.caret-icon i {
    display: block;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.module-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.module-card h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.badge.bg-purple {
    background-color: #6f42c1;
}

.badge.bg-orange {
    background-color: #fd7e14;
}

.badge.bg-green {
    background-color: #28a745;
}

.badge.bg-blue {
    background-color: #007bff;
}

.mt-5 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 2rem;
}

/* Online-Offline Section */
.online-offline-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #ffffff;
    height: 100%;
}

.online-offline-card:hover {
    cursor: grab;
    transition: 0.2s;
    background: linear-gradient(to bottom, #1e73fa, #00c6ff);
    color: white;
    box-shadow: 0 5px 15px rgba(30, 115, 250, 0.3);
    border-color: transparent;
}

.online-offline-card .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.online-offline-card .icon {
    height: 40px;
    width: 40px;
    background-color: rgba(33, 78, 39, 0.66);
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.online-offline-card:hover .icon {
    background-color: rgba(33, 78, 39, 0.66);
    transform: scale(1.1);
}

.online-offline-card .title {
    margin: 0;
    font-size: 1.25rem;
    color: black;
    transition: all 0.3s ease;
}

.online-offline-card:hover .title {
    color: white;
    transform: translateY(-5px);
}

.online-offline-card .text {
    margin: 0;
    color: black;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.online-offline-card:hover .text {
    color: white;
    transform: translateY(-5px);
}

/* Toolbox Section */
.container-fluid {
    padding: 40px 20px;
}

.toolbox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text {
    /*font-size: 3.5rem;*/
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
    position: relative;
}

.header-text span {
    color: rgb(29, 64, 243);
}

.tool-img {
    height: 3rem;
}

.tool-grid {
   margin: auto;
}

.tool-card {
    background: url(../images/logos/tools-back.avif);
    border-radius: 10px;
    /*padding: 20px;*/
    text-align: center;
    color: #fff;
    border: 1px solid #444;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top:1rem;
}

.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.tool-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.btn-start {
    background-color: rgb(36, 96, 223);
    color: #1a1a1a;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 20px;
    border: none;
    float: right;
    margin-bottom: 2.2rem;
    /*margin-left: 28rem;*/
}

.btn-start:hover {
    background-color: #e6c200;
}

/* Full-Fledged Section */
.sub-services-top {
    width: 95%;
    margin: auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.eleven-top-h {
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff;
    text-align: center;
    animation: fadeIn 1.2s ease-in-out;
}

.eleven-para {
    text-align: center;
    font-size: 1.2rem;
    color: gray;
    margin-top: 1rem;
}

.section-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.left {
    flex: 1;
    min-width: 280px;
}

.right {
    flex: 1;
    min-width: 280px;
    background: #e9ecef;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.4rem;
    color: black;
    transition: all 0.4s ease-in-out;
}

.right p {
    margin-top: 4rem;
}

.bottom-list {
    padding: 15px;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    color: #333;
}



        .tabcontent {
            display: none;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        }
    
        .tabcontent.active {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }
    

.tab li {
    position: relative;
    list-style-type: none;
    padding: 1rem;
    padding-left: 20px;
}

.tab li::before {
    content: "";
    position: absolute;
    left: 0;
    top:
    
    
    
    /*syllabus-color*/
    
  