@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary: #c09b4b;
  --secondary: #0a2e46;
  --white: #fff;
  --dark: #111;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  overflow: inherit !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
input[type="date"],
textarea,
select {
  background: none;
  border: solid 1px #eee;
  color: #444;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 12px;
  padding: 13px 15px;
  width: 100%;
  outline: 0;
  border-radius: 15px;
}
input[type="submit"] {
  color: var(--white);
  background: var(--primary);
  text-transform: uppercase;
  line-height: 1;
  padding: 14px 26px;
  border: 0;
  letter-spacing: 0.8px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  border-radius: 14px;
}
input[type="submit"]:hover {
    background: var(--secondary);
    color: var(--white);
    transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: "Montserrat", sans-serif;
  color: #202020;
  font-weight: normal;
  text-transform: inherit;
  line-height: 1.18;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  padding: 0;
  margin: 0 0 10px 0;
  color: #363636;
  font-size: 14px;
  line-height: 1.5;
}
ul,
li,
a {
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  color: var(--dark);
  line-height: 1.4;
  font-size: 14px;
}
a:hover {
  transition: 0.8s;
  text-decoration: none;
}

.heading, .leftheading {
    margin-bottom: 40px;
    font-size: 36px;
    position: relative;
    font-weight: 600;
}

.leftheading span,
.heading span {
  color: var(--primary);
}
.heading {
  text-align: center;
}

.subheading {
    display: block;
    margin: 0 auto 20px;
    font-size: 16px;
    color: var(--primary);
    font-weight: 600;
}
.subheading img {
    width: 15px !important;
    margin-top: -2px;
}

.zoomeffect {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

.btn-primary {
    background: var(--primary);
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2px;
    border-radius: 15px;
    padding: 14px 24px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 0;
    font-weight: 500;
}
.btn-primary i {
    margin-right: 3px;
}
.btn-primary:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--secondary);
  transition: .5s;
  border-radius: 15px;
  z-index: -1;
}

.btn-primary:hover:before {
  left: 0;
  width: 100%;
}


.btn-secondary {
    background: var(--secondary);
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2px;
    border-radius: 15px;
    padding: 14px 24px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 0;
    font-weight: 500;
}
.btn-secondary i {
    margin-right: 3px;
}
.btn-secondary:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--primary);
  transition: .5s;
  border-radius: 15px;
  z-index: -1;
}

.btn-secondary:hover:before {
  left: 0;
  width: 100%;
}


ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
}

ul.slick-dots li button {
  padding: 0;
  line-height: 1;
  height: 11px;
  width: 11px;
  border: none;
  text-indent: 100px;
  overflow: hidden;
  border-radius: 50px;
  transition: .5s;
}

ul.slick-dots li {
  line-height: 1;
}

ul.slick-dots li.slick-active button {
  width: 20px;
  background: var(--primary);
}



.section-padding {
  padding: 60px 0;
}




/* HEADER SECTION CSS */

.topbar {
    background: var(--secondary);
    padding: 10px 0;
}

.topbar ul li, .topbar ul li a {
  color: var(--white);
}

.topbar ul li i {
  font-size: 16px;
}

.topbar ul.topbar-info li i {
  color: var(--primary);
  margin-right: 5px;
  transform: rotateY(180deg);
}

