

.fli img {
    flex: 0 0 48px;
    padding: 2px;
    width: 48px;
    height: 48px;
}

.fli {
    display: flex!important;
    justify-content: space-evenly;
    align-items: center;
    padding: 4px;
    margin: 2px;
    flex: 1;
    flex-direction: column;
}


.h3flex h3 {
    font-weight: 500;
    color: #666;
    font-size: 1rem;
    text-align: center;
}

.h3flex{
display:flex;
width: 100%;
flex-direction:column;
justify-content: space-between;
padding: 0;
margin-bottom:12px;
font-size:0.9rem;
}

.fsize08 {
    font-size: 0.9rem;
    text-align: center;
}

.fsize11{
font-size:1.1rem;
text-align: left;

}


  .tpmsg {
     width: 100%;
    margin: 0 auto;
    padding: 12px;
    background-color: #f9f9f9;
	margin-bottom:12px;
    }



.tripchoiseimagr{
flex:1;
}





.tripchoise{
width:90px;
height:auto;
}




.topbanner-container {
    position: absolute;
    width: 100%;
    top: 0;
	height: 400px;
}


.topbanner-text {
   position: relative;
    width: 100%;

    display: flex;          
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    height: 100%; 
	}


.fs20{
font-size:1.2rem;
color:#fff;
}


.fs15{
font-size:0.80rem;
color:#fff;
text-shadow: 2px 2px 1px black;
display: flex;
flex-wrap: wrap;
justify-content: center;
}


.bannerh1{
font-size:1.4rem;
text-shadow: 3px 3px 2px black;
color:#fff;
}



.rsadd {
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    background-color: #5143d9;
    color: #fff;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    font-size: 1rem;
    letter-spacing: 0;
    width: 100%;              
    max-width: 320px;         
    margin: 12px auto 0 auto; 
    box-sizing: border-box;   
}


.rsadd a {
    color: #fff;
	text-decoration:none;
	font-weight:700;
	letter-spacing:0.05rem;
}










        body {
  /*     font-family: 'Open Sans', sans-serif; */
	   font-family: 'Poppins', sans-serif;
        }


.badge-new {
    position: absolute;
    top: -4px;
    right: -12px;
    background-color: red;
    color: white;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 2px 2px;
    border-radius: 2px 0 2px 2px;
    transform: rotate(-15deg);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.menu a {
  position: relative;
  color: white;
  text-decoration: none;
  display: inline-block;
}
		





		
.btop{
justify-content: space-between;
align-items: center;
width:100%;
}		
		
		
		
        .logo {
            width: 190px;
            height: auto;
            padding: 2px;
        }

		

        .header {
            position: sticky;
            top: 0;
            left: 0;
            width: 100%;
            background: #111;
            display: flex;
            align-items: center;
			justify-content: space-between;
            z-index: 1000;
			overflow: hidden;
			padding:6px;
        }


.menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.menu::-webkit-scrollbar {
    display: none; 
}

.menu::-webkit-scrollbar {
    display: none;
}

        .menu a {
            color: white;
            text-decoration: none;
            font-weight: 400;
            flex: none;
			font-size:0.75rem;
			padding:0px 12px;
			text-transform:uppercase;
			 display: inline-block; 
        }


        .social-icons {
      display: flex;
    gap: 8px;
align-items: center;

        }


        .social-icons a {
            color: white;
            font-size: 20px;
            text-decoration: none;
        }

		
        
		
		
		
        /* Image gallery */
        .gallery img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }


.offcanvas{
z-index:99999999;
}

.offcanvas-end {
            width: 100%; /* Mobile full width */
}





        iframe {
            width: 100%;
            height: calc(100% - 6px);
            border: none;
        }







.p22-0{
padding:6px 0px;
}


.p22-gray{
padding:6px 0px;
background-color:#f9f9f9;
}





.icon-white {
fill: white;    
}















.card-container{
padding:0;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    background-clip: border-box;

border-bottom-left-radius: ;
border-bottom-right-radius:0;
}

.filterPanelContainer__LALw{
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 20px rgb(29, 58, 83, , 0.2);
    box-shadow: 0px 3px 20px rgb(29, 58, 83,  0.2);
    -webkit-transition: all 0.3s ease-in-out;
}



.itemdestitem{
color:#111;
}








.text-bg-white {
    color: #000 !important;
    background-color: #fff !important;
}
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.85em;
    --bs-badge-font-weight: 400;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}







