
html {
  scroll-behavior: smooth;
}
.hero {
	background: url(../images/banner-bg.svg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0 0 0;
	text-align: center;
  }
  .features {
	padding: 80px 0;
  }
  .cta {
	background: #0d6efd;
	color: white;
	padding: 60px 0;
	text-align: center;
  }
  footer {
	background: #212529;
	color: white;
	padding: 30px 0;
	text-align: center;
  }

  .nav-link{
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #00254E !important;
	font-size: 20px;
	letter-spacing: -0.4px;
	padding: 15px 25px !important;
  }
  .hero h1{
	color: #00254E;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	font-size: 96px;
	letter-spacing: -3.65px;
	line-height: 97px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
  }
  .hero p{
	color: #4B5563;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -0.31px;
	line-height: 34px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
  }
  .btn-hero {
    background: #D3525B;
    border-radius: 9px;
    padding: 15px 30px 15px 50px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.btn-demo a {
    background: #D3525B;
    color: #fff !important;
    padding: 10px 30px 10px 40px !important;
    margin-top: 4px;
    margin-left: 30px;
    border-radius: 9px;
    position: relative;
	font-size: 17px;
}
.btn-demo a::before {
    position: absolute;
    content: "";
    background: url(../images/whatsapp.svg) no-repeat;
    width: 23px;
    height: 23px;
    left: 12px;
    top: 11px;
}
.btn-hero::before{
	position: absolute;
	content: "";
	background: url(../images/whatsapp.svg) no-repeat;
	width: 23px;
	height: 23px;
	left: 20px;
	top: 18px;
}
.banner-img{
	margin-top: 40px;
}
.about-sec{
	padding: 120px 0px 100px 0px;
}
/* .about-sec h2{
	color: #00254E;
	font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 50px;
	letter-spacing: -2.13px;
	line-height: 52px;
	padding-bottom: 20px;
} */
.about-sec p{
	color: #4B5563;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
	letter-spacing: 0.22px;
	line-height: 30px;
	width: 90%;
}

.inner-card{
	margin-left: 30px;
	margin-right: 30px;
	background: #DDEEFF;
	border-radius: 25px;
	padding-top: 120px;
	padding-bottom: 100px;
}
.inner-card p{
	color: #4B5563;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
	letter-spacing: 0.22px;
	line-height: 30px;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
.h2z h2{
	color: #00254E;
	font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 50px;
	letter-spacing: -2.13px;
	line-height: 52px;
	padding-bottom: 20px;
}
.card-sec h2{
	text-align: center;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
.feat-img img{
	object-fit: cover;
	height: 100%;
	border-radius: 30px;
}
.inner-card .row{
	margin-bottom: 20px;
}
.feat-img{
	position: relative;
}
.feat-box {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
}
.feat-box h4{
	color: #1E66B8;
	font-family: "Inter", sans-serif;
    font-weight: 800;
	font-size: 30px;
}
.feat-box h6{
	color: #4B5563;
	font-family: "Inter", sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.18px;
}
.feat-box h6{
	width: 55%;
}
.wido .feat-box h6{
	width: 95%;
}
.why-travexl{
	padding-top: 100px;
}
.why-travexl h2{
	width: 50%;
}
.why-travexl p{
	width: 50%;
	color: #4B5563;
	font-family: "Inter", sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}
    
.feature-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	padding: 60px 0px 80px 0px;
  }
  
  .feature-box {
	background: #FAFDFF;
	border: 0.8px solid #DBDFE6;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0.8px solid #DBDFE6;
	padding: 20px;
	text-align: left;
	transition: transform 0.2s ease;
  }
  
  .icon {
	font-size: 28px;
	color: #e60023;
	display: block;
	margin-bottom: 10px;
  }
  .feature-grid .feature-box:nth-child(1){
	border-top: 0.8px solid #DBDFE6;
  }
  .feature-grid .feature-box:nth-child(2){
	border-top: 0.8px solid #DBDFE6;
  }
  .feature-grid .feature-box:nth-child(3){
	border-top: 0.8px solid #DBDFE6;
  }
  .feature-grid .feature-box:nth-child(4){
	border-top: 0.8px solid #DBDFE6;
	border-right: 0.8px solid #DBDFE6;
  }
  .feature-grid .feature-box:nth-child(8){
	border-right: 0.8px solid #DBDFE6;
  }
  .feature-box h3 {
	color: #004087;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 800;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 10px;
  }
  
  .feature-box p {
	color: #4B5563;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
  }
.inner-plan{
	margin-left: 30px;
	margin-right: 30px;
	background: #F9FAFB;
	border-radius: 25px;
	padding-top: 120px;
}
.inner-plan h2{
	text-align: center;
}
.inner-plan p{
	color: #4B5563;
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
}



.pricing-table {
	overflow-x: auto;
	/* padding: 30px; */
	background: #f9f9f9;
	font-family: "Inter", sans-serif;
	color: #000000;
	font-size: 14px;
	padding-bottom: 60px;
	padding-top: 30px;
  }
  
  .pricing-table table {
	width: 100%;
	border-collapse: collapse;

  }
  .pricing-table tr{
	border-bottom: 1px solid #EAEFF5;
  }
  .pricing-table tbody{
	background: #fff;
	border-radius: 20px;
	border: 1px solid #EAEFF5;
  }
  .pricing-table th, .pricing-table td {
	/* border: 1px solid #ddd; */
	padding: 12px 15px;
	text-align: center;
	vertical-align: middle;
  }
  
  .pricing-table thead th {
	background-color: #1E66B8;
	color: #fff;
	font-weight: 800;
  }
  .pricing-table thead tr{
	border-radius: 9px;
  }
  .pricing-table td:first-child,
  .pricing-table th:first-child {
	text-align: left;
  }
  
  /* .pricing-table tbody tr:nth-child(odd) {
	background-color: #f2f4f8;
  }
  
  .pricing-table tbody tr:hover {
	background-color: #e4ecfa;
  } */
  
  .pricing-table td {
	font-size: 14px;
  }
  
  .pricing-table .feature-name {
	font-weight: bold;
  }
.pricing-table .section-header{
	background: #EDF2FF;
	color: #1E66B8;
	font-weight: 800;
	text-align: center !important;
	font-size: 16px;
}
.full-cta{
	display: flex;
	align-items: center;
}
.left-cta{
	width: 70%;
}
.right-cta{
	width: 30%;
}
.left-cta h3{
	color: #1E66B8;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	font-size: 30px;
	letter-spacing: -0.94px;
	width: 80%;
}
.cnt-btn {
    border-radius: 9px;
    background: #D3525B;
    padding: 15px 30px 15px 50px;
	color: #fff;
	font-family: "Inter", sans-serif;
	position: relative;
	float: right;
}
.cnt-btn::before {
    content: "";
    position: absolute;
    background: url(../images/whatsapp.svg) no-repeat;
    width: 23px;
    height: 23px;
    left: 20px;
    top: 15px;
}
.table-cta{
	padding-bottom: 80px;
}
.testimonial {
    position: relative;
    padding-top: 70px;
}
.testimonial .btnzz {
    display: flex;
    margin-bottom: 30px;
	position: absolute;
	top: 20%;
	right: 120px;
}
.testimonial button{
	background: transparent;
	border: 0px;
}

.testimonial h2{
	width:50%;
}
.testimonial p{
	width:50%;
	font-family: "Inter", sans-serif;
	color:#4B5563;
	font-size: 18px;
	line-height: 25px;
}
.single-test{
	background:#FAFDFF;
	border-radius: 24px;
	padding: 40px 40px 20px 40px;
	border:0.8px solid #DBDFE6;
	margin:12px;
}
.foot-test{
	display: flex;
	width: 270px;
	align-items: center;
}
.lf-fo{
	width: 30%;
}
.rf-fo{
	width: 70%;
}
.single-test p{
	width: 100%;
	line-height: 25px;
}
.single-test h5{
	color: #1E66B8;
	font-size: 18px;
	font-weight: 800;
	font-family: "Inter", sans-serif;
	padding-bottom: 0px;
    margin-bottom: 0;
}
.single-logo{
	width: 20%;
}
.flexz{
	display: flex;
	align-items: center;
}
.logo-slider{
	padding: 80px 0px;
}
.logo-slider img{
	filter: grayscale(1);
}

.faq-section {
	padding: 0px 0px 80px 0px;
}
  
.full-faq{
	display: flex;
}
  
  .faq-left {
	width:45%;
  }
  .faq-right {
	width:55%;
	
  }

  .faq-left p {
	color: #555;
	font-size: 16px;
  }
  
  .faq-right {
	flex: 2 1 600px;
  }
  
  .accordion {
	background-color: #fff;
	color: #1E66B8;
	cursor: pointer;
	padding: 15px 20px;
	width: 100%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #ddd;
	outline: none;
	font-size: 18px;
	transition: background-color 0.3s ease;
	position: relative;
	font-family: "Inter", sans-serif;
	font-weight: 800;
  }
  
  .accordion::after {
    content: '+';
    font-size: 18px;
    position: absolute;
    right: 20px;
    color: #fff;
    background: #1E66B8;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-left: 4px;
    line-height: 18px;
}
  
  .accordion.active::after {
	content: '-';
  }
  
  .panel {
	padding: 0 20px;
	background-color: #fafafa;
	display: none;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
  }
  
  .panel p {
	margin: 10px 0;
	color: #737C91;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 22px;
  }



  .cta-section {
	text-align: center;
	padding: 80px 20px 40px;
	background: #1E66B8;
  }

  .cta-section h2 {
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

  .cta-section .btn {
	background-color: #D3525B;
	border: none;
	font-family: "Inter", sans-serif;
	padding: 12px 24px;
	font-size: 1rem;
	border-radius: 9px;
	color: #fff;
  }
  .inner-logz{
	display: flex;
	align-items: center;
  }
  .inner-logz .left-log{
	text-align: left;
  }
  .inner-logz .right-log{
	text-align: right;
  }
  .left-log{
	width: 50%;
  }
  .right-log{
	width: 50%;
  }
  .footer {
	padding: 60px 20px 40px;
	font-size: 14px;
	background: #1E66B8;
  }

  .footer a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	font-family: "Inter", sans-serif;
	font-size: 16px;
  }

  .footer a:hover {
	text-decoration: underline;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 80px;
}
  .logz{
	margin-bottom: 70px;
  }
  .rightz{
	text-align: right;
	font-family: "Inter", sans-serif;
	font-size: 16px;
  }
  .full-foot-bot{
	display: flex;
	align-items: center;
  }
  .left-f-bot{
	width: 50%;
	text-align: left;
  }
  .right-f-bot{
	width: 50%;
	text-align: right;
  }
  .right-f-bot ul{
	display: flex;
	float: right;
  }
  .right-f-bot li {
    list-style-type: none;
    margin-left: 30px;
}
.left-f-bot h6{
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.inner-terms{
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 70px;
	padding-bottom: 70px;
}
.inner-terms p{
	color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
	line-height: 28px;
}
.inner-terms h4{
	color: #000;
    font-family: "Inter", sans-serif;
    font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	padding-top: 15px;
}
.inner-terms h5{
	color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	padding-top: 15px;
}
.inner-terms li{
	color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.d-flexz{
	display: flex;
}
.navbar-toggler{
    background: #D3525B !important;
    border: #D3525B !important;
    border-radius:0px !important;
}
.navbar-toggler:focus{
    box-shadow:none !important;
}
.navbar{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.terms{
    padding-top:100px;
}
@media (min-width: 1920px) {
	.container {
	  max-width: 1530px; /* Or any custom width you prefer */
	}
  }
  @media (min-width: 1200px) and (max-width: 1600px) {
	.feat-box h4 {
		font-size: 26px;
	}
 }
  @media (min-width: 1024px) and (max-width: 3000px) {
	.cta-section h2 {
		font-size: 55px;
	}
 }
 @media (min-width: 768px) and (max-width: 1024px) {
	.d-flexz{
		display: block;
		margin-bottom: 20px;
	}
	.feat-img img{
		width: 100%;
	}
	.inner-card .row {
    margin-bottom: 0px;
	}
	.why-travexl h2 {
    width: 100%;
	}
	.why-travexl p {
    width: 100%;
	}
	.testimonial h2 {
    width: 100%;
	}
	.full-cta {
    display: block;
	}
	.left-cta {
    width: 100%;
	}
	.left-cta h3 {
    width: 100%;
	}
	.right-cta {
    width: 100%;
	}
	.cnt-btn {
    float: left;
    margin-top: 10px;
	}
	.full-faq {
    display: block;
	}
	.faq-left {
    width: 100%;
	}
	.faq-right {
    width: 100%;
	}
	.cta-section h2 {
    font-size: 45px;
    width: 100%;
	}
	.testimonial .btnzz {
    top: 30%;
}
 }
 
 
 

 @media (min-width: 320px) and (max-width: 767px) {
 .hero {
    padding: 100px 0 0 0;
}
.hero h1 {
    font-size: 50px;
    letter-spacing: -3.65px;
    line-height: 55px;
    width: 100%;
}
.hero p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
}
.btn-hero {
    margin-top: 15px;
}
.about-sec {
    padding: 60px 0px 60px 0px;
}
.h2z h2 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 15px;
}
.about-sec p {
    font-size: 17px;
    line-height: 27px;
    width: 100%;
}
.inner-card {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.card-sec h2 {
    width: 100%;
}
.inner-card p {
    font-size: 17px;
    line-height: 27px;
    width: 100%;
	padding-bottom: 10px;
}
.feat-box {
    position: absolute;
    top: 50px;
    left: 30px;
    right: 20px;
}
.feat-box h4 {
    font-size: 20px;
}
.wido .feat-box h6 {
    width: 100%;
}
.feat-box h6 {
    font-size: 14px;
    line-height: 21px;
}
.feat-box h6 {
    width: 100%;
}
.feat-img {
    margin-bottom: 20px;
}
.inner-card .row {
    margin-bottom: 0px;
}
.why-travexl {
    padding-top: 60px;
}
.why-travexl p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
}
.feature-grid {
    padding: 15px 0px 40px 0px;
    grid-template-columns: inherit;
}
.feature-grid .feature-box:nth-child(2) {
    border-top: 0;
}
.feature-grid .feature-box:nth-child(3) {
    border-top: 0;
}
.feature-grid .feature-box:nth-child(4) {
    border-top: 0;
}
.feature-box{
	border-right: 0.8px solid #DBDFE6;
}
.inner-plan {
    margin-left: 20px;
    margin-right: 20px;
}
.table-cta {
    padding-bottom: 60px;
}
.inner-plan {
    padding-top: 60px;
}
.pricing-table {
    padding-bottom: 30px;
}
.full-cta {
    display: block;
}
.left-cta h3 {
    font-size: 22px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.left-cta {
    width: 100%;
}
.right-cta {
    width: 100%;
}
.cnt-btn {
    float: inherit;
}
.testimonial h2 {
    width: 100%;
    padding-top: 30px;
}
.testimonial p {
    font-size: 18px;
    line-height: 25px;
	width: 100%;
}
.single-test {
    padding: 25px 25px 20px 25px;
	margin-top: 50px;
}
.testimonial .btnzz {
    top: 48%;

}
.logo-slider {
    padding: 15px 0px;
}
.faq-left {
    width: 100%;
}
.full-faq {
    display: block;
}
.faq-left {
    width: 100%;
}
.faq-right {
    width: 100%;
}
.panel p {
	font-size: 16px;
	line-height: 22px;
  }
  .cta-section h2 {
    font-size: 35px;
    margin-bottom: 30px;
    width: 100%;
}
.cta-section {
	padding: 60px 0px 40px 0px;
}
.logz {
    margin-bottom: 25px;
}
.rightz {
    text-align: left;
}
.footer-bottom {
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.full-foot-bot {
    display: block;
}
.left-f-bot {
    width: 100%;
    text-align: left;
}
.right-f-bot ul {
    padding-left: 0;
    display: flex;
    float: left;
}
.right-f-bot {
    width: 100%;
}
.right-f-bot li:first-child {
    margin-left: 0px;
}
.btn-demo a {
    margin-left: 0px;
    width: fit-content;
}
.nav-link {
    font-size: 20px;
    padding: 12px 0px !important;
}
.why-travexl h2 {
    width: 100%;
}
.inner-plan p {
    width: 100%;
    font-size: 17px;
}
.d-flexz{
display: block;

}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.terms {
    padding-top: 30px;
}
 }
 
 
