/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --primary:#3164FF;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
    background-color:#f6f6ff;
}

.container{
	max-width: 1250px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #f1f1f1;
    color: #444;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    text-transform: capitalize;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    background: var(--primary);
    outline: none;
    font-weight: 400;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    color: var(
    --white);
}
input[type="submit"]:hover {
    background: var(--primary);
    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: "Poppins", sans-serif;
    color: #444444;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
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;
    font-family: "Poppins", sans-serif;
    color: #454a50;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
}
ul, li, a {
    list-style-type: none; 
	font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    color: var(--black);
}
.subheading {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: "Poppins", sans-serif;
    padding-left: 20px;
    line-height: normal;
    margin-bottom: 15px;
    color: var(--primary);
}
.subheading:before {
    position: absolute;
    top: -1px;
    left: 8px;
    height: 23px;
    width: 2px;
    content: '';
    background: var(--primary);
    transform: rotate(200deg);
}
.subheading:after {
    position: absolute;
    top: 0px;
    left: 115px;
    height: 23px;
    width: 2px;
    content: '';
    background: var(--primary);
    transform: rotate(200deg);
}
.heading {
    display: block;
    margin: 0 auto 30px;
}
.leftheading {
    text-align: start;
    position: relative;
    z-index: 0;
    font-size: 45px;
    line-height: 55px;
    margin-top: 9px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* TOP BAR CSS */
.page.page-id-8 {
    overflow-x: hidden !important;
} 

.requirment .section-title{
	color: var(--primary);
    font-size: 30px;
    font-weight: 700;
}

.topbar {
    padding: 16px 0;
    border-bottom: 1px solid #ffffff45;
    background: #f7efef;
}
.smoicons {
    column-gap: 15px;
}
.smoicons img {
    width: 28px;
}
.top-contact {
    column-gap: 20px;
}
.top-contact i {
    color: var(--white);
    font-size: 14px;
    padding-right: 8px;
}
.topbar p {
    color: var(--white);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .2px;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
}
ul.top-details {
    column-gap: 43px;
}
ul.top-details i {
    margin-right: 0px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary);
}
.topbar h5 {
    font-size: 13px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.topbar h5 span {
    background: var(--primary);
    color: #fff;
    padding: 8px 5px;
    font-size: 12px !important;
    border-radius: 6px;
}


/* Header */
header img {
    width: 300px;
    margin-left: -14px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
/* Menubar */


.logo a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}
.logo p {
    font-size: 15px;
    color: #fff;
    margin-top: -7px;
}
.mainmenu {
    box-shadow: 0 2px 12px #0000000a;
    background: var(--primary);
  
    width: 100%;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.mainslider {
    position: relative;
    margin-top: -50px;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: var(--primary);
}
.btn-primary {
  color: var(--primary) !important;
    background-color: var(--white) !important;
    border: unset;
    margin-top: 5px;
    font-weight: 400;
    padding: 13px 20px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: .5px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: var(--primary) !important;
/*     background-color: var(--primary) !important; */
}

/* Main Slider */
.mainslider figure{
	margin:0;
}
.carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: right;
    filter: brightness(0.7);
    height: 100vh;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    /* filter: brightness(0.5) !important; */
}


.mainslider .carousel-caption {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
}
.carousel-caption ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 20px;
}

.carousel-content small {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.carousel-content span {
    display: block;
    color: var(--primary);
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.mainslider .carousel-caption h2 {
    font-size: 58px;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 15px 0;
    color: var(--white);
   font-family: "Poppins", sans-serif;
}
.mainslider .carousel-caption h2 {
    font-size: 52px;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 15px 0;
    color: var(--white);
   font-family: "Poppins", sans-serif;
}
.mainslider .carousel-caption p {
    font-size: 15px;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 25px;
}
.carousel-content img {
    width: 63%;
    height: auto;
    margin-bottom: -41px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    margin-top: 10px;
    font-size:16px;
    border: 1px solid var(--white);
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 300;
    background: inherit;
}
.carousel-caption .btn {
    background: #FFA500 !important;
    border: unset !important;
    color: #fff !important;
    letter-spacing: 1px;
}
a.btn.btn-primary.buttons {
    background: #fff;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.cntdetails1 {
    position: absolute;
    top: 85%;
    z-index: 9;
    border-radius: 10px;
	width: 100%;
}
.cntdetails1 .details-width {
    width: 90%;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: auto;
}
.cntdetails2 {
    position: absolute;
    top: 60%;
    z-index: 9;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary);
    background: #3164ff36;
    padding: 15px;
    right: 20px;
    width: 30%;
}
.cntdetails2.details p {
    font-size: 14px;
    width: 100%;
}
.details .details-full-box{
    background: #ffffffbd;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    height: 80px;
	width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details a {
    font-size: 16px;
}
.cntdetails1.details p {
    font-size: 16px;
    line-height: 20px;
    color: #222;
}
.details i {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
	padding: 10px;
}


/*Breadcrumb Image Section   */
.breadcrumb.breadcrumb-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 163px 0;
    position: relative;
    height: 382px;
}
/* .breadcrumb.breadcrumb-image h1 {
    font-size: 28px;
    color: #002866 !important;
    font-weight: 600;
} */

.breadcrumb.breadcrumb-image h1 {
    font-size: 43px;
    color: #ffffff !important;
    font-weight: 600;
    text-shadow: rgb(0 0 0 / 86%) 0px 2px 0px;
}
.breadcrumb .breadcrumb-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.breadcrumb .breadcrumb-image .container {
    position: relative;
    z-index: 2;
}


/* Card Section */

section.info-card-section {
    margin-top: -50px;
    position: relative;
    z-index: 9;
    overflow-x: hidden !important;
}

.card-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  color: #000;
}

.card-box .icon img, .card-box .icon i {
    width: 53px;
    height: 53px;
    transition: 0.3s ease;
}
.card-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.card-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  transition: color 0.3s ease;
}

/* .card-box .card-number {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 32px;
  font-weight: 700;
  opacity: 0.05;
  transition: 0.3s ease;
} */

.card-number-wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px; /* allow it to stretch */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.card-number {
    font-size: 42px;
    font-weight: 700;
    opacity: 0.05;
    color: #000000;
    -webkit-text-stroke: 4px #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-number::before {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: #000000;
    opacity: 0.5;
    width: 224px !important;
}





/* ✅ Hover and Active Effect */
.card-box:hover
 {
  background: #2e60f2;
  color: #fff;
}

.card-box:hover h5,
.card-box:hover p,
.card-box:hover .card-number {
  color: #fff;
}

.card-box:hover .icon i {
  color: #fff;
}

/* If using an icon image and want it to turn white, use a white version of the image or apply filter */
.card-box:hover .icon img {
  filter: brightness(0) invert(1);
}



/* features section  */