.nav{
    --bs-nav-link-padding-x: 0.75rem;
    --bs-nav-link-padding-y: 1rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #747579;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
width: 100%;
    justify-content: space-between;

}

.nav.nav-divider .nav-item {
    display: inline-block;
    vertical-align: middle;
	font-weight:bold;
}

.fw-normal {
    font-weight: 500 !important;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}





.perigraf{
    background-color: #f9f9f9;
	padding:0;
	line-height:1.7rem;
}

.whitedest{
color:#ffffff;
padding:6px;
}




.p2{
margin-right:4px;
}


.ctrip{
background-color:#5143d9;
padding:6px 12px;;
color:#fff;
letter-spacing:0.06rem;
border-radius:16px;
font-weight:700;
}

.callus{
color:#000;
text-decoration:underline;
font-size:1rem;
font-weight:bold;
line-height:1rem;
padding:8px;
min-width:80px;
display:inline-block;
text-align:center;
border-radius:16px;
}



.banner {
  display: block;
  width: 100%;
/*
  padding-top: 17.35%;
background: url('/system/home/greece-mobile.jpg') center/cover no-repeat;
  background-size: cover;
  background-position: center;
*/

  position: relative;
  min-height: 300px;
}


.tripmai{
flex:1;
text-align:center;
background-color:rgba(0,0,0,0.3);
padding:16px;
}

.tripchoiseimagr{
text-align:center;
}

.topbanner-text{
}

.pad0{
padding:0;
}






.xbanner {
  display: none;
  width: 100%;
 padding-top: 17.35%; 
  background-size: cover;
  background-position: center;
  position: relative;
  min-height:300px;
}


.custom-image {
  aspect-ratio: 1.74!important;
  height: auto!important;
 max-width: 100%!important;
 width:100%!important;
}







.xbadge-overlay {
    position: absolute;
    padding: 0;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.xtop-left {
    position: absolute;
    top: 10px;
    left: 10px;
}

.xbottom-left {
    position: absolute;
    bottom: 16px;
    left: 10px;
}



































.scroll-container {
display: flex;
    overflow-x: auto;
    gap: 4px;
    padding: 10px 0;
    margin-top: 10px;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    padding: 0 6px;
    align-items: flex-start;
}


.scroll-item {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size:0.96rem;
	text-transform:capitalize;
    flex-shrink: 0;
	color:#000000;
}


.trip-ttitle {
    font-size: 1.2rem;
	font-weight:700;
	padding:12px 0;
}

.starting-from{
font-size:0.9rem;
}
.per-person{
font-size:0.8rem;
}

.txxxrip-ttitle:before {
    content: "\2605"; 
    color: #333;  
    font-size: 1.3rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.howitheader {
    padding: 12px;
    font-weight: 500;
    display: flex;
    justify-content: space-around;
}




.button-wrapper {
  text-align: center;
}


.banner picture img{
  width: 100%;
  height: 340px; 
  object-fit: cover;
}


.picture-container-relative{
position: relative;
display: inline-block;
width: 100%;

}

.picture-container-relative picture img {
  width: 100%!important;
  min-width:100%;
  height: auto; 
}

.position-relative picture img {
  width: 100%;
  height: 240px; 
  object-fit: cover;
}

.whyantelopeimg picture img {
width:100%;
  height: 440px; 
  object-fit: cover;
}



.contact-info{
padding:0;
}




.d-image img{
width:100%;
max-height:457px;
}



.fw-100{
width:100%;
}



.btnright-container{
display: flex;
    justify-content: flex-end;
    width: 100%;
}


.hstack{
width: 100%;
display: flex;
justify-content: flex-end;
}








.filterpackages{
padding:0;
}












#cta-button {
  position: fixed;
  bottom: 12px;
  right: 40px;
  left: 40px;
  z-index: 9999;
  display: none; 
  justify-content: center;
}

#cta-button button {
    background-color: #111;
    color: #fff;
    border: none;
    padding: 6px 6px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    justify-content: space-around;
    align-items: center;
    display: flex;

}

.cta-hidden {
  display: none;
}

.booknow-caption{
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}


:root{
--bs-border-radius:24px;
   --maskcolor:#000;
}

.loader{
display:flex;
align-items: center;
justify-content: space-around;
background-color:#fff;
height: 100vh;
overflow: hidden;
}

.loader img{
width:32px;
height::auto;
}






