/* poppins and brygada font */

@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins: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&display=swap');


:root{
    --aaifly-primary-color: #e31e25;
    --aaifly-secondary-color: #2454a0;
    --aaifly-third-color: #029fe3;
    --aaifly-text-color: #757E8C;
    --aaifly-heading-color: #021527;
    --aaifly-poppins-font: 'poppins', sans-serif;
    --aaifly-brygada-font: 'Brygada 1918', sans-serif;
    --aaifly-white-color: #FFFFFF;
    --aaifly-black-color: #000000;
    --aaifly-box-shadow-1: 10px 9px 106.6px 55px rgba(5, 6, 60, 0.04);
}
html {
    scroll-behavior: smooth;
}
.primary-color-text{
    color: var(--aaifly-primary-color);
}
.color-heading{
    color: var(--aaifly-heading-color);
}
img{
        max-width: 100%;
}
a {
    text-decoration: none !important;
    color: inherit !important;
}
p{
    color: var(--aaifly-text-color);
}
.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--aaifly-poppins-font);
}
p, li, ul, span, table, th, td, div, a {
    font-family: var(--aaifly-poppins-font);
    font-weight: 400;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.mb-50
 {
    margin-bottom: 50px;
}
.pe-70 {
    padding-right: 70px !important;
}
.navbar .dropdown-menu {
    transition: all 0.2s ease;
}

div#mainNav a.nav-link.active{
    background: var(--aaifly-primary-color);
    border-radius: 50px;
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
}
div#mainNav li.nav-item:hover {
    background: var(--aaifly-primary-color);
    border-radius: 30px;
}

.subtitle-text-sorath{
    font-family: var(--aaifly-jost-font);   
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    color: var(--aaifly-heading-color);
    font-size: 18px;
}

.btn-home-sorath-menu {
    border: 1px solid var(--aaifly-white-color) !important;
    color: var(--aaifly-white-color) !important;
}

.btn-home-sorath-menu:hover {
    border: 1px solid var(--aaifly-primary-color) !important;
    background-color: var(--aaifly-primary-color) !important;
    color: white !important;
}

