/* Custom Hero Section for IoT and Embedded Systems */

.page_breadcrumbs.iot-custom-hero {
    position: relative;
    padding-top: 130px !important;
    padding-bottom: 40px !important;
    /* Reduced for compactness */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    display: block !important;
    /* Changed from flex to prevent flex item issues with absolute children */
    color: #ffffff;
    /* min-height: 500px; */
    /* Reduced height */
}

.page_breadcrumbs.iot-custom-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.page_breadcrumbs.iot-custom-hero .container-fluid {
    position: relative;
    z-index: 2;
}

/* Breadcrumb at Bottom-Left Corner */
.iot-breadcrumb-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 15px 30px;
    background: transparent;
}

.iot-breadcrumb-bottom .breadcrumb {
    background: transparent !important;
    padding: 0;
    margin: 0;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iot-breadcrumb-bottom .breadcrumb li {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}

.iot-breadcrumb-bottom .breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
}

.iot-breadcrumb-bottom .breadcrumb li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.iot-breadcrumb-bottom .breadcrumb li+li:before {
    /* content: "/"; */
    font-family: 'FontAwesome';
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.iot-custom-hero .breadcrumb li {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}

.iot-custom-hero .breadcrumb li a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.iot-custom-hero .breadcrumb li a:hover {
    color: #ffffff;
}

.iot-custom-hero .breadcrumb li+li:before {
    /* content: "\f105"; */
    /* angle-right */
    font-family: 'FontAwesome';
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

/* Content Styling */
.iot-hero-content {
    padding-right: 30px;
}

.iot-hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: left;
    text-transform: none;
}

.iot-hero-pointers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iot-hero-pointers li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.iot-hero-pointers li::before {
    content: '\f058';
    /* fa-check-circle */
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #003f87;
    font-size: 22px;
}

/* Form Container Styling */
.iot-hero-form-wrapper {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    color: #333333;
}

.iot-hero-form-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333333;
    text-align: center;
    line-height: 1.3;
}

.iot-hero-form-wrapper h4 span {
    color: #00aae7;
}

.iot-hero-form-wrapper .form-group {
    margin-bottom: 15px;
}

.iot-hero-form-wrapper .form-control {
    height: 45px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    background: #fdfdfd;
}

.iot-hero-form-wrapper .form-control:focus {
    border-color: #00aae7;
    box-shadow: 0 0 0 2px rgba(0, 170, 231, 0.1);
}

.iot-hero-form-wrapper .theme_button {
    width: 100%;
    background-color: #00aae7;
    color: #ffffff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.iot-hero-form-wrapper .theme_button:hover {
    background-color: #0654ad;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 84, 173, 0.3);
}

.iot-hero-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
}

.iot-hero-pointers li {
    font-size: 17px;
    margin-bottom: 12px;
}

.iot-hero-form-wrapper .checkbox-text {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

/* Hero CTA Buttons */
.iot-hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.iot-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.iot-btn i {
    font-size: 18px;
}

.iot-btn-primary {
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    color: #ffffff;
}

.iot-btn-primary:hover {
    background: linear-gradient(135deg, #0654ad 0%, #003f87 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 170, 231, 0.4);
    color: #ffffff !important;
    text-decoration: none;
}

.iot-btn-secondary {
    background: #ffffff;
    color: #00aae7;
    border: 2px solid #00aae7;
}

.iot-btn-secondary:hover {
    background: #00aae7;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 170, 231, 0.3);
}

/* Brochure Modal Styling */
.iot-modal-content {
    border-radius: 16px;
    border: none;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.iot-modal-header {
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    color: #ffffff;
    padding: 25px 30px;
    border-bottom: none;
}

.iot-modal-header .modal-title {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.iot-modal-header .modal-title i {
    font-size: 28px;
}

.iot-modal-header .close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    font-size: 32px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.iot-modal-header .close:hover {
    opacity: 0.8;
    transform: rotate(90deg);
}

.iot-modal-body {
    padding: 35px 30px;
    background: #f8f9fa;
}

.iot-modal-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    text-align: center;
}

.iot-brochure-form .form-group {
    margin-bottom: 20px;
}

.iot-brochure-form .form-control {
    height: 50px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.iot-brochure-form .form-control:focus {
    border-color: #00aae7;
    box-shadow: 0 0 0 3px rgba(0, 170, 231, 0.1);
    outline: none;
}

.iot-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    margin-bottom: 0;
}

.iot-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.iot-modal-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.iot-modal-submit-btn:hover {
    background: linear-gradient(135deg, #0654ad 0%, #003f87 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 170, 231, 0.4);
}

.iot-modal-submit-btn i {
    font-size: 20px;
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.modal.fade.show .modal-dialog {
    transform: scale(1);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .iot-hero-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .iot-hero-content h1 {
        font-size: 32px;
        text-align: start;
    }

    .iot-hero-pointers li {
        justify-content: start;
        text-align: left;
    }

    .iot-breadcrumb-bottom {
        padding: 12px 15px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .iot-breadcrumb-bottom .breadcrumb {
        text-align: center;
    }

    .page_breadcrumbs.iot-custom-hero {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        /* Increased to prevent breadcrumb overlap */
        min-height: auto;
    }

    .iot-hero-buttons {
        justify-content: start;
    }

    .iot-hero-form-wrapper {
        margin-bottom: 80px !important;
        /* Add space above breadcrumb */
    }
}

@media (max-width: 767px) {
    .page_breadcrumbs.iot-custom-hero {
        padding-top: 100px !important;
        padding-bottom: 120px !important;
        /* Further increased for mobile */
    }

    .iot-hero-content h1 {
        font-size: 28px;
    }

    .iot-hero-pointers li {
        font-size: 16px;
    }

    .iot-hero-form-wrapper {
        padding: 20px;
        margin-bottom: 90px !important;
        /* Extra space for breadcrumb on mobile */
    }

    .iot-hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .iot-btn {
        width: 100%;
        justify-content: center;
    }

    .iot-modal-header {
        padding: 20px;
    }

    .iot-modal-header .modal-title {
        font-size: 20px;
    }

    .iot-modal-body {
        padding: 25px 20px;
    }
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.gradient:before,
.gradient:after,
.vertical_gradient:before,
.vertical_gradient:after,
.darken_gradient:before,
.darken_gradient:after {
    display: none;
}

/* Program Details Table Section */
.iot-program-details {
    padding: 50px 0;
    background: #f8f9fa;
}

.iot-details-table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.iot-details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.iot-details-table thead {
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
}

.iot-details-table thead th {
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: capitalize;
}

.iot-details-table thead th:last-child {
    border-right: none;
}

.iot-details-table thead th .h2-tag {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    display: inline-block;
    margin-left: 5px;
}

.iot-details-table tbody td {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-right: 1px solid #e0e0e0;
    font-weight: 500;
}

.iot-details-table tbody td:last-child {
    border-right: none;
}

.iot-details-table tbody tr {
    background: #ffffff;
    transition: all 0.3s ease;
}

.iot-details-table tbody tr:hover {
    background: #f8f9fa;
}

/* Responsive Design for Table */
@media (max-width: 767px) {
    .iot-program-details {
        padding: 30px 0;
    }

    .iot-details-table thead th {
        padding: 18px 12px;
        font-size: 14px;
    }

    .iot-details-table thead th .h2-tag {
        font-size: 11px;
        display: block;
        margin-left: 0;
        margin-top: 3px;
    }

    .iot-details-table tbody td {
        padding: 20px 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .iot-details-table thead th {
        padding: 15px 8px;
        font-size: 12px;
    }

    .iot-details-table tbody td {
        padding: 18px 8px;
        font-size: 13px;
    }
}

.section_padding_95>[class*="container"] {
    padding-top: 40px;
}

/* Programme Eligibility Box */
.iot-eligibility-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0px 25px 25px;
    position: sticky;
    top: 100px;
}

.iot-eligibility-title {
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    color: #ffffff !important;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    margin: -25px -25px 25px -25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.iot-eligibility-title i {
    font-size: 24px;
}

.iot-eligibility-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.iot-eligibility-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.iot-eligibility-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
}

.iot-eligibility-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 8px 0;
}

.iot-eligibility-content p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* Responsive Design for Eligibility Box */
@media (max-width: 991px) {
    .iot-eligibility-box {
        margin-top: 30px;
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .iot-eligibility-title {
        font-size: 18px;
        padding: 12px 15px;
        margin: -25px -25px 20px -25px;
    }

    .iot-eligibility-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .iot-eligibility-content h4 {
        font-size: 15px;
    }

    .iot-eligibility-content p {
        font-size: 13px;
    }
}


/* Programme Objectives Section */
.iot-objectives-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.iot-objectives-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #333333;
}

.iot-objectives-title span {
    color: #00aae7;
}

.iot-objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.iot-objective-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.iot-objective-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 170, 231, 0.15);
}

.iot-objective-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
}

.iot-objective-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.iot-objective-content p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.7;
}

/* Responsive Design for Objectives */
@media (max-width: 991px) {
    .iot-objectives-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .iot-objectives-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .iot-objectives-section {
        padding: 40px 0;
    }

    .iot-objectives-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .iot-objectives-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .iot-objective-card {
        padding: 20px;
        gap: 15px;
    }

    .iot-objective-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .iot-objective-content h3 {
        font-size: 16px;
    }

    .iot-objective-content p {
        font-size: 13px;
    }
}

/* Program Highlights Section */
.iot-highlights-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.iot-highlights-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(0, 170, 231, 0.1) 0%, rgba(6, 84, 173, 0.1) 100%);
    border-radius: 50%;
    z-index: 0;
}

