* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* HEADER */
.header {
  
    background: linear-gradient(180deg, rgb(2, 40, 2), rgb(7, 87, 7));
    color: white;
    padding: 10px 30px;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
}

h1 {
    font-size: 24px;
    font-style: italic;
}

.logoalint{
  width: 200px;
  height: 60px;
}
.nabaling {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 500;
}

.nabaling:hover {
    text-decoration: underline;
    transition: all 0.7s ease;
}

/* HERO */
.hero{
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  box-sizing: 0px 0px 10px 0px;
}

.hero img{
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease;
}

.hero img.active{
  opacity: 1;
}

.book_box{
  width: 900px;
  height: 45px;
  margin: auto;
  border: 1px solid;
  border-radius: 40px;
  align-content: center;
  border: 0;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;      /* image এর উপরে */
  display: flex;
}


.abox{
  background: linear-gradient(90deg, #f7f7f7, #e9e7e1);
  width: 24%;
  height: 100%;
  border: 1px solid;
  float: left;
  border-radius: 40px 0px 0px 40px;
  text-align: center;
  align-content: center;
  padding: 3px;
}

.abox:hover{
    background: linear-gradient(90deg,#d1e9ad, #cac6c6);
    border: 1px solid;
    border-color: #b3ae99;
  }

.abox1{
  background: linear-gradient(90deg, #f7f7f7, #f0efe9);
  width: 24%;
  height: 100%;
  border: 1px solid;
  float: left;
  text-align: center;
  align-content: center;
  padding: 3px;
  margin-left: 2px;
}

.abox1:hover{
    background: linear-gradient(90deg,#b3ae99, #cac6c6);
    border: 1px solid;
    border-color: #b3ae99;
  }

.abox2{
  background: linear-gradient(90deg,#f6f0d6, #f7f7f7);
  width: 24%;
  height: 100%;
  border: 1px solid;
  float: left;
  border-radius: 0px 40px 40px 00px;
  text-align: center;
  align-content: center;
  padding: 4px;
  margin-left: 2px;
}
.abox2:hover{
    background: linear-gradient(90deg,#b3ae99, #cac6c6);
    border: 1px solid;
    border-color: #b3ae99;
  }


.appalint{
  text-decoration: none;
  font-size: 15px;
  color: black;
  padding: 30px 10px;
  font-weight: 600;
}

.abox:hover{
    background: linear-gradient(90deg,#b3ae99, #cac6c6);
  }

.appalint:hover{
    color: rgb(245, 12, 12);
    transition: all 0.5s ease;
}

h4{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid;
  float: right;
  margin-right: 2px;
  text-align: center;
  align-content: center;
}

.section_1{
  width: 100%;
  height: 450px;
  border: 1px solid;
  border: 0;
}

.head{
  width: 90%;
  height: 40px;
  border: 1px solid;
  align-content: center;
  font-size: 25px;
  font-weight: 700;
  margin: auto;
  margin-top: 50px;
  border-color: white;
  font-style: italic;
}

.head_text{
  width: 90%;
  height: 70px;
  border: 1px solid;
  align-content: center;
  margin: auto;
   margin-top: 20px;
   border-color: white;
   font-style: italic;
   
}
.drsection{
  width: 90%;
  height: 40px;
  border: 1px solid;
  padding-left: 50px;
  align-content: center;
  margin: auto;
  margin-top: 20px;
  border-color: white;
}
.book_box_1{
  width: 900px;
  height: 45px;
  margin: auto;
  border: 1px solid;
  border-radius: 40px;
  align-content: center;
  border: 0;
  margin-top: 10px;
}




.section_2 {
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.slide {
  display: flex;

}

.drdetiels {
    min-width: 80%;
    height: 450px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px;
    padding: 40px;
}

.drphoto{
  width: 100%;
  height: 100%;
  float: left;
}
.imagebox {
    width: 40%;
    float: left;
    overflow: hidden;
}

.drimg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.des {
    width: 600px;
    height: 70%;
    float: left;
    padding: 10px;
    line-height: 25px;
    font-size: 17px;
    border: 1px solid;
    margin-left: 10px;
    border-color: white;
    font-style: italic;
}

.des_btn {
    width: 60%;
    height: 50px;
    text-align: center;
    border: 1px solid;
    color: black;
    float: inline-end;
    margin-top: 30px;
    border: 0;
}


.dralint{
  width: 40%;
  height: 100%;
  border: 1px solid;
  float: left;
  margin-left: 10px;
  text-align: center;
  align-content: center;
  padding: 8px;
  border-radius: 40px;
  text-decoration: none;
  color: black;
  transition: all 0.7s ease;
  font-weight: 600;
}

.dralint:hover{
  background-color: #0d758a;
  color: white;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(10,66,117,0.8);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}

.prev { left: 10px; }
.next { right: 10px; }

.Gallary{
    width: 100%;
    height: 500px;
    border: 1px solid;
    padding: 20px;
    border: none;
}
.g_box_new{
    width: 100%;
    height: 400px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 20px;
    overflow: hidden;
}
.g_box{
    width: 100%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 20px;
    overflow: hidden;
}

.g_imagebox {
    width: 226px;
    height: 200px;
    float: left;
    margin:5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.g_imagebox:hover {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    transform: scale(1.05); /* slightly zoom on hover */
    border-color: #f5f6f7;
}

.g_imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
}

.modal-content {
    display: block;
    margin: 5% auto;
    width: 80%;
    max-width: 1200px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.g_box{
    width: 100%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 20px;
    overflow: hidden;
}

/* Individual Image Box */
.g_imagebox {
    width: 226px;
    height: 200px;
    float: left;
    margin:5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.g_imagebox:hover {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    transform: scale(1.05);
    border-color: #f5f6f7;
}

.g_imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
    text-align: center;
    padding-top: 50px;
}

/* Modal Image */
.modal-content {
    display: inline-block;
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
}

/* Cancel Button */
.cancel-btn {
    display: inline-block;
    padding: 10px 35px;
    font-size: 18px;
    background-color: #f5f3f2; /* Red color */
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.4s ease;
}

.cancel-btn:hover {
    background-color: #e2d009;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

/* Clear floats */
.g_box::after {
    content: "";
    clear: both;
    display: table;
}

.info{
  background-color: #0d758a;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 60px;
    overflow: hidden;
    border: 0;
}

.info_left{
    width: 60%;
    height: 100%;
    float: left;
    border: 1px solid;
      border: 0;
}
.info_right{
    width: 40%;
    height: 100%;
    float: left;
    border: 1px solid;
      border: 0;
}

.head_box{
  width: 100%;
  height: 40px;
  border: 1px solid;
  align-content: center;
  font-size: 16px;
  margin: auto;
  font-style: italic;
  color: white;
    border: 0;

  
}

.head_box_text{
  width: 100%;
  height: 50px;
  border: 1px solid;
  font-style: italic;
  color: white;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 20px;
    border: 0;

}

input.inputalint{
  background: transparent;
  width: 45%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid;
  border-color: white;
  color: white;
  font-size: 20px;
  font-style: italic;
  padding-left: 10px;
  font-weight: 700;
}

input::placeholder{
    color: white;
}

.sbtn{
  background-color: #e2d009;
  width: 45%;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  border-radius: 6px;
}

.sbtn:hover{
  background-color: #0d758a;
  border: 1px solid;
  border-color: #e2d009;
}

.g_img1{
    width: 85%;
    height: 100%;
    border-radius: 20px;
    margin-left: 40px;
}

.media{
  width: 100%;
  height: 400px;
  border: 1px solid;
  padding: 15px;
  border: 0;
}

.med_box{
  width: 225px;
  height: 350px;
  border: 10px solid;
  border-radius: 10px;
  float: left;
  margin: 10px;
  border-color: #b3ae99;
}

.address{
  width: 100%;
  height: 400px;
  background-color: #e1f5f9;
  border: 1px solid;
  border: 0;

}

.help{
  width: 100%;
  height: 21%;
  border: 1px solid;
   border: 0;
}

.helpbox{
  background-color: #0d758a;
  width: 250px;
  height: 80px;
   border: 1px solid;
  float: right;
  margin-right: 100px;
  align-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
   border: 0;
}

.add_img{
    width: 15%;
    height: 100%;
    margin-left: 5px;
    padding: 10px;
    border: 0;
}
.add_box{
  width: 100%;
  height: 79%;
  border: 1px solid;
  margin: auto;
  padding: 40px;
  border: 0;
   
}
.add_mid{
  width: 33%;
  height: 100%;
  border: 1px solid;
  float: left;
  border: 0;
  border: 0;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.add_left{
  width: 33%;
  height: 100%;
  border: 1px solid;
  float: left;
  border: 0;
  border: 0;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.add_right{
  width: 33%;
  height: 100%;
  border: 1px solid;
  float: left;
  border: 0;
  transition: box-shadow 0.4s ease, transform 0.4s ease;

}

h3{
  width: 90%;
  text-align: center;
  background-color: #e2d009;
  padding: 5px;
  margin: auto;
}

.loc{
  width: 100%;
  height: 90%;
  padding: 20px;

}


.add_mid:hover{
  box-shadow: 0px 8px 25px rgba(0,0,0,0.25);
  transform: scale(1.02);
}


p{
  width: 90%;
  padding: 17px;
  align-content: center;
}

.footer{
  width: 100%;
  height: 50px;
  background-color: #c1e6ee;
  border: 1px solid;
  align-content: center;
  padding-left: 10px;
   border: 0;
   text-align: center;
}