@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');

@font-face {
  font-family: 'Finance';
  src: url(../fonts/Finance.ttf);
}

:root {
  --font-size: 18px;
  --font-family: 'Poppins', sans-serif;
  --black-color: #0E0E0E;
  --white-color: #fff;
  --red-color: #E40000;
  --gray: #B5B5B5;
  --blue: #1E9DC1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    top: 0 !important;
  font-size: var(--font-size);
  font-family: var(--font-family);
  background-size: cover;
  overflow-x: hidden;
  color: var(--black-color);
}

h2,
h3,
h4,
h5 {
  font-family: 'Finance';
}

p {
  font-family: "Poppins", sans-serif;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: #f16b52;
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #c43e27;
}

/* loader styling start  */


/* loader styling end  */
/* HEADER START */
header {
  position: absolute;
  width: 100%;
  padding: 30px 0 15px;
}

.navbar-brand {
  width: 250px;
}

.navbar-brand h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
}
a.bok {
    background-color: #f16b52;
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
}
.menu-br .navbar-brand img {
  max-width: 200px;
  width: 100%;
  /* filter: drop-shadow(2px 0px 1px #fff); */
}

.head-topr {
  background-color: #000000;
  color: #fff;
  padding: 6px 0;
}

.menu-br li a {
  font-size: 14px;
  color: #ffffff;
  font-family: 'Poppins';
  border-radius: 50px;
  font-weight: 500;
  padding: 8px 0px !important;
  text-transform: uppercase;
}

.menu-br li a:hover {
  color: #818181;
}

.menu-br ul {
  gap: 31px;
  margin-left: auto;
}

.order-bt:hover {
  color: #fff;
}

.order-bt {
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #f16b52;
  background-color: #f16b52;
  font-size: 14px;
  margin-left: 25px;
  display: inline-block;
}

/* .flit-h li .active img {
  filter: brightness(30.5) invert(61);
} */
/* HEADER END */
/* HOME PAGE START */
.pd-t {
  padding-top: 100px;
}
.marquee-content> span >img {
    max-width: 300px;
}


.min-banner {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 934px; */
  padding: 230px 0 0;
}

.bnr-hed h4 {
  font-size: 29px;
  color: #f16b52;
  letter-spacing: 0.8px;
  line-height: 40px;
}

.bnr-hed h2 {
  font-size: 94px;
  color: #ffffff;
  line-height: 99px;
}

.bnr-hed p {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.95;
}

.flit-h li button {
  padding: 20px 70px;
  background-color: #232643 !important;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.flit-h li button span {
  margin-right: 10px;
}

.flit-h .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: #fff !important;
}

.flt-all li button {
  padding: 0;
  color: #000000;
  background-color: transparent !important;
  border: none;
  font-size: 17px;
}

.flt-all .btn-secondary:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.flt-all .btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #000 !important;
  background-color: #5c636a;
  border-color: transparent !important;
  box-shadow: none !important;
}

.flt-all ul {
  gap: 30px;
}

