@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

#post-banner {
    background-image: url(../images/images-background02-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 0;
    position: relative;
}

.banner-content {
    background-color: #323541;
    padding: 20px;
    width: 65%;
    margin: 0 auto;
    margin-right: 0px;
}

.form_heading {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.content_pehra {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
}

.form-control::placeholder {
    color: #000;
}

.form-control {
    color: #000;
}

.recaptcha {
    color: #085988;
    background-color: #e5eef5;
    text-align: center;
    height: 39px;
    line-height: 41px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
    display: block;
}

button.btn.btn-primary {
    background-color: #FE6A00;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
}

.terms {
    color: #9e9ea0;
    margin-top: 10px;
    font-size: 14px;
}

.banner_heading {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    position: absolute;
    top: 68%;
    left: 0%;
    width: 50%;
    /* padding: 20px; */
    /* background-color: #000000a8; */
    color: black;
    text-align: right;
    border-radius: 0 5px 5px 0;
}

.banner_heading h1 {
    font-size: 50px;
}

.banner_heading p {
    font-size: 24px;
    font-weight: 300;
}


/* contact form */
.contact-form {
    display: none;
}

.contact-form h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #444;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-group textarea {
    height: 100px;
    resize: none;
}

button {
    background: #ff6600;
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background: #e65c00;
}


@media (max-width: 768px) {
    .contact-form {
        display: block;
        width: 90%;
    }
} 



.package_img img {
    width: 100%;
    height: auto;
    transition: transform 1.5s ease;
    border-radius: 10px;
}

.package_img:hover img {
    transform: scale(1.2);
}

.package_box {
    border: 2px solid #e0e0e0;
    /* box-shadow: 0px 0px 4px #bdbdbd; */
    padding: 1px;
    border-radius: 12px;
    margin-bottom: 20px;
}

#packages {
    padding: 50px 0;
}

.package_img {
    position: relative;
    overflow: hidden;
    max-height: 185px;
}

span.popular {
    position: absolute;
    left: -37%;
    background-color: #f62f42;
    color: #fff;
    padding: 1px 4px;
    width: 100%;
    -ms-transform: rotate(20deg);
    transform: rotate(-33deg);
    text-align: center;
    top: 11%;
    font-size: 11px;
    font-weight: 600;
}

.top_rated {
    background-color: #01da1a !important;
}

.best_slng {
    background-color: #c88d01 !important;
}

.package_heading a {
    text-decoration: unset;
}

.package_heading {
    margin: 10px 0;
}

.owl img {
    width: 29px;
    height: auto;
}

span.reviews {
    color: #000;
    font-weight: 600;
}

.rating i {
    color: #148d40;
    letter-spacing: -3px;
}

span.rating {
    margin-right: 3px;
}

.package_contents {
    padding: 20px;
}

.inclusion {
    color: #404040;
    margin: 10px 0;
    font-size: 12px;
}

body {
    font-size: 15px;
    font-family: sans-serif;
}

.package_heading h4 {
    font-size: 20px;
    color: #FE6A00;
    font-weight: 600;
}

.duration {
    color: #FE6A00;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.percentage {
    /* background-color: #027b21; */
    color: #027b21;
    /* padding: 5px 9px; */
    text-align: left;
    border-radius: 4px;
    text-decoration: unset;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}

.book_now {
    background-color: #FE6A00;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: unset;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
}

.package_box a {
    text-decoration: unset;
    color: unset;
}

.box-last {
    width: 100%;
    display: inline-block;
}

.buttons_package {
    width: 40%;
    float: left;
    display: inline-block;
    padding-top: 10px;
    line-height: 13px;
}

.price_package {
    width: 60%;
    float: right;
    text-align: right;
    display: inline-block;
}

.from {
    color: #FE6A00;
    font-size: 14px;
    font-weight: 600;
}

.package-price span {
    font-size: 15px;
}

.package-price span:first-child {
    padding-right: 6px;
}

.per_person {
    font-size: 12px;
    font-weight: 600;
}

.best_service {
    font-size: 12px;
    font-weight: 600;
    color: #148d40c2;
    display: inline-block;
    text-align: right;
    width: 100%;
}

