/*-----------------------------------------------------------------------------------

    Template Name: TraveLand - Tour and Travel Agency Template
    Author: UIdeck

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01
     Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88;
  background: #000000;
}

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

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #FAA72B;
}

a{color: #FAA72B;}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}



/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: rgb(215, 43, 85);
}

.main-btn:hover {
  background-color: rgba(215, 43, 85, 0.8);
  color: #fff;
  -webkit-box-shadow: 0px 3px 22px 0px rgba(99, 99, 99, 0.3);
  box-shadow: 0px 3px 22px 0px rgba(97, 97, 97, 0.3);
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #FAA72B;
  border-color: #FAA72B;
}

.main-btn.main-btn-2:hover {
  background-color: #FAA72B;
  border-color: #FAA72B;
  color: #fff;
}

/*===== Section Title Style =====*/
.section_title .title {
  font-size: 44px;
  font-weight: 600;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .title {
    font-size: 30px;
  }
}

.section_title .title span {
  color: rgba(215, 43, 85, 0.9);
}

.section_title p {
  margin-top: 20px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #FAA72B #FAA72B #F9FAFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9FAFB;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9FAFB;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}



/*---------------gallery-----------------*/

/* Header Styles */
.title_badge {
  background: linear-gradient(135deg, #D72B55, #E4405F);
  color: #FFFFFF;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section_title_VIDEO .title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(135deg, #D72B55, #207A75);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section_subtitle {
  font-size: 1.2rem;
  color: #CCCCCC;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Filter Tabs */
.creative_filter_tabs {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 60px;
}

.filter_nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter_tab {
  background: transparent;
  border: 2px solid transparent;
  color: #FFFFFF;
  padding: 15px 25px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.filter_tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.6s;
}

.filter_tab:hover::before {
  left: 100%;
}

.filter_tab.active,
.filter_tab:hover {
  background: linear-gradient(135deg, #D72B55, #207A75);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(215, 43, 85, 0.3);
}

.tab_icon {
  font-size: 18px;
  filter: grayscale(0) brightness(1.2);
}

/* Video Gallery Styles */
.video_gallery_area {
  background: #0A0A0A;
  position: relative;
  overflow: hidden;
}

.video_gallery_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
      radial-gradient(circle at 20% 30%, rgba(215, 43, 85, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(32, 122, 117, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

/* Video Filter Tabs */
.video_filter_tabs {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 60px;
}

/* Video Hero Section */
.video_hero_item {
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 60px;
  border: 1px solid rgba(255,255,255,0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video_hero_item::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(215, 43, 85, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.video_hero_content {
  position: relative;
  z-index: 2;
}

.video_badge {
  background: rgba(215, 43, 85, 0.2);
  color: #FF6B8B;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 30px;
  border: 1px solid rgba(215, 43, 85, 0.3);
}

.video_hero_title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 20px;
}

.video_hero_description {
  font-size: 1.3rem;
  color: #CCCCCC;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 500;
}

.video_stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.video_stat {
  text-align: center;
}

.stat_number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #D72B55;
  line-height: 1;
  margin-bottom: 8px;
}

.stat_label {
  font-size: 14px;
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.play_hero_btn {
  background: linear-gradient(135deg, #D72B55, #E4405F);
  color: #FFFFFF;
  border: none;
  padding: 18px 35px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.play_hero_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(215, 43, 85, 0.4);
}

.play_icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.play_hero_btn:hover .play_icon {
  transform: scale(1.2);
}

/* Video Preview */
.video_hero_preview {
  position: relative;
}

.video_preview_container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.5);
  cursor: pointer;
}

.hero_preview_video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.6s ease;
}

.video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(215, 43, 85, 0.2), rgba(32, 122, 117, 0.1));
  transition: opacity 0.3s ease;
}

.video_play_indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  z-index: 3;
}

.play_pulse {
  width: 80px;
  height: 80px;
  background: rgba(215, 43, 85, 0.8);
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: pulse 2s infinite;
}

.play_pulse::before {
  content: '▶';
  font-size: 30px;
  color: #FFFFFF;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(215, 43, 85, 0.7);
  }
  70% {
      box-shadow: 0 0 0 20px rgba(215, 43, 85, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(215, 43, 85, 0);
  }
}

.play_text {
  font-weight: 600;
  font-size: 16px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Video Grid */
.videos_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
  justify-items: center;
}

/* Fallback for older browsers */
@supports not (grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))) {
  .videos_grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
  }
  
  .video_card {
      flex: 0 1 350px;
      max-width: 350px;
  }
}

.video_card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
}

