 /* Section Styling */
        .critical-transfer-img {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa, #ffffff);
            position: relative;
            overflow: hidden;
        }


        /* Left Content */
        .transfer-left-ga-ga {
            background: #ffffff;
            border-radius: 15px;
            padding: 35px;
            position: relative;
            z-index: 1;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .transfer-left-ga-ga img {
            border-radius: 12px;
        }

        .transfer-left-ga-ga:hover {
            transform: translateY(-8px);
        }

        .transfer-left-ga-ga ul {
            padding-left: 0;
            margin-bottom: 25px;
        }

        .transfer-left-ga-ga ul li {
            list-style: none;
            font-size: 1rem;
            padding: 10px 0 10px 32px;
            position: relative;
            color: #333;
            border-bottom: 1px solid #f1f1f1;
            transition: all 0.3s ease;
        }

        .transfer-left-ga-ga ul li:last-child {
            border-bottom: none;
        }

        .transfer-left-ga-ga ul li::before {
            content: "\2713";
            /* Tick */
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #d60909;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .transfer-left-ga-ga ul li:hover {
            color: #d60909;
            padding-left: 38px;
        }

        /* Lead Text */
        .transfer-left-ga-ga .lead-text-ga {
            font-size: 1rem;
            color: #444;
            font-style: italic;
            font-weight: 500;
            margin-top: 15px;
        }

        /* Right Image */
        .transfer-right-ga {
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .transfer-right-ga img {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
            transition: transform 0.5s ease;
        }








        /* Service Card */
        .service-card-air {
            background-color: #fff;
            border: 1px solid #e0e6f5;
            border-radius: 16px;
            text-align: center;
            padding: 2rem 1.5rem;
            height: 100%;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }


        /* Top Border Animation */
        .service-card-air::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 4px;
            width: 0%;
            background: #CE1810;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            transition: width 0.3s ease;
        }

        .service-card-air:hover::before {
            width: 100%;
        }

        /* Hover Elevation */
        .service-card-air:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        /* Icons */
        .service-card-air .icon {
            font-size: 2.5rem;
            color: #CE1810;
            margin-bottom: 1rem;
            transition: transform 0.3s ease;
        }

        .service-card-air:hover .icon {
            transform: scale(1.2);
        }

        /* Headings */
        .service-card-air h3 {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #1e2a38;
        }

        /* Paragraph */
        .service-card-air p {
            font-size: 0.95rem;
            color: #6c757d;
            margin-bottom: 0;
        }

        /* Availability list styles */
        .availability h3 {
            font-size: 1.2rem;
            margin-bottom: 12px;
            color: #0c2d6b;
        }

        .availability ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .availability ul li {
            margin: 10px 0;
            font-size: 1rem;
            color: #222;
            padding-left: 28px;
            position: relative;
        }

        .availability ul li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #d60909;
            font-weight: bold;
        }






        /* Service Cards */
        .service-card-aa {
            background: #fff;
            border-radius: 15px;
            padding: 40px 20px;
            text-align: center;
            transition: all 0.4s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        /* Hover Effect */
        .service-card-aa:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        /* Icon Styling */
        .service-card .icon {
            font-size: 40px;
            margin-bottom: 15px;
            transition: transform 0.4s ease;
        }

        .service-card-aa:hover .icon {
            transform: rotate(10deg) scale(1.2);
        }

        /* Card Headings */
        .service-card-aa h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
        }

        /* Quote Styling */
        .quote {
            font-size: 1.1rem;
            margin-top: 30px;
            color: #444;
        }

        .trust-section .icon {
            font-size: 40px;
            color: #d32f2f;
            margin-bottom: 35px;
        }

        .trust-section h3 {
            font-size: 1.1rem;
            font-weight: 600;
            margin: 0;
            color: #1a1a2e;
        }

        .trust-section .quote {
            margin-top: 0px;
            font-style: italic;
            color: #444;
        }
        
        .faq-content h5 {
            color: #222;
            font-weight: 600;
            margin-top: 25px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .faq-content p {
            color: #555;
            line-height: 1.6;
        }

        .faq-content ul {
            margin-left: 25px;
        }

        .faq-content li {
            color: #444;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }

        .faq-content i {
            font-size: 1.1rem;
        }