.package-title{
font-weight:700;
padding:4px;
}


.nav-divider{
flex-wrap: nowrap;
align-items: center;
padding:0;
}


ul.nav-divider > li{
font-size:0.7rem;
}


ul.nav-divider > li svg{
width:22px;
}


.tcenter{
    padding: 12px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
text-align:center;
}

.psx{
font-size:1rem;
}

.psx-gray{
font-size:1rem;
background-color: #f9f9f9;
padding:12px;
}



.faq-item h3{
font-weight:bold;
}





.extra-topic {
    display: flex;
    font-weight: bold;
    justify-content: space-evenly;
    padding-top: 12px;
    color: #777;
}



.menu ul {
width:100%;
display:flex;
list-style: none;
user-select: none;
justify-content: space-between;
align-items: center;
margin:0;
padding:0;
}

.menu  a{
padding:12px;
  border-bottom: 1px solid transparent;
}


.menu a:not(.isactivelink):hover {
background-color:#444;
border-radius:24px;
}


.isactivelink{
background-color:#444;
border-radius:24px;
}







.trip-description {
  font-size: 1rem; 
  line-height: 1.5;
  color: #444;     
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  
}

.how-it-works-section h3 {
  font-size: 1.1rem; 
  font-weight: 600; 
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.how-it-works-section p {
  font-size: 1rem; 
}








.customize-trip-panel .cbtn {
    background-color: #000;
    color: #fff;
    border-radius: 24px;
    padding: 14px 24px;
text-decoration:none;
}

.customize-trip-panel .cbtn:hover {
    background-color: #555;
}

.cbtn-container{
width:100%;
padding:6px;
text-align:center;
}





.customize-trip-panel{
background-color:#f2f1ec;
padding:22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.customize-trip-panel h4{
font-weight:bold;
font-size:1.3rem;
text-align:center;
}


.reviewBody {
  display: -webkit-box;
  -webkit-line-clamp: 6; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  line-clamp: 6;
  box-orient: vertical;
  font-size:1rem;
}


.review-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  gap: 20px; 
}

 .review-card {
    flex: 1 1 100%;
    max-width: 100%;
  box-sizing: border-box;
  }




.rating {
  color: #ffb400;
  font-weight: bold;
}




.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 .travel-info {
  font-size: 0.92rem;
}

.review-date{
  font-size: 0.88rem;
  font-style:italic;
}



.review-header  span{
color:#333;
font-size:0.96rem;
}

.review-card h3 {
color:#111;
  font-size: 0.94rem;
  margin-top: 0.2rem;
}







#section-topplacesgreece{
margin-bottom:22px;
}

#section-topplacesgreece .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#section-topplacesgreece .destination-card {
  flex: 1 1 250px;
  border-radius: 8px;
  overflow: visible;
  position: relative;
  transition: box-shadow 0.3s ease;
}



#section-topplacesgreece .destination-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#section-topplacesgreece .destination-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}


#section-topplacesgreece .destination-card-round {
    position: relative;
    transition: box-shadow 0.3s ease;
}

.round-image {
    width: 104px!important;
    height: 104px!important;
  object-fit: unset!important;
    border-radius: 50%;
}


#section-topplacesgreece .destination-card h3 {
  font-size: 1.25rem;
}

#section-topplacesgreece .destination-card p {
  font-size: 1rem;
  color: #555;
}

#section-topplacesgreece a {
  color: #111;
  text-decoration:none;
}


#section-topplacesgreece h3 {
font-weight:bold;
}


p {
line-height:1.6rem;
font-size:1rem;
color:#555;
}







.p-32{
padding:32px;
}







.tophotels-overlay-img {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 4px 8px;
  font-size: 0.9rem;
  border-radius: 4px;
  z-index: 2;
}

.tophotelsimage-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}










.card.card-img-scale .card-img-scale-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
  overflow: hidden;

}
.card.card-img-scale img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}

.card.card-img-scale:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.card-overlay-hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0b0a12;
  display: block;
}

.card-overlay-hover:hover:before {
  opacity: 0.5;
}


.picture-container-relative,
.card.card-img-scale .card-img-scale-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.card.card-img-scale img {
  border-radius: 24px;
}

.card-overlay-hover::before {
  border-radius: 24px;
}






.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.opacity-7 {
    opacity: 0.7 !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}


.card .card-img-overlay {
    z-index: 2;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}







