.vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hero-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 135px 20px;
    text-align: center;
    overflow: hidden;
}

.hero-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 1030px;
    margin: 0 auto;
}

.hero-banner-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.hero-subheading {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 1.4;
}

.hero-banner-text {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    opacity: 0.9;
}

.hero-banner-text strong {
    font-weight: 500;
}

.hero-banner-button {
    background: #580b37;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
    transition: 0.3s;
    text-transform: capitalize;
    font-size: 16px;
}

.hero-banner-button:hover {
    background: #ff2f7a;
    color: #fff;
}

.hero-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.hero-stat-box {
    background-color: #580b37;
    padding: 20px 30px;
    border-radius: 12px;
    min-width: 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-stat-box h2 {
    margin: 0;
    font-size: 26px;
}

.hero-stat-box p {
    margin: 8px 0 0;
    font-size: 14px;
}


.electrology-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 70px 0;
}

.timeline-container {
    display: flex;
    flex-direction: column;
}

.timeline-tabs {
    order: -1;
    /* Ensures tabs are at top */
}

.timeline-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.timeline-tab-list li {
    cursor: pointer;
    padding: 12px;
    border-bottom: 3px solid #580b37;
    margin-right: 7px;
    transition: all 0.3s ease;
    background: #ececec;
    color: #580b37;
    font-size: 18px;
}

.timeline-tab-list li.active {
    background: #580b37;
    color: #fff;
    border-bottom: 3px solid #9a1662;
}

.timeline-contents {
    margin-top: 36px;
    padding-left: 0;
}

.timeline-content {
    display: none;
}

.timeline-content.active {
    display: block;
}

.timeline-text {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 1.6;
    padding-top: 0px;
}

img.timeline-image {
    float: left;
    width: auto;
    max-width: 400px;
    margin-right: 20px;
    margin-bottom: 15px;
    border: 4px solid #580b37;
    border-radius: 0 20px 0 20px;
    max-height: 300px;
    min-width: 270px;
    object-fit: cover;
    object-position: top;
}

.cyber-about-us-section {
    background: #faf5f5;
    padding: 45px 0;
}

.cyber-about-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    gap: 60px;
    padding: 0 5%;
}

.cyber-about-text {
    flex: 1;
    max-width: calc(100% - calc(40% - 60px));
}

.cyber-about-text small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 300;
}

.cyber-about-text h2 {
    font-size: 46px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 500;
}

.cyber-about-description {
    font-size: 18px;
    color: #6A6A6A;
    line-height: 1.6;
    font-weight: 300;
}
.cyber-about-description p {
    margin: 0;
}

.cyber-about-image {
    min-width: 300px;
    max-width: 40%;
    width: 100%;
    text-align: center;
}

.cyber-about-image img {
    border-radius: 12px;
    max-width: 100%;
    max-height: 750px;
}

.testimonial-list-slider {
    display: flex;
    width: 100%;
    gap: 15px;
}

.testimonial-list-wrapper {
    margin: 70px 0;
}

.testimonial-list-wrapper .section-title h2 {
    font-size: 42px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-list-wrapper .section-title p {
    font-size: 16px;
    color: #6a6a6a;
    text-align: center;
    line-height: 1.6;
    font-weight: 300;
}

.testimonial-list-slider .slick-track {
    display: flex;
}

.testimonial-card {
    color: #fff;
    background: #580b37;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
    max-width: 100%;
    margin: 0 8px;
    border: 1px solid #ececec;
    height: inherit !important;
}

.slick-initialized .testimonial-card.slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 300;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee7a;
    padding-top: 15px;
    gap: 15px;
}
.testimonial-profile img.testimonial-img {
    aspect-ratio: 1/1;
    max-width: 60px;
    border-radius: 50%;
    object-fit: cover;
    width: 60px;
    height: 60px;
}   

.profile-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-meta {
    font-size: 18px;
    color: #333;
    font-weight: 300;
}

.testimonial-meta strong {
    color: #ffffff;
    font-weight: 400;
}
.testimonial-meta .designation {
    font-size: 16px;
    color: #d5d5d5;
    margin-top: 5px;
}