.features {
    padding: 60px 0;
}
.featuresldr .slick-slide {
    margin: 0;
}
.featuresldr li {
    height: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
   text-align:center;
}
.featuresldr .slick-slide{
margin:0 10px;
}
.aboutfeaturess p {
    font-size: 14px;
}
.featuresldr li figure {
    position: relative;
}
.featuresldr li figure img {
    margin-bottom: 20px;
}
.aboutfeaturess h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 10px;
    height: 35px;
    width: 35px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/* about us section  */
h2.leftheading span {
    color: var(--primary);
}
.aboutlist {
    flex-wrap: wrap;
}
.aboutlist li {
    width: 50%;
    margin-bottom: 26px;
    font-weight: 500;
    padding-left: 40px;
    font-size: 16px;
    position: relative;
}

/* .aboutlist li:after {
    position: absolute;
    top: 0;
    content: '';
    background: url(https://algopagedev.com/project/alfahrsolutions.com/wp-content/uploads/2025/07/check-6.png);
    background-size: contain;
    background-position: center;
    left: 0;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
} */
ul.socialicons i {
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.about img {
    width: 100%;
    height: 520px ;
    object-fit: cover;
    margin-top: -20px;
}

.aboutlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 46px 1px;
    list-style: none;
    margin-left: -37px;
}

.aboutlist li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(50% - 10px); /* optional: 2 columns */
}

.about-icon {
    width: 43px !important;
    height: 44px !important;
    object-fit: contain;
}
small {
    border: 1px solid #0000002e;
    padding: 1px 18px;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--primary);
}
small {
    border: 1px solid #0000002e;
    padding: 1px 0px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px !important;
}

small::before,
small::after {
    content: "•";
    font-size: 14px;
    margin: 0 6px;
    color: #000; /* or any color you prefer */
    opacity: 0.6; /* subtle dot */
}


/* Process */

.visa-process {
  background: #fff url('https://algopagedev.com/work/jingtutravels.com/wp-content/uploads/2025/08/16-1-1.png') no-repeat right bottom;
  background-size: contain;
  padding: 70px 20px 200px;
  text-align: center;
  position: relative;
}




.visa-process  .container {
    max-width: 1337px;
}
.visa-heading .sub-title {
    display: inline-block;
    font-size: 13px;
    color: #3a63f0;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #00000047;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.visa-step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0px;
    margin-left: -66px;
}

.visa-heading .main-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 60px;
}

.visa-steps {
    display: flex;
    justify-content: center;
    gap: 63px;
    flex-wrap: wrap;
    background: #fff;
    width: 100%;
    padding: 30px 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    height: 80px;
}

.visa-step {
    width: 220px;
    position: relative;
    padding-left: 60px;
    margin-left: 27px;
}

.icon-wrap {
    background-color: #0043ff;
    padding: 31px;
    border-radius: 6px 6px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    margin-bottom: 8px;
    height: 94px;
    width: 77px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap img {
  max-width: 40px;
  height: auto;
  filter: brightness(0) invert(1); /* white icon effect */
}

.visa-step h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.visa-step p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .visa-steps {
    flex-direction: column;
    align-items: center;
  }
}


/* We Offer */
.we_offer {
    text-align: center;
    background: var(--primary);
    position: relative;
    padding: 60px 0;
}
.we-offer-heading .sub-title {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.we-offer-heading .main-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #fff;
    letter-spacing: 4px;
}
.nav-tabs .nav-link {
    margin-bottom: 5px;
    color: #333;
    padding: 10px;
    cursor: pointer;
}
li.nav-item {
    padding: 8px 10px;
    background: #fff;
    border-radius: 7px;
    transition: .5s ease-in-out;
}
.visa-details-list li {
    position: relative;
    padding-left: 74px;
    margin-bottom: 8px;
    color: #333;
    text-align: left;
}

