@font-face {
  font-family: A;
  src: url("../fonts/HelveticaBold.ttf");
}
@font-face {
  font-family: B;
  src: url("../fonts/HelveticaLight.otf");
}
@font-face {
  font-family: C;
  src: url("../fonts/Swz721t.TTF");
}
@font-face {
  font-family: D;
  src: url("../fonts/UPCFB.TTF");
}
@font-face {
  font-family: E;
  src: url("../fonts/D-DIN.ttf");
}
@font-face {
  font-family: F;
  src: url("../fonts/FjallaOneRegular.ttf");
}
@font-face {
  font-family: G;
  src: url("../fonts/OpenSansRegular.ttf");
}
@font-face {
  font-family: H;
  src: url("../fonts/AileronBold.otf");
}
@font-face {
  font-family: i;
  src: url("../fonts/NotoSansArabic.ttf");
}
@font-face {
  font-family: J;
  src: url("../fonts/ArconRegular.otf");
}

@font-face {
  font-family: B1;
  src: url("../fonts/Poppins-Thin.ttf");
}
@font-face {
  font-family: B2;
  src: url("../fonts/Poppins-ExtraLight.ttf");
}
@font-face {
  font-family: B3;
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: B4;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: B5;
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: B6;
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: B7;
  src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: A1;
  src: url("../fonts/OptimaLTPro-Roman.otf");
}
@font-face {
  font-family: A2;
  src: url("../fonts/OptimaLTPro-Medium.otf");
}
@font-face {
  font-family: A3;
  src: url("../fonts/OptimaLTPro-Bold.otf");
}
@font-face {
  font-family: A4;
  src: url("../fonts/OptimaLTPro-Black.otf");
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: #d0e2d7;
  overflow-x: hidden;
}

/* scrol bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f7f7f7;
}
::-webkit-scrollbar-thumb {
  background: #d0e2d7;
}
::-webkit-scrollbar-thumb:hover {
  background: #8eb3a1;
}

/* select color */
::selection {
  background: #000;
  color: #f7f7f7;
}
::-moz-selection {
  background: #000;
  color: #f7f7f7;
}

.noBlue {
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.noBlue:hover {
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.noBlue:focus {
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*---------------------------------------------------------------------------------------------------------------------------- Header*/

.headerSEC {
}

headerSEC {
  position: fixed;
  width: 100%;
  z-index: 101;
  background-color: transparent;
  height: 100px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC.smaller {
  height: 60px;
  background-color: rgba(218, 234, 224, 0.95);
}

headerSEC .container-fluid {
  padding: 0 70px 0 70px;
  margin: 0 0 0 0;
}

headerSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

headerSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
  line-height: 100px;
  float: left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC.smaller .col1 {
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC .col1 img {
  height: 90px;
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC .col1 img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC.smaller .col1 img {
  height: 34px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 100px;
  float: left;
  direction: ltr;
  text-align: right;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC.smaller .col2 {
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC .menuLink {
  position: relative;
  font-family: B;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC.smaller .menuLink {
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

headerSEC .menuLink:hover {
  color: #6f897c;
}

headerSEC .menuLink:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.5px;
  display: block;
  margin-top: -34px;
  right: 0;
  background: #6f897c;
  transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
}

headerSEC.smaller .menuLink:after {
  margin-top: -16px;
}

headerSEC .menuLink:hover:after {
  width: 100%;
  left: 0;
  background: #6f897c;
}

/*-------------------------------------------- small --*/

.headerSECs {
  width: 100%;
  z-index: 10;
  position: absolute;
  background-color: #fff;
  height: 80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.headerSECs .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.headerSECs .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.headerSECs .col0 {
  padding: 17px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  position: absolute;
}
.headerSECs .col0 img {
  height: 50px;
  width: auto;
  margin: 0 auto;
  float: none;
}

.headerSECs .menuDiv {
  padding: 19px 25px 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: right;
  z-index: 2;
}
.headerSECs .menuDiv a {
}
.headerSECs .menuDiv i {
  color: #000;
  font-size: 30px;
}

.headerSECs .menuDivIN {
  padding: 45px 30px 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 9;
}
.headerSECs .menuDivIN a {
}
.headerSECs .menuDivIN i {
  color: #fff;
  font-size: 50px;
}

.headerSECs .offcanvas-header {
  text-align: right;
  direction: rtl;
  float: right;
  background-color: #8eb3a1;
}

.headerSECs .closeBu {
  margin-top: 20px;
  margin-right: 20px;
  font-size: 22px;
  border: 0px;
  background: transparent;
}

.headerSECs .closeBu i {
  color: #fff;
  font-size: 30px;
}

.headerSECs .offcanvas-body {
  padding: 20px 0 0 40px;
  line-height: 46px;
  background-color: #8eb3a1;
}

.headerSECs .offcanvas-body a {
  font-family: B;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 1199.98px) {
  headerSEC .menuLink {
    margin-right: 20px;
  }
}
@media (max-width: 1399.98px) {
}

/*------------------------------------------------------------------------------------------------------------------- main slider */

.H_mainSlider {
}
.H_mainSlider .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.H_mainSlider .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 100vh;
}

@media (max-width: 575.98px) {
  .H_mainSlider .row {
    padding: 80px 0 0 0;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .H_mainSlider .row {
    height: auto;
  }
}
@media (min-width: 820px) and (max-width: 1180.98px) {
  .H_mainSlider .row {
    height: auto;
  }
}
@media (min-width: 913px) and (max-width: 1199.98px) {
  .H_mainSlider .row {
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*-------------------------------------------------------------------------------------------------------------------- home About */

.hAboutSEC {
  background-color: #f7f7f7;
}
.hAboutSEC .container-fluid {
  padding: 100px 70px 80px 70px;
  margin: 0 0 0 0;
}
.hAboutSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.hAboutSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.hAboutSEC .col1 img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.hAboutSEC .col2 {
  padding: 0 0 0 30px;
  margin: 0 0 0 0;
}

.hAboutSEC .col2a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.hAboutSEC .col2a img {
  height: 100px;
  width: auto;
}
.hAboutSEC .col2b {
  padding: 20px 0 20px 0;
  margin: 0 0 0 0;
  color: #000;
  font-family: C;
  font-size: 46px;
  letter-spacing: 0.5px;
  line-height: 44px;
}
.hAboutSEC .col2c {
  padding: 25px 0 20px 0;
  margin: 0 0 0 0;
  color: #000;
  font-family: B;
  font-size: 22px;
  line-height: 26px;
}
.hAboutSEC .col2d {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #000;
  font-family: B;
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 23px;
}

@media (max-width: 575.98px) {
  .hAboutSEC .container-fluid {
    padding: 25px 25px 25px 25px;
  }
  .hAboutSEC .col2 {
    padding: 20px 0 0 0;
  }
  .hAboutSEC .col2a {
    text-align: left;
  }
  .hAboutSEC .col2a img {
    height: 90px;
  }
  .hAboutSEC .col2b {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .hAboutSEC .container-fluid {
    padding: 25px 25px 25px 25px;
  }
  .hAboutSEC .col2 {
    padding: 20px 0 0 0;
  }
  .hAboutSEC .col2a {
    text-align: left;
  }
  .hAboutSEC .col2a img {
    height: 90px;
  }
  .hAboutSEC .col2b {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*----------------------------------------------------------------------------------------------------------------- h tour pack */

.h_tPackSEC {
  background-color: #fff;
}
.h_tPackSEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.h_tPackSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.h_tPackSEC .col2 {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
}
.h_tPackSEC .col3 {
  padding: 5px 0 20px 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  font-family: B;
  color: #000;
  font-size: 14px;
}
.h_tPackSEC .col3 span {
  font-family: A;
  font-size: 26px;
  text-transform: uppercase;
}

/* Trips cards */
.h_tPackSEC #dTripR {
  padding: 30px 25px 50px 25px;
  margin: 0 0 0 0;
  overflow-x: hidden;
}
.h_tPackSEC #dTripR > .tPackSlider {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 0;
}

/* ===== Slider Layout ===== */
.h_tPackSEC .tPackSlider {
  position: relative;
  padding: 10px 0 70px 0;
}
.h_tPackSEC .tViewport {
  overflow: hidden;
  width: 100%;
}
.h_tPackSEC .tTrack {
  display: flex;
  gap: 22px;
  transition: transform 0.55s ease;
  will-change: transform;
}
.h_tPackSEC .tTrack > .tItem {
  min-width: 0;
}
.h_tPackSEC .tItem {
  flex: 0 0 calc((100% - 44px) / 3);
}
@media (max-width: 991.98px) {
  .h_tPackSEC .tPackSlider {
    padding: 10px 55px 60px 55px;
  }
  .h_tPackSEC .tItem {
    flex-basis: calc((100% - 22px) / 2);
  }
}
@media (max-width: 575.98px) {
  .h_tPackSEC .tPackSlider {
    padding: 10px 0 60px 0;
  }
  .h_tPackSEC .tItem {
    flex-basis: 100%;
  }
}

/* ===== Arrows ===== */
.h_tPackSEC .tNav {
  position: absolute;
  bottom: -6px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(210, 24, 24, 0.85);
  background: #fff;
  color: #d21818;
  transition: 0.2s ease;
}
.h_tPackSEC .tPrev {
  left: 50%;
  transform: translateX(-65px);
}
.h_tPackSEC .tNext {
  left: 50%;
  transform: translateX(15px);
}
.h_tPackSEC .tNav:hover {
  background: #d21818;
  color: #fff;
}

/* ===== Home slider cards ===== */
.h_tPackSEC .tripCardLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.h_tPackSEC .tripCard {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  background: #fff;
}
.h_tPackSEC .tripCard:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.h_tPackSEC .tripHero {
  position: relative;
  height: 280px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.7s ease;
}
.h_tPackSEC .tripDescArea {
  background: #eef3f1;
  padding: 0 18px 18px 18px;
}
.h_tPackSEC .tripDescLine {
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin: 0 0 12px 0;
}
.h_tPackSEC .tripDescText {
  margin: 0;
  font-family: B;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h_tPackSEC .tripHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.h_tPackSEC .tripHero::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.h_tPackSEC .tripCard:hover .tripHero {
  background-size: 106%;
}
.h_tPackSEC .tripCard:hover .tripHero::after {
  opacity: 1;
  animation: pvShineBand2 0.85s ease forwards;
}
@keyframes pvShineBand2 {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
.h_tPackSEC .tripHeroText {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
}
.h_tPackSEC .tripTagOnImg {
  font-family: B;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 6px;
}
.h_tPackSEC .tripTitleOnImg {
  font-family: A;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
}
.h_tPackSEC .tripInfo {
  position: relative;
  background: #eef3f1;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.h_tPackSEC .tripDaysBox {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  justify-content: center;
  background: transparent;
}
.h_tPackSEC .tripDaysBox .num {
  font-family: A;
  font-size: 32px;
  line-height: 20px;
  color: #000;
}
.h_tPackSEC .tripDaysBox .lbl {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3px;
}
.h_tPackSEC .tripVLine {
  width: 1px;
  height: 58px;
  background: rgba(0, 0, 0, 0.25);
}
.h_tPackSEC .tripPlace {
  flex: 1;
  min-width: 0;
}
.h_tPackSEC .tripPlace .country {
  font-family: A;
  font-size: 20px;
  color: #000;
  margin-bottom: 2px;
}
.h_tPackSEC .tripPlace .route {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_tPackSEC .tripPriceBadge {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #d21818;
  color: #fff;
  font-family: B;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 3px 10px 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .h_tPackSEC .tripHero {
    height: 240px;
  }
  .h_tPackSEC .tripTitleOnImg {
    font-size: 22px;
  }
  .h_tPackSEC .tripPriceBadge {
    right: 12px;
    top: 12px;
    font-size: 12px;
    padding: 7px 12px 5px 12px;
  }
  .h_tPackSEC .tripInfo {
    padding: 16px 14px;
  }
  .h_tPackSEC .tripDaysBox {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .h_tPackSEC .tripDescArea {
    padding: 0 14px 16px 14px;
  }
  .h_tPackSEC .tripDescText {
    font-size: 12.5px;
  }
}
@media (max-width: 575.98px) {
  .h_tPackSEC .row {
    padding: 0 25px 5px 25px;
  }
  .h_tPackSEC .col2 {
    line-height: 38px;
  }
  .h_tPackSEC #dTripR {
    padding: 0 0 20px 0;
  }
  .h_tPackSEC .cCol {
    margin: 0 0 25px 0;
  }
  .h_tPackSEC .tripImgWrap {
    height: 210px;
  }
  .h_tPackSEC .tripMeta {
    grid-template-columns: 1fr;
  }
  .h_tPackSEC .tripMeta .price {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .h_tPackSEC #dTripR {
    padding: 0 0 20px 0;
  }
}

/* Copied from .tPacksSEC to restore Home slider styles when using dTrip cards */
.h_tPackSEC #dTripR .dTripItem {
  padding: 0 11px;
  margin-bottom: 22px;
}
.h_tPackSEC #dTripR .dTripCard {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  background: #fff;
}
.h_tPackSEC #dTripR .dTripCard:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.h_tPackSEC #dTripR .dTripHero {
  position: relative;
  height: 280px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.7s ease;
}
.h_tPackSEC #dTripR .dTripHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.h_tPackSEC #dTripR .dTripHero::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.h_tPackSEC #dTripR .dTripCard:hover .dTripHero {
  background-size: 106%;
}
.h_tPackSEC #dTripR .dTripCard:hover .dTripHero::after {
  opacity: 1;
  animation: dTripShineBand 0.85s ease forwards;
}
.h_tPackSEC #dTripR .dTripHeroText {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
}
.h_tPackSEC #dTripR .dTripTag {
  font-family: B;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 6px;
}
.h_tPackSEC #dTripR .dTripTitle {
  font-family: A;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
}
.h_tPackSEC #dTripR .dTripInfo {
  position: relative;
  background: #eef3f1;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.h_tPackSEC #dTripR .dTripDaysBox {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  justify-content: center;
  background: transparent;
}
.h_tPackSEC #dTripR .dTripDaysBox .num {
  font-family: A;
  font-size: 32px;
  line-height: 20px;
  color: #000;
}
.h_tPackSEC #dTripR .dTripDaysBox .lbl {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3px;
}
.h_tPackSEC #dTripR .dTripVLine {
  width: 1px;
  height: 58px;
  background: rgba(0, 0, 0, 0.25);
}
.h_tPackSEC #dTripR .dTripPlace {
  flex: 1;
  min-width: 0;
}
.h_tPackSEC #dTripR .dTripPlace .country {
  font-family: A;
  font-size: 20px;
  color: #000;
  margin-bottom: 2px;
}
.h_tPackSEC #dTripR .dTripPlace .route {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_tPackSEC #dTripR .dTripPriceBadge {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #d21818;
  color: #fff;
  font-family: B;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.h_tPackSEC #dTripR .dTripDescArea {
  background: #eef3f1;
  padding: 0 18px 18px 18px;
}
.h_tPackSEC #dTripR .dTripDescLine {
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin: 0 0 12px 0;
}
.h_tPackSEC #dTripR .dTripDescText {
  margin: 0;
  font-family: B;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .h_tPackSEC #dTripR .dTripItem {
    padding: 0;
  }
  .h_tPackSEC #dTripR .dTripHero {
    height: 240px;
  }
  .h_tPackSEC #dTripR .dTripTitle {
    font-size: 22px;
  }
  .h_tPackSEC #dTripR .dTripPriceBadge {
    right: 12px;
    top: 12px;
    font-size: 12px;
    padding: 7px 12px 5px 12px;
  }
  .h_tPackSEC #dTripR .dTripInfo {
    padding: 16px 14px;
  }
  .h_tPackSEC #dTripR .dTripDescArea {
    padding: 0 14px 16px 14px;
  }
  .h_tPackSEC #dTripR .dTripDescText {
    font-size: 12.5px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------- parallax */

