/* ====== Google Font Family Link  */
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* ====
.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.caveat-brush-regular {
  font-family: "Caveat Brush", cursive;
}
==== */
/* ====== Root Variable  */
:root {
    --primary-color: #755647;
    --secondary-color: #FCD4A9;
    --card_header-color: #D0995F;
    --secondary-opacity-color: #FFF1E5;
    --green-color: #97BF0D;
    --dark-color: #686868;
    --white-color: #ffffff;
    --light-white-color: #EAEAEA;

    --font-main: "Plus Jakarta Sans", sans-serif;
    --font-second: "Caveat Brush", cursive;
}

/* =============================
======= Step 1 / Page 1 Css 
============================= */

/* ===== Top Nav  */
section#top_nav{
    background-image: url(../img/top_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
.top{
transition: all .3s linear;
}
section#top_nav p{
    font-family: var(--font-main);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 0px;
    padding: 10px 0 12px 0;
}
section#top_nav p a{
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--white-color);
    text-decoration: none;
    transition: all .3s linear;
}
section#top_nav p a:hover{
    color: var(--green-color);
}

/* ===== Header Navber Area  */
#header {
    background-color: var(--white-color);
    position: relative;
    transition: all .3s linear;
}
#header::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.123);
	pointer-events: none;
}

#header .dasktop_logo{
    width: 79px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0 34.75px;
}
#header .dasktop_logo img{
    width: 79px;
}
#header .navbar{
    padding-top: 15px;
    padding-bottom: 14.38px;
}
#header .navbar .navbar-nav .nav-item .nav-link{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    padding-top: 4px;
}
#header .navbar .navbar-nav .nav-item .nav-link.active{
    color: var(--green-color);
    border-bottom: 2px solid var(--green-color);
}
#header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: var(--green-color);
}
#header .navbar .navbar-nav.left-nav{
    justify-content: end !important;
}
/* Desktop layout fix */
.left-nav,
.right-nav {
  flex: 1;                      /* BOTH sides equal width */
  display: flex;
  gap: 24.75px;
}

.center-logo {
  margin: 0 auto;               /* Make the logo EXACT CENTER */
}

/* Mobile layout */
@media (max-width: 991px) {
  .left-nav,
  .right-nav {
    flex: unset;                /* Normal mobile behavior */
  }


}

/* Sticky state */
.sticky{
  position: fixed !important;
  top: 35px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background-color: #fff; 
  z-index: 999999999999 !important;
}
.top.top{
    top: 0 !important; 
}


/* ============================
   DESKTOP MEGA MENU
============================ */

.mega_card{
    background-image: url(../img/mega_menu_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 20px;
    margin-top: 70px;
    position: relative;
    z-index: 11;
}
.mega_flower{
    position: absolute;
    top: -40%;
    right: -40%;
    z-index: 1;
    
}
.mega_card h3{
    font-family: var(--font-main);
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
}
.mega_card p{
    font-family: var(--font-main);
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
margin-bottom: 20px;
}
.mega_card a{
    font-family: var(--font-main);
font-weight: 700;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: var(--white-color);
background-color: var(--primary-color);
padding: 10px;
border-radius: 15px;
text-decoration: none;
transition: all .3s linear;
}
.mega_card a:hover{
background-color: var(--green-color);
}
@media (min-width: 992px) {


.mega-dropdown.open .mega-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -35px;
}

  .mega-dropdown.open .mega_full_screen {
    opacity: 1 !important;
    visibility: visible !important;
  }
.mega-menu {
	position: fixed;
	top: -35px;
	left: 0;
	min-width: 100%;
	background: transparent;
	border-radius: 8px;
	/* opacity: 0; */
	/* visibility: hidden; */
	transition: all 0.3s linear;
	width: 100%;
	padding-top: 30px;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.267);
	box-shadow: 1px 10px 10px -5px rgba(0,0,0,0.25);
    
}
.mega-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 6px;
	border-right: 2px solid #755647;
	border-bottom: 2px solid #755647;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-bottom: 2px;
}

/* Arrow rotate when open */
.mega-dropdown.open .mega-arrow {
	transform: rotate(-135deg);
	/* margin-top: 10px; */
	margin-bottom: -2px;
}

/* Optional: Different color when open */
.mega-dropdown.open .mega-arrow {
    border-color: #755647; /* primary color */
}
.mega_full_screen {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #00000062;
	left: 0;
	top: 120px;
    opacity: 0;
    visibility: hidden;
	transition:all 0.3s linear;
    backdrop-filter: blur(6px);
    z-index: 9999;
}
.mega-dropdown:hover .mega_full_screen {
    opacity: 1;
    visibility: visible;
}

