/*strat*/
   <style>
        body {
            margin: 0;
            padding: 0;
        }

        .hero-section {
            background: url('../assets/image/somnathtemple3.jpg') no-repeat center center;
            background-size: 100% 100%; 
            min-height: 400px;
            padding: 80px 0;
            position: relative;
        }

        .hero-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.0);
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 0;
        }

        .text-content {
            color: white; 
        }

        .text-content h1 {
            font-size: 40px;
            font-weight: bold;
        }

        .text-content p {
            font-size: 17px;
            margin-bottom: 10px;
        }
        
        .form-section {
            padding: 10px 0; 
            background-color: #f8f8f8; 
        }

        .booking-form-wrapper {
            background: rgba(255, 255, 255, 1); 
            padding: 30px;
            margin-top: 7%;
            border-radius: 10px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            color: #333;
        }

        .booking-form input,
        .booking-form select {
            width: 100%;
            padding: 10px 15px;
            font-size: 15px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }

        .booking-form button {
            width: 100%;
            padding: 12px;
            font-weight: bold;
            background-color: #ffa500;
            border: none;
            border-radius: 5px;
            color: white;
            font-size: 16px;
        }

        .booking-form button:hover {
            background-color: #e69500;
        }

        @media (min-width: 992px) {
            .hero-section {
                min-height: 500px; 
            }
            
            .booking-form-wrapper {
                background: rgba(0, 0, 0, 0.4); 
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            }
            
            .form-section-desktop {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                width: 50%; 
                padding-right: 15px; 
            }
            
            .form-section {
                display: none;
            }
            
            .hero-section .row {
                align-items: center;
            }
            
            .hero-section .text-content {
                padding-right: 15px;
                max-width: 50%;
            }
        }
        
        @media (max-width: 991px) {
            .form-section-desktop {
                display: none;
            }
            
            .form-section {
                display: block;
            }
        }
  /*taxi*/
    #our-taxi {

             padding-top: 10px;}
         @media(max-width:1199px) {
             #abtimg {
                 margin-top: -30px;
             }
             .abtp {
                 margin-top: -40px;
             }
             .abtp {
                 margin-top: 40px;
             }
         }
         @media(min-width:768px) {

             .abtp {
                 margin-top: 30px;   }
         }
         @media(max-width:768px) {

             .abtp {
                 margin-top: -40px;
             }

             #bookyourtaxiride {
                 padding-bottom: 0px;
             }

             #our-taxi {
                 padding-top: 0px;
             }
             h4 {
                 font-size: 19px;
             }
         }
         /*somnath pages*/
  .somnath-service{
    padding:80px 5%;
    background:#fff;
}

.somnath-service .container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.section-tag{
    color:#f5a000;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:40px;
    color:#1e2430;
    margin:15px 0;
    line-height:1.2;
}

.section-title p{
    color:#666;
    line-height:1.8;
}

.service-list{
    margin:25px 0;
    padding:0;
    list-style:none;
}

.service-list li{
    margin-bottom:12px;
    color:#333;
}

.service-list li:before{
    content:"✓";
    color:#f5a000;
    font-weight:bold;
    margin-right:10px;
}

.service-btn{
    display:inline-block;
    background:#f5a000;
    color:#fff;
    padding:14px 30px;
    text-decoration:none;
    font-weight:600;
    border-radius:4px;
}
@media(max-width:768px){

    .somnath-service .container{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:30px;
    }

    .service-grid{
        grid-template-columns:1fr;
    }

}

/*new section why-choose*/
.why-choose{
    padding:80px 5%;
    background:#f8f9fb;
}

.section-title{
    max-width:800px;
    margin:auto;
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    color:#f5a000;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}
.why-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.why-card{
    background:#fff;
    padding:30px 25px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-8px);
    border-bottom:4px solid #f5a000;
}
.why-card h3{
    color:#1e2430;
    margin-bottom:12px;
}

.why-card p{
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){
    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .why-grid{
        grid-template-columns:1fr;
    }

   
}
/*Popular Routes*/

.popular-routes{
    padding:80px 5%;
    background:#fff;
}
.routes-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.route-card{
    background:#fff;
    border:1px solid #eee;
    padding:22px;
    border-radius:12px;
    text-align:center;
    font-weight:600;
    color:#1e2430;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    transition:.3s;
}

.route-card strong{
    color:#f5a000;
    margin:0 10px;
    font-size:20px;
}

.route-card:hover{
    background:#f5a000;
    color:#fff;
    transform:translateY(-5px);
}

.route-card:hover strong{
    color:#fff;
}

.route-bottom{
    text-align:center;
    margin-top:40px;
}

.route-bottom p{
    color:#555;
    margin-bottom:25px;
}

.route-btn{
    display:inline-block;
    background:#f5a000;
    color:#fff;
    padding:14px 35px;
    text-decoration:none;
    border-radius:5px;
    font-weight:600;
}

@media(max-width:991px){
    .routes-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .routes-grid{
        grid-template-columns:1fr;
    }

   
}

/*local sight*/

.sightseeing-section{
    padding:80px 5%;
    background:#f8f9fb;
}

.sightseeing-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.spot-card{
    background:#fff;
    text-align:center;
    padding:30px 20px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    transition:.3s;
}

.spot-card:hover{
    transform:translateY(-6px);
    border-bottom:4px solid #f5a000;
}

.spot-icon{
    width:65px;
    height:65px;
    margin:auto;
    margin-bottom:15px;
    border-radius:50%;
    background:#fff4d8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.spot-card h3{
    font-size:18px;
    color:#1e2430;
    margin:0;
}

.highlight{
    background:#f5a000;
}

.highlight h3{
    color:#fff;
}

.highlight .spot-icon{
    background:#fff;
}

.tour-note{
    text-align:center;
    margin-top:40px;
}

.tour-note p{
    color:#666;
    margin-bottom:20px;
}

.tour-btn{
    display:inline-block;
    padding:14px 35px;
    background:#f5a000;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-weight:600;
}

@media(max-width:991px){
    .sightseeing-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .sightseeing-grid{
        grid-template-columns:1fr;
    }
}
