body {
            font-family: Arial, sans-serif;
        }
/* Global Typography */
h1 {
  font-size: clamp(1.5rem, 4vw, 2.5rem); /* Min 2rem (32px), Max 3rem (48px) */
  font-weight: bold;
}

h2 {
  font-size: clamp(1.3rem, 3.5vw, 2rem); /* Min 1.8rem (28px), Max 2.5rem (40px) */
  font-weight: bold;
}

h3 {
  font-size: clamp(1rem, 3vw, 1.5rem); /* Min 1.5rem (24px), Max 2rem (32px) */
}

p {
  font-size: clamp(1rem, 2vw, 1rem); /* Min 1rem (16px), Max 1.2rem (19px) */
  line-height: 1.6;
}
        .section-title {
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            padding-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: "";
            width: 60px;
            /* Adjust the width of the border */
            height: 4px;
            /* Adjust the thickness of the border */
            background-color: #ff6600;
            /* Change the color to match your theme */
            display: block;
            margin: 8px auto 0;
        }

        .hero-section {
            position: relative;
            color: white;
        }

        .hero-image {
            position: relative;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(69, 20, 37, 0.1), rgba(217, 183, 111, 0.1));
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 20px;
        }

        /* .hero-text { max-width: 80%; } */
        .hero-text {
            position: absolute;
            left: 5%;
            top: 40%;
            transform: translateY(-50%);
            text-align: left;
            font-family: 'Poppins', sans-serif;
            color: #f8f9fa;
            max-width: 50%;
        }

        .hero-text h2 {
            font-size: 3rem;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
        }

        .hero-text .btn {
            font-size: 1.2rem;
            padding: 12px 24px;
            border-radius: 8px;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .hero-text {
                left: 10%;
                top: 50%;
                transform: translateY(-50%);
                max-width: 80%;
                text-align: center;
            }

            .hero-text h2 {
                font-size: 2rem;
                letter-spacing: 1px;
            }

            .hero-text .btn {
                font-size: 1rem;
                padding: 10px 20px;
            }
        }

        @media (max-width: 480px) {
            .hero-text {
                left: 5%;
                top: 50%;
                max-width: 90%;
                text-align: center;
            }

            .hero-text h2 {
                font-size: 1.8rem;
            }

            .hero-text .btn {
                font-size: 0.9rem;
                padding: 8px 16px;
            }
        }

        .btn-primary {
            background: #D9B76F;
            border: none;
        }

        .btn-primary:hover {
            background: #451425;
        }

        .features {
            background: #451425;
            color: #FFFFFF;
            padding: 50px 0;
        }

        .recruiters img {
            max-width: 100px;
            margin: 10px;
        }

        .whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #25d366;
            color: white;
            border-radius: 50%;
            padding: 15px;
            font-size: 24px;
        }

        .lead-form {
            background: rgba(255, 255, 255, 0.7);
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

        .section {
            padding: 60px 0;
            text-align: center;
        }

        .footer {
            background: #451425;
            color: white;
            padding: 20px;
            text-align: center;
        }

        .course-card {
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

        /* @media (max-width: 768px) {
            .lead-form {
                width: 90%;
                left: 50%;
                transform: translateX(-50%);
                top: 15%;
            }
        } */


        /* floating button */
        .floating {
            animation: pulse 1.5s infinite;
            box-shadow: 0 0 0 0 #42db87;
            -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);

            position: fixed;
            right: -75px;
            top: 280px;
            z-index: 999;
            transform: rotateZ(90deg);
            border-radius: 15px;
            overflow: hidden;
            background: #451425;
            border: 1px solid #fff
        }

        .inquire-now {
            font-size: 16px;
            color: #fff;
            padding: 65px 15px 10px;
            text-decoration: none;
            float: left;
            font-weight: 400
        }

        .inquire-now:hover {
            background: #D9B76F;
            color: #451425
        }

        .whatsapp {
            font-size: 22px;
            color: #fff;
            padding: 64px 15px 13px;
            text-decoration: none;
            float: left;
            border-radius: 15px 15px 15px 0;
            border-left: 1px solid #fff;
            text-align: center;
            line-height: 0
        }

        .inquire-now1,
        .whatsapp1 {
            color: #959595
        }

        .floating1 {
            border: 1px solid #959595;
            background: #fff
        }

        .whatsapp1 {
            border-left: 1px solid #959595
        }

        .whatsapp svg {
            transform: rotateZ(-45deg)
        }

        .whatsapp:hover {
            background: #03d904;
            color: #fff
        }

        @media (max-width:480px) {
            .inquire-now {
                font-size: 13px;
                color: #fff;
                padding: 75px 15px 10px;
                text-decoration: none;
                float: left;
                font-weight: 400
            }

            .whatsapp {
                font-size: 16px;
                color: #fff;
                padding: 74px 15px 13px;
                text-decoration: none;
                float: left;
                border-radius: 15px 15px 15px 0;
                border-left: 1px solid #fff;
                text-align: center;
                line-height: 0
            }

        }

        /* scroll to top */
        .scrollToTopBtn {
            background-color: #000000;
            border: none;
            color: white;
            cursor: pointer;
            font-size: 18px;
            line-height: 48px;
            width: 48px;

            /* place it at the bottom right corner */
            position: fixed;
            bottom: 20px;
            right: 20px;
            /* keep it at the top of everything else */
            z-index: 100;
            /* hide with opacity */
            opacity: 0;
            /* also add a translate effect */
            transform: translateY(100px);
            /* and a transition */
            transition: all 0.5s ease;
        }

        .showBtn {
            opacity: 1;
            transform: translateY(0);
        }

        /* floating contact button */
        /* Begin float */

        .float {
            position: fixed;
            bottom: 132px;
            right: 24px;
            text-align: center;
            z-index: 1000;
        }

        .float .trigger {
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
            position: relative;
            background: #451425;
            color: #fff;
            height: 60px;
            width: 60px;
            vertical-align: middle;
            animation: 1.5s linear 0s infinite normal pulse;
            transition: ease-in-out 0.2s;
            cursor: pointer;
            animation: pulse 1.5s infinite;
            box-shadow: 0 0 0 0 #42db87;
            -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        }

        .float .trigger:hover {
            transform: scale(1.1);
        }

        .float.open .trigger .fa::before {
            content: "\f00d";
        }

        .float .trigger .fa::after {
            transition: ease-in-out 1s;
        }

        .fab.open .trigger i {
            transition: all 0.4s ease;
            transform: translateY(5px) rotate(360deg);
        }

        .float i {
            font-size: 28px;
            line-height: 58px;
        }

        .float .actions {
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .float.open .actions {
            opacity: 1;
        }




        .float .p-phone a {
            position: absolute;
            top: 0;
            background: #fff;
            color: #333;
            height: 60px;
            width: 60px;
            line-height: 40px;
            transition: transform 0.4s ease;
            transform: translateY(50px);
            transition: all 0.4s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
            border-radius: 50%;
            right: -50px;
            opacity: 0 transition-delay:0.2s;
        }

        .float.open .p-phone a {
            position: absolute;
            top: 0;
            background: #fff;
            color: #333;
            height: 60px;
            width: 60px;
            line-height: 40px;
            transition: transform 0.4s ease;
            transform: translateY(50px);
            transition: all 0.4s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
            border-radius: 50%;
            right: 10px;
            transition-delay: 0.2s;
        }

        .float.open .p-phone a:hover {
            background: #451425;
            color: white;
        }

        .float .p-whatsapp a {
            position: absolute;
            opacity: 0;
            background: #fff;
            color: #333;
            height: 60px;
            width: 60px;
            line-height: 40px;
            transition: transform 0.4s ease;
            right: 80px;
            transform: translateY(50px);
            transition: all 0.4s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
            border-radius: 50%;
            right: -50px;
            transition-delay: 0.3s;
            transform-origin: right center 0;
        }

        .float.open .p-whatsapp a {
            position: absolute;
            top: 0;
            opacity: 1;
            background: #fff;
            color: #333;
            height: 60px;
            width: 60px;
            line-height: 40px;
            transition: transform 0.4s ease;
            right: 80px;
            transform: translateY(50px);
            transition: all 0.4s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
            border-radius: 50%;
            transition-delay: 0.2s;
        }

        .float.open .p-whatsapp a:hover {
            background: #25d366;
            color: white;

        }


        .float .actions .p-info:nth-child(1) {
            transform: translateY(-190px)
        }




        /* Animations */
        @keyframes pulsing {
            to {
                box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
            }
        }



        .text_icon {
            margin-top: 8px;
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 600;
            -webkit-text-stroke-width: .5px;
            -webkit-text-stroke-color: black;

        }

        /* bottom back footer */
        .bottom-back {
            /* background-color: #1a1d21; */
            background-color: #283848;
            /* background-image: url('images/BA in Culinary Arts course in Mumbai.jpg') !important; */
            /* background: linear-gradient(0deg, rgba(40, 56, 72, 0.9), rgba(69, 20, 37, 0.9)), url('img/slider/Air-Hostess-Courses-in-Maharashtra--2.jpg'); */
            background: linear-gradient(0deg, rgba(69, 20, 37, 0.9), rgba(69, 20, 37, 0.9)), url('../images/footer-1.jpg');
            z-index: auto;
        }

        .text-primary {
            color: #451425 !important;
        }