header {
}
.menubar>a img {
    height: 120px;
    padding: 10px;
    background: var(--white);
    margin-bottom: -40px;
    position: relative;
    z-index: 9;
    border-radius: 50%;
}
.menubar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul.header-cntct {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header ul.header-cntct li a {
  font-size: 17px;
  font-weight: 500;
}
header ul.header-cntct li a i {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(
  --primary);
  color: var(--white);
  border-radius: 50%;
}
header ul.header-cntct li:first-child a i {
  margin-right: 11px;
}
header ul.header-cntct li:first-child a {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ddd;
}
header .menutop li a:after {
  top: 40px;
  left: 100%;
  padding: 2.5px;
  border-radius: 50%;
}
header ul.header-cntct span.header-bar {
  height: 2px;
  width: 25px;
  background: var(--primary);
  position: relative;
  display: inline-block;
  top: -6px;
}

header ul.header-cntct span.header-bar:before,
header ul.header-cntct span.header-bar:after {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  width: 18px;
  background: var(--secondary);
}

header ul.header-cntct span.header-bar:after {
  top: 8px;
}

header ul.header-cntct span.header-bar:before {
  top: -8px;
}


.offcanvas-btm.mt-4 {
    border: 1px solid #fea53238;
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(45deg, #ffe7c8, #c993360f);
}



.mainslider {
  position: relative;
}
.mainslider #carouselExampleFade .carousel-item>img {
  aspect-ratio: 12/5;
  width: 100%;
  object-fit: cover;
  height: auto;
  filter: brightness(0.5);
}

.mainslider .carousel-caption h1 {
    font-size: 54px;
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
    display: block;
    color: var(--white);
}
.mainslider .carousel-caption h1 span {
    color: var(--primary);
}

.mainslider .carousel-caption ul li img {
    filter: brightness(0) invert(1);
}
.carousel-caption-info h4 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 500;
    border-left: 3px solid;
    width: fit-content;
    padding: 2px 0 2px 15px;
    line-height: 1;
}
.mainslider .carousel-caption ul {
    margin-bottom: 25px;
}
.mainslider .carousel-caption ul li {
    color: #ffffff;
}
.mainslider .carousel-caption ul li:not(:last-child) {
    margin-bottom: 10px;
}
.mainslider .carousel-caption p {
  width: 40%;
  margin: 15px 0 20px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}


/* WHY CHOOSE US SECTION CSS */



.whychooseus {
 background: linear-gradient(45deg, #000000f0, #6a410db8), url('../images/whychooseus-bg.webp') no-repeat center center / cover;
 background-attachment: fixed;
}
.whychooseuslist figure img {
  width: 45px;
  height: 45px;
  opacity: .8;
}
.whychooseuslist {
  background: #00000029;
  padding: 30px 35px;
  border-radius: 15px;
  transition: .5s;
  border: 1px solid #ffffff47;
  backdrop-filter: blur(5px);
}

.whychooseuslist:hover {
  transform: translateY(-10px);
}
.whychooseuslist figure {
    height: 100px;
    width: 100px;
    background: var(--white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    outline: 2px solid var(--primary);
    outline-offset: -13px;
    margin: 0;
    border: 6px solid var(--primary);
}

.whychooseuslist h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 22px 0 15px;
  color: var(--primary);
}
.whychooseuslist p {
  margin: 0;
  color: #e9e9e9;
}




/* TOUR PACKAGES CSS */


.tourstravelslist {
  background: var(--white);
  box-shadow: 3px 3px 22px #0000000f;
  border-radius: 15px;
  transition: 0.5s;
}
.tourstravelslist:hover img {
  transform: scale(1.1);
	filter: brightness(0.5);
}
a.tourstravelslink-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    line-height: 1;
    height: 50px;
    width: 50px;
    background: var(--primary);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 18px;
    opacity: 0;
    transition: .5s;
}
.tourstravelslist:hover a.tourstravelslink-btn {
    opacity: 1;
}
.tourstravelslist figure {
  overflow: hidden;
  border-radius: 15px;
}

.tourstravelslist figure img {
  transition: 0.5s;
}

.tourstravelslist:hover {
  transform: translateY(-10px);
}
.tourstravelslist figure img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 15px;
}
.tourstravels-info {
  padding: 22px;
  text-align: center;
  position: relative;
}
.tourstravels-info h3 {
    margin: 0 0 10px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tourstravels-info h3 a {
    font-size: 22px;
	transition: .5s;
}
.tourstravelslist:hover h3 a {
    color: var(--primary);
}
.tourstravels-info span {
  background: var(--primary);
  border: 2px solid var(--white);
  display: block;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin-top: -65px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
}
.tourstravels-info span i {
  margin-right: 5px;
}
.tourstravels-info p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd8a;
}


a.btn.btn-primary.whatsappbtn, a.btn.btn-primary.callbtn {
    padding: 11px 15px;
    font-size: 13px;
    border-radius: 10px;
}
a.btn.btn-primary.whatsappbtn {
    background: #17b50c;
}
a.btn.btn-primary.callbtn {
    background: #2789dd;
}
.package-inclusions h5 {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
	font-size: 16px;
}

ul.package-meta li i {
    width: 16px;
    color: var(--primary);
    margin: 7px 0;
}