.iot-highlights-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(6, 84, 173, 0.08) 0%, rgba(0, 63, 135, 0.08) 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
}

.iot-section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #333333;
    position: relative;
    z-index: 1;
}

.iot-section-title span {
    color: #00aae7;
}

.iot-highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    position: relative;
    z-index: 1;
}

.iot-highlight-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.iot-highlight-item::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(0, 170, 231, 0.05) 0%, rgba(6, 84, 173, 0.05) 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.iot-highlight-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 170, 231, 0.2);
}

.iot-highlight-item:hover::before {
    top: -20%;
    right: -20%;
    width: 150px;
    height: 150px;
}

.iot-highlight-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: 32px;
    transition: all 0.4s ease;
}

.iot-highlight-item:hover .iot-highlight-icon {
    transform: scale(1.1) rotate(10deg);
}

.iot-highlight-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.iot-highlight-item p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.7;
}

/* Learning Outcomes Section */
.iot-outcomes-section {
    padding: 70px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.iot-outcomes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(30deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0),
        linear-gradient(150deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0),
        linear-gradient(30deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0),
        linear-gradient(150deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px;
    opacity: 0.3;
    z-index: 0;
}

.iot-section-title-alt {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #333333;
    position: relative;
    z-index: 1;
}

.iot-section-title-alt span {
    color: #0654ad;
    position: relative;
}

.iot-section-title-alt span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00aae7 0%, #0654ad 100%);
    border-radius: 2px;
}

.iot-outcomes-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.iot-outcome-item {
    background: #ffffff;
    border-left: 5px solid #00aae7;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 25px;
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
}

.iot-outcome-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 170, 231, 0.05) 100%);
    border-radius: 0 12px 12px 0;
    transition: all 0.3s ease;
}

.iot-outcome-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 170, 231, 0.15);
    border-left-color: #0654ad;
}

.iot-outcome-item:hover::before {
    width: 100%;
}

