@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..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=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..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');
:root{
    /*--blue: #036;*/
    --blue: #003d82;
    --yellow: #FEC328;
    --bg: #eee;
    --bg2:#fdfafa;
    --bg3:  #FFF8F4;
    --bg4: #fce7cf;
    --white: #ffffff;
    --black: #000000;
    --black2: #242423;
}
/*.container{*/
/*    width: 1200px;*/
/*}*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Inter Tight", sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    /*font-family: "Source Sans 3", sans-serif;*/
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
/*body{*/
/*    background-color: #f9f9f9;*/
/*}*/

/********* Back To Top Button Start *********/

#top{
    display: inline-block;
    background-color: var(--black);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  #top::after {
    content: "\f102";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
  }
  #top:hover {
    cursor: pointer;
    background-color: var(--blue);
  }
  #top:active {
    background-color: var(--blue);
  }
  #top.show {
    opacity: 1;
    visibility: visible;
  }

/********* Back To Top Button End *********/

/********* Header Section Start *********/


#nav{
    width: 100%;
    overflow: hidden;
}
#nav .logo a{
    color: var(--blue);
    font-weight: 700;
    text-decoration: none;
    transition: .4s ease-in-out;
}
#nav .logo a h1{
    font-weight: 600;
}
#nav .logo a:hover{
    color: var(--yellow);
}
#nav .menu ul{
    justify-content: right;
    display: flex;
}
#nav .menu ul li{
    padding: 10px;
    list-style: none;
}
#nav .menu ul li a{
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--blue);
    margin: 0 10px;
    position: relative;
    transition: .4s ease-in-out;
}
#nav{
    /* position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); */
    z-index: 999999999;
    background-color: var(--white);
    margin: 0 auto !important;
    transition: .4s ease-in-out;
}
#nav img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(240deg) brightness(117%) contrast(99%);
}
.menu-color{
    background-image: none !important;
    background-color: var(--white) !important;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
}
.col-black{
    color: var(--black) !important;
}
.logo-white img{
    filter: none !important;
}

/********* Header Section End *********/

.cont-wrap{
    background-color: var(--white);
    padding: 30px;
    border-radius: 8px;
}

/********* Banner Section Start *********/

#banner{
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}
#banner .ban-form{
    padding: 20px;
    background-color: var(--white);
    border-radius: 8px;
}
#banner h1{
    font-size: 48px;
    color: var(--black);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}
#banner h1 .break{
    display: none;
}
#banner p{
    font-size: 18px;
    color: #333;
}
#banner p br{
    display: none;
}
#banner .ban-btn{
    background-color: var(--blue);
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid var(--blue);
    color: var(--white);
    border-radius: 4px;
    transition: .4s ease-in-out;
}
#banner .ban-btn:hover{
    background-color: var(--black);
}
#banner .form-control{
    padding: 10px;
}
#banner .form-control:focus{
    box-shadow: none;
    border-color: var(--blue);
}
#banner .form-select{
    padding: 10px;
}
#banner .form-select:focus{
    box-shadow: none;
    border-color: var(--blue);
}

/*.word-slider {*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  color: var(--blue);*/
/*}*/

/*.word-slider span {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  opacity: 0;*/
/*  animation: wordFade 12s infinite;*/
/*  white-space: nowrap;*/
/*}*/

/*.word-slider span:nth-child(1) { animation-delay: 0s; }*/
/*.word-slider span:nth-child(2) { animation-delay: 3s; }*/
/*.word-slider span:nth-child(3) { animation-delay: 6s; }*/
/*.word-slider span:nth-child(4) { animation-delay: 9s; }*/

/*@keyframes wordFade {*/
/*  0% { opacity: 0; transform: translateY(20px); }*/
/*  10% { opacity: 1; transform: translateY(0); }*/
/*  25% { opacity: 1; transform: translateY(0); }*/
/*  35% { opacity: 0; transform: translateY(-20px); }*/
/*  100% { opacity: 0; transform: translateY(-20px); }*/
/*}*/

