* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

:root {
  --primary: #2d9d9f;
  --primary-dark: #4D44DB;
  --primary-light: #ffffff;
  --secondary: #FF6584;
  --dark: #003a59;
  --darker: #0F0F1B;
  --light: #F8F9FA;
  --lighter: #FFFFFF;
  --gray: #ADB5BD;
  --dark-gray: #495057;
  --success: #28A745;
  --warning: #FFC107;
  --danger: #DC3545;
  --info: #17A2B8;


}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #000000 !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a {
  text-decoration: none;
}

p {
  font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    color: #797979;
    letter-spacing: 1px;
}



.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
}

.logo_menu img {
    width: 88px;
}

.nav-link {
    display: block;
    padding: 3px !important;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.top_bar {
background-color: rgb(0 58 89);
    padding: 3px 0px;
    border-bottom: 1px solid #ffebeb;
    border-top: 1px solid #ffebeb;
}

.main_head{
  position: absolute;
  content: "";
 top: 0px;
  width: 100%;
  z-index: 99;
}

.pro_tim .form-label{
color: #115a8d !important;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.pro_tim .form-control{
      padding: 9px .75rem;
}

.pro_tim .form-group{
  margin-top:10px;
}


.pro_tim .form-control{
      border-radius: 2.25rem !important;
}


.right_ul ul {
  list-style-type: none;
  gap: 26px;
  margin-bottom: 0px;
}

.right_uls ul {
  list-style-type: none;
  gap: 26px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.right_uls ul li a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    color: #ffffff;
}

  .tca-reveal-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
  }

  .tca-reveal-image img {
    transform-origin: left;
  }

.mob_header_sec {
    padding: 26px 0px;
    display: none;
}

.header_sec {
  padding: 26px 0px;
}

.top-text p {
  font-size: 14px;
}

.logo_btn button {
  padding: 10px 25px;
  background-color: #003A59;
  border: none;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.banner_img {
  position: relative;
}

.banner_img::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
         background: linear-gradient(177deg, rgb(255 255 255 / 84%) 12%, rgb(0 0 0 / 26%) 50%);
      border-radius: 0px;
}

.banner_img img {
    max-height: 100vh;
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
}

.right_ul ul li a {
font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-family: "DM Sans", sans-serif;
}

.banner_sec {
  position: relative;
  /* padding-bottom: 60px; */
}

.banner_img {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner_text h3 {
    font-size: 67px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
}

.text {
            background: linear-gradient(to right, #003a59 0%, #003a59 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 1px #ffffffa6;
}

.destination.in img {
    Width: 85px !important;
    height: 85px !important;
    border-radius: 57px;
    margin: auto;
    object-fit: cover;
}

.banner_text {
  position: absolute;
  content: "";
  width: 50%;
  left: 25px;
  z-index: 99;
}

.ban_text h6 {
  font-weight: 700;
}

.poplur_pack {
  padding: 60px 0px;
  background-color: #ffffff;
}

.top_title_left h3 {
   font-size: 43px;
    text-transform: capitalize;
    font-weight: 500;
    color: #003a59;
    font-family: "DM Sans", sans-serif;
}

.package_box {
  position: relative;
  width: 100%;
  margin: auto;
}

.package_box::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 90%;
  height: 100%;
      box-shadow: 0 2px 4px 0 rgb(136 144 195 / 94%), 0 5px 15px 0 rgb(37 44 97);
  background: linear-gradient(180deg, rgb(0 58 89 / 33%) 50.12%, rgba(0, 58, 89, 0.9) 89.79%);
  border-radius: 10px;
}

.package_name {
  position: absolute;
  content: "";
      width: 95%;
  z-index: 99;
  bottom: 7%;
  left: 10px;
  color: #fff;
}

.package_name h6 {
  font-size: 18px;
}

.package_box img {
    width: 90%;
    object-fit: cover;
    margin: auto;
    height: 368px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.brouchers img {
  border-radius: 10px;
  width: 95% !important;
  max-height: 245px;
      box-shadow: 0 2px 4px 0 rgb(136 144 195 / 94%), 0 5px 15px 0 rgb(37 44 97);

}

.top_title_right p a {
  color: #003a59;
}

.user-card__media img{
height: 370px;
    object-fit: cover;
}

.brouchers {
  position: relative;
}

.top-category-icon-home i{
 font-size: 28px;
    color: #0b1a2b;
}

.package_names {
  position: absolute;
  content: "";
  width: 50%;
  z-index: 99;
  bottom: 7%;
  left: 10px;
  color: #fff;
}

.brouchers::after {
  content: "";
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;

  background: linear-gradient(270deg, rgba(0, 58, 89, 0) 0%, #003A59 84.02%);
}

.order_pack {
  padding: 60px 0px 60px 0px;
}


.about_sec h3 {
  font-weight: 700;
  font-size: 38px;
  text-transform: capitalize;
}

.about_sec p {
  text-align: justify;
}

.ben_banner_text {
padding: 9px;
    background-color: #9a323400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 288px;
    color: #ffff;
    gap: 5px;
}

.ben_banner_texts {
    padding: 9px;
    background-color: #9a323400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 288px;
    color: #ffff;
    gap: 5px;
}

.ban_icon img {
  width: 100px;
}

.all_packages {
  padding: 60px 0px;
}

.abot_pack {
  padding: 60px 0px;
  background: linear-gradient(180deg, rgb(0 58 89 / 0%) 50.12%, rgb(87 159 197 / 19%) 89.79%);
  /* background-color: #e8f7ff; */
}

.user-card {
    border: 12px solid #ffffff00;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0%);
    position: relative;
    background: #ffffff00;
  /* fallback */
}

.user-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
backdrop-filter: blur(30px) saturate(220%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 30%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.08) 70%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0.2) 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 55%, black 75%);
    background: linear-gradient(180deg, rgb(0 58 89 / 33%) 50.12%, rgba(0, 58, 89, 0.9) 89.79%);
}

