.hero{
    position:relative;
    height:100vh;
    overflow:hidden;
}
html,body{
    overflow-x: hidden;
}
.hero video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: bottom;
}

.hero-overlay {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(180deg, rgb(2 2 2 / 53%), transparent);
}

.hero-content{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('../img/banner-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-content::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(180deg, rgb(2 2 2 / 53%), transparent);
}


.hero-content h1{
    font-size:48px;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    margin-top:15px;
}

/*
.hero-content.banner1{
  width: 100%;
  height: 100%;
  background: url('../img/boximg2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
*/


/* ===== vision sect ===== */

section.vis-section.speech-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, #fcfcfc 84%, transparent);
    z-index: 0;
}
section.vis-section.speech-section .container{
    position: relative;
}
.vis-section{
    background:#f4f4f4;
    padding:100px 0;
}
.vis-card{
    position:relative;
    height:312px;
    font-size: 24px;
    border-radius:11px;
    overflow:hidden;
    color:#fff;
    border: 3px solid #038E86;
}

.vis-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition-duration: 0.5s;
}


.vis1 .vis-card:hover img{
    transform: scale(1.2);
}


.vis-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition-duration: 0.5s;
}

.vis-overlay{
    position:absolute;
    inset:0;
    background:#038e86ab;
    transition: 0.5s;
}

.vis2 .vis-card:hover {
    border: 3px solid #15598E;
    transition: 0.5s;
}
.vis2 .vis-card:hover .vis-overlay {
    background: #15598E !important;
}
.vis2 .vis-card:hover .vis-title{
    font-size: 28px;
    margin-bottom:10px;
    font-weight: 700;
    transition: 0.5s;
}
.vis2 .vis-card:hover .vis-content{
    justify-content: center;
}
.vis2 .vis-card:hover img{
    transform: scale(1.2);
}


.vis-overlay{
    position:absolute;
    inset:0;
    background:#038e86ab;
}

.vis-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content: center;
    z-index:2;
    text-align:center;
    padding: 45px;
}

.vis-title{
    font-size: 24px;
    margin-bottom:10px;
    font-weight: 400;
}

.vis-card p{
    font-size:20px;
    font-weight:500;
    padding-top: 70px;
}

.vis-sub{
    font-size:18px;
    margin-top:5px;
}

    .vis1 .vis-content{
        justify-content: start;
    }


.gov-section{
    background:#f4f4f4;
    padding: 5px 0;
}
.gov-section h1.gov-title{
    text-align: center !important;
    justify-content: center !important;
    color: #15598E;
    font-weight: 700;
    font-size: 40px;
}
    
.gov-title{
    color: #038E86;
    font-weight:700;
    margin-bottom:20px;
    font-size: 18px;
}

.gov-slider ul.slick-dots button {
    font-size: 0;
    border: 1px solid #038E86;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(3 142 134 / 18%);
    margin-top: 20px;
}
.gov-slider ul.slick-dots li.slick-active button {
    background: rgb(3 142 134 / 100%);
}
.gov-slider ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: end;
    gap: 5px;
}
.gs-section .section-title {
    text-align: start !important;
}
.gs-section .stat-card {
    height: 300px;
    margin: 0px 0px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
.gs-section .slick-list {
  margin: 0 -10px;
}

.gs-section .slick-slide {
  padding: 0 10px;
}
/* Slick arrows fix */
.gs-section .slick-prev,
.gs-section .slick-next {
    content: '';
    z-index: 5;
    bottom: -10px;
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    position: absolute;
    border-radius: 50%;
    border: none;
    font-size:0px;
    background-size: 28px !important;
    position: absolute;
    background: center no-repeat #15598E;
}

.gs-section .slick-prev:before,
.gs-section .slick-next:before {
  font-size: 44px;
  color: #fff;
}

.gs-section .slick-next{
  background-image: url('../img/chevron-left-white.svg');
  right: 55px;
}
.gs-section .slick-prev{
  background-image: url('../img/chevron-right-white.svg');
  right: 0px;
}

.gs-section .slick-prev.slick-disabled,
.gs-section .slick-next.slick-disabled {
    background-color: #15598E7C;
    cursor: auto;
}


.gs-title{
    font-size: 20px;
    font-weight:500;
}

.gs-subtitle{
    font-size:18px;
    font-weight:500;
}

.gs-section .stat-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:2;
    text-align:center;
    padding: 25px
}

