 @import 'variables.css';


/* Wide aligned blocks: a bit wider than container */
.alignwide {
  max-width: 1200px; /* wider than typical container */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Full aligned blocks: edge-to-edge viewport width */
.alignfull {
  width: 100vw; /* full viewport width */
  margin-left: calc(50% - 50vw); /* negative margin to offset container padding */
  margin-right: calc(50% - 50vw);
  max-width: 100vw; /* prevent container max-width limits */
  box-sizing: border-box;
}


 div#hero {
    height: 450px;
    object-fit: cover;
    overflow: hidden;
}

div#page-content {
    padding: 40px 0;
}

/* Story */

.story-details {
    padding: 0 20px;
}

.story-details a {
    color: #11284B;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.story-image img {
    height: 300px;
    object-fit: cover;
}

#story.owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 25%;
    width: 100%;
    pointer-events: none;
}


#story.owl-carousel .owl-nav button {
    background: none;
    border: none;
    font-size: 2rem;
    pointer-events: all;
    color: #000;
}

#story.owl-carousel .owl-nav .owl-prev,
#story.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
}

#story.owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

#story.owl-carousel .owl-nav .owl-next {
    right: 20px;
}

#story.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 20px;
    margin: 5px;
    padding: 8px 10px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}


/* Offices */

#office-map {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#office-map.fade-out {
  opacity: 0;
}

#office-map iframe {
    height: 550px;
    width: 100%;
}

.container.office-location {
    display: none;
}

.map-wrap {
    position: relative;
}

.dropdown-select {
    position: absolute;
    top: 20px;
}

select#office-select {
    color: #fff;
    border: none;
    background: #488CCA;
    outline: none;
    font-weight: 600;
}

.custom-select-wrapper select {
  appearance: none;           /* Remove default arrow (most browsers) */
  -webkit-appearance: none;   /* Safari/Chrome */
  -moz-appearance: none;      /* Firefox */
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
}

/* Add your custom arrow */
.custom-select-wrapper::after {
    content: "\e809";
    font-family: "fontello";
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

section.offices {
    margin-bottom: -55px;
}


/* Mission Vision Tabs */

.wp-block-media-text__content li.gutena-tab-title {
    padding: 0 !important;
}

.wp-block-media-text__content .wp-block-gutena-tabs.gutena-tabs-block {
    padding: 40px 0;
}

.wp-block-media-text__content .gutena-tabs-block>.gutena-tabs-tab {
    border-bottom: 2px solid;
    /* padding: 10px 0; */
    gap: 30px;
}

li.gutena-tab-title.active {
    border-bottom: 2px solid #F15926 !important;
    border-radius: 0 !important;
}

.gutena-tab-title-text {
    padding-bottom: 15px;
}

.gutena-tabs-content {
    padding-top: 20px;
}

/* Contact Us */

.contact-flex {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.request-box a {
    border: 2px solid rgba(17, 40, 75, 0.40);
    padding: 80px 20px;
    min-width: 200px;
    display: inline-block;
    color: rgba(17, 40, 75, 0.50);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.request-box a:hover{
    background-color: #488CCA;
    border: none;
    color: #fff;
}

.contact-details-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    background: #11284B;
    color: white;
    padding: 30px 40px;
}


@media (max-width:767px) {
    .contact-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
}

@media(max-width:576px) {
    .contact-details-wrap {
    display: flex;
    flex-wrap: wrap ; 
}

.contacts, .email {
    border: none !important;
}
}

.contacts, .email, .head-office {
    position: relative;
}


.contacts, .email {
    border-right: 2px solid;
}

.c-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-details i {
    font-size: 40px;
}

.c-details p {
    margin-bottom: 0;
}

.c-details a {
    color: white;
}

.contact-details-wrap h4 {
    font-weight: 600;
}

figure.wp-block-media-text__media img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#mega-menu-wrap-zim-menu #mega-menu-zim-menu > li.mega-menu-flyout ul.mega-sub-menu {
    left: -30px;
    padding: 20px !important;
        width: unset;
}

.zim-menu {
    background: #fff;
}

.mega-menu-zim-menu .close-submenu {
    display: none;
}