
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 400;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: #7B797A;
}

.btn.btn-light {
    color: #F9D020;
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #F9D020;
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: #F9D020;
    background: var(--bs-light);
}

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: #7B797A;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0!important;
  margin-bottom: .5rem!important;
  font-family: "Montserrat", sans-serif!important;
  font-weight: 500!important;
  line-height: 1.2!important;
  color: #7B797A!important;
}

.bg-dark {
  background-color: #7B797A !important;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 10px;
    color: #7B797A;
    /*font-weight: bold;*/
    font-size: 14px;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #F9D020;
}

.navbar-light .navbar-brand img {
    /*max-height: 60px;*/
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 80px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #F9D020;
        color: #F9D020;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}


@media (min-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 570px;
    }
}

@media (max-width: 1199px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 352px;
    }
}

.header-carousel .owl-nav .owl-prev {
    display: none;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -60px;
    border-radius: 60px;
    background: #F9D020;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: #F9D020;
}

.header-carousel .owl-nav .owl-next i {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: carousel-next-btn;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transition: 1s;
}

@keyframes carousel-next-btn {
    0%  {margin-top: 35%;}
    50%  {margin-bottom: 70%;}
    100% {margin-top: 35%;}
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #30353B38;
    /*background: rgba(0, 0, 0, .7);*/
    display: flex;
    align-items: center;
}

.carousel-caption .ticket-form {
    /*background: rgba(255, 255, 255, 0.4);*/
    background: rgb(255 255 255);
    border-radius: 10px;
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {width: 100%; height: 100%;}

    25% {width: 115%; height: 115%;}

    50% {width: 130%; height: 130%;}

    75% {width: 120%; height: 120%;}

    100% {width: 100%; height: 100%;}
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/breadcumb.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.feature-item .feature-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-right: 0;
    background: #7B797A;
    border-radius: 10px;
    z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
    position: relative;
    z-index: 5;
}
/*** Feature End ***/


/*** Service Start ***/
.service {
    position: relative;
    overflow: hidden;
    background-image: url(../img/service_slide.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(35 34 34 / 70%);
    z-index: 1;
}

.service .service-section {
    position: relative;
    z-index: 5;
}

.service .service-days {
    border-radius: 10px;
    background: var(--bs-white);
}

.service .service-item {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background: rgba(256, 256, 256, 0.2);
    z-index: 1;
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #F9D020;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
}

.service .service-item i {
    color: #F9D020;
    transition: 0.5s;
}

.service .service-item:hover i {
    color: var(--bs-white);
}

.service .service-item .service-content {
    position: relative;
    z-index: 3;
}

.service .service-item .service-content p {
    transition: 0.5s;
}

.service .service-item:hover .service-content p {
    color: var(--bs-white);
}

.service .service-item .service-content a.h4 {
    transition: 0.5s;
}

.service .service-item:hover .service-content a.h4:hover {
    color: var(--bs-white);
}
/*** Service End ***/


/*** Attractions Start ***/
.attractions {
    position: relative;
    overflow: hidden;
}

.attractions::after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/attraction.jpg) center center no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: attraction-image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes attraction-image-zoom {
    0%  {width: 100%;}

    25% {width: 115%;}

    50% {width: 130%;}

    75% {width: 120%;}

    100% {width: 100%;}
}

.attractions .attractions-section {
    position: relative;
    z-index: 3;
}

.attractions .attractions-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.attractions .attractions-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .7);
    transition: 0.5s;
    z-index: 2;
}

.attractions .attractions-item:hover:after {
    height: 100%;
}

.attractions .attractions-item .attractions-name {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 3;
    /*opacity: 0;*/
}
.attractions .attractions-item .attractions-namet {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    color: var(--bs-white);
    /* font-size: 18px; */
    font-weight: 400;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 3;
    padding: 10px;
    /*opacity: 0;*/
}


.attractions .attractions-item:hover .attractions-name {
    opacity: 1;
}

.attractions-carousel .owl-stage-outer {
    margin-top: 58px;
}

.attractions .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #F9D020;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-prev:hover {
    background: var(--bs-white);
    color: #F9D020;
}