.gs-section .stat-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content: space-evenly;
    align-items:center;
    z-index:2;
    text-align:center;
    padding: 10px 25px;
}
    .gs-section {
        padding-top: 50px;
    }

@media (max-width: 767px){
    .gs-section .gov-slider {margin-right: 20px;}
}
@media (max-width: 425px){
    .gs-section .gov-slider {margin-right: 0;}
    .gov-slider ul.slick-dots {
        place-self: center;
        padding-inline: 0;
    }
    .gs-section .slick-next{
      right: 50%;
      transform: translateX(-50%);
    }
    .gs-section .slick-prev{
      right: 30%;
      transform: translateX(-30%);
    }
    .gs-section .slick-prev,
    .gs-section .slick-next {
        bottom: -60px;
    }
    .gs-section {
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }
}


@media (max-width: 992px){
    .footer-logo img {width: 150px !important;}
}
@media (max-width: 425px){
    .footer-logo img {width: 120px !important;}
}

.section-subtitle{
    color: #606060;
    padding: 0px 0px 28px 0px;
    line-height: 1.75;
}

.sp-card{
    position:relative;
    min-height: 90px;
    height: auto;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    border-radius:11px;
    overflow:hidden;
    color: black;
    background: #FFFFFF;
    border: 3px solid #038E863E;
    margin: 12px;
    align-content: center;
}

.sp-content{
    display:flex;
    text-align:start;
    padding: 10px 25px;
}
.sp-card{
    box-shadow: 10px 0px  #15598E !important;
}

.sp-content p {
    font-size: 18px;
    margin: 0;
}

.gov-text {
    color: #606060;   
    font-weight: 500
}


@media (min-width: 767px) and (max-width: 992px) {
    .vis-card p{
        font-size:18px;
        font-weight:500;
        padding-top: 30px;
    }
}

@media (max-width: 500px){
    .gs-section .gov-slider {width: 95%;margin: auto;}
    
}

@media (max-width: 500px) {
    .vis-card p{
        font-size:20px;
        font-weight:500;
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .gs-section .section-title {
        margin-right: 20px;
    }
}

.tab-title {
    color: #038E86;
    font-weight: 600;
    text-align: start;
    font-size: 18px;
    padding: 42px 0 10px;
}


#councilTabpane.nav-tabs, #statesTabpane.nav-tabs {
  justify-content: space-between;
  border-bottom: 1px solid #81818182;
  padding-inline: 0;
  gap: 22px;

  .nav-link {
    color: #818181;
    font-weight: 500;
    font-size: 18px;
    padding: 12px;
    border: none !important;
    margin-bottom: -2px !important;

    &:hover,
    &:focus {
    border: none !important;
    border-bottom: 4px solid #15598E !important;
    }
  }

  .nav-link.active,
  .nav-item.show .nav-link {
    color: #15598E;
    font-weight: 600;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #15598E !important;
  }
}

.state-content .section-title{
    padding-top: 24px;
    margin-bottom: 24px;
    text-align: start;
    font-size: 18px;
}
.state-content .section-subtitle{
    color: #606060;
    padding: 0px 0px 28px 0px;
    font-size: 16px;
}
.tab-content .state-content {height: 100%;}
.state-content .tab-pane{
    position:relative;
    min-height: 90px;
    height: 100% !important;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    border-radius:11px;
    overflow:hidden;
    background: #FFFFFF;
    border: 3px solid #038E863E;
    padding: 12px 28px;
    align-content: start;
    text-align: start;
}

.nav-item.state-nav {width: 100%; padding: 0px 6px; gap: 10px;}
.nav-item.state-nav .nav-link{
    position:relative;
    min-height: 75px;
    height: auto;
    width: 100%;
    border-radius:11px;
    overflow:hidden;
    background: #FFFFFF;
    border: 3px solid #038E863E;
    padding: 10px 22px;
    align-content: center;
    text-align: start;
    margin: 0px 3px 0px 0px;
    font-weight: 600;
    color: #038E86;
    font-size: 18px;
}
.nav-item.state-nav .nav-link.active {
    color: white;
    background: #038E86;
    font-size: 18px;
}
#statesTabpane1.nav.nav-pills.nav-stacked {
    gap: 10px;
    padding: 0;
}
@media (max-width: 768px) {
    #councilTabpane.nav-tabs, #statesTabpane.nav-tabs {
      justify-content: start;
      border-bottom: 1px solid #81818182;
      padding-inline: 0;
      gap: 22px;
    }
}