a.btn-details {
    background: linear-gradient(45deg, #0d35ad, #020202);
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
.visa-details-list li::before {
    content: '➤';
    position: absolute;
    left: 53px;
    top: 0;
    color: #007bff;
    font-size: 14px;
    line-height: 1.2;
}


.tab-list {
  list-style: disc;
  padding-left: 20px;
}
#visaImageWrapper img {
    height: 540px;
    border-radius: 10px;
    object-fit: cover;
}

/* FAQ */
section.question_answer {
  background-image: url('https://algopagedev.com/work/jingtutravels.com/wp-content/uploads/2025/08/22-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-item {
    border: 1px solid #ddd;
    padding: 14px 8px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.faq-question {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 13px;
    font-weight: bold;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
	 
}
.faq-item.active .faq-question {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px; /* Adjust height as needed */
  margin-top: 10px;
}

/* tickets section  */
.tickets {
    padding: 60px 0;
}
.tickets .row {
 row-gap:20px;
}

.about-tickets {
    background: #fff;
    text-align: center;
    height: 100%;
    border-radius: 8px;
    padding: 20px;
}
.about-tickets figure {
    height: 70px;
    width: 70px;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
}
.about-tickets img {
    width: 46px;
}
.about-tickets h3 {
    color: #000;
    font-size: 20px;
}
.tickets .row .col-lg-3:first-child figure {
    background: #89d500;
}
.tickets .row .col-lg-3:nth-child(2) figure {
    background: #2db2ff;
}
.tickets .row .col-lg-3:nth-child(3) figure {
    background: #08d175;
}
.tickets .row .col-lg-3:nth-child(4) figure {
    background: #fe6c31;
}
.tickets .row .col-lg-3:nth-child(5) figure {
    background: #ff6a31;
}
.tickets .row .col-lg-3:nth-child(6) figure {
    background: #ff8903;
}
.tickets .row .col-lg-3:nth-child(7) figure {
    background: var(--primary);
}

/* Get Free */
.get_free {
    background: var(--primary);
    border-radius: 10px;
    width: 90%;
    padding: 58px 11px 30px 42px !important;
    margin: 115px auto 60px;
}
apply_free .sub-title {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
h6.sub-title {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    border: 1px solid;
    width: 26%;
    border-radius: 3px;
    padding: 0px 4px;
}
h2.main-title_get_free {
    font-size: 35px;
    font-weight: 900;
    line-height: 51px;
    color: #fff;
}
img.img-apply_free {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.apply_free_img {
    position: absolute;
    right: -50px;
    top: -40%;
}

/* Testimonial */
.testimonial {
    background-color: #f8f9fa;
    padding: 20px 0 45px;
}
.testimonial .customereviewsldr {
  display: flex;
  gap: 20px; /* adjust as needed */
}

.testimonial .testimonial-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.testimonial .testimonial-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.testimonial .testimonial-box img {
  border: 3px solid var(--primary); 
   width: 70px !important;
   height: 70px !important;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonial img {
   
}
.testimonial .testimonial-box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.testimonial .testimonial-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.testimonial .stars {
  margin-bottom: 15px;
}

.testimonial .fa-star {
  font-size: 18px;
  color: #ccc;
  margin: 0 2px;
}

.testimonial .fa-star.checked {
  color: #f7b731; 
}
.testimonial .slick-slide {
    margin: 0 10px;
}

/* contact us section  */
.contactus {
    background-image: url(../images/contactusbg.png);
    padding-top: 60px;
}
.contactus input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #0329d3 !important;
    display: inline-block;
    width: 100%;
}
.contactus img {
    width: 100%;
    height: 585px;
    object-fit: contain;
}
div#wpcf7-f144-o1 {
    background: #ffffff40;
    padding: 20px;
    border-radius: 10px;
}
div#wpcf7-f144-o1 input {
    background: #fff !important;
}
div#wpcf7-f144-o1 input {
    background: #ffffff14;
}
span.wpcf7-form-control-wrap {
    color: #fff;
}
span.wpcf7-form-control-wrap input {
    padding: 10px;
    border-radius: 6px;
}
textarea {
    background: #4f6cca;
    margin-top: 20px;
}
::placeholder{
color:#000;
}
form.wpcf7-form.init input {
    padding: 15px;
    border: 1px solid #162d7324;
    margin-bottom: 20px;
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.Submit {
    display: block;
    width: 100%;
}

/* newsletter section  */
.newsletter {
    background: #e13833;
    margin-bottom:50px;
}
.newsletter .col-lg-4 {
    background: #000;
}
.newsletter span.wpcf7-form-control-wrap input {
    background: #fff;
    border: unset;
    width: 80%;
    padding: 15px;
    border-radius: 50px;
    position: relative;
}
.newsletter form {
    position: relative;
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: absolute;
    top: 2px;
    right: 103px;
    border-radius: 50px;
    padding: 12px;
}
span.wpcf7-spinner {
    display: none;
}

/* visa details page css  */
.othervisas .row {
    row-gap: 25px;
}
.about-visas {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #3164ff21;
	position: relative;
}
.about-visa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px 15px;
}
.about-visas img {
    height: 190px;
    object-fit: cover;
}
.about-visa span {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    letter-spacing:1px;
}
.modaldesc ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}
.modaldesc h3 {
    color: #000;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
}
.modaldesc ul li:before {
    position: absolute;
    content: '\f0a4';
    color: var(--primary);
    font-family: 'Font Awesome 5 Free';
    top: 0px;
    left: 0;
}
.modalimage img {
    height: 240px;
    border-radius: 10px;
}
.othervisas .btn.btn-primary {
    background: linear-gradient(45deg, #2e5ef0, #040712);
    color: #fff !important;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}
textarea {
    background: #f9f9f9;
    margin-top: 20px;
    border: 1px solid #3164ff38;
}

/* visa processings ection  */
.visaprocessing {
    background: #fff;
    padding: 50px 0;
    margin-top: 60px;
}
.visaprocessing ul {
    justify-content: center;
    margin-bottom: 50px;
}
li.nav-item {
    padding: 8px 10px;
    background: #fff;
    border-radius: 7px;
    transition: .5s ease-in-out;
    border: 1px solid #3164ff61;
    margin-right: 30px;
    padding: 0px 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--primary) !important;
    background-color: unset !important;
}

.nav-link {
    display: flex;
    align-items: center; 
    gap: 8px; 
    padding: 9px 11px;
    color: var(--black) !important;
    font-family: "Manrope", sans-serif;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 22px;
    border: none !important;
    text-align: left;
}
ul#pills-tab button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.visaprocessing-list h3 {
    font-size: 18px;
    color: #000;
    margin: 15px 0 !important;
}
.visaprocessing-list figure {
    outline: 2px solid var(--primary);
    border-radius: 50%;
    height: 130px;
    width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.visaprocessing-list span {
    position: absolute;
    top: -6px;
    right: 16px;
    height: 45px;
    width: 45px;
    border: 1px dashed var(--black);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-weight: 500;
    font-size: 20px;
}

/* destination page css  */
.tours-item {
    border-radius: 6px;
    overflow: hidden;
    background: var(--white);
    height: 100%;
}
.tours-item img {
    height: 270px;
    object-fit: cover;
    transition: all ease-in-out .5s;
}
.tours-item figure {
    overflow: hidden;
    position: relative;
}
.tours-item figure:after {
    background-color: #000000b0;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
    transform: rotate3d(1,-1,0,100deg);
    opacity: 0;
}
.tours-item figure:hover:after {
    transform: rotate3d(0,0,0,0deg);
    opacity: .6;
}
.tours-item:hover figure img {
    transform: scale(1.1) rotate(3deg);
}
.tours-info {
    padding: 15px 15px 20px;
}
.tours-info h3 {
    font-size: 20px;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
    margin: 10px 0!important;
}
.btn-secondary:hover {
    background-color: var(--primary);
    border-color: unset !important;
    box-shadow: none;
    color: #fff;
}
.packagedtls-content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
}
.packagedtlssidebar {
    position: sticky;
    top: 0;
}
.packagedtls-box {
    margin-bottom: 25px;
    border-top: 3px solid var(--primary);
    box-shadow: 0 5px 10px #ddd !important;
    padding: 20px 20px 15px;
    border-radius: 6px;
    top: 0;
}
.packagedtls-box input {
    margin-bottom: 10px !important;
}
.packagedtls-box li a {
    transition: .5s;
    display: block;
    padding: 8px 15px;
    border-radius: 2px;
    margin-bottom: 12px;
    background: rgb(254 165 0 / 3%);
    border: 1px solid #ccc6;
}
.packagedtls-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 30px;
    border-left: 3px solid var(--primary);
    line-height: 25px;
    padding-left: 10px;
    color: #000;
}
.modal-body .btn {
    padding: 8px 30px !important;
    margin-top: 15px;
}

/* cruise page css  */
.cruise-item {
    background: #fff;
    height: 100%;
    padding: 25px 0 0px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 5%);
    border-bottom: 2px solid var(--primary);
}
.cruise-item figure img {
    height: 260px;
    width: 260px !important;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

h2.doc-section-title.text-center {
    font-size: 28px;
    color: var(--primary);
    font-weight: 700;
}
section.requirement {
    padding: 35px 0;
}
/* Group Tours Page  */
.about-tours img {
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    filter: brightness(0.6);
}
.about-tours h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 42%;
    color: #fff;
}
.about-grouptourdetails {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.about-grouptourdetails img {
    width: 500px !important;
    height: 300px;
    object-fit: cover;
}
.maps {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 10px;
}
.details-info h2 {
    color: #000;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.details-info h5 {
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}
.details-info a {
    background: var(--black);
    color: #fff;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 7px !important;
    display: inline-block;
}
.brandimgs {
    position: absolute;
    top: 40%;
    right: 5%;
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
}
.brand-items img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
}
.grouptourdetails .row {
    row-gap: 25px;
}
