.iot-outcome-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.iot-outcome-content h3 {
    font-size: 19px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.iot-outcome-content p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 991px) {

    .iot-section-title,
    .iot-section-title-alt {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .iot-highlights-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .iot-highlights-section,
    .iot-outcomes-section {
        padding: 50px 0;
    }

    .iot-section-title,
    .iot-section-title-alt {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .iot-highlights-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .iot-highlight-item {
        padding: 25px;
    }

    .iot-highlight-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .iot-outcomes-list {
        grid-template-columns: 1fr;
    }

    .iot-outcome-item {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .iot-outcome-item:hover {
        transform: translateY(-5px);
    }

    .iot-outcome-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .iot-outcome-content h3 {
        font-size: 17px;
    }
}

/* Who Should Attend Section - Enhanced Design */
.who-bg-hand {
    position: relative;
    background-color: #f5f5f5 !important;
}

.who-bg-hand .container-fluid {
    position: relative;
    z-index: 2;
}

.who-bg-hand h2 {
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.who-bg-hand h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00aae7 0%, #0654ad 100%);
    border-radius: 2px;
}

.who-bg-hand .learn-hd-md {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.who-bg-hand .learn-hd-md::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #00aae7 0%, #0654ad 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.who-bg-hand .learn-hd-md:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(0, 170, 231, 0.15);
}

.who-bg-hand .learn-hd-md:hover::before {
    opacity: 1;
}

.who-bg-hand .learn-hd-md span {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.who-bg-hand .learn-hd-md:hover span {
    transform: scale(1.1) rotate(90deg);
}

.who-bg-hand .learn-hd-md span i {
    color: #ffffff !important;
    font-size: 24px;
}

.who-bg-hand .learn-hd-md p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    font-weight: 400;
    flex: 1;
    padding-top: 5px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .who-bg-hand {
        background-position: right bottom !important;
        background-size: 40% !important;
    }

    .who-bg-hand h2 {
        font-size: 34px !important;
        margin-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .who-bg-hand {
        background-image: none !important;
    }

    .who-bg-hand h2 {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }

    .who-bg-hand .learn-hd-md {
        padding: 20px;
        gap: 15px;
    }

    .who-bg-hand .learn-hd-md span {
        width: 45px;
        height: 45px;
    }

    .who-bg-hand .learn-hd-md span i {
        font-size: 20px;
    }

    .who-bg-hand .learn-hd-md p {
        font-size: 15px;
    }
}

/* Who Should Attend Section - Complete Redesign */
.iot-who-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #0654ad 0%, #003f87 100%);
    position: relative;
    overflow: hidden;
}

.iot-who-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 170, 231, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.iot-who-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 170, 231, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.iot-who-section h2 {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 60px !important;
    text-align: center !important;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.iot-who-section h2 span {
    color: #00aae7 !important;
}

.iot-who-section .row {
    position: relative;
    z-index: 2;
}

.iot-who-section .learn-hd-md {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    position: relative;
    border: 2px solid transparent;
}

.iot-who-section .learn-hd-md::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #00aae7, #0654ad);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: all 0.4s ease;
}

.iot-who-section .learn-hd-md:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 170, 231, 0.3);
}

.iot-who-section .learn-hd-md:hover::before {
    opacity: 1;
}

.iot-who-section .learn-hd-md span {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.iot-who-section .learn-hd-md span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0654ad 0%, #003f87 100%);
    border-radius: 16px;
    opacity: 0;
    transition: all 0.4s ease;
}

.iot-who-section .learn-hd-md:hover span {
    transform: rotate(10deg) scale(1.1);
}

.iot-who-section .learn-hd-md:hover span::after {
    opacity: 1;
}

.iot-who-section .learn-hd-md span i {
    color: #ffffff !important;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

.iot-who-section .learn-hd-md p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    font-weight: 400;
    flex: 1;
    padding-top: 8px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .iot-who-section {
        padding: 60px 0;
    }

    .iot-who-section h2 {
        font-size: 34px !important;
        margin-bottom: 50px !important;
    }

    .iot-who-section .learn-hd-md {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .iot-who-section {
        padding: 50px 0;
    }

    .iot-who-section h2 {
        font-size: 28px !important;
        margin-bottom: 40px !important;
    }

    .iot-who-section .learn-hd-md {
        padding: 20px;
        gap: 18px;
    }

    .iot-who-section .learn-hd-md span {
        width: 50px;
        height: 50px;
    }

    .iot-who-section .learn-hd-md span i {
        font-size: 24px;
    }

    .iot-who-section .learn-hd-md p {
        font-size: 15px;
    }
}

/* Who Section - Grid Layout */
.iot-who-section .container-fluid {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.iot-who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    position: relative;
    z-index: 2;
}

/* Tablet - 2 columns at 768px */
@media (max-width: 991px) {
    .iot-who-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .iot-who-section .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Mobile - 1 column at 475px and below */
@media (max-width: 475px) {
    .iot-who-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .iot-who-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Who Section - Reference Design Redesign */
.iot-who-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #0654ad 0%, #003f87 100%);
    position: relative;
    overflow: hidden;
}

.iot-who-title {
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.iot-who-title span {
    color: #00aae7;
}

.iot-who-wrapper {
    display: flex;
    gap: 50px;
    /* align-items: center; */
}

.iot-who-content {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 15px;
    align-items: stretch;
}

.iot-who-pill {
    background: #ffffff;
    border-radius: 50px;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-height: 70px;
    height: 100%;
}

.iot-who-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 170, 231, 0.25);
}

.iot-pill-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.iot-who-pill span {
    font-size: 13.5px;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
    flex: 1;
}

.iot-who-image {
    flex-shrink: 0;
    width: 45%;
    position: relative;
}

.iot-who-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .iot-who-wrapper {
        gap: 40px;
    }

    .iot-who-image {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .iot-who-section {
        padding: 60px 0;
    }

    .iot-who-title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 40px;
    }

    .iot-who-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .iot-who-content {
        grid-template-columns: 1fr;
    }

    .iot-who-image {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .iot-who-section {
        padding: 50px 0;
    }

    .iot-who-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .iot-who-pill {
        padding: 15px 20px;
        gap: 12px;
    }

    .iot-pill-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .iot-who-pill span {
        font-size: 13px;
    }
}

/* Pedagogy Section - Premium Design */
.iot-pedagogy-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.iot-pedagogy-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 170, 231, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.iot-pedagogy-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(6, 84, 173, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.iot-pedagogy-section .container {
    position: relative;
    z-index: 1;
}

.iot-pedagogy-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 25px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.iot-pedagogy-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #00aae7 0%, #0654ad 100%);
    border-radius: 2px;
}

.iot-pedagogy-intro {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.iot-pedagogy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.iot-pedagogy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.iot-pedagogy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #00aae7 0%, #0654ad 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.iot-pedagogy-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 170, 231, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.iot-pedagogy-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 50px rgba(0, 170, 231, 0.2);
}

.iot-pedagogy-card:hover::before {
    opacity: 1;
}

.iot-pedagogy-card:hover::after {
    top: -20%;
    right: -20%;
    width: 300px;
    height: 300px;
}

.iot-pedagogy-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0, 170, 231, 0.3);
}