.flt-all {
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 40px 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.frm-bx {
  border: 1px solid #e7e7e7;
  padding: 10px 35px;
  border-radius: 10px 10px 10px 10px;
}

.frm-bx input {
  border: none;
}

.frm-bx label {
  padding: 0 !important;
  color: #000000;
  opacity: 0.7;
}

.dub-arw::before {
  content: '';
  position: absolute;
  background-image: url(../images/arrow-doub.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 99;
  right: -24px;
  top: 50px;
}

.frm-bx h3 {
  font-size: 25px;
  font-family: 'Poppins';
}

.flit-h li button:hover {
  color: #fff;
}

.flit-h {
  margin-top: 150px;
  margin-bottom: -110px;
}

div#search-widget>iframe {
  min-height: 300px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serh-bt button {
  background-color: #f16b52;
  color: #fff;
  padding: 13px 50px;
  border: transparent;
  font-size: 21px;
  border-radius: 40px;
  font-family: 'Poppins';
}

.serh-bt {
  margin-bottom: -68px;
  margin-top: 35px;
}

.book-sec {
  padding-top: 135px;
}

.book-sec .card {
  background-color: #f4f4f4;
  border: transparent;
  border-radius: 10px;
  padding: 10px;
  width: 100% !important;
}

.bk-hed h2 {
  font-size: 50px;
  color: #232643;
  line-height: 60px;
}

.bk-hed h2 {
  font-size: 50px;
  color: #232643;
  line-height: 60px;
}

.book-sec .card-title {
  font-size: 27px;
  font-family: 'Poppins';
  line-height: 35px;
}

.book-sec .card-text {
  color: #000000;
  opacity: 0.7;
}

.b-prson p {
  margin: 0;
  font-size: 18px;
  color: #000000;
  opacity: 0.7;
}

.b-prson strong {
  color: #232643;
  opacity: 1;
  font-size: 23px;
}

.b-prson a:hover {
  color: #000000d9;
}

.b-prson a {
  background-color: #f16b52;
  color: #fff;
  padding: 8px 25px;
  border-radius: 50px;
}

.book-sec .owl-carousel .owl-nav button.owl-prev,
.book-sec .owl-carousel .owl-nav button.owl-next,
.book-sec .slick-prev,
.book-sec .slick-next {
  z-index: 1;
  width: 44px;
  height: 44px;
  line-height: 40px;
  border: 1px solid #ddd;
  background: #232643;
  border-radius: 50%;
  position: absolute !important;
  top: -10% !important;
  transform: translatey(-50%);
  color: transparent;
}

.book-sec .owl-carousel .owl-nav button.owl-next:after,
.book-sec .slick-next:after {
  content: '\f054';
  position: absolute;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 18px;
  top: 3px;
  left: 15px;
}

.book-sec .owl-carousel .owl-nav button.owl-prev:after,
.book-sec .slick-prev:after {
  content: '\f053';
  position: absolute;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 18px;
  top: 2px;
  left: 14px;
}

.book-sec .owl-carousel .owl-nav button.owl-prev {
  right: 160px;
}

.book-sec .owl-carousel .owl-nav button.owl-next {
  right: 100px;
}

.trvl-hed h2 {
  font-size: 67px;
  color: #232643;
  line-height: 75px;
}

.trvl-hed a:hover {
  color: #000;
}

.trvl-hed a {
  background-color: #f16b52;
  color: #ffffff;
  padding: 9px 50px;
  border-radius: 50px;
}

.ed-hed h3 {
  font-size: 29px;
  font-family: 'Poppins';
  line-height: 35px;
}

.ed-hed a:hover {
  color: #f16b52;
}

.ed-hed a {
  width: 50px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  background-color: #232643;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
}

.epd-bx {
  border: 1px solid #e5e5e5;
  padding: 20px 15px;
  border-radius: 20px;
}

.epd-bx p {
  color: #000000;
  opacity: 0.7;
  margin: 0;
}

.tw-k {
  background-color: #232643;
  color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
}

.tw-k h2 {
  font-size: 66px;
  font-family: 'Poppins';
}

.tw-k p {
  margin: 0;
}

.service {
  padding-top: 100px;
}

.contr-sec {
  background-color: #f4f4f4;
  padding: 70px 0;
  margin-top: 90px;
}

.cotr-inr h2 {
  font-size: 127px;
  color: #232643;
  line-height: 160px;
}

.ctr-mid {
  border-left: 2px solid #c3c4ca;
  border-right: 2px solid #c3c4ca;
}

.cotr-inr p {
  margin: 0;
  color: #000000;
  opacity: 0.6;
}

.cotr-inr {
  padding: 0 25px;
}

.test-im h2 {
  font-size: 60px;
  color: #232643;
}

.trsr li:first-child {
  padding-left: 70px;
}

.ts-content {
  background-color: #f4f4f4;
  padding: 30px 15px;
  border-radius: 15px;
  width: 85%;
}

.ts-content h3 {
  font-size: 23px;
  font-family: 'Poppins';
  line-height: 27px;
}

.ts-content p {
  font-size: 17px;
  color: #000000;
  font-weight: 500;
}

.ct-nam h4 {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 600;
}

.ct-nam h4 span {
  font-size: 15px;
  font-weight: 500;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
  color: #000;
}

.marquee-content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.trsr li {
  color: #000000;
  opacity: 0.5;
}

.testimonial .owl-carousel .owl-nav button.owl-prev,
.testimonial .owl-carousel .owl-nav button.owl-next,
.testimonial .slick-prev,
.testimonial .slick-next {
  z-index: 1;
  width: 44px;
  height: 44px;
  line-height: 40px;
  border: 1px solid #ddd;
  background: #232643;
  border-radius: 50%;
  position: absolute !important;
  top: 84% !important;
  transform: translatey(-50%);
  color: transparent;
}

.testimonial .owl-carousel .owl-nav button.owl-next:after,
.testimonial .slick-next:after {
  content: '\f054';
  position: absolute;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 14px;
  top: 2px;
  left: 17px;
}

.testimonial .owl-carousel .owl-nav button.owl-prev:after,
.testimonial .slick-prev:after {
  content: '\f053';
  position: absolute;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 15px;
  top: 2px;
  left: 15px;
}

.testimonial .owl-carousel .owl-nav button.owl-prev {
  right: 63px;
}

.testimonial .owl-carousel .owl-nav button.owl-next {
  right: 11px;
}

.tst-sld {
  padding-top: 160px;
}

footer {
  background-color: #f4f4f4;
  padding: 70px 0 0;
  margin-top: 80px;
}

.fot-logo h2 {
  font-size: 64px;
  color: #232643;
}

.fot-lnk a {
  margin: 0 0 14px 0;
}

.fot-logo li a {
  color: #000000;
  font-size: 21px;
  opacity: 0.5;
  font-weight: 500;
}

.fot-hed h2 {
  font-size: 114px;
  margin: 0;
  padding: 30px 0;
}

.fot-lnk li a {
  color: #000000;
  font-size: 21px;
  font-weight: 500;
}

.copy {
  background-color: #f4f4f4;
  border-top: 2px solid #eaeaea;
  padding: 20px 0 25px;
}

.copy p {
  color: #000;
  margin: 0;
  font-size: 14px;
}

.copy li a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}

.flow-icon li a:hover {
  color: #000;
  background-color: #fff;
}

/* HOME PAGE END */


.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

/* inner page Styling START */
section.innerpage {
  max-height: 650px;
  display: flex;
  min-height: 500px;
  align-items: center;
  padding-top: 220px;
}

/* inner page Styling END */


/* Blog page Styling START  */
.featured-tag {
  color: #ff6b6b;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.article-title {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.featured-article .article-title {
  font-size: 1.8rem;
  margin-top: 10px;
  color: #444;
}

.article-meta {
  font-size: 0.8rem;
  color: #666;
  text-align: right;
  margin-bottom: 15px;
}

.article-excerpt {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.more-stories {
  color: #ff6b6b;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.small-article {
  margin-bottom: 25px;
}

.small-article .article-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #444;
}

.location {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
}



.article-img {
  border-radius: 8px;
  overflow: hidden;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-img:hover img {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .featured-article {
    margin-bottom: 30px;
  }
}

/* Blog page Styling END  */
.section-title {
  font-size: 2.5rem;
}




/* Destination Page Styling START  */
.category-section {
  padding: 20px 0;
}

.category-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.custom-checkbox .form-check-input:checked {
  background-color: #f47458;
  border-color: #f47458;
}

.custom-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
}

.price-filter {
  margin-top: 40px;
}

.price-slider {
  position: relative;
  height: 5px;
  background-color: #e9ecef;
  border-radius: 5px;
  margin: 40px 0 20px;
}

.price-slider .ui-slider-range {
  position: absolute;
  height: 5px;
  background-color: #f47458;
}

.price-slider .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f47458;
  border-radius: 50%;
  top: -8px;
  margin-left: -10px;
  cursor: pointer;
}

