
      *{
          padding: 0;
          margin: 0;
          box-sizing: border-box;
      }
      
      html, body {
         width: 100%;
        overflow-x: hidden;
        
    }

      :root{
        --footer-color: rgb(1, 1, 26);
        --footer-heading:#FFFFFF;
        --footer-link:#BBBBBB;
        --footer-paragraph:#BBBBBB;
       --paragraph:#153D48;
      }

  
    .navbar{
        padding: auto;
        padding-left:63px;
        width: 100%;
        max-width: 100%;
        
      }
       .navbar-brand img{
        width: 170px;
        border: none;
        outline: none;
      }
      
        .navbar-brand a{
    
        border: none;
        outline: none;
      }

      .collapse{
        padding-left:60px;
         
      }
      .navbar-nav{
        gap:10px;
      
      }
    
    .collapse ul li a{
      color: var(--paragraph);
      transition: color 0.5s;
      font-size: 16px;
      font-weight: 500;
    }
    .collapse ul li a:hover{
        color: rgb(10, 110, 181)
    }


/* banner section */
    .BannerSection{
      width: 100%;
      max-width: 100%;
      margin: auto;
      overflow-x: hidden;
    margin-top: 80px;
    }

    .BannerSection img{
      width: 100%;
      height: auto;
      height: 450px;
     
    }
/* intro section */
    .intro{
       width: 100%;
      max-width: 100%;
      background: #F8F8F6;
      padding: 50px 70px;
      
    }

    .intro-row{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      /* border: 1px solid; */
    }

     .intro-row h1{
        font-size: 50px;
        color: rgb(231, 109, 22);
        text-align: center;
        line-height: 1.2;
        font-family: 'Georgia', 'Times New Roman', serif;  
     }

    .intro-row p{
      text-align: justify;
      font-size: 18px;
      line-height: 1.6;
      color: var(--paragraph);
      
     }

/* attraction */
.attractions{
    padding: 0 70px 0 70px;
    line-height: 1.6;
}

.attractions h2{
    font-size: 25px;
    color:var(--paragraph) ;
    font-weight: bold;
}

.attractions ul{
    font-size: 18px;
    color:var(--paragraph) ;
  
}

.attractions ul li{
  text-transform: capitalize;
}