.package-inclusions-ftr img {
    width: 45px;
    margin: -15px auto 0;
    transform: none !important;
}

.package-inclusions-ftr>div div.small {font-weight: 500;color: #565656;margin: 8px 0 !important;line-height: 1;}

.package-inclusions-ftr>div {
    max-width: 80px;
    width: 80px;
    background: linear-gradient(0deg, #fea53229, transparent);
    aspect-ratio: 1 / .5;
    border-radius: 50% 50% 10px 10px;
}




/* MARQUEE SLIDER CSS */


.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff7ed;
  padding: 12px 0;
}

.marqueeinner {
  display: flex;
  width: 200%; /* enough to hold two lists side by side */
  animation: marqueeMove 30s linear infinite;
}

.marqueeinnerlist {
  display: flex;
  gap: 40px;
  align-items: center;
}

.marqueeinnerlistitem {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-shrink: 0;
}

.marqueeinnerlistitem h2 {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    color: var(--primary);
}

.marqueeinnerlistitem:nth-child(even) h2 {
  color: transparent;
  -webkit-text-stroke: 1px #5d5d5d;
}
.marqueeinnerlistitem svg {
    width: 45px;
    height: 45px;
}
.marqueeinnerlistitem svg path {
    fill: var(--primary);
}


@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

}





/* HOMEABOUT SECTION CSS */

.homeabout figure img {
  display: block;
  width: 100%;
  height: auto;
}
.homeabout-content p {
    line-height: 1.6;
}

.featurelist-content h3 {
    font-size: 18px;
}
.homeabout-featurelist {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.homeabout-featurelist {
    gap: 10px;
}

.homeabout-featurelist .featurelist-icon {
    flex: 1;
    position: relative;
    z-index: 0;
    transform: translateY(8px);
}

.homeabout-featurelist .featurelist-content {
    flex: 8;
}

.homeabout-featurelist:nth-child(1) {
    margin-bottom: 40px;
}

.featurelist-icon img {
    width: 60px;
    height: 60px;
    opacity: .8;
}

.homeabout-featurelist .featurelist-icon:before {
    position: absolute;
    content: '';
    top: -12px;
    left: 0;
    width: 60px;
    height: 60px;
    background: #c09b4b21;
    border-radius: 50%;
    z-index: -1;
}



/* SERVICES PAGE CSS */



.services {
    background: #f7f6f3;
}

.serviceslist {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 3px 3px 18px #00000014;
    transition: .5s;
    border-bottom: 3px solid transparent;
}

.serviceslist:hover {
    transform: translateY(-10px);
    border-bottom-color: var(--primary);
}

.serviceslist h3 {
    font-size: 20px;
    margin: 20px 0 12px !important;
    transition: .5s;
}
.serviceslist:hover h3 {
    color: var(--primary);
}
.serviceslist figure {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #c09b4b21;
    margin: 0 0 0 10px;
}

.serviceslist figure img {
    transform: translateX(-10px);
    opacity: .8;
}




/* HOW IT WORK SECTION CSS */


.howitwork p.howitwork-desc {
  font-size: 18px;
}
.howitwork .accordion-button {
  font-size: 19px;
  font-weight: 600;
  padding: 18px 0;
  background: transparent;
}

.howitwork .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.howitwork .accordion-button::after {
  margin-left: auto;
}
.howitwork button.accordion-button[aria-expanded="true"] {
  color: var(--primary);
}
.howitwork .accordion-body {
  padding: 0 0 20px;
  line-height: 1.6;
}

.howitwork .accordion-item {
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.howitwork .img-wrapper {
  position: relative;
  text-align: center;
}

.howitwork .circle-img {
  max-width: 100%;
}






/* TESTIMONIALS SECTION CSS */


.reviews {
  background: url(../images/reviews-bg.jpg) no-repeat center center/cover,
    #191f32;
  text-align: center;
}
.reviews .heading {
  color: var(--white);
  padding: 0;
  margin-bottom: 25px;
}
.reviews .heading span {
  margin: 0 auto 20px;
}

.reviewlist-btm {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	column-gap: 14px;
	position: relative;
	padding-left: 55px;
}
.reviewslist i.fas.fa-quote-right {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 32px;
	height: 70px;
	width: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: transparent;
	background: var(--primary);
	-webkit-text-stroke: 1px #fff;
	border-radius: 50%;
	transform: rotate(180deg) translateY(50%);
}
.reviewslist p {
    font-style: italic;
    font-size: 16px;
    margin: 0 auto 35px;
    width: 55%;
    color: #cdcdcd;
    line-height: 1.6;
}

.reviewlist-btm img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.reviewslist h5 {
  margin: 0;
  font-weight: 600;
  color: var(--white);
  font-size: 20px;
  margin-top: 5px;
}
.reviewslist h5 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}
.reviewlist-btm span .rating i {
  font-size: 13px;
  margin: 0 1px;
  color: #ffb239;
}






/* BLOG SECTION CSS */




.homeblog .row .col-sm-6 a.btn {
  float: right;
}
.homebloglist {
  transition: 0.5s;
  border-radius: 15px;
}
.homeblog .date-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #343434;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #e9e9e9;
  border: 2px solid #f9cd95;
  backdrop-filter: blur(2px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 10px 20px 10px 20px;
  line-height: 1;
}
.homebloglist:hover {
  transform: translateY(-10px);
}
.homebloglist img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.homebloglist p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homeblogbox {
  padding: 25px;
  position: relative;
  z-index: 2;
  background: var(
  --white);
  border-radius: 15px;
  box-shadow: 3px 3px 15px #00000014;
  margin: -30px auto 0;
  border: 1px solid #00000012;
  border-top: 0;
}
.homeblogbox ul {
    display: flex;
    align-items: center;
    padding: 13px;
    border: 1px solid #c09b4b2e;
    background: #c09b4b0f;
    border-radius: 15px;
}

.homeblogbox ul li {
  font-weight: 500;
  line-height: 1;
}

.homeblogbox ul li i {
    color: var(--primary);
    margin-right: 8px;
}
.homeblogbox ul li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ababab;
}

