 *{
          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;
        --heading-h2: #d35400; 
      }

    .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)
    }



/* spritual section */
.about-row{
 max-width: 100%;
  width: 100%;
  max-width: 100%;
    /* background: #F8F8F6; */
  padding: 50px 50px;
       
}
    
.about-intro{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top:50px;
    
}
.about-intro h1{
  font-size: 50px;
  color: rgb(231, 109, 22);
  text-align: center;
  line-height: 1.2;
  font-family: 'Georgia', 'Times New Roman', serif;  /* example */
}
   
.about-intro p{
  text-align: justify;
    font-size: 19px;
    line-height: 30px;
    color: var(--paragraph);
    margin: auto;
     text-justify: inter-word;   
}

.unique-features {
    margin-top: 25px;
   
}
.unique-features h2{
    
      color: var(--paragraph);
    font-weight: 800;
  
}

.unique-features ul li{
     text-align: justify;
    font-size: 19px;
    line-height: 30px;
    color: var(--paragraph);
    margin: auto;
    letter-spacing: 0.5px;
    text-justify: inter-word;   
}
.about-conclusion p{
     text-align: justify;
    font-size: 19px;
    line-height: 30px;
    color: var(--paragraph);
    margin: auto;
}


    /* 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;
      }
    /* intro section */

    .intro-row{
      gap: 50px;
      padding: 30px 30px;
    }
    .intro-left{
      flex-basis: 100%;
    }
      .intro-left h1{
      font-size: 40px;
    }
   
   
    .intro-right img{
      width: 100%;
    }
    
/*    .about-intro p{*/
/*  text-align: left;*/
    
/*}*/
    
/*    .unique-features ul li{*/
/*     text-align: left;*/

/*}*/
   
    }



    /* 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;
    }