.word-slider {
  display: inline-block;
  height: 57px;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  color: var(--blue);
  transition: width 0.4s ease;
}

.word-slider .word {
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0;
  transform: translateY(30px); /* start below */
  transition: transform 0.5s ease, opacity 0.5s ease;
  white-space: nowrap;
}

.word-slider .word.current {
  opacity: 1;
  transform: translateY(0); /* visible position */
}

.word-slider .word.prev {
  opacity: 0;
  transform: translateY(-30px); /* slide up and disappear */
}



/********* Banner Section End *********/

/********* About Section Start *********/

/*#abouts{*/
/*    background-color: var(--bg3);*/
/*}*/
.heading .sub-head span{
    font-size: 15px;
    letter-spacing: 2px;
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
}
.heading .head h1{
    font-size: 40px;
    margin-top: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.25;
    color: var(--blue);
}
#abouts .a-btn a{
    display: inline-block;
    padding: 14px 20px;
    font-weight: 600;
    background-color: var(--blue);
    text-decoration: none;
    color: var(--white);
    border-radius: 8px;
    transition: .4s ease-in-out;
}
#abouts .a-btn a:hover{
    background-color: var(--black);
}
#abouts p{
    font-weight: 400;
    font-size: 24px;
}
#abouts .heading .head p{
    font-size: 18px;
    color: #666;
}
#abouts .log{
    width: 100%;
    display: block;
    height: 350px;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
#abouts .log h2{
    color: var(--white);
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

/********* About Section End *********/

/********* Cat Section End *********/

#cat h1{
    font-size: 32px !important;
    color: var(--blue);
    font-weight: 700;
    margin: 0;
}
#cat p{
    color: #666 !important;
    margin-top: 12px;
}
#cat{
    /*background-color: var(--bg3);*/
    /*background-color: #f9f9f9;*/
    background-color: #f9fafb;
}
#cat .cat-wrap .cat-img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#cat .cat-wrap .cat-img{
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: .4s ease-in-out;
}
#cat .cat-wrap .cat-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}

#cat a{
    text-decoration: none;
}
#cat .cat-wrap h4{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
    transition: .4s ease-in-out;
}
#cat a:hover h4{
    color: var(--blue);
}
#cat a:hover .cat-img{
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#cat a:hover img{
    transform: scale(1.08);
}
#cat .all-btn a{
    display: inline-block;
    padding: 8px 30px;
    background-color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    color: var(--white);
    border-radius: 8px;
    transition: .4s ease-in-out;
}
#cat .all-btn a:hover{
    background-color: var(--black);
}

/********* Cat Section End *********/

/********* Spotlight Section Start *********/

#spotlight h2{
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 700;
}
#spotlight h4{
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--blue);
}
#spotlight p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
}
#spotlight .sp-btn a{
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--blue);
    text-decoration: none;
    color: var(--white);
    border-radius: 8px;
    transition: .4s ease-in-out;
}
#spotlight .sp-btn a:hover{
    background-color: var(--black);
}
#spotlight .spot-img img{
    border-radius: 25px;
}

/********* Spotlight Section End *********/

/********* Why Section Start *********/


#why{
    /*background-color: var(--bg4);*/
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}
#why .why-icon{
    font-size: 40px;
    color: var(--blue);
    margin-bottom: 20px;
}
#why .why-wrap h2{
    font-size: 21px;
    color: var(--blue);
    font-weight: 700;
     margin-bottom: 20px;
}
#why .why-wrap p{
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}
#why .why-wrap{
        border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 32px !important;
    background-color: var(--white);
    transition: .4s ease-in-out;
}
#why .why-wrap:hover{
    transform: translateY(-7px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/********* Why Section End *********/

/********* Popular Section Start *********/

#popular{
    background-color: #f9f9f9;
}
#popular .pop-wrap{
    background-color: var(--white);
    padding: 30px 10px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    transition: .4s ease-in-out;
    margin: 14px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
