 *{
          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-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: var(--paragraph);
      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%;
      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 0px;
    }

    .intro-row{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 70px;
    }
    .intro-left{
      flex-basis: 50%;
    }
     .intro-right img{
      width: 350px;
      height: 400px;
      border-radius: 4px;
      filter: drop-shadow(0 4px 6px rgba(74, 69, 159, 0.3));
    }

    .intro-left h1{
      font-size: 50px;
      color: rgb(231, 109, 22);
    }
     .intro-left p{
      text-align: justify;
      font-size: 19px;
      line-height: 30px;
      color: var(--paragraph);
     }


/* spritual section */

    
   
    .spritualrow{
      max-width: 100%;
      margin-top: 40px;
    }

    .spritualtemple{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 2%;
      margin-bottom: 35px;
      padding: 20px 20px;
    }

    .spritualimg{
      flex-basis: 16%;
      text-align: center;
      height: 350px;
      width: 300px;
      overflow: hidden;
      border-radius: 10px;
      padding: 10px;
      box-shadow: 0px 0px 8px 7px #d5d5d5 ;
    }

    .spritualimg img{
      width: 100%;
      height: 85%;
      display: block;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .spritualimg a{
      text-decoration: none;
      padding: 8px;
     color: var(--paragraph);
      font-weight: bold;
      font-size: 18px;
    }

/* attractions wrapper */
     .spritualrow .attraction-heading{
      text-align: center;
     }

      .spritualrow .attraction-heading h2{
        font-size:40px ;
        margin-bottom: 20px;
         color: rgb(231, 109, 22);
      }

      .spritualrow .attraction-heading h4{
        font-size:28px;
        font-weight: 500;
        color: var(--paragraph);
      }
       .spritualrow .attraction-heading h4 span {
      color: #d35400;  
      font-weight: bold;
    }
    
    /* discover canels  */

    .discover-canels{
      max-width: 100%;
      margin: auto;
      overflow-x: hidden;
      margin-top: 50px;
    }
     .discover-canels .canels-img{
      display: inline-block;
      position: relative;
      width: 100%;
     }
    .discover-canels .canels-img img{
      height: 300px;
      width: 100%;
      display: block;
      filter: brightness(50%) sepia(10%) hue-rotate(10deg);
    }

    .canels-img .img-text{
      position: absolute;
      color: white;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

     .canels-img .img-text h2{
      font-size: 35px;
      font-weight: 900;
      text-shadow: 4px 2px 10px rgb(145, 146, 149);
     }

      .canels-img .img-text p{
      font-size: 20px;
      text-shadow: 2px 2px 10px rgb(133, 130, 130); 
      }

      /* services section */

    .services-row{
      max-width: 100%;
      margin-top: 40px;
    
    }
    .services-row .services-heading{
       text-align: center;
    }
  .services-row .services-heading h2{
   color: var(--paragraph);
    font-weight: 800;
  }
    .services-row .services-heading h2 span {
      color: #d35400;  
     font-weight: 800;
    }

    .services-items{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 2%;
      margin-bottom: 35px;
      padding: 20px 20px;
    }

    .services-items .service-card{
      flex-basis: 14%;
      text-align: center;
      height: 180px;
      width: 350px;
      overflow: hidden;
      border-radius: 10px;
      border: 1px solid #958c8c; 
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        
    }


    .services-items .service-card img {
      height: 100px;   
      width: auto;     
      display: block;
      margin: 10px auto;    
    }

    .service-card a{
      text-decoration: none;
      padding: 8px;
      color: var(--paragraph);
      font-weight: bold;
      font-size: 16px;
      text-transform:uppercase;
     
    }
    

    /* 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%;
    }

     /* spritual section */
      .spritualtemple{
        gap: 25px;
      }

       .spritualimg {
       flex: 1 1 calc(50% - 15px); /* 2 images per row */
     
      }

    .spritualimg:last-child {
    flex: 1 1 100%; /* last image full width */
    height: 500px;
    }
    .services-items{
      flex-wrap: wrap;
    }
    .services-items .service-card{
      flex-basis: 46%;
      margin: 1%;
    }


    /* discover section */

    
    .canels-img .img-text{
      top: 50%;
      width: 90%;
    }
    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;
    }


