
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
.clr{
    clear: both;
}

:root{
    --primary-color:#24211f;
    /* --secondary-color:#064635; */
    --secondary-color:#283375;
    --third-color:#000;
    --background1-color:#f8831e;
    --background2-color:#eaf0f5;
    --text-color:#dfe7ed;
    --text-color1:#919296;
    --text-color2:#515151;
    --text-color3:#7f82af;
    --text-color4:#44525e;
    --text-color5:#ffffff;
    --btn-color:#f4a442;
    --btn1-color:#064635;
    --bor-color:#c7d5e1;


}

body{
    font-size: 100%;
        background-color: #f7f7f7 !important;
        /* overflow: hidden; */
        overflow-x: hidden;
        
    
}

/* .cursor {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    pointer-events: none; 
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
    z-index: 9999999;
} */

/* .ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(248, 131, 30, 0.8);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: ripple-animation 1s ease-out forwards;
    z-index: 999999;
    overflow: hidden;
}

@keyframes ripple-animation {
    0% {
        width: 20px;
        height: 20px;
        opacity: 1;
    }
    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
} */
.particle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(248, 131, 30, 0.8);
    border-radius: 50%;
    pointer-events: none;
    animation: fade-out 1s ease-out forwards;
    z-index: 99999;
}

@keyframes fade-out {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

P{
    margin-bottom: 0px !important;
}
h1{
    margin-bottom: 0px !important; 
}
h2{
    margin-bottom: 0px !important; 
}
h3{
    margin-bottom: 0px !important; 
}
h4{
    margin-bottom: 0px !important; 
}
h5{
    margin-bottom: 0px !important; 
}
h6{
    margin-bottom: 0px !important; 
}

html{
    font-size: 20px;
}

.container{
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 1366px !important;
}

.head {
    height: 20px;
}
/* .container1{
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 1220px !important;
} */

/* header{
    z-index: 999;
    position:fixed;
} */
.heade {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 0%;
    background-color: var(--text-color5);
    
}


nav{
    width: 100%;
    height: auto;
    background-color: transparent !important;
    border-radius: 8px;
    /* position: fixed;
    z-index: 999; */
   
}
/* .heade.sticky {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
    top: 0%;
  } */
  /* .heade.sticky .navbar-light .navbar-nav .nav-link{
    color: var(--text-color5) !important;
  } */

.navbar-expand-lg .navbar-collapse{
    justify-content: center !important;
}
.navbar-brand{
    padding: 0px !important;

}
.logo img{
    width: auto;
    height: 55px;
    /* margin-top: 0.7rem;
    margin-bottom: 0.7rem; */
}
.logo.btm img{
    width: 140px;
    height: auto;
}
/* .navbar{
    padding-top: 0.rem !important;
    padding-bottom: 0.0rem !important;
    
} */
.navbar-light .navbar-nav .nav-link{
    /* font-family: "Barlow" !important; */
    font-family: "Open Sans" !important;
    font-size: 69% !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--primary-color) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
    /* padding-top: 0.5rem !important;
    padding-bottom: 05rem !important; */
}

/* .navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary-color) !important;
} */
.rg-no p{
    /* font-family: "Barlow"; */
    font-family: "Open Sans";
    font-size: 75% ;
    font-weight: 500 ;
    text-transform: uppercase ;
    color: var(--text-color);
}
/* 
.head{
    height: 100px;
} */



#primary li {
    position: relative;
  }
  #primary li a {
    /* text-decoration: none; */
    /* padding: 5px 0; */
    /* font-family: "Khand", Sans-serif ; */
    /* font-size: 80%; */
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(   #204a63 100%); */
    /* background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out; */
  }
  #primary li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
  }
  #primary li a:hover {
    background-position: 0%;
  }
  #primary li a:hover:before {
    width: 100%;
  }

  .hpt-header-1-action, .hpt-header-2-action {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 0 48px;
}

  .hpt-menu-btn-2 {
    position: relative;
    width: 58px;
    height: 58px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    outline: 0;
    border: none;
    font-size: 25px;
    overflow: hidden;
}