/* Single card styling */
.videos_grid:has(> :only-child) {
  grid-template-columns: minmax(350px, 400px);
}

.video_card:hover {
  transform: translateY(-10px);
  border-color: rgba(215, 43, 85, 0.5);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.video_card_content {
  padding: 25px;
  position: relative;
  z-index: 2;
}

.video_card_badge {
  background: rgba(32, 122, 117, 0.2);
  color: #4FD1C5;
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid rgba(32, 122, 117, 0.3);
}

.video_card_title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.2;
}

.video_card_description {
  font-size: 0.9rem;
  color: #CCCCCC;
  margin-bottom: 15px;
  font-weight: 500;
}

.video_duration {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
}

/* Video Preview in Cards */
.video_card_preview {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.preview_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.video_card:hover .preview_video {
  transform: scale(1.1);
}

.video_card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video_card:hover .video_card_overlay {
  opacity: 1;
}

.video_play_btn {
  background: rgba(215, 43, 85, 0.9);
  color: #FFFFFF;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.video_play_btn:hover {
  background: #D72B55;
  transform: scale(1.1);
}

.play_btn_icon {
  font-size: 16px;
}

.video_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #D72B55;
  transition: width 0.3s ease;
}

.video_card:hover .video_progress {
  width: 100%;
}

/* Video Modal */
.video_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.video_modal.active {
  display: flex;
}

.video_modal_container {
  background: rgba(30, 30, 30, 0.95);
  border-radius: 20px;
  max-width: 90%;
  max-height: 90%;
  position: relative;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  width: 900px;
}

.video_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.video_modal_close:hover {
  background: rgba(215, 43, 85, 0.8);
  transform: rotate(90deg);
}

.video_player_container {
  position: relative;
}

.modal_video {
  width: 100%;
  /*height: 450px;*/
  object-fit: cover;
  border-radius: 0;
}

.video_player_controls {
  padding: 25px;
  background: rgba(0, 0, 0, 0.8);
}

.video_info {
  margin-bottom: 20px;
}

.video_modal_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.video_modal_description {
  font-size: 1rem;
  color: #CCCCCC;
  line-height: 1.5;
}

.video_actions {
  display: flex;
  gap: 15px;
}

.video_action_btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.video_action_btn:hover {
  background: rgba(215, 43, 85, 0.2);
  border-color: rgba(215, 43, 85, 0.5);
}

/* CTA Section */
.video_cta_section {
  background: linear-gradient(135deg, rgba(215, 43, 85, 0.1), rgba(32, 122, 117, 0.1));
  border-radius: 30px;
  padding: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}


/*gallery----------*/


:root {
  --gold: #d4af37;
  --light-gold: #f9e076;
  --dark-bg: #1a2a3a;
  --darker-bg: #0d1b2a;
  --card-bg: #1e2d3d;
  --text-light: #e0e1dd;
  --text-gray: #b0b8c5;
}



