/* Container styling*/
@media (min-width: 980px) {
  .gsi_menu-container {
    position: relative;
  }
}
  
.gsi_destination-item-wrap {
  position: relative;
  padding: 16px 0;
  cursor: pointer;
}
@media (min-width: 980px) {
  .gsi_destination-item-wrap {
    left: -24px;
  }
}
    
@media (min-width: 980px) {
  .gsi_destination-item-wrap:not(:last-child):not(:nth-child(7)):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #453ED6;
    bottom: 0;
  }
  .gsi_destination-item-wrap:last-child:after {
    display: none;
  }
}

/* Base menu item styles */
.gsi_menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;            /* White text */
  text-decoration: none;
  padding: 16px 24px !important;
  margin-bottom: 6px;
  font-family: "geller-headline",serif !important;
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 42px !important;
  border-radius: 12px;
  margin: 0;
  transition: all 0.3s ease;
}
.gsi_menu-item span {
  display: inline-block;
}

@media (min-width: 980px) {
/* Hover effect: bigger font and new background color */
  .gsi_menu-item:hover {
    font-size: 40px!important;
    color: #020F30;
    background-color: var(--mint); /* Mint */
  }
}
/* Arrow icon (inline SVG) */
:root {
  --arrow-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='33' viewBox='0 0 20 33' fill='none'%3E%3Cpath d='M12.1131 28.8984L12.5907 28.6221C16.6008 26.1725 19.2814 21.7645 19.3096 16.7288C19.31 16.7008 19.3106 16.5868 19.3098 16.5568C19.2746 11.5216 16.5881 7.11641 12.573 4.67421L12.0894 4.39403L5.20822 0.427649L0.0984602 9.295L11.6941 15.9782C12.2099 16.2757 12.2099 17.0185 11.6948 17.3164L0.107884 24.0181L5.23236 32.8781L12.1151 28.8972L12.1131 28.8984Z' fill='white'/%3E%3C/svg%3E");
  
  /* Dark blue arrow for hover - updating fill to #020F30 */
  --arrow-svg-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='33' viewBox='0 0 20 33' fill='none'%3E%3Cpath d='M12.1131 28.8984L12.5907 28.6221C16.6008 26.1725 19.2814 21.7645 19.3096 16.7288C19.31 16.7008 19.3106 16.5868 19.3098 16.5568C19.2746 11.5216 16.5881 7.11641 12.573 4.67421L12.0894 4.39403L5.20822 0.427649L0.0984602 9.295L11.6941 15.9782C12.2099 16.2757 12.2099 17.0185 11.6948 17.3164L0.107884 24.0181L5.23236 32.8781L12.1151 28.8972L12.1131 28.8984Z' fill='%23020F30'/%3E%3C/svg%3E");
}
  
.gsi_menu-item::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 33px;
  background-image: var(--arrow-svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease; /* Add transition for smoother change */
}

/* On hover, change arrow to dark blue */
.gsi_menu-item:hover::after {
  background-image: var(--arrow-svg-dark);
}

.gsi_destination-image {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  margin-bottom: 0 !important; 
}
.et-fb-root-ancestor .gsi_destination-image {
  opacity: 1;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 29px !Important;
}
  
.gsi_destination-image.active {
  opacity: 1;
  position: relative;
  width: 100%;
  height: auto;
}
  
@media (max-width: 980px) {
  .gsi_menu-item {
      font-size: 24px !important;
      line-height: 120% !important;
      color: #020F30;
      background-color: var(--mint);
  }
  
  /* Mobile arrow style is already dark, use the dark arrow variable */
  .gsi_menu-item::after {
      background-image: var(--arrow-svg-dark);
      width: 20px;
      height: 20px;
  }
}


/*------Global Site--------*/

 /*Guiding your path*/
.gsi_guide_yr_path_row .et_pb_column {
  display: flex;
  column-gap:24px;
  row-gap:0;
}


@media (max-width:1025px)
{
  /*Guiding your path*/
 .gsi_guide_yr_path_section
{
  padding-bottom:0!important;
}

.gsi_guide_yr_path_row .et_pb_column {   
  flex-direction: column;
  column-gap:0;
  row-gap: 16px;
}

 .gsi_guide_yr_path .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
  
  .gsi_guide_yr_path .et_pb_main_blurb_image {
      width: 64px!important;
      height: 64px;
  }
}

/*Global Education*/

.gsi_so_container {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.gsi_so_types_btns.gsi_global_edu .et_pb_text:hover, .gsi_so_types_btns.gsi_global_edu .et_pb_text.button-active {
  color: var(--white) !important;
  background: var(--cobalt);
}

@media (max-width:1025px)
{
  .gsi_so_container .et_pb_blurb_content .et_pb_main_blurb_image{
    text-align: left!important;
  }
}