.subtitle-hero-banner {
    color: var(--aaifly-primary-color);
    font-weight: 600;
    font-size: 36px;
}
p.title-hero-banner {
    font-size: 120px;
    font-weight: 100;
    color: var(--aaifly-white-color);
    font-style: italic;
}
.title-heading-text-about {
    font-family: var(--aaifly-brygada-font);
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: var(--aaifly-heading-color);
}
.title-heading-text-about-sec-re {
    font-family: var(--aaifly-brygada-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: var(--aaifly-heading-color);
    z-index: 3;
}
a.happy-customer {
    color:var(--aaifly-secondary-color) !important;
}

a.happy-customer:hover {
    color: var(--aaifly-primary-color) !important;
}

img.mb-3.director-image-sorath {
    margin-top: -100px;
    border-radius: 10px;
}
.card-direcror-aaifly
 {
    margin-top: 100px;
}
.title-for-any-section-sorath{
     font-family: var(--aaifly-brygada-font);
    font-weight: 600;
    font-size: 36px;
    color: var(--aaifly-heading-color);
}
.testimonials-by-clients img {
    margin-right: -10px;
    border: 1px solid var(--aaifly-white-color);
}
span.fiftyplus-bedge {
    background: var(--aaifly-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--aaifly-white-color);
    color: var(--aaifly-white-color);
}
p.happy-customer.mt-3 {
    font-family: var(--aaifly-jost-font);
    font-weight: 500;
}
.bg-for-exp:before {
    background: var( --aaifly-white-color);
    content: "";
    position: absolute;
    top: 30px;
    left: 22%;
    width: 85%;
    height: 74px;
    box-shadow: 2px 2px 10px #8080801f, 10px 0px 10px #80808017, -2px -2px 0px #80808000;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}
svg.air-plane-icon {
    width: 24px;
}
.about-points span {
    margin-left: 5px;
}
.about-points li {
    margin-bottom: 10px;
}

.image-hover-text h3 {
    font-family: var(--aaifly-brygada-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.image-hover-text p {
    font-family: var(--aaifly-jost-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--aaifly-white-color);
}

.search-bar {
    display: flex;
    justify-content: center;
    background: var(--aaifly-white-color);
    box-shadow: 2px 2px 10px #80808030;
    padding: 10px;
    border-radius: 60px;
    max-width: 978px;
}
form.form-search
 {
    display: flex;
    justify-content: center;
}
section#hero-search
 {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
svg.search-icon-home {
    width: 16px;
    fill: var(--aaifly-primary-color);
    margin-right: 6px;
}
.search-text-label {
    color: var(--aaifly-primary-color);
    font-weight: 500;
    
}
span.select2-selection.select2-selection--single, .input-sorath {
    background-color: var(--aaifly-white-color);
    border: 1px solid #ff00001f !important;
    height: 40px;
    border-radius: 50px !important;
    margin-top: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px !important;
}
.search-btn svg {
    width: 40px;
    fill: var(--aaifly-white-color);
    
}
.search-btn {
    border-radius: 100% !important;
    padding: 12px !important;
    background: var(--aaifly-primary-color) !important;
    border: none !important;
    animation: zoom-in-zoom-out 10s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}







.aaifa-shape {
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.image-section-about img {
    border-radius: 200px;
}
.image-hover-text-come-aaifa img {
    min-height: 403px;
    object-fit: cover;
    background-size: cover;
    transform: scale(1);
    background-position: 100%;
    overflow: hidden;
    width: 100%;
    max-width: none;
    border-radius: 30px;
    transition: all .5s ease-in-out;
    animation: zoom-in-zoom-out-2 60s ease-out infinite;
}
@keyframes zoom-in-zoom-out-2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  50% {
    transform: scale(1.1, 1.1) translateX(-10px);
  }
  100% {
    transform: scale(1, 1) translateX(0px);
  }
}

.image-hover-text-come-aaifa {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
     overflow: hidden;
    border-radius: 30px;
}
.image-hover-text {
    position: absolute;
    text-align: center;
    display: none;
}
.image-part-top-destination .col-lg-3 .image-hover-text-come-aaifa:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #0000008a;
    height: 100%;
    border-radius: 30px;
    z-index: 1;
    opacity: 1;
}
/* .image-part-top-destination .col-lg-3:nth-child(even) .image-hover-text-come-aaifa:hover:before {
        height: 81%;
} */
.image-hover-text-come-aaifa:hover .image-hover-text {
    display: block;
    color: var( --aaifly-white-color);
    z-index: 2;
}
/* .image-part-top-destination .col-lg-3:nth-child(even) .image-hover-text-come-aaifa {
    padding-top: 30%;
} */
section.ad-home-bg {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -250px;
    margin-bottom: 0px;
    padding: 260px 0px 110px 0px;
    background-color: var(--aaifly-secondary-color);
    position: relative;
    z-index: 0;
}
.ad-home-bg-overlay {
    background-image: url(https://themetechmount.com/wordpress/a3trip/demo4/wp-content/uploads/sites/11/2023/12/shape-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    animation: updown 5s ease-in-out infinite;

}
@keyframes updown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
    
}



.image-move-in-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
    animation: moveBg 15s linear infinite;
    background-color: var( --aaifly-white-color);
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
img.img-fluid.image-sect-dtm-aaifa {
    border-radius: 50px;
}
@keyframes moveBg {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
img.ad-home-bg-tree {
    position: absolute;
    left: 0;
        z-index: -1;
}
.image-move-in-text h4 {
    font-size: 7vw;
    line-height: 1em;
    text-align: center;
    font-weight: 700;
}
.card-img-sorath{
        min-height: 525px;
    object-fit: cover;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    filter: blur(0.5px);
}
.background-media,
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* keeps it behind text */
}

.background-media {
  background-size: cover;
  background-position: center;
}

.background-video {
  object-fit: cover; 
}
.team-member-text-sorath-section p {
    font-size: 24px;
    color: var( --aaifly-white-color);
}
.team-member-text-sorath-section a {
    font-size: 24px;
    color: var(--aaifly-primary-color);
    text-decoration: none;
    font-weight: 600;
}
.team-member-text-sorath-section svg#Capa_1 {
    width: 36px;
    fill: var(--aaifly-white-color)
}
path.aaifly-path-brown
 {
    fill: #FFF8F0;
}

/* flag country section */

.partners-carousel {
    background-color: #FFF8F0;
}

.flag-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    transition: transform 0.3s ease-in-out;
}

.flag-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: block;
    text-align: center;
}

.flag-link:hover .flag-img {
    transform: scale(1.1);
    border-color: #007bff;
}

.flag-link:hover p {
    color: #007bff;
}

/* tour-package */

.tour-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: var(--aaifly-box-shadow-1);
    background: var( --aaifly-white-color);
}
.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--aaifly-box-shadow-1);
}
.tour-card img {
    height: 200px;
    object-fit: cover;
}
h2.title-heading-text-about-travel {
    font-size: 54px;
    font-weight: 800;
    line-height: 60px;
    font-family: var(--aaifly-brygada-font);
}
span#counter {
    font-size: 36px;
    font-weight: 500;
}
.htworld, .trusby {
    font-size: 28px;
    font-weight: 500;
    font-family: var(--aaifly-brygada-font);
}
.btn-sorath-explore {
    background: var(--aaifly-primary-color) !important;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    color: white !important;
        display: inline-block;
}
a.btn-sorath-explore:hover {
    background: var(--aaifly-secondary-color) !important;
}
/* sale-section */
.aaifly-path-blue{
 fill: var(--aaifly-secondary-color);
}
#sale-section-sorath{
    background: var(--aaifly-secondary-color);
}


