.elementor-3196 .elementor-element.elementor-element-ca117d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-2c389b1 *//* =========================================================
   ESG 2026 — ACCOMMODATION
========================================================= */

.esg-accommodation-section {
  position: relative;
  width: 100%;
  padding: 90px 20px;
  overflow: hidden;
}

.esg-accommodation-section *,
.esg-accommodation-section *::before,
.esg-accommodation-section *::after {
  box-sizing: border-box;
}

.esg-accommodation-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.esg-accommodation-heading {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.esg-accommodation-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 24px;
  border-radius: 50px;

  background: linear-gradient(
    90deg,
    #23d5e4,
    #ef2b70
  );

  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .5px;

  box-shadow:
    0 12px 28px rgba(35, 213, 228, .20);
}

.esg-accommodation-heading h2 {
  margin: 0 0 15px;
  color: #102f5b;

  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 900;
}

.esg-accommodation-heading p {
  max-width: 650px;
  margin: 0 auto;

  color: #65768a;
  font-size: 18px;
  line-height: 1.7;
}


/* =========================================================
   MAIN HOTEL CARD
========================================================= */

.esg-hotel-card {
  position: relative;
  overflow: hidden;

  border: 1px solid #dce8f3;
  border-radius: 30px;

  background: #ffffff;

  box-shadow:
    0 25px 65px rgba(13, 44, 84, .14),
    0 5px 15px rgba(13, 44, 84, .05);
}


/* =========================================================
   HOTEL HEADER
========================================================= */

.esg-hotel-top {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;

  padding: 30px 35px;

  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(35, 213, 228, .18),
      transparent 30%
    ),
    radial-gradient(
      circle at 70% 120%,
      rgba(239, 43, 112, .20),
      transparent 35%
    ),
    linear-gradient(
      110deg,
      #102f5b 0%,
      #143d70 60%,
      #102f5b 100%
    );
}


/* HOTEL MAIN */

.esg-hotel-main {
  display: flex;
  align-items: center;
  gap: 22px;

  min-width: 0;
}


/* HOTEL ICON */

.esg-hotel-icon {
  flex: 0 0 72px;

  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      #23d5e4,
      #ef2b70
    );

  box-shadow:
    0 15px 30px rgba(0, 0, 0, .15);

  color: #ffffff;

  font-size: 28px;
  font-weight: 900;
}


/* HOTEL INFO */

.esg-hotel-info {
  flex: 1;
}

.esg-hotel-label {
  display: block;
  margin-bottom: 5px;

  color: #5de7ee;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.esg-hotel-info h3 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
  font-weight: 900;
}

.esg-night-note {
  display: inline-flex;

  margin-top: 9px;
  padding: 6px 12px;

  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50px;

  background: rgba(255,255,255,.08);

  color: rgba(255,255,255,.72);

  font-size: 12px;
  font-weight: 700;
}


/* =========================================================
   CHECK-IN / CHECK-OUT
========================================================= */

.esg-stay-dates {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-shrink: 0;
}

.esg-date-box {
  min-width: 185px;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 15px;

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;

  background: rgba(255,255,255,.08);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* DATE NUMBER */

.esg-date-icon {
  flex: 0 0 44px;

  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 13px;

  color: #ffffff;

  font-size: 15px;
  font-weight: 900;
}


/* CHECK IN COLOR */

.checkin-box .esg-date-icon {
  background:
    linear-gradient(
      135deg,
      #23d5e4,
      #168da8
    );

  box-shadow:
    0 8px 18px rgba(35,213,228,.20);
}


/* CHECK OUT COLOR */

.checkout-box .esg-date-icon {
  background:
    linear-gradient(
      135deg,
      #ef2b70,
      #ff7247
    );

  box-shadow:
    0 8px 18px rgba(239,43,112,.20);
}


/* DATE TEXT */

.esg-date-content span {
  display: block;

  margin-bottom: 3px;

  color: rgba(255,255,255,.60);

  font-size: 9px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.esg-date-content strong {
  display: block;

  color: #ffffff;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;

  white-space: nowrap;
}


/* ARROW BETWEEN DATES */

.esg-date-arrow {
  color: rgba(255,255,255,.45);

  font-size: 18px;
  font-weight: 700;
}


/* =========================================================
   PRICES AREA
========================================================= */

.esg-accommodation-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* =========================================================
   GUEST CARDS
========================================================= */

.esg-guest-card {
  position: relative;
  padding: 30px;
}

.esg-guest-card + .esg-guest-card {
  border-left: 1px solid #e2ebf3;
}

.egyptian-card {
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(35, 213, 228, .08),
      transparent 35%
    ),
    #ffffff;
}

.foreigner-card {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(239, 43, 112, .08),
      transparent 35%
    ),
    #ffffff;
}