.H_pTxTSEC {
}
.H_pTxTSEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.H_pTxTSEC #parallaxR1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.H_pTxTSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-height: 600px;
}

.H_pTxTSEC #parallaxR2 {
  padding: 0 0 0 0;
  margin: 0 auto;
  max-width: 80%;
}
.H_pTxTSEC .col1a {
  padding: 150px 0 0 0;
  margin: 0 0 0 0;
  color: #f4f4f4;
  text-align: center;
  font-family: A;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: uppercase;
}
.H_pTxTSEC .col1b {
  padding: 20px 0 30px 0;
  margin: 0 0 0 0;
  color: #f4f4f4;
  text-align: center;
  font-family: B;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}
.H_pTxTSEC .col1c {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}

.H_pTxTSEC .stats-number {
  font-family: A;
  font-size: 42px;
  margin: 10px 0 5px;
}

.H_pTxTSEC .stats-icon i {
  font-size: 32px;
}

.H_pTxTSEC .col1 .jarallax-img {
}

@media (max-width: 767.98px) {
  .H_pTxTSEC .col1a {
    padding: 30px 0 0 0;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 24px;
  }
  .H_pTxTSEC .col1b {
    font-size: 14px;
  }
}

/*---------------------------------------------------------------------------------------------------------------------- h gallery */

.H_gallerySEC {
  background-color: #f6fcf8;
}
.H_gallerySEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.H_gallerySEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.H_gallerySEC .col1 {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: B;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
}
.H_gallerySEC .col2 {
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
}
.H_gallerySEC .col3 {
  padding: 5px 0 20px 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  font-family: B;
  color: #000;
  font-size: 14px;
}
.H_gallerySEC .col3 span {
  font-family: A;
  font-size: 26px;
  text-transform: uppercase;
}
.H_gallerySEC .col4 {
  padding: 5px 0 40px 0;
  margin: 0 auto;
  text-align: center;
}
.H_gallerySEC .col4 a {
  padding: 10px 24px 10px 24px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-family: B;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.H_gallerySEC .col4 a:hover {
  border: 1px solid #000;
  background-color: #f6fcf8;
  color: #000;
}

.H_gallerySEC .col5 {
  padding: 0 25px 40px 25px;
  margin: 0;
  background-color: #fff;
}

/* =========================
Categories Grid Cards (BG Style)
========================= */
.H_gallerySEC .col5 .catCard {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  min-height: 220px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: 0.25s ease;
}
.H_gallerySEC .col5 .catCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}
/* Background layer */
.H_gallerySEC .col5 .catBg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.7s ease;
}
/* Hover zoom */
.H_gallerySEC .col5 .catCard:hover .catBg {
  transform: scale(1.06);
}
/* Overlay */
.H_gallerySEC .col5 .catOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.3) 55%,
    rgba(0, 0, 0, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}