.nav-item.state-nav {
    position: relative;
}

.nav-item.state-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    background: #038E8653;
    border: 3px solid #038E8653;
    width: 95%;
    height: 100%;
    border-radius: 11px;
}

.stats-section .vis-title{
    font-size: 24px;
    margin-bottom:10px;
    font-weight: 500;
}


/*=== News Page ===*/

.news-section{
    background:#f4f4f4;
    padding: 100px 0 !important;
}

/* Cards */
.news-feature {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  /* box-shadow: 0 12px 30px rgba(0,0,0,.12); */
  border: 3px solid #038E86;
  transition: 0.5s;
}

.news-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

/* Date */
.news-date {
    font-size: 13px;
    opacity: .85;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-date i {
  margin-left: 6px;
}

.news-feature {
  height: 350px;
}

.news-feature h4 {
  font-size: 18px;
}

.news-feature:hover {
    transition: 0.5s;
}
.news-feature:hover img {
        transform: scale(1.2);
        transition: 0.5s;
}
.news-feature:hover .news-date img {
        transform: scale(1) !important;
}
.news-feature:hover .img-no img {
        transform: scale(1) !important;
}


.box-overlay {
    position: absolute;
    bottom: 0;
    align-content: end;
    justify-content: start;
    padding: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    transition-duration: 0.3s;
    background: linear-gradient(0deg, #15598E 10%, #038E8600 50%);
}
.box-overlay p{
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.news-date img {
    width: 14px;
    margin: 3px 0;
}

.news-slider ul.slick-dots button,
.news-slider1 ul.slick-dots button {
    font-size: 0;
    border: 1px solid #038E86;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(3 142 134 / 18%);
    margin-top: 20px;
}
.news-slider ul.slick-dots li.slick-active button,
.news-slider1 ul.slick-dots li.slick-active button {
    background: rgb(3 142 134 / 100%);
}
.news-slider ul.slick-dots,
.news-slider1 ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 0 auto;
    justify-content: end;
    gap: 5px;
    margin-top: 10px;
}
.gs-section .slick-list {
  margin: 0 -10px;
}

.news-section .slick-slide {
  padding: 0 10px;
}
/* Slick arrows fix */
.news-section .slick-prev,
.news-section .slick-next {
    content: '';
    z-index: 5;
    bottom: -10px;
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    position: absolute;
    border-radius: 50%;
    border: none;
    font-size:0px;
    background-size: 28px !important;
    position: absolute;
    background: center no-repeat #15598E;
}

.news-section .slick-prev:before,
.news-section .slick-next:before {
  font-size: 44px;
  color: #fff;
}

.news-section .slick-next{
  background-image: url('../img/chevron-left-white.svg');
  right: 65px;
}
.news-section .slick-prev{
  background-image: url('../img/chevron-right-white.svg');
  right: 10px;
}

.news-section .slick-prev.slick-disabled,
.news-section .slick-next.slick-disabled {
    background-color: #15598E7C;
    cursor: auto;
}


/*=== News - Inner pages ===*/
section.newsinn {
    padding: 100px 0;
}
section.newsinn p {
    font-weight: 500;
}
section.newsinn h3 {
    font-weight: bold;
    color: #03035A;
}
section.newsinn .newinnimg {
    border-radius: 16px;
    margin-bottom: 20px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
section.newsinn .news-date {
    color: #03035A;
}
section.newsinn .news-date img {
    /* filter: brightness(0); */
    filter: invert(6%) sepia(184%) saturate(3000%) hue-rotate(224deg) brightness(30%) contrast(110%);
}
section.newsinn .d-block {
    text-align: end;
}
.newsinn .share-icon {
    background: #038E86;
    border-radius: 50%;
    padding: 12px;
    width: 55px
}


/*=== Questions page ===*/
.q-section {padding: 100px 0 !important}
.q-cards .card-title {
    color: #555795;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    background: transparent !important;
    border: none !important;
}
.q-cards p {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 15px;
}
.q-cards button {
    margin: 0;
    padding: 1rem 2.0rem !important;
    text-align: start;
}
.q-cards .card {
    border: 1px solid #55579560 !important;
}

@media (max-width: 425px){
    .q-cards .card-title {
        color: #555795;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
    }
}
.q-section .accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
}

.q-section .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #5557954f;
}

/* Default (+) */
.q-cards .accordion-button::after {
    content: '-';
    font-size: 60px;
    font-weight: 400;
    background-image: none !important;
    transform: none !important;
    line-height: 0.5;
    color: #555795;
    margin-left: 0;
    margin-bottom: 15px;
}

/* Open (-) */
.q-cards .accordion-button:not(.collapsed)::after {
    content: '+';
    font-size: 36px;
}

/* Remove focus/active styling */
.q-section .accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
}

