/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.1.1748614289
Updated: 2025-05-30 14:11:29

*/



/* DIN Next LT Arabic - Black */
@font-face {
    font-family: 'DINNextLTArabic';
    src: url('/wp-content/themes/astra-child/assets/fonts/ArbFONTS-DINNextLTArabic-Black-2.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* DIN Next LT Arabic - Bold */
@font-face {
    font-family: 'DINNextLTArabic';
    src: url('/wp-content/themes/astra-child/assets/fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* DIN Next LT Arabic - Heavy */
@font-face {
    font-family: 'DINNextLTArabic';
    src: url('/wp-content/themes/astra-child/assets/fonts/ArbFONTS-DINNextLTArabic-Heavy-1.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* DIN Next LT Arabic - Light */
@font-face {
    font-family: 'DINNextLTArabic';
    src: url('/wp-content/themes/astra-child/assets/fonts/ArbFONTS-DINNextLTArabic-LIGHT-1.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* DIN Next LT Arabic - Medium */
@font-face {
    font-family: 'DINNextLTArabic';
    src: url('/wp-content/themes/astra-child/assets/fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* DIN Next LT Arabic - Regular */
@font-face {
    font-family: 'DINNextLTArabic';
    src: url('/wp-content/themes/astra-child/assets/fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* DIN Next LT Arabic - Ultra Light */
@font-face {
    font-family: 'DINNextLTArabic';
    src: url('/wp-content/themes/astra-child/assets/fonts/ArbFONTS-DINNextLTArabic-UltraLight-1.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

body, html {
    font-family: 'DINNextLTArabic', sans-serif !important;
		direction:rtl;

}




// home page
.custom-featured-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(3, auto);
    gap: 20px;
    direction: rtl;
}

.featured-large {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    position: relative;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
}

.featured-small {
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    position: relative;
    height: 180px;
    overflow: hidden;
}
.custom-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    direction: rtl;
}

.featured-large {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 500px;
}

.featured-small {
    min-height: 240px;
}

@media (max-width: 1024px) {
    .custom-featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .featured-large {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .custom-featured-grid {
        grid-template-columns: 1fr;
    }
    .featured-large, .featured-small {
        grid-column: span 1;
    }
}


.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
}

.content {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
}

.post-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: rgba(0, 0, 0, 0.3); /* dark transparent background */
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
    text-align: center;
    white-space: nowrap;
}

.featured-large h2,
.featured-small h3 {
    margin: 0;
    font-size: 18px;
}

.featured-large p {
    font-size: 14px;
    margin-top: 5px;
}

.custom-featured-grid a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .custom-featured-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .featured-large,
    .featured-small {
        grid-column: 1 / -1;
    }

    .featured-large {
        min-height: 400px;
    }
}


/*  posts */
.custom-posts-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* 3 posts per row on large screens */
    gap: 20px !important;
    padding: 20px !important;
    direction: rtl !important; /* Right-to-left support for Arabic */
}

.post-item {
    position: relative !important;
    height: 350px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
    transition: transform 0.3s ease-in-out !important;
}

.post-item:hover {
    transform: scale(1.05) !important;
}

.post-overlay {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 20px !important;
    text-align: center !important;
}

.post-title {
    font-size: 20px !important;
    color: #fff !important;
    margin: 0 !important;
}

.post-title a {
    color: #fff !important;
    text-decoration: none !important;
}

.badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: #c48b5f !important;
    color: white !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
}

/* ✅ Responsive Adjustments */
@media (max-width: 1024px) { 
    .custom-posts-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 posts per row on tablets */
    }
}

@media (max-width: 600px) { 
    .custom-posts-grid {
        grid-template-columns: repeat(1, 1fr); /* 1 post per row on mobile */
    }
}


/* Magazine Layout */
.magazine-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.magazine-article {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.magazine-article:hover {
    transform: translateY(-5px);
}

.article-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.article-content {
    padding: 20px;
}

.article-category {
    display: inline-block;
    background-color: #000;
	opacity:.8;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
}

.article-title {
    font-size: 18px !important;
		color: #168CCF;
    margin: 10px 0;
    line-height: 1.4;
}

.article-title a {
    text-decoration: none;
}

.article-title a:hover {
    color: #8DB5C5;
}

.article-meta {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.article-excerpt {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0;
}

/* Pagination */
.magazine-pagination {
    text-align: center;
    margin: 40px 0;
}

.magazine-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #18193F;
    text-decoration: none;
    border-radius: 4px;
}

.magazine-pagination .page-numbers.current {
    background-color: #8DB5C5;
    color: white;
    border-color: #8DB5C5;
}


.magazine-pagination .page-numbers:hover:not(.current) {
    background-color: #f5f5f5;
}

/* RTL Support */
.rtl .magazine-pagination {
    direction: ltr; /* Keep pagination LTR even in RTL */
}

.no-articles {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
}
/* Article Content - keeps text left-aligned */
.article-content {
    padding: 20px;
}

/* For RTL (Arabic) sites */
.rtl .article-content {
    text-align: right;
}

/* For LTR sites */
.ltr .article-content {
    text-align: left;
}

/* Centered Read More Button */
.read-more-btn {
    display: block;
    margin: 15px auto 0;
    width: fit-content;
    padding: 8px 20px;
    background-color: #168ccf
;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #8DB5C5;
}

.read-more-btn:hover {
    background-color: #77C6E3;
    color: #fff !important;
}
/* home sections */

/* destintions section */


 
/* single trip */
/* Accordion Styles */
.q--page__trip{
	margin:auto;
	padding:10px;
}
/* larg view (1 columns) */
@media (min-width: 1024px) {
.q--page__trip{
	margin:auto;
	max-width:80%;
	padding:40px
}

}
/* Main Trip Page Styles */
.q--page__trip {
  color: #333;
}

/* Page Header */
.page--header {
  padding: 20px;
  text-align: right;

}

.page--title {
  font-size: 28px;
  font-weight: 700;
	text-align:center
}

.page--description {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

/* Breadcrumbs */
.q--breadcrumbs {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.q--breadcrumbs li {
  margin-left: 15px;
	font-size:14px;
  position: relative;
	
}

.q--breadcrumbs li:not(:last-child):after {
  content: "/";
  position: absolute;
  left: -10px;
  color: #999;
}

.q--breadcrumbs a {
  text-decoration: none;
  transition: color 0.3s;
}

.q--breadcrumbs a:hover {
  color: #24B26F;
}

/* Trip Gallery */
/* Modern Gallery Layout */
.trip--gallery__modern {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 80px);
  gap: 15px;
  margin-bottom: 40px;
}

.gallery--modern__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.gallery--modern__item:hover {
  transform: scale(0.98);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery--modern__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

/* Large featured image */
.gallery--modern__item:first-child {
  grid-column: 1 / span 8;
  grid-row: 1 / span 4;
}

/* Medium images */
.gallery--modern__item:nth-child(2) {
  grid-column: 9 / span 4;
  grid-row: 1 / span 2;
}

.gallery--modern__item:nth-child(3) {
  grid-column: 9 / span 4;
  grid-row: 3 / span 2;
}

/* Small square images */
.gallery--modern__item:nth-child(4) {
  grid-column: 1 / span 4;
  grid-row: 5 / span 2;
}

.gallery--modern__item:nth-child(5) {
  grid-column: 5 / span 4;
  grid-row: 5 / span 2;
}

.gallery--modern__item:nth-child(6) {
  grid-column: 9 / span 4;
  grid-row: 5 / span 2;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .trip--gallery__modern {
    grid-template-rows: repeat(6, 60px);
  }
  
  .gallery--modern__item:first-child {
    grid-column: 1 / span 6;
  }
  
  .gallery--modern__item:nth-child(2),
  .gallery--modern__item:nth-child(3) {
    grid-column: 7 / span 6;
  }
}

@media (max-width: 768px) {
  .trip--gallery__modern {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .gallery--modern__item {
    height: 250px;
  }
  
  .gallery--modern__item:first-child {
    height: 300px;
  }
}

/* Lightbox styling */
.gallery--modern__item a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.gallery--modern__item a:after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.gallery--modern__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.gallery--modern__item:hover a:after,
.gallery--modern__item:hover a:before {
  opacity: 1;
}

/* Trip Summary */
.trip--summary {
  padding: 10ox;
  margin-bottom: 25px;
}

.trip--summary .contain {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.summary--item {
  display: flex;
  align-items: center;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  min-width: 300px;
  flex: 1;
}

.summary--item svg {
  margin-left: 15px;
  flex-shrink: 0;
}

.summary--item span {
  font-size: 15px;
  font-weight: 500;
}

.summary--item span b {
  font-weight: 700;
		  color: #168CCF;
	font-size:18px
}

/* Trip Content */
.trip--content {
  margin-bottom: 20px;
}

.content--box__content h1 {
	font-size:10px !important
}

.content--box {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.content--box__title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.content--box__content p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* Pros & Cons */
.trip--cons--pros {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .trip--cons--pros {
    grid-template-columns: 1fr;
  }
}

.content--box__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content--box__list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
	
}

.content--box__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.content--box__list li svg {
  margin-left: 10px;
  flex-shrink: 0;
}

.content--box__list li span {
  font-size: 15px;
  line-height: 1.6;
}

/* Days Accordion */
.days-accordion {
  border-radius: 8px;
  overflow: hidden;
}

.day-item {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.day-item:last-child {
  margin-bottom: 0;
}

.day-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #168CCF !important;
	color:#fff !important;
  border: none;
  cursor: pointer;
  text-align: right;
}

.day-title {
  font-size: 18px;
  font-weight: 600;
}

.day-icon {
  transition: transform 0.3s;
}

.day-header[aria-expanded="true"] .day-icon {
  transform: rotate(180deg);
}

.day-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.day-header[aria-expanded="true"] + .day-content {
  padding: 20px;
  max-height: 1000px;
}

.day-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Contact Section */
.contact--section {
  padding: 60px 0;
}

.q--heading__box {
  text-align: center;
  margin-bottom: 30px;
}




/* Responsive Adjustments */
@media (max-width: 992px) {
  .trip--gallery__modern {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page--title {
    font-size: 32px;
  }
  
  .trip--gallery__modern {
    grid-template-columns: 1fr;
  }
  
  .summary--item {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  .page--header {
    padding: 40px 0 30px;
  }
  
  .page--title {
    font-size: 28px;
  }
}

.contact_form_section_trip{
	display:flex;
	justify-content:center;
}

.contact_form_trip{
	min-width:100% !important;
	background-color:inherit !important;
	box-shadow:none !important
}


/* contact form */
/* Main Contact Section */
.contact--section {
  padding: 60px 0;
  direction: rtl;
}

.contact--section .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Contact Image */
.contact--section .contain .contact--img {
  width: 30%;
  max-width: 515px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Contact Form Container */
.contact--section .contain .contact--form {
  width: 65%;
  padding: 20px;
  border-radius: 12px;
	height:500px;
}

/* Heading Styles */
.contact--section .contain .contact--form .q--heading__box {
  margin-bottom: 30px;
  text-align: right;
}




/* Form Input Styles */
.q--input {
  margin-bottom: 2px;
}

.q--input label {
  display: block;
  font-size: 16px;
  color: #444;
  font-weight: 600;
}

.q--input input,
.q--input textarea,
.q--input .q--select {
  width: 100%;
  padding: 1px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  font-size: 16px;
  transition: all 0.3s;
}

.q--input input:focus,
.q--input textarea:focus,
.q--input .q--select:focus {
  border-color: #24B26F;
  box-shadow: 0 0 0 3px rgba(36, 178, 112, 0.2);
  outline: none;
}

/* Select Dropdown Styles */
.q--select {

  padding-right: 16px;
}

/* Input Group (Multiple Fields) */
.q--inputs__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Button Styles */
.q--btn__group {
  display: flex;
  gap: 15px;
}

.q--btn {
  flex: 1;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.q--btn[type="submit"] {
  background-color: #24B26F;
	padding:15px 40px !important;
  color: white;
}

.q--btn[type="submit"]:hover {
  background-color: #1E9D5F;
}

.q--btn.call-btn {
  background-color: #006D8B;
  color: white;
}

.q--btn.call-btn:hover {
  background-color: #005670;
}

/* Responsive Styles */
@media only screen and (max-width: 992px) {
  .contact--section .contain {
    flex-direction: column;
  }
  
  .contact--section .contain .contact--img,
  .contact--section .contain .contact--form {
    width: 100%;
  }
  
  .contact--section .contain .contact--img {
    height: 300px;
    margin-bottom: 40px;
  }

}

@media only screen and (max-width: 768px) {
  .contact--section .contain .contact--form {
    padding: 30px 20px;
		height:700px
  }
  
  .q--inputs__group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .contact--section .contain .contact--form .q--heading__box .heading--box__title {
    font-size: 28px;
  }
}
/* review */
/* Style the outer wrapper */
.elfsight-app-d416e158-a98d-4675-89d6-145b406cc0ce {
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

/* Optional: hover effect */
.elfsight-app-d416e158-a98d-4675-89d6-145b406cc0ce:hover {
  transform: scale(1.01);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive design */
@media (max-width: 768px) {
  .elfsight-app-d416e158-a98d-4675-89d6-145b406cc0ce {
    padding: 20px;
    border-radius: 12px;
  }
}


//* ===============================
   TRIPS FIXED VERSION
================================ */




/* SWIPER */
.trips--slider {
  padding: 20px 0 60px;
  overflow: hidden;
	width:100%

}

.swiper-wrapper {
  display: flex;
	  margin: 0 !important;

}



/* CARD */
.trip--item {
  display: block;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  text-decoration: none;
  color: inherit;
  transition: .3s;
	
}

.trip--item:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.trip--img__container {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* BADGE */
.trip--tags {
  position: absolute;
  top: 14px;
  right: 14px;
}



/* DATA BAR */
.trip--data {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
}


/* CONTENT */
.trip--content {
  padding: 18px;
  text-align: center;
}



.q--line__h {
  height: 1px;
  background: #eee;
  margin: 12px 0;
}