.price-bubble {
  position: absolute;
  background-color: #f47458;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  top: -40px;
  transform: translateX(-50%);
}

.price-bubble:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #f47458 transparent;
}

.destination-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
}

.destination-image {
  width: 40%;
  overflow: hidden;
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-info {
  width: 60%;
  padding: 25px;
}

.destination-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.destination-subtitle {
  color: #6c757d;
  margin-bottom: 15px;
}

.destination-description {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 15px;
}

.destination-price {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}

.price-per-person {
  color: #6c757d;
  font-size: 16px;
  font-weight: normal;
}

.book-now-btn {
  background-color: #f47458;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  color: white;
  font-weight: 500;
  transition: all 0.3s;
}

.book-now-btn:hover {
  background-color: #e05e42;
  transform: translateY(-2px);
}

.amenities {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 300px;
}

.amenity {
  text-align: center;
  font-size: 12px;
  color: #6c757d;
}

.amenity i {
  font-size: 20px;
  color: #f47458;
  margin-bottom: 5px;
}

.divider {
  height: 1px;
  background-color: #e9ecef;
  margin: 15px 0;
}

/* Destination Page Styling END */



/* Pricing Page Styling STRAT */
.package-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.package-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.package-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.package-price {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1a2b49;
  margin-bottom: 20px;
}

.price-person {
  font-size: 14px;
  font-weight: normal;
  color: #6c757d;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 13px;
  color: #6c757d;
}

.feature-item i {
  color: #1a2b49;
  margin-right: 8px;
  margin-top: 3px;
  font-size: 12px;
}

.location-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.location-item i {
  color: #1a2b49;
  margin-right: 8px;
  margin-top: 3px;
}

.nights-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.nights-item i {
  color: #1a2b49;
  margin-right: 8px;
  margin-top: 3px;
}

.view-details-btn {
  background-color: #f47458;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  transition: background-color 0.3s;
  text-align: center;
}

.view-details-btn:hover {
  background-color: #e05e42;
  color: #fff;
}

.divider {
  height: 1px;
  background-color: #e9ecef;
  margin: 12px 0;
}



.mb40 {
  margin-bottom: -40px;
  margin-top: 25px;
}

/* Pricing Page Styling END */





/* Package Detail Page Styling START */
.package-section {
  /* background-color: white; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  /* padding: 30px; */
  margin-bottom: 20px;
}

.section-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.package-list {
  list-style: none;
  padding-left: 0;
}

.package-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.package-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23198754'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: contain;
}