/* hotel page design  */
.hotels-item {
    background: #3164ff0d;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #3164ff24;
    border-bottom: 2px solid var(--primary);
    text-align: center;
}
.hotels-item h3 {
    font-size: 22px;
    margin-bottom: 4px !important;
    display: block;
}
.hotels-item figure {
    position: relative;
    overflow: hidden;
}
.hotels-item figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.hotels-item figure:after {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.hotels-item figure:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.hotels-item figure:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.hotels-item img {
    height: 260px;
    object-fit: cover;
}

/* hotel details section  *//
.hotelsldrs .slick-slide img {
    height: 350px !important;
    object-fit: cover;
}
.getintouch {
    margin-bottom: 25px;
    border-top: 3px solid var(--primary);
    box-shadow: 0 5px 10px #ddd !important;
    padding: 20px 20px 15px;
    border-radius: 6px;
    top: 0;
}
.getintouch h5 {
    font-size: 25px;
    color: #000;
}
.getintouch p {
    color: #000;
    background: #3164ff0d;
    padding: 12px;
    border-radius: 10px;
    border-left: 2px solid var(--primary);
}

/* FOOTER SECTION CSS */

footer {
    background-image: url(../images/footersbg.png);
    background-size: cover;
    background-position: center;
}
footer .smoicons {
    column-gap: 6px;
}
ul.details p {
    padding-left: 50px;
    width: 90%;
}
footer .smoicons li a {
    height: 30px;
    background: #ffffff1f;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 50%;
    margin: 0;
    padding: 0;
}
img.ftrlogo {
    width: 350px;
    display: block;
    margin: 0 auto;
}
footer .smoicons i {
    margin: 0;
}
ul.details i {
    height: 40px;
    width: 40px;
    background: #ffffff14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position:absolute;
}
ul.details a {
    padding-left: 50px;
}
ul.details li {
    margin-bottom: 20px;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
ul.ftrsmoicons a {
    background: #cccccc26;
    margin-bottom: 12px !important;
    display: inline-block;
    padding: 8px 10px;
    width: 70%;
    border-radius: 6px;
}
ul.ftrsmoicons a span {
    border-left: 1px solid #ffffff47;
    padding-left: 10px;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer li:last-child a {
    border: none !important;
}
.ftrcontact li:last-child {
    border: none;
}
footer h3 {
    color: var(--white);
    font-size: 22px;
    margin-bottom: 20px;
}
footer a, footer ul li {
    color: #fff;
    transition: 0.5s ease-in-out;
    font-weight: 300;
    padding-bottom: 10px;
}
footer a:hover {
    color: var(--secondary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
}

.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 13px;
    background: #ff67021c;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftrcontact li a {
    font-size: 16px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 16px;
    margin: 0;
    color: var(--primary);
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}

.copyright {
    padding: 15px 0;
    margin-top: 40px;
    border-top: 1px solid #ffffff1c;
    background: #000;
    text-align: center;
}
.copyright .row {
    align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
}
.copyright p a {
    font-weight: 400;
}
.copyright ul {
    display: flex;
    column-gap: 30px;
    justify-content: flex-end;
}
.copyright li{
	position:relative;
}
.copyright li:before {
    position: absolute;
    top: 9px;
    left: -12px;
    background: var(--white);
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 30px;
}
.smoicons li a {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 17px;
    transition: all ease-in-out .5s;
}
.smoicons li a {
    margin: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    border: 1px solid var(--primary);
    border-radius: 50%;
}
/* ul.smoicons li:first-child a {
    background: #1973d2;
}
ul.smoicons li:nth-child(2) a{
    background: #000 !important;
}
ul.smoicons li:nth-child(3) a{
    background: #d23c8f;
}
ul.smoicons li:nth-child(4) a{
    background: #0073b4;
} */

#GoToTop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    border-radius: 2px;
    z-index: 99999999;
    padding: 0;
    background: var(
    --primary);
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 15px;
    color: var(--white);
    border-radius: 50px;
    border: 2px solid var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    right: 20px;
    padding: 0 9px;
    background: #3164ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 99;
}
.ftrsmoicons img {
    width: 25px;
}
.smoicons img {
    margin-left: 0px;
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #3164ff;
    box-shadow: 0 0 10px #3164ff;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}

.breadcrumb {
    background: linear-gradient(45deg, #3164ff, #000000);
    padding: 50px 0;
    text-align: center;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}

/* Contact us page  */

.about-scanners img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.about-scanners {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #3164ff36;
}
.about-scanners h3 {
    margin: 12px 0 0;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}



/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
div#wpcf7-f389-o3 textarea {
    margin-top: 0px;
}
div#wpcf7-f389-o3 select {
    border: solid 1px #2f2a2a26;
}
.enquiry-modal-content h3 {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* About us page  */

.about {
    padding: 60px 0;
}
.about img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 10px;
}
.about-content {
    padding-right: 50px;
    background-image: url('https://algopagedev.com/work/jingtutravels.com/wp-content/uploads/2025/08/10-1.png'); /* <--
    background-size: cover;        /* scales image to cover the container */
    background-repeat: no-repeat;  /* avoids image repetition */
    background-position: center;   /* centers the image */
}
.about-content p {
    transition: .3s ease-in-out;
}
.about-content p:hover {
    color: #3164ff;
    transition: .3s ease-in-out;
}
.secondary-container.about-us .about-content {
    background: #f7f7f7;
    padding: 35px;
    border-radius: 2px;
}
.about-image img {
    border-radius: 2px;
    height: 355px;
    object-fit: cover;
}
.aboutfeature {
    background: #f7f7f7;
    padding: 35px 0;
}
.aboutfeature .row {
    background: var(--white);
    padding: 20px;
    border-radius: 3px;
    margin: 20px 0;
}
.aboutfeature .row:nth-child(even) {
    flex-direction: row-reverse;
}
.aboutfeature img {
    border-radius: 10px 100px 10px 10px;
    height: 300px;
    object-fit: cover;
}
.aboutfeature .row:nth-child(even) img {
    border-radius: 100px 10px 10px;
}
.aboutfeatures-content {
    padding: 0 10px;
}
.aboutfeatures-content h3 {
    font-weight: 600;
    color: var(--black);
    font-size: 24px;
}
.aboutfeatures-content p {
    margin: 0;
}


/* price page css  */

.aboutprices {
    background: #f47b200d;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #f47b202b;
}
.aboutprices table {
    width: 100%;
    border: 1px solid #f47b2042;
}
.aboutprices table td {
    border-right: 1px solid #f47b2042;
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #f47b2042;
}
.aboutprices table th{
    padding: 10px;
    border-bottom: 1px solid #f47b2042;
    border-right: 1px solid #f47b2042;
}


/* PRICING SECTION CSS  */

.pricing {
    background: url(../images/pricingbg.jpg);
    background-size: cover;
    padding: 50px 0 60px;
}
.pricing .pricing-item {
    flex-wrap: wrap;
    column-gap: 45px;
}
.pricing-list {
    justify-content: space-between;
    border-bottom: 1px dashed #7a7a7a;
    padding: 10px 0;
    width: 48%;
    margin: 10px 0;
}
.pricing-list p {
    color: var(--primary);
    margin: 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
}
.pricing-list p span {
    padding-right: 20px;
    font-family: "Poppins", serif;
    font-size: 15px;
}
.pricing-list h3 {
    color: var(--white);
    margin: 0;
    font-size: 20px;
}
.time-duration {
    justify-content: space-between;
    background: #0000008a;
    padding: 15px;
    margin-top: 30px;
    border-radius: 6px;
}
.time-duration h3 {
    font-size: 20px;
    column-gap: 10px;
}


/* OWNER SECTION CSS */

.owner {
    padding: 60px 0;
}
.owner-content .leftheading {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.owner-content p {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 18px;
    margin-bottom: 18px;
}



/* GALLERY SECTION CSS  */

.ourgallery {
    background: url(../images/gallerybg.jpg);
    padding: 50px 0 60px;
    background-size: cover;
    background-position: center;
}
.ourgallery .row {
    row-gap: 15px;
}
.ourgallery .btn {
    display: block;
    width: fit-content;
    margin: 35px auto 0;
    letter-spacing: 1px;
}
.ourgallery .gallerylightboxlist {
    height: 250px !important;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}
.ourgallery .gallery-item {
    position: relative;
	overflow:hidden;
}
.ourgallery .gallery-item::before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.ourgallery .gallery-item:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .60s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 130%;
		height: 130%;
		opacity: 0;
	}
}


/* MORE INFORMATION CSS */

.moreinfo {
    padding: 60px 0;
}
.moreinfo img {
    height: 425px;
    object-fit: cover;
    border-radius: 10px;
}


/* contact us page  */


.contact-us {
    padding: 60px 0;
}
.contact-us .contact-cnt {
    border-bottom: 1px solid #00276847;
}
.contact-us .cnt-text{
    width: 85%;
    border-radius: 8px;
    margin: 20px auto;
}
.contact-us  h2{
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.cntaddrbox {
    background: #f47b200d;
    text-align: center;
    padding: 30px 10px 15px;
    box-shadow: 0 2px 7px 2px rgb(0 0 0 / 4%);
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.cntaddrbox i {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0px 8px 1px #ff670269;
    margin: 0 auto;
    font-size: 23px;
    outline-offset: 15px;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    background: linear-gradient(90deg, #193775, #f39c12);
}

.contact-us h4 {
    margin: 15px 0px 5px;
    font-weight: 600;
    font-size: 19px;
}
.googlemap iframe {
    width: 100%;
    height: 425px;
    border-radius: 8px;
}
.contact-us .contact-details{
    margin-top: 30px;
}
.about-cnt li a{
    font-size: 14.8px;;
    font-weight: 500;
}
.googlemap iframe{
	width:100%;
}
.map iframe {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #8080803d;
	max-width: 100%;
}

.map-box{
	padding: 10px 0 60px;
}
.contact-box {
    background: #fff;
    padding: 20px;
    border-bottom: 5px solid var(--primary);
    border-radius: 6px;
    box-shadow: 0 0 10px 0 #80808040;
	margin-bottom: 10px;
}

.contact-box h3{
	color: #000;
}

.help-box {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 2rem;
    border: 1px solid var(--primary);
    border-radius: 10px;
}

.help-box a.btn-primary {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 6px;
    /* margin: 12px 0; */
    display: inline-block;
}

@media (max-width:1199px){
.topbar .col-lg-8 {
    width: 80%;
}
.topbar .col-lg-4 {
    width: 20%;
}
.about img {
    height: auto;
}
.about-content {
    padding: 25px;
}
.about-content .leftheading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
}
.pricing-list {
    width: 100%;
}
form.wpcf7-form.init {
    padding: 0 !important;
}
}

@media (max-width:1199px) {
.menutop li a {
    padding: 30px 4px !important;
}
.apply_free_img {
    right: 31px;
    top: -32%;
}
}

@media (max-width:1024px) {
.menubar ul {
    display: none;
}
#rmp_menu_trigger-366 {
    top: unset !important;
    right: 9% !important;
    height: 50px !important;
    width: 50px !important;
    background: var(--black) !important;
}
.apply_free_img {
    right: 115px;
    top: -32%;
}
.mainmenu {
    padding: 8px;
}
header img {
    width: 200px;
}
.mainmenu .col-sm-2 {
    padding: 0;
}
}

@media (max-width:991px) {
.menubar ul {
    display: none;
}
#rmp-container-366 {
    background-color: #000 !important;
}
div#rmp-menu-title-366 {
    display: none;
}
#rmp-menu-additional-content-366 {
    display: none;
}
input.rmp-search-box {
    display: none;
}
#rmp-menu-wrap-366 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: #3164ff !important;
}
#rmp_menu_trigger-366 {
    top: unset !important;
    right: 9% !important;
    height: 50px !important;
    width: 50px !important;
    background: var(--black) !important;
}
.topbar .col-lg-6 {
    width: 50%;
}
.topbar .col-sm-6 {
    width: 50%;
}
.mainmenu {
    padding: 8px;
}
header img {
    width: 200px;
}
.mainmenu .col-sm-2 {
    padding: 0;
}
.info-card-section .col-md-4 {
    width: 100%;
}
.info-card-section .row {
 row-gap:20px;
}
.card-box {
    min-height: 100% !important;
}
#visaImageWrapper img {
    width: 100%;
}
.apply_free_img {
    display: none;
}
.apply_free {
    text-align: center;
}
.apply_free .sub-title {
    margin: 0 auto 20px;
}
footer .col-sm-3 {
    padding-left: 44px;
}
footer .col-lg-3 {
    padding-left: 44px;
}
footer .col-lg-4 {
    padding-left: 44px;
}
footer .row {
    row-gap: 20px;
}
.newsletter {
    text-align: center;
}
.cntdetails1 .details-width {
    flex-wrap: wrap;
}	
.about {
    padding: 160px 0 60px;
}	
.grouptours .col-lg-2 {
    width: 33%;
}	
.about-tours img {
    width: 170px !important;
    display: block;
    margin: 0 auto;
}	
.grouptours .row {
    row-gap: 20px;
}
.feature-card {
    width: 100% !important;
}
.cruise .row {
    row-gap: 20px;
}
.cruise-detail-slider img {
    width: 100% !important;
}
.slick-thumbs .slick-slide {
    margin: 0 10px;
}
.othervisas .col-lg-3 {
    width: 33%;
}
#pills-tabContent .col-lg {
    width: 20%;
}
.hotels .row {
    row-gap: 20px;
}
}