.inner-hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.inner-hero-banner-inner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.inner-hero-banner-inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: 1;
}

.inner-hero-banner-inner .content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.inner-hero-banner-inner .content h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}
.inner-hero-banner-inner .description {
    font-size: 18px;
    color: #6a6a6a;
    max-width: 950px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.about-page .cyber-about-text {
    max-width: 750px;
}

section.cyber-about-us-section.about-page {
    background: #fff;
}


.electrology-target-section {
    padding: 0;
    background-color: #fff;
    text-align: center;
}

.electrology-target-section .intro-text {
    max-width: 90%;
    margin: 0 auto 50px;
    font-size: 22px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
}

.target-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.target-box {
    flex: 1 1;
    padding: 45px 40px;
    border: 2px solid #580b37;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: all 0.3s ease;
}

.target-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.target-schools, .target-students {
    background-color: #580b37;
    color: #fff;
    border-color: transparent;
}

.target-schools h3, .target-students h3 {
    color: #fff;
}

.target-practitioner h3 {
    color: #333;
}

.target-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.target-box p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    font-weight: 300;
    color: #6a6a6a;
}

.target-schools p, .target-students p {
    color: #fff;
}

.hero-cta-banner {
    position: relative;
    padding: 0;
    text-align: center;
    color: #fff;
    margin: 70px 0;
}

.hero-cta-banner-inner {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
}

.hero-cta-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-cta-banner .content {
    position: relative;
    z-index: 2;
}

.hero-cta-banner .cta-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}

.hero-cta-banner .content h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 5px;
}

.hero-cta-banner .content p {
    font-size: 22px;
    font-weight: 300;
    max-width: 870px;
    margin: 0 auto 20px;
    line-height: 1.4;
}

.hero-cta-banner .cta-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

.hero-cta-banner .cta-button:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #fff;
}

.school-setup-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding: 35px 0;
}

.school-setup-section .left-content {
    flex: 1;
    max-width: calc(60% - 40px);
}

.school-setup-section .left-content img {
    max-width: 250px;
    margin-bottom: 20px;
    width: 100%;
}

.school-setup-section .description p {
    font-size: 18px;
    line-height: 1.6;
    color: #6A6A6A;
    margin-bottom: 25px;
    font-weight: 300;
}

.feature-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.feature-columns .includes, .feature-columns .excludes {
    flex: 1;
    min-width: 100%;
}

.feature-columns h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
    background: #fff;
}

.feature-columns ul {
    list-style: none;
    padding: 0 10px 0 10px;
    margin: 15px 0 0;
}

.feature-columns li {
    font-size: 18px;
    line-height: 1.6;
    display: flex;
    align-items: start;
    color: #6a6a6a;
    font-weight: 300;
    margin-bottom: 10px;
}

.feature-columns li i {
    margin-right: 10px;
    font-size: 16px;
    margin-top: 6px;
}

.feature-columns .includes li i {
    color: green;
}

.feature-columns .excludes li i {
    color: red;
}

/* Right CTA Box */
.right-cta-box {
    flex: 0 0 30%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.cta-box {
    background-color: #580b37;
    padding: 40px 20px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
}

.cta-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.6;
}

.cta-box p {
    font-size: 14px;
    margin-bottom: 20px;
}

.cta-box a {
    display: inline-block;
    padding: 10px 35px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
}

.cta-box a:hover {
    background-color: #fff;
    color: #580b37;
}
.feature-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1.5%;
    justify-content: center;
    margin-top: 40px;
}
.feature-box {
    flex: 1 1 23.5%;
    max-width: 100%;
    min-height: 120px;
    border: 1px solid #580b37;
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    align-items: center;
    display: flex;
    font-weight: 300;
    color: #333;
}
.feature-box p {
    margin: 0;
    font: inherit;
}
.feature-box:hover {
    box-shadow: 0 4px 12px rgba(236, 64, 122, 0.2);
}
.feature-box-wrapper {
    margin: 50px 0;
}