.ban{
    width: 100%;
    height: 100%;
    position: relative;
    /* padding-top: 80px; */

}
  .ban-sec{
    position: relative;
    top: 170px;
    left: 6%;
    /* transform: translate(-50%, -50%); */

  }

  .title-npo{
     font-size: 168%;
    line-height: 56px;
    color: var(--primary-color);
    font-weight: 600;
    font-family: "Playfair", serif;
    
}

.title-npo span{
    color: var(--secondary-color);
    font-family: "Cinzel", serif;
     font-size: 130% !important;
   
}
  /* .whe{
    color: var(--primary-color);
    font-size: 75%;
    font-family: "Playfair", serif;
  }
  .lux{
    font-size: 120% !important;
    color: var(--secondary-color);
    font-weight: 800;
    font-family: "Cinzel", serif;
  } */
  .btn2 {
    width: auto;
    height: 60px;
    color: var(--text-color5);
    background-color: var(--btn-color);
    padding: 12px 22px;
    border: none;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    /* border-radius: 12px; */
}
.btn2:hover{
    background-color: var(--background1-color);
}
  .btn3 {
    width: auto;
    height: 60px;
    color: var(--text-color5);
    background-color: var(--secondary-color);
    padding: 12px 35px;
    border: none;
    font-weight: 500;
    border: 1px solid var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    /* border-radius: 12px; */
}
.btn3:hover{
    background-color: var(--background1-color);
    border: 1px solid var(--background1-color);
    color: var(--text-color5);
}
.btn7 {
    width: auto;
    height: 60px;
    color: var(--text-color5);
    background-color: transparent;
    padding: 12px 22px;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid var(--text-color5);
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
    /* border-radius: 12px; */
}
.btn7:hover{
    background-color: transparent;
    color: var(--background1-color);
    border: 1px solid var(--background1-color);
}
  .btn5 {
    width: auto;
    height: 60px;
    color: var(--text-color5);
    background-color: var(--btn-color);
    padding: 12px 22px;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    border:1px solid var(--background1-color);
    font-family: "Montserrat", sans-serif;
    display: block;
    margin: auto;
    margin-top: 40px;
}
a{
    text-decoration: none !important;
}
.btn5:hover{
    background-color: var(--background1-color);
}

.sula-mg{
    height: 800px !important;
    object-fit: cover;
}



  .ban1{
    width: 100%;
    height: auto;
    /* background-color: var(--background2-color); */
    background-color:  #f7f7f7;
    /* padding-top: 80px;
    padding-bottom: 80px; */
    position: relative;
  }
.mg-bn1{
    width: 80px;
    height: auto;
}
.title{
    font-size: 130%;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: var(--primary-color);
}
.sub-title-nw{
    color: var(--primary-color);
    font-size: 90%;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    /* text-align: center; */
}
.para{
    color: var(--text-color2);
    font-size: 80%;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
    font-family: "Montserrat", sans-serif;
}
.jh{
    color: var(--text-color5);
}
.blk{
    color: var(--primary-color) !important; 
}
.ban2{
    width: 100%;
    height: auto;
    background-color: var(--secondary-color);
    padding-top: 70px;
    padding-bottom: 70px;
}
.sub-head{
    color: var(--text-color5);
    font-size: 100%;
    text-transform: capitalize;
    font-family: "Playfair", serif;
    font-style: italic;
    /* text-align: center; */
}
.heading{
    color: var(--text-color5);
    font-size: 170%;
    text-transform: capitalize;
    /* text-align: center; */
    font-family: "Open Sans";
    font-family: "Cinzel", serif;
    padding-top: 10px;
    font-weight: 600;
}
.heading span{
    color: var(--secondary-color);
}
.img-fluid-mg {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.img-wrap {  
    overflow: hidden; 
  }

  .img-bn2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .8s ease-in-out;
  }
  .img-bn2:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