/* Content */
.H_gallerySEC .col5 .catContent {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.H_gallerySEC .col5 .catTitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.H_gallerySEC .col5 .catBtn {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f2a900;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  transition: 0.25s ease;
}
.H_gallerySEC .col5 .catCard:hover .catBtn {
  transform: translateY(-1px);
}
/* =========================
Shine band (FIXED)
========================= */
.H_gallerySEC .col5 .catCard::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
  z-index: 2; /* فوق الصورة وتحت المحتوى */
}
.H_gallerySEC .col5 .catCard:hover::after {
  opacity: 1;
  animation: pvShineBandCats 0.85s ease forwards;
}
@keyframes pvShineBandCats {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
@keyframes pvShineBandCats {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
/* Content */
.H_gallerySEC .col5 .catContent {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Title */
.H_gallerySEC .col5 .catTitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-family: A; /* لو عندك */
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
/* Button */
.H_gallerySEC .col5 .catBtn {
  display: inline-flex;
  width: fit-content;
  padding: 4px 12px 4px 12px;
  border-radius: 6px;
  background: #f2a900; /* أصفر زي الصورة */
  color: #fff;
  font-size: 12px;
  font-family: B;
  letter-spacing: 0.5px;
  transition: 0.25s ease;
}
.H_gallerySEC .col5 .catCard:hover .catBtn {
  transform: translateY(-1px);
}

@media (max-width: 575.98px) {
}
@media (min-width: 576px) and (max-width: 912.98px) {
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*----------------------------------------------------------------------------------------------------------------- h tailer trip */

.h_ttripSEC {
  background-color: #d0e2d7;
}
.h_ttripSEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.h_ttripSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.h_ttripSEC .col1 {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: B;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
}
.h_ttripSEC .col2 {
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
}
.h_ttripSEC .col3 {
  padding: 5px 0 20px 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  font-family: B;
  color: #000;
  font-size: 14px;
}
.h_ttripSEC .col3 span {
  font-family: A;
  font-size: 26px;
  text-transform: uppercase;
}
.h_ttripSEC .col4 {
  padding: 5px 0 40px 0;
  margin: 0 auto;
  text-align: center;
}
.h_ttripSEC .col4 a {
  padding: 10px 24px 10px 24px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-family: B;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_ttripSEC .col4 a:hover {
  border: 1px solid #000;
  background-color: #d0e2d7;
  color: #000;
}

.h_ttripSEC .col5 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url("../images+/h_travel_planning.jpg") no-repeat center center;
  background-size: cover;
  height: 400px;
}

@media (max-width: 575.98px) {
}
@media (min-width: 576px) and (max-width: 912.98px) {
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*----------------------------------------------------------------------------------------------------------------- h daily trip */

.h_dtripSEC {
  background-color: #fff;
}
.h_dtripSEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.h_dtripSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.h_dtripSEC .col1 {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: B;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
}
.h_dtripSEC .col2 {
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
}
.h_dtripSEC .col3 {
  padding: 5px 0 20px 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  font-family: B;
  color: #000;
  font-size: 14px;
}
.h_dtripSEC .col3 span {
  font-family: A;
  font-size: 26px;
  text-transform: uppercase;
}
.h_dtripSEC .col4 {
  padding: 5px 0 40px 0;
  margin: 0 auto;
  text-align: center;
}
.h_dtripSEC .col4 a {
  padding: 10px 24px 10px 24px;
  background-color: #000;
  color: #fff;
  font-family: B;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_dtripSEC .col4 a:hover {
  background-color: #d0e2d7;
  color: #000;
}

/* Copied from .tPacksSEC to restore Home Daily Trips styles */
.h_dtripSEC #dTripR {
  padding: 30px 25px 50px 25px;
  margin: 0 0 0 0;
}
.h_dtripSEC #dTripR .dTripItem {
  padding: 0 11px;
  margin-bottom: 22px;
}
.h_dtripSEC #dTripR .dTripCard {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  background: #fff;
}
.h_dtripSEC #dTripR .dTripCard:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.h_dtripSEC #dTripR .dTripHero {
  position: relative;
  height: 280px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.7s ease;
}
.h_dtripSEC #dTripR .dTripHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.h_dtripSEC #dTripR .dTripHero::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.h_dtripSEC #dTripR .dTripCard:hover .dTripHero {
  background-size: 106%;
}
.h_dtripSEC #dTripR .dTripCard:hover .dTripHero::after {
  opacity: 1;
  animation: dTripShineBand 0.85s ease forwards;
}
.h_dtripSEC #dTripR .dTripHeroText {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
}
.h_dtripSEC #dTripR .dTripTag {
  font-family: B;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 6px;
}
.h_dtripSEC #dTripR .dTripTitle {
  font-family: A;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
}
.h_dtripSEC #dTripR .dTripInfo {
  position: relative;
  background: #eef3f1;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.h_dtripSEC #dTripR .dTripDaysBox {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  justify-content: center;
  background: transparent;
}
.h_dtripSEC #dTripR .dTripDaysBox .num {
  font-family: A;
  font-size: 32px;
  line-height: 20px;
  color: #000;
}
.h_dtripSEC #dTripR .dTripDaysBox .lbl {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3px;
}
.h_dtripSEC #dTripR .dTripVLine {
  width: 1px;
  height: 58px;
  background: rgba(0, 0, 0, 0.25);
}
.h_dtripSEC #dTripR .dTripPlace {
  flex: 1;
  min-width: 0;
}
.h_dtripSEC #dTripR .dTripPlace .country {
  font-family: A;
  font-size: 20px;
  color: #000;
  margin-bottom: 2px;
}
.h_dtripSEC #dTripR .dTripPlace .route {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_dtripSEC #dTripR .dTripPriceBadge {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #d21818;
  color: #fff;
  font-family: B;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.h_dtripSEC #dTripR .dTripDescArea {
  background: #eef3f1;
  padding: 0 18px 18px 18px;
}
.h_dtripSEC #dTripR .dTripDescLine {
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin: 0 0 12px 0;
}
.h_dtripSEC #dTripR .dTripDescText {
  margin: 0;
  font-family: B;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .h_dtripSEC .row {
    padding: 0 25px 5px 25px;
  }
  .h_dtripSEC .col2 {
    line-height: 38px;
  }
  .h_dtripSEC #dTripR {
    padding: 20px 20px 40px 20px;
  }
  .h_dtripSEC #dTripR .dTripItem {
    padding: 0;
  }
  .h_dtripSEC #dTripR .dTripHero {
    height: 240px;
  }
  .h_dtripSEC #dTripR .dTripTitle {
    font-size: 22px;
  }
  .h_dtripSEC #dTripR .dTripPriceBadge {
    right: 12px;
    top: 12px;
    font-size: 12px;
    padding: 7px 12px 5px 12px;
  }
  .h_dtripSEC #dTripR .dTripInfo {
    padding: 16px 14px;
  }
  .h_dtripSEC #dTripR .dTripDescArea {
    padding: 0 14px 16px 14px;
  }
  .h_dtripSEC #dTripR .dTripDescText {
    font-size: 12.5px;
  }
}

/*------------------------------------------------------------------------------------------------------------------------- h blog */

.h_BlogSEC {
  background-color: #d0e2d7;
}
.h_BlogSEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.h_BlogSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.h_BlogSEC .col1 {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: B;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
}
.h_BlogSEC .col2 {
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
}
.h_BlogSEC .col3 {
  padding: 5px 0 20px 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  font-family: B;
  color: #000;
  font-size: 14px;
}
.h_BlogSEC .col3 span {
  font-family: A;
  font-size: 26px;
  text-transform: uppercase;
}
.h_BlogSEC .col4 {
  padding: 5px 0 40px 0;
  margin: 0 auto;
  text-align: center;
}
.h_BlogSEC .col4 a {
  padding: 9px 23px 9px 23px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-family: B;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_BlogSEC .col4 a:hover {
  background-color: #d0e2d7;
  border: 1px solid #000;
  color: #000;
}

/* Trips cards */
.h_BlogSEC #dTripR {
  padding: 30px 25px 50px 25px;
  margin: 0 0 0 0;
}

.h_BlogSEC .cCol {
  margin: 0 0 25px 0;
}