#section_scroll .wpb_column.vc_column_container {
    padding: 0;
}

.course-benefits {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
}
.course-logo {
    margin-bottom: 20px;
}

.course-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 150px;
    max-width: 40%;
}

.course-description p {
    font-size: 20px;
    color: #6a6a6a;
    line-height: 1.6;
    font-weight: 300;
}
.course-benefits-left {
    width: 100%;
}   
.course-heading {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}


.course-benefits-left li {
    font-size: 18px;
    line-height: 1.6;
    display: flex;
    align-items: start;
    color: #6a6a6a;
    font-weight: 300;
    margin-bottom: 10px;
}
.course-benefits-left li i {
    margin-right: 10px;
    font-size: 16px;
    margin-top: 6px;
}
.course-benefits-left .include-list li i {
    color: green;
}

.course-benefits-list-wrapper {
    border: 1px solid #ececec;
    padding: 35px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.course-benefits-list-wrapper h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.course-benefits-list-wrapper ul {
    padding-left: 22px;
    margin: 0;
}
.course-benefits-list-wrapper ul li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;
    line-height: 1.6;
}
.course-benefits-list-wrapper ul li strong {
    color: #333;
    font-weight: 500;
}
.sticky-left .course-benefits-left {
    width: calc(100% - 30px);
}
.course-benefits-left.stuck-fixed {
    width: calc(38% - 60px);
}
.sticky-left.stuck-bottom .course-benefits-left {
    position: fixed;
    top: 140px;
}
div#section_scroll {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
}

.school-portal-section {
    max-width: 100%;
    text-align: center;
    display: flex;
    gap: 30px;
}
.school-portal-box {
    background: #580b37;
    border-radius: 20px;
    padding: 25px;
    color: #fff;
    flex: 1;
}
.school-portal-section .intro-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 0;
}
.school-portal-section .feature-heading, .school-portal-section .why-heading {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
}
.school-portal-section .feature-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
    text-align: left;
}

.school-portal-section .feature-list li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}
.school-portal-section .why-text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
}
.school-portal-section * {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
h4.feature-heading {
    text-align: left;
}
.course-benefits-incudes ul.include-list {
    padding: 0;
}
.student-portal-wrapper {
    margin: 50px 0;
}
.student-portal-features {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.student-portal-features .intro {
    font-style: italic;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #333;
}
.student-portal-features .heading {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.student-portal-features .feature-list {
    list-style: disc;
    padding-left: 20px;
}
.student-portal-features .feature-list li {
    margin-bottom: 10px;
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 300;
}
.feature-list-only {
    max-width: 100%;
    margin: 35px auto;
    padding: 0;
}
.feature-list-only .feature-list {
    list-style: none;
    padding-left: 0;
}
.feature-list-only .feature-list li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #6a6a6a;
    font-weight: 300;
}
.feature-list-only .feature-list li strong {
    color: #333;
    font-weight: 500;
}

.school-portal-wrapper {
    margin-bottom: 50px;
}

.cyber-flip-box {
    width: 100%;
    max-width: 100%;
    height: calc(100% - 30px);
    margin: 15px 0;
}
.cyber-flip-box .container {
    width: 100%;
    height: 100%;
    position: relative;
}
.flip-box-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
    cursor: pointer;
}
.cyber-flip-box.active .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
    backface-visibility: hidden;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #580b37;
    border-radius: 20px;
    height: 100%;
}
.flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flip-box-front {
    background: #fff;
    z-index: 2;
}
.flip-box-back {
    transform: rotateY(180deg);
    background: #f8f8f8;
}
.flip-box-front p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #c70053;
    text-transform: capitalize;
}
.front-image-wrapper img {
    max-width: 150px;
    margin-bottom: 25px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 2px solid #580b37;
    padding: 5px;
}
.flip-box-front p i {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 700;
}
.front-title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    color: #333;
}