.iot-pedagogy-card:hover .iot-pedagogy-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 170, 231, 0.5);
}

.iot-pedagogy-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.iot-pedagogy-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.iot-pedagogy-card:hover .iot-pedagogy-content h3 {
    color: #0654ad;
}

.iot-pedagogy-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    font-weight: 400;
}

/* Responsive Design for Pedagogy Section */
@media (max-width: 991px) {
    .iot-pedagogy-section {
        padding: 60px 0;
    }

    .iot-pedagogy-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .iot-pedagogy-intro {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .iot-pedagogy-grid {
        gap: 25px;
    }

    .iot-pedagogy-card {
        padding: 28px;
    }

    .iot-pedagogy-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .iot-pedagogy-content h3 {
        font-size: 18px;
    }

    .iot-pedagogy-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .iot-pedagogy-section {
        padding: 50px 0;
    }

    .iot-pedagogy-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .iot-pedagogy-intro {
        font-size: 15px;
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .iot-pedagogy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .iot-pedagogy-card {
        padding: 25px;
        gap: 20px;
    }

    .iot-pedagogy-icon {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }

    .iot-pedagogy-content h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .iot-pedagogy-content p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .iot-pedagogy-card {
        padding: 20px;
        gap: 18px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .iot-pedagogy-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .iot-pedagogy-content h3 {
        font-size: 16px;
    }

    .iot-pedagogy-content p {
        font-size: 13px;
    }
}

/* Campus Immersion Experience Section - Reference Style Design */
.iot-immersion-section {
    padding: 60px 0;
    background: #f8f9fa;
    position: relative;
}

.iot-immersion-wrapper {
    display: flex;
    gap: 50px;
    margin-top: 40px;
    align-items: flex-start;
}

.iot-immersion-left {
    flex: 0 0 58%;
}

.iot-immersion-right {
    flex: 0 0 calc(42% - 50px);
}

.iot-immersion-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 400;
}

.iot-immersion-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.iot-immersion-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.iot-immersion-box-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.iot-immersion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iot-immersion-list-item {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
}

.iot-immersion-list-item:last-child {
    border-bottom: none;
}

/* Green checkmarks for included items */
.iot-included-box .iot-immersion-list-item::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 12px;
    color: #28a745;
    font-size: 16px;
    font-weight: 900;
}

/* Red X marks for not included items */
.iot-notincluded-box .iot-immersion-list-item::before {
    content: '\f00d';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 12px;
    color: #dc3545;
    font-size: 16px;
    font-weight: 900;
}

.iot-item-label {
    font-weight: 700;
    color: #333333;
}

.iot-item-desc {
    color: #666666;
    font-weight: 400;
}

.iot-item-text {
    color: #333333;
    font-weight: 400;
}

/* Campus Image Styling */
.iot-immersion-image {
    position: sticky;
    top: 100px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.iot-immersion-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.iot-immersion-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .iot-immersion-wrapper {
        gap: 40px;
    }

    .iot-immersion-left {
        flex: 0 0 55%;
    }

    .iot-immersion-right {
        flex: 0 0 calc(45% - 40px);
    }

    .iot-immersion-box {
        padding: 25px;
    }

    .iot-immersion-box-title {
        font-size: 18px;
    }

    .iot-immersion-list-item {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .iot-immersion-section {
        padding: 40px 0;
    }

    .iot-immersion-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .iot-immersion-left,
    .iot-immersion-right {
        flex: 0 0 100%;
    }

    .iot-immersion-intro {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .iot-immersion-box {
        padding: 20px;
        margin-bottom: 20px;
    }

    .iot-immersion-box-title {
        font-size: 17px;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }

    .iot-immersion-list-item {
        font-size: 14px;
        padding: 10px 0 10px 30px;
    }

    .iot-immersion-list-item::before {
        font-size: 14px;
        top: 10px;
    }

    .iot-immersion-image {
        position: relative;
        top: 0;
    }
}

@media (max-width: 480px) {
    .iot-immersion-box {
        padding: 18px;
    }

    .iot-immersion-box-title {
        font-size: 16px;
    }

    .iot-immersion-list-item {
        font-size: 13px;
        padding: 8px 0 8px 28px;
    }

    .iot-immersion-list-item::before {
        font-size: 13px;
    }
}

/* Program Structure Section - Modern Clean Design */
.iot-program-structure-section {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
}

.iot-structure-accordions {
    max-width: 900px;
    margin: 0 auto;
}

.iot-structure-panel {
    border: none;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.iot-structure-panel:hover {
    box-shadow: 0 4px 25px rgba(0, 170, 231, 0.15);
    transform: translateY(-2px);
}

.iot-structure-panel .panel-heading {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: none;
    padding: 0;
    border-radius: 12px 12px 0 0;
}

.iot-structure-panel .panel-title {
    margin: 0;
}

.iot-structure-panel .icon-tab {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.iot-structure-panel .icon-tab i {
    color: #00aae7 !important;
    font-size: 22px;
    transition: all 0.3s ease;
}

.iot-structure-panel .icon-tab:hover {
    color: #0654ad !important;
    background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
}

.iot-structure-panel .icon-tab:hover i {
    transform: scale(1.1);
    color: #0654ad !important;
}

.iot-structure-panel .icon-tab::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    font-size: 20px;
    color: #00aae7 !important;
    transition: all 0.3s ease;
}

.iot-structure-panel .icon-tab:hover::after {
    color: #0654ad !important;
}

.iot-structure-panel .icon-tab:not(.collapsed)::after {
    transform: rotate(180deg);
}

.iot-structure-panel .panel-body {
    padding: 25px 30px;
    background: #ffffff;
}

.iot-module-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iot-module-list li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    border-bottom: 1px solid #f0f0f0;
}

.iot-module-list li:last-child {
    border-bottom: none;
}

.iot-module-list li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #00aae7;
    font-size: 14px;
    top: 14px;
}

/* Program Fee Section - Differentiated Background */
.iot-program-fee-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    position: relative;
}

.iot-fee-table-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.iot-fee-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    margin-bottom: 30px;
}

