 *{
          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;
        --heading-h2: #d35400; 
        --paragraph-p:#153D48;
        
      }
      
      
    .navbar{
        padding-inline: 100px;
       
      }
      .navbar-brand img{
        width: 180px;
        border: none;
        outline: none;
      }
      
        .navbar-brand a{
    
        border: none;
        outline: none;
      }
      .collapse{
        padding-left: 100px;
      }
      .navbar-nav{
        gap: 35px;
      }
    .collapse ul li a{
      color: #153D48;
      transition: color 0.5s;
      font-size: 17px;
      font-weight: 500;
    }
    .collapse ul li a:hover{
        color: rgb(10, 110, 181)
    }


  /* banner section */

  .bannerSection{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin-top:70px;
    display: inline-block;
    position: relative;
  }
  

  .bannerSection img{
    width: 100%;
    height: 300px;
    display: block; 
  }



  .bannerSection .img-text{
     transform: translate(-50%, -50%);
    position: absolute;
    top:50%;
    left:50%;
  }
  .bannerSection .img-text h1{
    color: #FFFFFF;
    font-weight:900;
    font-size: 50px;
   font-family: 'Playfair Display', serif;
  }

    
/* spritual section */

    
   
    .spiritual-tours{
      max-width: 100%;
      margin-top:40px;
      margin-inline: 100px;
    }

  

     .spiritual-tours .package-info h2{
        text-align: center;
        color: var(--heading-h2);
        font-size: 30px;
     }
    .spiritual-tours .package-info p{
        font-size: 18px;
        margin-top: 20px;
        color: var(--paragraph-p);
        text-align: center;
        line-height:1.7;
    }

   

    .spiritual-tours .itinerary-info h3{
        margin-top: 50px;
      
      
    }
    .spiritual-tours .itinerary-info h3 strong{
          color: #FFFFFF;
          background-color: rgb(1, 1, 26); 
          padding:6px 8px;
          width: 20%;
          border-radius: 50px;
          text-align: center;
    }
    .spiritual-tours .itinerary-info h3 span{
        color: var(--paragraph-p); 
    }

    .itinerary-details{
      justify-content: left;
      color:var(--paragraph-p);
      margin-top: 40px;
      line-height: 2.0;
      font-size: 18px;
      flex-basis: 70%;
     }



    .itinerary-details p{
    display: flex;
    padding-left: 15px;
    margin-bottom: 10px;
    }

    .itinerary-content{
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
    }
    .iti-contentimg-img{
     
      margin-top: 40px;
      width: 370px;
      height: 270px;
      border-radius: 50%;
       box-shadow: 0px 0px 8px 7px #d5d5d5 ;
    
    }
    .iti-contentimg-img img{
      width: 370px;
      height: 270px;
      border-radius: 50%;
      object-fit: cover;
       box-shadow: 0px 0px 8px 7px #d5d5d5 ;
    }
   
     
 


    /* 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;
      }


    .spiritual-tours{
      margin-inline: 10px;
     
    }
    .spiritual-tours .package-info h2{
        text-align: center;
        color: var(--heading-h2);
        font-size: 23px;
     }

    .spiritual-tours .itinerary-info h3{
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-inline: 10px;
     }

    .spiritual-tours .itinerary-info h3 strong {
       font-size: 20px;
    }
    .spiritual-tours .itinerary-info h3 span {
       font-size: 18px;
    }

  .itinerary-details{
      flex-basis: 100%;
     }
    
    .itinerary-content{
      flex-direction: column;
    }

    .iti-contentimg-img{
      width: 320px;
      height: 250px;
    }
    .iti-contentimg-img img{
      width: 320px;
      height: 250px;
  
    }
   
     
/* footer */
    footer .footer-container{
      gap: 35px;
    }

    .footer-container div{
      flex-basis:100%;
    }
  
    .feature-payment img{
      width: 40%;
    }

    }



 .tabs button {
    padding: 5px 10px;  
    border: none;
    background: none;
    font-size: 20px;
    color: var(--footer-color);
    display: inline-block;  
    cursor: pointer;
}

.tabs button.active {
    font-weight: bold;
    border-bottom: 2px solid var(--footer-color);  /* underline */
}




    /* 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: #f7efd7; */
      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;
    }