/* =========================
Blog cards (Image overlay style)
========================= */
.h_BlogSEC .blogCard2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
  background: #111;
  transition: 0.25s ease;
}
.h_BlogSEC .blogCard2:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16);
}
/* clickable cover */
.h_BlogSEC .blogCover {
  position: relative;
  display: block;
  height: 290px; /* عدّل الارتفاع حسب التصميم */
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: #222;
}
/* image */
.h_BlogSEC .blogCoverImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.75s ease;
  filter: saturate(1.05) contrast(1.02);
}
/* overlay (خفيف) */
.h_BlogSEC .blogOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.72) 100%
  );
  transition: 0.25s ease;
}
/* hover: zoom image + overlay little stronger */
.h_BlogSEC .blogCard2:hover .blogCoverImg {
  transform: scale(1.06);
}
.h_BlogSEC .blogCard2:hover .blogOverlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.22) 0%,
    rgba(0, 0, 0, 0.48) 45%,
    rgba(0, 0, 0, 0.78) 100%
  );
}
/* shine band */
.h_BlogSEC .blogCover::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.h_BlogSEC .blogCard2:hover .blogCover::after {
  opacity: 1;
  animation: pvShineBandBlog2 0.85s ease forwards;
}
@keyframes pvShineBandBlog2 {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
/* content on image */
.h_BlogSEC .blogOnImg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 18px 16px 18px;
  z-index: 2;
}
/* top row */
.h_BlogSEC .blogTag2 {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.2px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}
.h_BlogSEC .blogDays2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 5px 10px;
  border-radius: 999px;
}
/* title */
.h_BlogSEC .blogTitle2 {
  font-family: A;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px 0;
  color: #fff;
}
/* meta date */
.h_BlogSEC .blogMeta2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 12px 0;
}
.h_BlogSEC .blogMeta2 i {
  color: rgba(255, 255, 255, 0.75);
}
/* small line */
.h_BlogSEC .blogLine2 {
  height: 1px;
  width: 62px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0 12px 0;
}
/* desc */
.h_BlogSEC .blogDesc2 {
  margin: 0 0 14px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  /* اختياري: تثبيت سطرين/3 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* read more button */
.h_BlogSEC .btnReadMore2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 13px 4px 12px;
  border-radius: 3px;
  background: rgba(210, 24, 24, 0.92); /* نفس روح الأحمر عندك */
  color: #fff;
  font-family: B;
  font-size: 13px;
  transition: 0.25s ease;
}
.h_BlogSEC .btnReadMore2 i {
  transition: 0.25s ease;
}
.h_BlogSEC .blogCard2:hover .btnReadMore2 {
  background: rgba(210, 24, 24, 1);
}
.h_BlogSEC .blogCard2:hover .btnReadMore2 i {
  transform: translateX(2px);
}

@media (max-width: 575.98px) {
  .h_BlogSEC .row {
    padding: 0 25px 5px 25px;
  }
  .h_BlogSEC .col2 {
    line-height: 38px;
  }
  .h_BlogSEC #dTripR {
    padding: 0 0 0 0;
  }
  .h_BlogSEC .cCol {
    margin: 0 0 25px 0;
  }
  .h_BlogSEC .tripImgWrap {
    height: 210px;
  }
  .h_BlogSEC .tripMeta {
    grid-template-columns: 1fr;
  }
  .h_BlogSEC .tripMeta .price {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*----------------------------------------------------------------------------------------------------------------- home contacts */

.hContacts {
  background-color: #1a1a1a;
}
.hContacts .container-fluid {
  padding: 70px 70px 50px 70px;
  margin: 0 0 0 0;
}
.hContacts .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.hContacts .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #fff;
  font-family: C;
  font-size: 30px;
  letter-spacing: 0.3px;
  line-height: 56px;
}