@media (max-width:767px) {
	section.info-card-section {
    margin-top: -33px;
}
.visa-step {
    width: 100%;
    position: relative;
    margin-left:0;
    padding-left:0;
}
.visa-steps {
    flex-direction: unset;
    flex-wrap: wrap;
}
.icon-wrap {
    padding:0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.visa-step-content {
    margin-left: 0;
}
.visa-steps {
    gap: 10px;
}
.visa-process {
    height: 1100px;
}
li.nav-item {
    margin-right: 0px;
}
.we-offer-heading .main-title {
    margin: 0 0 32px;
    font-size: 29px;
}
#visaImageWrapper img {
    height: 100%;
}
.mainslider .carousel-caption p {
    display: none;
}
.mainslider .carousel-caption h2 {
    font-size: 41px;
    line-height: 61px;
}
.topbar .col-lg-6 {
    width: 60%;
}
.topbar .col-sm-6 {
    width: 40%;
}
.details .details-full-box {
    height: 50px;
}
section.services {
    padding: 40px 0 !important;
}
.package-slider .slide-item img {
    width: 100% !important;
}
.cruise-card {
    flex-wrap: wrap !important;
}
.cruise-img {
    width: 100% !important;
    margin-bottom: 20px;
}
.othervisas .col-lg-3 {
    width: 50%;
}
.visaprocessing ul {
    gap: 20px;
}
#pills-tabContent .col-lg {
    width: 49%;
}
}