.attractions .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: #F9D020;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: #F9D020;
}
/*** Attractions End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    transition: 0.5s;
    z-index: 1;
}

.gallery .gallery-item:hover::after {
    width: 100%;
    height: 100%;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 5;
    opacity: 0;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: #F9D020;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    background: #F9D020;
    border-radius: 10px;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #F9D020;
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover:after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.team .team-item .team-content .team-icon {
    background: var(--bs-light);
    border-radius: 10px;
    display: flex;
    display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: #F9D020;
}

.team .team-item .team-content p {
    color: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-content p {
    color: var(--bs-body);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
    position: relative;
    overflow: hidden;
}

.testimonial::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/testimonial.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

.testimonial::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.testimonial .testimonial-carousel .testimonial-item {
    text-align: center;
    border-radius: 10px;
    background: rgba(256, 256, 256, 0.2);
}

.testimonial-carousel .testimonial-item .testimonial-inner {
    display: flex;
    justify-content: center;
}

.testimonial-item .testimonial-inner .testimonial-img {
    position: relative;
}

.testimonial-item .testimonial-inner .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid var(--bs-white);
}

.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
    position: absolute;
    top: 0;
    left: -25px;
    color: var(--bs-white);
    background: #F9D020;
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: #F9D020;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-light);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #F9D020;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -22px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: -210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev {
    font-size: 50px;
    margin-right: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-next {
    font-size: 50px;
    margin-left: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #F9D020;
}
/*** Testimonial End ***/


/*** Footer Start ***/
.footer {
    background: #7B797A;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    color: #F9D020;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: #F9D020;
}