.back-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}
.feature--container {
    margin-top: 30px;
}
.feature--container ul {
    list-style: disc;
    padding-left: 25px;
    color: #fff;
    margin: 0;
}
.feature--container ul li {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
}
.vc_row-o-equal-height .vc_column-inner, .vc_row-o-equal-height .vc_column-inner .wpb_wrapper {
    height: 100%;
}  

h2.form-title {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.form-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 10%;
}
  
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .form-col {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}
  
.form-col p, .form-group p {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
.form-col label, .form-group label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #333;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
  
  .form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper input[type="tel"], .form-wrapper select, .form-wrapper textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: #6a6a6a;
}
.form-wrapper textarea {
    min-height: 42px;
    max-height: 42px;
    resize: vertical;
}
form.wpcf7-form .form-group p {
    display: flex;
    flex-direction: column;
}
form.wpcf7-form .form-group p input.wpcf7-submit {
    font-size: 16px;
    background: #580b37;
    border: 1px solid #580b37;
    line-height: 1;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
}
form.wpcf7-form .form-group p input.wpcf7-submit:hover {
    background: #fff;
    border: 1px solid #580b37;
    color: #580b37;
}
.wpcf7-response-output {
    margin: -30px 10% 40px !important;
    font-size: 16px;
    padding: 10px !important;
    color: #333;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}
.no-space .testimonial-list-wrapper {
    margin-top: 0;
}
.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ececec;
    margin-bottom: 0 !important;
    padding: 12px 15px;
    line-height: 1;
    border-radius: 4px;
}