.hContacts .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.hContacts .col2 button {
  padding: 15px 15px 15px 15px;
  border: 1px solid #fff;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: transparent;
  width: 250px;
  float: right;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hContacts .col2 button:hover {
  color: #000;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .hContacts .container-fluid {
    padding: 30px 25px 30px 25px;
  }
  .hContacts .col1 {
    text-align: center;
    line-height: 36px;
  }
  .hContacts .col2 {
    text-align: center;
  }
  .hContacts .col2 button {
    float: none;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .hContacts .container-fluid {
    padding: 30px 25px 30px 25px;
  }
  .hContacts .col1 {
    text-align: center;
    line-height: 36px;
  }
  .hContacts .col2 {
    text-align: center;
  }
  .hContacts .col2 button {
    float: none;
    margin-top: 20px;
  }
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*------------------------------------------------------------------------------------------------------------------------- footer */

.footerSEC {
  background: #0b0b0c;
  color: #e9eef5;
}
.footerSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footerSEC .row {
  padding: 50px 70px 30px 70px;
  margin: 0 0 0 0;
}

.footerSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footerSEC .pv-footer-logo {
  width: auto;
  height: 80px;
  margin-bottom: 15px;
}
.footerSEC .pv-footer-text {
  color: rgba(233, 238, 245, 0.78);
  font-family: B;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
  max-width: 360px;
}
.footerSEC .pv-social {
  margin-top: 50px;
}
.footerSEC .pv-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease;
}
.footerSEC .pv-social-btn:hover {
  border-color: rgba(142, 179, 161, 0.4);
  color: #8eb3a1;
}

.footerSEC .col2 {
  padding: 0 0 0 75px;
  margin: 0 0 0 0;
}
.footerSEC .pv-footer-heading {
  padding-top: 35px;
  font-family: A;
  font-size: 18px;
  color: #ffffff;
}
.footerSEC #footerR2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footerSEC .col2a,
.footerSEC .col2b {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.footerSEC .pv-footer-links a {
  display: inline-block;
  padding: 6px 0;
  color: rgba(233, 238, 245, 0.85);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.footerSEC .pv-footer-links a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footerSEC .col3 {
  padding: 0 0 0 75px;
  margin: 0 0 0 0;
}
.footerSEC .pv-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: rgba(233, 238, 245, 0.85);
  font-size: 14px;
}
.footerSEC .pv-contact i {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.9);
}
.footerSEC .pv-contact a {
  color: rgba(233, 238, 245, 0.85);
  text-decoration: none;
}
.footerSEC .pv-contact a:hover {
  color: #fff;
}
.footerSEC .pv-contact-address span {
  max-width: 320px;
  display: inline-block;
}
.footerSEC .pv-footer-line {
  border-color: rgba(192, 25, 25, 0.15);
}
.footerSEC .col4 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footerSEC .pv-footer-bottom {
  width: 100%;
  text-align: center;
  color: rgba(233, 238, 245, 0.8);
  font-size: 13px;
}

@media (max-width: 575.98px) {
  .footerSEC .row {
    padding: 30px 25px 30px 25px;
  }
  .footerSEC .col1 {
    text-align: center;
  }
  .footerSEC .pv-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footerSEC .col2 {
    padding: 0 0 0 0;
    text-align: center;
  }
  .footerSEC .col3 {
    padding: 0 0 0 0;
    text-align: center;
  }
  .footerSEC .pv-contact li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .footerSEC .col2 {
    padding: 0 0 0 0;
  }
  .footerSEC .col3 {
    padding: 0 0 0 0;
  }
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*------------------------------------------------------------------------------------------------------------------ in Banner --*/

.inBannerSEC {
}
.inBannerSEC .jarallax {
  min-height: 500px;
}
.inBannerSEC .col1 {
  position: relative;
  padding: 0 70px 0 70px;
  margin: 0 0 0 0;
  font-size: 60px;
  letter-spacing: 1px;
  font-family: B5;
  color: #fff;
  text-transform: uppercase;
  height: 500px;
}
.inBannerSEC .col1 p {
  position: absolute;
  bottom: 60px;
  left: 70px;
  margin: 0;
  line-height: 52px;
}

@media (max-width: 575.98px) {
  .inBannerSEC .col1 {
    padding: 0 25px 0 25px;
    font-size: 50px;
  }
  .inBannerSEC .col1 p {
    bottom: 50px;
    left: 25px;
    line-height: 42px;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .inBannerSEC .col1 {
    padding: 0 25px 0 25px;
    font-size: 50px;
  }
  .inBannerSEC .col1 p {
    bottom: 50px;
    left: 25px;
    line-height: 42px;
  }
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*------------------------------------------------------------------------------------------------------------------ about page--*/

.aboutSEC {
  background-color: #fff;
}
.aboutSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.aboutSEC .row {
  padding: 60px 70px 60px 70px;
  margin: 0 0 0 0 0;
  background-color: #fff;
}

.aboutSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: C;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 44px;
  color: #000000;
}

.aboutSEC .col2 {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  font-family: A;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #000000;
}

.aboutSEC .col3 {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  font-family: B;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #000000;
}

.aboutSEC .col4 {
  padding: 30px 0 0 0;
  margin: 0 0 0 0;
}

@media (max-width: 575.98px) {
  .aboutSEC .container-fluid {
    padding: 50px 40px 40px 40px;
  }
  .aboutSEC .row {
    padding: 0 0 0 0;
  }
  .aboutSEC .col1 {
    line-height: 41px;
  }
  .aboutSEC .col2 {
    padding: 10px 0 0 0;
    line-height: 27px;
  }
  .aboutSEC .col3 {
    padding: 10px 0 0 0;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .aboutSEC .container-fluid {
    padding: 50px 40px 40px 40px;
  }
  .aboutSEC .row {
    padding: 0 0 0 0;
  }
  .aboutSEC .col1 {
    line-height: 41px;
  }
  .aboutSEC .col2 {
    padding: 10px 0 0 0;
    line-height: 27px;
  }
  .aboutSEC .col3 {
    padding: 10px 0 0 0;
    line-height: 27px;
  }
}
@media (max-width: 991.98px) {
  .aboutSEC .container-fluid {
    padding: 70px 70px 70px 70px;
  }
  .aboutSEC .row {
    padding: 0 0 0 0;
  }
  .aboutSEC .col1 {
    line-height: 41px;
  }
  .aboutSEC .col2 {
    padding: 10px 0 0 0;
    line-height: 27px;
  }
  .aboutSEC .col3 {
    padding: 10px 0 0 0;
    line-height: 27px;
  }
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1399.98px) {
}

/*------------------------------ aboutSEC2 --*/

.aboutSEC2 {
}
.aboutSEC2 .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.aboutSEC2 .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.aboutSEC2 .r2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0 0;
}
.aboutSEC2 .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.aboutSEC2 .col1 img {
  width: 100%;
  height: auto;
}

.aboutSEC2 .col2 {
  align-content: center;
  padding: 100px 100px;
  margin: 0 0 0 0;
  font-family: E;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 21px;
  color: #000000;
  background-color: #d0e2d7;
  /*	display: flex;
	justify-content: center;
	align-items: center;*/
}
.aboutSEC2 .col2 span {
  font-family: A;
  font-size: 30px;
  letter-spacing: 0.2px;
}

@media (max-width: 575.98px) {
  .aboutSEC2 .col2 {
    padding: 50px 30px;
  }
}
@media (max-width: 767.98px) {
  .aboutSEC2 .col2 {
    padding: 50px 30px;
  }
}
@media (max-width: 991.98px) {
  .aboutSEC2 .col2 {
    padding: 50px 30px;
  }
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1399.98px) {
}

/*------------------------------ aboutSEC3 --*/

.aboutSEC3 {
  background-color: #fff;
}
.aboutSEC3 .container-fluid {
  padding: 80px 140px 80px 140px;
  margin: 0 0 0 0;
}
.aboutSEC3 .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.aboutSEC3 .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #000;
  font-family: A;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.aboutSEC3 .col1 span {
  font-family: B;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #494949;
}

.aboutSEC3 .col2 {
  padding: 0 0 0 30px;
  margin: 0 0 0 0;
  color: #000;
  font-family: E;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 21px;
}

@media (max-width: 575.98px) {
  .aboutSEC3 .container-fluid {
    padding: 40px 30px 40px 30px;
  }
  .aboutSEC3 .col1 {
    padding: 0 0 15px 0;
  }
  .aboutSEC3 .col2 {
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .aboutSEC3 .container-fluid {
    padding: 40px 30px 40px 30px;
  }
  .aboutSEC3 .col1 {
    padding: 0 0 15px 0;
  }
  .aboutSEC3 .col2 {
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 820px) and (max-width: 1180.98px) {
  .aboutSEC3 .container-fluid {
    padding: 40px 30px 40px 30px;
  }
  .aboutSEC3 .col1 {
    padding: 0 0 15px 0;
  }
  .aboutSEC3 .col2 {
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*------------------------------ aboutSEC8 --*/

.aboutSEC8 {
	}
.aboutSEC8 .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC8 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutSEC8 .r2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}
.aboutSEC8 .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC8 .col1 img {
	width: 100%;
	height: auto;
	}

.aboutSEC8 .col2 {
	padding: 100px 100px;
	margin: 0 0 0 0;
	background-color:#e9eff2;
	}

.aboutSEC8 .col2a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 21px;
	color:#081d3f;
	}
.aboutSEC8 .col2a span {
	font-family: A;
	font-size: 16px;
	letter-spacing: 0.2px;
	}

.aboutSEC8 .col2b {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC8 .col2b img {
	float: left;
	width: 90px;
	height: auto;
	}

@media (max-width: 575.98px) {
	.aboutSEC8 .col2 {padding: 40px 30px;}
	.aboutSEC8 .col2b {padding: 10px 0 0 0;}
	}
@media (max-width: 767.98px) { 
	.aboutSEC8 .col2 {padding: 40px 30px;}
	.aboutSEC8 .col2b {padding: 10px 0 0 0;}
	}
@media (max-width: 991.98px) {
	.aboutSEC8 .col2 {padding: 40px 30px;}
	.aboutSEC8 .col2b {padding: 10px 0 0 0;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------- gallery page */

.gallerySEC {
  background-color: #f6fcf8;
}
.gallerySEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.gallerySEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.gallerySEC .col2 {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
}
.gallerySEC .col3 {
  padding: 5px 0 40px 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  font-family: B;
  color: #000;
  font-size: 14px;
}
.gallerySEC .col3 span {
  font-family: A;
  font-size: 26px;
  text-transform: uppercase;
}

.gallerySEC .col5 {
  padding: 0 25px 40px 25px;
  margin: 0;
  background-color: #fff;
}

/* =========================
Categories Grid Cards (BG Style)
========================= */
.gallerySEC .col5 .catCard {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  min-height: 220px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: 0.25s ease;
}
.gallerySEC .col5 .catCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}
/* Background layer */
.gallerySEC .col5 .catBg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.7s ease;
}
/* Hover zoom */
.gallerySEC .col5 .catCard:hover .catBg {
  transform: scale(1.06);
}
/* Overlay */
.gallerySEC .col5 .catOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.3) 55%,
    rgba(0, 0, 0, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}
/* Content */
.gallerySEC .col5 .catContent {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gallerySEC .col5 .catTitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.gallerySEC .col5 .catBtn {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f2a900;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  transition: 0.25s ease;
}
.gallerySEC .col5 .catCard:hover .catBtn {
  transform: translateY(-1px);
}
/* =========================
Shine band (FIXED)
========================= */
.gallerySEC .col5 .catCard::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
  z-index: 2; /* فوق الصورة وتحت المحتوى */
}
.gallerySEC .col5 .catCard:hover::after {
  opacity: 1;
  animation: pvShineBandCats 0.85s ease forwards;
}
@keyframes pvShineBandCats {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
@keyframes pvShineBandCats {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
/* Content */
.gallerySEC .col5 .catContent {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Title */
.gallerySEC .col5 .catTitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-family: A; /* لو عندك */
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
/* Button */
.gallerySEC .col5 .catBtn {
  display: inline-flex;
  width: fit-content;
  padding: 4px 12px 4px 12px;
  border-radius: 6px;
  background: #f2a900; /* أصفر زي الصورة */
  color: #fff;
  font-size: 12px;
  font-family: B;
  letter-spacing: 0.5px;
  transition: 0.25s ease;
}
.gallerySEC .col5 .catCard:hover .catBtn {
  transform: translateY(-1px);
}

@media (max-width: 575.98px) {
}
@media (min-width: 576px) and (max-width: 912.98px) {
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*--------------------------------------------------------------------------------------------------------------- gallery in page */

.galleryINsec {
  background-color: #f6fcf8;
}
.galleryINsec .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.galleryINsec .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.galleryINsec .col2 {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-family: A;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
}
.galleryINsec .col3 {
  padding: 5px 0 40px 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  font-family: B;
  color: #000;
  font-size: 14px;
}
.galleryINsec .col3 span {
  font-family: A;
  font-size: 26px;
  text-transform: uppercase;
}

.galleryINsec .col5 {
  padding: 0 25px 40px 25px;
  margin: 0;
  background-color: #fff;
}

/* =========================
Categories Grid Cards (BG Style)
========================= */
.galleryINsec .col5 .catCard {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  min-height: 220px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: 0.25s ease;
}
.galleryINsec .col5 .catCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}
/* Background layer */
.galleryINsec .col5 .catBg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.7s ease;
}
/* Hover zoom */
.galleryINsec .col5 .catCard:hover .catBg {
  transform: scale(1.06);
}
/* Overlay */
.galleryINsec .col5 .catOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.3) 55%,
    rgba(0, 0, 0, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}
/* Content */
.galleryINsec .col5 .catContent {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.galleryINsec .col5 .catTitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.galleryINsec .col5 .catBtn {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f2a900;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  transition: 0.25s ease;
}
.galleryINsec .col5 .catCard:hover .catBtn {
  transform: translateY(-1px);
}
/* =========================
Shine band (FIXED)
========================= */
.galleryINsec .col5 .catCard::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
  z-index: 2; /* فوق الصورة وتحت المحتوى */
}
.galleryINsec .col5 .catCard:hover::after {
  opacity: 1;
  animation: pvShineBandCats 0.85s ease forwards;
}
@keyframes pvShineBandCats {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
@keyframes pvShineBandCats {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
/* Content */
.galleryINsec .col5 .catContent {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Title */
.galleryINsec .col5 .catTitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-family: A; /* لو عندك */
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
/* Button */
.galleryINsec .col5 .catBtn {
  display: inline-flex;
  width: fit-content;
  padding: 4px 12px 4px 12px;
  border-radius: 6px;
  background: #f2a900; /* أصفر زي الصورة */
  color: #fff;
  font-size: 12px;
  font-family: B;
  letter-spacing: 0.5px;
  transition: 0.25s ease;
}
.galleryINsec .col5 .catCard:hover .catBtn {
  transform: translateY(-1px);
}

@media (max-width: 575.98px) {
}
@media (min-width: 576px) and (max-width: 912.98px) {
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*----------------------------------------------------------------------------------------------------------- Tour Packages page */

.tPacksSEC {
  background-color: #fff;
}
.tPacksSEC .container-fluid {
  padding: 40px 0 40px 30px;
  margin: 0 0 0 0;
}
.tPacksSEC #tPacksR {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.tPacksSEC #tPacksR .col_L {
  padding: 0 15px 0 0;
  margin: 30px 0 0 0;
  background-color: transparent;
}

/*filters*/
.tPacksSEC #tPacksR .col_R {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.tPacksSEC #tPacksR_R {
  padding: 30px 25px 50px 25px;
  margin: 0 0 0 0;
}

/* card grid spacing */
.tPacksSEC #tPacksR_R .dTripItem {
  padding: 0 11px;
  margin-bottom: 22px;
}
/* card shell */
.tPacksSEC #tPacksR_R .dTripCard {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  background: #fff;
}
.tPacksSEC #tPacksR_R .dTripCard:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
/* hero */
.tPacksSEC #tPacksR_R .dTripHero {
  position: relative;
  height: 280px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.7s ease;
}
.tPacksSEC #tPacksR_R .dTripHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.tPacksSEC #tPacksR_R .dTripHero::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.tPacksSEC #tPacksR_R .dTripCard:hover .dTripHero {
  background-size: 106%;
}
.tPacksSEC #tPacksR_R .dTripCard:hover .dTripHero::after {
  opacity: 1;
  animation: dTripShineBand 0.85s ease forwards;
}
@keyframes dTripShineBand {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
/* overlay text */
.tPacksSEC #tPacksR_R .dTripHeroText {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
}
.tPacksSEC #tPacksR_R .dTripTag {
  font-family: B;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 6px;
}
.tPacksSEC #tPacksR_R .dTripTitle {
  font-family: A;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
}
/* info panel */
.tPacksSEC #tPacksR_R .dTripInfo {
  position: relative;
  background: #eef3f1;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tPacksSEC #tPacksR_R .dTripDaysBox {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  justify-content: center;
  background: transparent;
}
.tPacksSEC #tPacksR_R .dTripDaysBox .num {
  font-family: A;
  font-size: 32px;
  line-height: 20px;
  color: #000;
}
.tPacksSEC #tPacksR_R .dTripDaysBox .lbl {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3px;
}
.tPacksSEC #tPacksR_R .dTripVLine {
  width: 1px;
  height: 58px;
  background: rgba(0, 0, 0, 0.25);
}
.tPacksSEC #tPacksR_R .dTripPlace {
  flex: 1;
  min-width: 0;
}
.tPacksSEC #tPacksR_R .dTripPlace .country {
  font-family: A;
  font-size: 20px;
  color: #000;
  margin-bottom: 2px;
}
.tPacksSEC #tPacksR_R .dTripPlace .route {
  font-family: B;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tPacksSEC #tPacksR_R .dTripPriceBadge {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #d21818;
  color: #fff;
  font-family: B;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
