@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	font-family: "Nunito Sans", sans-serif;
}
ul, li {
	margin: 0px;
	padding: 0px;
}

::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder { /* Firefox 18- */
color: #333;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #333;
}
:-ms-input-placeholder {
color: #333;
}
p {
	margin: 0 0 17px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.btn-blue {
	background-color: #002d62;
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0px;
	display: inline-block;
	line-height: 38px;
	padding: 5px 25px;
	text-decoration: none !important;
	border: 0;
	transition:all 0.4s ease-out;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: 2px;
}
.btn-blue:hover {
	background-color: #ff9103;
	color: #fff !important;
}
textarea { resize:none; }
.btn-blue i { margin-left:10px;}

.btn-yellow {
	background-color: #ff9103 !important;
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0px !important;
	display: inline-block;
	line-height: 38px !important;
	padding: 5px 25px;
	text-decoration: none !important;
	border: 0 !important;
	transition:all 0.4s ease-out;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: 2px;
}
.btn-yellow:hover {
	background-color: #ee8703 !important;
	color: #fff !important;
}

.btn-more {

	color: #ff9000 !important;
	font-size: 15px;	
	text-transform: uppercase;
	 border-radius: 0px;
	 display: inline-block;
	 line-height: 35px;
	 padding: 5px 25px;
	 text-decoration: none;
	 
	 text-decoration: none !important;	
	 cursor: pointer; 
   font-weight: 600;
   transition:all 0.4s ease-out;
}
.btn-more:hover {
	color: #002d62 !important;
}
.padding-bottom-25 { padding-bottom: 25px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-bottom-100 {padding: 100px 0px;}
.full-btn { width: 100%; }
.white-bg {
    padding: 70px 0px;
    background: #fff;
}
/* top section */





/* Contact Us */
   
.contact-form {padding: 30px; background: #f1f1f1;}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-form textarea.form-control {
    height: auto; resize:none;
}



.contact-us-page input {
    width: 100%;
    height: 45px;
    padding: 0 11px;
    border: 1px solid #ccc;
    margin: 0 0 10px;
}
.contact-us-page textarea {
    width: 100%;
    height: 100px !important;
    padding: 10px 11px;
    border: 1px solid #ccc;
    margin: 0 0 10px;
}
.contact-us-page label {
    color: #fff;
    margin: 0 0 10px;
}
.contact-us-page .primary-btn1 {
    background: #a25641;
    color: #fff;
    padding: 20px 28px;
    line-height: initial;
    border: none;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.contact-us-page .primary-btn1 br {
    display: none;
}


.accordion-container {
    width: 100%;
}

.accordion-item {
    background-color: #FFFFFF; /* White background for items */
    border: 1px solid #E0E0E0; /* Light border */
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Softer shadow */
}

.accordion-header {
    background-color: #a25641;
    color: #FFFFFF;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
    font-family: "Nunito Sans", sans-serif;
}

.accordion-header:hover {
    background-color: #522214;
}
.includ ul {
    list-style: none;
}

.accordion-content {
    background-color: #FAFAFA; /* Very light grey for content */
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 16px;
    color: #484848;
    font-family: "Nunito Sans", sans-serif;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}


.wpo-breadcumb-area {
    background: url(../images/in-bnr.png);
    background-size: cover;
}
.wpo-breadcumb-area h2 {
    color: #FFFFFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 58px;
    text-align: center;
    margin: 0;
    padding: 150px 0;
}
.details-ttl {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 20px;
}
.includ {
    background: #f9f1f1;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e7beb2;
}
.includ li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
    position: relative;
}
.includ li:before {
    content: '\2713';
    color: #129b17;
    margin: 0 5px 0 0;
}
.exclud li:before {
    content: "\00d7";
    color: #d12b2b;
    margin: 0 5px 0 0;
    font-size: 22px;
}
.package-title {
    font-size: 33px;
    font-weight: 700;
    color: #000;
}
.package-banner-sec {
    margin: 0 0 20px;
}
.package-overview-sec p {
    font-size: 16px;
    line-height: 26px;
    color: #424242;
}
.wpo-destination-single-section{
	padding: 50px 0;
}
.widget-tour-list-meta input {
    width: 100%;
    height: 45px;
    margin: 0 0 7px;
    border: none;
    padding: 0 10px;
    border-radius: 2px;
}
.widget-tour-list-meta textarea {
    width: 100%;
    height: 100px !important;
    margin: 0 0 7px;
    border: none;
    padding: 10px 10px;
    border-radius: 2px;
}
.widget-tour-list-meta {
    background: #a25641;
    padding: 20px;
    border-radius: 5px;
    margin: 0 0 20px;
}
.btn-2 {
    background: #5c1c0b;
    padding: 18px 26px;
    display: block;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.wpo-contact-widget {
    padding: 20px;
    border: 1px solid #ddbdbd;
    border-radius: 5px;
}
.wpo-contact-widget p {
    font-size: 17px;
    color: #000;
    line-height: 26px;
}
.price-dtls {
    padding: 10px;
    border-radius: 3px;
    background: #dbfdd5;
    border: 1px dashed #40a32f;
    text-align: center;
    margin: 0 0 15px;
}
.trip-dtls {
    padding: 10px;
    border-radius: 3px;
    background: #ffd4c8;
    border: 1px dashed #a25641;
    text-align: center;
    margin: 0 0 15px;
}
.price-dtls h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #038915;
}
.trip-dtls h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #a25641;
}




/* Width of carousel */
#window, #slide-container {
    width: 100%;
}