.user-card__media {
  margin: 0;
}

.user-card__avatar {
  display: block;
  width: 100%;
  height: 438px;
}

.user-card__body {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #ddd;
  z-index: 1;
}

.user-card__header {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.user-card__name {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
}

.user-card__badge {
  width: 24px;
  height: 24px;
}

.user-card__description {
  color: #ffffff;
}

.user-card__footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-card__stats {
  display: flex;
  gap: 16px;
}

.user-card__stat {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  gap: 4px;
  font-size: 0.975rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  padding: 0.3rem 0.71rem;
  color: #222222;
}

.user-card__stat-value {
  font-weight: 600;
}

.user-card__actions {
  display: flex;
  align-items: center;
}

.user-card__follow-btn {
    background-color: rgb(255 255 255);
    color: #004651;
  border-radius: 40px;
  font-family: inherit;
  font-size: 12px;
  display: flex;
  line-height: 1;
  align-items: center;
  gap: 4px;
  padding: 14px 36px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease, transform 0.3s ease;
}

.user-card__follow-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.user-card__follow-btn:active {
  transform: translateY(1px);
}

.user-card__follow-btn:focus-visible {
  outline: 2px solid #333;
  outline-offset: 3px;
}

.user-card__follow-btn svg {
  width: 32px;
  height: 32px;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.ser_box {
    padding: 26px;
    background-color: #daf2ff;
    height: 100%;
    border-right: 1px solid #0320301f;
    border-left: 1px solid #0320301f;
    border-radius: 10px 10px 10px 10px;
}

.box_card{
    background-color: #d9f2ff;
    height: 100%;
    min-height: 371px;
}

.ser_p img {
        width: 70px;
    margin-bottom: 30px;
}

.package_detail h6{
    font-weight: 700;
    color: #003a59;
    font-size: 24px;
}

.package_detail h6 span{
    color: #595252;
    font-weight: 100;
}

.cards_box{
padding: 28px;
border: 1px solid #ede8e8;
border-radius: 10px;
box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.cards_box h4{
    font-size: 20px;
    color: #115a8d;
    text-transform: capitalize;
}

.cards_box h3{
     font-size: 23px;
    font-weight: 700;
    color: #115a8d;
    text-transform: capitalize;
}

.cards_boxs img{
border-radius: 10px;
    object-fit: cover;
}

.cards_boxs {
    max-height: 400px;
}


.des img{
  height: 200px;
    width: 100%;
    object-fit: cover;
}

.booking_sec{
  padding: 80px 0px;
  background-color: #e3f0f7;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.booking_title h3 {
     font-size: 43px;
    text-transform: capitalize;
    font-weight: 500;
    color: #003a59;
    font-family: "DM Sans", sans-serif;
}

.cards_box ul{
  list-style-type: none;
  padding-left: 0rem !important;
  color: #797979;
}

.cards_box ul li{
        padding-left: 0px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #797979;
    letter-spacing: 1px;
}

.button {
background-color: #003A59;
    padding: 12px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: rgb(33 37 41 / 6%) !important;
    border: 0;
    opacity: 5;
}

.booking-form {
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 26px;
    overflow: auto;
   box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}

.one {
top: 30px;
    position: sticky;
    width: 90%;
    margin: auto;
}

.booking-form .form-control {
    border: none;
    border-bottom: 1px solid #e9dbdb;
    height: 47px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #696868;
    font-weight: 400;
    background: #ffffff;
    border-radius: 0px;
        margin-bottom: 20px;
}

.cards_box ul li span i {
    color: #003a59;
}

.booking-form .form-label {
    color: #000000;
    display: block;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    position: relative;
   margin-top: -14px;
    text-transform: capitalize;
}

.text-center h5{
  font-size:15px;
  margin-top:10px;
  text-transform: capitalize;
}



.logo_btn i{
    font-size: 30px;
    font-weight: 700;
}

.destination img{
Width: 120px !important;
    height: 120px !important;
    border-radius: 57px;
    margin: auto;
        margin-top: 10px;
    margin-bottom: 18px;
    object-fit: cover;
        box-shadow: 0 2px 4px 0 rgb(136 144 195 / 94%), 0 5px 15px 0 rgb(37 44 97);
}

.form-btn .submit-btn {
    background: #2b92c1;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    height: 47px;
        font-size: 12px;
    width: 120px;
    color: #ffffff;
    border-radius: 35px;
    display: block;
    margin-left: 7px;
    border: 1px solid #fff;
}

.custom-shape-divider-bottom-1767936598 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
        z-index: 1;
}

.custom-shape-divider-bottom-1767936598 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 107px;
}

.custom-shape-divider-bottom-1767936598 .shape-fill {
    fill: #FFFFFF;
}

.testimonial_sec{
    background-color: #ffffff;
  padding: 60px 0px;
}

.ser_box h3{
  font-size:20px;
  font-weight: 700;
}

.footer_sos {
    position: fixed;
    bottom: 10px;
    right: 10px;
       background: linear-gradient(135deg, var(--darker), var(--dark));
    padding: 12px 20px;
    border-radius: 37px;
    z-index: 99;
}

.logo_menu a {
    color: #ffffff;
    text-decoration: none;
}

.footersec {
  background-color: #011823;
  padding: 70px 0px;
}

.footer_content {
  max-width: 360px;
}

.foot_ul ul {
  list-style-type: none;
  padding-left: 0px;
  flex-direction: column;
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 100;
}

.bottom p {
  font-size: 12px;
  color: #ffffff;
}

.why_section{
  padding:60px 0px;
background-color: #e3f0f7;
}

.about_sec_two{
  max-width: 550px;
}

.about_sec_two h3 {
    font-weight: 700;
    font-size: 38px;
    text-transform: capitalize;
}

.ban_icon h1{
color: #062b43;
    font-weight: 700;
    font-size: 51px;
}

.abt_img_size{
  max-width:450px;
  margin: auto;
}

.foot_ul ul li a {
  text-decoration: none;
  color: #fff;
}

.footer_content h6 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.banner_sec_inner {
    position: relative;
    padding-bottom: 0px;
}

.banner_img_in{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_text_in {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 9;
}

.banner_text_in h3{
      font-size: 20px;
  color:#fff;
  font-weight:700;
  text-transform: uppercase;
}

.banner_text_in p a{
    color:#fff;
}

.banner_text_in p{
  color:#fff;
}

.banner_img_in img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.banner_img_in::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
        border-radius: 0px 0px 10px 10px;
      background: linear-gradient(177deg, rgb(255 255 255 / 84%) 12%, rgb(0 0 0 / 26%) 50%);
        border-radius: 0px;
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

.input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
        border: 1px solid #4442435e;
    padding: 10px 20px;
        border-radius: 10px;
    position: relative;
    background-color: #f3f7fc00;
}

.input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
     background: #daf2ff;
    -webkit-transition: -webkit-transform 100msease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100msease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.main_btn button {
    background-color: #092135;
    color: #fff;
    padding: 12px 14px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 13px;
    letter-spacing: 2px;
}

.package_img {
    width: 30%;
}
.package_detail_btn{
    width: 20%;
    padding: 28px 1px;
}

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

.package_detail {
    width: 50%;
    padding: 28px 11px;
    background-color: #ffffff;
 
}

.product_ul{
  margin-bottom: 6px;
}

.package_detail h5{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
        margin-bottom: 14px;
}

.product_ul ul{
   padding-left:0px;
  list-style-type: none;
  display: inline-flex;
  gap:10px;
     margin-bottom: 6px;
}

.product_ul ul li i{
    color: #003a59;
    font-weight: 500;
}

.product_ul ul li{
    padding-left: 0px;
    color: #756e6e;
    font-weight: 600;
}

.truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #454141;
    font-size: 15px;
}