.iot-fee-table tr {
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.iot-fee-table tr:hover {
    background: #e8f4f8;
    transform: translateX(5px);
}

.iot-fee-table td {
    padding: 18px 20px;
    font-size: 16px;
    color: #333333;
}

.iot-fee-table td:first-child {
    border-radius: 8px 0 0 8px;
    font-weight: 500;
}

.iot-fee-table td:last-child {
    border-radius: 0 8px 8px 0;
    text-align: right;
    font-weight: 700;
    color: #0654ad;
    font-size: 18px;
}

.iot-fee-table td p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.iot-fee-total {
    text-align: center;
    padding: 25px 20px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 12px;
    color: #ffffff;
}

.iot-fee-total-text {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
}

.iot-fee-asterisk {
    color: #ffeb3b;
    font-size: 24px;
    margin-left: 5px;
}

.iot-fee-note {
    font-size: 16px;
    margin: 0 0 15px 0;
    opacity: 0.9;
    line-height: 1.6;
}

.iot-fee-emi {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {

    .iot-program-structure-section,
    .iot-program-fee-section {
        padding: 40px 0;
    }

    .iot-structure-accordions,
    .iot-fee-table-wrapper {
        margin: 0 15px;
    }

    .iot-structure-panel .icon-tab {
        font-size: 16px;
        padding: 18px 20px;
    }

    .iot-fee-table-wrapper {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .iot-structure-panel .icon-tab {
        font-size: 15px;
        padding: 15px 18px;
        gap: 12px;
    }

    .iot-structure-panel .icon-tab i {
        font-size: 18px;
    }

    .iot-module-list li {
        font-size: 15px;
        padding: 10px 0 10px 30px;
    }

    .iot-fee-table-wrapper {
        padding: 25px 20px;
    }

    .iot-fee-table td {
        padding: 15px;
        font-size: 15px;
    }

    .iot-fee-table td:last-child {
        font-size: 16px;
    }

    .iot-fee-total-text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .iot-structure-panel .icon-tab {
        font-size: 14px;
        padding: 12px 15px;
    }

    .iot-module-list li {
        font-size: 14px;
    }

    .iot-fee-table td {
        display: block;
        text-align: left !important;
        border-radius: 0 !important;
    }

    .iot-fee-table td:first-child {
        padding-bottom: 8px;
        border-bottom: 1px solid #e0e0e0;
    }

    .iot-fee-table td:last-child {
        padding-top: 8px;
        font-size: 18px;
    }

    .iot-fee-total-text {
        font-size: 16px;
    }

    .iot-fee-note {
        font-size: 13px;
    }
}

/* Assessment & Evaluation Section */
.iot-assessment-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.iot-assessment-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(0, 170, 231, 0.1) 0%, rgba(6, 84, 173, 0.1) 100%);
    border-radius: 50%;
    z-index: 0;
}

.iot-assessment-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(6, 84, 173, 0.08) 0%, rgba(0, 63, 135, 0.08) 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
}

.iot-assessment-section .iot-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.iot-assessment-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iot-assessment-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 900px;
    width: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.iot-assessment-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(0, 170, 231, 0.05) 0%, rgba(6, 84, 173, 0.05) 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.iot-assessment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 170, 231, 0.2);
}

.iot-assessment-card:hover::before {
    top: -20%;
    right: -20%;
    width: 300px;
    height: 300px;
}

.iot-assessment-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 170, 231, 0.3);
}

.iot-assessment-card:hover .iot-assessment-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 20px rgba(0, 170, 231, 0.4);
}

.iot-assessment-text {
    flex: 1;
}

.iot-assessment-text p {
    font-size: 17px;
    color: #333333;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
}

/* Responsive Design for Assessment Section */
@media (max-width: 991px) {
    .iot-assessment-section {
        padding: 50px 0;
    }

    .iot-assessment-card {
        padding: 35px 40px;
        gap: 25px;
    }

    .iot-assessment-icon {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }

    .iot-assessment-text p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .iot-assessment-section {
        padding: 40px 0;
    }

    .iot-assessment-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
        gap: 20px;
    }

    .iot-assessment-icon {
        width: 65px;
        height: 65px;
        font-size: 32px;
    }

    .iot-assessment-text p {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .iot-assessment-card {
        padding: 25px 20px;
    }

    .iot-assessment-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .iot-assessment-text p {
        font-size: 14px;
    }
}

/* Tools You'll Master Section */
.iot-tools-section {
    padding: 70px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.iot-tools-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(30deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(150deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(30deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(150deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px;
    opacity: 0.4;
    z-index: 0;
}

.iot-tools-section .iot-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.iot-tools-table-wrapper {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.iot-tools-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.iot-tools-table thead {
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
}

.iot-tools-table thead th {
    padding: 20px 25px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.iot-tools-table thead th:last-child {
    border-right: none;
}

.iot-tools-table tbody tr {
    background: #ffffff;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
}

.iot-tools-table tbody tr:last-child {
    border-bottom: none;
}

.iot-tools-table tbody tr:hover {
    background: #f8f9fa;
    transform: scale(1.01);
    box-shadow: 0 4px 15px rgba(0, 170, 231, 0.1);
}

.iot-tools-table tbody td {
    padding: 20px 25px;
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
    vertical-align: top;
    border-right: 1px solid #e0e0e0;
}

.iot-tools-table tbody td:last-child {
    border-right: none;
}

.iot-tools-table tbody td:first-child {
    font-weight: 600;
    color: #0654ad;
}

.iot-tools-table tbody td:nth-child(2) {
    font-weight: 600;
    color: #00aae7;
}

/* Hide data-label on desktop */
.iot-tools-table tbody td::before {
    display: none;
}

/* Responsive Design for Tools Table */
@media (max-width: 991px) {
    .iot-tools-section {
        padding: 50px 0;
    }

    .iot-tools-table thead th {
        padding: 18px 20px;
        font-size: 15px;
    }

    .iot-tools-table tbody td {
        padding: 18px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .iot-tools-section {
        padding: 40px 0;
    }

    .iot-tools-table-wrapper {
        border-radius: 12px;
    }

    /* Hide table header on mobile */
    .iot-tools-table thead {
        display: none;
    }

    /* Make table rows display as cards */
    .iot-tools-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        border-bottom: none;
    }

    .iot-tools-table tbody tr:last-child {
        margin-bottom: 0;
    }

    .iot-tools-table tbody td {
        display: block;
        text-align: left;
        padding: 12px 20px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        padding-left: 45%;
    }

    .iot-tools-table tbody td:last-child {
        border-bottom: none;
    }

    /* Show data labels on mobile */
    .iot-tools-table tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        top: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        color: #666666;
        width: 40%;
        display: block;
    }

    .iot-tools-table tbody td:first-child::before {
        color: #0654ad;
    }

    .iot-tools-table tbody td:nth-child(2)::before {
        color: #00aae7;
    }
}

@media (max-width: 480px) {
    .iot-tools-table tbody td {
        padding: 15px;
        padding-left: 15px;
        font-size: 13px;
        line-height: 1.6;
    }

    .iot-tools-table tbody td::before {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        margin-bottom: 8px;
        font-size: 11px;
    }

    .iot-tools-table tbody tr {
        margin-bottom: 15px;
    }
}

/* Program Certificate Section */
.iot-certificate-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.iot-certificate-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: linear-gradient(135deg, rgba(0, 170, 231, 0.1) 0%, rgba(6, 84, 173, 0.1) 100%);
    border-radius: 50%;
    z-index: 0;
}

.iot-certificate-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(6, 84, 173, 0.08) 0%, rgba(0, 63, 135, 0.08) 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
}

.iot-certificate-section .iot-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    color: #333333;
}

.iot-certificate-section .iot-section-title span {
    color: #00aae7;
}

.iot-certificate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
}

.iot-certificate-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.iot-certificate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(0, 170, 231, 0.25);
}