.footer .footer-item .opening-date {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-item .opening-date .opening-clock {
    display: flex;
    align-items: center;
    line-height: 35px;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


/*new css add*/
.btn-primary{
    background-color: #F9D020;
}
.text-primary{
    color: #F9D020!important;
}
.text-dark{
    color: #F9D020!important;
}
.bg-primary{
    background-color: #F9D020!important;
}
.fa-3x {
    font-size: 30px!important;
}

.form-control {
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.labelCss{
    color: #7B797A;
    text-align: left;
    display: block;
}
.rounded-pill {
    border-radius: 1rem !important;
}


.counter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 20px;
  background: linear-gradient(288deg, #F9D01F, #F9D01F);
}

.counter-box {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  text-align: center;
  padding: 15px 10px;
  margin: 15px;
  width: 301px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.15);
}

.counter-box .icon {
  font-size: 30px;
  margin-bottom: 0px;
  color: #F9D020;
}

.counter-box .counter-number {
  font-size: 35px;
  font-weight: 600;
  color: #F9D020;
}

.counter-box .counter-label {
  font-size: 16px;
  color: #444;
  margin-top: 8px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .counter-box {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .counter-box {
    width: 100%;
  }
}
.card-feature {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 320px;
  background-color: #fff;
}

.card-feature:hover {
  transform: translateY(-10px);
}

.card-feature-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.5);
  z-index: 1;
  transition: 0.4s ease;
}

.card-feature:hover .card-feature-img {
  filter: brightness(0.7);
}

.card-feature-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.card-feature-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-feature-content p {
  font-size: 1rem;
  margin: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-section {
  background-image: url('/assets/img/book1.jpeg'); /* Replace with your image */
  background-size: cover;
  background-position: center;
  position: relative;
  height: 30vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 100, 80, 0.5); /* greenish overlay */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.buttons a {
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pickup-btn {
  background-color: #F9D020;
  color: rgb(123, 121, 122);
}

.pickup-btn:hover {
  background-color: #F9D020;
}

.call-btn {
  background-color: white;
  color: #7B797A;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.call-btn:hover {
  background-color: #f1f1f1;
}

.call-btn i {
  font-style: normal;
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}

.section {
  padding: 60px 20px;
  text-align: center;
  max-width: 1300px;
  margin: auto;
}

.section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #4d5256;
}

.section .subheading {
  color: #F9D020;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.section p.lead {
  color: #2c3e50;
  margin: 10px auto 40px;
  font-size: 1rem;
  max-width: 900px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.card {
  /*background: #F9D020;*/
  /*color: #fff;*/
  padding: 5px 15px;
  /*border-radius: 10px;*/
  /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);*/
  position: relative;
  transition: transform 0.3s ease;
}

.card:nth-child(2) {
  /*background: #7B797A;*/
  background-size: cover;
  background-position: center;
}

.card:hover {
  transform: translateY(-10px);
}

.card-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.check-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .section h2 {
    font-size: 1.8rem;
  }
  .card {
    padding: 20px;
    /*max-width: 336px;;*/
  }
}

.core-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  background: linear-gradient(288deg, #F9D01F, #F9D01F);
}

.value-item {
  text-align: center;
  width: 200px;
}

.icon-circle {
  background-color: #fdebd2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #F9D020;
}

.value-item h3 {
  font-size: 16px;
  color: white;
  margin: 0;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 600px) {
  .value-item {
    width: 100px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .value-item h3 {
    font-size: 14px;
  }
}

/*quote-section section css*/
.quote-section {
  background: linear-gradient(135deg, #F9D020, #F9D020);
  padding: 35px 20px;
  text-align: center;
}
.section-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
}
.quote-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 30px 20px;
  margin: 10px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}
.quote-author {
  font-weight: bold;
  color: #F9D020;
}

/*partner section css*/
.partner-section {
  background: linear-gradient(135deg, #7B797A, #7B797A);
  padding: 40px 20px;
  text-align: center;
}
.partner-title {
  font-size: 26px;
  color: #F9D020;
  margin-bottom: 40px;
  font-weight: 600;
}
.partner-item {
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partner-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.partner-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.partner-item:hover img {
  filter: grayscale(0%);
}
.partner-btn {
  background-color: #F9D020; /* Eye-catching color */
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 5px;
}
.partner-btn:hover {
  background-color: #F9D020;
}

.partner-cta {
  background: linear-gradient(135deg, #F9D020, #F9D020);
  color: white;
  padding: 15px 5px;
  text-align: center;
}

.partner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-text {
  /*flex: 1 1 400px;*/
  padding: 20px;
}

.partner-text h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.partner-text p {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  background: linear-gradient(45deg, #7B797A, #7B797A); /* নীল-বেগুনি গ্রেডিয়েন্ট */
  color: white;
  padding: 15px 35px;
  font-size: 16px;
  /*font-weight: bold;*/
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.cta-btn:hover {
  background: linear-gradient(45deg, #7B797A, #7B797A);
  transform: translateY(-2px);
}

.partner-visual {
  flex: 1 1 400px;
  padding: 20px;
  text-align: center;
}

.partner-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .partner-container {
    flex-direction: column;
  }

  .partner-text h2 {
    font-size: 28px;
  }

  .partner-text p {
    font-size: 16px;
  }
}

.hero-section {
  position: relative;
  background: url('/assets/img/benifits.png') center center/cover no-repeat;
  display: flex;

  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
}

.hero-content {
  position: relative;
  color: #fff;
  max-width: 600px;
  text-align: center;
  padding: 2rem;
  z-index: 2;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero-content h1 span {
  color: #F9D020;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-btn {
  background-color: #F9D020;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #F9D020;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}

/*counter section */
.counter-section {
  background-color: #f5f3ee;
  padding: 5px 0;
}

.counter-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.counter-box {
  flex: 1 1 110px;
  margin: 10px;
  position: relative;
  padding: 10px;
}

.counter-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: #ccc;
}

.counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.counter-label {
  font-size: 1rem;
  color: #555;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .counter-container {
    flex-direction: column;
  }
  .counter-box {
    border-bottom: 1px solid #ccc;
  }
  .counter-box:not(:last-child)::after {
    display: none;
  }
}

/*section one*/

.gain-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.gain-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #222;
  font-weight: 700;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-box {
  flex: 1 1 580px;
  max-width: 580px;
  text-align: center;
  padding: 5px;
}

.feature-box i {
  font-size: 2rem;
  color: #F9D01F;
  margin-bottom: 8px;
}

.feature-box h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.feature-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

.learn-btn {
  display: inline-block;
  margin-top: 40px;
  background: linear-gradient(45deg, #7B797A, #7B797A); /* সুন্দর গ্রেডিয়েন্ট */
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.learn-btn:hover {
  background: linear-gradient(45deg, #7B797A, #7B797A);
}

.learn-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.learn-btn:hover i {
  transform: translateY(3px);
}

@media (max-width: 768px) {
  .gain-section h2 {
    font-size: 2rem;
  }
}

/*section two*/

.faq-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  background: #f9f9f9;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  font-weight: 600;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f1f1f1;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 15px 0;
  color: #555;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-item.active .faq-question::after {
  content: "-";
  transform: rotate(180deg);
}

/*third section*/
.events-section {
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.events-section h2 {
  font-size: 2.8rem;
  margin-bottom: 50px;
  color: #222;
  font-weight: 700;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.event-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.event-image {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.event-content {
  padding: 25px;
  text-align: left;
}

.event-date {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.event-date i {
  margin-right: 8px;
  color: #F9CF1F;
}

.event-title {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

.event-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
}

.event-btn {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background: linear-gradient(45deg, #F9CF1F, #F9CF1F);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.3s ease;
}

.event-btn:hover {
  background: linear-gradient(45deg, #F9CF1F, #F9CF1F);
}

@media (max-width: 768px) {
  .events-section h2 {
    font-size: 2rem;
  }
}