.img-bn2{
    width: 100%;
    height: 450px;
    object-fit: cover;
}


.card-one{
    width: 100%;
    height: auto;
    /* background: var(--primary-color); */
    border-radius: 30px;
    /* border: 1px solid var(--bor-color); */
    padding: 5px;
    text-align: center;
    color: var(--text-color5);
}
.card1:hover{
    box-shadow: 0 0 20px 0 rgba(13, 38, 60, .20);
}
.card-one h3{
    font-size: 50px;
}

button.owl-prev{
    color: var(--text-color5) !important;
    background-color: transparent !important;
}
button.owl-next{
    color: var(--text-color5) !important;
    background-color: transparent !important;
}
.ban3{
    width: 100%;
    height: auto;
    background-color: var(--background2-color);
    padding-top: 80px;
    padding-bottom: 80px;
}
.ban3-sec{
    display: flex;
    justify-content: space-between;
}
.grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

a.title{
    font-size: 75%;
}

a.title:hover{
    color: var(--primary-color);
}
.sub-title{
    color: var(--text-color2);
    font-size: 90%;
    font-weight: 500;
    margin: 5px 0px 0px 0px;
    font-family: "Montserrat", sans-serif;
}

.ban4{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--secondary-color);
}
.mid1{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--background2-color);
}
.mid1-mg{
   max-width: 100%;
   height: auto;
    opacity: 0.2;
    transition-duration: 0.3s;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.mid1-mg:hover{
    cursor: pointer;
    opacity: unset;
}
.rgt{
    text-align: right;
}


.mid2{
    width: 100%;
    height: auto;
    background-color: var(--background2-color);
}
.responsive-map{
    overflow: hidden;
    padding-bottom:115.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
    .accordion-button{
        background-color: transparent !important;
        font-size: 110%;
        font-weight: 600;
        color: var(--primary-color) !important;
        font-family: "Montserrat", sans-serif !important;
    }


    .accordion-button:not(.collapsed){
        color: var(--primary-color) !important;
        background-color: transparent !important;
        box-shadow: unset !important;
        font-family: "Montserrat", sans-serif !important;
    }
    .accordion-item{
        margin-bottom: 20px;
        background-color: transparent !important;
        border-bottom: 1px solid var(--text-color);
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }
    .accordion-button::after{
        background: var(--secondary-color);
        text-align: center;
        border-radius: 50%;
    }
    .accordion-button:not(.collapsed)::after{
        background-image: unset !important;
        content: '+' !important;
        position: absolute;
        left: 0px;
        top: 22px;
        font-size: 100%;
        color: var(--text-color5);
    }
    .accordion-button::after{
        background-image: unset !important;
        content: '\2212' !important;
        font-family: 'bootstrap-icons', sans-serif;
        position: absolute;
        left: 0px;
        top: 22px;
        font-size: 100%;
        color: var(--text-color5);
    }
    .accordion-button:focus{
        box-shadow: unset !important;
    }
    .tdt{
        color: var(--secondary-color);
        font-size: 80%;
        font-weight: 700;
    }
    .accordion-body{
        font-size: 80%;
        color: var(--text-color2);
        margin-left: 12px !important;
    }

    .mid3{
        width: 100%;
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: var(--secondary-color);
    }

    /*  */

    .img-wrapper {  
        position: relative; /* Required for positioning child elements */
        overflow: hidden; 
        width: 100%; /* Adjust as needed */
        height: 500px; /* Adjust as needed */
      }
      
      .inner-img {
        width: 100%; /* Make image responsive */
        height: 100%; /* Adjust to fit container */
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .8s ease-in-out !important;
        cursor: pointer;
      }
      
      .inner-img:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
      }
      
      .social-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 10px;
        opacity: 0; /* Initially hidden */
        transition: opacity 0.3s ease-in-out; /* Smooth fade-in */
        z-index: 1; /* Appear above the image */
      }
      
      .img-wrapper:hover .social-icons {
        opacity: 1; /* Show on hover */
      }
      
      .icon {
        background-color: var(--text-color5); /* Semi-transparent background */
        color: var(--background1-color);
        padding: 10px;
        border-radius: 50%;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .icon:hover {
        background-color: var(--background1-color); /* Add hover effect for the icons */
        color: var(--text-color5);
      }
      


    /*  */
    .mid4{
        width: 100%;
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: var(--text-color5);
        overflow: hidden;
    }
    .para-nw{
        color: var(--text-color1);
        font-size: 80%;
        font-weight: 500;
        margin: 5px 0px 0px 0px;
        font-family: "Montserrat", sans-serif; 
    }
    .para-nw:hover{
        color: var(--background1-color);
    }
    .card1{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .card1 img {
       
        width: 100%; /* Make the image fully responsive */
        object-fit: cover; /* Maintain aspect ratio */
    }

    .img-wrapper1 {  
        overflow: hidden; 
      }

      .inner-img1 {
        -webkit-transform: scale(1);
	    transform: scale(1);
	    -webkit-transition: .3s ease-in-out;
	    transition: .8s ease-in-out;
      }
      .inner-img1:hover {
        -webkit-transform: scale(1.3);
	    transform: scale(1.3);
      }






    .mid5{
        width: 100%;
        height: auto;
    }
    .green{
        background-color: var(--secondary-color) !important;
    }

    img.mg-m {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .form-label{
        font-size: 70%;
        font-weight: 600;
        color: var(--text-color5);
        font-family: "Montserrat", sans-serif;
    }
    .form-control{
        border-radius: 0px !important;
        border-color: var(--bor-color) !important;
        background-color: transparent !important;
        font-size: 80% !important;
        padding: .65rem .75rem !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-width: 2px !important;
      
    }
    /* .form-control::placeholder{
        color: var(--text-color5) !important;
    } */
    input[type="text"]{
        color: var(--text-color5) !important;
    }
    input[type="tel"]{
        color: var(--text-color5) !important;
    }
    input[type="email"]{
        color: var(--text-color5) !important;
    }
    textarea{
         color: var(--text-color5) !important;
    }
    
    .form-control:hover{
        border-color: var(--background1-color) !important;
    }
    .form-control:focus{
        box-shadow: unset !important;
    }
    .form-select{
        border-radius: 0px !important;
        border-color: var(--bor-color) !important;
        background-color: transparent !important;
        font-size: 80% !important;
        padding: .65rem .75rem !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-width: 2px !important;
        color: var(--text-color5) !important;
    }
    .form-select:hover{
        border-color: var(--background1-color) !important;
    }
    .form-select:focus{
        box-shadow: unset !important;
    }
    .sub{
        display: unset;
        height: 50px;
        margin-top: 20px;
        line-height: 20px;
    }

      footer{
        width: 100%;
        height: auto;
        background-color: var(--primary-color);
        padding-top: 80px;
        padding-bottom: 40px;
      }

      #primary1 li {
        position: relative;
      }
      #primary1 li a {
        /* text-decoration: none; */
        /* padding: 5px 0; */
        /* font-family: "Khand", Sans-serif ; */
        /* font-size: 80%; */
        position: relative;
        z-index: 1;
        -webkit-background-clip: text;
        /* -webkit-text-fill-color: transparent; */
        /* background-image: linear-gradient(   #204a63 100%); */
        /* background-size: 200% 100%;
        background-position: -100%;
        transition: all 0.3s ease-in-out; */
      }
      #primary1 li a:before {
        content: "";
        width: 0;
        height: 3px;
        bottom: 5px;
        left: 0;
        bottom: -3px;
        z-index: 0;
        position: absolute;
        background: var(--text-color5);
        transition: all 0.3s ease-in-out;
      }
      #primary1 li a:hover {
        background-position: 0%;
      }
      #primary1 li a:hover:before {
        width: 100%;
      }

      .logoft img{
        width: 240px;
        height: auto;
      }
      .foot-sec {
        display: flex;
        justify-content: space-between;
    }
    .foot-u{
        display: inline-block;
        
    }
    .foot-u li{
        display: inline-block;
    }
    .foot-u li a{
        color: var(--text-color5);
    }
    .foot-u li a:hover{
        color: #f4a442;
    }
    .foot-u .nav-link{
        font-family: "Open Sans" !important;
        font-size: 75% !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        color: var(--text-color5) !important;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .bor{
    width: 100%;
    height: 1px;
    background-color: var(--bor-color);
    margin-top: 20px;
    margin-bottom: 20px;
    }
      .foot-head{
        color: var(--text-color5);
        font-size: 110%;
        padding-bottom: 15px;
        font-family: "Montserrat", sans-serif;
      }
      .ft-ul{
        padding-left: 0px;
        padding-top: 10px;
      }
      .ft-ul li{
        display: flex;
        font-size: 80%;
        color: var(--text-color2);
        font-weight: 500;
      }
      .ft-ul li a{
        font-size: 90%;
        color: var(--text-color5);
        font-weight: 500;
        text-decoration: none;
        padding-top: 10px;
        font-family: "Montserrat", sans-serif;
      }
      .ft-ul li a:hover{
        color: var(--background1-color);
      }
      .icn i {
        text-align: center;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: var(--background1-color);
        border-radius: 50%;
        color:  var(--text-color5);
    }
    ul.social{
        display: flex;
        padding-left: 0px;
        margin-top: 15px;
        justify-content: start;
    }
    ul.social li{
        display: flex;
    }
    ul.social li a{
        color: var(--text-color5); 
        margin-right: 20px;
        font-size: 22px;
    }
    ul.social li a:hover{
        color: var(--background1-color); 
    }
    .h-para{
        font-size: 80%;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        color: var(--text-color5); 
    }

        .get{
            text-align: right;
            padding-bottom: 10px;
        }
        a.foot-head.get {
            text-align: right;
            justify-content: right;
            display: flex;
        }
        a.foot-head.get:hover{
            color: var(--background1-color);
        }





      /* .copy{
        width: 100%;
        height: auto;
        background-color: var(--text-color5);
        padding-top: 15px;
        padding-bottom: 15px;
      } */
      .copy{
        color: var(--text-color5);
        font-size: 80%;
        font-weight: 400;
        text-transform: capitalize;
        text-align: left;
        /* padding-top: 40px; */
      }


/* nhnh */



     

    /*  */

    .icn-box {
        background-color: var(--background1-color);
        width: auto;
        position: fixed;
        top: 50%;
        right: -74px;
        transform: rotate(270deg);
        z-index: 999;
        padding-left: 10px;
        padding-right: 10px;
    }
    .icn-box ul {
        margin-bottom: 0px;
        padding: 10px;
    }
    .icn-box ul li {
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
    }
    .icn-box ul li a {
        color: #ffffff;
        font-size: 90%;
    }


    /*  */


    /* canvas {
        display: block;
      transition: 1s transform;
    }
    
    canvas:hover {
      transform: scale(1.2);
    } */
    
    
    .imageContainer {
      position: relative;
      width: 100%;
      height: 555px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      max-width: 100%;
      filter: saturate(50%);
      transition: all ease 0.5s;
    }
    
    .imageContainer:hover {
      filter: saturate(100%)
    }
    
    
    .imageContainer > * {
      position: absolute;
      inset: 0;
      height: 100% !important;
      width: 100% !important;
      object-fit: cover;
    }

    .white{
        color: #fff;
    }
    /* .amenities-container { background-color: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }
    .amenities-container h2 { font-size: 24px; color: #333; margin-bottom: 20px; }
    .amenity-item { display: flex; align-items: start; margin-bottom: 15px; }
    .amenity-item i { color: #007bff; font-size: 20px; margin-right: 12px; }
    .amenity-item p { margin: 0; color: #555; } */

    .amenities-grid{
          display: grid;
            grid-template-columns: repeat(2, 1fr); 
            gap: 20px;
    }
    .amenity-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.3s;
  text-align: center;
}