/* Accordion item styling */
.q-section .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #5557954f;
}

/* Divider */
.q-section hr {
    border-color: #DDDDDD;
    height: 1px;
    opacity: 0.7;
}


/*=== Image gallery page ===*/
/* CARD */
.gal-feature {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  height: 420px; /* FIX: force consistent height */
}

/* IMAGE FIX */
.gal-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* FIX: removes inline gap */
}

/* OVERLAY */
.img-gallery-slider .img-box-overlay {
  position: absolute;
  inset: 0; /* FIX: replaces top/left/width/height */
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* FIX: top + bottom spacing */

  color: #fff;
    background: linear-gradient(0deg, #15598E 10%, #038E8600 50%);a(3, 3, 90, 0.8) 100%
  );
}

/* TITLE */
.img-gallery-slider  h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

/* IMAGE COUNT */
.img-gallery-slider .img-no {
  display: flex;
  align-items: start;
  top: 20px;
  position: absolute;
}

.img-gallery-slider .img-no h3 {
  margin: 5px 7px;
  font-weight: 300;
  font-size: 16px;
  text-shadow: 1px 1px 2px black;
}

.img-gallery-slider .img-no img {
  width: 32px;
  padding: 5px;
}

/* MODAL BACKDROP */
.galModal.modal {
  background: rgb(0 0 0 / 20%) !important;
  backdrop-filter: blur(3px);
}

/* MODAL CONTENT */
.galModal .modal-content {
  border: none;
  background: white !important;
  padding: 50px 20px;
}

/* HEADER */
.galModal .modal-header {
  justify-content: center;
  text-align: center;
  border: 0;
}

.galModal .modal-header h4 {
  color: black !important;
}

.img-box-overlay {
  opacity: 0.9;
  transition: 0.3s;
}

.gal-feature:hover .img-box-overlay {
  opacity: 1;
}

/* DOTS */
.news-slider ul.slick-dots button,
.news-slider1 ul.slick-dots button,
.img-gallery-slider ul.slick-dots button,
.modal-slider ul.slick-dots button {

    font-size: 0;
    border: 1px solid #038E86;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(3 142 134 / 18%);
    margin-top: 20px;
}

.news-slider ul.slick-dots li.slick-active button,
.news-slider1 ul.slick-dots li.slick-active button,
.img-gallery-slider ul.slick-dots li.slick-active button,
.modal-slider ul.slick-dots li.slick-active button {

    background: rgb(3 142 134 / 100%);
}

.news-slider ul.slick-dots,
.news-slider1 ul.slick-dots,
.img-gallery-slider ul.slick-dots,
.modal-slider ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 10px auto 0;
    justify-content: end;
    gap: 5px;
    padding: 0 2rem;
}

/* SHARED ARROWS */
.img-gallery-slider .slick-prev,
.img-gallery-slider .slick-next,
.modal-slider .slick-prev,
.modal-slider .slick-next {
    content: '';
    z-index: 5;
    bottom: -10px;
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    position: absolute;
    border-radius: 50%;
    border: none;
    font-size:0px;
    background-size: 28px !important;
    position: absolute;
    background: center no-repeat #15598E;
}

/* REMOVE DEFAULT ICON */
.img-gallery-slider .slick-prev:before,
.img-gallery-slider .slick-next:before,
.modal-slider .slick-prev:before,
.modal-slider .slick-next:before {
    display: none;
}

/* NEXT */
.img-gallery-slider .slick-next,
.modal-slider .slick-next {
  background-image: url('../img/chevron-left-white.svg');
  right: 95px;
}

/* PREV */
.img-gallery-slider .slick-prev,
.modal-slider .slick-prev {
  background-image: url('../img/chevron-right-white.svg');
  right: 35px;
}