.heading-pack {
    text-align: center;
    color: #f63041;
}

span.border_package {
    width: 17px;
    height: 17px;
    border: 3px solid #FE6A00;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
}

.heading-pack {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

span.border_package::before {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 10%;
    transform: translateY(-50%);
    top: 50%;
    left: 52%;
}

span.border_package::after {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 10%;
    transform: translateY(-50%);
    top: 50%;
    right: 52%;
}

.border2 {
    position: relative;
}

.why-icon img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}

.why_box {
    text-align: center;
}

.why_text {
    font-size: 20px;

}

.why_box {
    text-align: center;
    padding: 30px;
    background-color: #fafafa;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 209px;
}

.blue_border {
    border: 2px solid #e0e0e0;
    background-color: white;
}

.red_border {
    border: 2px solid #e0e0e0;
    background-color: white;
}

#why_with {
    padding-bottom: 50px;
}

#testimonial {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.enquire {
    background-color: #009d8c;
    color: #fff;
    padding: 20px 0px;
    font-size: 23px;
    text-align: center;
}

.enquire_btn a {
    background-color: #FE6A00;
    color: #fff;
    text-decoration: unset;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
}

.footer_content img {
    height: 32px;
    width: auto;
    margin: 0 2px;
    background-color: #fff;
}

.right_images {
    text-align: right;
}

#footer {
    background: url(../images/images-World.png), #000000e0;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 83px 0;
    position: relative;
}

.copyright_box.text-center {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    background-color: #000000a1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_content ul {
    padding-left: 0px;
}

.footer_content ul {
    list-style: none;
}

.footer_content ul a {
    text-decoration: none;
    color: #fff;
}

#topbar {
    background-color: #ed3237;
    text-align: center;
    font-size: 17px;
    padding: 8px 0;
    color: #fff;
    font-weight: 600;
}

.left_menu {
    width: 40%;
    float: left;
    display: inline-block;
}

.right_menu {
    float: right;
    display: inline-block;
    width: 32%;
    text-align: center;
}

a.callus {
    background-color: #FE6A00;
    color: #fff;
    text-decoration: unset;
    padding: 10px 10px;
    line-height: 6rem;
    border-radius: 4px;
    font-weight: 600;
    margin-right: 1%;
}

a.whatsappus {
    background-color: #027b21;
    color: #fff;
    text-decoration: unset;
    padding: 10px 10px;
    line-height: 6rem;
    border-radius: 4px;
    font-weight: 600;
}

.left_menu img {
    height: auto;
    width: 45%;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.testimonial-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.clietnt_content {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 20px 35px;
    margin-bottom: 20px;
    color: #9b9b9b;
}

.from_country {
    color: grey;
    font-size: 14px;
}

.profile-name {
    font-weight: 600;
}

.rating_client i {
    color: #ed8917;
}

.quote {
    position: absolute;
    top: 10%;
    left: 8.5%;
}

.quote img {
    width: 44px;
    height: auto;
}

.left_captch {
    float: left;
    width: 40%;
    display: inline-block;
}

.right_captch {
    float: left;
    width: 60%;
    display: inline-block;
}

.modal-body {
    padding: 0px !important;
}

.buttons_package div:first-child {
    margin-bottom: 5px;
}

span.carousel-control-prev-icon {
    background-color: #000000d9;
    width: 20px;
    height: 20px;
    padding: 4px;
}

span.carousel-control-next-icon {
    background-color: #000000d9;
    width: 20px;
    height: 20px;
    padding: 4px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20%;
    right: 22px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #FE6A00;
    color: white;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #009d8c;
}

/* how it work section  */
.how-it-works {
    /* border: 2px solid black; */
    padding: 50px 0px;
    max-width: 1400px;
    margin: auto;
    margin-top: 50px;
}

.how-it-works h2 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 38px;
    margin-bottom: 55px;
}

.steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* Adjust gap for better spacing */
}

.step-box {
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    width: 230px; /* Default width */
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    border: 1px solid #e4e4e4;
}
.step-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(255, 255, 255, 0.3);
}

.step-box i {
    font-size: 45px;
    margin-bottom: 20px;
    color: #ff6b00;
}