#popular .pop-wrap .pop-img-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}
#popular .pop-wrap .pop-img{
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #003d82;
}
#popular .pop-wrap .pop-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#popular .pop-wrap h3{
    text-align: center;
    font-weight: 600;
    color: var(--black);
    font-size: 20px;
    margin-bottom: 8px;
    transition: .4s ease-in-out;
}
#popular .pop-wrap p{
    text-align: center;
    font-weight: 500;
    color: #5c5c5c;
    font-size: 15px;
    margin-bottom: 5px;
}
#popular .pop-wrap span{
    text-align: center;
    font-weight: 400;
    color: #999999;
    font-size: 15px;
}
#popular a{
    text-decoration: none;
}
#popular a:hover .pop-wrap{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--blue);
}
#popular a:hover h3{
    color: var(--blue);
}
#popular a:hover img{
    transform: scale(1.08);
}
#popular .pop-btn a{
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    color: var(--white);
    border-radius: 8px;
    transition: .4s ease-in-out;
}
#popular .pop-btn a:hover{
    background-color: var(--black);
}

/********* Popular Section End *********/

/********* Profile Section Start *********/

#cover{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
#cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#profile .cont-wrap{
    border-radius: 0 0 8px 8px;
}
#profile .pro-top{
    margin-top: -100px;
}
#profile .pro-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
#profile .pro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#profile .pro-link a{
    color: #000;
    vertical-align: middle;
    display: flex;
    align-items: center;
     gap: 6px;
     font-size: 14px;
}
#profile .pro-link a i{
    margin-right: 5px;
    font-size: 20px;
}
#profile .pro-mid ul li{
    list-style: none;
}
#profile .pro-mid ul{
    display: flex;
    gap: 2px;
}
#profile .pro-mid a{
    text-decoration: none;
}
#profile .pro-mid h1{
    font-size: 24px;
    font-weight: 600;
}
#profile .pro-mid ul li{
    color: #fc3;
    font-size: 18px;
}
#profile .pro-mid-btn a{
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: 4px;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
    min-width: 170px;
    display: inline-block;
    float: none;
    height: initial;
    margin: 0 !important;
    transition: .4s ease-in-out;
}
#profile .pro-mid-btn a:hover{
    background-color: var(--yellow);
}
#profile .pro-mid .bio{
    width: 735px;
}
.mar{
    margin-bottom: 30px;
}

/********* Profile Section End *********/

/********* Menu Section Start *********/

#menu{
    position: sticky;
    top: 0;
    z-index: 999;
}
#menu ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
#menu ul li{
    list-style: none;
}
#menu ul li a{
    text-decoration: none;
    font-size: 16.5px;
    color: #7d7d7d;
    font-weight: 600;
    position: relative;
    transition: .4s ease-in-out;
}
#menu ul li a::after{
    position: absolute;
    content: "";
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: .4s ease-in-out;
}
#menu ul li a:hover{
    color: #4a4a4a;
}
#menu ul li a:hover::after{
    background-color: #c2c2c2;
}
#menu ul li a.active{
    color: #000;
}
#menu ul li a.active::after{
    background-color: var(--yellow);
}
#menu .cont-wrap{
    padding: 23px 30px;
}
#menu .con-btn a{
    background-color: var(--yellow);
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    color: var(--blue);
    font-weight: 600;
    transition: .4s ease-in-out;
}
#menu .con-btn a:hover{
    background-color: var(--black);
    color: var(--white);
}

.overview-item {
    position: relative;
}

.overview-item a {
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: inline-block;
}

.overview-item.fade-out a {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.overview-image {
    position: absolute;
    top: -12px;
    left: 10px;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.overview-item.fade-in .overview-image {
    opacity: 1;
    transform: translateY(0);
}

/********* Menu Section End *********/

/********* About Section Start *********/

.sec-head{
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
    text-transform: capitalize;
}
#about p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 28px;
}
#about p:last-of-type{
    margin-bottom: 0;
}