/* blog section */

.blog-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
  background: var( --aaifly-white-color);
  transition: transform 0.3s ease-in-out;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-meta {
  font-size: 0.85rem;
  color: #6c757d;
}
.blog-author {
  background: #fff6eb;
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}
.blog-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.image-right-section-sale {
    width: 60%;
    transform: rotate(349deg);
}
.image-right-section-sale:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--aaifly-white-color);
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(6deg);
}

/* testimonial section */

.line-text-customer{
    font-family: var(--aaifly-brygada-font);
    font-size: 6.7vw;
    font-weight: 600;
    line-height: 1.2em;
    color: var( --aaifly-white-color)00;
    -webkit-text-stroke: #0029669E 1px;
}

.image-round-symbol {
    background: var(--aaifly-secondary-color);
    padding: 20px 10px;
    border-radius: 100%;
    width: 90px;
    height: 90px;
}
.image-testimonial {
    width: 50px;
    height: 50px;
}

.testimonial-text-prev svg, .testimonial-text-next svg  {
    width: 20px;
    fill: var( --aaifly-white-color);
}
.testimonial-text-prev svg {
    transform: rotate(180deg);
}




/* blog section */
/* Card Styling */
.destination-card {
  background: var(--aaifly-white-color);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.destination-card:hover {
  transform: translateY(-5px);
}

/* Image Styling */
.destination-image img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.img-hover:hover {
  transform: scale(1.05);
}

/* Author Box */
.author-box {
  background: #fff3e5;
  padding: 8px 12px;
  border-radius: 12px;
}
.arrow-icon svg {
  width: 20px;
  font-weight: bold;
  color: var(--aaifly-primary-color);
  cursor: pointer;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .destination-card {
    flex-direction: column !important;
    text-align: left;
  }
  .destination-image img {
    width: 100%;
    height: auto;
  }
}

.blog-meta svg {
    width: 22px;
    margin-right: 10px;
}
.destination-content p {
    font-size: 18px;
}
.destination-content h5 {
    font-size: 28px;
}
.title-autor{
    font-size: 18px;
    font-weight: 600;
    color: var(--aaifly-primary-color);
}
.country-autor{
    font-size: 16px;
}
.blog-author svg {
    width: 38px;
}


/* footer */

footer {
    background-color: var(--aaifly-secondary-color); /* primary dark blue */
    background-image: url('/images/brush-top.png'); /* optional brush effect */
    background-repeat: no-repeat;
    background-size: cover;
}
h2.footer-heading {
    font-size: 58px;
    line-height: 68px;
}
.descri-footer-top {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
}









/* package page */
.breadcumb-link {
    color: var(--aaifly-white-color);
    text-decoration: none;
}
.breadcumb-link:hover {
    color: var(--aaifly-primary-color);
}
.breadcumb-package span {
    color:var(--aaifly-white-color);
}
h1.package-title-breadcumb {
    font-weight: 700;
}
@keyframes colorCycle {
  0%   { color: var(--aaifly-white-color); }   
  25%  { color: var(--aaifly-third-color); }   
  50%  { color: var(--aaifly-secondary-color); }
  75%  { color: var(--aaifly-heading-color); }
  100% { color: var(--aaifly-primary-color); } 
}
button#shareDropdown {
    color: var(--aaifly-white-color);
    border: 1px solid var(--aaifly-white-color);
}
ul#scrollTabs a.nav-link {
    background: var(--aaifly-secondary-color);
    color: var(--aaifly-white-color) !important;
}