/* DISABLED */
.img-gallery-slider .slick-prev.slick-disabled,
.img-gallery-slider .slick-next.slick-disabled,
.modal-slider .slick-prev.slick-disabled,
.modal-slider .slick-next.slick-disabled {
    background-color: #15598E7C;
    cursor: not-allowed;
}


.modal-slider img {
    height: 350px;
    max-width: 500px;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
}
.section-subtitle ul {padding-right: 10px}
.section-subtitle li {padding-right: 10px}
.section-subtitle li::marker {
    content: 'o';
    font-weight: 700;
    color: #038E86;
    font-size: 18px;
    width: 1px;
    display: list-item;
    position: relative;
    margin-right: 5px;
}


/*=== Contact us page ===*/
.contact-section { padding: 100px 0; }

.contact-section .section-title {
    text-align: start;
    margin-bottom: 20px;
}

.contact-section .vis-card {
    height: 250px;
    margin-bottom: 10px;
    box-shadow: 2px 3px 4px #8080808a;
}

.contact-section .vis-content {
    color: #038E86;
    background: white;
}

.contact-section .vis-title {
    font-size: 18px;
    font-weight: 700 !important;
    color: #15598E;
}

.cont-border {
    border-left: 1px solid #4D69AB31;
}

.contact-section .vis-icon { align-self: center; }

.contact-section .vis-icon img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 20px;
}

.contact-section button {
    color: white;
    background: #038E86;
    padding: 10px 22px;
    font-weight: 500;
}

.contact-section .card {
    background: #038E86;
    border: 1px solid #038E86;
    border-radius: 10px;
    padding: 12px;
}

.contact-section .card .section-title {
    padding: 0 7px!important;
    margin: 0 !important;
}

/* num-icon & mail-icon */
.contact-section .num-icon a,
.contact-section .mail-icon a {
    color: #484848;
    text-decoration: none;
    white-space: nowrap;
    direction: ltr;
    font-size: 18px;
    text-align: start;
    font-weight: 700;
}

.contact-section .num-icon img,
.contact-section .mail-icon img {
    width: 24px !important;
    height: 24px !important;
    margin-left: 3px;
}

/* contact-group */
.contact-section .contact-group .section-title {
    color: #038E86;
    font-size: 24px;
    text-align: start;
    font-weight: 400;
}

.contact-section .contact-group span img {
    height: 36px;
    width: 36px;
    font-weight: 500;
    display: block;
    margin: 4px 5px;
    padding: 2px;
}

/* Office card */
.contact-section .card.office {
    background: white;
    border: 1px solid #038E86;
    border-radius: 10px;
    padding: 20px 5px;
}

.contact-section .card.office .section-title {
    color: #038E86;
    font-size: 16px;
    font-weight: 500;

}
.contact-section .card.office .cont-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.contact-section .card.office .num-icon a,
.contact-section .card.office .mail-icon a {
    font-size: 16px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    direction: ltr;
}

.contact-section .card.office .num-icon img,
.contact-section .card.office .mail-icon img {
    filter: brightness(0);
    width: 20px !important;
    height: 20px !important;
    margin-left: 3px;
}

/* MUSCAT Office card */

.contact-section .card.muscat-office {
    background: #038E86;
    border: 1px solid #038E86;
    border-radius: 10px;
    padding: 20px 5px;
}
.contact-section .card.muscat-office .section-title {
    font-size: 16px;
    font-weight: 500;
}
.contact-section .card.muscat-office .cont-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.contact-section .card.muscat-office .num-icon a,
.contact-section .card.muscat-office .mail-icon a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    direction: ltr;
}
.contact-section .card.muscat-office .num-icon img,
.contact-section .card.muscat-office .mail-icon img {
    filter: brightness(100);
    width: 20px !important;
    height: 20px !important;
    margin-left: 3px;
}

/* Hover state */
.contact-section .card.office:hover, 
.contact-section .card.muscat-office {
    background: #038E86;
}

.contact-section .card.office:hover .section-title, 
.contact-section .card.muscat-office  .section-title {
    color: white;
}

.contact-section .card.office:hover .num-icon a,
.contact-section .card.office:hover .mail-icon a, 
.contact-section .card.muscat-office .num-icon a,
.contact-section .card.muscat-office .mail-icon a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.contact-section .card.office:hover .num-icon img,
.contact-section .card.office:hover .mail-icon img, 
.contact-section .card.muscat-office .num-icon img,
.contact-section .card.muscat-office .mail-icon img {
    filter: brightness(100);
}