.breadcrumb {
    list-style: none;
    padding: 0;
    display: flex;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    content: " > ";
    padding: 0 0.5em;
    color: #6c757d;
  }

  .breadcrumb-item a {
    text-decoration: none;
    color: #007bff;
  }
  .breadcrumb-item a:hover {
    text-decoration: underline;
  }







section container{
padding:32px !important;
}











#section-tophotelsgreece .destination-card .overlay-card {
  position: absolute;
  bottom: 80px; 
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.7);
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 98%;
  text-align: left;
  z-index: 10;
}


#section-tophotelsgreece .destination-card .overlay-card h3 {
  margin: 0;
  font-size: 1rem;
  padding:0;
  margin-top:0;
  margin-bottom:0;
  padding-left:8px;
}

#section-tophotelsgreece .destination-card .overlay-card p { 
padding:0;
  font-size: 0.9rem;
  color: #555;
  padding:8px;
  line-height:1rem;
  text-align:left;
}

.destination-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
}




#section-tophotelsgreece .cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}



#section-tophotelsgreece .destination-card {
  border-radius: 8px;
  width:100%;
  overflow: visible;
  position: relative;
  transition: box-shadow 0.3s ease;
}



#section-tophotelsgreece .tophotelsimage-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

#section-tophotelsgreece .tophotelsimage-wrapper{
overflow:visible;
}





