/* =========================================================
   otcybersecurity.css
   Page-specific styles for /otcybersecurity
   Split out of the old monolithic style.css. Rule order is
   unchanged from the original file.
   ========================================================= */

.ot-cybersecurity-banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ot-cybersecurity-banner {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
  }
}
.ot-cybersecurity-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ot-cybersecurity-content {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 3;
  color: white;
}
@media (max-width: 768px) {
  .ot-cybersecurity-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
  }
}

/* ---------------------------------------------------------
   Moved out of otcybersecurity.php (was an inline <style> block)
   --------------------------------------------------------- */

    .info-card {
        background: #ffffff;
        padding: 40px;
        border-radius: 16px;
        height: 100%;
        position: relative;
    }

        .info-card .badge {
            display: inline-block;
            background: #fecc00;
            color: #000;
            padding: 6px 14px;
            font-size: 13px;
            font-weight: 600;
            border-radius: 20px;
            margin-bottom: 15px;
        }

        .info-card h3 {
            font-weight: 700;
            margin-bottom: 15px;
        }

        .info-card p {
            color: #555;
            margin-bottom: 25px;
        }

    .points-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .point-item {
        display: flex;
        gap: 14px;
        align-items: center;
        font-size: 16px;
    }

        .point-item i {
            font-size: 20px;
            color: #1966b1;
        }



    .feedback-card {
        background: #01253f;
        color: #fff;
        padding: 40px;
        border-radius: 16px;
        height: 100%;
    }

        .feedback-card h4 {
            font-weight: 700;
            margin-bottom: 25px;
        }

    .quote-box {
        background: rgba(255,255,255,0.08);
        padding: 20px;
        border-radius: 12px;
    }

        .quote-box.highlight {
            border-left: 4px solid #fecc00;
        }

        .quote-box p {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .quote-box span {
            font-size: 13px;
            opacity: 0.8;
        }


    .glow-circle {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: #000e22;
        border: 6px solid #1966b1;
        box-shadow: 0 0 15px #1966b1, 0 0 20px #1966b1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 15px;
        text-align: center;
        color: #fff;
        transition: 0.3s;
    }

        .glow-circle:hover {
            transform: scale(1.08);
            box-shadow: 0 0 15px #348ce2, 0 0 25px #4b94db;
        }

    .icon-glow {
        font-size: 45px;
        color: #fff;
        margin-bottom: 12px;
        text-shadow: 0 0 6px #fff;
    }

    .glow-circle p {
        font-size: 17px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

    .focus-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
        max-width: 100%;
        margin: auto;
    }


    .focus-card {
        background: #0a2b44;
        padding: 20px 10px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: 0.35s;
        border: 1px solid rgba(255,255,255,0.08);
    }

    .strip-icon {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        background: #1966b1;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .objective-strip::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #1966b1;
        border-radius: 4px 0 0 4px;
    }

    .workshop-fee {
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        width: fit-content;
    }

        .workshop-fee p {
            margin: 0;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
        }

    .icon-circle1 {
        width: 34px;
        height: 34px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        background: none;
        padding-top: 3px;
    }


    .speaker-img1 {
        min-height: 170px;
        border-radius: 24px;
        background: linear-gradient(135deg, rgb(11 124 255 / 0%), rgba(40, 216, 255, 0.08)), url("img/ot-cybersecurity/pinakin.webp") center/cover;
        position: relative;
        overflow: hidden;
    }

    .speaker-img2 {
        min-height: 170px;
        border-radius: 24px;
        background: linear-gradient(135deg, rgb(11 124 255 / 0%), rgba(40, 216, 255, 0.08)), url("img/ot-cybersecurity/jagdish.webp") center/cover;
        position: relative;
        overflow: hidden;
    }

    .session-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .time {
        color: #28d8ff;
        font-weight: 900;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
    }

    .session h3 {
        font-size: 24px;
        margin-bottom: 7px;
        color: #fff;
    }

    .role {
        color: var(--muted);
        font-weight: 700;
        margin-bottom: 14px;
        color: #8ea9c8;
    }

    .topic {
        color: #ffffffde;
        line-height: 1.6;
        font-size: 15px;
        margin-bottom: 18px;
    }