.day-circle {
  width: 50px;
  height: 50px;
  background-color: #ff6b6b;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
}

.tour-day {
  display: flex;
  margin-bottom: 20px;
}

.tour-details {
  flex: 1;
}

.tour-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.booking-form {
  background-color: #f1f1f1;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 40px 25px;
  margin-bottom: 20px;
  margin-top: -250px;
}

.form-control {
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 10px 15px;
}

.book-btn {
  background-color: #ff6b6b;
  border: none;
  color: white;
  padding: 12px;
  border-radius: 100px;
  width: 100%;
  font-weight: 600;
  margin-top: 10px;
}

.promo-card {
  /* background-color: #ff8a65; */
  color: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background-image: url('../images/package-detail.png');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 138, 101, 0.8); */
  z-index: 1;
}

.promo-content {
  position: relative;
  z-index: 2;
}

.promo-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.map-container {
  height: 200px;
  background-color: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
}

.map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-form .form-control {
  padding: 15px;
  border: none;
  border-radius: 100px;
}

.booking-form textarea.form-control {
  border-radius: 15px;
  resize: none;
}

/* Package Detail Page Styling END */



/* Login Page Styling START */
.login-container {
  /* height: 100vh; */
  display: flex;
  align-items: center;
}

.login-form-section {
  padding: 0 5%;
}

.welcome-text {
  font-size: 5rem;
  font-weight: 700;
  color: #f47458;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  font-family: 'Finance';
}

.welcome-subtitle {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 2.5rem;
  max-width: 90%;
}

.form-control {
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  border: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.login-form-wrapper .form-control {
  padding: 20px 15px;
  border-radius: 100px;
  border-color: #cccccc85 !important;
}

.login-form-wrapper button.btn.sign-in-btn {
  background: #f16b52;
  padding: 20px;
  color: #fff;
  border-radius: 100px;
  max-height: 66px;
  font-size: 18px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f47458;
}

.form-control::placeholder {
  color: #aaa;
}

.sign-in-btn {
  background-color: #f47458;
  border: none;
  border-radius: 50px;
  padding: 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transition: background-color 0.3s;
}

.sign-in-btn:hover {
  background-color: #e05e42;
}

.remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  background-color: #fff;
  border: 1px solid #ccc;
}

.form-check-input:checked {
  background-color: #f47458;
  border-color: #f47458;
}

.form-check-label {
  margin-left: 0.5rem;
  font-size: 0.95rem;
}

.forgot-password {
  color: #f47458;
  text-decoration: none;
  font-size: 0.95rem;
}

.forgot-password:hover {
  text-decoration: underline;
}

.signup-link {
  color: #f47458;
  text-decoration: none;
  font-weight: 500;
}