.containe_GALLERY {
  max-width: 100%;
  background: 
      radial-gradient(circle at 20% 30%, rgba(215, 43, 85, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(32, 122, 117, 0.15) 0%, transparent 50%);
}



.tagline {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
  color: var(--text-gray);
}

.gold-line {
  height: 3px;
  width: 200px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  position: relative;
}

.gold-line::before, .gold-line::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: linear-gradient(135deg, #D72B55, #207A75);
  border-radius: 50%;
  top: -3.5px;
}

.gold-line::before {
  left: 0;
}

.gold-line::after {
  right: 0;
}

.section-title_design {
  font-size: 2.2rem;
  text-align: center;
  margin: 60px 0 30px;
  background: linear-gradient(135deg, #D72B55, #207A75);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}

.section-title_design::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20%;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D72B55, transparent);
}

.gallery-container {
  position: relative;
  margin: 40px 0 80px;
  overflow: hidden;
}

.gallery-scroll {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.gallery-page {
  display: flex;
  flex: 0 0 100%;
  gap: 20px;
  justify-content: center;
}

.masonry-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 280px;
}

.masonry-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  position: relative;
  background: var(--card-bg);
  cursor: pointer;
}

.masonry-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.masonry-item:hover img {
  transform: scale(1.05);
}

.item-tall {
  height: 380px;
}

.item-medium {
  height: 280px;
}

.item-short {
  height: 220px;
}

.item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: rgb(10, 10, 10);
  padding: 15px 12px 10px;
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.3s ease;
}

.masonry-item:hover .item-caption {
  transform: translateY(0);
  opacity: 1;
}

.item-caption h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #D72B55;
}