/* =========================================================
   GUEST HEADER
========================================================= */

.esg-guest-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 22px;
}

.esg-small-title {
  display: block;
  margin-bottom: 4px;

  color: #8997a8;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.esg-guest-card-header h4 {
  margin: 0;

  color: #102f5b;

  font-size: 25px;
  font-weight: 900;
}


/* MARKS */

.esg-country-mark {
  width: 13px;
  height: 13px;

  border-radius: 50%;
}

.cyan-mark {
  background: #23d5e4;

  box-shadow:
    0 0 20px rgba(35, 213, 228, .8);
}

.pink-mark {
  background: #ef2b70;

  box-shadow:
    0 0 20px rgba(239, 43, 112, .7);
}


/* =========================================================
   ROOM ROW
========================================================= */

.esg-room-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding: 22px 20px;

  border: 1px solid #e2ebf3;
  border-radius: 19px;

  background: rgba(255,255,255,.88);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.esg-room-row + .esg-room-row {
  margin-top: 13px;
}

.esg-room-row:hover {
  transform: translateY(-3px);

  border-color: #cadce9;

  box-shadow:
    0 14px 30px rgba(13,44,84,.09);
}


/* =========================================================
   ROOM INFO
========================================================= */

.esg-room-info {
  display: flex;
  align-items: center;
  gap: 13px;
}

.esg-room-icon {
  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 13px;

  background:
    linear-gradient(
      135deg,
      #102f5b,
      #17497c
    );

  color: #ffffff;

  font-size: 11px;
  font-weight: 900;
}

.esg-room-info strong {
  display: block;
  margin-bottom: 3px;

  color: #102f5b;

  font-size: 15px;
  font-weight: 900;
}

.esg-room-info small {
  display: block;

  color: #8997a8;

  font-size: 11px;
}


/* =========================================================
   PRICE
========================================================= */

.esg-room-price {
  flex-shrink: 0;
  text-align: right;
}