.mega-menu .mega-row {
	display: flex;
	gap: 30px;
	padding-top: 20px;
	background-color: #FFF7F0;
	padding-bottom: 20px;
}


  /* Hide arrow on desktop */
  .mega-arrow {
    display: inline-block !important;
  }
  .mega-row ul{
    padding-left: 0px;
    list-style-type: none;
  }
  .mega-row ul li{
    margin-bottom: 5px;
  }
  .mega-row ul li a{
font-family: var(--font-main);
font-weight: 500;
font-size: 14px;
line-height: 120%;
letter-spacing: 0%;
color: var(--primary-color);
text-decoration: none;
transition: all .3s linear;
  }
  .mega-row ul li a:hover{
color: var(--green-color);
font-weight: 600;
  }
}
/* ============================
   MOBILE MEGA MENU + ANIMATION
============================ */
@media (max-width: 991px) {
/* Navbar Collapse scrollable but hide scrollbar */
.navbar-collapse {
	max-height: 80vh;          /* পুরো স্ক্রিন ঢেকে ফেলবে না */
    overflow-y: auto !important;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 20px;
    overflow-x: hidden;
}


  .mega-menu {
    max-height: 60vh;          /* Mega menu বড় হলে স্ক্রল হবে */
    overflow-y: auto;
  }
  .mega_flower {
	position: absolute;
	top: -26%;
	right: 0px;
	z-index: 1;
	width: 80px;
}
  /* Mega dropdown container */
  .mega-dropdown {
    width: 100%;
  }

  /* Mega menu animation setup */
  .mega-menu {
    display: block;              /* to allow animation */
    max-height: 0;               /* collapsed height */
    overflow: hidden;            /* hide content */
    background: #f9f7f6;
    padding: 0 20px;

    opacity: 0;
    transition: 
      max-height 0.35s ease,
      opacity 0.35s ease,
      padding 0.35s ease;
  }

  /* When open */
.mega-dropdown.open .mega-menu {
	max-height: 100%;
	opacity: 1;
	padding: 6px 0px;
	width: 109%;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 12px;
    background-color: #FFF7F0;
}
.mega-row .col-lg-4{
    padding-left: 0;
}

   .mega-row ul{
    padding-left: 0px;
    list-style-type: none;
  }
  .mega-row ul li{
    margin-bottom: 5px;
  }
  .mega-row ul li a{
font-family: var(--font-main);
font-weight: 500;
font-size: 14px;
line-height: 120%;
letter-spacing: 0%;
color: var(--primary-color);
text-decoration: none;
transition: all .3s linear;
  }
  .mega-row ul li a:hover{
color: var(--green-color);
font-weight: 600;
  }
  /* ============================
      MOBILE ARROW ICON
  ============================ */
  .mega-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    border-right: 2px solid #755647;
    border-bottom: 2px solid #755647;
    transform: rotate(45deg);
    transition: 0.3s ease;
  }

  /* Arrow rotate when open */
  .mega-dropdown.open .mega-arrow {
    transform: rotate(-135deg);
  }

  /* flex alignment */
  .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mega_card {
	margin-right: 20px;
    margin-top: 40px;
}
}
/* ===== Banner Area  Start */
#banner_area{
    margin-top: 40px;
    margin-bottom: 40px;
}
#banner_area .banner_bg img{
    width: 100%;
}
.menu-icon .line {
  transition: 0.4s ease;
  transform-origin: center;
}

/* When active */
.menu-toggle.active .line1 {
  transform: rotate(45deg) translate(6px, 7px);
  
	width: 35px;
}

.menu-toggle.active .line2 {
  opacity: 0;
}

.menu-toggle.active .line3 {
	transform: rotate(-45deg) translate(-8px, -9px);
	width: 35px;
}


/* ===== Course booking Area  Start */
#course_booking_area{
    margin-top: 41px;
}
#course_booking_area .course_area_title h3{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 20px;
}
#course_booking_area .course_area_title h3 span{
    font-family:var(--font-second);
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--green-color);
}
#course_booking_area .container{
    padding-left: 56px;
    padding-right: 56px;
}
.course_booking_tab_button button{
    border-radius: 15px;
    background-color: var(--light-white-color);
    border: none;
    width: 100%;
    cursor: default;
}
.course_booking_tab_button button p{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-top: 13px;
    padding-bottom: 14px;
    color: var(--primary-color);
}
.course_booking_tab_button button.active{
    color: var(--primary-color);
    background-color: var(--secondary-color);
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}