.cards-container-round {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cards-container-round article.destination-card-round {
  flex: 0 0 calc((100% - 32px) / 3); 
  box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 12px;

}


.cards-container-round article.destination-card-round h3{
font-size:1.2rem;
}










.icon-small {
  font-size: 0.75rem;
}





.dropcap {
    font-size: 4em;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0.04em 0.2em 0 0;
    color: var(--bs-gray-900);
    line-height: 1;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-primary {
    background-color: rgba(81, 67, 217, 0.1) !important;
}
.text-primary {
    color: rgba(81, 67, 217, 1) !important;
}



.breadcrumb {
    list-style: none;
    padding: 0;
    display: flex;
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item a {
    color: #444 !important;
    text-decoration: none;
}


.bg-mode{
background-color: #fff;
}




.bg-light {
    background-color: rgba(245, 245, 246, 1) !important;
}

.greece-destination-places li{
    line-height: 1.3;
    color: #555;
}


.rounded-3{
border-radius:24px;
}

.rounded{
border-radius:24px;
}

.rounded-0{
border-radius:12px!important;
}

.text-warning{
color:rgba(247, 195, 46,1)!important;

}


.p-4 {
padding:2px;
}


picture {
  display: block;
  width: 100%;
}

picture img {
  width: 100%!important;
  height: auto; 
  display: block;
  object-fit: cover; 
}



  .hide-shadow-padding-on-mobile {
    box-shadow: none !important;
    padding: 22px !important;
	margin-right:0 !important;
	margin-left:0 !important;
  }

.greece-destination-places p{
padding:8px;
}


.h130{
height:160px;
}







/* Mobile first: enable horizontal scroll */
.mobile-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.mobile-scroll-wrapper .row {
  flex-wrap: nowrap;
}

/* Hide scrollbar for better UX (optional) */
.mobile-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.mobile-scroll-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}


.topcontactus{
color:#111!important;
font-size:0.9rem!important;
margin-top:2px;
}



.nav-responsive {
    display: flex;
    flex-wrap: nowrap;      
    overflow-x: auto;       
    white-space: nowrap;    
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;  
    -ms-overflow-style: none; 
}

.nav-responsive::-webkit-scrollbar {
    display: none;      
}

.nav-responsive .nav-link {
    flex: 0 0 auto;     
}.bfooter-bottom-line{
	width:100%;
border-top:1px solid #d7d7d7;
  margin-top: 2rem; 
  padding-top: 1rem; display: flex; flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: center; 
  font-size: 0.9rem; 
  color: #fff;
}

.bfooter-section ul li a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.bfooter-section ul li a:hover,
.bfooter-section ul li a:focus {
  text-decoration: underline;
  outline: none; /* keep focus visible if you want */
}


.bg-dark-black{
background-color:#000;
}




.bg-grayf2{
background-color:#f2f2f2;
}

.bg-graydark{
background-color:#f2f1ec;
}


footer h2 {
font-size:1.2rem;
color:#fff;
text-align:left;
}



.bfooter-section ul li a {
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
  line-height:1.6rem;
}

.bfooter-section ul li a:hover,
.bfooter-section ul li a:focus {
  text-decoration: underline;
  outline: none; /* keep focus visible if you want */
}


.bfooter-section {
  flex: 1 1 100%;
}


.bfooter-section ul{
  list-style: none;
  padding: 0;
}


.bfcountitem {
 margin-bottom: 8px;
display: flex;
justify-content: flex-start;
align-items: center;
color:#000;
}


.bfcountitem svg{
 margin-right: 4px;
}




.bfooter {
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}



.footer-down {
width: 100%;
}



.bglightfooter{
background-color:#f6f6f6;
}



.bglightfooter h4{
  color: #111;
}


.bgdarkfooter h4{
  color: #fff;
}


.bfcountitem a{
  text-decoration:none;
  font-size:0.88em;
}

.bglightfooter .bfcountitem a{
  color: #111;
}


.bgdarkfooter .bfcountitem a{
  color: #fff;
}




.bfcountitem a:hover {
  text-decoration: underline;
  background-color:transparent;
}



.footerlast{
    border-top: 1px solid #e1e1e1;
}


.align-items-center {
    align-items: center!important;
}

.footer-last-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px;
    align-items: center;
background-color:#f9f9f9;

}





.footerul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footerul li{
display: inline-block;
}



.footerul li:not(:last-child) {
    margin-right: 0.5rem;
}
.cc5{
column-count:2;
}



.footer-down .howitheader {
    font-size: 1.2rem;
    justify-content: flex-start;
    padding: 0;
}




.why-antelope {
  padding: 60px 20px;
}

.why-antelope .container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-antelope header {
  text-align: center;
  margin-bottom: 40px;
}

.why-antelope h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.feature {
  text-align: center;
}

.feature .icon {
  margin-bottom: 20px;
}

.feature .svg-icon {
  width: 48px;
  height: 48px;
  fill: #2b6cb0;
}

.feature h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature p {
  color: #555;
  font-size: 0.95rem;
}

/* Responsive Layout */

@media (min-width: 768px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features {
    grid-template-columns: repeat(4, 1fr);
  }
}









@media (min-width: 576px){
.p-sm-5 {
    padding: 3rem !important;
}
}





.rounded-3 {
    border-radius: 1rem !important;
}


.green-price {
    font-family: "Poppins", sans-serif;
    color: #007a58; 
    font-weight: 700;
    line-height: 1.25;
}


.btn-primary-soft {
    color:#fff!important; 
    background-color:#5143d9!important;
}


.bg-greenf{
    background-color:#e6fbee!important;

}


.step-icon{
padding:22px;
}


.step-icon img {
width: 48px;
height: auto;
}

.fb1{
}

.fb2{
font-weight:bold;
padding:6px;
}

.headerdest{
display: flex;
align-items: center;
justify-content: space-between;
	padding:0px;
	margin-top:12px;
	padding-right:4px;
}


.packagetitle{
font-size: 22px;
font-weight:900;
flex: 1;
text-align:left;
padding:4px 0 4px 0 ;
}


.topdays{
color: #ffffff;
flex: 0 0 110px;
text-align: center;
padding: 6px 12px 6px 12px;
background-color: #0e556f;
display: flex;
border-radius: 22px;
justify-content: space-around;
align-items: center;
	font-size:0.88rem;
}




.sph-HorizontalNavBarScroller_Wrapper {
overflow-x: auto;
position: relative;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
	overflow-y:hidden;

}


.sph-MarketGroupHorizontalNavBar {
overflow: visible;
position: relative;
	width:100%;
}


.sph-MarketGroupNavBarButton {
display: flex;
flex-shrink: 0;
font-size: 0.9rem;
color: #111;
cursor: pointer;
	text-align:left;
position: relative;
}


.sph-MatchAlertsButton{
position: relative;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
background: yellow;
}


.sph-HorizontalNavBarScroller_Contents {
display: flex;
position: relative;
justify-content: flex-start;
align-items: center;
}



.sph-HorizontalNavBarScroller_Contents_top {
display: flex;
position: relative;
white-space: nowrap;
}




.sph-HorizontalNavBarScroller {
position: relative;
	font-size:0.8rem;

}
.sph-MarketGroupHorizontalNavBar_Icons {
position: absolute;
z-index: 20;
right: 0;
top: 0;
height: 100%;
display: flex;
align-items: stretch;
}




.itemdestination {
font-size:0.9rem;
padding: 8px 4px 8px 4px;
text-transform: capitalize;
 flex: 0 0 auto;
}


.itemdestitem{
font-size: 0.9rem;
text-transform: capitalize;
color:#111;
}



.innerflex{
display: flex;
justify-content: space-between;
align-items: center;
padding: 4px;
}


.stars_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding:0px;
}


