/* custom css Soundclaims by DT */

:where(b, strong) {
    font-weight: 500;
}

@media (min-width: 1200px) {
    .block-news--other-news p {
        -webkit-line-clamp: 6;
    }
}

rssapp-ticker {
    z-index: 999;
}

/* header */
@media (min-width: 1200px) {
    .header__inner {
        padding-top: 60px;
    }
}

@media (min-width: 1200px) {
    .page-header__top {
        padding-top: 50px;
    }
}

/* menu */
.menu__link {
    text-transform: lowercase;
}
.current-menu-item .menu__link {
    color: #e72a33;
}

@media (min-width: 1600px) {
    .menu__link {
        font-size: 17px;
    }
}

/* home */
.about-us__img {
    bottom: 0px;
    left: 10px;    
}

.button--secondary:hover {
    box-shadow: 0px 4px 10px 0px rgba(42, 44, 81, 0.35);
}

.link--all-news svg {
    transition: all 0.25s ease-in-out;
}

.link--all-news:hover svg {
    transform: translate(6px);
    transition: all 0.25s ease-in-out;
}

.card-employee__flag img {
    max-width: unset;
    width: auto;
    height: 100%;
}

.button__icon,
.link__icon-right {
    position: relative;
    top: 2px;
}

:where(p) {
    text-wrap: initial;
}

/* local */
[data-country-map] {
    text-decoration: none;
}

.card-employee__detail h3,
.card-employee__detail p {
    line-height: 1.2;
}

@media (min-width: 768px) {
    .card-employee__detail h3.small {
        font-size: 16px;
    }
    .card-employee__detail h3.smaller {
        font-size: 15px;
    }
    .card-employee__detail h3.smallest {
        font-size: 14px;
    }    
}

/* about */
.help__img {
    bottom: 0.5px;
}

.card-news--fact-figures p a {
    text-decoration: none;
    color: #e2f038;
}

.card-news--fact-figures p a:hover {
    text-decoration: underline;
}

.card-news--fact-figures p b {
    font-weight: 600;
}


@media (min-width: 992px) {
    .aside {
        min-height: 333px;
    }
}

@media (min-width: 1200px) {    
    .help__img {
        bottom: 0px;
        right: 38px;   
    }
    
    .aside {
        min-height: 400px;
    }
}

@media (min-width: 1400px) {
    .aside {
        min-height: 436px;
    }
}

.video__file--approach {
  border-radius: 20px;
}

@media (min-width: 1025px) {    
  .video__file--approach {
    border-radius: 40px;
  }
}

/* contact form */
.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500 !important;
}

.contact-us__form {
    margin-top: -30px;    
    width: 100%;
}

#field_1_1,
#field_1_3,
#field_1_4 {
    margin-bottom: 30px;
}

textarea,
.input,
.input--default {
    width: 100%;
}

@media (min-width: 1200px) {
    #field_1_1 {
        display: inline-block;
    }

    #field_1_3 {
        display: inline-block;
        padding: 0 0 0 30px;        
    }
}

/* careers */
.form-cv__upload {
    margin: 30px;
}

@media (min-width: 768px) {
    #gform_fields_2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px 67px;
    }
    
    .form-cv__upload {
        margin: 17px 0 0 0;
    }
    
    #field_2_5 {
        margin-bottom: 30px;
    }
}

.where-we-operate__detail-tabs-content ul li > span:first-child {
    min-width: 110px;
}

.where-we-operate__detail-tabs-content p {
    font-size: 16px;
}

/* svg map */
:root {
  --not-active: #F9E9EA;    
  --color-active: #e72a33;
  --color-hover: #e72a33;
  --color-stroke: white;
}

.island.botg,
.inland.botg {
    --not-active: #f9b0b4;
}

/* Make whole group clickable */
#mauritius-islands,
#cape-verde {
  cursor: pointer;
}

/* Invisible but clickable */
#mauritius-islands .hit-area {
  fill: transparent;
  pointer-events: all;
}

/* Visual island: smooth transitions */
#mauritius-islands .island-visual {
  transform-origin: center;
  transform-box: fill-box; /* important for SVG transforms */
  transition: transform 160ms ease, filter 160ms ease;
}

/* Optional: always slightly bigger so it’s easier to see */
#mauritius-islands .island-visual {
  transform: scale(1.5);
}

/* Hover: a bit more scale + glow/shadow */
#mauritius-islands:hover .island-visual {
  transform: scale(1.5);
  transform-origin: center;
  filter: drop-shadow(0 0 6px rgba(231, 42, 51, 0.85));
}

/* Optional: change fill on hover (only if your paths use fill) */
#mauritius-islands:hover .island {
  fill: rgba(231, 42, 51, 1);
}