.signup-link:hover {
  text-decoration: underline;
}

.signup-text {
  font-size: 0.95rem;
  color: #666;
}


.login-image {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  /* object-position: center; */
}

.nav-link.active>span>img {
  filter: brightness(0.1);
}

.contact-ltf {
  background-color: #f16b52;
  padding: 30px 25px;
  border-radius: 10px;
}

.contact-ltf h3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.contact-ltf p {
  color: #fff !important;
  font-family: 'Montserrat' !important;
  font-weight: 500 !important;
  opacity: .8;
}

.eml-plan i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #f16b52;
  background-color: #fff;
  font-size: 29px;
}

.eml-cont h4 {
  font-size: 25px;
  color: #fff;
}

.contact-ltf p {
  color: #fff !important;
  font-family: 'Montserrat' !important;
  font-weight: 500 !important;
  opacity: .8;
}

/* Login Page Styling END */



/* google translate Styling START  */
/* google translator  */
select.goog-te-combo {
  background: transparent;
  color: #fff !important;
  height: 36px;
  margin: 0 !important;
  border: none !important;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
}

.skiptranslate.goog-te-gadget {
  height: 30px;
  overflow: hidden;
}

select.goog-te-combo>option {
  color: var(--black-color);
}

/* language converter */
.goog-te-banner-frame {
  display: none !important
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body>.skiptranslate {
  display: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

select.goog-te-combo:focus-visible {
  outline: none !important;
  border: none !important;
}

/* google translate Styling END  */

/* Certificates Sectiuon Style START  */
.certificate-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

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

.certificate-image {
  width: 100%;
  /* height: 250px; */
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 2.5rem;
}
.certificate-card:hover .certificate-image {
  transform: scale(1.05);
}

.certificate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(44, 90, 160, 0.8), rgba(255, 193, 7, 0.8));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

.certificate-card:hover .certificate-overlay {
  opacity: 1;
}

.certificate-info {
  padding: 1.5rem;
  text-align: center;
}

.certificate-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.certificate-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.stats-section {
  background: var(--primary-color);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.stat-item {
  margin-bottom: 2rem;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent-color);
  display: block;
}

.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}

.back-to-top.show {
  opacity: 1;
}

.back-to-top:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

.certificate-card a {
  object-fit: cover;
  object-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
}

/* Certificates Sectiuon Style END  */


@media (max-width: 1440px) {
    .bnr-hed h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .bnr-hed p {
        font-size: 16px;
    }
    .flit-h li button {
        padding: 20px 50px; 
    }
    .bk-hed h2, .trvl-hed h2, .test-im h2, .fot-logo h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .b-prson a {
        padding: 8px 15px;
    }
    .b-prson strong {
        font-size: 18px;
    }
    .b-prson p {
        font-size: 16px;
    }
    .book-sec .card-title {
        font-size: 22px;
        line-height: 24px;
    }
    .cotr-inr h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .cotr-inr p {
        font-size: 14px;
    }
    .fot-hed h2 {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
  .welcome-text {
    font-size: 3.5rem;
  }

  .image-section {
    display: none;
  }

  .login-form-section {
    padding: 0 10%;
  }
  .flit-h li button {
    font-size: 16px;
  }
  .bnr-hed h2 {
     font-size: 50px;
     line-height: 50px;
    }
    .navbar-toggler-icon i.fa-solid.fa-bars {
        color: #fff;
    }
    .fot-hed h2 {
        font-size: 60px;
    }
    div#navbarSupportedContent {
        background: #000;
        padding: 20px;
        z-index: 99999;
    }
    .destination-card {
        flex-wrap: wrap;
    }
    .destination-image, .destination-info {
        width: 100%;
    }
    .order-bt {
        margin-left: 0;
        margin-top: 15px;
    }
    span.navbar-toggler-icon {
        display: flex ;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .fot-hed h2 {
        font-size: 40px;
        text-align: center;
    }
    .bk-hed h2, .trvl-hed h2, .test-im h2, .fot-logo h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .flit-h li button {
        padding: 12px 30px;
        margin: 3px;
    }
    .tst-sld {
        padding-top: 80px;
    }
    .eml-plan i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .eml-cont h4 {
        font-size: 20px;
    }
    .contact-ltf p {
        font-size: 14px;
    }
}