/* Responsive */
@media (max-width: 767px) {
    .cont-border {
        border-left: none;
        margin-bottom: 36px;
        padding-bottom: 20px;
        border-bottom: 1px solid #4D69AB31;
    }
}

@media (max-width: 991px) {
    .contact-section iframe {height: 330px !important;
    }
}

@media (max-width: 1440px) {
    .contact-section .card.office .cont-grid,
    .contact-section .card.muscat-office .cont-grid {
        grid-template-columns: 180px 140px 100px;
    }
}

@media (max-width: 1200px) {
    .contact-section .card.office .cont-grid,
    .contact-section .card.muscat-office .cont-grid {
        grid-template-columns: 120px 120px 100px;
    }
}

@media (max-width: 992px) {
    .contact-section .card.office .cont-grid,
    .contact-section .card.muscat-office .cont-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 10px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .contact-section .vis-card {
        height: 300px;
        margin-bottom: 10px;
        box-shadow: 2px 3px 4px #8080808a;
    }
}

/*=== Organizational structure ===*/
.org-section {
    padding: 100px 0px;
}
.org-chart {
    text-align: center;
    position: relative;
    margin-top: 50px  !important;
    }
.org-node {
    background: #ffffff;
    border: 1px solid #038E86;
    border-radius: 50px;
    padding: 10px 15px;
    margin: 12px auto;
    width: 300px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    color: #15598E;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.org-node:hover {
    background: #eaf3ff;
}
.org-subnode {
    background: #80BDD665;
    border: 1px solid #20798C;
    border-radius: 6px;
    padding: 8px;
    margin: 6px auto;
    width: 300px;
    font-size: 15px;
    color: #00394F;
    font-weight: 700;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.org-chart .line {
    width: 2px;
    height: calc(100% - 44px);
    background: #AB9A6E;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 70px;
}

.right-side-wrap {
    overflow: hidden;
}
.right-side-wrap .org-node:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px solid #AB9A6E;
    right: -100%;
    top: 35px;
}
.left-side-wrap {
    overflow: hidden;
}
.left-side-wrap .org-node:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px solid #AB9A6E;
    left: -100%;
    top: 35px;
}

.org-node.main-node:after{
    display: none;
}

.right-side-wrap .org-node.node-start:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px dotted #AB9A6E;
    right: -100%;
    top: 35px;
}
.left-side-wrap .org-node.node-start:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px dotted #AB9A6E;
    left: -100%;
    top: 35px;
}