.tripadvisor{
 width:32px;
margin-top:4px;
margin-right:6px;
}



.starrate{
color: #1b5d09;
font-size: 1.2rem;
font-weight: bolder;

}


.starting{
margin-right:4px;
font-size:0.8rem;
color:#707070;
}


.prices{
font-weight:bold;
font-size:1.2rem;
color:#000;
}

.prices_small{
font-weight:bold;
font-size:0.9rem;
color:#000;
margin-top:4px;
}



.packagelist_container{
padding:6px;
}


.listimg-container .prices{
color:#fff;
font-weight:900;
font-size:2rem;
}



.listimg-container {
  position: relative;
  text-align: center;
  color: white;
}





.interstsspan{
padding: 6px ;
display:block;
color: #fff;
font-size:0.75rem;
}


.pdesc{
text-align: justify;
max-width: 100%;
line-height:26px;
padding:4px;
font-size:1rem;
}


.suitablecontainer{
display: flex;
position: relative;
justify-content: flex-start;
align-items: center;

}

.predsec{
background-color:#fff9e9cc;
font-size:0.8rem;
padding:4px;
text-align:left;
}



.flexButton {
display: flex;
-webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
-webkit-box-align: center; 
-ms-flex-align: center; 
align-items: center;
padding: 12px;
margin: 0 auto;
	width:90%;
border-radius:25px;
font-size: 16px;
font-weight: 900;
background-color: #efb410;
color: #000;
	margin-bottom: 12px;

}


.whiteh{
text-decoration:none;
font-size:1.1rem;
color:#fff!important;
font-weight:700;
}



.suitableheader{
font-size:0.74rem;
white-space: nowrap;
margin-right:6px;
}

.p6{
padding:6px;
}

.filterpackages25{
padding:4px;
}























.top-left {
background-color:rgba(0,0,0,0.8);
position: absolute;
top: 0;
left: 0;
width:100%;
text-align:center;
display:flex;
min-height:36px;
align-items: center;
padding:0;
justify-content: space-between;
gap:0;
}

.ov-title{
font-size:0.95rem;
font-weight:bold;
color:#fff;
padding:6px;
text-align:left;
flex:1;
}

.ov-days{
background-color:#9b0909;
min-height:36px;
flex:0 0 100px;
border-top-left-radius:32px;
display: flex;
padding:6px;
color:#fff;
font-size:0.85rem;
align-items: center;
justify-content: flex-end;
}






.bottom-left {
background-color:rgba(28, 28, 28, 0.8);
position: absolute;
bottom: 0;
left: 0;
width:100%;
text-align:center;
display:flex;
min-height:36px;
align-items: center;
padding:0;
justify-content: space-between;
gap:0;
}


.ov-destinations{
color:#fff;
font-size:0.8rem;
}


.bottom-right{
padding:2px;
background-color:#efb410;
position: absolute;
bottom: 0px;
border-radius:22px;
min-width:120px;
right: 10px;
}


.bottom-right a{
text-decoration:none;
font-size:0.85rem;
color:#000;
}


.xxcontainer {
  display: flex;
            gap: 10px;
            padding: 10px;
            overflow-x: auto;
            white-space: nowrap; /* Prevent items from wrapping on small screens */
            scroll-snap-type: x mandatory;

}





.whyantelopeimg {
    margin: 0 auto;
    width: 90%;
}


.orangeconatiner {
    background-color: #f8f8f8;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
}

.quo {
display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;

}

.whyantelopelist {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}


.whyantelopeimg>img {
    height: auto;
    width: 100%;
}






.quop {
    flex: 1;
    padding: 22px;
    line-height: 1.6;
}











.whyantelope {
    margin: 0 auto;
    width: 80%;
}



.whyantelopegrid {
    display: flex;
    gap: 12px;
    padding-top: 30px;
    max-width: 100%;
    margin: 0 auto;
flex-direction:column-reverse;
   align-items: center;
   gap:3rem;
}

.whyantelopeimg>img {
    width: 100%;
}