.amenity-item:hover {
  background-color: #f0f4ff;
  transform: translateY(-5px);
}

.amenity-item i {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--background1-color);
  transition: color 0.3s;
}

.amenity-item:hover i {
  color: var(--secondary-color);
}

.amenity-item p {
      color: var(--text-color2);
    font-size: 70%;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
    font-family: "Montserrat", sans-serif;
}
.loct{
    text-align: end;
}

 /* testi */

 .test--sec{
    width: 100%;
    height: auto;
    background-color: var(--background2-color);
    padding: 20px;
    border-radius: 15px;
     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
 }

 .testi {
    width: 100%;
    height: auto;
    margin-top: 80px;
    background-color: var(--secondary-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px;
    padding-bottom: 80px;
  }
  
  .testi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/map-bg.png'); /* 🔁 Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3; /* adjust for overlay effect */
    z-index: -1; /* places the image behind the content */
  }
  .test-mg{
    width: 65px !important;
    height: 65px !important;
    border-radius: 50%;
  }
  .testi-txt{
    color: var(--white-color);
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
  }
  .ivt{
    color: var(--primary-color);
    font-size: 24px;
    /* padding-right: 15px; */
  }
  .txt-uy{
    text-align: left;
    font-size: 16px;
  }
  .flt{
    float: right;
    padding-right: 20px;
  }

  /* gallery */

  .gall-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 25px;
  margin-top: 40px;
}

        .video-grid {
            display: grid;
             grid-template-columns: repeat(2, 1fr); 
            gap: 20px;
            margin-top: 50px;
        }
        .video-item {
            background-color: #fff;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        .video-item:hover {
            transform: scale(1.02);
        }
        .video-item video {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .video-title {
            margin-top: 10px;
            font-size: 16px;
            color: #333;
        }

.abt-sec-grid{
     display: grid;
     grid-template-columns: repeat(2, 1fr); 
     gap: 20px;
     margin-top: 30px;
}
.abt-sec{
    display: flex;
    justify-content: start;
}

.abt-sec1{
    width: 45px;
    max-width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--background1-color);
    color: var(--background2-color);
    text-align: center;
    border-radius: 50%;
}
.abt-sec1:hover{
  background-color: var(--secondary-color);
}
.abt-sec1 i{
    font-size: 100%;
}
.abt-sec h3{
    padding-left: 10px;
}
.sub-txt{
    font-size: 100%;
    color: var(--primary-color);
    font-weight: 600;
    font-family: "Cinzel", serif;
}   

.feature-icons i{
        color: var(--secondary-color);
        padding-right: 5px;
}
  
.feature-icons {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        gap: 10px;
        margin-top: 30px;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 17px;
}
.img-fluid-lok{
    width: 100%;
    height: 100%;
}
  .responsive-map{
    overflow: hidden;
    padding-bottom:80.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }


     .whatsapp-float {
            position: fixed;
            bottom: 62px;
            right: 20px;
            background-color: #25D366;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .whatsapp-float:hover {
            transform: scale(1.1);
        }
        .whatsapp-float img {
            width: 35px;
            height: 35px;
        }
        
        p#counter {
            
      /*background: red;*/
      color: #333;
      padding: 20px 40px;
      border: 2px solid #4CAF50;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      font-size: 24px;
      font-weight: bold;
      /*text-align: center;*/
    }
    p#counter{
        color: #283375 !important;
    }
    

    