.item-caption p {
  font-size: 0.85rem;
  color: var(--text-light);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.page-btn {
  background: linear-gradient(135deg, #D72B55, #207A75);
  border: 2px solid linear-gradient(135deg, #D72B55, #207A75);
  color: linear-gradient(135deg, #D72B55, #207A75);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.page-btn:hover {
  background: #D72B55;
  color: #207A75;
  transform: scale(1.1);
}

.page-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-btn.disabled:hover {
  background: rgba(212, 175, 55, 0.2);
  color: var(--gold);
  transform: scale(1);
}

.page-indicators {
  display: flex;
  gap: 10px;
}

.page-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #207A75;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-indicator.active {
  background: #D72B55;
  transform: scale(1.2);
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  overflow: hidden;
}

.modal-content {
  position: relative;
  width: 90%;
  height: 90%;
  margin: 2% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-image {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.modal-caption {
  margin-top: 20px;
  text-align: center;
  color: white;
  max-width: 80%;
}

.modal-caption h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #D72B55;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.modal-nav-btn {
  background: #D72B55;
  border: 2px solid #D72B55;
  color: black;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.5rem;
}

.modal-nav-btn:hover {
  background: #207A75;
  color: black;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1001;
}

.close-modal:hover {
  color: var(--gold);
  transform: scale(1.1);
}




.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.social-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2a3b4c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.social-link:hover {
  background: var(--gold);
  color: var(--dark-bg);
  transform: translateY(-5px);
}

@media (max-width: 1600px) {
  .container {
      max-width: 1400px;
  }
  
  .masonry-column {
      width: 230px;
  }
  
  .item-tall {
      height: 350px;
  }
  
  .item-medium {
      height: 250px;
  }
  
  .item-short {
      height: 200px;
  }
}

@media (max-width: 1300px) {
  .masonry-column {
      width: 200px;
  }
  
  .item-tall {
      height: 320px;
  }
  
  .item-medium {
      height: 230px;
  }
  
  .item-short {
      height: 180px;
  }
}

@media (max-width: 1100px) {
  .gallery-page {
      flex-wrap: wrap;
  }
  
  .masonry-column {
      width: 30%;
  }
}

@media (max-width: 900px) {
  .masonry-column {
      width: 45%;
  }
}

@media (max-width: 768px) {
  .logo {
      font-size: 2.5rem;
  }
  
  .section-title {
      font-size: 1.8rem;
  }
  
  .masonry-column {
      width: 100%;
      max-width: 400px;
  }
  
  .modal-nav-btn {
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
  }
}


    


/*----end---*/

/* Responsive Design */
@media (max-width: 1200px) {
  .video_hero_item {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 40px;
  }
  
  .video_hero_title {
      font-size: 3rem;
  }
  
  .videos_grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .video_hero_item {
      padding: 30px;
  }
  
  .video_hero_title {
      font-size: 2.2rem;
  }
  
  .video_stats {
      flex-direction: column;
      gap: 20px;
  }
  
  .video_cta_section {
      grid-template-columns: 1fr;
      padding: 40px 30px;
      gap: 40px;
  }
  
  .modal_video {
      height: 300px;
  }
}

@media (max-width: 480px) {
  .video_hero_title {
      font-size: 1.8rem;
  }
  
  .videos_grid {
      grid-template-columns: 1fr;
  }
  
  .video_modal_container {
      max-width: 95%;
  }
}
/*---------------end gallery-------------*/

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.21);
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 20px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px 15px;
  position: relative;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #EEC41E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #FAA72B;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #FAA72B;
}

/*===== SLIDER =====*/
.single_slider {
  height: 800px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 165px;
}

@media only screen and (min-width: 1400px) {
  .single_slider {
    height: 950px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    border-bottom-left-radius: 105px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_slider {
    height: 600px;
    border-bottom-left-radius: 85px;
  }
}

.single_slider::before {
  position: absolute;
  content: '';
  background-color: rgba(56, 66, 77, 0.24);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider_content {
  padding-top: 80px;
}

.slider_content .slider_title {
  font-size: 54px;
  color: #ffffff;
  margin-top: 15px;
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .slider_title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

.slider_content .slider_title span {
  display: contents;
  color: #FAA72B;
}

.slider_content p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .slider_content p {
    font-size: 16px;
  }
}

.slider_content .main-btn {
  margin-top: 45px;
}

/*===about========================
        03.ABOUT css 
===========================*/
.about_wrapper {
  position: relative;
}

.about_image {
  width: 48%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image {
     border-top-right-radius: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    /* border-top-right-radius: 170px; */
  }
}

@media (max-width: 767px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    /* border-top-right-radius: 100px; */
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .about_content {
    margin-top: 45px;
  }
}

.about_content .main-btn {
  margin-top: 45px;
}

.about_content .main-btn:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.about_counter {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}

.single_counter {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  width: 192px;
  height: 142px;
  text-align: center;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter {
    width: 20.6%;
  }
}

@media (max-width: 767px) {
  .single_counter {
    width: 40%;
    padding: 10px;
  }
}

.single_counter span {
  font-size: 34px;
  font-weight: 700;
  color: #38424D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single_counter span {
    font-size: 24px;
  }
}

.single_counter p {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single_counter p {
    font-size: 14px;
  }
}

.single_counter.counter_1 {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.single_counter.counter_2 {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/*===========================
     04.DESTINATION css 
===========================*/
.destination_area {
  background-color: #000000;
}

.single_destination .destination_image img {
  width: 100%;
}

.single_destination .destination_content {
  background-color: #fff;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  position: relative;
}

.single_destination .destination_content .main-btn {
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background-color: #fff;
  color: #38424D;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  position: absolute;
  right: 25px;
  top: -18px;
}

.single_destination .destination_content .title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_destination .destination_content .title a {
    font-size: 18px;
  }
}

.single_destination .destination_content .price {
  font-size: 16px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_destination .destination_content .more {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FAA72B;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.single_destination:hover .destination_content {
  background-color: #FAA72B;
}

.single_destination:hover .destination_content .title a {
  color: #fff;
}

.single_destination:hover .destination_content .price {
  color: #fff;
}

.single_destination:hover .destination_content .more {
  color: #FAA72B;
  background-color: #fff;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 100px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, black, transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: white;
}

.call-to-action p {
  color: white;
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  color: white;
  background-color: #E4405F;
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}


/*===========================
      05.SERVICE css 
===========================*/
.single_service {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(222, 222, 222, 0.1);
  padding: 25px 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius:1rem ;
}

.single_service .services_icon i {
  width: 75px;
  height: 75px;
  border: 2px solid #FAA72B;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #FAA72B;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service .services_content .title {
  margin-top: 25px;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_service .services_content .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single_service .services_content .title {
    font-size: 20px;
  }
}

.single_service .services_content p {
  margin-top: 15px;
  color: #207A75;
}

.single_service:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
}

.single_service:hover .services_icon i {
  background: #FAA72B;
  color: #fff;
}

/*===========================
      06.GELLARY css 
===========================*/
/* .single_gallery {
  position: relative;
}

.single_gallery img {
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.single_gallery a {
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  background-color: #FAA72B;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.single_gallery:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); */
/* } */

/*===========================
      07.TEAM css 
===========================*/
.team_area {
  background-color: #F9FAFB;
}

.single_team {
  position: relative;
}

.single_team .team_image {
  position: relative;
  overflow: hidden;
}

.single_team .team_image img {
  width: 100%;
}

.single_team .team_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: -80px;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) translateX(-100%);
  transform: skewX(-30deg) translateX(-100%);
  background-color: rgba(238, 196, 30, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_image::before {
    left: -65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_image::before {
    left: -103px;
  }
}

@media (max-width: 767px) {
  .single_team .team_image::before {
    left: -90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_image::before {
    left: -75px;
  }
}

.single_team .team_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_content {
    padding: 20px;
  }
}

.single_team .team_content .team_name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content p {
  margin-top: 5px;
  font-weight: 300;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social {
  margin-top: 15px;
}

.single_team .team_content .social li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social li a {
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
  background-color: #fff;
  color: #FAA72B;
}

.single_team:hover .team_image::before {
  -webkit-transform: skewX(-30deg) translateX(0);
  transform: skewX(-30deg) translateX(0);
}

.single_team:hover .team_content .team_name {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.single_team:hover .team_content p {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.single_team:hover .team_content .social li {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.single_team:hover .team_content .social li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.single_team:hover .team_content .social li:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.single_team:hover .team_content .social li:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/*===========================
     08.TESTIMONIUAL css 
===========================*/
.single_testimonial {
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  position: relative;
  margin: 30px 0;
}

.single_testimonial i {
  font-size: 60px;
  line-height: 60px;
  color: #FAA72B;
  position: absolute;
  top: 30px;
  right: 30px;
}

.single_testimonial img {
  border-radius: 5px;
  display: inline-block;
}

.single_testimonial .author_name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.single_testimonial .sub_title {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.single_testimonial p {
  margin-top: 20px;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial_active .slick-dots li button {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #EEC41E;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #FAA72B;
}

/*===========================
         09.BLOG css 
===========================*/
.single_blog {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single_blog {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog {
    padding: 20px;
  }
}

.single_blog:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
}

.single_blog .blog_image img {
  width: 100%;
}

.single_blog .blog_content {
  padding-top: 25px;
}

.single_blog .blog_content .blog_meta ul li {
  font-size: 16px;
  color: #747E88;
  display: inline-block;
}

.single_blog .blog_content .blog_meta ul li + li {
  margin-left: 30px;
}

.single_blog .blog_content .blog_meta ul li a {
  color: #747E88;
}

.single_blog .blog_content .blog_title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

.single_blog .blog_content .blog_title a:hover {
  color: #FAA72B;
}

.single_blog .blog_content p {
  margin-top: 15px;
}

.single_blog .blog_content .more {
  margin-top: 15px;
  color: #FAA72B;
  font-size: 16px;
  font-weight: 500;
}

.single_blog .blog_content_2 {
  padding-left: 30px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single_blog .blog_content_2 .blog_title a {
  margin-top: 0;
}

.blog_share {
  padding-top: 20px;
}

.blog_share span {
  font-size: 24px;
  font-weight: 500;
  color: #38424D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog_share span {
    font-size: 18px;
  }
}

.blog_share .social li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
}

.blog_share .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.blog_share .social li .social_1 {
  background-color: #4977D9;
}

.blog_share .social li .social_2 {
  background-color: #55ACEE;
}

.blog_share .social li .social_3 {
  background-color: #E4405F;
}

.blog_share .social li .social_4 {
  background-color: #0077B5;
}

/*===========================
        10.CONTACT css 
===========================*/
.contact_area {
  background-color: #000000;
}

.single_form {
  margin-top: 30px;
}

.single_form input,
.single_form textarea {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  border: 2px solid #DBDBDB;
  border-radius: 50px;
  background-color: #fff;
  color: #747E88;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input:-ms-input-placeholder,
.single_form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-ms-input-placeholder,
.single_form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::placeholder,
.single_form textarea::placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input:focus,
.single_form textarea:focus {
  border-color: #FAA72B;
}

.single_form textarea {
  height: 230px;
  padding-top: 15px;
  border-radius: 25px;
  resize: none;
}

.single_form .main-btn {
  border-radius: 50px;
}

.single_form .main-btn:hover {
  -webkit-box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
  box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
}

.single_form .nice-select {
  float: none;
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 25px;
  border: 2px solid #DBDBDB;
  border-radius: 50px;
}

.single_form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 25px;
  border-color: #747E88;
}

.single_form .nice-select:focus {
  border-color: #FAA72B;
}

.single_form .nice-select .current {
  font-size: 16px;
  color: #747E88;
  font-weight: 600;
  line-height: 58px;
}

.single_form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.single_form .nice-select .list .option {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 30px;
  min-height: 30px;
}

/*===========================
        11.FOOTER css 
===========================*/
.footer_area {
  background-color: #000000;
}

.footer_about p {
  color: #fff;
  margin-top: 25px;
}

.footer_about .social li {
  display: inline-block;
  margin-top: 35px;
}

.footer_about .social li + li {
  margin-left: 15px;
}

.footer_about .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

.footer_about .social li .social_1 {
  background-color: #4977D9;
}

.footer_about .social li .social_2 {
  background-color: #55ACEE;
}

.footer_about .social li .social_3 {
  background-color: #E4405F;
}

.footer_about .social li .social_4 {
  background-color: #0077B5;
}

.footer_title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .footer_title {
    font-size: 20px;
  }
}

.footer_link {
  width: 50%;
}

.footer_link .link {
  padding-top: 30px;
}

.footer_link .link li {
  margin-top: 15px;
}

.footer_link .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_link .link li a:hover {
  color: #FAA72B;
}

.footer_subscribe p {
  color: #fff;
  margin-top: 45px;
}

.footer_subscribe .subscribe_form {
  position: relative;
  margin-top: 30px;
}

.footer_subscribe .subscribe_form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding: 0 25px;
  border: 0;
  color: #38424D;
}

.footer_subscribe .subscribe_form button {
  height: 40px;
  width: 40px;
  border: 0;
  font-size: 28px;
  color: #fff;
  background-color: #FAA72B;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #FAA72B;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #FAA72B;
}

/*==================================================================
    CREATIVE GALLERY SCROLLER STYLES
==================================================================*/

.creative_gallery_area {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.creative_gallery_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.gallery_scroller_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.gallery_scroller {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.gallery_item {
  flex: 0 0 300px;
  height: 400px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.gallery_item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.gallery_image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery_item:hover .gallery_image img {
  transform: scale(1.1);
}

.gallery_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(32, 122, 117, 0.9) 0%, rgba(32, 122, 117, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(5px);
}

.gallery_item:hover .gallery_overlay {
  opacity: 1;
}

.gallery_content {
  text-align: center;
  color: white;
  padding: 20px;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery_item:hover .gallery_content {
  transform: translateY(0);
}

.gallery_content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery_content p {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.9;
  line-height: 1.5;
}

.gallery_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(10px);
}

.gallery_btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
  color: white;
  text-decoration: none;
}

.gallery_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.gallery_prev,
.gallery_next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #207A75;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  pointer-events: all;
  backdrop-filter: blur(10px);
}

.gallery_prev:hover,
.gallery_next:hover {
  background: #207A75;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(32, 122, 117, 0.3);
}

.gallery_prev:disabled,
.gallery_next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.gallery_indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(32, 122, 117, 0.3);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.indicator.active {
  background: #207A75;
  transform: scale(1.2);
}

.indicator:hover {
  background: rgba(32, 122, 117, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery_item {
    flex: 0 0 250px;
    height: 350px;
  }
  
  .gallery_content h4 {
    font-size: 20px;
  }
  
  .gallery_content p {
    font-size: 14px;
  }
  
  .gallery_nav {
    padding: 0 10px;
  }
  
  .gallery_prev,
  .gallery_next {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .gallery_item {
    flex: 0 0 200px;
    height: 300px;
  }
  
  .gallery_scroller {
    gap: 15px;
    padding: 15px;
  }
  
  .gallery_content {
    padding: 15px;
  }
  
  .gallery_content h4 {
    font-size: 18px;
  }
  
  .gallery_content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  
  .gallery_btn {
    width: 40px;
    height: 40px;
  }
}

/* Animation for gallery items */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery_item {
  animation: slideInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.gallery_item:nth-child(1) { animation-delay: 0.1s; }
.gallery_item:nth-child(2) { animation-delay: 0.2s; }
.gallery_item:nth-child(3) { animation-delay: 0.3s; }
.gallery_item:nth-child(4) { animation-delay: 0.4s; }
.gallery_item:nth-child(5) { animation-delay: 0.5s; }
.gallery_item:nth-child(6) { animation-delay: 0.6s; }
.gallery_item:nth-child(7) { animation-delay: 0.7s; }
.gallery_item:nth-child(8) { animation-delay: 0.8s; }

/*# sourceMappingURL=style.css.map */

/*===========================
    Lightbox / Zoom Overlay
===========================*/
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.lightbox-overlay.open { display: flex; }

/* Promo popup styles */
/* === Elegant Promo Popup (Taller Version) === */
.promo-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  z-index: 9999;
  animation: fadeIn 0.4s ease;
  font-family: "Poppins", sans-serif;
}

.promo-popup-content {
  width: 92%;
  max-width: 660px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: scale(0.9);
  animation: popIn 0.4s ease forwards;
  position: relative;
}

/* === Header with Background Image === */
.promo-header {
  position: relative;
  color: #fff;
  padding: 50px 28px 120px; /* increased height */
  background: url('./Pic/contact-bg.jpg') center/cover no-repeat;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 660px; /* fixed taller height */
  box-sizing: border-box;
}
/* === Floating WhatsApp Button === */
.promo-whatsapp {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  z-index: 3;
}

.promo-whatsapp:hover {
  background: #1eb85b;
  color: white;
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
}

/* === Close Button === */
.promo-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  color: #444;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: 0.25s;
  z-index: 5;
}

.promo-close:hover {
  transform: rotate(90deg);
  background: #f3f3f3;
}

/* === Animations === */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes popIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

.lightbox-content {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-image {
  max-width: 40%;
  max-height: 40%;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  transform-origin: center center;
}
.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  color: #222;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  color: #222;
}
.lightbox-arrow.left { left: -70px; }
.lightbox-arrow.right { right: -70px; }

@media (max-width: 768px) {
  .lightbox-arrow.left { left: 10px; }
  .lightbox-arrow.right { right: 10px; }
  .lightbox-close { top: 8px; right: 8px; }
}