@media (max-width:667px){
.about {
    padding: 65px 0;
}
.topbar .col-lg-6 {
    width: 80%;
}
.topbar .col-sm-6 {
    width: 20%;
}
.mainslider .carousel-caption h2 {
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 1px;
}
.aboutlist {
    padding: 20px 0 0;
}
.about-content {
    padding: 0 !important;
}
.visa-process {
    padding: 40px 0px 178px;
}	
.we_offer {
    padding: 40px 0;
}	
.tickets {
    padding: 40px 0;
}
section.question_answer img {
    height: 300px;
    width: 300px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.get_free {
    margin: 40px auto;
}
ul.details-width {
    margin-top: -90px !important;
}
.carousel-caption {
    width: 100%;
}
.details .details-full-box {
    margin-bottom: 0 !important;
}


}

@media (max-width:568px) {
.carousel-caption {
    width: 100%;
}
#rmp_menu_trigger-366 {
    top: 75px !important;
}
.mainmenu.fixed #rmp_menu_trigger-366 {
    top: 12px !important;
}
.about .row {
    row-gap: 20px;
}
.about {
    padding: 40px 0 0;
}
h6.sub-title {
    width: 60%;
}	
#rmp_menu_trigger-366 {
    display: block;
    top: 11px !important;
}
.details .details-full-box {
    height: 70px;
}
.mainslider .carousel-caption {
    top: 35%;
}
ul.details-width {
    margin-top: -190px !important;
}

}

@media (max-width:479px) {
.carousel-caption {
    width: 100% !important;
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 42px;
}
.topbar .col-lg-6 {
    width: 100%;
    text-align: center;
}
.topbar .col-sm-6 {
    width: 100%;
    text-align: center;
}
.topbar .col-sm-6 {
    width: 100%;
    text-align: center;
    justify-content: center !important;
    display: flex;
    margin-top: 10px;
}
#rmp_menu_trigger-366 {
    top: 115px !important;
}
.mainslider .carousel-caption h2 {
    margin-bottom: 0px;
}
.about-content .leftheading {
    font-size: 24px;
    line-height: 40px;
}
.visa-heading .main-title {
    font-size: 24px;
    line-height: 38px;
}
.we-offer-heading .main-title {
    font-size: 21px;
    line-height: 35px;
}
.get_free {
    padding: 30px 20px !important;
}
h2.main-title_get_free {
    font-size: 31px;
}
.heading, .leftheading {
    font-size: 30px;
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    right: 50px;
}
#rmp_menu_trigger-366 {
    top: 12px !important;
}
.grouptours .col-lg-2 {
    width: 50%;
}
.cruise-top {
    flex-wrap: wrap;
}
.cruise-desc p {
    width: 100%;
}
.cruise-actions {
    flex-wrap: wrap !important;
}
.othervisas .col-lg-3 {
    width: 100%;
}
}


@media (max-width:414px) {
.mainslider .carousel-caption h2 {
    font-size: 22px;
    line-height: 42px;
}
section.info-card-section {
    margin-top: 50px;
}
.we-offer-heading .main-title {
    font-size: 18px;
    line-height: 35px;
}
footer .col-lg-4 {
    padding-left: 10px;
}
footer .col-lg-3 {
    padding-left: 10px !important;
}
footer .col-lg-2 {
    padding-left: 10px !important;
}
footer .col-sm-3 {
    padding-left: 10px !important;
}
.contactus img {
    height: 515px;
}
.aboutlist li {
    width: 100% !important;
}
.visa-heading .main-title {
    margin: 0 0 20px;
}
.cntdetails1.details p {
    font-size: 13px;
}
.details .details-full-box {
    width: 100%;
}
.about {
    padding: 120px 0 0;
}
}

@media (max-width:375px) {
.topbar {
    display: none;
}
#rmp_menu_trigger-366 {
    top: 12px !important;
}
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 35px;
}
header img {
    width: 150px;
}
.mainslider .carousel-caption {
    position: absolute;
    top: 60%;
}
.mainslider .carousel-content .btn-primary {
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 500;
}
section.info-card-section {
    z-index: 6;
}
.grouptours .col-lg-2 {
    width: 100%;
}
}

@media (max-width:360px) {
#rmp_menu_trigger-366 {
    top: 2px !important;
}
img.ftrlogo {
    width: 100%;
}
.mainmenu.fixed #rmp_menu_trigger-366 {
    top: 4px !important;
}
.visa-heading .main-title {
    font-size: 20px;
}
h2.main-title_get_free {
    font-size: 24px;
    line-height: 40px;
}
.contactus img {
    height: 435px;
}
form.wpcf7-form.init input {
 margin-bottom: 0px;
}
}

/* Floating Button */

.enquiry-float-btn {
    position: fixed;
    bottom: 37%;
    right: 10px;
    color: #fff;
    padding: 5px 4px;
    border-radius: 50%;
    border: 2px solid #703e00;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 0px rgb(0 0 0 / 8%), 0 5px 16px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(112, 62, 0, 0.5);
    transition: 0.3s ease;
}

.enquiry-float-btn video {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}
/* .enquiry-float-btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: 0.3s ease;
} */

.enquiry-float-btn:hover {
    background: #ff8c00;
    transform: translateY(-4px);
}

.enquiry-float-btn:hover img {
    transform: translateX(4px);
}

/* Modal Background */
.enquiry-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding-top: 80px;
}

