 html {
        scroll-behavior: smooth;
    }

    .packagesection{padding: 80px 0px;}

    #flightsearchbox.hero {
        background: url(../assets/images/flightbanner.png) no-repeat center center;
        background-size: cover;
        height: 647px;
        position: relative;
        color: #fff;
    }




    .logo-container {
              display: flex;            /* Logos ko ek line (row) mein layega */
              justify-content: center;   /* Horizontal center karne ke liye */
              align-items: center;       /* Vertical center karne ke liye */
              gap: 20px;                /* Logos ke beech mein space dene ke liye */
              padding: 10px;            /* Thoda extra space bahar se */
              margin-bottom: 20px;
            }

            .logo-container img {
              max-height: 50px;         /* Logos ka size barabar rakhne ke liye */
              width: auto;              /* Aspect ratio maintain karne ke liye */
            }

    /* full black transparent overlay */
    #flightsearchbox.hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.65);
    }

    .listcheck .fa{color: #00b67a;}

    #flightsearchbox .hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        padding-top:50px;
    }

    #flightsearchbox .hero h1 {
        font-size: 44px;
        font-weight: 600;
    }

    #flightsearchbox .hero p {
        font-size: 18px;
        margin-top: 15px;
    }
    #flightsearchbox ul li {
        list-style: none;
        line-height: 28px;
    }
    /* trustpilot */
    #flightsearchbox .trustpilot {
        margin: 25px 0 35px;
        font-size: 16px;
    }

    #flightsearchbox .trustpilot i {
        color: #00b67a;
    }

    /* bottom black strip */
    #flightsearchbox .action-strip {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgb(0 0 0 / 50%);
        padding: 25px 0;
    }

    .action-strip .icon {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #flightsearchbox .call-btn {
        background: #fdaa94;
        padding: 8px 15px;
        font-size: 22px;
        border-radius: 4px;
        display: inline-block;
        color: #fff;
        font-weight: 600;
    }

    #flightsearchbox .call-btn a {
        color: #ffffff;
    }

    #flightsearchbox .btn-blue {
        background: #fdaa94;
        border: none;
        color: #fff;
    }

    #flightsearchbox .btn-blue:hover {
        background: #fdaa94;
        color: #fff;
    }

    #flightsearchbox .callback input {
        height: 45px;
    }

    #flightsearchbox .callback .btn {
        height: 45px;
    }

    #flightsearchbox .text-small {
        opacity: 0.9;
        margin-bottom: 8px;
    }


    /* background image section */
    .flightsearchbox.bg-section {
        background: #ffffff;
        background-size: cover;
        padding: 100px 0 80px;
        position: relative;
    }


    .mar-b50 {
        margin-bottom: 50px;
    }

    


        

    .enquirybox h3 {
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #0b3c80;
    margin-bottom:10px;}

    .enquirybox p.packagetxt{color: #000000; margin-bottom: 20px;}

    .enquirybox img{border-radius: 10px; margin-bottom: 20px;}
    .enquirybox .deal-card .rating i {color: #f5b301; margin-right: 2px;}
    .enquirybox .deal-info i {font-size: 18px;    display: block;    margin-bottom: 5px;    color: #333;}
    .enquirybox .deal-info small{color: #1a237e !important;}

    .enquirybox .deal-card .text-muted {color: #ff3500 !important; font-size: 17px;   font-weight: bold;}
    .enquirybox .deal-card .text-muted i {font-size: 19px;   font-weight: bold; }

    .price-text-muted{color: #ff3500 !important; font-size: 13px;font-weight: bold; font-style:italic; }

    .enquirybox .price {font-size:25px;    font-weight: bold;    color: #ff3500; margin-bottom: 20px;}

    .enquirybox{background: white;width: 700px;border-radius: 10px;text-align: center;animation: fadeIn .4s ease-in-out;margin: 0 auto;margin-top: 2%;}


    .enquirybox .enquiry-left1 {         
        min-height: 425px;
        border-radius: 10px;
        margin-bottom: 20px;
        }
.enquirybox .enquiry-left1 img{         
        width: 100% !important;
	height: auto;
        }


    .enquiry-bg-box {background: #00102f;border-radius: 10px;margin-top: 20px;padding: 25px;}

    .enquirybox h4 { font-size: 25px;   padding-top: 10px;    font-weight: bold;    color: #FFF;}
    .enquirybox p {    font-size: 14px;    color: #FFF;}
    .enquirybox .atol {    font-size: 12px;    margin-top: 10px;    color: orange;}
    .enquirybox h5 {    color: orange;}
    .enquirybox input {  height: 40px;  border-radius: 12px;    margin-top: 20px;    margin-bottom: 15px;    width: 80%;    margin-left: 10%;}
    .enquirybox button:hover {    background: #fff;    color:orange ;}
    .enquirybox button {    border-radius: 15px;    background: orange;    color: #000;    border: 0;}

.header-small-title {
            color: #ff3500 !important;
            font-size:20px !important;
            font-weight: bold;
            margin-bottom:15px;
        }
     @media (min-width: 320px) and (max-width: 767px) {
        #flightsearchbox.hero {height:auto;}

        .enquirybox {
        width: 330px;
        margin: 20px auto;
        margin-top: 30px;
    }

        #flightsearchbox .hero-content {padding-top: 40px;    }
         #flightsearchbox .action-strip { position: relative;}
     }