.step-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.step-box p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .step-box {
        width: calc(50% - 15px); /* Two per row */
    }
}

/* 🟢 Ensure 2 Boxes per Row even on Smaller Screens */
@media (max-width: 576px) {
    .steps-container {
        justify-content: center; /* Ensure alignment */
    }

    .step-box {
        width: 65%; /* Keep two in one row */
    }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none;
    z-index: 1000;
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
    font-size: 15px;
    background-color: #ff2a00;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 16px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#myBtn:hover {
    background-color: #b30300;
}



@media only screen and (max-width: 1250px) {
    .banner_heading h1 {
        font-size: 51px;
    }

    .banner_heading p {
        font-size: 20px;
    }

    .banner-content {
        width: 80%;
    }

    .content_pehra {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .container-fluid {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media only screen and (min-width: 992px) {

    .footer_content.links_footer {
        padding-left: 10%;
    }
}

@media only screen and (max-width: 992px) {
    .mobile {
        display: block !important;
    }

    .close_btm {
        text-align: right;
        position: absolute;
        top: 1%;
        width: 100%;
        right: 1%;
    }

    .right_images {
        text-align: left;
    }

    .enquire_text {
        font-size: 20px;
    }

    .enquire_btn a {
        font-size: 20px;
    }

    #footer {
        margin-bottom: 5%;
    }

    #post-banner {
        padding: 50px 0;
    }

    #topbar {
        display: none;
    }

    a.callus {
        padding: 10px 12px;
        font-size: 14px;
        background-color: #FE6A00;
    }

    a.whatsappus {
        padding: 6px 8px;
        font-size: 12px;
    }

    .quote {
        left: 7.2%;
    }

    .banner-content {
        background-color: #085988;
        padding: 20px;
        width: 100%;
        margin: 0 auto;
    }

    .call_tap {
        text-align: right;
    }

    .banner_heading {
        position: relative;
        top: 34%;
        left: 0%;
        width: 70%;
        font-weight: 800;
        padding: 5px 20px;
        background-color: #000000a8;
        color: #fff;
        text-align: right;
    }

    .desktop {
        display: none !important;
    }

    .right_rec {
        width: 60%;
        display: inline-block;
        float: right;
    }

    .left_rec {
        width: 40%;
        float: left;
        display: inline-block;
    }

    .recaptcha {
        line-height: 38px;
    }

    .left_enquire {
        float: left;
        width: 50%;
        background-color: #f82f41;
        text-align: center;
        padding: 10px 2px;
    }

    .right_enquire {
        float: right;
        width: 50%;
        background-color: #009d8c;
        text-align: center;
        padding: 10px 2px;
    }

    .absolute_footer a {
        text-decoration: unset;
        color: #fff;
        font-size: 20px;
        font-weight: 800;
    }

    section.absolute_footer {
        position: fixed;
        width: 100%;
        bottom: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .package_box {
        width: 100%;
        display: inline-block;
    }

    .banner_heading h1 {
        font-size: 45px;
    }

    .banner_heading p {
        font-size: 19px;
    }

    .left_menu img {
        height: 35px;
        width: auto;
        position: relative;
        top: 0px;
        z-index: 1;
    }

    .package_img {
        width: 44%;
        float: left;
        display: inline-block;
        max-height: unset;
        height: 188px;
    }

    .package_contents {
        width: 56%;
        float: left;
        display: inline-block;
        padding: 2px 7px 0 7px;
    }

    #footer {
        margin-bottom: 7%;
    }

    .copyright_box.text-center {
        font-size: 12px;
    }

    .package_heading h4 {
        font-size: 16px;
    }

    .quote {
        left: 7%;
    }

    .owl img {
        width: 23px;
        height: auto;
    }

    .rating i {
        font-size: 10px;
    }

    span.reviews {
        font-size: 12px;
    }

    .package_heading {
        margin: 10px 0 0 0;
    }

    .rating_box {
        line-height: 0px;
    }

    .inclusion {
        font-size: 10px;
        margin: 5px 0 0 0;
    }

    .duration {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .percentage {
        font-size: 12px;
        padding: 2px 6px;
    }

    .book_now {
        font-size: 12px;
        padding: 2px 6px;
    }

    .from {
        font-size: 12px;
    }

    .package-price span {
        font-size: 14px;
    }

    .per_person {
        font-size: 10px;
    }

    .best_service {
        font-size: 11px;
    }

    .package_img img {
        width: auto;
        height: 100%;
        border-radius: 12px;

    }

    .buttons_package div:first-child {
        margin-bottom: 5px;
    }

    .buttons_package {
        line-height: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .banner_heading h1 {
        font-size: 30px;
    }

    .banner_heading p {
        font-size: 12px;
    }

    .quote {
        left: 6%;
    }

    .form_heading {
        font-size: 21px;
    }

    .heading-pack h2 {
        font-size: 21px;
    }

    .content_pehra {
        font-size: 12px;
    }

    .width_team {
        width: 50%;
        float: left;
        display: inline-block;
    }

    .whatsapp-float{
        display: none;
    }

    #footer {
        margin-bottom: 10%;
    }

    .why_text {
        font-size: 18px;
    }

    span.popular {
        font-size: 8px;
        top: 8%;
        left: -32%;
    }

    .percentage {
        font-size: 10px;
    }

    .book_now {
        font-size: 10px;
    }

    .package-price span {
        font-size: 12px;
    }

    span.border_package::before {
        left: 54%;
        border-top: 1px solid #000000;
        width: 25%;
    }

    span.border_package::after {
        right: 54%;
        border-top: 1px solid #000000;
        width: 25%;
    }

    .footer_content img {
        height: 24px;
    }

    .blue_border {
        border: 1px solid #085988;
    }

    .red_border {
        border: 1px solid #f72e41;
    }
}

@media only screen and (max-width: 480px) {
    .package_heading {
        margin: 2px 0 0 0;
    }

    .package_heading h4 {
        font-size: 12px;
    }

    .banner_heading h1 {
        font-size: 25px;
    }

    .banner_heading {
        padding: 5px 9px;
        margin-top: 7%;
        top: 50px;
        width: 86%;
    }

    .banner_heading p {
        font-size: 10px;
    }

    .owl img {
        width: 17px;
        height: auto;
    }

    .rating i {
        font-size: 8px;
    }

    span.reviews {
        font-size: 10px;
    }

    .inclusion {
        font-size: 10px;
        line-height: 12px;
        margin: 8px 0 6px 0;
    }

    .duration {
        margin-bottom: 4px;
    }

    .buttons_package {
        padding-top: 0px;
        line-height: 20px;
    }

    .price_package {
        line-height: 16px;
    }

    .buttons_package div:first-child {
        margin-bottom: 5px;
    }

    .package_img {
        height: auto;
        min-height: 165px;
    }

    .package_img img {
        min-height: 100px;
        max-width: unset;
        height: 165px;
        max-height: 165px;
        width: unset;
    }

    .left_menu img {
        top: 0px;
    }

    #header {
        height: 70px;
    }

    a.callus {
        position: relative;
        bottom: 12px;
    }
}

@media only screen and (max-width: 447px) {
    .why_box {
        min-height: unset;
        padding: 10px;
    }

    .why_text {
        font-size: 16px;
    }

    #footer {
        margin-bottom: 12%;
    }
}



@media screen and (min-device-width: 992px) and (max-device-width: 1500px) {
    .percentage {
        font-size: 10px;
        padding: 3px 3px;
    }

    .book_now {
        font-size: 10px;
        padding: 3px 3px;
    }

    .package-price span {
        font-size: 14px;
    }

    .best_service {
        font-size: 9px;
        font-weight: 600;
        color: #148d40c2;
    }

    .duration {
        font-size: 12px;
    }

    .form_heading {
        font-size: 21px;
    }

    .package-price span:first-child {
        padding-right: 4px;
    }

    .package_heading h4 {
        font-size: 15px;
    }

    .owl img {
        width: 22px;
        height: auto;
    }

    .rating i {
        font-size: 10px;
    }

    span.reviews {
        font-size: 12px;
    }

    .inclusion {
        font-size: 12px;
    }

    .why_text {
        font-size: 20px;
    }

    .enquire_btn a {
        font-size: 24px;
    }

    .enquire {
        font-size: 23px;
    }
}