.org-dropdown {max-width: 200px}
.org-dropdown:after {
    background-image: url('../img/caret-down.svg');
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 0;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

.org-node.lvl1 {
    background: #ffffff;
    border: 1px solid #038E86;
    border-radius: 10px;
}
.lvl1 .org-dropdown:after {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.org-subnode.lvl2 {
    background: #15598E;
    color: white;
    font-weight: 500;
}
.lvl2 .org-dropdown:after {
    filter: brightness(100)
}

.org-subnode.lvl3 {
    background: #038E8615;
    border: 1px solid #038E86;
    color: black;
    font-weight: 500;
}


.org-node.lvl1:hover {
    background: #eaf3ff;
}
.org-node.lvl2:hover,
.org-subnode.lvl2:hover  {
    background: #3573a4 !important;
}
.org-node.lvl3:hover,
.org-subnode.lvl3:hover  {
    background: #038e8633 !important;
}

@media (max-width: 768px) {
    .org-node:after {

    } 
    .org-chart .line {
      display: none;
    }
}

@media (max-width: 768px) {
    .right-side-wrap .org-node:first-child:after,
    .left-side-wrap .org-node:first-child:after {display: none}
    .org-chart .line {
      display: none;
    }
    .org-node::before,
    .org-node.lvl1::before{
        content: "";
        position: absolute;
        background: url('../img/caret-down.svg');
        background-size: 100%;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        filter: hue-rotate(240deg) brightness(1.25);
    }
}

@media (max-width: 375px) {
    .org-dropdown {max-width: 150px}
    .org-node,
    .org-subnode {
        width: 250px;
    }
}


/* bug sheet changes 26 apr */

.contact-section h3.vis-title {
    font-size: 22px;
    font-weight: 700 !important;
    color: #15598E;
}
@media (max-width: 767px) {
    .sp-card{
        margin: 10px 5px 0 5px;
    }
}

.vis-section .vis-icon {max-width: 50px;max-height: 50px;align-self: center;}

.vis-card:hover img{
    transform: scale(1.2);
}
.vis-card:hover .vis-icon img {
    transform: scale(1);
}

@media (max-width: 400px) {
    .galModal .modal-content {
        padding-bottom: 80px
    }
    .galModal .modal-slider ul.slick-dots { 
        margin: 0; 
    }
    .galModal .modal-slider .slick-prev,
    .galModal .modal-slider .slick-next {
        bottom: -55px;
    }
    .galModal .modal-slider .slick-next {
      right: 55%;
    }
    .galModal .modal-slider .slick-prev {
      right: 30%;
    }
    .galModal .modal-slider ul.slick-dots {
        justify-content: center;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    ul#statesTabpane {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    #statesTabpane li.nav-item {
        min-width: 150px;
    }
}

.contact-section .card.muscat-office,
.contact-section .card.office { 
    .section-title,
    .num-icon a, 
    .mail-icon a {
        font-weight: bold;
    }
}
.contact-section .card.muscat-office:hover,
.contact-section .card.office:hover {
    .section-title {font-weight: bold;}
    .num-icon a, 
    .mail-icon a {
        font-weight: bold;
    }
}
section.stats-section .stat-title{
    font-size: 22px;
    margin-bottom: 15px;
}
section.stats-section .stat-sub{
    font-size: 20px;
    margin-top: 5px;
}
/* Open (-) */
.q-cards .accordion-button:not(.collapsed)::after {
    content: "+";
    font-size: 36px;
    margin-bottom: 0px;
}

.vis-title-card {
    border: 3px solid rgb(21, 89, 142);
    transition: 0.5s;
    background: rgb(21, 89, 142) !important;
}

.vis-title-card .vis-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
    transition: 0.5s;
}

.vis-title-card .vis-content {
    justify-content: center;
}

.val-slides {
    display: flex;
    align-items: stretch;
    position: relative;
}

.vis-title-card {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-51%);
    z-index: 2;
    width: 24.5%;
}

.val-slider {margin-right: 25%;}
.val-slider {flex: 1 1 0%; overflow: hidden;}
.slick-track {display: flex;}
.slick-slide {padding: 0px 5px;}


@media (max-width: 992px) {
    .val-slides {
        height: 450px;
    }
    .vis-title-card {
        top: 0;
        transform: none;
        z-index: 2;
        width: 98%;
        height: 120px;
        margin: 0 5px;
    }
    .val-slides .val-slider {
        margin-right: 0;
        margin-top: 130px;
    }
}


.news-section .slick-slide {
  padding: 0;
}
.news-slider ul.slick-dots,
.news-slider1 ul.slick-dots,
.img-gallery-slider ul.slick-dots,
.modal-slider ul.slick-dots {
    padding-left: 0;
}

.news-section .slick-next{
  right: 55px;
}
.news-section .slick-prev{
  right: 0;
}

.contact-section .vis-card {
    min-height: 275px;
    height: 275px;
    margin-bottom: 8px;
    box-shadow: 2px 3px 4px #8080808a;
}
@media (max-width: 1200px) {
    .contact-section .vis-card {
        min-height: 315px;
        height: 315px;
        margin-bottom: 12px;
    }
}
@media (max-width: 992px) {
    .contact-section .vis-card {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 768px) {
    .contact-section .vis-card {
        min-height: 275px;
        height: 275px;
    }
}


.news-section .slick-prev,
.news-section .slick-next,
.img-gallery-slider .slick-prev,
.img-gallery-slider .slick-next,
.modal-slider .slick-prev,
.modal-slider .slick-next {
    bottom: -50px !important;
}
.slider-counter {
    text-align: left;
    margin-top: 12px;
    font-weight: 600;
}
span#news-cur, span.modal-cur{
    font-size: 24px;
    margin: 0 3px 0 0;
}
span#news-total, span.modal-total{
    font-size: 16px;
    margin: 0 0 0 3px;
    color: #676767;
}


.contact-section .contact-group span img {
    height: 28px;
    width: 28px;
    margin: 4px 8px;
}

#subTabList-2.nav.nav-pills.nav-stacked {
    gap: 10px !important;
    padding: 0 !important;
}