/********* About Section End *********/

/********* Area Section Start *********/

#area span{
    background-color: #f9f9f9;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    color: var(--black);
    font-weight: 600;
}


/********* Area Section End *********/

/********* Contact Section Start *********/

#contact .form-control{
    width: 100%;
    padding: 12px;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: black;
    border: 1px solid #C4C4C4;
    box-shadow: none;
    border-radius: 4px;
}
#contact .form-control:focus{
    box-shadow: none;
    border-color: var(--yellow);
}
#contact .sub-btn{
        background-color: transparent;
    border: 1px solid var(--yellow);
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #162E57;
    text-align: center;
    min-width: 180px;
    display: inline-block;
    float: none;
    height: initial;
    margin: 0 !important;
    transition: .4s ease-in-out;
}
#contact .sub-btn:hover{
    background-color: var(--yellow);
}
#contact{
    position: sticky;
    top: 100px;
}
#contact .mar{
    margin-bottom: 12px;
}


/********* Contact Section End *********/

/********* Other Section Start *********/

.inner-sec{
    margin-bottom: 35px;
}
.inner-sec h5{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}
.inner-sec p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 1px 5px;
}
.inner-sec p:last-of-type{
    margin-bottom: 0 !important;

}
.inner-sec:last-of-type{
    margin-bottom: 0 !important;
}

/********* Other Section End *********/

/********* packages Section Start *********/

#packages .pack-img{
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
#packages .pack-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#packages .pack-wrap{
    border-radius: 7px;
    padding: 12px;
    border: 1px solid #d2d2d2;
    margin-bottom: 15px;
    transition: .4s ease-in-out;
}
#packages .pack-wrap:hover{
    border-color: var(--blue);
}
#packages .pack-wrap:last-of-type{
    margin-bottom: 0;
}
#packages .pack-wrap h3{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
#packages .pack-wrap p{
    font-weight: 400;
    font-size: 13px;
    color: #7a7a7a;
     margin-bottom: 10px;
}
#packages .flexa{
    width: auto;
}
#packages .mar-l{
    margin-left: 48px;
}

#packages .pack-btn a{
    background-color: var(--yellow);
    text-decoration: none;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 5px;
    color: var(--blue);
    font-weight: 600;
    font-size: 13px;
    transition: .4s ease-in-out;
}
#enquiryModal .sub-btn a:hover{
    background-color: var(--black);
    color: var(--white);
}
#package_contactBtn{
    background-color: var(--yellow);
    display: inline-block;
    padding: 8px 18px;
    border-radius: 5px;
    border: none;
    color: var(--blue);
    font-weight: 600;
    font-size: 13px;
    transition: .4s ease-in-out;
}
#package_contactBtn:hover{
    background-color: var(--black);
    color: var(--white);
}

#package_contactForm .form-control{
    width: 100%;
    padding: 14px;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: black;
    border: 1px solid #C4C4C4;
    box-shadow: none;
    border-radius: 4px;
}
#package_contactForm .mar{
    margin-bottom: 15px !important;
}
#package_contactForm .form-control:focus{
    box-shadow: none;
    border-color: var(--yellow);
}

/********* packages Section Start *********/

/********* Reviews Section Start *********/