ul#scrollTabs a.nav-link:hover {
    background: var(--aaifly-primary-color);
    color: var(--aaifly-white-color);
}

ul#scrollTabs {
    gap: 20px;
}
/* Optional expand styling */
.gallery-wrapper.expanded {
    max-height: none !important;
    transition: all 0.4s ease;
}

/* On load animation */
.highlight-gallery {
    animation: fadeInHighlight 1s ease-in-out;
}

@keyframes fadeInHighlight {
    0% { background-color: #fff7d1; }
    100% { background-color: transparent; }
}

/* Main image hover effect */
#main-gallery-img {
    transition: transform 0.4s ease;
}
#main-gallery-img:hover {
    transform: scale(1.02);
}

/* Thumbnails hover effect */
.gallery-thumb:hover {
    border: 2px solid #007bff;
}
.contact-box {
    background: linear-gradient(145deg, var( --aaifly-white-color), #f5f5f5);
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.contact-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-box input,
.contact-box textarea {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
}

.contact-box button {
    border-radius: 6px;
    font-weight: 600;
}
.hero-section {
    position: relative;
    color: var( --aaifly-white-color);
    text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
nav.navbar.navbar-expand-lg.navbar-light.bg-white.shadow-sm.position-relative.aos-init.aos-animate
 {
    z-index: 1;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var( --aaifly-white-color);
}
.amenity-grid{
  display:grid;
  /* grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); */
  gap:12px 16px;
}
.amenity-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:1px solid #eee;
  border-radius:10px;
  background:var( --aaifly-white-color);
}

.amenity-icon{
  width:40px; height:40px;
  display:grid; place-items:center;
  border-radius:8px;
  background:#f8f9fa;
  overflow:hidden;
}
.amenity-icon img{ width:100%; height:100%; object-fit:contain; }
.amenity-fallback{
  font-size:18px;
  line-height:1;
}
.amenity-name{ font-weight:500; }
svg.share-icon {
    width: 18px;
    color: var(--aaifly-white-color);
    fill: var(--aaifly-white-color);
}

.card-sorath-tour-page {
    box-shadow: 2px 2px 5px #00000017, -2px -2px 5px #00000005;
    padding: 20px;
    border-radius: 10px;
}
div#packageTabContent .title-package-section, div#packageTabContent h3 {
    font-weight: 600;
    font-family: 'Poppins';
    color: var(--aaifly-primary-color);
}
div#packageTabContent h2 {
    margin: 10px 0;
    font-size: 22px;
    color: var(--aaifly-heading-color);
}
div#desc strong {
    color: var(--aaifly-secondary-color);
}
.details-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: var( --aaifly-white-color);
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
}

.details-table th,
.details-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}

.details-table th {
  background: #f9fafb;
  font-weight: 600;
  color: #333;
  align-items: center;
  gap: 8px;
}

.details-table i {
    color: var(--aaifly-primary-color);
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.details-table tr:last-child td,
.details-table tr:last-child th {
  border-bottom: none;
}

/* Responsive - Convert to Cards */
@media (max-width: 768px) {
  .details-table,
  .details-table tbody,
  .details-table tr,
  .details-table td,
  .details-table th {
    display: block;
    width: 100%;
  }
  
  .details-table tr {
    margin-bottom: 15px;
    background: var( --aaifly-white-color);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    overflow: hidden;
  }
  
  .details-table th {
    background: var(--aaifly-primary-color);
    color: var( --aaifly-white-color);
    border-bottom: none;
    padding: 10px 15px;
    font-size: 1rem;
  }
  
  .details-table td {
    padding: 10px 15px;
    border-bottom: none;
    font-size: 0.95rem;
    color: #444;
  }
  
  .details-table th i {
    color: var( --aaifly-white-color);
  }
}
.package-details h3 {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
    margin-bottom: 40px;
}
div#itineraryAccordion .accordion-item {
    box-shadow: 2px 2px 6px #0000001c, -2px -2px 6px #80808014;
    display: flex;
    margin: 10px;
    flex-direction: column;
}
div#itineraryAccordion .accordion-button:not(.collapsed) {
    background-color: #e31e2536 !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}
