.elementor-3173 .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;
}

.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;
}

.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,.75);

  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);
}

.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;
}

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

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

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

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

.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;
}

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

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


/* =========================================================
   PACKAGE NOTICE
========================================================= */

.esg-package-notice {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 13px;

  padding: 16px 25px;

  background:
    linear-gradient(
      90deg,
      rgba(35,213,228,.08),
      rgba(239,43,112,.06)
    );

  border-bottom: 1px solid #e2ebf3;
}

.esg-package-notice-icon {
  flex: 0 0 36px;

  width: 36px;
  height: 36px;

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

  border-radius: 11px;

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

  color: #ffffff;

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

.esg-package-notice-text span {
  display: block;

  margin-bottom: 2px;

  color: #149eae;

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

.esg-package-notice-text strong {
  display: block;

  color: #102f5b;

  font-size: 13px;
  font-weight: 800;
}


/* =========================================================
   ACCOMMODATION PRICES
========================================================= */

.esg-accommodation-prices {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));
}


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

.esg-guest-card {
  position: relative;

  padding: 32px;
}

.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;
}

.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: 24px 20px;

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

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

  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: 31px;
  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;
}


/* =========================================================
   IMPORTANT NOTES
========================================================= */

.esg-tax-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  gap: 15px;

  padding: 22px 30px;

  border-top: 1px solid #e2ebf3;

  background:
    linear-gradient(
      90deg,
      #fff9f3 0%,
      #fffdfb 50%,
      #fff9f7 100%
    );
}


/* WARNING ICON */

.esg-tax-icon {
  flex: 0 0 40px;

  width: 40px;
  height: 40px;

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

  margin-top: 1px;

  border-radius: 50%;

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

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

  color: #ffffff;

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


/* NOTES CONTENT */

.esg-tax-note-content {
  width: 100%;
  max-width: 900px;
}

.esg-notes-title {
  display: block;

  margin-bottom: 11px;

  color: #102f5b;

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


/* INDIVIDUAL NOTE */

.esg-note-item {
  display: flex;
  align-items: flex-start;

  gap: 9px;

  margin-top: 7px;

  color: #6d6f7a;

  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}


/* DOT */

.esg-note-dot {
  flex: 0 0 6px;

  width: 6px;
  height: 6px;

  margin-top: 7px;

  border-radius: 50%;

  background: #ef2b70;
}


/* BOLD TEXT INSIDE NOTES */

.esg-note-item strong {
  display: inline;

  margin: 0;

  color: #102f5b;

  font-size: inherit;
  font-weight: 800;
}


/* =========================================================
   ACCOMMODATION REQUEST CTA
========================================================= */

.esg-request-section {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  padding: 30px 35px;

  border-top: 1px solid rgba(255,255,255,.10);

  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(35,213,228,.15),
      transparent 28%
    ),
    linear-gradient(
      110deg,
      #102f5b,
      #143d70
    );
}

.esg-request-content {
  flex: 1;
}

.esg-request-content > span {
  display: block;

  margin-bottom: 5px;

  color: #5de7ee;

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

.esg-request-content h4 {
  margin: 0 0 6px;

  color: #ffffff;

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

.esg-request-content p {
  max-width: 570px;

  margin: 0;

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

  font-size: 12px;
  line-height: 1.6;
}


/* =========================================================
   REQUEST BUTTON
========================================================= */

.esg-request-button {
  position: relative;

  min-width: 240px;
  min-height: 67px;

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

  gap: 20px;

  padding: 12px 14px 12px 22px;

  border-radius: 19px;

  background:
    linear-gradient(
      100deg,
      #ef2b70,
      #ff7247
    );

  box-shadow:
    0 14px 30px rgba(239,43,112,.25);

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

  overflow: hidden;

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

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

  position: absolute;

  top: -80%;
  left: -40%;

  width: 110px;
  height: 180px;

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

  transform: rotate(25deg);

  transition: left .5s ease;
}

.esg-request-button:hover::before {
  left: 120%;
}

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

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

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

  display: flex;
  flex-direction: column;

  color: #ffffff;

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

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

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

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

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

  flex: 0 0 39px;

  width: 39px;
  height: 39px;

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

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

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

  color: #ffffff;

  font-size: 19px;

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

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

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


/* =========================================================
   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;
  }

  .esg-request-section {
    flex-direction: column;
    align-items: stretch;
  }

  .esg-request-button {
    width: 100%;
  }

}


/* =========================================================
   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 */

  .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;
  }


  /* PACKAGE */

  .esg-package-notice {
    justify-content: flex-start;

    padding: 14px 18px;
  }

  .esg-package-notice-text strong {
    font-size: 11px;
    line-height: 1.5;
  }


  /* GUEST CARDS */

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

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


  /* ROOMS */

  .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;
  }


  /* IMPORTANT NOTES */

  .esg-tax-note {
    justify-content: flex-start;

    gap: 11px;

    padding: 18px 16px;
  }

  .esg-tax-icon {
    flex-basis: 34px;

    width: 34px;
    height: 34px;

    font-size: 14px;
  }

  .esg-notes-title {
    margin-bottom: 9px;

    font-size: 13px;
  }

  .esg-note-item {
    gap: 7px;

    margin-top: 6px;

    font-size: 11px;
    line-height: 1.55;
  }

  .esg-note-dot {
    margin-top: 6px;
  }


  /* REQUEST CTA */

  .esg-request-section {
    padding: 24px 18px;
  }

  .esg-request-content h4 {
    font-size: 19px;
  }

  .esg-request-content p {
    font-size: 11px;
  }


  /* REQUEST BUTTON */

  .esg-request-button {
    min-width: 0;
    min-height: 62px;

    padding:
      11px 12px
      11px 17px;

    border-radius: 16px;
  }

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

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

    width: 36px;
    height: 36px;

    font-size: 17px;
  }

}/* End custom CSS */