        body,
        html {
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
            overflow-x: hidden;
            background: #0b1513;
            color: #a1b2b7;
            line-height: 1.6;
            width: 100%;
        }

        body {
            min-height: 100vh;
        }


        /* book appointment -----------------------------------*/
        .book-appointment {
            padding: 15px 30px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 30px;
            background: rgba(10, 9, 9, 0.392);
            color: white;
            font-size: 18px;
            cursor: pointer;
            display: none;
            align-items: center;
            gap: 10px;
            transition: 0.3s ease;
            backdrop-filter: blur(5px);

            /* Fixed Position Add kiya */
            position: fixed;
            bottom: 30px;
            right: 35px;
            z-index: 1100;
            /* Menu button se upar dikhe */
        }

        .book-appointment:hover {
            background: rgba(12, 0, 0, 0.879);
            border-color: white;
            transform: scale(1.05);
        }

        @media (max-width: 800px) {
            .book-appointment {
                display: flex;
                font-size: 12px;
                padding: 10px 15px;
                right: 7px;
            }
        }

        /*---------------------------------------------------------*/
        .white-line-for-vdo-text {
            border: 1px solid white;
            border-radius: 25px;
            margin: 0px 31px;
        }

        .airship-logo {
            height: 1em;
            vertical-align: middle;
            margin: 0 6px;
            filter: brightness(0) invert(1);
        }


        .space-iso-s {
            padding: 50px;
            color: transparent;
        }

        .iso-airship-section-second-last {
            height: 70vh;
            background-color: hsl(0deg 0% 96.86%);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 20px;
            text-align: center;
        }

        .iso-container-second-last {
            max-width: 700px;
            width: 100%;
            color: #1b2a2c;
            font-weight: 500;
            font-size: 15px;
            line-height: 1.6;
            letter-spacing: 0.02em;
        }

        .iso-description-second-last {
            margin-bottom: 28px;
        }

        .iso-description-second-last:last-of-type {
            margin-bottom: 60px;
        }

        .iso-button-image-wrapper-second-last {
            position: relative;
            display: inline-block;
        }

        .iso-book-button-second-last {
            background: transparent;
            border: none;
            color: white;
            font-family: inherit;
            font-weight: 600;
            font-size: 18px;
            line-height: 1.2;
            cursor: pointer;
            position: relative;
            z-index: 2;
            padding: 0;
            text-align: left;
        }

        .iso-book-button-second-last strong {
            font-size: 28px;
            font-weight: 900;
            display: block;
            margin-top: 4px;
        }

        .iso-airship-image-second-last {
            position: absolute;
            right: -110px;
            top: 50%;
            transform: translateY(-50%);
            width: 250px;
            height: auto;
            border-radius: 6px;
            z-index: 1;
            object-fit: cover;
        }

        /* Responsive tweak */
        @media(max-width: 480px) {
            .iso-container-second-last {
                font-size: 11px;
            }

            .iso-button-image-wrapper-second-last {
                min-width: 200px;
                padding: 20px 50px 20px 40px;
            }

            .iso-airship-image-second-last {
                width: 180px;
                top: 100%;
                right: 5%;
            }

            .iso-airship-section-second-last {
                height: 50vh;
            }

            .iso-description-second-last:last-of-type {
                margin-bottom: 0px;
            }
        }

        /* Full screen wrapper */
        .iso-container {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }

        /* Header full width */
        .iso-header-bg {
            width: 100%;
            min-height: 100vh;
            background: linear-gradient(90deg, #000000 0%, #093631 100%);
            text-align: center;
            box-sizing: border-box;
        }

        .iso-heading-primary {
            font-weight: 800;
            font-size: 141px;
            margin: 0 0 12px 0;
            color: #fff;
            margin-bottom: -40px;
        }

        .iso-heading-secondary {
            font-weight: 400;
            font-size: 39px;
            color: #fff;
            margin-top: -54px;
        }

        .iso-highlight {
            color: #FF991C;
        }

        .space-for-video-top {
            margin-top: 1rem;
            color: rgba(245, 222, 179, 0);
        }

        /* Responsive video container */
        .iso-video-container {
            position: relative;
            width: 70%;
            max-width: 1100px;
            aspect-ratio: 16 / 9;
            border-radius: 25px;
            overflow: hidden;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Video */
        .iso-video {
            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
            /* margin-top: 4rem; */
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
        }



        /* Video itself */
        .iso-video {
            /* margin-top: 4rem; */
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }


        .iso-video-overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 64px;
            font-weight: 900;
            color: #f5f5f5;
            opacity: 0.15;
            pointer-events: none;
            user-select: none;
        }

        /* Converted to icon button */
        .iso-video-button {
            display: none;
            position: absolute;
            bottom: 16px;
            right: 16px;
            border: none;
            padding: 4.5px 5px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            transition: background-color 0.3s ease;
        }

        .iso-video-button:hover {
            background-color: #333;
        }

        /* Custom Video Controls Bar */
        .iso-controls-bar {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 20px;
            background: rgba(0, 0, 0, 0.147);
            padding: 2px 6px;
            border-radius: 50px;
            backdrop-filter: blur(2px);
            z-index: 10;
            transition: opacity 0.3s ease;
        }

        .iso-control-btn {
            background: transparent;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            transition: transform 0.2s ease, color 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }

        .iso-control-btn:hover {
            color: #FF991C;
            transform: scale(1.1);
        }

        /* Hide default controls just in case */
        video::-webkit-media-controls {
            display: none !important;
        }

        /* Mobile Responsiveness for Controls */
        @media (max-width: 768px) {
            .iso-controls-bar {
                bottom: 15px;
                padding: 8px 15px;
                gap: 15px;
            }

            .iso-control-btn {
                font-size: 20px;
                width: 30px;
                height: 30px;
            }
        }

        .iso-text-section {
            margin: 0 auto;
            padding: 24px;
        }

        .iso-text-section p {
            font-size: 19px;
            margin-bottom: 24px;
            text-align: start;
        }

        /* 2nd section -------------- */
        .iso-book-container {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px 88px;
            border-radius: 12px;
            color: white;
            gap: 48px;
        }

        /* Left text area */
        .iso-book-text {
            font-size: 34px;
            font-weight: 600;
            line-height: 1.4;
            max-width: 50%;
            text-align: center;
        }

        /* Orange emphasized text */
        .iso-book-text .iso-highlight-orange {
            color: #FF991C;
            font-weight: 700;
        }

        /* Right booking box */
        .iso-book-box {
            position: relative;
            background-color: #FF991C;
            border-radius: 12px;
            color: white;
            display: none;
            align-items: center;
            padding: 16px 24px 16px 32px;
            min-width: 320px;
            box-sizing: border-box;
            transition: all 0.30s ease;
        }

        .iso-book-box:hover {
            background-color: white;
            color: black;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .iso-book-box-text {
            flex: 1;
            font-weight: 600;
        }

        .iso-book-small {
            font-size: 18px;
        }

        .iso-book-large {
            font-size: 36px;
            font-weight: 900;
            margin-top: 4px;
            letter-spacing: -0.05em;
        }

        /* Image Box */
        .iso-book-image-container {
            overflow: hidden;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            width: 180px;
            max-height: 120px;
            margin-left: 16px;
            flex-shrink: 0;
        }

        .iso-book-image-container img {
            display: block;
            width: 100%;
            height: auto;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

        /* 3 section - text with crosh image */
        .gap {
            width: 100%;
            height: 100%;
            padding: 30px;
        }

        .iso-container-image-div {
            margin-top: 50px;
            width: 100%;
            height: 600px;
            background-image: url('/assets/images/The Science of Protection.png');
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            border: 1px solid white;
            position: relative;
            overflow: hidden;
        }

        .iso-overlay-image-div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .iso-content-image-div {
            position: relative;
            z-index: 2;
            padding: 50px 40px;
            max-width: 700px;
            text-align: left;
        }

        .iso-h1-first {
            text-align: left;
            font-size: 66px;
            font-weight: 800;
            color: #ffffff;
            text-transform: uppercase;
            line-height: 1.1;
            margin-bottom: 40px;
            letter-spacing: 2px;
        }

        .iso-subtitle-image-div {
            text-align: left;
            font-size: 37px;
            color: #e8e8e8;
            font-weight: 300;
            line-height: 1.4;
            margin-bottom: 60px;
        }

        .iso-btn-image-div {
            display: inline-block;
            padding: 7px 39px;
            background: transparent;
            color: #ffffff;
            font-size: 20px;
            font-weight: 300;
            text-decoration: none;
            border: 2px solid #ffffff;
            border-radius: 50px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .iso-btn-image-div:hover {
            background: #ffffff;
            color: #0a2a38;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
        }

        /* popop div -------- */
        /* Popup Background */
        .iso-popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            justify-content: center;
            align-items: center;
            backdrop-filter: blur(4px);
            z-index: 9999;
            padding: 20px;
            /* small screens ke liye space */
        }

        /* Popup Inner Box */
        .iso-popup-content {
            background: #ffffff;
            padding: 40px;
            max-width: 900px;
            width: 100%;
            border-radius: 20px;
            color: #0f2c33;
            font-size: 20px;
            line-height: 1.9;
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
            /* mobile pe scrolling */
        }

        .iso-popup-close {
            position: absolute;
            top: 18px;
            right: 22px;
            font-size: 32px;
            cursor: pointer;
            color: #000000;
            transition: transform 0.5s ease;
        }

        .iso-popup-close:hover {
            transform: rotate(360deg);
        }


        /* Orange Points */
        .iso-points span {
            color: #FF991C;
            margin-right: 18px;
            display: inline-block;
            margin: 10px;
        }

        @media (max-width: 992px) {

            .iso-popup-content {
                max-width: 700px;
                padding: 32px;
                font-size: 18px;
            }

            .iso-popup-close {
                font-size: 28px;
                top: 14px;
                right: 18px;
            }

            .iso-points span {
                margin-right: 14px;
            }
            .iso-video-container {
                width: 100%;
            }
        }



        .iso-airship-section {
            max-width: 1400px;
            margin: 0 auto;
        }

        .iso-main-heading {
            color: white;
            font-size: 64px;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 30px;
        }

        .iso-subheading {
            font-size: 36px;
            font-weight: 300;
            text-align: center;
            margin-bottom: 6px;
            color: #e8e8e8;
        }

        .iso-features-container {
            display: flex;
            justify-content: center;
            align-items: center;
            /* IMAGE ALWAYS CENTER */
            overflow: hidden;
            padding: 0;
            margin: 0;
        }

        .iso-features-container img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
            /* NO CROP */
            display: block;
        }



        .iso-feature-left,
        .iso-feature-right {
            display: flex;
            flex-direction: column;
            gap: 60px;
        }

        .iso-feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .iso-feature-left .iso-feature-item {
            justify-content: flex-start;
        }

        .iso-feature-right .iso-feature-item {
            justify-content: flex-start;
        }

        .iso-feature-number {
            width: 45px;
            height: 45px;
            border: 3px solid #ffffff;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            flex-shrink: 0;
        }

        .iso-feature-text {
            font-size: 24px;
            font-weight: 700;
            white-space: nowrap;
        }

        .iso-feature-line {
            height: 2px;
            background: #ffffff;
            flex-grow: 1;
            margin: 0 10px;
        }

        .iso-center-image {
            width: 100%;
            border: 8px solid #ff3b30;
            border-radius: 10px;
            background: #b8b8b8;
            aspect-ratio: 16/10;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .iso-image-placeholder {
            font-size: 48px;
            color: #ff3b30;
            font-weight: 700;
        }

        .iso-arrow {
            position: absolute;
            width: 200px;
            height: 200px;
        }

        .iso-arrow-top {
            top: 15%;
            right: 15%;
            transform: rotate(45deg);
        }

        .iso-arrow-bottom {
            bottom: 15%;
            left: 15%;
            transform: rotate(-135deg);
        }

        .iso-arrow svg {
            width: 100%;
            height: 100%;
        }

        .iso-tagline {
            text-align: center;
            margin-bottom: 80px;
        }

        .iso-tagline-line1 {
            font-size: 32px;
            color: #FF991C;
            margin-bottom: -12px;
        }

        .iso-tagline-line2 {
            font-size: 32px;
            color: #FF991C;
            margin-bottom: -40px;
        }

        .iso-tagline-line2 span {
            font-size: 40px;
            color: #FF991C;
            font-weight: 700;
        }

        /* Default styles */
        .iso-cta-box {
            max-width: 1000px;
            /* client want 1200px, no line brake */
            margin: 0 auto;
            border: 3px solid #ffffff;
            border-radius: 15px;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
            align-items: center;
            cursor: pointer;
            transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.3s ease;
        }

        .iso-cta-content h2 {
            color: white;
            font-size: 45px;
            font-weight: 700;
            line-height: 1.2;
            transition: color 0.4s ease;
            /* smooth text color change */
        }

        .iso-cta-content h3 {
            margin-bottom: 20px;
            color: white;
            font-size: 27px;
            font-weight: 500;
            line-height: 1.2;
            transition: color 0.4s ease;
        }


        /* Smooth hover = box becomes white */
        .iso-cta-box:hover {
            background-color: white;
            border-color: white;
            transform: translateY(-4px);
            /* subtle lift effect */
        }

        /* Smooth hover = heading becomes black */
        .iso-cta-box:hover .iso-cta-content h2,
        .iso-cta-box:hover .iso-cta-content h3 {
            color: black;
        }

        /* Heading hover (optional but smooth) */
        .iso-cta-content h2:hover {
            color: black;
        }

        .iso-cta-content h3:hover {
            color: black;
        }

        .iso-video-box {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            border-radius: 10px;
            overflow: hidden;
        }

        .iso-tech-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .iso-video-placeholder {
            font-size: 36px;
            font-weight: 700;
        }

        .iso-video-arrow {
            position: absolute;
            width: 150px;
            height: 150px;
        }

        .iso-video-arrow-top {
            top: 10%;
            right: 10%;
            transform: rotate(45deg);
        }

        .iso-video-arrow-bottom {
            bottom: 10%;
            left: 10%;
            transform: rotate(-135deg);
        }

        .iso-red-dot {
            width: 12px;
            height: 12px;
            background: #ff3b30;
            border-radius: 50%;
            margin-left: auto;
        }




        .iso-uses-section {
            margin: 100px 0px;
            border: 2px solid white;
            border-radius: 30px;
            padding: 18px 51px;
        }

        .iso-uses-heading {
            color: white;
            font-size: 72px;
            font-weight: 900;
            text-align: center;
            margin-bottom: 50px;
            text-transform: capitalize;
        }

        .iso-uses-description {
            font-size: 18px;
            line-height: 1.8;
            color: #e8e8e8;
            margin-bottom: 20px;
            text-align: left;
        }

        .iso-uses-subtext {
            font-size: 18px;
            line-height: 1.8;
            color: #e8e8e8;
            margin-bottom: 60px;
            text-align: left;
        }

        .iso-carousel-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        .iso-carousel-arrow {
            background-color: rgba(255, 255, 255, 0);
            color: white;
            border-radius: 50px;
            width: 50px;
            height: 50px;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .iso-carousel-arrow:hover {
            background: rgba(255, 255, 255, 0);
            transform: scale(1.1);
        }

        .iso-carousel-wrapper {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .iso-carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .iso-slide {
            min-width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .iso-slide-card {
            width: 100%;
            max-width: 800px;
            border: 3px solid rgba(255, 255, 255, 0.4);
            border-radius: 20px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.3);
        }

        .iso-slide-image {
            width: 100%;
            height: 450px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .iso-slide-title {
            position: absolute;
            bottom: 30px;
            /* ✅ yeh bottom distance control karega */
            left: 50%;
            transform: translateX(-50%);

            font-size: 72px;
            font-weight: 800;
            text-transform: uppercase;
            -webkit-text-stroke: 0px rgba(255, 255, 255, 0.856);
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.227);
        }



        .iso-slide-content {
            padding: 40px;
            background: white;
            text-align: center;
        }

        .iso-slide-text {
            font-size: 20px;
            line-height: 1.6;
            color: #1a1a1a;
        }

        .iso-carousel-dots {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 30px;
        }

        .iso-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }

        .iso-dot.iso-active {
            background: #ffffff;
            transform: scale(1.3);

        }

        .slider-bottom-p {
            width: 100%;
            text-align: left;
            margin-top: -30px;
            padding: 0 20px;
        }

        .slider-bottom-p p {
            font-size: 26px;
            color: #ffffff;
            font-weight: 300;
            line-height: 1.6;
            max-width: 1000px;
            margin: 0 auto;
            margin-bottom: 40px;
            border: 2px solid rgba(255, 255, 255, 0.701);
            padding: 20px;
            border-radius: 25px;
            background-color: #8b8b8b25;
        }

        .Charles {
            justify-content: right;
            display: flex;
            align-items: right;
            padding: 10px 40px;
            font-weight: 500;
        }



        /* Second slider -------------------------- */
        /* MAIN LAYOUT */
        .iso-wrapper-2slide {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .iso-slider-container-2slide {
            width: 100%;

            height: auto;
            border-radius: 25px;
            overflow: hidden;
            background: rgb(37 54 47);
            position: relative;
            padding-bottom: 70px;
            /* space for dots */
        }

        .second-h2-text {
            margin-top: 30px;
            font-size: 70px;
            font-weight: 800;
            color: white;
        }


        .iso-slide-2slide {
            width: 100%;
            display: none;
        }

        .iso-active-slide-2slide {
            display: block;
        }

        .iso-content-box-2slide {
            display: flex;
            padding: 30px;
            align-items: center;
            gap: 40px;
            background-color: rgb(22, 29, 26);
            border-radius: 25px;
            margin: 20px 20px;
        }

        /* LEFT SIDE */
        .iso-left-2slide {
            width: 50%;
        }

        .iso-image-2slide {
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
        }

        /* RIGHT SIDE */
        .iso-right-2slide {
            width: 50%;
            color: white;
        }

        .iso-title-2slide {
            font-size: 80px;
            font-weight: 800;
            margin: 0;
            letter-spacing: 1rem;
        }

        .iso-registry-2slide {
            margin-top: 10px;
            padding: 0px 5px;
            background: white;
            color: #234b3a;
            display: inline-block;
            border-radius: 5px;
            font-size: 22px;
            font-weight: 600;
        }

        /* INFO TABLE */
        .iso-table-2slide {
            margin-top: 40px;
            width: 100%;
            border: 2px solid rgba(255, 255, 255, 0.4);
            border-radius: 15px;
            overflow: hidden;
        }

        .iso-row-2slide {
            display: flex;
            padding: 18px 20px;
            background: rgba(0, 0, 0, 0.25);
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        }

        .iso-row-2slide:last-child {
            border-bottom: none;
        }

        .iso-label-2slide {
            width: 45%;
            color: #c4c4c4;
            font-size: 20px;
        }

        .iso-value-2slide {
            width: 55%;
            color: white;
            font-size: 20px;
        }

        /* FIXED DOT PROBLEM — NOW DOTS INSIDE DIV */
        .iso-dots-2slide {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 12px;
            padding: 20px 0;
            bottom: 0;
            /* INSIDE the container */
        }

        .iso-dot-2slide {
            width: 14px;
            height: 14px;
            background: #8b8b8b;
            border-radius: 50%;
            cursor: pointer;
        }

        .iso-active-dot-2slide {
            background: white;
        }

        /* SLIDE 2 */
        .iso-center-slide-2slide {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: white;
            padding: 80px 20px;
            text-align: center;
        }

        .iso-next-title-2slide {
            font-size: 60px;
            font-weight: 900;
        }

        .iso-next-text-2slide {
            font-size: 24px;
            opacity: 0.8;
        }

        /* RESPONSIVE DESIGN */

        /* Tablet */
        @media (max-width: 1024px) {
            .iso-content-box-2slide {
                flex-direction: column;
                text-align: center;
            }

            .iso-left-2slide,
            .iso-right-2slide {
                width: 100%;
            }

            .iso-title-2slide {
                font-size: 60px;
            }

            .iso-row-2slide {
                flex-direction: column;
                text-align: left;
            }

            .iso-label-2slide,
            .iso-value-2slide {
                width: 100%;
                font-size: 18px;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
            .iso-title-2slide {
                font-size: 45px;
                letter-spacing: 0.5rem;
            }

            .iso-registry-2slide {
                font-size: 16px;
                padding: 8px 18px;
            }

            .iso-content-box-2slide {
                padding: 20px;
                gap: 20px;
            }

            .iso-table-2slide {
                margin-top: 25px;
            }

            .iso-row-2slide {
                padding: 14px 15px;
            }

            .iso-label-2slide,
            .iso-value-2slide {
                font-size: 16px;
            }

            .iso-next-title-2slide {
                font-size: 40px;
            }

            .iso-next-text-2slide {
                font-size: 18px;
            }

            .iso-dot-2slide {
                width: 12px;
                height: 12px;
            }

            .second-h2-text {
                font-size: 40px;
            }

            .iso-features-container img {
                margin-bottom: 30px;
            }

            .div-arrow-of-all {
                font-size: 70px !important;
            }
        }


        .safety-wrapper {
            border-radius: 18px;
        }

        .safety-container {
            max-width: 1350px;
            margin: auto;
            text-align: center;
            color: white;
        }

        .safety-heading {
            font-size: 62px;
            font-weight: 800;
            margin-bottom: 15px;
        }

        .safety-sub {
            font-size: 22px;
            opacity: 0.9;
            margin-bottom: 70px;
        }

        /* THE ROW EXACT LIKE IMAGE */
        .safety-items {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            /* IMPORTANT */
            gap: 35px;
        }

        /* EACH CARD */
        .safety-card {
            width: 13%;
            min-height: 180px;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 20px;
            line-height: 1.45;
        }

        .safety-card p {
            font-weight: 200;
            margin-top: 30px;
        }

        /* FIX — ICONS PERFECTLY STRAIGHT LINE */
        .icon-box {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        /* ICON SIZE */
        .safety-icon {
            width: 58px;
        }

        #iso-big-img {
            width: 25%;
        }

        /* VERTICAL DIVIDER */
        .safety-divider {
            width: 2px;
            height: 120px;
            background: rgba(255, 255, 255, 0.28);
        }

        /* RESPONSIVE */
        @media (max-width: 1224px) {
            .space-for-video-top {
                display: none;
            }
        }

        @media (max-width: 1024px) {
            .safety-items {
                flex-wrap: wrap;
            }

            .safety-card {
                width: 45%;
                margin-bottom: 0px;
            }

            .safety-divider {
                display: none;
            }

            #iso-big-img {
                width: 10%;
            }
        }

        @media (max-width: 600px) {
            .safety-heading {
                font-size: 42px;
            }

            .safety-card {
                width: 100%;
                font-size: 17px;
            }

            .icon-box {
                height: 70px;
            }

            .safety-icon {
                width: 80px;
            }

            #iso-big-img {
                width: 11%;
            }
        }

        /* Second slider End -------------------------- */


        .iso-airship-slider-container-last-slide {
            width: 100%;
            height: 70vh;
            position: relative;
            overflow: hidden;
        }

        .iso-slider-wrapper-last-slide {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .iso-slide-item-last-slide {
            min-width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
        }

        .iso-slide-background-image-last-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .iso-slide-background-image-last-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .iso-slide-overlay-dark-last-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 2;
        }

        .iso-slide-content-wrapper-last-slide {
            position: relative;
            z-index: 3;
            padding: 0 80px;
            max-width: 1400px;
            width: 100%;
            margin: 0 auto;
        }

        .iso-slide-heading-text-last-slide {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 46px;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 30px;
            color: #ffffff;
        }

        .iso-slide-subheading-text-last-slide {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 42px;
            font-weight: 400;
            line-height: 1.3;
            color: #ffffff;
            margin: 0;
            margin-bottom: 50px;
        }

        .iso-dots-navigation-container-last-slide {
            position: absolute;
            bottom: 50px;
            left: 15%;
            display: flex;
            gap: 16px;
            z-index: 10;
        }

        .iso-dot-indicator-button-last-slide {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.4s ease;
            border: none;
            padding: 0;
        }

        .iso-dot-indicator-button-last-slide:hover {
            background: rgba(255, 255, 255, 0.7);
            transform: scale(1.15);
        }

        .iso-dot-indicator-button-last-slide.iso-dot-active-state-last-slide {
            background: #ffffff;
            transform: scale(1.2);
        }

        #last-text-slide-p {
            font-size: 35px;
        }

        .last-text-bold-text {
            width: 100%;
            padding: 80px 6vw;
            background:
                linear-gradient(#00000028,
                    #0071644f),
                url("https://images.unsplash.com/photo-1717954681367-9d009777e9f2?q=80&w=2232&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
            background-size: cover;
            background-position: center;
        }

        .last-text-bold-text h1 {
            max-width: 1200px;
            margin: 0 auto 28px;
            font-size: 5vh;
            font-weight: 700;
            line-height: 1.7;
            color: #ffffff;
        }

        .last-text-bold-text h3 {
            max-width: 1200px;
            margin: 0 auto;
            font-size: 3vh;
            line-height: 1.6;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.85);
        }

        .div-arrow-of-all {
            font-size: 100px;
            opacity: 60%;
        }

        @media (max-width: 1024px) {
            .iso-slide-content-wrapper-last-slide {
                padding: 0 50px;
            }

            .iso-slide-heading-text-last-slide {
                font-size: 44px;
                margin-bottom: 25px;
            }

            .iso-slide-subheading-text-last-slide {
                font-size: 34px;
            }

            .iso-dots-navigation-container-last-slide {
                left: 50px;
                bottom: 40px;
            }

            .last-text-bold-text {
                padding: 60px 5vw;
            }

            .last-text-bold-text h1 {
                font-size: 4.2vh;
                line-height: 1.6;
            }

            .last-text-bold-text h3 {
                font-size: 2.5vh;
            }
        }

        @media (max-width: 768px) {
            .iso-airship-slider-container-last-slide {
                height: 45vh;
            }

            .iso-slide-content-wrapper-last-slide {
                padding: 0 30px;
            }

            .iso-slide-heading-text-last-slide {
                font-size: 32px;
                margin-bottom: 20px;
            }

            .iso-slide-subheading-text-last-slide {
                font-size: 26px;
            }

            .iso-dots-navigation-container-last-slide {
                left: 30px;
                bottom: 30px;
            }

            .iso-dot-indicator-button-last-slide {
                width: 12px;
                height: 12px;
            }

            #iso-big-img {
                width: 15%;
            }

            .last-text-bold-text {
                padding: 40px 6vw;
            }

            .last-text-bold-text h1 {
                font-size: 2rem;
                line-height: 1.4;
                margin-bottom: 20px;
            }

            .last-text-bold-text h3 {
                font-size: 1rem;
                line-height: 1.5;
            }
        }

        .iso-book-large img {
            transition: filter 0.3s ease;
        }

        a:hover .iso-book-large img {
            filter: brightness(0);
        }

        a:active .iso-book-large img {
            filter: brightness(0);
        }

        a:focus-visible .iso-book-large img {
            filter: brightness(0);
        }


        @media (max-width: 480px) {
            .iso-slide-heading-text-last-slide {
                font-size: 26px;
            }

            .iso-slide-subheading-text-last-slide {
                font-size: 22px;
            }

            #last-text-slide-p {
                font-size: 20px;
            }

            .pop-highlight-text2 {
                font-size: 19px !important;
            }

            .last-text-bold-text {
                padding: 30px 5vw;
            }

            .last-text-bold-text h1 {
                font-size: 1.1rem;
            }

            .last-text-bold-text h3 {
                font-size: 0.95rem;
            }

            .iso-controls-bar {
                bottom: 15px;
                padding: 2px 8px;
                gap: 5px;
            }

            .div-arrow-of-all {
                font-size: 30px !important;
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .slider-bottom-p p {
                font-size: 18px;
                line-height: 1.5;
            }
        }

        @media (max-width: 480px) {
            .slider-bottom-p p {
                font-size: 16px;
                line-height: 1.4;
                margin-top: 50px;
                margin-bottom: 20px;
                padding: 10px;
            }

            .Charles {
                padding: 4px 4px;
            }
        }


        @media (max-width: 1024px) {
            .iso-uses-section {
                padding: 60px 40px;
            }

            .iso-uses-heading {
                font-size: 56px;
            }

            .iso-carousel-arrow {
                width: 40px;
                height: 40px;
            }

            .iso-slide-title {
                font-size: 56px;
            }

            .iso-slide-image {
                height: 350px;
            }
        }

        @media (max-width: 768px) {
            .iso-uses-section {
                padding: 40px 30px;
            }

            .iso-uses-heading {
                font-size: 42px;
                margin-bottom: 30px;
            }

            .iso-uses-description,
            .iso-uses-subtext {
                font-size: 16px;
            }

            .iso-carousel-arrow {
                width: 30px;
                height: 30px;
            }

            .iso-slide-title {
                font-size: 42px;
            }

            .iso-slide-image {
                height: 280px;
            }

            .iso-slide-content {
                padding: 30px 25px;
            }

            .iso-slide-text {
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            .iso-header-bg {
                padding: 10px;
            }

            .iso-uses-section {
                padding: 30px 20px;
            }

            .iso-uses-heading {
                font-size: 32px;
            }

            .iso-uses-description,
            .iso-uses-subtext {
                font-size: 14px;
            }

            .iso-carousel-arrow {
                width: 20px;
                height: 20px;
            }

            .iso-slide-title {
                font-size: 27px;
            }

            .iso-slide-image {
                height: 220px;
            }

            .iso-slide-content {
                padding: 25px 20px;
            }

            .iso-slide-text {
                font-size: 16px;
            }

            .iso-carousel-container {
                gap: 0px;
            }

            .iso-tagline-line2 span {
                font-size: 25px;
            }

            .iso-tagline-line2 {
                margin-bottom: -50px;
            }

            .second-h2-text {
                font-size: 30px;
                margin-top: 30px;
            }

            .iso-wrapper-2slide {
                padding: 0px;
            }

            .safety-heading {
                font-size: 30px;
            }
        }




        @media (max-width: 1200px) {
            .iso-features-container {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .iso-feature-left,
            .iso-feature-right {
                order: 2;
            }

            .iso-center-image {
                order: 1;
            }

            .iso-cta-box {
                width: 700px;
                grid-template-columns: 1fr;
                padding: 40px;
            }
        }

        @media (max-width: 768px) {
            .iso-main-heading {
                font-size: 36px;
                letter-spacing: 1px;
            }

            .iso-subheading {
                font-size: 24px;
                margin-bottom: 40px;
            }

            .iso-feature-text {
                font-size: 18px;
            }

            .iso-feature-number {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }

            .iso-image-placeholder {
                font-size: 32px;
            }

            .iso-arrow {
                width: 120px;
                height: 120px;
            }

            .iso-tagline-line1,
            .iso-tagline-line2 {
                font-size: 24px;
            }

            .iso-cta-box {
                padding: 30px 20px;
                width: 500px;
            }

            .iso-cta-content h2 {
                font-size: 32px;
            }

            .iso-cta-content h3 {
                font-size: 16px;
                font-weight: 400;
            }

            .iso-video-placeholder {
                font-size: 24px;
            }

            .iso-video-arrow {
                width: 100px;
                height: 100px;
            }
        }

        @media (max-width: 480px) {
            .iso-main-heading {
                font-size: 28px;
                margin-top: 20px;
            }

            .iso-subheading {
                font-size: 20px;
            }

            .iso-feature-item {
                flex-wrap: wrap;
            }

            .iso-feature-line {
                display: none;
            }

            .iso-cta-content h2 {
                font-size: 24px;
            }

            .iso-slide-card {
                border: none;
            }

            .iso-cta-box {
                padding: 30px 20px;
                width: 300px;
            }
        }




        /* -------------------------------
     MOBILE (max-width: 768px)
-------------------------------- */
        @media (max-width: 768px) {

            .iso-popup-content {
                max-width: 600px;
                padding: 26px;
                font-size: 17px;
                border-radius: 16px;
            }

            .iso-popup-close {
                font-size: 26px;
                top: 10px;
                right: 14px;
            }

            .iso-points span {
                display: block;
                /* mobile me vertical */
                margin: 6px 0;
            }
        }


        /* -------------------------------
     SMALL MOBILE (max-width: 480px)
-------------------------------- */
        @media (max-width: 480px) {

            .iso-popup-content {
                padding: 20px;
                font-size: 16px;
                width: 80%;
                height: 80%;
                border-radius: 14px;
            }

            .iso-popup-close {
                font-size: 24px;
                top: 8px;
                right: 12px;
            }

            .iso-points span {
                font-size: 17px;
            }

            .iso-popup {
                padding: 10px;
                /* small phone safe area */
            }
        }


        @media (max-width: 768px) {

            .iso-btn-image-div {
                font-size: 18px;
                padding: 10px 35px;
                margin-bottom: 20px;
            }

            .iso-container-image-div {
                height: 70%;
            }
        }

        /* -------------------------------------------
   TABLET RESPONSIVE (max-width: 992px)
------------------------------------------- */
        @media (max-width: 992px) {
            .iso-book-container {
                padding: 24px 40px;
                gap: 32px;
            }

            .iso-book-text {
                font-size: 28px;
                max-width: 55%;
                text-align: center;
            }

            .iso-book-box {
                min-width: 280px;
                padding: 14px 20px;

            }

            .iso-book-large {
                font-size: 32px;
            }

            .iso-book-image-container {
                width: 150px;
                max-height: 110px;
            }
        }


        /* -------------------------------------------
   MOBILE (max-width: 768px)
------------------------------------------- */
        @media (max-width: 768px) {
            .iso-heading-primary {
                font-size: 85px;
            }

            .iso-heading-secondary {
                font-size: 28px;
                margin-top: 20px;
            }

            .iso-book-container {
                flex-direction: column;
                padding: 20px 24px;
                gap: 28px;
            }

            .iso-book-text {
                max-width: 100%;
                font-size: 26px;
                text-align: center;
            }

            .iso-book-box {
                width: 100%;
                min-width: auto;
                justify-content: space-between;
                padding: 16px 18px;
            }

            .iso-book-image-container {
                width: 140px;
                max-height: 100px;
                margin-left: 12px;
            }

            .iso-h1-first {
                font-size: 45px;
            }

            .iso-subtitle-image-div {
                font-size: 25px;
                margin-bottom: 40px;
            }
        }


        /* -------------------------------------------
   SMALL MOBILE (max-width: 480px)
------------------------------------------- */
        @media (max-width: 480px) {

            .iso-heading-primary {
                font-size: 65px;
            }

            .iso-heading-secondary {
                font-size: 18px;
                margin-top: 20px;
                margin-bottom: 30px;
            }

            .iso-text-section {
                padding: 0px;
            }

            .iso-book-container {
                padding: 16px 0px;
                gap: 24px;
            }

            .iso-text-section p {
                font-size: 16px;
                padding: 15px;
            }

            .iso-book-text {
                font-size: 20px;
            }

            .iso-book-box {
                padding: 14px 16px;
            }

            .iso-book-large {
                font-size: 26px;
            }

            .iso-book-small {
                font-size: 16px;
            }

            .iso-book-image-container {
                width: 120px;
                max-height: 90px;
            }

            .iso-subtitle-image-div {
                width: 180px;
                font-size: 17px;
                margin-bottom: 40px;
            }

            .iso-content-image-div {
                padding: 10px 17px;
            }

            .iso-h1-first {
                font-size: 25px;
                margin-top: 20px;
            }

            .iso-btn-image-div {
                padding: 4px 12px;
                border: 1.3px solid;
            }

            .iso-container-image-div {
                height: 50%;
            }

            .gap {
                padding: 0px;
            }

            .white-line-for-vdo-text {
                margin: 0px 0px;
            }
        }


        .pop-highlight-text {
            color: #FF991C;
            font-weight: 500;
        }

        .pop-highlight-text2 {
            font-size: 24px;
            color: #FF991C;
            font-weight: 700;

        }

        .iso-features-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .click-zoom-img {
            width: 100%;
            max-width: 450px;
            border-radius: 20px;
            cursor: zoom-in;
            transition: transform 0.4s ease;
        }

        /* Fullscreen Zoom Effect */
        .click-zoom-img.zoomed {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1.5);
            max-width: 90%;
            max-height: 90%;
            z-index: 9999;
            background: rgb(3, 3, 3);
            cursor: zoom-out;
        }