.iot-certificate-header {
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    padding: 25px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.iot-certificate-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.15) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.iot-certificate-card:hover .iot-certificate-header::before {
    left: 100%;
}

.iot-certificate-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.iot-certificate-image-wrapper {
    padding: 30px;
    background: #ffffff;
    position: relative;
}

.iot-certificate-image-wrapper::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    z-index: 0;
}

.iot-certificate-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.iot-certificate-card:hover .iot-certificate-image {
    transform: scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Certificate Section */
@media (max-width: 991px) {
    .iot-certificate-section {
        padding: 50px 0;
    }

    .iot-certificate-grid {
        gap: 30px;
    }

    .iot-certificate-header h3 {
        font-size: 20px;
    }

    .iot-certificate-image-wrapper {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .iot-certificate-section {
        padding: 40px 0;
    }

    .iot-certificate-section .iot-section-title {
        margin-bottom: 40px;
    }

    .iot-certificate-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .iot-certificate-header {
        padding: 20px 25px;
    }

    .iot-certificate-header h3 {
        font-size: 18px;
    }

    .iot-certificate-image-wrapper {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .iot-certificate-section {
        padding: 30px 0;
    }

    .iot-certificate-card {
        border-radius: 16px;
    }

    .iot-certificate-header {
        padding: 18px 20px;
    }

    .iot-certificate-header h3 {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .iot-certificate-image-wrapper {
        padding: 15px;
    }

    .iot-certificate-image-wrapper::before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
}

/* Admission Process Section */
.iot-admission-section {
    padding: 70px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.iot-admission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(30deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(150deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(30deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(150deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px;
    opacity: 0.4;
    z-index: 0;
}

.iot-admission-section .iot-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.iot-admission-timeline {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

/* Connecting line between steps on desktop */
.iot-admission-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, #00aae7 0%, #0654ad 100%);
    z-index: 0;
}

.iot-admission-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.iot-step-number {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0, 170, 231, 0.3);
    transition: all 0.4s ease;
    position: relative;
}

.iot-step-number::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.iot-admission-step:hover .iot-step-number {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 170, 231, 0.4);
}

.iot-admission-step:hover .iot-step-number::before {
    opacity: 0.3;
    inset: -10px;
}

.iot-step-number span {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.iot-step-content {
    text-align: center;
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.iot-admission-step:hover .iot-step-content {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 170, 231, 0.15);
}

.iot-step-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #00aae7;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.iot-step-content p {
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Design for Admission Process */
@media (max-width: 991px) {
    .iot-admission-section {
        padding: 50px 0;
    }

    .iot-admission-timeline {
        gap: 15px;
    }

    .iot-step-number {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .iot-step-number span {
        font-size: 32px;
    }

    .iot-step-content {
        padding: 20px 15px;
        min-height: 160px;
    }

    .iot-step-content h3 {
        font-size: 14px;
    }

    .iot-step-content p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .iot-admission-section {
        padding: 40px 0;
    }

    .iot-admission-section .iot-section-title {
        margin-bottom: 40px;
    }

    /* Vertical layout on mobile */
    .iot-admission-timeline {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
        padding-left: 60px;
    }

    /* Vertical connecting line on mobile */
    .iot-admission-timeline::before {
        top: 50px;
        left: 40px;
        right: auto;
        bottom: 50px;
        width: 3px;
        height: auto;
        background: linear-gradient(180deg, #00aae7 0%, #0654ad 100%);
    }

    .iot-admission-step {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }

    .iot-step-number {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
        flex-shrink: 0;
        margin-left: -60px;
    }

    .iot-step-number span {
        font-size: 32px;
    }

    .iot-step-content {
        text-align: left;
        flex: 1;
        min-height: auto;
    }

    .iot-step-content h3 {
        font-size: 15px;
    }

    .iot-step-content p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .iot-admission-timeline {
        padding-left: 50px;
    }

    .iot-admission-timeline::before {
        left: 30px;
    }

    .iot-step-number {
        width: 60px;
        height: 60px;
        margin-left: -50px;
    }

    .iot-step-number span {
        font-size: 24px;
    }

    .iot-step-content {
        padding: 18px 15px;
    }

    .iot-step-content h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .iot-step-content p {
        font-size: 13px;
    }
}

/* Frequently Asked Questions Section */
.iot-faq-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.iot-faq-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(0, 170, 231, 0.1) 0%, rgba(6, 84, 173, 0.1) 100%);
    border-radius: 50%;
    z-index: 0;
}

.iot-faq-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(6, 84, 173, 0.08) 0%, rgba(0, 63, 135, 0.08) 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
}

.iot-faq-section .iot-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.iot-faq-accordion {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.iot-faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.iot-faq-item:last-child {
    margin-bottom: 0;
}

.iot-faq-item:hover {
    box-shadow: 0 6px 25px rgba(0, 170, 231, 0.15);
}

.iot-faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}

.iot-faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.iot-faq-item:hover .iot-faq-question::before {
    opacity: 1;
}

.iot-faq-item.active .iot-faq-question {
    background: linear-gradient(135deg, rgba(0, 170, 231, 0.05) 0%, rgba(6, 84, 173, 0.05) 100%);
}

.iot-faq-item.active .iot-faq-question::before {
    opacity: 1;
}

.iot-faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 1.5;
    flex: 1;
    transition: all 0.3s ease;
}

.iot-faq-item.active .iot-faq-question h3 {
    color: #00aae7;
}

.iot-faq-icon {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.4s ease;
}

.iot-faq-item.active .iot-faq-icon {
    transform: rotate(180deg);
    background: linear-gradient(135deg, #0654ad 0%, #003f87 100%);
}

.iot-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.iot-faq-item.active .iot-faq-answer {
    max-height: 500px;
    padding: 0 30px 25px 30px;
}

.iot-faq-answer p {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    margin: 0 0 10px 0;
}

.iot-faq-answer p:last-child {
    margin-bottom: 0;
}

.iot-faq-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.iot-faq-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}

.iot-faq-list li:last-child {
    margin-bottom: 0;
}

.iot-faq-list li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 2px;
    color: #00aae7;
    font-size: 14px;
    font-weight: 600;
}

/* Responsive Design for FAQ Section */
@media (max-width: 991px) {
    .iot-faq-section {
        padding: 50px 0;
    }

    .iot-faq-question {
        padding: 22px 25px;
    }

    .iot-faq-question h3 {
        font-size: 17px;
    }

    .iot-faq-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .iot-faq-answer {
        padding: 0 25px;
    }

    .iot-faq-item.active .iot-faq-answer {
        padding: 0 25px 22px 25px;
    }

    .iot-faq-answer p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .iot-faq-section {
        padding: 40px 0;
    }

    .iot-faq-section .iot-section-title {
        margin-bottom: 40px;
    }

    .iot-faq-item {
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .iot-faq-question {
        padding: 20px;
        gap: 15px;
    }

    .iot-faq-question h3 {
        font-size: 16px;
    }

    .iot-faq-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .iot-faq-answer {
        padding: 0 20px;
    }

    .iot-faq-item.active .iot-faq-answer {
        padding: 0 20px 20px 20px;
    }

    .iot-faq-answer p {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .iot-faq-question {
        padding: 18px 15px;
    }

    .iot-faq-question h3 {
        font-size: 15px;
    }

    .iot-faq-answer {
        padding: 0 15px;
    }

    .iot-faq-item.active .iot-faq-answer {
        padding: 0 15px 18px 15px;
    }

    .iot-faq-answer p {
        font-size: 13px;
    }
}

/* Anchor Navigation Menu */
.iot-anchor-menu {
    background: #ffffff;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
    z-index: 999;
    transition: all 0.3s ease;
}

.iot-anchor-menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.iot-anchor-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #00aae7 #f0f0f0;
    position: relative;
}

/* Show scrollbar on hover for better UX */
.iot-anchor-nav::-webkit-scrollbar {
    height: 4px;
}

.iot-anchor-nav::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.iot-anchor-nav::-webkit-scrollbar-thumb {
    background: #00aae7;
    border-radius: 2px;
}

.iot-anchor-nav::-webkit-scrollbar-thumb:hover {
    background: #0654ad;
}

/* Fade effect to indicate more content */
.iot-anchor-menu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.iot-anchor-link {
    flex-shrink: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    border-right: 1px solid #e0e0e0;
}

.iot-anchor-link:last-child {
    border-right: none;
}

.iot-anchor-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00aae7 0%, #0654ad 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.iot-anchor-link:hover {
    color: #00aae7;
    background: rgba(0, 170, 231, 0.05);
    text-decoration: none;
}

.iot-anchor-link:hover::before {
    transform: scaleX(1);
}

.iot-anchor-link.active {
    color: #ffffff;
    background: linear-gradient(135deg, #00aae7 0%, #0654ad 100%);
}

.iot-anchor-link.active::before {
    display: none;
}

/* Smooth scroll offset */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

/* Responsive Design for Anchor Menu */
@media (max-width: 991px) {
    .iot-anchor-nav {
        padding: 8px 0;
    }

    .iot-anchor-link {
        padding: 7px 12px;
        font-size: 12px;
    }

    html {
        scroll-padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .iot-anchor-menu {
        border-bottom: 1px solid #e0e0e0;
    }

    .iot-anchor-nav {
        padding: 8px 0;
    }

    .iot-anchor-link {
        padding: 6px 10px;
        font-size: 11px;
        letter-spacing: 0.2px;
    }

    html {
        scroll-padding-top: 90px;
    }

    .iot-anchor-menu::after {
        width: 30px;
    }
}

@media (max-width: 480px) {
    .iot-anchor-link {
        padding: 6px 9px;
        font-size: 10px;
    }

    html {
        scroll-padding-top: 80px;
    }
}

/* ========================================================================== 
   HOME BANNER REDESIGN (MATCHING SCREENSHOT) 
   ========================================================================== */

.home-banner-section {
    position: relative !important;
    overflow: visible !important;
    min-height: 700px;
    display: block !important;
}

.home-banner-section .flexslider {
    position: relative;
    z-index: 1;
}

.home-banner-section .slides li {
    height: auto !important;
    min-height: 700px;
}

.home-banner-section .container-fluid {
    height: 100%;
    position: relative;
    z-index: 2;
}

.home-banner-section .slide_description_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-banner-section .slide_description {
    text-align: left !important;
    max-width: 650px;
    padding-left: 50px;
}

.home-banner-section .slide_description h1 {
    text-align: left !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.home-banner-section .slide_description p {
    text-align: left !important;
    font-size: 18px !important;
    margin-bottom: 25px !important;
}

.home-banner-section .heading {
    text-align: left !important;
    border: none !important;
}

.home-banner-section .bottom_border::after {
    display: none !important;
}

/* Pointers and Buttons like the Screenshot */
.home-banner-pointers {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.home-banner-pointers li {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.home-banner-pointers li i {
    color: #00aae7;
    font-size: 22px;
}

.home-banner-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}

.home-banner-btns .iot-btn {
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    transition: all 0.3s ease;
}

.home-banner-btns .iot-btn-primary {
    background: #00aae7;
    color: #fff;
}

.home-banner-btns .iot-btn-secondary {
    background: #fff;
    color: #00aae7;
    border: 2px solid #00aae7;
}

.home-banner-btns .iot-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Floating Form Wrapper */
.home-banner-form-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.home-banner-form-container .container {
    pointer-events: none;
}

.home-banner-form-container .row {
    pointer-events: none;
}

.home-banner-form-wrapper {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: auto;
    width: 100%;
    max-width: 480px;
}

.home-banner-form-wrapper h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.home-banner-form-wrapper h4 span {
    color: #00aae7;
}

.home-banner-form-wrapper .form-group {
    margin-bottom: 15px;
}

.home-banner-form-wrapper .form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
}

.home-banner-form-wrapper .theme_button {
    width: 100%;
    height: 55px;
    background: #00aae7;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.home-banner-form-wrapper .theme_button:hover {
    background: #0654ad;
}

.home-banner-form-wrapper .checkbox-text {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

/* Responsiveness */
@media (max-width: 1200px) {
    .home-banner-section .slide_description {
        max-width: 500px;
    }

    .home-banner-form-wrapper {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .home-banner-section .slide_description {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center !important;
    }

    .home-banner-section .slide_description h1 {
        text-align: center !important;
        font-size: 32px !important;
    }

    .home-banner-pointers li {
        justify-content: center;
    }

    .home-banner-btns {
        justify-content: center;
    }

    .home-banner-form-container {
        position: relative !important;
        height: auto;
        padding: 50px 0;
        background: #f8f9fa;
    }

    .home-banner-form-wrapper {
        margin: 0 auto;
    }

    .home-banner-section {
        min-height: auto;
    }

    .home-banner-section .slides li {
        min-height: 500px;
    }
}

/* MODERN BANNER SLIDER - REFINED */
.modern-hero-section {
    position: relative !important;
    width: 100%;
    height: 850px;
    min-height: 850px;
    overflow: hidden !important;
    background: #000;
    padding-top: 100px !important;
}

.modern-hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.modern-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    background-size: cover;
    background-position: center;
}

.modern-hero-slide.active {
    opacity: 1;
}

.modern-hero-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.hero-fixed-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    padding-top: 100px;
}

.hero-fixed-layer .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: none;
}

.hero-fixed-layer .container-fluid>.row {
    width: 100%;
    pointer-events: none;
}

.modern-slide-content {
    pointer-events: auto;
    padding-left: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 750px;
    z-index: 5;
    opacity: 0;
    transition: all 1s ease-in-out;
    visibility: hidden;
}

.modern-hero-slide.active .modern-slide-content {
    opacity: 1;
    visibility: visible;
}

.modern-slide-content h1 {
    font-size: 48px !important;
    color: #fff !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    font-weight: 700;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.modern-slide-content p {
    font-size: 20px !important;
    color: #f0f0f0 !important;
    margin-bottom: 30px !important;
    line-height: 1.6;
    max-width: 600px;
}

.modern-hero-form-wrapper {
    pointer-events: auto;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    z-index: 20;
}

.modern-hero-form {
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 35px 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid #eee;
}

.modern-hero-form h4 {
    font-size: 24px !important;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3;
}

.modern-hero-form h4 span {
    color: #00aae7;
}

.modern-hero-form .form-group {
    margin-bottom: 15px;
}

.modern-hero-form .form-control {
    height: 48px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
}

.modern-hero-form .theme_button {
    width: 100%;
    height: 52px;
    background: #00aae7;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.modern-hero-form .theme_button:hover {
    background: #0654ad;
}

@media (max-width: 1300px) {
    .modern-slide-content {
        max-width: 600px;
        padding-left: 40px;
    }

    .modern-hero-form-wrapper {
        width: 420px;
        right: 40px;
    }
}

@media (max-width: 991px) {
    .modern-hero-section {
        height: auto !important;
        min-height: auto !important;
        padding-top: 0px !important;
        background: #000 !important;
        overflow: visible !important;
        /* CRITICAL: Prevent clipping of the form */
    }

    /* Explicitly set height for the slider container and ensure it's visible */
    .modern-hero-slider {
        position: relative !important;
        height: 600px !important;
        /* Increased for better content fit */
        z-index: 1;
        background: #111;
        /* Fallback visibility */
    }

    .modern-hero-slide {
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block !important;
        opacity: 0;
        /* JS handles this, but ensuring no conflict */
    }

    .modern-hero-slide.active {
        opacity: 1 !important;
        z-index: 2;
    }

    .hero-fixed-layer {
        position: relative !important;
        pointer-events: auto;
        padding: 50px 0 !important;
        background: #fff !important;
        z-index: 10 !important;
        top: 0 !important;
        transform: none !important;
        height: auto !important;
        margin-top: 0;
    }

    .hero-fixed-layer .container-fluid {
        display: block !important;
        padding: 0 20px !important;
    }

    .modern-slide-content {
        position: absolute !important;
        top: 50% !important;
        left: 0 !important;
        transform: translateY(-50%) !important;
        padding: 0 40px !important;
        width: 100% !important;
        text-align: center !important;
        max-width: 100% !important;
        z-index: 5;
    }

    .modern-hero-form-wrapper {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .modern-hero-form {
        box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.1), 0 20px 60px rgba(0, 0, 0, 0.2) !important;
        border: 1px solid #ddd !important;
        padding: 40px 25px !important;
        border-radius: 0 0 15px 15px !important;
        /* Subtle rounded bottom */
    }

    .modern-slide-content h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }

    .modern-slide-content p {
        font-size: 17px !important;
        line-height: 1.5 !important;
        margin-bottom: 0 !important;
    }
}

/* MODERN SLIDER DOTS */
.modern-slider-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 30;
    display: flex;
    gap: 12px;
    pointer-events: auto;
    width: 100%;
    justify-content: center;
}

.modern-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.modern-dot.active {
    background: #00aae7;
    border-color: #00aae7;
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(0, 170, 231, 0.5);
}

.modern-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .modern-slider-dots {
        left: 0;
        transform: none;
        bottom: 20px;
    }
}