/* Form Area Css Start  */
.deadline_card{
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
    height: 117px;
}
.deadline_card p{
    margin-bottom: 17px;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
}
.deadline_card select{
    border: 1px solid #E4B29A;
    background-color: var(--white-color);
    border-radius: 0px;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    padding: 10px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/icons/down_arrow.svg);
    background-repeat: no-repeat;
}
.form-select:focus {
	border: 1px solid #E4B29A;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.sidebar_card_show {
	border-radius: 15px;
	margin-top: 20px;
}
.alada_card {
	border-radius: 15px;
	margin-top: 20px;
	background-color: var(--secondary-opacity-color);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
}

.sidebar_card_show .selection_info{
    padding: 20px;
}
.sidebar_card_show .sidebar_card_header{
    background-color: var(--primary-color);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 20px;
    /* height: 5vh; */
}
.sidebar_card_show .sidebar_card_header h3{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white-color);
}
.sidebar_card_show .selection_info h5{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
}
.sidebar_card_show .selection_info p{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-top: 10px;
    margin-bottom: 0px;
}
.sidebar_card_show .selection_info ul{
    padding-left: 15px;
}
.sidebar_card_show .selection_info ul li{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.sidebar_card_show .selection_info h4.total_prize{
    font-family: var(--font-main);
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
}
.person_selected_box{
    margin-top: 20px;
    height: 117px;
}
.person_option{
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: 117px;
}
.person_option p{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.chk {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 10px;
    margin-top: 10px;
}

/* prevent shrinking */
.custom-checkbox {
    flex-shrink: 0; 
    -webkit-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #E4B29A; 
    border-radius: 50px;  
    display: inline-block;
    position: relative;
    transition: all 150ms ease;
    background: white;
    cursor: pointer;
}
.custom-checkbox:checked::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    background: var(--primary-color);
    display: block;
}

/* disabled state */
.custom-checkbox:disabled{
  opacity: 0.55;
  cursor: not-allowed;
}
.chk .label-text{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.person_selected_box .person_option_checkbox{
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 15px;
    height: 117px;
}
.person_selected_box .person_option_checkbox p{
    margin-bottom: 17px;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
}
.person_selected_box .person_option_checkbox select {
	border: 1px solid #E4B29A;
	background-color: var(--white-color);
	border-radius: 0px;
	font-family: var(--font-main);
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--primary-color);
	padding: 10px 20px 12px 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/icons/down_arrow.svg);
	background-repeat: no-repeat;
}
.chk_optional {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 10px;
    margin-top: 10px;
    flex-shrink: 0;
}

/* custom checkbox */
.chk_optional .custom-checkbox1 {
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 21px !important;
    height: 21px !important;
    border: 1px solid #E4B29A;
    display: inline-block;
    position: relative;
    transition: all 150ms ease;
    background: white;
    cursor: pointer;
}