/* spritual section */

    
   
    .spritualrow{
      max-width: 100%;
      margin-top: 40px;
       padding: 0 70px 0 70px;
       text-align: center;
        /* background: #F8F8F6; */
    }

    .spritualtemple{
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 2%;
      margin-top: 20px;
    }

     .spritualrow h2{
        font-size:35px;
        color: rgb(231, 109, 22);
        text-align: center;
        line-height: 1.2;
        font-family: 'Georgia', 'Times New Roman', serif;  /* example */

     }

    .spritualimg{
        flex-basis:35%;
    }

    .spritualimg img{
      width: 100%;
      /* height: auto; */
      height: 350px;
      border-radius:10px ;
    } 


    .spritual-info{
        flex-basis:55%;
        text-align:justify;
        /* border: 1px solid; */
        font-size: 18px;
        color: var(--paragraph);
         line-height: 1.6;
    }




    /* footer */

    footer{
      background-color: var(--footer-color);
      margin-top: 50px;
      padding-top: 50px;
    }

    footer .footer-container{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 3%;
      padding: 40px 20px;
     align-items: flex-start;
     
    }
    .footer-container h2{
      color: var(--footer-heading);
      font-size: 23px;
      margin-bottom:40px ;
    }

     .footer-container p{
      color: var(--footer-paragraph);
     }

 
    .footer-container div{
       font-weight: 500;
       
    }

    .feature-cirtificate{
      flex-basis: 20%;
    }

    .feature-address{
      flex-basis: 20%;
    }

    .feature-address .delhi-office {
      margin:20px 0px 10px 0px;
    }

    .feature-payment{
      flex-basis: 20%;
      display: flex;
      flex-direction: column;
    }

  

    .feature-payment img{
      width: 65%;
      padding-bottom: 15px;
    }

    .feature-trending{
      flex-basis: 20%;
      
    }
    .feature-trending  li{
      list-style-type: none;
    }
     .feature-trending  li a{
      text-decoration: none;
      color: var(--footer-link);
    }

  
      .feature-trending .destination h2{
       margin: 20px 0px 10px 0px ;
       
      }
 


      @media screen and (max-width:768px){
        .navbar{
        padding-inline: 10px;
      }

       .collapse{
        padding-left:0px;
      }
      .navbar-nav{
        gap: 0px;
      }

      /* banner */
      .BannerSection img{
      width: 100%;
      height: auto;
      height:300px;
     
    }
 

    /* intro section */
    .intro{
      padding:40px 20px;
    }

     .intro-row h1{
        font-size:30px; 
     }

   .attractions{
    padding: 0 20px 0 20px;
}

  .spritualrow{
       padding: 0 20px 0 20px;
       text-align: center;
       
    }

     .spritualrow h2{
        font-size:25px;
     }

  .spritualtemple{ 
      flex-direction:column;
        margin-top:0px;
        /* border: 1px solid; */
        padding-top: 0;
    }

    
    .spritual-info{
        padding-top: 30px;
    }
   
   
  

     .spritualimg img{
      /* height: auto; */
      height: 300px;
    } 

  

    /* discover section */

    
    footer .footer-container{
      gap: 35px;
    }

    .footer-container div{
      flex-basis:100%;
    }
  
      

    .feature-payment img{
      width: 40%;
  
    }

   
    }



    /* form */
    
       .open-btn{
        padding: 10px 20px;
        background: #ff5e00;
       color: white;
       font-size: 16px;
       border: none;
       border-radius: 6px;
       cursor: pointer;
       }

       .open-btn:hover{
        background: #e54d00;
       }

       
       .modal{
        position: fixed;
        top: 0;left:0;
        width:100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999; 
        padding: 10px;
       }

       .modal-content{
        background: #fdf8ee;
        padding: 20px 30px;
        border-radius: 10px;
        width: 100%;
       max-width: 600px;
        position: relative;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        animation: popup 0.3s ease;
      justify-content: center;
      align-items: center;
    
       }



       @keyframes popup {
        from{transform: scale(0.8); opacity: 0;}
         to { transform: scale(1); opacity: 1; }
       }

       .close {
      position: absolute;
      top: 15px; right: 20px;
      font-size: 24px;
      cursor: pointer;
      color: #555;
    }

      /* Title */
    .modal-title {
      text-align: center;
      font-size: 25px;
      color: #d8013b;
      margin-bottom: 20px;
      font-weight: bold;
    }

    /* form */
    .tour-form{
      display: flex;
      flex-direction: column;
      gap: 15px;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

  .form-row {
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: center;   
    width: 100%;
}

    .form-row i{
      color: #d8013b;
      font-size: 20px;
      width: 20px;
     
    }

    input, textarea{
      flex: 1;
      padding:15px 10px;
      border: none;
      border-radius: 6px;
      background: #faedf1;
      font-size: 16px;
      font-weight: 500;
      outline: none;
      width: 100%;
    }


    .tour-form input,
.tour-form textarea {
  width: 90%;
  max-width: 500px;
}


    .submit-btn{
      width: 92%;
      background:  #d8013b;
      color: white;
      font-size: 18px;
      font-weight: 500;
      padding: 15px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-left: 30px;
      justify-content: center;
    }

    .submit-btn:hover{
      background: #962140;
    }


    /* video */
    .video-container{
        max-width: 100%;
        height: 400px;
        overflow: hidden;
        margin-top:50px;
    }
.video-container video{
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}



#statusMessage{
  margin-top: 10px;
  text-align: center;
  color: rgb(18, 2, 71);
  text-transform: uppercase;
}