/* Modal Box */
.enquiry-modal-content {
    background: #ffffff;
    margin: auto;
    width: 98%;
    max-width: 611px;
    padding: 25px;
    border-radius: 14px;
    position: relative;
    animation: popIn 0.35s ease;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.25);
}

/* Close Button */
.enquiry-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #555;
}

.enquiry-close:hover {
    color: #000;
}

/* Animation */
@keyframes popIn {
    from { transform: scale(0.7); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

ul.ftrsmoicons a {
    background: #cccccc26;
    margin-bottom: 12px !important;
    display: inline-block;
    padding: 8px 10px;
    width: 75%;
    border-radius: 6px;
}
ul.ftrsmoicons a span {
    border-left: 1px solid #ffffff47;
    padding-left: 10px;
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftrcontact li a {
    font-size: 16px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 16px;
    margin: 0;
    color: var(--primary);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #FFA500;
    color: #000;
    font-weight: 700;
}

/* Service Section  */
section.services {
    position: relative;
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(45deg, black, #0000006e), url(https://algopagedev.com/work/jingtutravels.com/wp-content/uploads/2025/11/programma.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-attachment: fixed;
}


/* section.services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 51 255 / 41%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 0;
} */
section.services .sub-title {
    color: #fff !important;
}
section.services * {
    position: relative;
    z-index: 1;
}
section.services .row {
    margin-top: 40px;
}
section.services .visa-heading .main-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #fff;
}
/* Service Card */
.service-box {
    background: #fbfbfbe6;
    padding: 28px 22px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #3164ff;
    height: 100%;
    transition: all 0.3s ease;
}

/* Remove scale from service-box */
.service-box:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* ICON STYLING */
.service-box .icon {
    font-size: 34px;
    border: 1px solid var(--primary);
    border-radius: 58%;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    margin: 0 auto 17px;
    outline: 2px dotted var(--primary);
    outline-offset: 5px;
    transition: all 0.2s ease;
}

/* Zoom only the icon on hover */
.service-box:hover .icon {
    transform: scale(1.08);
}

.service-box .icon img {
    width: 55px;
}


.service-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
    color: #000000;
}


.service-box p {
    margin: 0;
    font-size: 15px;
    color: #000000;
}
/* Packages */

/* .package-slider img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
} */

.package-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}


.package-slider .slide-item img {
    width: 100% !important;
    height: 275px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
}
/* .slick-slide img {
    
} */

/* Card hover effect stays same */
.package-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform .3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
}

section.packages-section {
    padding: 55px 0;
    background: #e9e4e563;
}
.package-card {
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform .3s ease;
    border: 1px solid #00000038;
    padding: 11px;
    height: 100% !important;
}
.package-tag {
    position: absolute;
    top: 20px;
    left: 17px;
    background: #3164ffd6;
    color: #fff;
    padding: 5px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
}
.package-duration {
    position: absolute;
    top: -48px;
    left: 0px;
    width: 100%;
    background: #3164ffd6;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    z-index: 10;
    text-align: center;
    font-size: 15px;
}
.package-slider {
    position: relative;
}
.card-footer .duration {
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
}

.package-card:hover {
    transform: translateY(-6px);
}

.package-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
}

/* Overlay animation collapse from top + bottom */
.hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all 0.35s ease;
}

.packages-section p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 40px;
    color: #1a1a1a !important;
}
section.packages-section .heading {
    margin: 0 auto 15px !important;
}
.package-card h5 {
    font-size: 19px;
}
.card_cnt {
    padding: 8px;
    /* text-align: left !important; */
    position: relative;
}
.card_cnt p {
    text-align: center !important;
    margin-top: 5px;
    font-size: 15px;
    line-height: 23px;
}
.package-card .btn {
    border-radius: 30px;
    padding: 13px 18px;
    background: #ff8903 !important;
    color: #fff !important;
}
/* .slick-prev,
.slick-next {
    display: none !important;
} */
.slick-prev:before {
    content: '←';
	display:none !important;
}
.slick-next:before {
    content: '→';
	display:none !important;
}
.card-footer.d-flex.justify-content-center.align-items-center {
    background: none !important;
}

/* About Page Css */

.inner-about{
	padding: 60px 0 30px;
}
.tour-section{
	padding: 30px 0 60px;
}
.inner-about-content h2{
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.inner-about-content p strong,
.tour-section p strong{
	color: #000;
}

.inner-about-content p:hover strong,
.tour-section p:hover strong{
    color: var(--primary);
}

.tour-section .accordion-button::after,
.tour-section .accordion-button:not(.collapsed)::after{
	display: none;
}
.equal-row > div {
    display: flex;
}

.accordion,
.right-img-box {
    height: 100%;
}
.tour-section .accordion-button{
    font-weight: 600;
    font-size: 18px;
	background: var(--primary) !important;
	font-family: "Poppins", sans-serif;
	color: #fff !important;
}
.tour-section .right-img-box{
   position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tour-section .right-img-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
}
.tour-section .right-img-box img.active{
    display: block;
    animation: fadeIn 0.5s ease-in-out;
	opacity: 1;
}
@keyframes fadeIn{
    from{opacity:0;}
    to{opacity:1;}
}
/* Visa Details Page */

.visa-inner-section{
	padding-bottom: 60px;
}

.visa-details h2 {
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
}
.visa-details a{
	font-size: 17px;
	font-weight: 600;
	color: var(--primary);
}
.visa-details h4{
	background: #3164ff21;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 20px;
    color: #000;
    font-size: 18px;
    border: 1px solid #3164ffcc;
}
.sticky-form {
   position: sticky;
   top: 100px; 
}

.visa-contact{
	padding-bottom: 60px;
}

.visa-contact .visa-box{
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #80808030;
    border-left: 4px solid var(--primary);
    border-right: 4px solid var(--primary);
	margin-bottom: 10px;
}

.visa-contact .visa-box h3{
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.requirment{
	padding-bottom: 60px;
}

.requirment img{
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}


/*cruise-list-section  */

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

.cruise-card {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    border-radius: 16px !important;
    padding: 12px;
    border: 1px solid #3164ff;
}

.cruise-img {
  width: 32%;
}

.cruise-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.cruise-content {
  width: 68%;
  padding: 25px 30px;
  position: relative;
}

.cruise-desc i {
    color: #e74c3c;
}
.cruise-content::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #3164ff, #e13833);
    border-radius: 3px;
}


.cruise-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cruise-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.cruise-price {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.cruise-desc {
  color: #555;
  margin-bottom: 15px;
}

.cruise-desc p {
    width: 74%;
}
.cruise-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.cruise-meta li {
  margin-bottom: 6px;
  color: #333;
  font-size: 14px;
}

.cruise-meta i {
  color: #e74c3c;
  margin-right: 8px;
}

.cruise-actions {
  display: flex;
  gap: 15px;
}

.cruise-actions .btn {
  padding: 10px 22px;
  font-size: 14px;
  text-transform: uppercase;
}


/* Single cruise */
.cruise-detail-hero img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 30px;
}

.cruise-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cruise-detail-price {
    font-size: 22px;
    font-weight: 700;
}

.cruise-detail-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    list-style: none;
    padding: 0;
}