/* Height of carousel */
#slide-container {
    height:auto;
    overflow: hidden; 
    position: relative; 
}
#slide-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide {
    width: 100%; 
    min-height: 200px; 
}

.slides {
    display: block; 
}

/* Style of arrows */
.arrow {
    color: white; 
    font-size: 26px; 
    position: absolute; 
    top: 50%; 
    transform: translate(0%, -50%); 
    padding: 16px; 
    background-color: rgba(0,0,0,0); 
    transition: background-color 0.3s ease; 
}

.arrow:hover {
    cursor: pointer;
    background-color: var(--transparent-grey); 
}

#next {
    left: 100%; 
    transform: translate(-100%, -50%); 
    border-radius: 4px 0px 0px 4px; 
}

#previous {
    border-radius: 0px 4px 4px 0px; 
}

#text-bar {
    background-color: var(--transparent-grey);
    width: 100%;
    height: 36px; 
    position: absolute; 
    top: 100%;
    transform: translate(0%, -100%);  
    text-align: center; 
    height: 36px;
  line-height: 36px;
}

#place {
    padding: 0px;
    margin: 0px; 
    color: white;
    position: relative;
    display: inline-block;
}

#dotsContainer {
    width: 100%;
    height: 20px; 
    text-align: center; 
}

.dots {
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,0.2); 
    border-radius: 100%; 
    display: inline-block; 
    margin: 8px 2px; 
}

.dots:hover {
    cursor: pointer; 
    background-color: rgba(0,0,0,0.4);
}

.activeDot {
    background-color: rgba(0,0,0,0.6); 
}

.listing-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listing-thumb {
    height: 250px;
    overflow: hidden;
}
.listing-des {
    background: #fff3ee;
    padding: 22px;
    text-align: center;
}
.top-detail h2 {
    color: #B36535;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 19px;
    font-weight: 900;
}
.top-detail h3{
    color: #B36535;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.listing-ttl a {
    color: #000000;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    padding: 14px 0;
    margin: 0;
    text-decoration: none;
}
.listing-des p {
    color: #313131;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.bk-button a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #A25641;
    padding: 17px 35px 17px 35px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
}
.bk-button a:hover {
    background-color:#0F1225;
    color: #fff;
}
.listing-box {
    margin: 0 0 20px;
}
.package-listing {
    padding: 50px 0;
}
.listing-ttl {
    line-height: 19px;
}
.btn-2:hover {
    background-color: #0F1225;
    color: #fff;
}


/* ================= Responsive ====================== */
@media only screen and (min-width:1024px) and (max-width:1366px) {
	
} /* end */

@media only screen and (max-width : 768px) {
	
		 
} /* end */

@media only screen and (max-width : 600px) {

} /* end */