/* checked icon */
.person_selected_box .chk_optional .custom-checkbox1:checked::after {
    content: "";
    position: absolute;
    left: 53%;
    top: 53%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background-image: url(../img/icons/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* label text */
.chk_optional p.label-text {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 0 !important;
}
.two_person_selected_box{
    margin-bottom: 20px;
}

/* ====== package card area  */
.package_card_area{
    padding: 20px;
    background-color: var(--secondary-color);
    border-radius: 15px;
    margin-bottom: 20px;
}
.package_card_area .package_title{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.package_card_area .paskage_info{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.package_card_item .package_header{
    background-color: var(--card_header-color);
    padding-top: 19px;
    padding-bottom: 18px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    transition: all .3s linear;
}
.package_card_item .package_header h4{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
}
.package_card_item .package_detuils{
    background-color: var(--white-color);
    border-radius:0px 0px 15px 15px;
    padding: 20px;
    position: relative;
}
.package_card_item .package_detuils p{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--dark-color);
    margin-bottom: 10px;
}
.package_card_item .package_detuils ul{
    padding-left: 20px;
}
.package_card_item .package_detuils ul li{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--dark-color);
    margin-bottom: 10px;
    width: 70%;
}
.package_card_item .chk {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	gap: 19px;
	margin-top: 10px;
	width: 100%;
	justify-content: center;
	padding: 21px 20px;
	background-color: var(--card_header-color);
	border-radius: 12px;
	/* position: absolute; */
	width: 100%;
	left: 20px !important;
	bottom: 20px;
	right: 20px;
	transition: all .3s linear;
	text-align: start;
	justify-content: start;
}
.package_card_item .chk .custom-checkbox {
	flex-shrink: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 30px !important;
	height: 30px !important;
    border: 1.5px solid #B28352;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	transition: all 150ms ease;
	background: white;
	cursor: pointer;
}
.package_card_item .chk .custom-checkbox:checked::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translate(-50%, -50%);
	border-radius: 50px;
	background: var(--green-color);
	display: block;
}
.package_card_item .chk p {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: var(--white-color);
    text-decoration: none;
    margin-bottom: 0px;
}
.package_card_item.standard_package .package_header {
	background-color: var(--primary-color);
	padding-top: 19px;
	padding-bottom: 18px;
	text-align: center;
	border-radius: 15px 15px 0px 0px;
}
.package_card_item .package_detuils h6{
    font-family: var(--font-main);
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--dark-color);
    margin-top: 36px;
    margin-bottom: 20px;
}
.package_card_item .package_detuils span{
    font-family: var(--font-main);
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--dark-color);
    margin-top: 36px;
}
.package_card_item .package_detuils h5{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-color);
    margin-top: 0px;
    margin-bottom: 5px;
}
.offer_box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.offer_card {
	border-radius: 100px;
	background-color: transparent;
	width: 153px;
	height: 153px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
    border: 1px solid var(--dark-color);
    transition: all .3s linear;
}
.offer_card .offer_box p{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-color);
    margin-top: 0px;
    text-decoration: none;
    margin-bottom: 3px;
}
.premium_package .offer_card{
    background-color: transparent;
}
.standard_package .chk{
    background-color: var(--primary-color);
}
.standard_package .chk .custom-checkbox{
    border: 1.5px solid #A6B379;
}
.package_card_item.selected .package_header {
    background: var(--green-color);
    color: #fff;
}

.package_card_item.selected .chk {
    background: var(--green-color);
    border-radius: 8px;
}

.package_card_item.selected .offer_card {
	background: var(--green-color);
    border: none;
}
.package_card_item.selected .package_detuils h5 {
	color: var(--white-color);
}
.package_card_item.selected .offer_card .offer_box p {
	color: var(--white-color);
}
.package_submit_button{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.package_submit_button a{
font-family: var(--font-main);
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
color: var(--white-color);
padding: 20px;
background-color: var(--primary-color);
border-radius: 35px;
text-decoration: none;
transition: all .3s linear;
}
.package_submit_button button{
font-family: var(--font-main);
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
color: var(--white-color);
padding: 20px;
background-color: var(--primary-color);
border-radius: 35px;
text-decoration: none;
transition: all .3s linear;
display: inline-flex;
border: none;
}
.package_submit_button button p{
margin-bottom: 0px;
}
.package_submit_button button:hover{
background-color: var(--green-color);
}
.package_submit_button a:hover{
background-color: var(--green-color);
}
.package_submit_button a img{
margin-left: 10px;
}
.package_submit_button button img {
	margin-left: 10px;
	margin-top: 5px;
}
.for_two_person_fast{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
}
.for_two_person_last{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #FFE7CE;
}

.package-group {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.package_card_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.package_detuils {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.package_detuils ul {
  flex-grow: 1;
}


/* ======== Footer Area Css  */
#footer_area{
    background-image: url(../img/footer_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 41px 0;
    margin-top: 30px;
}
#footer_area .container{
    padding-left: 56px;
    padding-right: 56px;
}
.footer_logo img{
    height: 92px;
}
.footer_manu {
    margin-top: 40px;
}
.footer_manu h4{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--white-color);
    transition: all .3s linear;
    margin-bottom: 20px;
}
.footer_manu ul{
    list-style-type: none;
    padding-left: 0px;
}
.footer_manu ul li{
    margin-bottom: 15px;
}
.footer_manu ul li a{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--white-color);
    transition: all .3s linear;
}
.footer_manu ul li a:hover{
    color: var(--green-color);
}
.footer_qoute h3{
    font-family: var(--font-main);
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white-color);
    margin-bottom: 10px;
}
.footer_qoute p{
    font-family: var(--font-main);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--white-color);
}
.footer_copyright{
    margin-top: 80px;
}
.footer_copyright .copy_text{
display: flex;
	gap: 4px;
    justify-content: center;
}

.footer_copyright .copy_text span{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white-color);
    margin-bottom: 0px;
}
.footer_copyright .dot_dot {
	font-family: var(--font-main);
	font-weight: 500;
	font-size: 23px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--white-color);
	/* margin-bottom: -74px; */
	margin-top: -10px;
	margin-right: 5px;
	margin-left: 5px;
}
.footer_copyright .copy_text a{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--white-color);
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.footer-toggle-icon {
	display: none;
}
.sidebar_toggle_icon {
	display: none;
}