#review .write{
    color: #009999;
    font-size: 15px;
    transition: .4s ease-in-out;
}
#review .write:hover{
    color: var(--blue);
}
#review ul{
    display: flex;
    gap: 2px;
}
#review ul li{
    color: #fc3;
    font-size: 18px;
    list-style: none;
}
#review .rev-wrap{
    display: flex;
    gap: 25px;
}
#review .rev-wrap p{
    font-size: 14px;
    margin-bottom: 7px;
}
#review .rev-wrap .rev-right a{
    font-size: 15px;
    color: #009999;
    transition: .4s ease-in-out;
}
#review .rev-wrap .rev-right a:hover{
    color: var(--blue);
}
#review .date{
    font-size: 14px;
    color: #838383 !important;
    font-weight: 500;
}
#review .rev-wrap p.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#review .rev-wrap h4{
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 5px;
}
#review .review-text {
  transition: all 0.3s ease;
}
#review .date {
  margin-top: 10px;
}
#review .rev-wrap{
    margin-bottom: 30px;
}
#review .rev-wrap:last-of-type{
    margin-bottom: 0;
}
#review .read-all a{
    text-align: center;
    color: #009999;
    transition: .4s ease-in-out;
}
#review .read-all a:hover{
    color: var(--blue);
}
#review .form-control{
    width: 100%;
    padding: 14px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    color: black;
    border: 1px solid #C4C4C4;
    box-shadow: none;
    border-radius: 4px;
}
#review .form-control:focus{
    box-shadow: none;
    border-color: var(--yellow);
}
#review .sub-btn{
        background-color: var(--yellow);
    border: 1px solid var(--yellow);
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #162E57;
    text-align: center;
    min-width: 180px;
    display: inline-block;
    float: none;
    height: initial;
    margin: 0 !important;
    transition: .4s ease-in-out;
}
#review .sub-btn:hover{
    background-color: var(--black);
    color: var(--white);
}
.star-rating{
    cursor: pointer;
  font-size:0;
  white-space:nowrap;
  display:inline-block;
  width:175px;
  height:35px;
  overflow:hidden;
  position:relative;
  background:
      url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
  i{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: 
        url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');  
    background-size: contain;
  }
  input{ 
    -moz-appearance:none;
    -webkit-appearance:none;
    opacity: 0;
    display:inline-block;
    width: 20%;
    height: 100%; 
    margin:0;
    padding:0;
    z-index: 2;
    position: relative;
    &:hover + i,
    &:checked + i{
      opacity:1;    
    }
  }
  i ~ i{
    width: 40%;
  }
  i ~ i ~ i{
    width: 60%;
  }
  i ~ i ~ i ~ i{
    width: 80%;
  }
  i ~ i ~ i ~ i ~ i{
    width: 100%;
  }
}

//just styling for the number
.choice{
  position: fixed;
  top: 0;
  left:0;
  right:0;
  text-align: center;
  padding: 20px;
  display:block;
}

/********* Reviews Section End *********/


/********* Article Section Start *********/


#article .article-img{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}
#article .article-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#article .article-wrap{
    border: 1px solid #e2e2e2;
    padding: 10px !important;
    border-radius: 8px;
    transition: .4s ease-in-out;
}

#article .article-text h3{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--black);
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  transition: .4s ease-in-out;
}
#article .article-text p{
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 0;
    line-height: 1.4;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
#article a{
    text-decoration: none;
}
#article a:hover h3{
    color: var(--blue);
}
#article a:hover .article-wrap{
    border-color: var(--blue);
}
#article a:hover img{
    transform: scale(1.07);
}


/********* Article Section Start *********/

.faq-section {
    background: white;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    font-weight: 700;
    font-size: 45px !important;
    color: var(--black);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.faq-header h2::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 3px;
    background: var(--blue2);
    bottom: -10px;
    left: 20%;
    border-radius: 3px;
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid #d2d2d2;
}
.faq-header p {
    color: #585858;
    max-width: 600px;
    margin: 0 auto;
}
.accordion-button {
    font-weight: 600;
    font-size: 16px;
    color: #212529;
    background-color: white;
    padding: 15px 15px;
    border-radius: 5px !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: var(--blue);
    background-color: #f9f9f9;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion-item {
    border: none;
    border-radius: 5px !important;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);*/
    overflow: hidden;
}

.accordion-body {
    padding: 15px 15px;
    background-color: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
}

/********* Media Section Start *********/