/* description */
.tPacksSEC #tPacksR_R .dTripDescArea {
  background: #eef3f1;
  padding: 0 18px 18px 18px;
}
.tPacksSEC #tPacksR_R .dTripDescLine {
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin: 0 0 12px 0;
}
.tPacksSEC #tPacksR_R .dTripDescText {
  margin: 0;
  font-family: B;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .tPacksSEC .container-fluid {
    padding: 0 0 0 0;
  }
  .tPacksSEC #tPacksR_R {
    padding: 20px 20px 40px 20px;
  }
  .tPacksSEC #tPacksR_R .dTripItem {
    padding: 0;
  }
  .tPacksSEC #tPacksR_R .dTripHero {
    height: 240px;
  }
  .tPacksSEC #tPacksR_R .dTripTitle {
    font-size: 22px;
  }
  .tPacksSEC #tPacksR_R .dTripPriceBadge {
    right: 12px;
    top: 12px;
    font-size: 12px;
    padding: 7px 12px 5px 12px;
  }
  .tPacksSEC #tPacksR_R .dTripInfo {
    padding: 16px 14px;
  }
  .tPacksSEC #tPacksR_R .dTripDescArea {
    padding: 0 14px 16px 14px;
  }
  .tPacksSEC #tPacksR_R .dTripDescText {
    font-size: 12.5px;
  }
}

/*----------------------------------------------------------------------------------------------------------- Tour Packages page */

.tPacksINsec {
  background-color: #f3f3f3;
}
.tPacksINsec .container-fluid {
  padding: 28px 54px 40px 54px;
  margin: 0 0 0 0;
}
.tPacksINsec .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.tPacksINsec .inLcol {
  padding: 0 12px 0 0;
}
.tPacksINsec .inRcol {
  padding: 0 0 0 12px;
}
.tPacksINsec .inBox {
  border: 0px solid #d9d9d9;
  padding: 0;
  margin-bottom: 14px;
}
.tPacksINsec .boxTitle {
  margin: 40px 0 14px 0;
  font-family: A;
  font-size: 32px;
  color: #141414;
}
.tPacksINsec .boxDay {
  margin: 0px 0 14px 0;
  font-family: A;
  font-size: 18px;
  color: #fd0707;
}
.tPacksINsec .boxDaytitle {
  color: #046bc0;
}