.package_cover{
    min-height: 297px;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 37%);
    position: relative;
    background: #ffffff;
    margin-top: 5px;
}

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    outline: none;
    border: 1px solid #4442435e;

    padding: 10px 20px;
    border-radius: 25px;
    position: relative;
    background-color: #f3f7fc00;
}

footer {
  background: linear-gradient(135deg, var(--darker), var(--dark));
  color: var(--lighter);
  padding: 6rem 5rem;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #062b43);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-column {
  position: relative;
  z-index: 1;
}

.footer-column h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
      height: 2px;
  background: var(--primary);
  border-radius: 3px;
}

.footer-column p {
  color:#fff;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.footer-links {
  list-style: none;
  padding-left: 6px;
}

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

.footer-links a {
 color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-block;
  transition: var(--transition);
  position: relative;
  padding-left: 1rem;
}

.footer-links a::before {
  content: '→';
  position: absolute;
  left: -5px;
  opacity: 1;
  transition: var(--transition);
      color: #ffffff;
}

.footer-links a:hover {
  color: var(--lighter);
  padding-left: 1.5rem;
}

.footer-links a:hover::before {
  left: 0;

}


.contact-info {
  margin-top: 1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: var(--gray);
}

.contact-item i {
  margin-right: 0.75rem;
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 3px;
}