#media .media-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
#media .media-item{
    position: relative;
}
#media .media-item{
    position: relative;
}
#media .media-wrap .play-media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .4s ease-in-out;
}
#media .media-wrap a:hover .play-media {
    background-color: var(--blue) !important;
}
#media .media-item-img{
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    transition: .4s ease-in-out;
}
#media .media-item img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: .4s ease-in-out;
    
}
#media .media-item video{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: .4s ease-in-out;
    
}
#media .media-wrap a:hover img{
    transform: scale(1.07);
}
#media .media-wrap a:hover video{
    transform: scale(1.07);
}
#media .media-wrap a:hover .media-item-img{
    border-color: var(--blue);
}
#media .fancybox-image {
  max-width: 100%;
  max-height: 100vh;
  object-fit: contain;
}
#media .read-all a {
    text-align: center;
    color: #009999;
    transition: .4s ease-in-out;
}
#media .read-all a:hover {
    color: var(--blue);
}

/********* Media Section End *********/

/********* Category Listing Section Start *********/


#inner-banner{
    background-color: var(--bg4);
}
#inner-banner h1{
    font-size: 45px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
}
#inner-banner p{
    font-size: 17px;
    font-weight: 400;
    color: #585858;
    margin-bottom: 0;
}
#cat-list-filter{
    background-color: #f9f9f9;
}
#cat-list-filter .fill-wrap{
    background-color: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#cat-list-filter label{
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
#cat-list-filter .form-control{
    padding: 10px 8px;
    /*background-color: #f4f6f9;*/
}
#cat-list-filter .form-control:focus{
    box-shadow: none;
    border-color: var(--blue);
}
#cat-list{
    background-color: #f9f9f9;
}
#ex .cat-item-wrap{
    background-color: var(--white);
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 10px;
    margin: 12px 1px;
    transition: .4s ease-in-out;
}
#ex .cat-item-img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border: 1px solid #e2e2e2;
}
#ex .cat-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#ex .cat-item-name h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--black);
    transition: .4s ease-in-out;
}
#ex .cat-item-name span{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #7a7a7a;
}
#ex a{
    text-decoration: none;
}
#ex a:hover .cat-item-wrap{
    border-color: var(--blue);
}
#ex a:hover h5{
    color: var(--blue);
}
#ex a:hover img{
    transform: scale(1.05);
}
#ex .sidebar {
      background: #fff;
      border-radius: 1rem;
      border: 1px solid #d2d2d2;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
      position: sticky;
      top: 10px;
      overflow: hidden;
    }
    #ex .sidebar h4{
      font-size: 22px;
      margin-bottom: 0 !important;
      padding: 25px 20px;
      border-bottom: 1px solid #ebebeb;
    }
    #ex .sidebar h4 i{
      color: var(--pink);
    }
    #ex .msg-box{
    padding: 20px;
}
#ex .msg-box span{
    display: inline-block;
    margin-bottom: 20px;
    color: #b2b2b2;
    font-size: 14px;
}
#ex .msg-box .fil-btn a{
    display: block;
    padding: 12px 25px;
    background: var(--blue);
    border-radius: 50px;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: .4s ease-in-out;
}
#ex .msg-box .fil-btn a:hover{
    background: var(--black);
}

#ex .accordion-button {
    background: none !important;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    box-shadow: none !important;
    position: relative;
}