/* top header + gallery */
.tPacksINsec .headGalleryBox {
  padding: 0;
  background: transparent;
  border: 0;
}
.tPacksINsec .tripTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.tPacksINsec .tripType {
  font-family: B;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #111;
  margin-bottom: 8px;
}
.tPacksINsec .tripMainTitle {
  margin: 0;
  font-family: A;
  font-size: 50px;
  line-height: 50px;
  color: #111;
}
.tPacksINsec .tripDuration {
  padding-top: 6px;
  width: 95px;
  min-width: 95px;
  height: 95px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tPacksINsec .tripDuration .num {
  font-family: A;
  font-size: 50px;
  line-height: 40px;
  color: #000;
}
.tPacksINsec .tripDuration .lbl {
  font-family: B;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #222;
}
.tPacksINsec .tripMetaLine {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.tPacksINsec .metaItems {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
}
.tPacksINsec .metaItems span {
  font-family: B;
  font-size: 16px;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tPacksINsec .metaItems span i {
  font-size: 15px;
  color: #446670;
}
.tPacksINsec .metaItems span b {
  font-family: A;
  font-size: 20px;
  color: #1e1e1e;
}
.tPacksINsec .headPriceBadge {
  background: #d21818;
  color: #fff;
  font-family: B;
  font-size: 16px;
  padding: 5px 12px;
  border-radius: 4px;
  white-space: nowrap;
}
.tPacksINsec .mainGallery {
  margin-top: 14px;
  border-radius: 34px;
  overflow: hidden;
  background: #ededed;
}
.tPacksINsec .mainGallery img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.tPacksINsec .mainGallery img.is-fading {
  opacity: 0;
  transform: scale(1.02);
}
.tPacksINsec .thumbRow {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tPacksINsec .thumbBtn {
  width: 68px;
  height: 68px;
  border: 0px solid rgba(0, 0, 0, 0.42);
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.tPacksINsec .thumbBtn:hover,
.tPacksINsec .thumbBtn.is-active {
  border-color: #d21818;
  transform: translateY(-1px);
}
.tPacksINsec .thumbBtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* details */
.tPacksINsec .detailsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 8px;
}
.tPacksINsec .detailItem {
  text-align: center;
}
.tPacksINsec .iconWrap {
  width: 42px;
  height: 42px;
  margin: 0 auto 8px auto;
  border: 1px solid #e4c6cb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b6e75;
  font-size: 15px;
}
.tPacksINsec .detailItem .lbl {
  font-family: B;
  font-size: 13px;
  color: #2d6170;
  line-height: 16px;
}
.tPacksINsec .detailItem .val {
  font-family: B;
  font-size: 13px;
  color: #2f2f2f;
  line-height: 16px;
  margin-top: 2px;
}

/* image box */
.tPacksINsec .excImages {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.tPacksINsec .excImages img {
  width: 178px;
  max-width: 100%;
  height: 98px;
  object-fit: cover;
  border: 1px solid #e4e4e4;
}

/* itinerary */
.tPacksINsec .itnText p {
  margin: 0 0 8px 0;
  font-family: B;
  font-size: 15px;
  line-height: 25px;
  color: #2c2c2c;
}
.tPacksINsec .mealLine {
  margin-top: 12px;
  font-family: B;
  font-size: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #b4b4b4;
}
.tPacksINsec .mealLine .mealHead {
  color: #2d6170;
}
.tPacksINsec .mealLine .bi-check2 {
  color: #f30216;
}
.tPacksINsec .mealLine .active {
  color: #f30216;
}

/* info lists */
.tPacksINsec .subTitle {
  margin: 0 0 10px 0;
  font-family: A;
  font-size: 24px;
  color: #161616;
}
.tPacksINsec .subTitleIN {
  color: #069e27;
}
.tPacksINsec .subTitleEX {
  color: #cf0b0b;
}
.tPacksINsec .listLine {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}
.tPacksINsec .listLine li {
  margin: 0 0 7px 0;
  font-family: B;
  font-size: 15px;
  line-height: 24px;
  color: #272727;
}
.tPacksINsec .listOk i {
  color: #2e8e67;
  margin-right: 6px;
}
.tPacksINsec .listNo i {
  color: #d9534f;
  margin-right: 6px;
}
.tPacksINsec .listDot {
  list-style: disc;
  padding-left: 18px;
}
.tPacksINsec .listDot li {
  margin: 0 0 7px 0;
}

/* price box */
.tPacksINsec .priceList {
  max-width: 520px;
}
.tPacksINsec .priceSub {
  margin: -12px 0 10px 0;
  font-family: A;
  font-size: 16px;
  color: #f31717;
}
.tPacksINsec .priceRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  gap: 12px;
}
.tPacksINsec .priceRow:last-child {
  border-bottom: 0;
}
.tPacksINsec .priceLeft {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.tPacksINsec .pCount {
  font-family: A;
  font-size: 18px;
  line-height: 20px;
  color: #111;
}
.tPacksINsec .pIcon {
  font-size: 20px;
  line-height: 1;
  color: #21272f;
}
.tPacksINsec .pValue {
  margin-left: auto;
  font-family: A;
  font-size: 20px;
  line-height: 30px;
  color: #d21818;
  white-space: nowrap;
}

/* book form */
.tPacksINsec .bookForm label {
  display: block;
  font-family: B;
  font-size: 12px;
  color: #2f2f2f;
  margin: 0 0 6px 0;
}
.tPacksINsec .bookForm input,
.tPacksINsec .bookForm select,
.tPacksINsec .bookForm textarea {
  width: 100%;
  height: 34px;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
  padding: 6px 8px;
  font-family: B;
  font-size: 13px;
  color: #2b2b2b;
  margin-bottom: 8px;
}
.tPacksINsec .bookForm textarea {
  height: auto;
  resize: vertical;
}
.tPacksINsec .bookForm .phoneGroup {
  display: flex;
  gap: 6px;
}
.tPacksINsec .bookForm .tripDatePicker {
  position: relative;
  margin-bottom: 8px;
}
.tPacksINsec .bookForm .tripDateDisplay {
  cursor: pointer;
  margin-bottom: 6px;
}
.tPacksINsec .bookForm .bookDateBtn {
  width: 100%;
  height: 34px;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
  padding: 6px 8px;
  font-family: B;
  font-size: 13px;
  color: #2b2b2b;
  text-align: left;
}
.tPacksINsec .bookForm .bookDateMenu {
  min-width: 250px;
}
.tPacksINsec .bookForm .agreeLine a {
  color: #2f2f2f;
  text-decoration: underline;
}
.tPacksINsec .bookForm .phoneGroup input:first-child,
.tPacksINsec .bookForm .phoneGroup select:first-child {
  max-width: 58px;
}
.tPacksINsec .bookForm .formMsg {
  margin: 0 0 10px 0;
  padding: 8px 10px;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
  font-family: B;
  font-size: 12px;
  line-height: 1.4;
}
.tPacksINsec .bookForm .formMsg.is-success {
  border-color: #b6d9c5;
  color: #226945;
  background: #eef8f2;
}
.tPacksINsec .bookForm .formMsg.is-error {
  border-color: #e2c1c1;
  color: #a02323;
  background: #fdf1f1;
}
.tPacksINsec .bookForm .agreeLine {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  margin: 4px 0 10px 0;
}
.tPacksINsec .bookForm .agreeLine input {
  width: 14px;
  height: 14px;
  margin: 0;
}
.tPacksINsec .bookForm .is-invalid {
  border-color: #dc3545 !important;
}
.tPacksINsec .bookForm .agreeLine input.is-invalid {
  outline: 1px solid #dc3545;
  outline-offset: 1px;
}
.tPacksINsec .bookForm .invalid-feedback {
  font-size: 11px;
  margin: -4px 0 8px 0;
}
.tPacksINsec .bookBtn {
  border: 0;
  background: #d21818;
  color: #fff;
  padding: 9px 18px 6px 18px;
  font-family: A;
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: 0.2s ease;
  border-radius: 4px;
}
.tPacksINsec .bookBtn:hover {
  background: #b70f0f;
}

/* related excursions use premium new card design */
.tPacksINsec .relatedList .dTripItem {
  margin-bottom: 12px;
}
.tPacksINsec .relatedList .dTripCard {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  background: #fff;
}
.tPacksINsec .relatedList .dTripCard:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.tPacksINsec .relatedList .dTripHero {
  position: relative;
  height: 170px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.7s ease;
}
.tPacksINsec .relatedList .dTripHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
.tPacksINsec .relatedList .dTripHero::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    45deg,
    transparent 35%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 58%,
    transparent 65%
  );
  filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.tPacksINsec .relatedList .dTripCard:hover .dTripHero {
  background-size: 106%;
}
.tPacksINsec .relatedList .dTripCard:hover .dTripHero::after {
  opacity: 1;
  animation: tpInShineBand 0.85s ease forwards;
}
@keyframes tpInShineBand {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
.tPacksINsec .relatedList .dTripHeroText {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
}
.tPacksINsec .relatedList .dTripTag {
  font-family: B;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 5px;
}
.tPacksINsec .relatedList .dTripTitle {
  font-family: A;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
}
.tPacksINsec .relatedList .dTripInfo {
  position: relative;
  background: #eef3f1;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tPacksINsec .relatedList .dTripDaysBox {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tPacksINsec .relatedList .dTripDaysBox .num {
  font-family: A;
  font-size: 24px;
  line-height: 18px;
  color: #000;
}
.tPacksINsec .relatedList .dTripDaysBox .lbl {
  font-family: B;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 2px;
}
.tPacksINsec .relatedList .dTripVLine {
  width: 1px;
  height: 44px;
  background: rgba(0, 0, 0, 0.25);
}
.tPacksINsec .relatedList .dTripPlace {
  flex: 1;
  min-width: 0;
}
.tPacksINsec .relatedList .dTripPlace .country {
  font-family: A;
  font-size: 16px;
  color: #000;
  margin-bottom: 2px;
}
.tPacksINsec .relatedList .dTripPlace .route {
  font-family: B;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tPacksINsec .relatedList .dTripPriceBadge {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #d21818;
  color: #fff;
  font-family: B;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.tPacksINsec .relatedList .dTripDescArea {
  background: #eef3f1;
  padding: 0 12px 12px 12px;
}
.tPacksINsec .relatedList .dTripDescLine {
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin: 0 0 9px 0;
}
.tPacksINsec .relatedList .dTripDescText {
  margin: 0;
  font-family: B;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* promo cards */
.tPacksINsec .promoBox {
  padding: 0;
  overflow: hidden;
}
.tPacksINsec .promoBox img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.tPacksINsec .promoBody {
  padding: 12px;
}
.tPacksINsec .promoBody h4 {
  margin: 0 0 6px 0;
  font-family: A;
  font-size: 24px;
  line-height: 26px;
  color: #202020;
}
.tPacksINsec .promoBody p {
  margin: 0 0 10px 0;
  font-family: B;
  font-size: 13px;
  line-height: 20px;
  color: #4a4a4a;
}
.tPacksINsec .promoBtn {
  display: inline-block;
  background: #d21818;
  color: #fff;
  font-family: A;
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 7px 12px;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .tPacksINsec .inLcol {
    padding: 0;
  }
  .tPacksINsec .inRcol {
    padding: 0;
  }
  .tPacksINsec .inRcol .inBox:first-child {
    margin-top: 6px;
  }
  .tPacksINsec .tripMainTitle {
    font-size: 56px;
    line-height: 56px;
  }
  .tPacksINsec .tripType {
    font-size: 32px;
    line-height: 34px;
  }
  .tPacksINsec .metaItems span {
    font-size: 22px;
  }
  .tPacksINsec .metaItems span b {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .tPacksINsec .container-fluid {
    padding: 24px 24px 30px 24px;
  }
  .tPacksINsec .tripMainTitle {
    font-size: 44px;
    line-height: 44px;
  }
  .tPacksINsec .tripType {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .tPacksINsec .tripDuration {
    width: 86px;
    min-width: 86px;
    height: 86px;
    border-radius: 14px;
  }
  .tPacksINsec .tripDuration .num {
    font-size: 44px;
    line-height: 36px;
  }
  .tPacksINsec .tripDuration .lbl {
    font-size: 26px;
    line-height: 24px;
  }
  .tPacksINsec .metaItems span {
    font-size: 18px;
  }
  .tPacksINsec .metaItems span b {
    font-size: 20px;
  }
  .tPacksINsec .headPriceBadge {
    font-size: 16px;
    padding: 6px 10px;
  }
  .tPacksINsec .mainGallery img {
    height: 360px;
  }
}
@media (max-width: 575.98px) {
  .tPacksINsec .container-fluid {
    padding: 18px 12px 24px 12px;
  }
  .tPacksINsec .inBox {
    padding: 12px;
  }
  .tPacksINsec .boxTitle {
    font-size: 26px;
  }
  .tPacksINsec .tripTop {
    gap: 10px;
  }
  .tPacksINsec .tripType {
    font-size: 22px;
    line-height: 24px;
  }
  .tPacksINsec .tripMainTitle {
    font-size: 36px;
    line-height: 38px;
  }
  .tPacksINsec .tripDuration {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 12px;
  }
  .tPacksINsec .tripDuration .num {
    font-size: 34px;
    line-height: 28px;
  }
  .tPacksINsec .tripDuration .lbl {
    font-size: 18px;
    line-height: 18px;
  }
  .tPacksINsec .tripMetaLine {
    margin-top: 10px;
    padding-top: 8px;
  }
  .tPacksINsec .metaItems {
    gap: 8px 12px;
  }
  .tPacksINsec .metaItems span {
    font-size: 14px;
  }
  .tPacksINsec .metaItems span b {
    font-size: 15px;
  }
  .tPacksINsec .metaItems span i {
    font-size: 14px;
  }
  .tPacksINsec .headPriceBadge {
    margin-left: auto;
    font-size: 13px;
    padding: 5px 9px;
  }
  .tPacksINsec .mainGallery {
    border-radius: 20px;
  }
  .tPacksINsec .mainGallery img {
    height: 240px;
  }
  .tPacksINsec .thumbRow {
    gap: 8px;
  }
  .tPacksINsec .thumbBtn {
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
  .tPacksINsec .priceSub {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .tPacksINsec .pCount {
    font-size: 34px;
    line-height: 30px;
  }
  .tPacksINsec .pIcon {
    font-size: 22px;
  }
  .tPacksINsec .pValue {
    font-size: 30px;
    line-height: 28px;
  }
}

/*----------------------------------------------------------------------------------------------------------- Tailor a Tour page */

.ttripSEC {
  background-color: #fff;
}
.ttripSEC .container-fluid {
  padding: 60px 70px 60px 70px;
  margin: 0 0 0 0;
}
.ttripSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.ttripSEC .col1 {
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
  text-align: center;
  color: #000;
  font-family: A;
  font-size: 30px;
  letter-spacing: 0.3px;
  line-height: 56px;
}

.ttripSEC .Lcol {
  padding: 0 25px 0 0;
  margin: 0 0 0 0;
  float: left;
}
.ttripSEC .Rcol {
  padding: 25px 0 0 25px;
  margin: 0 0 0 0;
  float: left;
}

.ttripSEC .txt {
  color: #000;
  font-family: B;
  font-size: 18px;
  letter-spacing: 1px;
}

/* Button */
.ttripSEC .bBu {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-family: B;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.25s ease;
}
.ttripSEC .bBu:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  transform: translateY(-1px);
}

/*-------------------------------------------------------------------------------------------------------------- blog in page */

.bligINsec {
  background-color: #fff;
}
.bligINsec .container-fluid {
  padding: 60px 70px 60px 70px;
  margin: 0 0 0 0;
}
.bligINsec #bINrow {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

/* left */
.bligINsec #bINrow .col01 {
  padding: 0 30px 0 0;
  margin: 0 0 0 0;
}
.bligINsec #bINrowL {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.bligINsec #bINrowL .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  align-content: center;
}
.bligINsec #bINrowL .col1a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #3a3a3a;
  font-family: B;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.bligINsec #bINrowL .col1b {
  padding: 10px 0 20px 0;
  margin: 0 0 0 0;
  color: #000000;
  font-family: B;
  font-size: 34px;
  letter-spacing: 0.5px;
  line-height: 36px;
}

.bligINsec #bINrowL .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.bligINsec #bINrowL .col2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.bligINsec #bINrowL .col3 {
  padding: 30px 0 0 0;
  margin: 0 0 0 0;
  color: #000000;
  font-family: B;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 22px;
}

.bligINsec #bINrowL .col4 {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  text-align: left;
  border-top: 1px solid #cecece;
}
.bligINsec #bINrowL .col4 a {
  padding: 9px 23px 9px 23px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-family: B;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bligINsec #bINrowL .col4 a:hover {
  background-color: #d0e2d7;
  border: 1px solid #000;
  color: #000;
}

/* right */
.bligINsec #bINrow .col02 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.bligINsec #bINrowR {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.bligINsec #bINrowR .colr1 {
  padding: 40px 0 0 0;
  margin: 0 0 5px 0;
  color: #000000;
  font-family: B;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase;
}
.bligINsec #bINrowR .LBl {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.bligINsec #bINrowR .LBcol {
  padding: 12px 16px;
  margin-top: 15px;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: B;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bligINsec #bINrowR .LBcol:hover {
  background: #d0e2d7;
  border: 1px solid #d0e2d7;
}
/* =========================
Promo Card (like screenshot)
========================= */
.bligINsec #bINrowR .cBIcol {
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
}
.bligINsec #bINrowR .pvCard {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
}
.bligINsec #bINrowR .pvCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Image */
.bligINsec #bINrowR .pvCardImgWrap {
  display: block;
  height: 130px; /* عدّلها حسب ما تحب */
  overflow: hidden;
  background: #e9ecef;
}
.bligINsec #bINrowR .pvCardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s ease;
}
.bligINsec #bINrowR .pvCard:hover .pvCardImg {
  transform: scale(1.06);
}
/* Body */
.bligINsec #bINrowR .pvCardBody {
  padding: 16px 16px 18px 16px;
}
.bligINsec #bINrowR .pvCardTitle {
  font-family: A; /* لو عندك فونت A */
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #000;
  font-weight: 700;
}
.bligINsec #bINrowR .pvCardDesc {
  font-size: 13.5px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 14px 0;
  /* تثبيت 3 سطور زي الصورة */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Button */