.contact-item span {
  font-size: 0.95rem;
  line-height: 1.5;
      color: #fff;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lighter);
  transition: var(--transition);
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.social-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--primary), var(--primary-dark));
  opacity: 0;
  transition: var(--transition);
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.social-link:hover::after {
  /* opacity: 1; */
}

.social-link i {
  position: relative;
  z-index: 1;
}

/* Newsletter */
.newsletter {
  margin-top: 1.5rem;
}

.newsletter p {
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 0.85rem 1.25rem;
  border-radius: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: var(--lighter);
  font-size: 0.95rem;
  transition: var(--transition);
}

.newsletter-input::placeholder {
  color: var(--gray);
}

.newsletter-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 2px var(--primary-light);
}

.newsletter-btn {
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  border: none;
  background: var(--primary);
  color: var(--lighter);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.newsletter-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* Copyright */
.copyright {
  text-align: center;
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray);
  font-size: 0.85rem;
}

.copyright a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

.copyright a:hover {
  color: var(--primary);
  ;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  box-shadow: var(--shadow-md);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-5px);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-column {
  animation: fadeIn 0.6s ease forwards;
}

.footer-column:nth-child(1) {
  animation-delay: 0.1s;
}

.footer-column:nth-child(2) {
  animation-delay: 0.2s;
}

.footer-column:nth-child(3) {
  animation-delay: 0.3s;
}

.footer-column:nth-child(4) {
  animation-delay: 0.4s;
}

.menu_mobile{
    display:none;
}

.menu_mobile i{
    color: #fff;
    font-size: 27px;
}
.side-menu {
  position: fixed;
  top: 0;
  left: -250px;             /* hidden off screen */
  width: 250px;
  height: 100%;
  background: #112353;
  color: white;
  padding-top: 60px;
  transition: left 0.35s ease;   /* smooth slide */
  z-index: 1000;
}

.side-menu a:hover {
    background: #1b2e60;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.side-menu a {
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
        margin-top: 15px;
}

/* Overlay behind menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 500;
}

/* Active/open states */
.side-menu.open {
  left: 0;
}

.overlay.active {
  display: block;
}

.side_ul ul {
    list-style-type: none;
    padding-left: 0px;
    line-height: 43px;
}

.footer-social-link ul {
    list-style-type: none;
    display: flex;
    padding-left: 0px;
}