#ex .accordion-button::after {
    content: "\f078"; /* FontAwesome down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    transform: rotate(0deg);
    transition: 0.25s ease;
    font-size: 16px;
    color: #585858;
}

#ex .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#ex .accordion-button:not(.collapsed) {
    color: var(--blue);
    background: none !important;
    box-shadow: none !important;
}

#ex .accordion-body {
    padding: 0;
    font-size: 15px;
    color: #444;
}

.accordion,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button,
.accordion-button.collapsed {
    border-radius: 0 !important;
}
#ex .accordion-item{
    border: none;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    border-radius: 0 !important;
}

.accordion-button {
    box-shadow: none !important;
}
#myAccordion{
    border: none;
}
#ex .scroll-box{
    height: 170px;
    max-height: 400px;
    overflow: auto;
    padding: 0 20px;
    padding-bottom: 10px;
}
#ex .scroll-input{
    padding: 0 20px;
    padding-bottom: 10px;
}
#ex .scroll-box::-webkit-scrollbar {
    width: 7px;
}
#ex .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
    height: 50px;
    line-height: 30px;
    color: #777;
}
#ex .form-control:focus{
    box-shadow: none;
    border-color: var(--pink);
}

#ex .scroll-box::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px;
}
#ex .scroll-box::-webkit-scrollbar-thumb {
    background: #c2c2c2; 
    border-radius: 10px;
}

#ex .scroll-box::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}
#ex ul li{
    margin: 14px 0;
    font-size: 15px;
    color: #777777;
    list-style: none;
}
#ex .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
    box-shadow: none;
}
#ex .input:checked{
    background-color: var(--blue);
}
#ex .fill-check input[type="checkbox"] {
    accent-color: var(--blue); /* Change to your theme color */
    width: 14px;
    height: 14px;
    cursor: pointer;
}

/********* Category Listing Section End *********/


/********* Category Section Start *********/

.search-wrapper2 {
    max-width: 700px;
    margin: 0 auto;
}
.search-box2 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: white;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.search-input2 {
    border: 1px solid var(--blue);
    box-shadow: 0 0 15px 0 rgba(57, 107, 255, 0.3);
    border-radius: 30px;
    padding: 12px 25px;
    padding-right: 50px;
    width: 100%;
    transition: all 0.3s ease;
}
.search-icon2 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blue);
    transition: all 0.3s ease;
}
.cat-items .cat-items-img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-items .cat-items-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-items h2{
    margin-bottom: 0;
    color: var(--black);
    font-weight: 500;
}
.cat-items h2 i{
    font-size: 20px;
}
#cats a{
text-decoration: none;
}
#cats .cat-items a:hover h2{
    color: var(--blue);
}
#cats .cat-items:last-of-type{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#cats .sub-cats .sub-cat-items-img{
    width: 33px;
    height: 33px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cats .sub-cats .sub-cat-items-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cats .sub-cats h4{
    font-size: 17px;
    color: #191919;
    font-weight: 500;
    transition: .4s ease-in-out;
}
#cats .sub-cats-wrap{
    background-color: var(--white);
    border: 1px solid #c2c2c2;
    padding: 10px 15px;
    border-radius: 50px;
    margin: 8px 0;
    transition: .4s ease-in-out;
}
#cats .sub-cats a:hover .sub-cats-wrap{
    border-color: var(--blue) !important;
}
#cats .sub-cats a:hover h4{
    color: var(--blue);
}

/********* Category Section End *********/

/********* Country Section End *********/

#country{
    background: url("/img/maps.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    animation: ban 80s infinite linear both;
}
@keyframes ban {
          0%   {background-position: top;}
          50%  {background-position: bottom;}
          100% {background-position: top;}
        }
#country .coun-wrap{
    padding: 12px 20px;
    background-color: var(--white);
    border: 1px solid #c2c2c2;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: .4s ease-in-out;
}
#country .coun-wrap h5{
    margin-bottom: 0;
    font-size: 17px;
    color: #191919;
    transition: .4s ease-in-out;
}
#country .coun-img img{
    width: 25px;
}
#country .coun-wrap i{
    color:#585858;
    opacity: 0.7;
    transition: .4s ease-in-out;
}
#country a:hover .coun-wrap{
    border-color: var(--blue);
}
#country a:hover h5{
    color: var(--blue);
}
#country a:hover i{
    color: var(--blue);
    opacity: 1;
}
#country a{
    text-decoration: none;
}


/********* Country Section End *********/



/********* Footer Section Start *********/