.cruise-detail-meta i {
    margin-right: 6px;
}

.cruise-detail-content {
    margin-top: 20px;
    line-height: 1.7;
}

.cruise-detail-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.cruise-detail-gallery img {
    width: 100%;
    border-radius: 10px;
}

.cruise-detail-actions {
    margin-top: 40px;
}

.cruise-breadcrumb {
    position: relative;
    padding: 80px 0;
    color: #fff;
    background-size: cover;
}
.cruise-breadcrumb .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.cruise-breadcrumb .container {
    position: relative;
}
.gallery-slider img {
    width: 100%;
    border-radius: 8px;
}
.room-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 20px;
}
.room-card {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}


/* ==== Cruise Detail Page ==== */

/* Section */
.cruise-detail-section {
    padding: 60px 0;
    font-family: Arial, sans-serif;
    color: #333;
}

.cruise-detail-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Image */
.cruise-detail-hero img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
    object-fit: cover;
}

/* Header & Price */
.cruise-detail-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cruise-detail-header h1 {
    font-size: 31px;
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}

.cruise-detail-price {
    font-size: 20px;
    color: #e63946;
    font-weight: bold;
}

/* Meta Info */
.cruise-detail-meta {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.cruise-detail-meta li i {
    margin-right: 8px;
    color: #e63946;
}

/* Short & Full Description */
.cruise-detail-short {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    border-bottom: 5px solid var(--primary);
    border-radius: 14px;
}

.cruise-detail-content {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Rooms & Itinerary Tables */
.cruise-rooms-table,
.cruise-itinerary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 14px;
}

.cruise-rooms-table th,
.cruise-rooms-table td,
.cruise-itinerary-table th,
.cruise-itinerary-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: center;
}

.cruise-rooms-table th,
.cruise-itinerary-table th {
    background-color: #f4f4f4;
    font-weight: 600;
}

/* Gallery */
.cruise-detail-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.cruise-detail-gallery img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cruise-detail-gallery img:hover {
    transform: scale(1.05);
}

/* Action Button */
.cruise-detail-actions {
    text-align: center;
    margin-top: 20px;
}

.cruise-detail-actions .btn {
    background-color: #e63946;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cruise-detail-actions .btn:hover {
    background-color: #d62828;
}

/* Responsive */
@media (max-width: 768px) {
    .cruise-detail-header {
        flex-direction: column;
        gap: 10px;
    }

    .cruise-detail-meta {
        flex-direction: column;
        gap: 5px;
    }
}
/* Set thumbnail height */
.slick-thumbs .slick-slide img {
    height: 84px !important;
    width: auto; /* maintain aspect ratio */
    object-fit: cover; /* optional: crop image nicely */
    cursor: pointer;
}

/* Optional: adjust spacing */
.slick-thumbs {
    gap: 10px;
}
.cruise-rooms-table-wrapper {
    border-bottom: 4px solid var(--primary);
}
.cruise-detail-short strong {
    font-size: 23px;
}
.cruise-detail-short i {
    color: #e13833;
    font-size: 20px;
}
ul.cruise-detail-meta li {
    font-size: 20px;
}
.cruise-rooms-table-wrapper h4 {
    color: var(--primary) !important;
    font-size: 21px;
    font-weight: 600;
}
.cruise-itinerary {
    border-bottom: 4px solid var(--primary);
}
.cruise-itinerary h4 {
    color: var(--primary) !important;
    font-size: 29px;
    font-weight: 700;
}
.cruise-detail-actions a {
    background: #000 !important;
    font-size: 18px;
}

/* Customized Tour */
.trip-customization-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #6a7cff, #56c6ff);
}

.custom-trip-form {
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.form-left {
  flex: 2;
}

.form-right {
  flex: 1;
  background: #5b5bd6;
  color: #fff;
  padding: 25px;
  border-radius: 16px;
}

.form-right h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.form-right p {
  font-size: 14px;
  margin-bottom: 10px;
}

.field-group {
  margin-bottom: 18px;
}

.field-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.field-group input,
.field-group textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.date-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.traveler-inputs {
  display: flex;
  gap: 10px;
}

.submit-btn input {
  background: linear-gradient(90deg, #6a7cff, #56c6ff);
  color: #fff;
  border: none;
  padding: 14px;
  width: 100%;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .custom-trip-form {
    flex-direction: column;
  }
}


/* General Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.custom-tour-hero {
    background: url('your-hero-image.jpg') center/cover no-repeat;
    text-align: center;
    padding: 120px 20px;
    color: #fff;
}
.custom-tour-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.custom-tour-hero p {
    font-size: 18px;
}

/* Features Section */
.custom-tour-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
    gap: 20px;
}
.feature-card {
    flex: 1 1 22%;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(45deg, #2146b5d4, #858ca1cf);
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    display: flex;
}
.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}
.feature-card p {
    font-size: 16px;
    color: #666;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Call-to-Action Section */
.custom-tour-cta {
    text-align: center;
    margin: 80px 0;
}
.btn-primary {
    background-color: #ff5a5f;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease;
}
.btn-primary:hover {
    background-color: #e04e52;
}
.container.tour_card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.feature-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

/* Number Styling */
.feature-number {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    border: 2px dashed #1a368a;
    box-shadow: 0 8px 20px rgba(26, 54, 138, 0.25);
}

/* Text Styling */
.feature-text {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 4px;
}
.field-group p {
    padding: 0px !important;
    line-height: 7px;
}
span.wpcf7-list-item-label {
    color: #fff;
    /* margin-bottom: 24px !important; */
}
span.wpcf7-list-item. {
    display: inline-block;
    background: linear-gradient(45deg, #4b68c1, #000000);
    padding: 10px;
    border-radius: 20px;
    margin: 11px;
}


/*rfest  */

/* Radio wrapper */
/* Default (not selected) */
.custom-trip-form .wpcf7-radio label span {
    display: inline-block;
    padding: 22px 18px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: transparent;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

/* Hide radio input */
.custom-trip-form .wpcf7-radio input[type="radio"] {
    display: none;
}

/* Selected radio */
.custom-trip-form .wpcf7-radio input[type="radio"]:checked + span {
    background: linear-gradient(45deg, #1a368a, #2f80ed);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(26, 54, 138, 0.35);
}
.wpcf7-list-item {
    display: inline-block;
    margin: 17px 0 0 1em !important;
}
.row.traveler-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.custom-trip-form.col-lg-6 {
    margin-top: 20px;
}
.col-lg-6.right-sec .field-group {
    margin-top: 20px !important;
}