.esg-room-price strong {
  display: block;

  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.egyptian-card .esg-room-price strong {
  color: #149eae;
}

.foreigner-card .esg-room-price strong {
  color: #ef2b70;
}

.esg-room-price span {
  display: block;
  margin-top: 5px;

  color: #8997a8;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .7px;
}


/* =========================================================
   BOOKING BUTTON
========================================================= */

.esg-booking-wrap {
  margin-top: 22px;
}

.esg-booking-button {
  position: relative;

  width: 100%;
  min-height: 66px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  padding: 13px 15px 13px 22px;

  border-radius: 18px;

  color: #ffffff !important;
  text-decoration: none !important;

  overflow: hidden;

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.esg-booking-button::before {
  content: "";

  position: absolute;

  top: -80%;
  left: -30%;

  width: 120px;
  height: 180px;

  background: rgba(255,255,255,.12);

  transform: rotate(25deg);

  transition: left .5s ease;
}

.esg-booking-button:hover::before {
  left: 110%;
}

.esg-booking-button:hover {
  transform: translateY(-3px);
}


/* EGYPTIAN BUTTON */

.egyptian-booking-button {
  background:
    linear-gradient(
      100deg,
      #13bfd0,
      #168da8
    );

  box-shadow:
    0 12px 25px rgba(19,191,208,.23);
}

.egyptian-booking-button:hover {
  box-shadow:
    0 17px 32px rgba(19,191,208,.30);
}


/* INTERNATIONAL BUTTON */

.international-booking-button {
  background:
    linear-gradient(
      100deg,
      #ef2b70,
      #ff7247
    );

  box-shadow:
    0 12px 25px rgba(239,43,112,.23);
}

.international-booking-button:hover {
  box-shadow:
    0 17px 32px rgba(239,43,112,.30);
}


/* BUTTON TEXT */

.esg-button-text {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.esg-button-text small {
  margin-bottom: 3px;

  color: rgba(255,255,255,.70);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}


/* BUTTON ARROW */

.esg-button-arrow {
  position: relative;
  z-index: 2;

  flex: 0 0 39px;

  width: 39px;
  height: 39px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.20);

  color: #ffffff;

  font-size: 19px;

  transition:
    transform .3s ease,
    background .3s ease;
}

.esg-booking-button:hover .esg-button-arrow {
  transform: translateX(3px);

  background: rgba(255,255,255,.24);
}


/* =========================================================
   BOTTOM INFO
========================================================= */

.esg-hotel-bottom {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 30px;

  padding: 18px 25px;

  border-top: 1px solid #e2ebf3;

  background: #f8fbfd;
}

.esg-bottom-detail {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #65768a;

  font-size: 12px;
  font-weight: 700;
}

.esg-bottom-dot {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #23d5e4;
}

.esg-bottom-dot.pink {
  background: #ef2b70;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .esg-hotel-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .esg-stay-dates {
    width: 100%;
  }

  .esg-date-box {
    flex: 1;
  }

}


@media (max-width: 800px) {

  .esg-accommodation-prices {
    grid-template-columns: 1fr;
  }

  .esg-guest-card + .esg-guest-card {
    border-left: 0;
    border-top: 1px solid #e2ebf3;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .esg-accommodation-section {
    padding: 60px 12px;
  }

  .esg-accommodation-heading {
    margin-bottom: 30px;
  }

  .esg-accommodation-heading h2 {
    font-size: 34px;
  }

  .esg-accommodation-heading p {
    font-size: 15px;
  }


  /* HOTEL HEADER */

  .esg-hotel-top {
    gap: 22px;

    padding: 22px 18px;
  }

  .esg-hotel-main {
    gap: 14px;
  }

  .esg-hotel-icon {
    flex-basis: 56px;

    width: 56px;
    height: 56px;

    border-radius: 17px;

    font-size: 22px;
  }

  .esg-hotel-info h3 {
    font-size: 25px;
  }

  .esg-night-note {
    font-size: 10px;
  }


  /* DATES */

  .esg-stay-dates {
    display: grid;
    grid-template-columns: 1fr;

    gap: 9px;
  }

  .esg-date-box {
    width: 100%;
    min-width: 0;

    padding: 11px 13px;
  }

  .esg-date-icon {
    flex-basis: 40px;

    width: 40px;
    height: 40px;

    border-radius: 12px;
  }

  .esg-date-content strong {
    font-size: 12px;
  }

  .esg-date-arrow {
    display: none;
  }


  /* GUEST CARDS */

  .esg-guest-card {
    padding: 22px 16px;
  }

  .esg-guest-card-header h4 {
    font-size: 22px;
  }


  /* ROOM */

  .esg-room-row {
    gap: 10px;

    padding: 18px 14px;
  }

  .esg-room-info {
    gap: 9px;
  }

  .esg-room-icon {
    width: 36px;
    height: 36px;

    flex-basis: 36px;

    border-radius: 11px;

    font-size: 9px;
  }

  .esg-room-info strong {
    font-size: 13px;
  }

  .esg-room-info small {
    font-size: 9px;
  }

  .esg-room-price strong {
    font-size: 23px;
  }


  /* BOOKING */

  .esg-booking-button {
    min-height: 62px;

    padding:
      11px 12px
      11px 17px;

    border-radius: 16px;
  }

  .esg-button-text {
    font-size: 14px;
  }

  .esg-button-arrow {
    flex-basis: 36px;

    width: 36px;
    height: 36px;

    font-size: 17px;
  }


  /* BOTTOM */

  .esg-hotel-bottom {
    flex-direction: column;
    align-items: flex-start;

    gap: 8px;

    padding: 16px 20px;
  }

}/* End custom CSS */