.footer-social-link ul li a {
       font-size: 17px;
    color: #000;
}

.footer-social-link h3{
  font-size:18px;
}

.side_ul li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #444243;
    letter-spacing: 2px;
    font-weight: 500;
}


/* Responsive */
@media (max-width: 992px) {
  .container {
    padding: 0 1.5rem;
  }

  .footer-grid {
    gap: 2rem;
  }

  .banner_text {
    position: absolute;
    content: "";
    width: 99%;
    left: 25px;
    z-index: 99;
  }
.mob_header_sec {
    padding: 0px 0px;
    display: block;
    position:fixed;
    width:100%;
}
.brouchers img {
    border-radius: 10px;
    width: 100% !important;
    max-height: 245px;
}
  .header_sec {
    display: none;
    padding: 26px 0px;
  }

  .about_sec h3 {
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
}
.custom-shape-divider-bottom-1767936598 {
    position: absolute;
    bottom: -1px !important;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1;
}
}

@media (max-width: 768px) {

      .menu_mobile{
    display:block;
}

.logo_menu img {
    width: 70px;
}

.menu_right{
  display:none;
}

  footer {
    padding: 3rem 0 2rem;
  }

  .banner_text h3 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
}

.top_title_left h3 {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    color: #003a59;
}

.banner_img img {
    min-height: 450px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.banner_sec {
    padding-bottom: 10px;
}

    .package_box img {
        width: 100%;
        object-fit: cover;
        height: 249px;
        margin: auto;
        border-radius: 10px;
    }

    .about_sec_two h3 {
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
}

.package_box::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 58 89 / 33%) 50.12%, rgba(0, 58, 89, 0.9) 89.79%);
    border-radius: 10px;
}

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
  }


  .package_img {
    width: 100%;
}
.package_detail {
    width: 100%;
           padding: 28px 17px;
}
.package_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.banner_text_in h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
    .right_uls ul li a {
        font-weight: 400;
        text-transform: capitalize;
        font-size: 10px;
        color: #ffffff;
    }

    .booking_title h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #003a59;
}

.des img {
    height: 171px;
    width: 100%;
    object-fit: cover;
}

.one {
top: 30px;
    position: sticky;
    width: 100%;
    margin: auto;
}

.all_packages {
    padding: 20px 0px;
}

.booking_sec {
    padding: 20px 0px;
    background-image: linear-gradient(to bottom, #e1feff, #ecfeff), url(../images/travel2.webp);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.poplur_pack {
    padding: 20px 0px;
    background-color: #ffffff;
}
.abot_pack {
    padding: 20px 0px;
    background: linear-gradient(180deg, rgb(0 58 89 / 0%) 50.12%, rgb(87 159 197 / 19%) 89.79%);
    /* background-color: #e8f7ff; */
}

.order_pack {
    padding: 20px 0px 20px 0px;
}

.why_section {
    padding: 20px 0px;
    background-color: #DAF2FF;
}

.testimonial_sec {
    background-color: #ffffff;
    padding: 20px 0px;
}
.ben_banner_texts {
    padding: 9px;
    background-color: #9a323400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 342px;
    color: #ffff;
    gap: 5px;
}
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-column h3::after {
    width: 40px;
  }

  .banner_img_in img {
    min-height: 400px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    object-fit: cover;
}
.about_sec p {
    text-align: left;
}
}

@media (max-width: 480px) {
  .user-card {
        width: 100%;
        height: 438px;
        border-width: 10px;
        margin: auto;
  }

    .package_detail_btn {
        width: 25%;
        margin-bottom: -4px;
    }

    .package_detail_btn {
    width: 20%;
    padding: 11px 1px;
}

  .ben_banner_text {
    padding: 9px;
    background-color: #9a323400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 184px;
    color: #ffff;
    gap: 5px;
}

.ban_icon h1 {
    color: #062b43;
    font-weight: 700;
    font-size: 42px;
}

  .user-card__name {
    font-size: 1.4rem;
  }

  .user-card__description {
    font-size: 1.05rem;
  }

  .user-card__follow-btn {
    font-size: 1.05rem;
  }
}
.toastt {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 18px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    animation: slideIn 0.3s ease;
    background: #2500ac;
}

.toastt.success {
    background-color: #28a745;
}

.toastt.danger {
    background-color: #dc3545;
}