.bligINsec #bINrowR .pvBtnRed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 6px 16px;
  border-radius: 3px;
  background: #d21818;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: B;
  letter-spacing: 0.6px;
  transition: 0.2s ease;
}
.bligINsec #bINrowR .pvBtnRed:hover {
  background: #b31212;
  color: #fff;
}

@media (max-width: 575.98px) {
  .bligINsec .container-fluid {
    padding: 30px 25px 30px 25px;
  }
  .bligINsec #bINrowR .colr1 {
    padding: 40px 0 0 0;
    margin: 0 0 0 0;
  }
  .bligINsec #bINrowL .col1 {
    padding: 0 0 0 0;
  }
  .bligINsec #bINrowL .col2 {
    padding: 20px 0 0 0;
    align-content: flex-start;
  }
  .bligINsec #bINrowL .col2b {
    padding: 10px 0 0 0;
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*-------------------------------------------------------------------------------------------------------------- contact us page */

.cStripSEC {
  background-color: #d0e2d7;
}
.cStripSEC .container-fluid {
  padding: 60px 70px 60px 70px;
  margin: 0 0 0 0;
}
.cStripSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.cStripSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #000;
  font-family: C;
  font-size: 30px;
  letter-spacing: 0.3px;
  line-height: 56px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .cStripSEC .container-fluid {
    padding: 30px 25px 30px 25px;
  }
  .cStripSEC .col1 {
    text-align: center;
    line-height: 36px;
  }
}
@media (min-width: 576px) and (max-width: 912.98px) {
  .cStripSEC .container-fluid {
    padding: 30px 25px 30px 25px;
  }
  .cStripSEC .col1 {
    text-align: center;
    line-height: 36px;
  }
}
@media (min-width: 820px) and (max-width: 1180.98px) {
}
@media (min-width: 913px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*------------------------------------ cobtacts information--*/

.infoCobtactsSEC {
  background-color: #f9f9f9;
}
.infoCobtactsSEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.infoCobtactsSEC .row {
  padding: 50px 25px 50px 25px;
  margin: 0 auto;
  max-width: 1200px;
}

.infoCobtactsSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.infoCobtactsSEC .col1_1 {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  font-family: C;
  font-size: 36px;
  letter-spacing: 0.5px;
  color: #212c34;
}
.infoCobtactsSEC .col1_2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: B;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #212c34;
  line-height: 30px;
}
/*------------------------------------------------ form --*/

.infoCobtactsSEC .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.infoCobtactsSEC .r2 {
  padding: 0 0 0 0;
  margin: 0 -10px 0 -10px;
}

.infoCobtactsSEC .cFormF {
  border-radius: 0px;
  border-bottom: 1px solid #cccccc;
  border-top: 0px solid #e3e3e3;
  border-right: 0px solid #e3e3e3;
  border-left: 0px solid #e3e3e3;
  box-shadow: 0px 0px 0px #888888;
  height: 38px;
  padding-left: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.infoCobtactsSEC .cFormF:focus {
  border-bottom: 1px solid #212c34;
  padding-left: 10px;
}

.infoCobtactsSEC .cFormF2 {
  border-radius: 0px;
  border-bottom: 1px solid #cccccc;
  border-top: 0px solid #e3e3e3;
  border-right: 0px solid #e3e3e3;
  border-left: 0px solid #e3e3e3;
  box-shadow: 0px 0px 0px #888888;
  padding-left: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.infoCobtactsSEC .cFormF2:focus {
  border-bottom: 1px solid #212c34;
  padding-left: 10px;
}

.infoCobtactsSEC .FormBu {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
  border-top: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.infoCobtactsSEC .FormBu:hover {
  background-color: #161616;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 575.98px) {
  .infoCobtactsSEC .col2 {
    margin: 20px 0 0 0;
  }
}

/*----------------------------------- map --*/
.mapSEC {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.mapSEC .container-fluid {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/*----------------------------------------------------------------------------------------------------------------------- sent --*/

.sentSEC {
}
.sentSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 100vh;
}
.sentSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 100vh;
}
.sentSEC .sentCol {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  align-self: center;
  text-align: center;
  color: #131313;
  font-family: E;
  letter-spacing: 0.1px;
  font-size: 18px;
  line-height: 15px;
}

.sentSEC .sentCol i {
  color: #316a09;
  font-size: 50px;
}

.sentSEC .sentCol a {
  color: #071aaf;
  font-size: 16px;
  font-family: E;
}