.thumbGallerySwiper .swiper-slide {
    opacity: 0.5;
}
.thumbGallerySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--aaifly-primary-color);
}
img.img-fluid.rounded.border.sorath-thumbnail-size-gallery {
    width: 100%;
}
h5.sorath-card-title-sightseen {
    color: var(--aaifly-heading-color);
}
button.btn.sightseeing-tab {
    background: var(--aaifly-secondary-color);
    color: var(--aaifly-white-color);
}
button.btn.sightseeing-tab.active {
    background: var(--aaifly-primary-color);
    color: var(--aaifly-white-color);
}
div#info {
    padding: 20px;
    border: 1px solid #8080803b;
    border-radius: 10px;
    background: #8080800d;
}
/* Accordion background & spacing */
.custom-faq .accordion-item {
    border: none;
    margin-bottom: 8px;
    background-color: #e31e2536; /* light peach */
    border-radius: 8px;
    overflow: hidden;
}

/* Question button */
.custom-faq .accordion-button {
    background-color: transparent;
    color: #0a1f44;
    font-weight: 600;
    padding: 14px 18px;
    box-shadow: none;
    border: none;
    position: relative;
}

/* Remove Bootstrap default caret */
.custom-faq .accordion-button::after {
    display: none;
}

/* Add + icon for collapsed state */
.custom-faq .accordion-button.collapsed::before {
    content: "+";
    position: absolute;
    right: 18px;
    font-size: 20px;
    color: #0a1f44;
    font-weight: bold;
}

/* Add – icon for expanded state */
.custom-faq .accordion-button:not(.collapsed)::before {
    content: "–";
    position: absolute;
    right: 18px;
    font-size: 20px;
    color: #0a1f44;
    font-weight: bold;
}

/* Answer body */
.custom-faq .accordion-body {
    background-color: white;
    padding: 15px 18px;
    border-top: 1px solid #f1c4a9;
}

ul#cruiseTab .nav-link {
    border: none;
    background: var(--aaifly-secondary-color);
    color: var(--aaifly-white-color);
    border-radius: 10px;
}
ul#cruiseTab .nav-link.active, ul#cruiseTab .nav-link:hover {
    border: none;
    background: var(--aaifly-primary-color);
    color: var(--aaifly-white-color);
}
ul#cruiseTab {
    border: none;
    gap: 20px;
    justify-content: center;
}
.contact-icon-sorath {
    width: 80px;
    padding: 20px;
    background: var(--aaifly-white-color);
    border-radius: 10px;
    box-shadow: 2px 2px 10px gray;
    height: 80px;
}
.contact-icon-sorath path {
    fill: var(--aaifly-primary-color);
}
.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.text-contact-info a, .text-contact-info {
    color: var(--aaifly-secondary-color);
}

.text-contact-info:hover a {
    color: var(--aaifly-primary-color);
}


.tabs-like-top .nav-link {
  color: var(--aaifly-white-color) !important;
    background-color: var(--aaifly-secondary-color) !important;
    border-color: none !important;
    border-radius: 10px;
  }

  

  .tabs-like-top .nav-link.active, .tabs-like-top .nav-link:hover  {
    color: var(--aaifly-white-color) !important;
    background-color: var(--aaifly-primary-color) !important;
    border-color: none !important;
    border-radius: 10px;
  }

  /* Keep the tab strip scrollable and clean on small widths */
  .tabs-like-top {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid var(--bs-border-color);
  }

  /* Optional: hide ugly scrollbar on WebKit while staying scrollable */
  .tabs-like-top::-webkit-scrollbar {
    height: 6px;
  }
  .tabs-like-top::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.15);
    border-radius: 3px;
  }















/* media querry */


@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* optional: remove little gap */
    }
}