.custom_width{
   width: 123.5%;
}

/* ============ Step Two Page css  */
.accommodation_area{
    background-color: #DAEC9E;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.show_hide_div {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.show_hide_div.active {
    max-height: 2000px; /* Enough height for expansion */
    opacity: 1;
}

.show_hide_button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    user-select: none;
}

.arrow_icon {
    transition: transform 0.3s ease;
}

.arrow_icon.rotate {
    transform: rotate(180deg);
}
.accommodation_title{
    display: flex;
}
.accommodation_title h3{
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.accommodation_title h4{
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-left: 20px;
}
.accommodation_items{
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 15px;
    margin-bottom: 20px;
}
.accommodation_img img{
    width: 100%;
    border-radius: 7px;
}
.accommodation_short_des h3{
font-family: var(--font-main);
font-weight: 700;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: #686868;
margin-bottom: 0;
}
.accommodation_short_des span{
font-family: var(--font-main);
font-weight: 500;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: #686868;
margin-bottom: 0;
}
.accommodation_short_des p{
font-family: var(--font-main);
font-weight: 500;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: #686868;
margin-bottom: 20px;
margin-top: 20px;
}
.show_hide_button {
    border-top: 1px solid #BDBDBD;
    padding-top: 10px;
    display: block;
    margin-top: 10px;
    font-family: var(--font-main);
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #686868;
    transition: all .3s linear;
}
.show_hide_button:hover{
    color: var(--green-color);
}
.show_hide_button img{
   margin-left: 10px;
}
.acco_img img {
	width: 100%;
	border-radius: 9.45px;
	margin-bottom: 20px;
}
.accomodation_check{
    text-align: end;
}
.unterkunft_active.active{
    background-color: #DAEC9E !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}
.accomodation_check .chk {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	gap: 19px;
	margin-top: 23px;
	width: 100%;
	justify-content: center;
	padding: 12px 20px;
	background-color: #748735;
	border-radius: 12px;
	width: auto;
	left: 20px !important;
	bottom: 20px;
	right: 20px;
	transition: all .3s linear;
}
.accomodation_check .chk .custom-checkbox {
	flex-shrink: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 25px !important;
	height: 25px !important;
	border: 1.25px solid #4D5B21;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	transition: all 150ms ease;
	background: #ffffff;
	cursor: pointer;
}
.accomodation_check .chk .custom-checkbox:checked::after {
	content: "";
	position: absolute;
	left: 49%;
	top: 50%;
	width: 15px !important;
	height: 15px !important;
	transform: translate(-50%, -50%);
	border-radius: 50px;
	background: #748735;
	display: block;
}
.accomodation_check .chk p {
	font-family: var(--font-main);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
	color: var(--white-color);
	text-decoration: none;
	margin-bottom: 0px;
}
.room_page_btn a {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--white-color);
	padding: 20px;
	background-color: var(--primary-color);
	border-radius: 35px;
	text-decoration: none;
	transition: all .3s linear;
	margin: 20px 0;
	display: inline-flex;
}
.room_page_btn button {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--white-color);
	padding: 20px;
	background-color: var(--primary-color);
	border-radius: 35px;
	text-decoration: none;
	transition: all .3s linear;
	margin: 20px 0;
	display: inline-flex;
    border: none;
}
.package_submit_button a p{
	margin-bottom: 0px;
}
.package_submit_button button p{
	margin-bottom: 0px;
}
.room_page_btn button p {
	font-family: var(--font-main);
	font-size: 16px;
	color: var(--white-color);
	margin-bottom: 0px;
}
.room_page_btn button img{
	margin-left: 10px;
    margin-top: 5px;
}
.package_submit_button a {
	display: flex;
    justify-content: center;
}
@media (min-width: 300px) and (max-width: 440px) {
    .room_page_btn_two a img {
	margin-left: 10px;
	width: 20px !important;
}
.package_submit_button a {
	font-size: 16px;
	padding: 12px 15px;
	display: flex;
    justify-content: center;
}
.package_submit_button a p{
	margin-bottom: 0px;
}
.package_submit_button a img {
	margin-left: 10px;
	/* height: 20px; */
	width: 10px;
}
}


