* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: white;
    padding: 0px 10px 10px 10px;
}

.page1 {
    width: 100%;
    height: 100dvh;
    background-color: rgb(102, 102, 102);
    scroll-behavior: auto;
}

.nav {
    width: 99%;
    height: 70px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px 0px 10px;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
}

.st {
    width: 15%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-2 {
    width: 55%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.st h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 30px;
}

.st h2 span {
    color: #ff1125;
}

.destination,
.service,
.viewpackage,
.home,
.contactus {
    width: auto;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
}

.st-2 a {
    font-size: 18px;
    text-decoration: none;
    color: black;
    transition: color 0.3s;
}

.st-2 a:hover {
    color: #ff1125;
}

.service :hover,
.destination :hover,
.viewpackage :hover,
.home :hover,
.contactus :hover {
    border-bottom: 2px solid #ff1125;
}

.booknow {
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booknow button {
    width: 73%;
    padding: 10px;
    border-radius: 20px;
    border: none;
    background-color: #ff1125;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s, transform 0.3s;
}

.booknow button:hover {
    background-color: #cc0e1f;
    transform: scale(1.05);
}

.navicon {
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.navicon i {
    font-size: 28px;
    color: #1e2a3a;
}

/****** explorepage ******/

.explorepage {
    width: 100%;
    min-height: 100dvh;
    background-color: rgb(5, 25, 39);
    background-size: cover;
    scroll-behavior: smooth;
    position: relative;
    margin-top: 70px;
}

.exploprediv {
    width: 50%;
    height: 70%;
    position: absolute;
    top: 20%;
    left: 5%;
    color: white;
}

.trusted {
    width: 40%;
    height: 50px;
    display: flex;
    align-items: center;
}

.truckicon {
    width: 55%;
    height: 40px;
    background-color: rgb(121, 32, 32);
    font-size: 15px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-radius: 20px;
    color: white;
    padding-left: 20px;
}

.exploreindia {
    width: 80%;
    min-height: 150px;
    margin-top: 20px;
}

.exploreindia h1 {
    font-size: 70px;
}

.senthiltravel {
    color: #ff1125;
}

.explore-p-tag {
    width: 70%;
    min-height: 80px;
    font-size: 25px;
    margin-top: 20px;
}

.imagediv {
    width: 48%;
    height: 400px;
    position: absolute;
    right: 5%;
    bottom: 10%;
    background-image: url("./picture/bg\ logo.png");
    background-size: cover;
    /* background-color:red */
}

.button {
    width: 50%;
    height: 100px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.button button {
    width: 47%;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.button button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.plan {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}

.book {
    background-color: #ff1125;
    color: white;
}

.respimgdiv {
    width: 30%;
    height: 130px;
    /* background-color: yellow; */
    position: absolute;
    top: 10%;
    display: none;
}

.respimgdiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ******Page-2***** */
.page-2 {
    width: 100%;
    min-height: 150dvh;
    padding: 50px 0px 0px 0px;
    scroll-behavior: smooth;
}

.populor {
    width: 30%;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.populor span {
    color: #ff1125;
}

.populor h1 {
    font-size: 50px;
}

.populor p {
    margin-top: 10px;
    font-size: 20px;
}

.carddiv {
    width: 90%;
    min-height: 60dvh;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    width: 30%;
    height: 400px;
    background-color: antiquewhite;
    border-radius: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    min-width: 280px;
}

.card:hover {
    transform: translateY(-10px);
}

.cdimg {
    width: 100%;
    height: 60%;
    background-color: rgb(5, 25, 39);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
}

.cdimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.rsdiv {
    width: 100%;
    height: 40%;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kum-div {
    width: 85%;
    height: 80%;
}

.kum-div p {
    margin-top: 10px;
    font-size: 17px;
    color: rgb(32, 32, 32);
}

.kum-div h3 {
    color: #ff1125;
    margin-top: 5px;
}

.carddiv2 {
    width: 90%;
    min-height: 60dvh;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-3 {
    width: 100%;
    min-height: 80dvh;
    padding: 80px 0px 0px 0px;
}

.ourservice {
    width: 30%;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #25D366; */
}

.ourservice span {
    color: #ff1125;
}

.ourservice h1 {
    font-size: 50px;
}

.ourservice p {
    margin-top: 10px;
    font-size: 20px;
}

.carrental-div {
    width: 90%;
    height: 40dvh;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.car {
    width: 26%;
    height: 80%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    padding: 20px 10px;
    transition: transform 0.3s ease;
}

.car:hover {
    transform: scale(1.03);
}

.car img {
    width: 140px;
    height: 100px;
    object-fit: contain;
}

.car p {
    font-size: 17px;
    color: rgb(48, 48, 48);
    margin-top: 10px;
}

/*******page4*********/
.page4 {
    width: 100%;
    min-height: 90dvh;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ourpackage {
    width: 30%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 101px;
}

.ourpackage span {
    color: #ff1125;
}

.ourpackage h1 {
    font-size: 50px;
}

.ourpackage p {
    margin-top: 10px;
    font-size: 20px;
}

.viewpackagepagediv {
    width: 90%;
    min-height: auto;
    margin: 20px auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.tariff,
.navigraga {
    width: 47%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    background: white;
    flex: 1 1 300px;
    max-width: 550px;
}

.tariffonlydiv,
.navigragadiv {
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ff1125;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.tariffonlydiv h1,
.navigragadiv h1 {
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    color: #1e2a3a;
    text-align: center;
}

.tariffonlydiv p,
.navigragadiv p {
    font-size: 14px;
    color: #5b6b7e;
    text-align: center;
    margin-top: 4px;
}

.tariffonlydiv p span,
.navigragadiv p span {
    color: #ff1125;
    font-weight: 700;
}

.tariffonlytable,
.navigragadivtable {
    width: 100%;
    min-height: 200px;
}

.tariffonlytable table,
.navigragadivtable table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 15px;
}

.tariffonlytable th,
.navigragadivtable th {
    text-align: left;
    padding: 10px 8px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    font-weight: 700;
    color: #1e2a3a;
    min-width: 70px;
}

.tariffonlytable td,
.navigragadivtable td {
    padding: 10px 8px;
    border: 1px solid #ddd;
    text-align: center;
}

.tariffonlytable td:first-child,
.navigragadivtable td:first-child {
    text-align: left;
    font-weight: 600;
}

.tariffonlytable td span,
.navigragadivtable td span {
    color: #ff1125;
    font-weight: 700;
}

.tariffonlytable tr:hover,
.navigragadivtable tr:hover {
    background-color: #f8f9fa;
    transition: background 0.3s;
}

.viewpackagepagediv span,
.tariffonlytable span,
.drivericon span {
    color: #ff1125;
}

.driverbatadiv {
    width: 90%;
    min-height: 20dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.drivbata {
    width: 47%;
    height: 96%;
    border-radius: 20px;
    /* box-shadow: 0px 0px 10px 1px black; */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background: white;
    flex: 1 1 300px;
    max-width: 550px;
}

.drivbatalft {
    width: 100%;
    height: 49%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.drivericon {
    width: 50%;
    height: 99%;
    display: flex;
    align-items: center;
    padding: 10px;
    flex: 1 1 150px;
}

.lasti {
    margin-right: 10px;
}

.halt {
    color: red;
}

.hill {
    color: #b8860b;
}

.air {
    color: lightblue;
}

.tick {
    color: green;
}

.clock {
    color: orangered;
}

.cup {
    color: gold;
}

.driver {
    color: black;
}

/*******Footer*******/
.Page5 {
    width: 100%;
    min-height: 90dvh;
    background-image: url("./picture/Footer\ bg\ image\ -\ 1.jpeg");
    position: relative;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}

.fcarlogo {
    width: 25%;
    height: 150px;
    position: absolute;
    top: 4%;
    left: 5%;
}

.fcarlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.f-ourjourney {
    width: 85%;
    height: auto;
    position: absolute;
    top: 33%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-between;
}

.fyjor {
    width: 48%;
    height: auto;
    color: rgb(255, 255, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.fyjor h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.fyjor p {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.6;
}

.fyjor div {
    height: auto;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: white;
}

.fyjor i {
    font-size: 24px;
    min-width: 30px;
}

.fyjor .wp i {
    color: #25D366;
}

.fyjor .loc i {
    color: #ff4444;
}

.fyjor .mail i {
    color: #ffab00;
}

.flastdiv {
    width: 90%;
    height: auto;
    min-height: 200px;
    position: absolute;
    bottom: 12%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-between;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    gap: 20px;
    flex-wrap: wrap;
}

.fot {
    width: 22%;
    min-width: 180px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    gap: 8px;
}

.fot-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.fot-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.os {
    font-size: 22px;
    color: orange;
    font-weight: 700;
}

.ar {
    color: orange;
    font-size: 16px;
    min-width: 20px;
}

.lc {
    font-size: 24px;
    color: orange;
    min-width: 30px;
}

.fot a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

.fot a:hover {
    color: orange;
}

.fot span {
    color: #ddd;
    font-size: 15px;
}

.fot-sqr-div {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 5px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.phonediv-1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.phoneiconidv {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
}

.phicon {
    font-size: 20px;
    color: #25D366;
}

.forenqdiv {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

.forenqdiv span {
    color: #ffab00;
    font-weight: 600;
}

.phonediv-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    color: #ddd;
}

.footerladtdiv {
    width: 90%;
    height: 50px;
    background-color: rgba(48, 28, 0, 0.9);
    position: absolute;
    bottom: 0px;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 10px 10px 0 0;
}

.footl {
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}

.foot-2 {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footl i {
    margin-right: 10px;
    color: orange;
    font-size: 18px;
}

/* ============================================================
   MEDIA QUERIES
   ============================================================ */

/* ===== TABLET (max-width: 1024px) ===== */
@media (max-width: 1440px) {
    .st h2 {
        font-size: 24px;
    }

    .st-2 a {
        font-size: 16px;
    }

    .exploreindia h1 {
        font-size: 50px;
    }

    .explore-p-tag {
        font-size: 20px;
        width: 80%;
    }

    .imagediv {
        width: 40%;
        height: 300px;
        right: 3%;
    }

    .exploprediv {
        width: 55%;
        top: 18%;
    }

    .button {
        width: 60%;
    }

    .populor h1 {
        font-size: 40px;
    }

    .card {
        width: 45%;
        height: 380px;
        min-width: 250px;
    }

    .ourservice h1 {
        font-size: 40px;
    }

    .car {
        width: 40%;
        min-width: 200px;
    }

    .carrental-div {
        height: auto;
        padding: 20px 0;
    }

    .ourpackage h1 {
        font-size: 40px;
    }

    .tariff,
    .navigraga {
        width: 48%;
        min-width: 280px;
    }

    .drivbata {
        width: 48%;
    }

    .drivericon {
        width: 100%;
    }

    .Page5 {
        min-height: auto;
        padding-bottom: 60px;
    }

    .fcarlogo {
        width: 30%;
        height: 120px;
        position: relative;
        top: 0;
        left: 0;
        margin: 20px auto;
    }

    .f-ourjourney {
        width: 90%;
        position: relative;
        top: 0;
        left: 0;
        margin: 20px auto;
        flex-direction: column;
        gap: 20px;
    }

    .fyjor {
        width: 100%;
    }

    .flastdiv {
        width: 95%;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 20px auto;
        justify-content: center;
    }

    .fot {
        width: 30%;
        min-width: 200px;
    }

    .footerladtdiv {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 10px;
        gap: 5px;
        border-radius: 0;
    }

    .footl {
        width: 100%;
        height: auto;
        padding: 5px;
        font-size: 13px;
        text-align: center;
    }

    .foot-2 {
        border: none;
    }

    .page5 {
        background-image: none;
        background-color: #1e2a3a;
    }

}

/* ===== MOBILE LANDSCAPE (max-width: 768px) ===== */
@media (max-width: 768px) {
    .nav {
        padding: 0px 15px;
        height: 60px;
        width: 100%;
        border-radius: 0;
        transform: none;
        left: 0;
    }

    .st {
        width: auto;
    }

    .st h2 {
        font-size: 20px;
    }

    .st-2 {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 15px 0;
        border-radius: 0 0 20px 20px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        height: auto;
        gap: 5px;
    }

    .st-2.active {
        display: flex;
    }

    .destination,
    .service,
    .viewpackage,
    .home,
    .contactus {
        width: 100%;
        height: 40px;
        padding: 0;
    }

    .booknow {
        width: 100%;
        padding: 10px;
    }

    .booknow button {
        width: 60%;
        padding: 8px;
        font-size: 14px;
    }

    .navicon {
        display: flex;
    }

    .explorepage {
        min-height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 80px 20px 40px;
        margin-top: 60px;
    }

    .exploprediv {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        padding: 20px 0;
    }

    .trusted {
        width: 100%;
        justify-content: center;
    }

    .truckicon {
        width: 80%;
        justify-content: center;
    }

    .exploreindia {
        width: 100%;
        min-height: auto;
    }

    .exploreindia h1 {
        font-size: 36px;
    }

    .explore-p-tag {
        width: 100%;
        font-size: 18px;
        min-height: auto;
    }

    .imagediv {
        display: none;
    }

    .button {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        height: auto;
    }

    .button button {
        width: 80%;
        height: 45px;
    }

    /* Page 2 */
    .populor {
        width: 80%;
        height: auto;
        margin-top: 20px;
    }

    .populor h1 {
        font-size: 30px;
        text-align: center;
    }

    .populor p {
        font-size: 16px;
        text-align: center;
    }

    .carddiv,
    .carddiv2 {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }

    .card {
        width: 100%;
        height: 350px;
        min-width: unset;
        margin: 0;
    }

    .page5 {
        background-image: none;
        background-color: #1e2a3a;
    }

    /* Page 3 */
    .ourservice {
        width: 80%;
        height: auto;
        margin-top: -37px;
    }

    .ourservice h1 {
        font-size: 30px;
        text-align: center;
    }

    .ourservice p {
        font-size: 16px;
        text-align: center;
    }

    .carrental-div {
        flex-direction: column;
        min-height: auto;
        gap: 15px;
        padding: 0 15px;
        height: auto;
    }

    .car {
        width: 100%;
        min-height: 180px;
        min-width: unset;
        padding: 15px;
        margin: 0;
    }

    .car img {
        width: 80px;
        height: 80px;
    }

    .page5 {
        background-image: none;
        background-color: #1e2a3a;
        ;
    }

    /* Page 4 */
    .ourpackage {
        width: 80%;
        height: auto;
        margin-top: 20px;
    }

    .ourpackage h1 {
        font-size: 30px;
        text-align: center;
    }

    .ourpackage p {
        font-size: 16px;
        text-align: center;
    }

    .viewpackagepagediv {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
        min-height: auto;
        gap: 25px;
    }

    .tariff,
    .navigraga {
        width: 100%;
        min-height: auto;
        min-width: unset;
        padding: 15px;
        margin: 0;
        max-width: 100%;
    }

    .tariffonlytable table,
    .navigragadivtable table {
        font-size: 14px;
    }

    th,
    td {
        padding: 8px 5px;
        font-size: 13px;
    }

    .tariffonlydiv h1,
    .navigragadiv h1 {
        font-size: 22px;
        text-align: center;
    }

    .tariffonlydiv p,
    .navigragadiv p {
        font-size: 14px;
        text-align: center;
    }

    .driverbatadiv {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }

    .drivbata {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .drivbatalft {
        flex-direction: column;
        height: auto;
    }

    .drivericon {
        width: 100%;
        height: auto;
        padding: 8px 5px;
        font-size: 14px;
    }

    /* Footer */
    .Page5 {
        padding: 20px 10px 10px;
        min-height: auto;
        margin-top: 30px;
        background-image: none;
        background-color: #1e2a3a;
    }

    .fcarlogo {
        width: 40%;
        height: 100px;
        margin: 10px auto;
    }

    .f-ourjourney {
        flex-direction: column;
        gap: 15px;
        margin: 10px auto;
    }

    .fyjor {
        width: 100%;
    }

    .fyjor h1 {
        font-size: 22px;
    }

    .fyjor p {
        font-size: 16px;
    }

    .fyjor div {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .fyjor i {
        font-size: 20px;
    }

    .flastdiv {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
        margin: 10px auto;
    }

    .fot {
        width: 100%;
        min-width: unset;
    }

    .os {
        font-size: 20px;
    }

    .fot-sqr-div {
        padding: 5px;
    }

    .phonediv-1 {
        flex-direction: row;
        padding: 10px;
        flex-wrap: wrap;
    }

    .phoneiconidv {
        width: 35px;
        height: 35px;
    }

    .phicon {
        font-size: 18px;
    }

    .forenqdiv {
        font-size: 13px;
    }

    .phonediv-2 {
        font-size: 13px;
        padding: 8px;
    }

    .footerladtdiv {
        flex-direction: column;
        padding: 10px;
        gap: 3px;
    }

    .footl {
        width: 100%;
        font-size: 12px;
        padding: 4px;
        border: none !important;
    }

    .footl i {
        font-size: 14px;
        margin-right: 6px;
    }

    .page5 {
        background-image: none;
        background-color: #1e2a3a;
    }

    .imagediv {
        width: 100px;
        height: 100px;
        position: absolute;
        right: 5%;
        bottom: 5%;
        background-image: url("./picture/bg\ logo.png");
        background-color: red
    }
    .respimgdiv {
        width: 200px;
        height: 100px;
        /* background-color: yellow; */
        position: absolute;
        top: 10%;
        display: block;
    }
}

/* ===== MOBILE PORTRAIT (max-width: 480px) ===== */
@media (max-width: 480px) {
    body {
        padding: 0px 5px 5px 5px;
    }

    .nav {
        padding: 0px 10px;
        height: 55px;
    }

    .st h2 {
        font-size: 16px;
    }

    .exploreindia h1 {
        font-size: 28px;
    }

    .explore-p-tag {
        font-size: 15px;
    }

    .truckicon {
        font-size: 13px;
        width: 90%;
    }

    .button button {
        width: 90%;
        font-size: 14px;
    }

    .populor h1 {
        font-size: 24px;
    }

    .populor p {
        font-size: 14px;
    }

    .card {
        height: 300px;
    }

    .kum-div h2 {
        font-size: 18px;
    }

    .kum-div p {
        font-size: 14px;
    }

    .kum-div h3 {
        font-size: 16px;
    }

    .ourservice h1 {
        font-size: 24px;
    }

    .ourservice p {
        font-size: 14px;
    }

    .car h2 {
        font-size: 18px;
    }

    .car p {
        font-size: 14px;
    }

    .ourpackage h1 {
        font-size: 24px;
    }

    .ourpackage p {
        font-size: 14px;
    }

    .tariffonlytable table,
    .navigragadivtable table {
        font-size: 12px;
    }

    th,
    td {
        padding: 6px 4px;
        font-size: 11px;
    }

    .tariffonlydiv h1,
    .navigragadiv h1 {
        font-size: 18px;
    }

    .tariffonlydiv p,
    .navigragadiv p {
        font-size: 12px;
    }

    .drivericon {
        font-size: 12px;
    }

    .lasti {
        margin-right: 5px;
    }

    .fcarlogo {
        width: 50%;
        height: 80px;
    }

    .fyjor h1 {
        font-size: 18px;
    }

    .fyjor p {
        font-size: 14px;
    }

    .fyjor div {
        font-size: 12px;
    }

    .fyjor i {
        font-size: 18px;
        min-width: 24px;
    }

    .os {
        font-size: 18px;
    }

    .fot-item {
        font-size: 13px;
    }

    .fot-item span {
        font-size: 13px;
    }

    .ar {
        font-size: 14px;
        min-width: 16px;
    }

    .lc {
        font-size: 20px;
        min-width: 24px;
    }

    .phicon {
        font-size: 16px;
    }

    .forenqdiv {
        font-size: 12px;
    }

    .forenqdiv span {
        font-size: 13px;
    }

    .phonediv-2 {
        font-size: 12px;
    }

    .footl {
        font-size: 10px;
    }

    .footl i {
        font-size: 12px;
    }

    .page5 {
        background-image: none;
        background-color: #1e2a3a;
    }

    .imagediv {
        width: 100px;
        height: 100px;
        position: absolute;
        right: 5%;
        bottom: 5%;
        background-image: url("./picture/bg\ logo.png");
        background-color: red
    }
    .respimgdiv {
        width: 200px;
        height: 100px;
        /* background-color: yellow; */
        position: absolute;
        top: 10%;
        display: block;
    }
}

/* ===== VERY SMALL SCREENS (max-width: 360px) ===== */
@media (max-width: 360px) {
    .st h2 {
        font-size: 14px;
    }

    .exploreindia h1 {
        font-size: 22px;
    }

    .explore-p-tag {
        font-size: 13px;
    }

    .button button {
        font-size: 12px;
        height: 40px;
    }

    .populor h1 {
        font-size: 20px;
    }

    .card {
        height: 270px;
    }

    .kum-div h2 {
        font-size: 16px;
    }

    .kum-div p {
        font-size: 12px;
    }

    .kum-div h3 {
        font-size: 14px;
    }

    .ourservice h1 {
        font-size: 20px;
    }

    .ourpackage h1 {
        font-size: 20px;
    }

    .tariffonlydiv h1,
    .navigragadiv h1 {
        font-size: 16px;
    }

    th,
    td {
        padding: 4px 2px;
        font-size: 10px;
    }

    .page5 {
        background-image: none;
        background-color: #1e2a3a;
    }

    .respimgdiv {
        width: 200px;
        height: 100px;
        /* background-color: yellow; */
        position: absolute;
        top: 10%;
        display: block;
    }
}