/*.$_el {
    background-color: #40B6EA;
  }*/

  .ang-container {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }

  .ang-container .ang-col {
    width: 50%;
    padding: 36px 20px;
  }

  .ang-loc {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 25px;
    display: flex;
    width: 500px;
    margin: 0 20px 16px;
    max-width: 100%;
    cursor: pointer;
  }

  .ang-loc:hover {
    background-color: #E63C2F;
  }

  .ang-loc:hover .ang-loc-col span,
  .ang-loc:hover .ang-loc-col p {
    color: #fff;
  }

  .ang-loc .ang-loc-col span {
    font-weight: bold;
    color: #E63C2F;
    font-size: 24px;
    line-height: 29px;
  }

  .ang-loc .ang-loc-col.img {
    margin-right: 20px;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }

  .ang-loc .ang-loc-col:not(.img) {
    flex: 1;
  }

  .ang-loc .ang-loc-col p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  /* Season Tabs */
  .season-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .season-tab {
    background-color: #9b9b9b !important;
    color: #fff !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 8px 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1.2 !important;
  }

  .season-tab:hover {
    background-color: #7a7a7a !important;
  }

  .season-tab.active {
    background-color: #e63c2f !important;
  }

  .season-tab:focus {
    outline: 2px solid #002F87 !important;
    outline-offset: 2px !important;
  }

  .season-content {
    display: block;
  }

  .season-content[aria-hidden="true"] {
    display: none;
  }

  .uw-dialog {
    width: 830px;
    max-width: calc(100% - 20px);
    border: none;
    border-radius: 30px;
    box-shadow: 0 3px 6px #00000029;
    flex-direction: column;
    padding: 0;
    outline: none;
    display: none;
  }

  .uw-dialog[open] {
    display: flex;
    overflow-x: hidden;
  }

  .uw-dialog::backdrop {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .uw-dialog .uw-dialog-top {
    background-color: #002F87;
    padding: 82px 100px 68px;
  }

  .uw-dialog .uw-dialog-top iframe {
    border: 8px solid #fff;
    border-radius: 20px;
    height: 355px;
    z-index: 1;
    position: relative;
  }

  .uw-dialog .uw-dialog-bottom {
    padding: 18px 98px 40px;
    display: flex;
    justify-content: space-between;
  }

  .uw-dialog .uw-dialog-bottom img {
    max-width: 143px;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  #aotgMap {
  	/*width: 100%;*/
	  height: 500px;
    width: 500px;
    margin: 0 auto;
    /*border-radius: 50%;*/
    border-radius: 20px;
    max-width: 100%;
  }

  .modal-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
    display: inline-block;
  }

  .modal-close-button {
    width: 44px;
    height: 44px;
    background-color: #fff;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    right: 35px;
  }

  .uw-dialog-bottom-right .uw-modal-button {
    background-color: transparent;
    color: #002F87;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    text-decoration: none !important;
    margin-top: 20px;
    display: inline-block;
    transition: 0.25s ease-in all;
  }

  .uw-dialog-bottom-right .uw-modal-button:hover {
    background-color: transparent;
    text-decoration: underline !important;
  }

  .uw-modal-button-icon {
    width: 16px;
    height: 16px;
    background-color: #002f87;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    vertical-align: middle;
  }

  .uw-dialog .uw-dialog-bottom .uw-modal-button-icon img {
    width: 8px;
    height: 8px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: none;
  }

  .uw-dialog-bottom-right {
    width: 530px;
    max-width: 100%;
  }

  .ang-gif {
    position: absolute;
    z-index: 2;
    bottom: -111px;
    right: -50px;
    height: 400px;
    pointer-events: none;
  }

  /* Car Animation */
  #carPathSvg {
    width: 100%;
    height: 300px;
    overflow: visible;
    margin-top: 30px;
    z-index: 9 !important;
    position: relative;
  }

  #carImage {
    height: 134px !important;
    width: 238px !important;
    z-index: 9 !important;
  }

  @media (max-width: 1100px) {
    #carPathSvg {
      display: none;
    }
  }

.ang-loc-col.img {
    background-image: url(/wp-content/uploads/2024/10/map-icon.png);
}
.ang-loc:hover .ang-loc-col.img {
    background-image: url(/wp-content/uploads/2024/10/hover-map-icon.png);
}
.ang-block-container {
    background-image: url(/wp-content/uploads/2024/10/sky.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-close-button {
    background-image: url(/wp-content/uploads/2024/10/xmark-solid-blue.png);
}
.ang-block-container::after {
    background-image: url(/wp-content/uploads/2024/10/roadimg.png);
    content: "";
    width: 100%;
    height: 650px;
    z-index: 1;
    display: block;
    bottom: 0;
    position: absolute;
    background-size: 2100px auto;
    background-repeat: no-repeat;
    background-position: top left;
}
@media (min-width: 1981px) {
    .ang-block-container::after {
        background-size: cover;
        height: 750px;
    }
}
@media (max-width: 1100px) {
    .ang-block-container::after {
        display: none;
    }
    #roadContainer {
        height: auto !important;
    }
    #carPathSvg {
        display: none !important;
    }
}
@media (min-width: 1101px) {
    .mobile-car-background {
        display: none;
    }
}
@media (max-width: 767px) {
    .ang-container .ang-col {
        width: 100% !important;
        max-width: 100%;
    }
    .ang-loc {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m60w-c > .x-row-inner > * {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m60w-c > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: content;
    }
    .uw-dialog .uw-dialog-top {
        padding-right: 10px;
        padding-left: 10px;
    }
    .uw-dialog .uw-dialog-top iframe {
        /*height: 200px;*/
        height: auto;
        width: 100%;
        aspect-ratio: 16/9;
    }
    .ang-gif {
        bottom: auto;
        top: 370px;
        right: 0;
        height: 150px;
    }
    .uw-dialog .uw-dialog-bottom {
        padding-top: 40px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .uw-dialog-bottom-right {
        font-size: 14px;
    }
    .modal-title {
        margin-bottom: 12px;
    }
    .uw-dialog-bottom-right .uw-modal-button {
        margin-top: 12px;
    }
    .uw-dialog[open] {
        overflow-y: overlay;
    }
}
@media (max-width: 1100px) {
    #roadContainer::before {
        content: "";
        background-image: url(/wp-content/uploads/2024/10/Ang-in-car.png);
        height: 70px;
        width: 121px;
        display: block;
        position: absolute;
        z-index: 2;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: 150px;
        bottom: 48%;
    }
    #roadContainer {
        position: relative;
    }
    #aotgMap {
        height: 400px !important;
        width: 400px !important;
    }
}

.aotg-mobile-map {
    display: none;
}

@media (max-width: 767px) {
    #aotgMap {
        display: none;
    }
    .aotg-mobile-map {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
        border-radius: 20px;
    }
}
