@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
  --brand:#ec0877;
  --brand-dark:#c50062;
  --blue:#0057a9;
  --blue-dark:#003f7c;
  --ink:#22242a;
  --muted:#69707d;
  --soft:#f6f7f9;
  --border:#e8e9ed;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Poppins",sans-serif;color:var(--ink);background:#fff;line-height:1.7;font-size:14px}
img{max-width:100%;display:block}
a{text-decoration:none}
h1,h2,h3,h4,h5{font-family:"Cormorant Garamond",serif;font-weight:700;line-height:1.08}
h2{font-size:clamp(34px,3vw,50px)}
p{color:var(--muted)}
 
.section-pad{padding:80px 0}
.section-soft{background:var(--soft)}
.narrow{max-width:820px}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:var(--brand);margin-bottom:8px}
.section-title{max-width:760px;margin:0 auto}
.section-title p{margin-bottom:0}
.divider-brand{width:58px;height:3px;background:var(--brand);margin:18px auto 0;border-radius:3px}

.topbar {
    background: #338aef;
    color: #fff;
    font-size: 15px;
    padding: 6px 0 6px 0;
}
.topbar .container{min-height:34px}
.topbar-left{display:flex;gap:22px;flex-wrap:wrap}
.topbar i{color:#fff;margin-right:6px}
.topbar-right{display:flex;gap:14px}
.topbar-right a{color:#fff;opacity:.92}

.main-nav {
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
    padding: 15px 0 15px 0;
}
.navbar-brand{display:flex; align-items:center; font-weight:700; gap:9px; color:var(--brand)!important}

.navbar-brand img {
    width: 250px;
}
.logo-mark{width:38px;height:38px;border:2px solid var(--brand);border-radius:8px;display:grid;place-items:center;font-size:17px}
.logo-text{font-family:"Cormorant Garamond",serif;font-weight:700;font-size:21px;line-height:1}
.logo-text small{display:block;font-family:"Poppins",sans-serif;color:#344050;font-size:7px;letter-spacing:.18em;margin-top:6px}
.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #31343a!important;
    margin: 0 4px;
}
.nav-link:hover,.nav-link.active{color:var(--brand)!important}
.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    border-radius: 5px;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 14px;
}
.btn-brand:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.btn-outline-light{border-radius:2px;font-size:12px;font-weight:600;padding:10px 18px}

.breadcrumb-sec {
    background-image: url("../images/breadcrumb.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    color: #fff;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.about-inner{
	text-align:left;
}

.about-inner h2{
	text-align:left;
}

.about-inner ul {
    padding: 0px;
    margin: 0px 0 20px 30px;
}
.about-inner ul li {
    font-size: 18px;
    text-align: left;
    font-family: "Playfair Display", serif;
    color: #666666;
    font-weight: 600;
    padding: 5px 0 5px 0;
}

.about-inner p{
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
	text-align:left;
}	

.form-bg {
    background-color: #EAEEF2;
    padding: 30px 20px;
}

.form-wrapper {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}

.form-wrapper h3 {
    font-family: "Poppins", Sans-serif;
    padding: 0 0 20px 0;
    font-size: 23px;
    font-weight: 600;
}

.form-field {
	margin-bottom:15px;
}

.form-field label {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 3px 0;
}

.form-control{
	    border: #BDC8D3 solid 1px;
    border-radius: 5px;
    padding: 9px 20px 9px 20px;
    border-left: #ec0877 solid 4px;
	 font-size: 14px;
	  font-family: "Poppins", Sans-serif;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: #BDC8D3 solid 1px;
    border-left: #ec0877 solid 4px;
}

.sbmt-button {
    background-color: #1980d8;
    color: #fff;
    border: 1px solid #1980d8;
    font-family: "Poppins", Sans-serif;
    padding: 7px 20px 7px 20px;
}


.hero {
    position: relative;
    background-image: url("../images/banner1.webp");
    display: flex;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 680px;
}

 
.hero-overlay{position:absolute;right:-160px;top:-130px;width:550px;height:550px;background:rgba(236,8,119,.12);border-radius:50%}
.hero-content{position:relative;z-index:2;padding-top:70px;padding-bottom:70px}
.hero h1 {
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 67px;
    max-width: 820px;
}
.hero p{color:rgba(255,255,255,.88);max-width:650px;font-size:16px}
.floating-contact{position:absolute;z-index:4;right:0;top:44%;display:flex;flex-direction:column}
.floating-contact a{width:40px;height:40px;background:var(--brand);color:#fff;display:grid;place-items:center;border-bottom:1px solid rgba(255,255,255,.35)}
.floating-contact a:first-child{border-radius:5px 0 0 0}
.floating-contact a:last-child{border-radius:0 0 0 5px}

.exp-sec h2 {
    color: #666666;
    font-size: 37px;
    padding: 0 0 14px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.exp-sec p {
    font-size: 15px;
}

.intro-section h2 {
    color: #666666;
    font-size: 31px;
    padding: 0 0 10px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.desc{
	    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}

.intro-section p{
	color:#666666;
	font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}

.intro-section li{
	color:#666666;
	font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}

.service-sec h2{
	color: #666666;
    font-size: 37px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}





.text-link{color:var(--blue);font-weight:600;font-size:12px}
.text-link i{margin-left:5px}
.image-frame{position:relative}
.image-frame img{width:100%;}
 
.play-btn{position:absolute;left:10%;bottom:2%;transform:translateY(50%);width:48px;height:48px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;box-shadow:0 8px 25px rgba(236,8,119,.35);clip-path:none}
.play-btn i{font-size:14px;margin-left:2px}

.service-card {
    background: #fff;
    border: 1px solid var(--border);
    height: 100%;
    transition: .3s;
    overflow: hidden;
    padding: 15px 15px 25px 15px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / .15);
}
.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.service-card img {
    width: 100%;
    border-radius: 10px;
}
.service-body{padding:20px 0px 20px 0px}
.service-body h3 {
    font-family: "Playfair Display", serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #666666;
}
.service-body p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.service-body a{color:var(--brand);font-weight:600;font-size:11px}

.why-section{background:#F8F9FA}

.why-section h2{
	    color: #666666;
    font-size: 37px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}


.why-section .section-title p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
   }



.why-card {
    display: flex;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--border);
    height: 100%;
    padding: 35px 35px 35px 35px;
    border-radius: 0 0 0 0;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / .15);
    flex-direction: column;
}


.why-card>i{width:44px;height:44px;border:1px solid #dcdfe5;border-radius:50%;display:grid;place-items:center;color:var(--brand);font-size:18px;flex:0 0 auto}
.why-card h3 {
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}
.why-card p {
    font-size: 15px;
    line-height: 29px;
    margin: 0;
    color: #666666;
}
.small-note{color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;}


.why-card img{
	width:65px;
}

.serving-sec .eyebrow {
    font-family: "Playfair Display", serif;
    color: #23282d;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.serving-sec h2{
	color: #666666;
    font-size: 37px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}


.serving-sec .section-title p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}

.serving-sec .section-title {
    max-width: none;
}

.hotel-section h2{
	color: #666666;
    font-size: 37px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.hotel-section .section-title p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}

.tour-palace h2{
	color: #666666;
    font-size: 37px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}


.tour-palace .section-title p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}


.testimonals-sec h2{
	color: #666666;
    font-size: 37px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.testimonals-sec .section-title p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
}


.quote-box{background:#fff;box-shadow:0 14px 38px rgba(0,0,0,.07)}
.quote-box>div:first-child{height:420px}
.quote-box img{width:100%;height:100%;object-fit:cover}
.quote-title{font-size:34px}
.check-list{list-style:none;padding:0;margin:18px 0}
.check-list li{margin-bottom:9px;color:#535862}
.check-list i{color:var(--brand);margin-right:8px}

.hotel-strip{display:grid;grid-template-columns:260px 1fr;min-height:315px}
.hotel-promo{background:var(--brand);color:#fff;padding:32px;display:flex;flex-direction:column;justify-content:space-between}
.hotel-promo span{font-size:12px;opacity:.88;text-transform:uppercase;letter-spacing:.12em}
.hotel-promo h3{font-size:34px;margin-top:6px}
.promo-arrows{display:flex;gap:8px}
.promo-arrows button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:transparent;color:#fff}
.hotel-track{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:end;margin-left:-20px;padding:28px 0}
.hotel-card{background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.1);border-bottom:3px solid #2c83ff}
.hotel-card img{width:100%;object-fit:cover}
.hotel-card>div{padding:14px;text-align:center}
.hotel-card h4 {
    font-size: 22px;
    margin: 0;
    font-family: "Playfair Display", serif;
}
.hotel-card p {
    font-size: 16px;
    margin: 4px 0 10px;
}

.package-card{background:#fff;overflow:hidden}
.package-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.package-body {
    text-align: center;
    padding: 16px 20px 0px;
}
.package-body h3 {
    font-size: 25px;
    margin: 6px 0 2px;
    color: #666666;
}
.package-body p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #666666;
}
.stars {
    color: var(--brand);
    letter-spacing: 2px;
    font-size: 19px;
}
.package-body strong{color:var(--brand);font-family:"Poppins",sans-serif}
.package-body strong span {
    font-size: 44px;
}
.package-body strong sup{font-size:12px}

.ticket-feature,.ticket-copy,.airline-grid{height:100%;min-height:340px;background:#fff}
.ticket-feature img{width:100%;height:100%;object-fit:cover}
.ticket-copy {
    padding: 88px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.ticket-copy h2 {
    font-size: 35px;
    color: #ec0877;
}
.airline-grid {
    display: grid;
    gap: 8px;
    min-height: auto;
}
.airline-item{background:#fff;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:160px;font-weight:600;color:#5d6573}
.airline-item i{font-size:30px;color:var(--blue)}

.review-card {
    border: 1px solid #ff79bb;
    padding: 44px 24px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
}
.quote-icon {
    color: #ec0877;
    font-size: 30px;
}
.review-card p {
    font-size: 15px;
    min-height: 105px;
    color: #666666;
}
.review-bottom{display:flex;justify-content:space-between;align-items:end}
.review-bottom strong {
    font-size: 15px;
}

.faq-sec h2{
	color: #666666;
    font-size: 37px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}





.review-bottom .fa-google{font-size:20px;color:#4285f4}
.review-dots span{display:inline-block;width:6px;height:6px;border:1px solid var(--brand);border-radius:50%;margin:0 4px}
.review-dots .active{background:var(--brand);width:18px;border-radius:8px}

.faq-accordion{max-width:900px}
.accordion-item{border:0;border-bottom:1px solid #e3e5e8;background:transparent}
.accordion-button {
    font-size: 19px;
    font-weight: 600;
    background: transparent!important;
    box-shadow: none!important;
    padding: 18px 0;
    color: #242832;
}
.accordion-button:not(.collapsed){color:var(--brand)}
.accordion-body {
    padding: 0 0 18px;
    color: var(--muted);
    font-size: 16px;
}

.map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
    filter: saturate(.8);
}

.footer{background:linear-gradient(135deg,#0057a9,#004a91);color:#fff;padding:58px 0 18px;position:relative;overflow:hidden}
.footer:after{content:"";position:absolute;right:-120px;bottom:-140px;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.footer p,.footer a,.footer li{color:rgba(255,255,255,.82)}
.footer h4{font-family:"Poppins",sans-serif;font-size:14px;margin-bottom:16px}
.footer-brand{font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:700;color:#fff!important;display:inline-flex;gap:8px;align-items:center;margin-bottom:15px}

.footer-brand img {
    width: 190px;
}

.footer ul{list-style:none;padding:0;margin:0}
.footer ul li {
    margin-bottom: 8px;
    font-size: 15px;
}
.footer ul a:hover{color:#fff}
.footer-social{display:flex;gap:8px;margin-top:18px}
.footer-social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;border-radius:2px}
.contact-list i{width:22px}
/*.footer-offices{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}*/
.footer-offices>div {
    border: 1px solid rgba(255,255,255,.18);
    padding: 20px 20px;
    border-radius: 15px;
}
.footer-offices span {
    font-size: 16px;
    letter-spacing: .12em;
    opacity: .8;
}
.footer-offices h5 {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    margin: 6px 0;
    font-weight: 400;
    line-height: 22px;
    color: #e7e7e7;
}
.footer-offices p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 25px;
    color: #e7e7e7;
}
.copyright {
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 28px;
    padding-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright p {
    font-size: 15px;
    margin: 0;
    text-align: center;
}
.back-top{width:34px;height:34px;border-radius:50%;background:#00366a;display:grid;place-items:center;color:#fff!important}

@media (max-width:991.98px){
  .main-nav .navbar-collapse{padding:16px 0 20px}
  .main-nav .btn-brand{display:inline-block;margin-top:8px}
  .hero{min-height:520px}
  .hero:after{background:rgba(5,19,49,.6)}
  .hotel-strip{grid-template-columns:1fr}
  .hotel-promo{min-height:180px}
  .hotel-track{margin-left:0;padding:18px;overflow-x:auto;grid-template-columns:repeat(3,minmax(240px,1fr))}
  .quote-box>div:first-child{height:330px}
  .footer-offices{grid-template-columns:1fr}
}
@media (max-width:767.98px){

.navbar-brand img {
    width: 220px;
}

.hero h1 {
    font-size: 25px;
    line-height: 37px;
}


.hero {
    min-height: auto;
}

.intro-section h2 {
    color: #666666;
    font-size: 20px;
    padding: 0 0 10px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.intro-section p {
    color: #666666;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
}

.exp-sec h2 {
    color: #666666;
    font-size: 27px;
    padding: 0 0 14px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.service-sec h2 {
    color: #666666;
    font-size: 27px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.why-section h2 {
    color: #666666;
    font-size: 27px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.serving-sec h2 {
    color: #666666;
    font-size: 27px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.hotel-section h2 {
    color: #666666;
    font-size: 27px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.tour-palace h2 {
    color: #666666;
    font-size: 27px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
.testimonals-sec h2 {
    color: #666666;
    font-size: 27px;
    padding: 0 0 0px 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}


  body{font-size:13px}
  .section-pad{padding:58px 0}
  .topbar-left span:nth-child(2){display:none}
 
   
  .floating-contact{top:auto;bottom:30px}
  .intro-section .row{gap:2rem!important}
  .slanted-frame{clip-path:none}
  .image-frame img{height:300px}
  .service-card img{height:190px}
  .hotel-track{grid-template-columns:repeat(3,240px)}
  .ticket-feature,.ticket-copy,.airline-grid{min-height:280px}
  .package-card img{height:190px}
  .footer{padding-top:48px}
}
@media (max-width:575.98px){
  .topbar .container{padding-top:7px;padding-bottom:7px}
  .logo-text{font-size:18px}
  .hero-content{padding-top:50px;padding-bottom:70px}
  
  .hero p{font-size:14px}
  .why-card{padding:18px}
  .hotel-promo{padding:24px}
  .quote-title{font-size:30px}
   
  .footer-offices{gap:10px}
}