.footer {
            background: linear-gradient(135deg, #003d82 0%, #002957 100%);
            color: white;
        }
        #news{
            background: #1a4c86;
            color: var(--white);
        }

        .newsletter-section {
            border-radius: 15px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .newsletter-section h3 {
            font-size: 2rem;
        }

        .newsletter-section p {
            margin-bottom: 0;
            opacity: 0.9;
            line-height: 1.6;
        }

        .newsletter-form {
            display: flex;
            gap: 1rem;
            max-width: 600px;
            margin: 0 auto;
        }

        .newsletter-form input {
            flex: 1;
            padding: 1rem;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
        }

        .newsletter-form button {
            background: #fcb69f;
            color: #003d82;
            border: none;
            padding: 1rem 2rem;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .newsletter-form button:hover {
            background: #ffecd2;
            transform: translateY(-2px);
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem 3rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
        }

        .footer-column h4 {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
            color: #ffecd2;
        }

        .footer-column p {
            line-height: 1.8;
            opacity: 0.9;
            margin-bottom: 1rem;
        }

        .footer-links {
            margin-bottom: 0;
            padding-left: 0;
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.75rem;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            opacity: 0.9;
            transition: all 0.3s;
            display: inline-block;
        }

        .footer-links a:hover {
            opacity: 1;
            transform: translateX(5px);
            color: #ffecd2;
        }

        .trust-badges {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-top: 1rem;
        }

        .badge {
            background: rgba(255,255,255,0.1);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .contact-info {
            margin-bottom: 0;
            padding-left: 0;
            list-style: none;
        }

        .contact-info li {
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .contact-info i {
            color: #fcb69f;
            font-size: 1.2rem;
        }

        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }

        .social-links a {
            width: 45px;
            height: 45px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            font-size: 1.2rem;
            transition: all 0.3s;
        }

        .social-links a:hover {
            background: #fcb69f;
            color: #003d82;
            transform: translateY(-3px);
        }

        .footer-bottom {
            background: rgba(0,0,0,0.2);
            padding: 1.5rem;
            text-align: center;
        }

        .footer-bottom-content {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-bottom-links {
            display: flex;
            margin-bottom: 0;
            padding-left: 0;
            gap: 2rem;
            list-style: none;
        }

        .footer-bottom-links a {
            color: white;
            text-decoration: none;
            opacity: 0.9;
            transition: opacity 0.3s;
        }

        .footer-bottom-links a:hover {
            opacity: 1;
        }


/********* Footer Section End *********/

/********* Article Section Start *********/


#inner-article .article-bg{
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#inner-article .article-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#inner-article .inner-article-head h1{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 32px;
}
#inner-article .vid-sub{
    font-size: 15px;
}
#inner-article .vid-sub i {
    font-size: 5px;
    opacity: 0.7;
    margin-top: 2px;
}
#inner-article .inner-article-text p{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #585858;
}

#inner-article .side-bg{
    background-color: var(--white);
    box-shadow: 0px 5px 20px 0px rgba(114, 114, 255, 0.15);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 35px;
}
#inner-article .sidebar{
    position: sticky;
    top: 20px;
}
#inner-article .sidebar .side-bg h5 {
    color: #696981;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
#inner-article .sidebar .about .a-img img {
    width: 47px;
    height: 47px;
    object-fit: cover;
    border-radius: 50%;
}
#inner-article .sidebar .about h4 {
    font-size: 18px;
    font-weight: 700;
    color: #29294b;
}
#inner-article .sidebar .about h6 {
    color: #696981;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 0;
}
#inner-article .sidebar .about p {
    color: #696981;
    line-height: 28px;
}
#inner-article .sidebar .a-social a{
    color: #29294b;
    font-size: 21px;
    display: inline-block;
    margin-right: 13px;
    transition: .3s ease-in-out;
}
#inner-article .sidebar .a-social a:hover{
    color: var(--blue);
}


/********* Article Section End *********/


