.education {
  width: 100%; }
  .education-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 600px) {
      .education-image {
        flex-direction: column; } }
    .education-image img {
      max-height: 300px;
      max-width: 300px;
      width: auto;
      height: auto; }
  .education-header {
    padding: 40px 80px;
    color: var(--secondary-color); }
    @media (max-width: 600px) {
      .education-header {
        padding: 20px; } }
    .education-header h1, .education-header h2 {
      font-weight: bold;
      font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 2.5rem);
      text-transform: uppercase; }
    .education-header h1 {
      color: var(--primary-color); }
    .education-header h3 {
      font-size: clamp(0.8rem, calc(-0.875rem + 8.333vw), 1.5rem);
      text-transform: capitalize; }
  .education-content {
    width: 100%;
    padding: 40px 120px; }
    @media (max-width: 600px) {
      .education-content {
        padding: 20px; } }
    .education-content-header {
      position: relative; }
      .education-content-header h1 {
        color: #CB6739;
        font-weight: bold; }
      .education-content-header-icon {
        display: flex;
        align-items: center;
        height: 100%;
        position: absolute;
        left: -50px; }
        .education-content-header-icon img {
          width: 30px; }
        .education-content-header-icon:dir(rtl) {
          left: 0;
          right: -50px; }
          .education-content-header-icon:dir(rtl) img {
            transform: rotate(180deg) rotateX(180deg); }
    .education-content-prgf p {
      line-height: 30px; }
    .education-content-dest {
      gap: 30px;
      justify-content: space-between;
      margin-top: 40px; }
      .education-content-dest-card {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px; }
        .education-content-dest-card-img {
          height: 150px;
          overflow: hidden; }
          .education-content-dest-card-img img {
            display: block;
            object-fit: contain;
            width: auto;
            height: 100%;
            margin: 0 auto; }
        .education-content-dest-card span {
          text-transform: uppercase;
          color: var(--primary-color); }
    .education-content-env {
      width: 100%;
      padding: 40px 120px; }
      @media (max-width: 600px) {
        .education-content-env {
          padding: 20px; } }
      .education-content-env-card {
        margin-top: 40px;
        gap: 20px; }
        .education-content-env-card-img {
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center; }
          .education-content-env-card-img img {
            width: 100px;
            object-fit: contain; }
        .education-content-env-card-sep {
          display: block;
          height: auto;
          border-left: 6px solid #4EAE62; }
          @media (max-width: 600px) {
            .education-content-env-card-sep {
              display: none; } }
        .education-content-env-card-content h1 {
          font-size: 1.5rem;
          color: var(--primary-color); }
        .education-content-env-card-content p {
          font-size: 1rem; }

.education-section {
  width: 100%;
  background-color: #F3F5EE;
  padding: 50px; }
  @media (max-width: 600px) {
    .education-section {
      padding: 10px; } }
  .education-section-header {
    margin-bottom: 40px; }
    .education-section-header h1 {
      margin: 0;
      font-size: 40px;
      font-weight: bold; }
  .education-section-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0; }
  .education-section-content {
    gap: 30px; }
  .education-section-card {
    padding: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1; }
    .education-section-card-img, .education-section-card h1 {
      flex: 1;
      height: 50%;
      max-height: 50%; }
    .education-section-card-img {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .education-section-card-img img {
        display: block;
        object-fit: contain;
        height: 80%; 
width: 100%;}
    .education-section-card h1 {
      margin-top: 20px;
      font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 2rem);
      color: var(--primary-color);
      font-weight: bold; }

.education-seperator {
  background-image: url("../images/contactus-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%; }
  .education-seperator h1 {
    color: #fff;
    font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
    margin: 0;
    padding: 80px 160px;
    font-weight: bold; }
    @media (max-width: 600px) {
      .education-seperator h1 {
        padding: 40px; } }

.tour-res {
  background-color: #F3F5EE;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 160px;
  text-align: center; }
  @media (max-width: 600px) {
    .tour-res {
      padding: 40px; } }
  .tour-res h1 {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
    font-weight: bold;
    margin-bottom: 30px; }

.education-image img {
    display: none;
}