.room_page_btn a img {
	margin-left: 10px;
}
.room_page_btn a:hover {
	background-color: var(--green-color);
}
.room_page_btn button:hover {
	background-color: var(--green-color);
}
.room_page_btn{
    margin: 20px;
    text-align: center;
}
.room_page_btn a.btn_two_left {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--white-color);
	padding: 20px;
	background-color: #A1B364;
	border-radius: 35px;
	text-decoration: none;
	transition: all .3s linear;
    margin: 20px 0;
    margin-right: 20px;
}
.room_page_btn a.btn_two_left img {
	margin-right: 10px;
}
.room_page_btn a.btn_two_left:hover {
	background-color: var(--green-color);
}
.faka_margin{
    display: none;
}
.room_page_btn {
	margin: 20px 0;
	text-align: end;
}
.room_page_btn_two {
	text-align: start;
}
.btn_block{
    background-color: #676767 !important;
    padding: 20px !important;
    cursor: default !important;
}
.btn_block input{
    display: none !important;
}

/* =========== Step Three Page Css   */
.three_tab.active{
    background-color: #FFF4BE !important;
}
.part_one_card{
    padding: 20px;
    background-color:#FFF4BE !important;
    margin-top: 20px;
    border-radius: 15px;
}
.person_one_and_two{
    padding: 20px;
    background-color:#FFF4BE;
    margin-top: 20px;
    border-radius: 15px;
    margin-top: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.qty_box {
    display: inline-flex;
    align-items: center;
    background: #fdfcf2;               /* Same light cream background */
    border: 1px solid #B59A14;         /* Light yellow-brown border */
    padding: 4px 10px;
    border-radius: 8px;                /* Rounded corners like screenshot */
    font-family: sans-serif;
    gap: 10px;
}

/* Normal input */
.single_mode input {
    border: none;
    width: 28px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    outline: none;
    color: #444;
}

/* Plus-Minus style */
.plus_minus_mode button {
    background: transparent;
    border: 0px solid #d9c680;
    border-radius: 6px;
    font-size: 24px;
    cursor: pointer;
    color: #686868;
    font-weight: 500;
}

.plus_minus_mode input {
    width: 28px;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 14px;
    outline: none;
    color: #686868;
}
/* Chrome, Edge, Safari */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.plus_min_con .prize_p{
font-family: var(--font-main);
font-weight: 700;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
margin-left: 10px;
margin-top: 12px;
}

.begle_form .begle_items{
    border-radius: 15px;
    padding: 20px;
    background-color: #ffffffd5;
    margin-bottom: 20px;
}
.begle_items h3{
font-family: var(--font-main);
font-weight: 700;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.begle_items p{
font-family: var(--font-main);
font-weight: 400;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.begle_items p.note_p{
font-family: var(--font-main);
font-weight: 700;
font-style: Italic;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: #FF6929;
border-top: 1px solid #BDBDBD;
padding-top: 20px;
margin-top: 20px;
margin-bottom: 0px;
}
.part_one_card .col-lg-7{
    border-right: 1px solid #E3D06C;
}
.begle_items .col-lg-7{
    border-right: 1px solid #E3D06C;
}
.begle_items ul {
	margin-left: 0px;
	padding-left: 14px;
}
.begle_items ul li{
font-family: var(--font-main);
font-weight: 400;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.room_page_btn.step_form_last_button a {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--white-color);
	padding: 20px;
	background-color: #C3B882;
	border-radius: 35px;
	text-decoration: none;
	transition: all .3s linear;
	margin: 20px 0;
}
.room_page_btn.step_form_last_button a {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--white-color);
	padding: 20px;
	background-color: #C3B882;
	border-radius: 35px;
	text-decoration: none;
	transition: all .3s linear;
	margin: 20px 0;
}
.person_one_and_two .accommodation_title h3{
    margin-bottom: 0px;
}
.person_one_and_two h4.top_git{
    margin-bottom: 0px;
font-family: var(--font-main);
font-weight: 700;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: var(--primary-color);
margin-bottom: 20px;
}
.person_one_and_two_two{
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #F4E38D;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.begle_form{
    margin-bottom: 200px;
}

/* ====== Step 4 page  */
.four_active.active{
    background-color: #FFE5CF !important;
}
.step_four_bg{
    background-color: #FFE5CF !important;
}
.uber_items{
    background-color: #ffffffd3;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    margin-bottom: 5px;
}
.uber_item_one h3{
font-family: var(--font-main);
font-weight: 700;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: var(--dark-color);
}
.uber_item_two{
    gap: 40px;
    margin-bottom: 40px;
}
.uber_item_two p{
font-family: var(--font-main);
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.uber_item_two p span{
font-family: var(--font-main);
font-weight: 700;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.uber_item_three h3{
   font-family: var(--font-main);
font-weight: 700;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color); 
}
.uber_item_three h4{
font-family: var(--font-main);
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.uber_item_three ul{
padding-left: 15px;
margin-bottom: 0;
}
.uber_item_three ul li{
font-family: var(--font-main);
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.uber_item_three ul li p{
font-family: var(--font-main);
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
width: 80%;
}
.uber_item_three span{
      font-family: var(--font-main);
font-weight: 700;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.uber_item_three p.note{
      font-family: var(--font-main);
font-weight: 700;
font-style: Italic;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: #FF6929;
border-top: 1px solid #BDBDBD;
padding-top: 20px;
margin-top: 10px;

}
.uber_item_one span{
      font-family: var(--font-main);
font-weight: 700;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);  
}
.uber_item_one h4{
font-family: var(--font-main);
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
margin-bottom: 0;  
}
.buchug_form_start input {
	padding: 8px 20px;
	font-family: var(--font-main);
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #9A9A9A;
	border: none;
	box-shadow: 0px -3px 2px -1px rgba(0, 0, 0, 0.25);
    width: 100%;
}
.buchug_form_start textarea {
	padding: 8px 20px;
	font-family: var(--font-main);
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #9A9A9A;
	border: none;
	box-shadow: 0px -3px 2px -1px rgba(0, 0, 0, 0.25);
    width: 100%;
}
input:focus-visible {
    outline: none;
}
textarea:focus-visible {
    outline: none;
}
.part_one_card .custom-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
	margin-bottom: 10px;
	color: #333;
	border-radius: 0px;
	width: 20px !important;
	height: 20px !important;
	box-shadow: 0px -3px 2px -1px rgba(0, 0, 0, 0.25);
	border: none;
	margin-top: 2px;
}

/* Hide default checkbox */
.part_one_card .custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2; /* ensure it’s above other elements */
}

.part_one_card .custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #FFFFFF;
    position: relative;
    transition: 0.2s ease;
}

/* show checked state */
.part_one_card .custom-checkbox input:checked + .checkmark {
    background: #ffffff; /* example color when checked */
}

/* Tick icon */
.part_one_card .custom-checkbox input:checked + .checkmark::after {
  content: url(../img/icons/check.svg);
  color: var(--green-color);
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: -2px;
}
.buchug_form p{
    margin-bottom: 0px;
font-family: var(--font-main);
font-weight: 700;
font-style: Bold;
font-size: 14px;
letter-spacing: 0%;
color: var(--dark-color);
}
.buchug_form p span{
    margin-bottom: 0px;
font-family: var(--font-main);
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: var(--green-color);
}
.buchug_form p a{
    margin-bottom: 0px;
font-family: var(--font-main);
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: var(--green-color);
}
.step_form_four_button .btn_two_left{
    background-color: #D1A885 !important;
}
.step_form_four_button .btn_two_left:hover{
    background-color: var(--green-color) !important;
}
.uber_items_border{
    border-bottom: 1px solid #D8AC86;
    margin-bottom: 20px;
}
.border_top{
    width: 100%;
    height: 1px;
    background-color: #D8AC86;
    margin: 40px 0;
}


/* ======= Thanks Page  */
.thank_you_card{
    background-color: #FFE5CF;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    margin-bottom: 160px;
}
.thank_you_card h3{
font-family: var(--font-main);
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
margin-bottom: 21px;
}
.thank_you_card p{
font-family: var(--font-main);
font-weight: 700;
font-size: 24px;
line-height: 140%;
letter-spacing: 0%;
color: var(--primary-color);
margin-bottom: 20px;
width: 80%;
}
.thanks_table{
    background-color: #ffffffd7;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 20px;
}
.thanks_table h4{
font-family: var(--font-main);
font-weight: 700;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: var(--primary-color);
}
.thanks_table ul{
padding-left: 0px;
list-style-type: none;
}
.thanks_table ul li{
display: flex;
justify-content: start;
}
.thanks_table ul li p{
font-family: var(--font-main);
font-weight: 700;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
color: var(--primary-color);
margin-bottom: 0px;
width: 30%;
}
.thanks_table ul li span{
font-family: var(--font-main);
font-weight: 500;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
color: var(--primary-color);
}
.thank_you_card a{
    background-color: #D1A885;
font-family: var(--font-main);
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: var(--white-color);
padding: 15px 20px;
border-radius: 35px;
text-decoration: none;
transition: all .3s linear;
}
.thank_you_card a.thanks_btn_two{
    background-color: #755647;
font-family: var(--font-main);
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: var(--white-color);
padding: 15px 20px;
border-radius: 35px;
text-decoration: none;
transition: all .3s linear;
}
.thank_you_card a:hover{
    background-color: var(--green-color);
font-family: var(--font-main);
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: var(--white-color);
padding: 15px 20px;
border-radius: 35px;
text-decoration: none;
}
.thanks_ful{
    position: absolute;
    bottom: -20%;
    right: 3%;
}

/* Main Section Background */
.termine-section {
	background: #FFE5CF;
	padding: 40px 0px 0px 0px;
	border-radius: 15px;
	margin-bottom: 90px;
}

/* Header */
.termine-section h2 {
font-family: var(--font-main);
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
margin-left: 40px;
margin-bottom: 10px;
}
.termine-section p {
font-family: var(--font-main);
font-weight: 500;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--primary-color);
margin-left: 40px;
margin-bottom: 40px;
}


/* Filters */
.filters {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0px 40px 20px 40px;
}

.select-box, .date-box {
	background: white;
	border: 1px solid #F6D3B5;
	/* padding: 10px 14px; */
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	height: 40px;
	padding: 0 20px;
}

.select-box span,
.date-box span {
font-family: var(--font-main);
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
}

.arrow, .calendar {
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg width="16" height="16" fill="%236a564a" xmlns="http://www.w3.org/2000/svg"><path d="M4 6l4 4 4-4"/></svg>') no-repeat center;
}

/* Table */
.table-wrapper {
    background: #F6D3B5;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.table-header,
.table-row {
    display: grid;
    grid-template-columns: 1.2fr 2.5fr 1.5fr 1.2fr 1.2fr;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 20px;
    
}

.table-header {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.table-row {
    background-color: #FFE5CF;
}
.table-row div {
	position: relative;
	height: 60px;
	align-self: center;
	align-items: center;
	display: flex;
    margin-left: 10px;
    font-family: var(--font-main);
font-weight: 700;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
color: var(--dark-color);
}
.table-row div.table_badge {
	
    justify-content: end;
}
.f500{
    font-weight: 500 !important;
}

.table-row div.right_arrow_have::before{
    content: " ";
    width: 15px;
    height: 100%;
    background-image: url(../img/icons/row_arrow.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
}
.table-row.available{
    background-color: #ffffffda;
}

/* Dropdown Base */
.dropdown-menu {
    position: absolute;
    background: white;
    border: 1px solid #cdb8a0;
    border-radius: 10px;
    width: 180px;
    padding: 8px 0;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    z-index: 10000;
}

.dropdown-menu .option {
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown-menu .option:hover {
    background: #f5ebe2;
}

.date-input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.table-row .badge {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: var(--dark-color);
	padding: 8px 20px 8px 20px;
	border: 1px solid var(--dark-color);
	border-radius: 15px;
	height: 34px !important;
}
.table-row .book-btn {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: var(--white-color);
	padding: 5px 20px 7px 20px;
	border: none;
	border-radius: 15px;
	background-color: var(--primary-color);
	height: 34px !important;
}
/* Mobile Responsive (same as your screenshot) */
@media (max-width: 768px) {

    .table-header {
        display: none;
    }

    .table-row {
        grid-template-columns: 1fr;
        background: #FFE5CF;
        border-radius: 12px;
        margin-bottom: 5px;
        padding: 18px;
        border: none;
    }

    .table-row > div {
        margin-bottom: 0px;
    }

    .table-row div:last-child {
        margin-top: 10px;
    }
    .table-row div:nth-child(3) {
    margin-top: 10px;
}
    .table-row div {
	position: relative;
	height: unset !important;
	align-self: center;
	align-items: center;
	display: flex;
	margin-left: 0px;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: var(--dark-color);
}
.table-row div.right_arrow_have::before {
	display: none;
}
.table-row div.table_badge {
	justify-content: center;
}
.table-row .book-btn {
	width: 100%;
	text-align: center;
	height: 34px !important;
}
.table-row .badge {
	width: 100%;
	text-align: center;
}
.termine-section h2 {
	margin-left: 20px;
}
.termine-section p {
	margin-left: 20px;
	margin-bottom: 20px;
}
}


/* ======== Extra Css  */
.side_bar_footer{
    background-color: #FFE5CF;
    padding: 20px 20px 30px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.side_bar_footer h5{
    font-family: var(--font-main);
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
margin-bottom: 0px;
}
.side_bar_footer p{
    font-family: var(--font-main);
font-weight: 500;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
margin-top: 10px;
}