.toggle-icon {
    font-weight: 400;
    font-size: 25px;
    line-height: 0;
}
.school-setup-info-wrapper:nth-child(2n-1) {
    background: #6816310a;
}
.cyber-about-text .hero-stats {
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
}
.cyber-about-text .hero-stats .hero-stat-box h2.count-number {
    font-size: 26px;
    color: #580b37;
    margin: 0;
    text-align: center;
    font-weight: 500;
}
.cyber-about-text .hero-stats .hero-stat-box p {
    color: #580b37;
    text-align: center;
}
.cyber-about-button a.cta-button {
    background: #580b37;
    color: #fff;
    border: 1px solid #580b37;
    font-size: 18px;
    font-weight: 300;
    padding: 12px 25px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    margin-top: 10px;
    transition: 0.3s;
}
.cyber-about-button a.cta-button:hover {
    background: #fff;
    color: #580b37;
    border: 1px solid #580b37;
}
.cyber-about-text .hero-stats .hero-stat-box {
    box-shadow: none;
    background: transparent;
    border: 1px solid #580b37;
}
ul.navbar-nav > li.login-btn a {
    background: #580b37;
    padding: 10px 25px;
    margin: 0 auto;
    border-radius: 40px;
    color: #fff !important;
    border: 1px solid #580b37;
}
@media only screen and (max-width: 1400px){
    .hero-banner-title {
        font-size: 30px;
    }
    .hero-banner-text {
        font-size: 18px;
    }
    .hero-stat-box h2 {
        margin: 0;
        font-size: 24px;
    }
    .timeline-tab-list li {
        font-size: 16px;
    }
    .timeline-text {
        font-size: 16px;
    }
    .cyber-about-text small {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .cyber-about-text h2 {
        margin-bottom: 10px;
    }
    .cyber-about-text h2, .testimonial-list-wrapper .section-title h2 {
        font-size: 40px;
    }
    .cyber-about-description {
        font-size: 16px;
    }
    .cyber-about-image {
        min-width: inherit;
        max-width: 40%;
    }
    .testimonial-text {
        font-size: 16px;
    }
    .testimonial-meta {
        font-size: 16px;
    }
    .testimonial-meta {
        font-size: 16px;
    }
    .inner-hero-banner-inner .content h2 {
        font-size: 28px;
    }
    .electrology-target-section .intro-text {
        font-size: 20px;
    }
    .target-box p {
        font-size: 16px;
    }
    .target-box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .hero-cta-banner .content p {
        font-size: 20px;
    }
    .testimonial-list-slider .slick-track {
        margin-bottom: 10px;
    }
    .school-setup-section .description p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .feature-columns h4 {
        font-size: 16px;
    }
    .feature-columns li {
        font-size: 16px;
    }
    .feature-columns li i {
        margin-right: 7px;
        font-size: 14px;
        margin-top: 6px;
    }
    .cta-box h4 {
        font-size: 18px;
    }
    .right-cta-box {
        flex: 0 0 40%;
        padding-top: 40px;
    }
    .feature-box {
        font-size: 16px;
    }
    .course-description p {
        font-size: 18px;
    }
    .course-heading {
        font-size: 20px;
    }
    .course-heading {
        font-size: 20px;
    }
    .course-benefits-list-wrapper ul li {
        margin-bottom: 10px !important;
        font-size: 16px;
    }
    .course-benefits-list-wrapper ul li:last-child {
        margin-bottom: 0 !important;
    }
    .school-portal-section .why-text {
        font-size: 16px;
    }
    .school-portal-section .feature-list li {
        font-size: 16px;
    }
    .student-portal-features .intro {
        font-size: 20px;
    }
    .student-portal-features .heading {
        font-size: 18px;
    }
    .student-portal-features .feature-list li {
        font-size: 16px;
    }
    .feature-list-only .feature-list li {
        font-size: 16px;
    }
    .inner-hero-banner-inner .description {
        font-size: 16px;
        margin-top: 15px;
    }
    .front-title {
        font-size: 24px;
    }
    .back-title {
        font-size: 26px;
    }
    .feature--container {
        margin-top: 22px;
    }
    .feature--container ul li {
        margin-bottom: 10px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px){

    .form-wrapper {
        padding: 40px 1%;
    }
    .cyber-about-text h2, .testimonial-list-wrapper .section-title h2 {
        font-size: 34px;
    }

}
@media only screen and (max-width: 991px){
.timeline-tab-list li {
    white-space: nowrap;
}
.timeline-tab-list {
    justify-content: start;
    overflow-y: scroll;
}
.hero-banner-title {
    font-size: 32px;
    line-height: 1.2;
}
.hero-banner {
    padding: 80px 20px;
}
.hero-subheading {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.4;
}
.hero-banner-title {
    font-size: 25px;
}
.hero-banner-text {
    font-size: 16px;
}
.hero-stats {
    margin-top: 25px;
}
img.timeline-image {
    max-width: 280px;
}
.electrology-timeline {
    margin: 45px 0;
}
.cyber-about-wrapper {
    gap: 60px;
    padding: 0 2%;
}
.cyber-about-text small {
    margin-bottom: 10px;
    font-size: 16px;
}
.cyber-about-text h2, .testimonial-list-wrapper .section-title h2 {
    font-size: 30px;
}
.testimonial-list-wrapper {
    margin: 45px 0;
}
.testimonial-text {
    font-size: 15px;
}
.testimonial-meta .designation {
    font-size: 14px;
}
.inner-hero-banner {
    margin-top: 15px;
}
.inner-hero-banner-inner .content h2 {
    font-size: 24px;
}
.cyber-about-text h2, .testimonial-list-wrapper .section-title h2 {
    font-size: 30px;
}
.electrology-target-section .intro-text {
    font-size: 18px;
}
.target-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.target-box p {
    font-size: 16px;
    line-height: 1.6;
}
.hero-cta-banner .content h2 {
    font-size: 20px;
}
.hero-cta-banner .content p {
    font-size: 18px;
}
.hero-cta-banner .cta-button {
    font-size: 16px;
}
.hero-cta-banner {
    margin: 45px 0;
}
.target-box {
    padding: 35px 30px;
}
.feature-box {
    font-size: 16px;
    flex: 1 1 49.2%;
}
.sticky-left .course-benefits-left {
    width: calc(100% - 0px);
}
.course-logo img {
    max-width: 60%;
}
.course-description p {
    font-size: 16px;
}
.course-heading {
    font-size: 18px;
}
.course-benefits-list-wrapper h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.course-benefits-left.stuck-fixed {
    width: calc(38% - 0px);
}
.school-portal-section {
    flex-wrap: wrap;
}
.student-portal-features .intro {
    font-size: 18px;
}
.student-portal-features .heading {
    font-size: 16px;
}
.front-title {
    font-size: 22px;
}
.flip-box-front p {
    font-size: 14px;
    margin-top: 11px;
}
.flip-box-front, .flip-box-back {
    padding: 20px;
    border-radius: 20px;
}
.back-title {
    font-size: 22px;
}
.feature--container {
    margin-top: 16px;
}
.inner-hero-banner-inner {
    padding: 65px 20px;
}
.wpcf7-spinner {
    display: none;
}
.target-box {
    flex: auto;
}
}
@media only screen and (max-width: 767px){
    .target-boxes {
        flex-direction: column;
    }
    img.timeline-image {
        margin-right: 20px;
    }
    .cyber-about-wrapper {
        gap: 45px;
        padding: 0;
        flex-direction: column;
    }
    .cyber-about-text {
        flex: 1;
        max-width: 100%;
    }
    .cyber-about-image {
        max-width: 100%;
    }
    .cyber-about-text h2, .testimonial-list-wrapper .section-title h2 {
        font-size: 28px;
    }
    .hero-banner-title {
        font-size: 23px;
    }
    .hero-subheading {
        font-size: 14px;
    }
    .school-setup-section {
        gap: 40px;
        padding: 35px 0;
        flex-direction: column;
    }
    .school-setup-section .left-content {
        max-width: 100%;
    }
    .right-cta-box {
        flex: 1;
        padding-top: 0;
        max-width: 100%;
        width: 100%;
    }
    .course-benefits-left.stuck-fixed, .sticky-left .course-benefits-left {
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        margin-bottom: 0px !important;
    }
    .course-logo img {
        max-width: 220px;
    }
    .course-logo {
        margin-bottom: 10px;
    }
    div#stickyLeft {
        flex: 100%;
        margin-bottom: 40px;
    }
    div#rightContent {
        width: 100%;
    }
    .school-portal-box {
        flex: 100%;
        width: 100%;
        max-width: 100% !important;
    }
    .vc_non_responsive .vc_row .vc_col-sm-6 {
        width: 100% !important;
    }
    .form-wrapper {
        padding: 0px 0%;
    }
}
@media only screen and (max-width: 640px){
    .electrology-target-section .intro-text {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .hero-cta-banner .content p {
        font-size: 16px;
    }
    img.timeline-image {
        max-width: 50%;
    }
    .inner-hero-banner-inner .content h2 {
        font-size: 22px;
    }
    .cyber-about-text h2, .testimonial-list-wrapper .section-title h2 {
        font-size: 24px;
    }
    .feature-box {
        font-size: 16px;
        flex: 1 1 100%;
    }
    .cta-box h4 {
        font-size: 17px;
    }
    .feature-box {
        padding: 25px 20px;
    }
    .course-benefits-list-wrapper {
        padding: 25px;
    }
    .inner-hero-banner-inner {
        padding: 45px 20px;
    }
    .front-title {
        font-size: 20px;
    }
    .back-title {
        font-size: 20px;
    }
    .form-col {
        flex: 1 1 100%;
        width: 100%;
    }
    .form-row {
        gap: 15px;
    }
    form.wpcf7-form .form-group p input.wpcf7-submit {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px){
    .hero-banner {
        padding: 60px 20px 40px;
    }
    .hero-stat-box {
        width: 100%;
    }
    img.timeline-image {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        max-height: fit-content;
    }
    .testimonial-card {
        margin: 0 0;
    }
    .inner-hero-banner-inner .content h2 {
        font-size: 20px;
    }
    .cyber-about-text h2, .testimonial-list-wrapper .section-title h2 {
        font-size: 22px;
    }
    .electrology-target-section .intro-text {
        font-size: 16px;
    }
    .target-box {
        padding: 35px 20px;
    }
    .target-box h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .course-benefits-list-wrapper ul {
        padding-left: 17px;
        margin: 0;
    }
}