.homeblogbox h3 {
  margin: 12px 0;
  line-height: 22px;
}
.homeblogbox h3 a {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblogbox span {
  font-size: 13px;
  font-weight: 600;
}

.homeblogbox span i {
  color: var(--primary);
  margin-right: 7px;
}

.homeblog button.slick-prev.slick-arrow:after,
.homeblog button.slick-next.slick-arrow:after {
  color: var(--white);
  background: var(--primary);
}
.homeblog button.slick-prev.slick-arrow:hover:after,
.homeblog button.slick-next.slick-arrow:hover:after {
  color: var(--dark);
  background: var(--secondary);
}
.homeblog button.slick-prev.slick-arrow,
.homeblog button.slick-next.slick-arrow {
  opacity: 1;
}

a.readmore {
  margin: 18px 0 0;
  display: inline-block;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary);
}

a.readmore i {
  font-size: 12px;
  margin-left: 5px;
  transform: rotate(-45deg) translateY(-1px);
}


/* FOOTER SECTION CSS */


footer {
    background: linear-gradient(45deg, #0a2b54e8, #231304d6), url('/wp-content/uploads/2025/12/footer-bg.webp') no-repeat center bottom / cover;
    padding: 40px 0 0;
    overflow: hidden;
    background-attachment: fixed;
}

footer figure a img {
    height: 120px;
    border: 2px solid var(--white);
    border-radius: 50%;
}
footer .col-sm-2:nth-child(2),
footer .col-sm-2:nth-child(3) {
  padding-left: 30px;
}

footer .col-sm-4:last-child {
  padding-left: 80px;
}
footer ul li.menu-item a {
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
footer ul li.menu-item a:before {
    position: absolute;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: var(--primary);
    left: 0;
    font-size: 12px;
    top: 2px;
}

footer ul li.menu-item a:hover {
  color: transparent;
  background: var(--primary);
  background-clip: text;
}

footer figure {
  margin-bottom: 15px;
}

footer h3 {
	color: var(--white);
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 18px;
	padding-bottom: 10px;
	position: relative;
}
footer h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 40px;
    height: 1px;
    border-bottom: 1px solid var(--white);
}
footer ul.footer-details li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
footer ul.footer-details li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: transparent;
    background: var(--primary);
    background-clip: text;
    font-size: 15px;
}

footer ul.socialicon {
  display: flex;
  column-gap: 8px;
}
footer ul.socialicon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: var(--primary);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--white);
  margin: 0;
}

footer ul.socialicon li a:hover {
  background: linear-gradient(45deg, var(--secondary), var(--primary));
}

footer .ftdetails li i {
  margin-right: 8px;
}

footer ul li,
footer ul li a,
footer p,
footer p a {
  color: #e0e0e0;
}
.copyright {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid #ffffff26;
}
.copyright .row {
  align-items: center;
}
.copyright p a {
  color: var(--primary);
}

#GoToTop {
  display: none;
  position: fixed;
  bottom: 62px;
  right: 45px;
  z-index: 99999999;
  padding: 0;
  background: var(--primary);
  width: 45px;
  height: 50px;
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  border-radius: 12px;
}
#GoToTop i {
  display: block;
  padding-bottom: 3px;
}

#whatsappbtn {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  padding: 9px 9px 8px 11px;
  background: #4fcc5d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 32px;
  color: var(--white);
  align-items: center;
  justify-content: center;
}
#whatsappbtn img {
  display: block;
  width: 30px;
}

.breadcrumb {
    background: linear-gradient(45deg, #000000c9, #4428039e), url(../images/breadcrumb-bg.webp) no-repeat center center / cover;
    padding: 200px 0 30px;
    margin-bottom: 0;
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
  margin: 0;
}

.breadcrumb p {
  text-align: right;
  margin: 0;
}
.breadcrumb p,
.breadcrumb span,
.breadcrumb p a {
  color: #eee;
  font-weight: 500;
}
.breadcrumb p a {
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: transparent;
    text-transform: capitalize;
    background: var(--primary);
    background-clip: text;
    line-height: 1.2;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 span a {
  display: none;
}
.breadcrumb h1 p#breadcrumbs {
  text-align: left;
}
.breadcrumb a:after {
  position: absolute;
  content: "\f101" !important;
  font-size: 10px !important;
  font-weight: 600;
  font-family: "Font Awesome 5 Free" !important;
  color: var(--primary);
  right: 0;
  top: 3px;
}


/* CONTACT PAGE CSS */


ul.contactus-socialicon li a {
    display: inline-flex;
    font-size: 17px;
    height: 45px;
    width: 45px;
    background: var(--primary);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
}

ul.contactus-socialicon {
    gap: 8px;
}

.contactus-details {
    margin: 40px 0;
}

.contact-details-info {
    height: 100%;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(45deg, #002a5e, #00000073), url('/wp-content/uploads/2025/12/contact-bg.webp') no-repeat center center / cover;
}

.contactus form label {
    width: 100%;
}

.contactus form label textarea {
    height: 110px;
}

.contactus form p>label {
    font-weight: 500;
    color: var(--secondary);
}

.contactus form p input[type="text"], .contactus form p input[type="email"], .contactus form p input[type="tel"], .contactus form p textarea {
    border: 1px solid #0000001a;
    border-radius: 15px;
    padding: 13px 20px;
    font-size: 14px;
    resize: none;
    background: var(--white);
    margin-top: 5px;
}
.contactus form {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #c09b4b2e;
    background: #c09b4b0f;
}
.contactus input[type="submit"] {
  margin-top: 10px;
}
.contactus form p {
  margin: 0;
}

.contactus_detailslist {
  gap: 12px;
  margin: 12px 0;
}
.contact-details-info h1 {
    font-size: 34px;
    font-weight: 600;
    color: var(--white);
}

.contact-details-info>p {
    margin-bottom: 30px;
    font-size: 18px;
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.contactus_detailslist i {
  font-size: 30px;
  color: var(--primary);
  display: inline-block;
  line-height: 1;
}

.contactus_detailslist p, .contactus_detailslist p a {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
}


.contactus iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / .4;
    border-radius: 15px;
}






.secondary-container.testimonials .reviewslist {
  border: 2px solid #00a6a621;
  margin-bottom: 23px;
  padding: 30px;
  border-radius: 15px;
  background: linear-gradient(45deg, #00a6a614, #c993360f);
  box-shadow: 5px 5px 0 #00000008;
}

.secondary-container.testimonials .reviewslist p {
  width: 100%;
  color: #333;
}

.secondary-container.testimonials .reviewslist h5 {
  color: #163250;
}

.secondary-container.testimonials .reviewslist img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.secondary-container.testimonials .reviewslist i {
  left: 0;
}

.secondary-container.testimonials .reviewslist .reviewlist-btm {
  padding-left: 50px;
}






/* SINGLE PACKAGES PAGE CSS */


.singlepackage-content {
    background: #fffcf8;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 15px;
}

.singlepackage-content .package-image img {
    border-radius: 12px;
}

.singlepackage-content h1.package-title {
    font-size: 26px;
    font-weight: 600;
}

.singlepackage-sidebar {
    position: sticky;
    top: 40px;
}

.singlepackage-sidebar-item {
    background: linear-gradient(45deg, #fbfdff, #fffcf8);
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 15px;
}

.singlepackage-sidebar-item input[type="text"], .singlepackage-sidebar-item input[type="email"], .singlepackage-sidebar-item input[type="tel"], .singlepackage-sidebar-item input[type="number"], .singlepackage-sidebar-item select, .singlepackage-sidebar-item input[type="date"], .singlepackage-sidebar-item textarea {
    background: #fff;
    border: 1px solid #00000014;
    padding: 12px 15px;
    font-size: 14px;
    color: #606060;
    line-height: 1;
    border-radius: 12px;
}

.singlepackage-sidebar-item h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.singlepackage-sidebar-item input[type="submit"] {
    font-size: 14px;
}







/* RESPONSIVENESS CSS */


@media only screen and (max-width: 1199px) {
.mainslider #carouselExampleFade .carousel-item>img {
    aspect-ratio: 12/7;
}
.mainslider .carousel-caption h1 {
    font-size: 40px;
}
.mainslider .carousel-caption h1 br {
  display: none;
}
.mainslider .carousel-caption p {
  width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
    padding: 11px;
}
}


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

.subheading {
    margin: 0 auto 15px;
}
.heading, .leftheading {
    margin-bottom: 25px;
    font-size: 28px;
}

.menubar>a img {
    height: 70px;
    margin: 0;
    border: none;
    padding: 0;
}
.section-padding {
    padding: 40px 0;
}
.marqueeinnerlistitem h4 {
    font-size: 34px;
}
.marqueeinnerlistitem svg {
    width: 36px;
    height: 36px;
}
.marqueeinnerlistitem:nth-child(even) h4 {
    -webkit-text-stroke: 1px #0a2b549c;
}
.marqueeinnerlistitem, .marqueeinnerlist {
    gap: 20px;
}


.reviewslist p {
    font-size: 15px;
    width: 100%;
}


.homeblog h2.leftheading {
    margin-bottom: 10px;
}

footer {
    padding: 40px 0 0;
}
.copyright {
    margin-top: 20px;
    padding: 20px 0;
}
}


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

.mainslider #carouselExampleFade .carousel-item>img {
    aspect-ratio: 1/1;
}
.carousel-control-next, .carousel-control-prev {
    top: auto;
    bottom: 10%;
}
.carousel-control-prev {
    left: auto;
    right: 66px;
}
.carousel-control-next {
    right: 20px;
}

.contactus iframe {
    aspect-ratio: 1 / .8;
}


.homeabout-featurelist {
    gap: 15px;
}	
.homeabout-featurelist .featurelist-icon {
    transform: translateY(5px);
}	
.homeabout-featurelist .featurelist-icon:before {
    width: 40px;
    height: 40px;
}	
.featurelist-icon img {
    width: 55px;
    height: 55px;
}	
.homeabout-featurelist h3 {
    font-size: 18px;
}	
	
}


@media only screen and (max-width: 580px) {
.mainslider .carousel-caption h1 {
    font-size: 28px;
}
.carousel-caption-info h4 {
    font-size: 16px;
    border-left: 2px solid;
    padding: 2px 0 2px 10px;
}
.mainslider .carousel-caption p {
    margin: 12px 0 14px;
    font-size: 14px;
}
	
.howitwork p.howitwork-desc, .howitwork .accordion-body {
    font-size: 14px;
}

.howitwork .accordion-button {
    font-size: 16px;
    padding: 12px 0;
}

	
	
	

.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    text-align: center !important;
}
.breadcrumb h1 span {
    font-size: 26px;
}


}