/*

Theme Name: GsThemeNew

Theme URI: https://www.greatsoft.com.tn

Author: GREATSOFT

Author URI: https://www.greatsoft.com.tn

Description: GREATSOFT official theme

Version: 1.0

Text Domain: GsThemeNew

*/



/*----------------------- Glabals---------------------*/
@font-face {
    font-family: "fa-brands-400";
    src: url(fa-regular-400.ttf);
}
html,body{

    padding:0px;

    margin: 0px;

    /* font-family: sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F3F3F3;

}

input{

    outline: none;

}

#scrollToTopBtn {

    background-color: black;

    border: none;

    /*border-radius: 50%;*/
    border-radius:  0% 25% 25% 25%;
    color: white;

    cursor: pointer;

    font-size: 16px;
/* 
    line-height: 48px; */

    width: 40px;
    height: 40px;

    position: fixed;

    bottom: 1%;

    right: 1%;

    display: none;

    z-index: 30;

}

::-moz-selection { /* Code for Firefox */

    color: #fff;

    background: #000000;

}

  

::selection {

    color: #fff;

    background: #000000;

}

.f-right{

    float: right;

}

.f-left{

    float: left;

}

.B-input{

    outline: none;

    height: 25px;

    /* border: 1px solid #656565; */

    /* border-radius: 4px; */

    font-size: small;

    width: 88%;
    border-width: 0px;

}
.I-input{
    /* border-left: 1px solid #656565; */
    padding-right: 4px;
    
}

a{

    color: #333;

    text-decoration: none;

}

img{

    vertical-align: middle;

}

.bg-cool{

    background-color: #000;

    color: #fff;

    padding-top: 1px;

    padding-bottom: 1px;

    padding-left: 4px;

    padding-right: 4px;

    border-radius: 8px;

    font-size: 10px;

}

.filter-white img{

    filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(65%) hue-rotate(64deg) brightness(117%) contrast(100%);

}

.filter-green img{

    filter: invert(53%) sepia(22%) saturate(4910%) hue-rotate(142deg) brightness(98%) contrast(82%);

}

.block{

    display: block;

}

.inline-block{

    display: inline-block;

}

.none{

    display: none;

}

.border-radius{

    /* border-left: 1px solid #000;

    border-right: 1px solid #000;

    border-bottom: 5px solid #000; */

    border-bottom-left-radius: 0%;

    border-bottom-right-radius: 20%;

    border-top-left-radius: 0%;

    border-top-right-radius: 0%;

}

/*----------------------- End Glabals---------------------*/
/*----------------------- Header ---------------------*/

.header{

    box-shadow:  0 5px 15px 0 rgba(0, 0, 0, .13);

    padding:0px;

    margin: 0px; 

    width: 100%;

    display: block;

    z-index: 10;

    padding-top: 1%;

    padding-bottom: 1.5%;
    background-color: #fff;
}



.header .contact-menu{

    text-align: right;

    margin-bottom: 10px;

}

.header .contact-menu a{

    font-size: 9px;

    color: #fff;

    vertical-align: text-bottom;

}

.header .contact-menu img{

    width: 15px;

    height: auto;



}
.header .contact-menu .social{
    width: 20px;   
    height: auto;
    border-radius: 20px;
    
}
.header .second-menu{

    text-align: right;

    margin-bottom: 0.3%;

}

.header .second-menu li{

    margin-left: 8px;

}

.header .second-menu a{

    font-size: 12px;

}

.header .second-menu img{

    width: 15px;

    display: inline-block;

    vertical-align: text-top;

}

.header .primary-menu{

text-align: /*center*/unset;

}

.header .primary-menu .brand{

    width: 15%;

    display: inline-block;

}

.header .primary-menu .brand img{

    width: 100%;

    display: inline-block;

}

.header .primary-menu .menu-items{

    width: 66%;

    display: inline-block;

    text-align: right;

    vertical-align: bottom;

}

.header .primary-menu .menu-items li{

    margin-right: 30px;

}

.header .primary-menu .menu-items .menu-item{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.header .primary-menu .menu-items a{

    font-weight: 600;

    position: relative;

    color: #4a4a4a;



}

.header .primary-menu .menu-items .sub-nav-menu{

    z-index: 30;

    position: absolute;

    width: 100%;

    visibility: hidden;

    left: 0;

    right: 0;

    background-color: #fff;

    box-shadow:  0 5px 15px 0 rgba(0, 0, 0, .13);

    padding: 2%;

    text-align: right;

    border-top: 1px solid #54AAB6;

    border-bottom: 1px solid #54AAB6;

    margin-top: 0.3%;

}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children ul{

    z-index: 30;

    position: absolute;

    width: 35%;

    visibility: hidden;

    float: right;
    top: 35%;
    margin-left: 20%;

    background-color: #fff;

    box-shadow:  0 5px 15px 0 rgba(0, 0, 0, .13);

    text-align: left;

    border-top: 1px solid #54AAB6;

    border-bottom: 1px solid #54AAB6;

    margin-top: 0.3%;

}
.header .primary-menu .menu-items .sub-nav-menu .menu-item-type-custom ul li{
    margin-left: 2%;
}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children::after, .header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children li::before{
    content: '→';
    font-size: smaller;
}
.header .primary-menu .menu-items .sub-nav-menu h1{

    color: #fff;

    padding: 0px;

    margin: 0px;

    display: block;

    width: 20%;

    background-color: #54AAB6;

    rotate: -3deg;

    border-radius: 15px;

    margin-bottom: 2%;

    padding: 8px;

    text-align: center;

}

.header .primary-menu .menu-items .sub-nav-menu h2{

    font-size: 150%;

    font-weight: lighter;

    color: #666;

    font-family: Arial, Helvetica, sans-serif;

}

.header .primary-menu .menu-items .sub-nav-menu ul{

    margin: 0px;

    padding: 0px;

    margin-left: 2%;

    list-style-type: none;

    width: 20%;

    display: block;

    float: left;

    top: 0;

    text-align: left;

    vertical-align: top;

}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children ul{

    margin: 0px;

    padding: 0px;

    list-style-type: none;

    width: 30%;

    display: inline-block;

}

.header .primary-menu .menu-items .sub-nav-menu ul li{

    display: block;

    margin-bottom: 1%;

}

.header .primary-menu .menu-items .menu-item:hover .sub-nav-menu{

    visibility: visible;

    opacity: 1;

    transition: transform .3s ease-in-out;

}

.header .primary-menu .sub-nav-menu .menu-item-has-children:hover ul{
    visibility: visible;

    opacity: 1;

    transition: transform .3s ease-in-out;
}

.header .primary-menu .menu-items a::before{

    content: '';

    position: absolute;

    width: 100%;

    height: 4px;

    border-radius: 2px;

    background-color: #54AAB6;

    bottom: -15%;

    left: 0;

    transform-origin: right;

    transform: scaleX(0);

    transition: transform .3s ease-in-out;

}

.header .primary-menu .menu-items a:hover::before{

    transform-origin: left;

    transform: scaleX(1);

}

.header .primary-menu .menu-items .nav-item:hover .sub-nav-menu a::before{

    border-width: 0px;

    text-decoration: none;

    box-shadow: none;

    height: 0px;

    width: 0px;

    border-radius: 0px;

}

.header .primary-menu .menu-items .sub-nav-menu a{

    font-weight: normal;

}

.header .primary-menu .menu-items .sub-nav-menu a:hover{

    text-decoration: underline;

    border-width: 1px;

}

.header .primary-menu .menu-items .sub-nav-menu .bg-sub-m{

    width: 38%;

    display: inline-block;

    float: right;

    text-align: right;

    vertical-align: text-top;

}

.header .primary-menu .menu-items .sub-nav-menu .bg-sub-m img{

    width: 40%;

    height: auto;

}



.header .primary-menu .search-bar{

    width: 14%;
    /* height: 5%; */
    display: inline-block;

    text-align: right;

    vertical-align: bottom;

    /* border: 1px solid #656565;
    border-radius: 4px; */

}
/* @keyframes shadow-anim {
    0% {box-shadow: 5px 5px 80px #2784C6;}
    50% {box-shadow: 5px 5px 100px #2784C6;}
    100% {box-shadow: 5px 5px 80px #2784C6;}
  }
.header .primary-menu .search-bar:hover, .header .vertical-menu .v-search-bar:hover{
    animation-name: shadow-anim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
} */
.header .primary-menu .toggle-menu{

    width: 3%;

    /* display: inline-block; */
    float: right;

    text-align: right;

    vertical-align: bottom;

    font-weight: bold;
    margin-top: 1%;
    font-size: large;
    display: none;
}
@media (max-width: 767px) {
    .header .primary-menu .toggle-menu{

    width: 3%;

    display: inline-block;
  

    text-align: center;

    vertical-align: bottom;

    font-weight: bold;
    font-size: large;
}
}
.header .primary-menu .toggle-menu a{
    width: 3%;

    display: inline-block;
  

    text-align: center;

    vertical-align: bottom;

    font-weight: bold;
    font-size: large;

}

/* .header .primary-menu .toggle-menu a#close{

    display: none;

} */

.header .primary-menu .search-bar input[type='text']{

    font-size: small;

}

.header .primary-menu .search-bar input[type='image']{

    width: 15px;

    display: inline-block;

    vertical-align: middle;

}

.header .contact-menu ul, .header .second-menu ul, .header .primary-menu ul{

    list-style-type: none;

    padding: 0%;

    margin: 0%;

}

.header .contact-menu ul li, .header .second-menu ul li, .header .primary-menu ul li{

    display: inline-block;

}





.header .vertical-menu{

    width: 30%;

    position: absolute;

    background-color: #fff;

    z-index: 10;

    right: 0;

    box-shadow:  0 5px 15px 0 rgba(0, 0, 0, .13);

    padding: 2%;

}

.header .vertical-menu .v-menu-items{

    width: 100%;

    display: block;

}

.header .vertical-menu .v-menu-items ul{

    list-style-type: none;

    padding: 0;

    margin: 0;

}

.header .vertical-menu .v-menu-items a{

    color: #4a4a4a;

}

.header .vertical-menu .v-search-bar {

/* border: 1px solid #656565;
border-radius: 4px; */
width: 90%;

}

.header .vertical-menu .v-search-bar input[type='text']{

    width: 98%;

    font-size: small;

}

.header .vertical-menu .v-search-bar input[type='image']{



    width: 15px;

    display: inline-block;

    vertical-align: middle;
    right: 1%;

}







.header .vertical-menu .v-menu-items a{

    font-weight: 600;

    font-size: 16px;

    position: relative;

    color: #4a4a4a;



}

.header .vertical-menu .v-menu-items a::before{

    content: '';

    position: absolute;

    width: 100%;

    height: 4px;

    border-radius: 2px;

    background-color: #54AAB6;

    bottom: -15%;

    left: 0;

    transform-origin: right;

    transform: scaleX(0);

    transition: transform .3s ease-in-out;

}

.header .vertical-menu .v-menu-items a:hover::before{

    transform-origin: left;

    transform: scaleX(1);

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu{

    z-index: 30;

    position: absolute;

    width: 100%;

    visibility: hidden;

    left: 0;

    right: 0;

    background-color: #fff;

    box-shadow:  0 5px 15px 0 rgba(0, 0, 0, .13);

    padding: 2%;

    text-align: right;

    border-top: 1px solid #54AAB6;

    border-bottom: 1px solid #54AAB6;

    margin-top: -0.5%;

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu h2{

    font-size: 17px;

    font-weight: lighter;

    color: #666;

    font-family: Arial, Helvetica, sans-serif;

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu ul{

    margin: 0px;

    padding: 0px;

    margin-left: 4px;

    list-style-type: none;

    width: 100%;

    display: block;

    float: left;

    top: 0;

    text-align: left;

    vertical-align: top;

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu ul ul{

    /* margin: 0px;

    padding: 0px;

    list-style-type: none;

    width: 48%; */

    /* display: none; */
    margin: 0px;
    padding: 0px;

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu ul li{

    display: block;

    margin-bottom: 1%;
    width: 35%;

}
.header .vertical-menu .v-menu-items .v-sub-nav-menu ul li ul{
    z-index: 30;

    position: absolute;

    width: 100%;

    visibility: hidden;

    left: 0;

    right: 0;

    background-color: #fff;

    box-shadow:  0 5px 15px 0 rgba(0, 0, 0, .13);

    padding: 2%;

    text-align: left;

    /* border-top: 1px solid #2784C6; */

    border-bottom: 1px solid #2784C6;
    top: 38%;


}
.header .vertical-menu .v-menu-items .v-sub-nav-menu ul li ul li{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.header .vertical-menu .v-menu-items ul li.v-nav-item .v-nav-link:hover + .v-sub-nav-menu,

.header .vertical-menu .v-menu-items ul li.v-nav-item .v-sub-nav-menu:hover , .header .vertical-menu .v-menu-items ul li.v-nav-item .v-sub-nav-menu ul li:hover ul{

    visibility: visible;

    opacity: 1;

    transition: transform .3s ease-in-out;
    /* display: block; */

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu a::before{

    border-width: 0px;

    text-decoration: none;

    box-shadow: none;

    height: 0px;

    width: 0px;

    border-radius: 0px;

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu a{

    font-size: 13px;

    font-weight: normal;

}

.header .vertical-menu .v-menu-items .v-sub-nav-menu a:hover{

    text-decoration: underline;

}

@media (max-width: 768px) {

    .header .primary-menu .menu-items{

        display: none;

    }

    .header .primary-menu .brand{

        width: 85%;

        text-align: left;

    }

    .header .primary-menu .brand img{

        width: 50%;



    }

    .header .primary-menu .search-bar{

        display: none;

    }

    .header .primary-menu .toggle-menu{

        width: 13%;
        margin-top: -5%;

    }

    .header .vertical-menu{

        width: 100%;

        padding: 2%;

    }


}

/*----------------------- End Header ---------------------*/

/*------------------------index----------------------------*/

/*-----------------------banner----------------------------*/

.banner .b-content{

    margin-top: 7%;



}

.banner .b-content .b-header h3{

    font-family: Arial, Helvetica, sans-serif;

    font-size: 40px;

}
@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
#box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 400px;
    height: 200px; */
    color: white;
    font-family: 'Raleway';
    /* font-size: 2.5rem; */
  }
.banner .b-buttons{ 
    margin-top: 10%;      

}
.banner .b-buttons ul a{
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    /* border-radius: var(--borderWidth); */
}
.banner .b-buttons ul a:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    /*border-radius: calc(2 * var(--borderWidth))*/;
    border-radius: 80px;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
.banner .b-buttons ul{

    list-style-type: none;

    margin: 0px;

    padding: 0px;

    margin-top: 5%;

    margin-bottom: 5%;

}



.banner .b-buttons ul li{

    display: inline-block;

    margin: 0px;

    margin-right: 2%;

    vertical-align: middle;

    padding: 0;



}

.banner .b-buttons ul li a{

    background-color: #fff;

    color: #000;

    padding: 15px;

    border-radius: 80px;

    text-align: center;

    font-weight: bold;

    border: 2px solid #000;
}
.banner .b-buttons ul li a:hover{
    background-color: #000;
    color: #fff;
}
.banner .b-pic{
    margin-top: 5%;
}

.banner .scroll-item{

    text-align: left;

    font-weight: bolder;

}

.banner .scroll-item ul{

    list-style-type: none;

    display: block;

    width: 150px;

    /* margin: 3% auto; */
    margin-top: 3%;

}
@keyframes Animation-ScrollDown {

	0% {transform: rotateX(0deg) rotateY(0deg);}
	25% {transform: rotateX(40deg) rotateY(-40deg);}
	50% {transform: rotateX(40deg) rotateY(40deg);}
	75% {transform: rotateX(0deg) rotateY(-40deg);}
	100% {transform: rotateX(0deg) rotateY(0deg);}

}
.banner .scroll-item .scroll-down{

    display: block;

    border-radius: -20%;

    width: 73px;

    height: 73px;

    padding: 16px;

    color: #B31B52;

    /*background-color: #B31B52;*/

    /* font-size: 60px; */

    text-align: left;
    /* border: 3px solid #000; */
    animation-name: Animation-ScrollDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;


}
.banner .scroll-item .scroll-down svg{
    /* box-shadow: 2px 2px 20px #B31B52;
    border: 2px solid #000;
    border-radius: 50%; */
}

/*-----------------------End banner------------------------*/
/*-------------------------caro----------------------------*/
.caro .slick-list{
    /* background-color: #BFDBDF; */
    background-color: #fff;
    color: #fff;
    margin: 0px;
    padding: 20px;
    text-align: center;
    margin-top: 7%;
    border-top: 1px solid #54AAB6;

}
.caro .slick-list a{
    color: #fff;
}
.caro .item img{
    width: 120px;
    height: auto;
    vertical-align: middle;
}
/*-----------------------End caro--------------------------*/
/*--------------------------us-----------------------------*/

.us{

    background-color: #54AAB6;

    color: #fff;

    /* margin-top: 5%; */

}

.us .us-content{

    padding: 4%;

    transform: rotateY(0deg);

    /* opacity: 0; */

    /* animation: rotateAnimation 1s linear; */

}

.us .us-content h1{

    font-family: Arial, Helvetica, sans-serif;

    font-size: 50px;

}

.us .us-content a{

    background-color: #fff;

    color: #000;

    padding: 15px;

    border-radius: 80px;

    text-align: center;

    font-weight: bold;
    border: 2px solid #000;

}
.us .us-content a:hover{
    background-color: #000;
    color: #fff;
}
.us .us-content p{
    padding-bottom: 4%;
}

@keyframes rotateAnimation-us {

	from {transform: rotateY(0deg);}

	to {transform: rotateY(360deg);}

}

.us-content.animate-us {

    animation: rotateAnimation-us 1s linear;

}

/*------------------------End us-----------------------------*/

/*------------------------val-------------------------------*/

/* .accordion .accordion-item {



    border-width: 0px;

    border-bottom: 1px solid #d4d4d4;

  }

  .accordion .accordion-item button[aria-expanded=true] {

    border-bottom: 1px solid #54AAB6;

  }

  .accordion button {

    position: relative;

    display: block;

    text-align: left;

    width: 100%;

    padding: 1em 0;

    color: #54AAB6;

    font-size: 1.15rem;

    font-weight: 400;

    border: none;

    background: none;

    outline: none;

  }

  .accordion button:hover, .accordion button:focus {

    cursor: pointer;

    color: #54AAB6;

  }

  .accordion button:hover::after, .accordion button:focus::after {

    cursor: pointer;

    color: #AE1A50;

  }

  .accordion button .accordion-title {

    padding: 1em 1.5em 1em 0;

    color: #333;

  }

  .accordion button .icon {

    display: inline-block;

    position: absolute;

    top: 18px;

    right: 0;

    width: 22px;

    height: 22px;

    border: 1px solid;

    border-radius: 22px;

  }

  .accordion button .icon::before {

    display: block;

    position: absolute;

    content: "";

    top: 9px;

    left: 5px;

    width: 10px;

    height: 2px;

    background: currentColor;

  }

  .accordion button .icon::after {

    display: block;

    position: absolute;

    content: "";

    top: 5px;

    left: 9px;

    width: 2px;

    height: 10px;

    background: currentColor;

  }

  .accordion button[aria-expanded=true] {

    color: #54AAB6

  }

  .accordion button[aria-expanded=true] .icon::after {

    width: 0;

  }

  .accordion button[aria-expanded=true] + .accordion-content {

    opacity: 1;

    max-height: 9em;

    transition: all 200ms linear;

    will-change: opacity, max-height;

  }

  .accordion .accordion-content {

    opacity: 0;

    max-height: 0;

    overflow: hidden;

    transition: opacity 200ms linear, max-height 200ms linear;

    will-change: opacity, max-height;

  }

  .accordion .accordion-content p {

    font-size: 1rem;

    font-weight: 300;

    margin: 2em 0;

  } */

  .val {

    /* padding: 5%; */

    /* text-align: center; */

    text-align: center;
    margin-bottom: 2%;

}

.val .row{



}



.val h1 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 35px;

    font-weight: bolder;

    margin-top: 5%;
    margin-bottom: 5%;
    color: #4a4a4a;
    text-align: left;

}

.val h4{

    /* color: #fff;

    padding-top: 40px;

    width: 110px;

    height: 110px; */

    text-align: left;

    /* border-radius: 50%; */

    /* background-color: #000; */

    margin: 5px auto;

    /* transform: rotateX(0deg); */

}

.val .col-4{

    text-align: left;



}

.val p{

    margin-top: 3%;

    /* border-bottom: 1px solid #000; */

}

.val .row{

    /* margin-top: 3%; */

}
.val img{
    border-radius: 10%;
}
.val .critere h3{
    font-weight: bold;
    text-align: left;
    border: 2px solid #fff;
    margin-bottom: 0px;
    background-color: #414141;
    color: #fff;
}
.val .critere h4{
    font-size: medium;
    font-weight: bold;
    margin-top: 5%;
}
.val .critere p{
    font-size: medium;
    color: #000;
    text-align: left;
}
.val .critere .col-lg-4, .val .critere .col-lg-6{
    padding: 1,5%;
    background-color: #242424/*#414141*/;
    color: #fff;
    border: 1px solid #fff;
}
.val .qualities .col-lg-6, .val .qualities .col-lg-12{
    /* padding: 5%; */
    background-color: #242424/*#414141*/;
    color: #fff;
    border: 1px solid #fff;
}
.val .qualities img{

    /* text-align: center;
    background-color: #2784C6;

    border-radius: 50%;

    margin: 0px auto;

    width: 110px;

    height: 110px;

    /* padding: 5%; */

    /*transform: rotateY(10deg);

    border: 1px solid #54AAB6; */

}

.val .qualities h4{
    font-size: large;
    margin-top: 5%;
    border-left: 3px solid #fff;
    padding-left: 2%;

}

.val .qualities p{
    font-size: small;
    color: #fff;
    text-align: left;
    border-left: 3px solid #fff;
    padding-left: 2%;

}
.val .qualities{
    background-color: #2784C6;
    color: #fff;
    padding: 1%;
    /* width: 100%; */
}
@keyframes rotateAnimation-val {

	from {transform: rotateY(0deg);}

	to {transform: rotateY(360deg);}

}

.val img.animate-val {

    animation: rotateAnimation-val 1s linear;

}



/*-----------------------End val----------------------------*/

/*-----------------------news----------------------------*/

.news{

    /*background-color: #AE1A50;*/
    background-color: #fff;
    /* border-top: 1px solid #2784C6;
    border-bottom: 1px solid #2784C6; */

    color: #000;

    padding: 3%;

}

.news .b-news{
    /* padding: 2%;
    box-shadow: 5px 5px 30px #b0e1e9; */
}

.news .new{
    border: 1px solid #8b8b8b;
    /* border-radius: 10px; */
    margin: 1px;
    padding: -1%;
    background-color: #F3F3F3;
    text-align: left;
    box-shadow: 5px 5px 20px #a3a3a3;
    height: 100%;
    margin-bottom: 1%;
}
.news .col-12{
    margin-top: 5%;
}
.news .n-header{

    margin-bottom: 5%;

    text-align: center;

}
.news h1{
    color: #b31b52;
}
.news p{
    color: #2b2b2b;
}
.news .new .plus{
    background-color: #54AAB6;
    color: #000;
    padding: 4px;
    width: 100px;
    display: block;
    margin: 8px auto;
    text-align: center;
}
.news .new .plus:hover{
    color: #fff;
}
.news .b-news .new img{

    /* border-radius: 15px; */

    margin-bottom: 5%;
    width: 100%;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-bottom: 1px solid #8b8b8b;

}

/* .news .b-news a{

    color: #000;
    text-decoration: none;
}

.news .b-news h5{

    text-decoration: underline;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px;

}

.news .b-news p{

color: var(--gs-muted);
    font-size: 18px;
    line-height: 1.75;

}*/

.news .n-all{

    text-align: center;

    margin-top: 5%;

}

.news .n-all a{

    background-color: #000;

    color: #fff;

    padding: 15px;

    border-radius: 80px;

    text-align: center;

    font-weight: bold;
    border: 2px solid #fff;

}
.news .n-all a:hover{
    background-color: #b31b52;
    color: #fff;

} 
/*-----------------------End news----------------------------*/

/*-----------------------newsletter-------------------------*/

.newsletter{

    vertical-align: middle;

    padding: 2%;
    background-color: #BFDBDF;

}

.newsletter p{

    vertical-align: baseline;

    font-size: 18px;
    color: #000;
    font-family: 'Arial Narrow Bold', sans-serif;

}

.newsletter .nl-form{

    /* border: 1px solid #000; */

    vertical-align: middle;

    padding: 0px;

    height: 100%;

    margin: 0px;
    overflow: visible;


}
.newsletter .nl-form form{
    overflow: visible;
    height: 100%;
}
.newsletter .nl-form .input-ab{
    border: 1px solid #3b3b3b;
    overflow: hidden;
    width: 74%;
    background-color: #fff;
    border-radius: 20px;
    padding: 1%;
}
.newsletter .nl-form label{

    font-size: 15px;

    color: #ae1a50;

}

.newsletter .nl-form input{

    margin: 0px;

    padding: 1px;

}

.newsletter .nl-form input[type="email"]{

    width: 65%;

    height: auto;

    display: block;
    float: left;


    margin-top: 3px;

    outline: none;
    border-width: 0px;

}

.newsletter .nl-form input[type="submit"/*type="image"*/]{

    /* width: 43px; */

    width: 30%;

    height: auto;

    display: block;

    margin-top: 0px;
    margin-left: 2px;
    float: right;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 20px;



    /* float: right; */

}
.newsletter .nl-form input[type="submit"/*type="image"*/]:hover{
    background-color: #b31b52;
    border: 2px solid #b31b52;
}
.newsletter .nl-form .nl-btn{

    width: 43px;

    height: 25px;

    display: inline-block;

    background-color: #333;

}

/*------------------------End newsletter--------------------*/

/*------------------------footer--------------------*/

.footer-content{

    border-top: 1px solid #54AAB6;

    width: 100%;

    margin: 0px;

    padding-top: 20px;

}

.footer-contact .logo{

    margin-top: 15px;

    margin-bottom: 20px;

}

.footer-contact ul{

    list-style-type: none;

    vertical-align: middle;
    margin: 0px;
    padding: 0px;

}

.footer-contact ul li{

    margin-top: 10px;

    vertical-align: middle;
    margin-left: 0px;
    padding-left: 0px; 

}

.footer-contact ul img{

    width: 15px;

    height: auto;

    vertical-align: baseline;

}

.footer-menu{

    padding-left: 10px;

}

.footer-menu ul{

    list-style-type: none;

    margin: 0px;

    padding: 0px;




}
.footer-menu ul li{
    margin: 0px;
    padding: 0px;
}
.footer-menu a:hover{

    color: #54AAB6;

    text-decoration: underline;

}

.footer-social ul{

    list-style-type: none;

}

.footer-social ul li{

    display: inline-block;

    width: 26px;

}

.footer-social img{

    width: 25px;

}

/*------------------------End footer--------------------*/

/*------------------------End index------------------------*/





/*------------------------404---------------------------*/

.fourOfour{

    margin-top: 3%;

    margin-bottom: 3%;

    border-bottom: 1px solid #54AAB6;

    text-align: center;

}

.fourOfour .page-header h1{

    text-align: center;

    font-size: 9em;

}

/*------------------------End 404---------------------------*/

/*------------------------search---------------------------*/

.search{

    margin-top: 3%;

    padding-bottom: 3%;

    border-bottom: 1px solid #54AAB6;

}

.search h1{

    font-size: 1em;

}

.search .query{

    font-weight: bold;

}

/*------------------------End search---------------------------*/

/*------------------------Actualite archive---------------------------*/

.news-archive{

    border-bottom: 1px solid #54AAB6;

}

.news-archive .n-a-header{

    background-color: #54AAB6;

    padding: 20px;



}

.news-archive .n-a-header h1{

    font-size: 15px;

    color: #fff;

}

.news-archive .n-a-header a{

    color: #fff;

}

.news-archive .b-a-news{

    margin-top: 3%;

    margin-bottom: 3%;



}

.news-archive .b-a-news h5, .news-archive .b-a-news p{

    text-align: left;

}

.pagination {

    margin-top: 20px; /* Example margin for spacing */

    text-align: center;

}



.pagination .page-numbers {

    padding: 6px 12px; /* Example padding for pagination links */

    margin: 0 3px; /* Example margin between pagination links */

    background-color: #f0f0f0; /* Example background color */

    border: 1px solid #ccc; /* Example border */

    border-radius: 40px; /* Example border radius */

}



.pagination .page-numbers.current {

    background-color: #AE1A50; /* Example background color for current page */

    color: #fff; /* Example text color for current page */

    border-color: #AE1A50; /* Example border color for current page */

}



/*------------------------End Actualite archive---------------------------*/

/*------------------------Actualite single---------------------------*/

.single-actualite{

    border-bottom: 1px solid #54AAB6;

}

.single-actualite .container {

    text-align: center; /* Center align all content inside .container */

}



.single-actualite .entry-header,

.single-actualite .entry-content {

    margin: 0 auto; /* Center align specific elements */

    max-width: 800px; /* Example: Limit width for better readability */

}

.single-actualite .n-a-header{

    background-color: #54AAB6;

    padding: 20px;





}

.single-actualite .n-a-header .container{

    text-align: left;

}

.single-actualite .n-a-header h1{

    font-size: 15px;

    color: #fff;

}

.single-actualite .n-a-header a{

    color: #fff;

}

.single-actualite .single-act{

    margin-top: 3%;

    margin-bottom: 3%;

}



/*------------------------End Actualite single---------------------------*/

/*------------------------Evenement archive---------------------------*/

.Events-archive{

    border-bottom: 1px solid #54AAB6;

}

.Events-archive .E-a-header{

    background-color: #54AAB6;

    padding: 20px;



}

.Events-archive .E-a-header h1{

    font-size: 15px;

    color: #fff;

}

.Events-archive .E-a-header a{

    color: #fff;

}

.pagination {

    margin-top: 20px; /* Example margin for spacing */

    text-align: center;

}



.Events-archive .E-a-news{

    margin-top: 3%;

    margin-bottom: 3%;



}

.Events-archive .E-a-news h5, .news-archive .E-a-news p{

    text-align: left;

}

.pagination .page-numbers {

    padding: 6px 12px; /* Example padding for pagination links */

    margin: 0 3px; /* Example margin between pagination links */

    background-color: #f0f0f0; /* Example background color */

    border: 1px solid #ccc; /* Example border */

    border-radius: 40px; /* Example border radius */

}



.pagination .page-numbers.current {

    background-color: #AE1A50; /* Example background color for current page */

    color: #fff; /* Example text color for current page */

    border-color: #AE1A50; /* Example border color for current page */

}

/*------------------------End Evenement archive---------------------------*/

/*------------------------Evenement single---------------------------*/

.single-event .container {

    text-align: center; /* Center align all content inside .container */

}



.single-event .entry-header,

.single-event .entry-content {

    margin: 0 auto; /* Center align specific elements */

    max-width: 800px; /* Example: Limit width for better readability */

}

.single-event .n-a-header{

    background-color: #54AAB6;

    padding: 20px;





}

.single-event .n-a-header .container{

    text-align: left;

}

.single-event .n-a-header h1{

    font-size: 15px;

    color: #fff;

}

.single-event .n-a-header a{

    color: #fff;

}

.single-event .single-evt{

    margin-top: 3%;

    margin-bottom: 3%;

}



/*------------------------End Evenement single---------------------------*/

/*------------------------Carriere archive---------------------------*/

.carriere-archive{

    border-bottom: 1px solid #54AAB6;

}

.carriere-archive .n-a-header{

    background-color: #54AAB6;

    padding: 20px;



}

.carriere-archive .n-a-header h1{

    font-size: 15px;

    color: #fff;

}

.carriere-archive .n-a-header a{

    color: #fff;

}

.carriere-archive .b-a-carriere{

    margin-top: 3%;

    margin-bottom: 3%;



}

.carriere-archive .b-a-carriere h5, .carriere-archive .b-a-carriere p{

    text-align: left;

}

.pagination {

    margin-top: 20px; /* Example margin for spacing */

    text-align: center;

}



.pagination .page-numbers {

    padding: 6px 12px; /* Example padding for pagination links */

    margin: 0 3px; /* Example margin between pagination links */

    background-color: #f0f0f0; /* Example background color */

    border: 1px solid #ccc; /* Example border */

    border-radius: 40px; /* Example border radius */

}



.pagination .page-numbers.current {

    background-color: #AE1A50; /* Example background color for current page */

    color: #fff; /* Example text color for current page */

    border-color: #AE1A50; /* Example border color for current page */

}



/*------------------------End Carriere archive---------------------------*/

/*------------------------Carriere single---------------------------*/

.single-carriere{

    border-bottom: 1px solid #54AAB6;

}

.single-carriere .single-carriere-content{

    margin-top: 3%;

    margin-bottom: 3%;

}

.single-carriere .container {

    text-align: center; /* Center align all content inside .container */

}



.single-carriere .entry-header,

.single-carriere .entry-content {

    margin: 0 auto; /* Center align specific elements */

    max-width: 800px; /* Example: Limit width for better readability */

}

.single-carriere .n-a-header{

    background-color: #54AAB6;

    padding: 20px;





}

.single-carriere .n-a-header .container{

    text-align: left;

}

.single-carriere .n-a-header h1{

    font-size: 15px;

    color: #fff;

}

.single-carriere .n-a-header a{

    color: #fff;

}

.single-carriere .single-evt{

    margin-top: 3%;

    margin-bottom: 3%;

}



/*------------------------End Carriere single---------------------------*/
/*----------------------------Nous---------------------------*/





.nous{

    border-bottom: 1px solid #54AAB6;

}

.nous .n-header{

    background-color: #54AAB6;

    padding: 20px;

}

.nous .n-header .container{

    text-align: left;

}

.nous .n-header h1{

    font-size: 15px;

    color: #fff;

}

.nous .n-header a{

    color: #fff;

}

.nous-content{

    margin-top: 3%;

    margin-bottom: 3%;

}



/*------------------------End Nous---------------------------*/
/*------------------------Solution---------------------------*/

.solution .s-header{

    background-color: #54AAB6;

    padding: 20px;

}

.solution .s-header .container{

    text-align: left;

}

.solution .s-header h1{

    font-size: 15px;

    color: #fff;

}
.solution .s-header a{

    color: #fff;

}
.solution .s-definition{
    /* background-color: #7e7e7e; */
    background-color: #444444;
    padding: 10px;
    color: #fff;
}
.solution .s-definition .red-def h1{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-large;
}
.solution .s-content{
    padding: 15px;
    /* border-bottom: 1px solid #7e7e7e; */
}
.solution .s-charachters{
    padding: 15px;
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 4%;
}
.solution .s-charachters .row div{
    background-color: #527f9f;
    border-radius: 20px;
    color: #fff;
    padding: 2%;
    border: 4px solid #fff;
}
.solution .s-erp-v{
    border-bottom: 2px solid #7e7e7e;
}
.solution .s-erp-v img{
    width: 25%;
    height: auto;
    margin: 10px auto;
    display: block;
}
.solution .s-erp-v h3{
    text-align: center;
}
.solution .s-erp-d{
    margin-top: 4%;
}
.solution .s-erp-d img{
    width: 80%;
    height: auto;
    margin: 10px auto;
    display: block;
}
.solution .s-erp-apps{
    padding: 2%;
    /* border-bottom: 1px solid #7e7e7e; */
}
.solution .s-erp-apps ul{
    list-style-type: none;
    padding: 2%;
    margin: 0px;
}
.solution .s-erp-apps ul li{
    display: inline-block;
    padding: 1%;
}
.solution .s-erp-apps ul li img{
    width: 50px;
    height: auto;
}
.solution .s-erp-apps h4{
    text-align: center;
}
.solution .s-body .intro{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.solution .s-content .accordion{
    margin-top: 2%;
    margin-bottom: 2%;
}
/*------------------------End Solution---------------------------*/
/*------------------------Contact---------------------------*/

.contact .c-header{

    background-color: #54AAB6;

    padding: 20px;

}

.contact .c-header .container{

    text-align: left;

}

.contact .c-header h1{

    font-size: 15px;

    color: #fff;

}
.contact .c-header a{

    color: #fff;

}
.contact .c-definition{
    /* background-color: #7e7e7e; */
    background-color: #444444;
    padding: 10px;
    color: #fff;
}
.contact .c-definition .red-def h1{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-large;
}
.contact .c-content{
    padding: 15px;
    border-bottom: 1px solid #7e7e7e;
}
.contact .c-content form label, .contact .c-content form input, .contact .c-content form textarea{
    display: block;
    width: 100%;
}
.contact .c-content .c-form{
/*     background-color: #fff;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #af6e86; */
}
.contact .c-content form{
    background-color: #fff;
    padding: 4%;
    width: 95%;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #af6e86;
    margin-bottom: 1%;
}
.contact .c-content form input,.contact .c-content form textarea{
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #ccc;
}
.contact .c-content form input[type='submit']{
    background-color: #B31B52;
    color: #fff;
    outline: none;
    border-radius: 0px;
    padding: 8px;
}
.contact .c-content .c-cont, .contact .c-content .c-adress{

}
.contact .c-content .c-cont ul, .contact .c-content .c-adress ul{
    padding: 4%;
    width: 95%;
    background-color: #fff;
    list-style-type: none;
    border: 1px solid #2784C6;
}
.contact .alert {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.contact .alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact .alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/*------------------------End contact---------------------------*/
/*------------------------postuler---------------------------*/
.postuler .p-header{

    background-color: #54AAB6;

    padding: 20px;

}

.postuler .p-header .container{

    text-align: left;

}

.postuler .p-header h1{

    font-size: 15px;

    color: #fff;

}
.postuler .p-header a{

    color: #fff;

}
.postuler .p-definition{
    /* background-color: #7e7e7e; */
    background-color: #444444;
    padding: 10px;
    color: #fff;
}
.postuler .p-definition .red-def h1{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-large;
}
.postuler .p-content{
    padding: 15px;
    border-bottom: 1px solid #7e7e7e;
}
.postuler .p-content form label, .postuler .p-content form input, .postuler .p-content form textarea, .postuler .p-content form select{
    display: block;
    width: 100%;
}
.postuler .p-content .p-form{
/*     background-color: #fff;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #af6e86; */
}
.postuler .p-content form{
    background-color: #fff;
    padding: 4%;
    width: 95%;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #af6e86;
    margin-bottom: 1%;
}
.postuler .p-content form input,.postuler .p-content form textarea,.postuler .p-content form select{
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #ccc;
}
.postuler .p-content form input[type='submit']{
    background-color: #B31B52;
    color: #fff;
    outline: none;
    border-radius: 0px;
    padding: 8px;
}
.postuler .p-content .p-cont, .postuler .p-content .p-adress{

}
.postuler .p-content .p-cont ul, .postuler .p-content .p-adress ul{
    padding: 4%;
    width: 95%;
    background-color: #fff;
    list-style-type: none;
    border: 1px solid #2784C6;
}
.postuler .alert {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.postuler .alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.postuler .alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/*------------------------End postuler---------------------------*/
/*------------------------ SAGE -----------------------------------*/

.sage-modern{
    background:#f5f7fb;
    padding:90px 0;
}

/* HERO */

.hero-section{
    margin-bottom:90px;
}

.top-badge{
    background:#e9f1ff;
    color:#0d6efd;
    padding:12px 22px;
    border-radius:50px;
    display:inline-block;
    font-weight:600;
    font-size:14px;
    letter-spacing:.5px;
}

.hero-section h1{
    font-size:58px;
    font-weight:700;
    margin:30px 0;
    line-height:1.2;
    color:#111;
}

.hero-text{
    font-size:19px;
    color:#555;
    line-height:1.9;
}

.hero-description p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}

.hero-image{
    max-height:520px;
    border-radius:30px;
}

.hero-boxes{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:40px;
}

.hero-box{
    background:white;
    padding:25px;
    border-radius:20px;
    min-width:160px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.hero-box:hover{
    transform:translateY(-5px);
}

.hero-box h3{
    color:#0d6efd;
    margin-bottom:5px;
    font-size:28px;
    font-weight:700;
}

.hero-box span{
    color:#666;
}

/* CARD */

.sage-card{
    background:white;
    border-radius:35px;
    padding:60px;
    margin-bottom:60px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    overflow:hidden;
}

.alt-section{
    background:linear-gradient(135deg,#f8fbff,#eef4ff);
}

.sage-card h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    color:#111;
}

.sage-card p{
    line-height:1.9;
    color:#555;
}

/* IMAGE */

img.rounded-4{
    border-radius:25px!important;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* MODULES */

.modules-grid,
.domains-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.module-card,
.domain-card{
    background:#f9fbff;
    padding:28px;
    border-radius:22px;
    transition:.3s;
    border:1px solid #eef2ff;
}

.module-card:hover,
.domain-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.module-card h5,
.domain-card h5{
    margin-bottom:14px;
    color:#0d6efd;
    font-weight:700;
    font-size:20px;
}

.module-card p,
.domain-card p{
    margin:0;
}

/* FEATURES RH */

.features-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.feature-item{
    background:white;
    padding:20px;
    border-radius:18px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    font-weight:500;
    transition:.3s;
}

.feature-item:hover{
    transform:translateY(-3px);
}

/* SECTORS */

.sector-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.sector-list span{
    background:#edf2ff;
    padding:12px 18px;
    border-radius:40px;
    font-weight:500;
    color:#0d6efd;
}

/* DETAIL TEXT */

.detail-text p{
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

/* SEI CONTENT */

.sei-content{
    padding-left:20px;
}

.section-intro{
    font-size:18px;
    color:#666;
    margin-bottom:10px;
}

/* KPI GRID */

.kpi-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.kpi-box{
    background:linear-gradient(135deg,#0d6efd,#4b8dff);
    border-radius:24px;
    padding:30px;
    color:white;
    min-height:230px;

    display:flex;
    flex-direction:column;
    justify-content:flex-start;

    box-shadow:0 10px 25px rgba(13,110,253,.15);

    transition:.3s;
}

.kpi-box:hover{
    transform:translateY(-5px);
}

.kpi-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:rgba(255,255,255,.2);

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;
    margin-bottom:20px;
    font-size:18px;
}

.kpi-box h3{
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;
    color:#fff;
}

.kpi-box p{
    color:rgba(255,255,255,.92);
    line-height:1.8;
    margin:0;
}

/* USE CASE */

.usecase-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.usecase-card{
    background:white;
    border-radius:24px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.usecase-card:hover{
    transform:translateY(-5px);
}

.usecase-top{
    font-size:38px;
    margin-bottom:20px;
}

.usecase-card h5{
    font-size:20px;
    margin-bottom:15px;
    color:#0d6efd;
    font-weight:700;
}

.usecase-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* RESPONSIVE */

@media(max-width:991px){

    .hero-section h1{
        font-size:42px;
    }

    .sage-card{
        padding:35px;
    }

    .modules-grid,
    .domains-grid,
    .features-grid,
    .kpi-grid,
    .usecase-grid{
        grid-template-columns:1fr;
    }

    .hero-boxes{
        justify-content:center;
    }

    .hero-box{
        width:100%;
    }

    .sei-content{
        padding-left:0;
    }

    .kpi-box{
        min-height:auto;
    }

}

@media(max-width:768px){

    .sage-modern{
        padding:60px 0;
    }

    .hero-section{
        margin-bottom:60px;
    }

    .hero-section h1{
        font-size:34px;
    }

    .sage-card h2{
        font-size:30px;
    }

    .hero-text{
        font-size:17px;
    }

    .hero-box{
        min-width:100%;
    }

}

/*------------------------ END SAGE ------------------------------*/

/*------------------------ GREATSOFT MODERN REDESIGN ------------------------------*/
@font-face {
    font-family: "Funnel Display";
    src: url("FunnelDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Funnel Display";
    src: url("FunnelDisplay-SemiBold.ttf") format("truetype");
    font-weight: 700;
}

:root {
    --gs-teal: #54AAB6;
    --gs-teal-dark: #167682;
    --gs-magenta: #B31B52;
    --gs-ink: #101820;
    --gs-muted: #60707a;
    --gs-line: #dce8eb;
    --gs-paper: #ffffff;
    --gs-soft: #f5fafb;
    --gs-green: #77b255;
    --gs-shadow: 0 24px 70px rgba(16, 24, 32, .12);
}

html,
body {
    font-family: "Funnel Display", Arial, Helvetica, sans-serif;
    background: var(--gs-soft);
    color: var(--gs-ink);
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

img {
    max-width: 100%;
}

#scrollToTopBtn {
    display: grid;
    place-items: center;
    background:
        linear-gradient(145deg, var(--gs-ink), var(--gs-magenta));
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    right: 24px;
    bottom: 24px;
    box-shadow: 0 16px 35px rgba(16, 24, 32, .22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px) scale(.86);
    transition: opacity .28s ease, visibility .28s ease, transform .28s ease, box-shadow .28s ease;
}

#scrollToTopBtn.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    animation: gs-scroll-button-float 2.6s ease-in-out infinite;
}

#scrollToTopBtn:hover {
    box-shadow:
        0 20px 42px rgba(16, 24, 32, .28),
        0 0 0 8px rgba(179, 27, 82, .1);
    transform: translateY(-4px) scale(1.04);
}

#scrollToTopBtn.is-visible:hover {
    animation: none;
    transform: translateY(-4px) scale(1.04);
}

#scrollToTopBtn:active {
    transform: translateY(-1px) scale(.98);
}

@keyframes gs-scroll-button-float {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-5px) scale(1.03);
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 0 14px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(84, 170, 182, .18);
    box-shadow: 0 16px 45px rgba(16, 24, 32, .08);
}

.header .contact-menu {
    margin-bottom: 8px;
}

.bg-cool {
    background: var(--gs-ink);
    border-radius: 999px;
    padding: 6px 8px;
}

.header .contact-menu a {
    font-size: 12px;
    letter-spacing: 0;
}

.header .second-menu a,
.header .primary-menu .menu-items a {
    color: var(--gs-ink);
    font-weight: 700;
}

.header .primary-menu .menu-items a:hover,
.header .second-menu a:hover {
    color: var(--gs-magenta);
}

.header .primary-menu .brand {
    vertical-align: middle;
}

.header .primary-menu .brand img {
    max-height: 58px;
}

.header .primary-menu .menu-items {
    vertical-align: middle;
}

.header .primary-menu .search-bar form,
.header .v-search-bar form {
    border: 1px solid var(--gs-line);
    border-radius: 999px;
    padding: 6px 10px;
    background: #fff;
}

.B-input {
    height: 15px;
    background: transparent;
}

.header .sub-nav-menu {
    border: 1px solid rgba(84, 170, 182, .2);
    border-radius: 18px;
    box-shadow: var(--gs-shadow);
}

.header .vertical-menu {
    background: #fff;
    border-top: 1px solid var(--gs-line);
}

.gs-home {
    background:
        radial-gradient(circle at 8% 8%, rgba(84, 170, 182, .14), transparent 32%),
        radial-gradient(circle at 90% 4%, rgba(179, 27, 82, .10), transparent 28%),
        var(--gs-soft);
}

.gs-section {
    padding: 95px 0;
}

.gs-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /*color: var(--gs-teal-dark);*/
    color: #2784C6;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px;
}

.gs-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--gs-magenta), var(--gs-teal));
}

.gs-section h2,
.gs-hero h1 {
    color: var(--gs-ink);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
}

.gs-section h2 {
    font-size: clamp(34px, 4vw, 56px);
    margin-bottom: 22px;
}

.gs-section p,
.gs-hero p {
    color: var(--gs-muted);
    font-size: 17px;
    line-height: 1.8;
}

.gs-section-head {
    max-width: 850px;
    margin: 0 auto 46px;
    text-align: center;
}

.gs-section-head .gs-kicker {
    justify-content: center;
}

.gs-hero {
    position: relative;
    min-height: 720px;
    padding: 96px 0 76px;
    overflow: hidden;
}

.gs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(245, 250, 251, .66)),
        url("images/gs-background.jpg") center right / min(720px, 58vw) no-repeat;
    pointer-events: none;
}

.gs-hero .container {
    position: relative;
}

.banner .b-content {
    margin-top: 0;
}

.gs-hero h1 {
    font-size: clamp(42px, 5vw, 72px);
    max-width: 760px;
    margin-bottom: 24px;
}

.gs-hero .B-p {
    max-width: 660px;
    padding-bottom: 0;
}

.gs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0;
}

.banner .gs-hero-actions {
    margin: 32px 0;
}

.gs-btn,
.banner .b-buttons ul li a,
.us .us-content a,
.n-all a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.gs-btn-primary,
.banner .b-buttons ul li:first-child a {
    background: var(--gs-ink);
    color: #fff;
    box-shadow: 0 18px 38px rgba(16, 24, 32, .18);
}

.gs-btn-primary:hover,
.banner .b-buttons ul li:first-child a:hover {
    background: var(--gs-magenta);
    color: #fff;
    transform: translateY(-2px);
}

.gs-btn-secondary,
.banner .b-buttons ul li:last-child a,
.n-all a {
    color: var(--gs-ink);
    background: #fff;
    border-color: var(--gs-line);
}

.gs-btn-secondary:hover,
.banner .b-buttons ul li:last-child a:hover,
.n-all a:hover {
    color: var(--gs-magenta);
    border-color: rgba(179, 27, 82, .35);
    box-shadow: 0 16px 35px rgba(16, 24, 32, .08);
    transform: translateY(-2px);
}

.gs-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 660px;
}

.gs-proof-row div {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(84, 170, 182, .18);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 14px 30px rgba(16, 24, 32, .06);
}

.gs-proof-row strong {
    display: block;
    color: var(--gs-magenta);
    font-size: 24px;
}

.gs-proof-row span {
    color: var(--gs-muted);
    font-size: 13px;
}

.gs-hero-visual {
    position: relative;
    border-radius: 34px;
    padding: 16px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, var(--gs-teal), var(--gs-magenta), var(--gs-green)) border-box;
    border: 1px solid transparent;
    box-shadow: var(--gs-shadow);
}

.gs-hero-visual img {
    width: 100%;
    aspect-ratio: 1.15 / .82;
    object-fit: cover;
    border-radius: 24px;
}

.gs-floating-card {
    position: absolute;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(84, 170, 182, .18);
    border-radius: 16px;
    padding: 14px 16px;
    min-width: 210px;
    box-shadow: 0 18px 45px rgba(16, 24, 32, .14);
    animation: gsFloat 5s ease-in-out infinite;
}

.gs-floating-card span {
    display: block;
    /*color: var(--gs-teal-dark);*/
    color: #2784c6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.gs-floating-card strong {
    display: block;
    color: var(--gs-ink);
    margin-top: 4px;
}

.gs-card-one {
    left: -18px;
    bottom: 28px;
}

.gs-card-two {
    right: -20px;
    top: 32px;
    animation-delay: .8s;
}

@keyframes gsFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.gs-logo-strip .slick-list {
    background: #fff;
    border: 0;
    margin-top: 0;
    padding: 24px 0;
    box-shadow: 0 16px 42px rgba(16, 24, 32, .06);
}

.gs-logo-strip .item img {
    width: 138px;
    max-height: 54px;
    object-fit: contain;
    filter: grayscale(.2);
    opacity: .85;
}

.gs-logo-strip .item a:hover img {
    filter: none;
    opacity: 1;
}

.gs-intro,
.gs-method {
    background: #fff;
}

.gs-image-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--gs-shadow);
}

.gs-image-frame::after {
    content: "";
    position: absolute;
    inset: auto 22px 22px 22px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gs-magenta), var(--gs-teal), var(--gs-green));
}

.gs-image-frame img {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
}

.gs-feature-grid,
.gs-solution-grid,
.gs-sector-grid {
    display: grid;
    gap: 20px;
}

.gs-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
}

.gs-feature-grid article,
.gs-sector-grid article,
.gs-solution-card,
.gs-timeline article,
.gs-news-card {
    background: #fff;
    border: 1px solid var(--gs-line);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(16, 24, 32, .06);
}

.gs-feature-grid h3,
.gs-sector-grid h3,
.gs-solution-card h3,
.gs-timeline h3,
.gs-news-card h3 {
    color: var(--gs-ink);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gs-feature-grid p,
.gs-sector-grid p,
.gs-solution-card p,
.gs-timeline p,
.gs-news-card p {
    margin: 0;
    font-size: 15px;
}

.gs-solutions {
    background: linear-gradient(180deg, var(--gs-soft), #fff);
}

.gs-solution-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gs-solution-card {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    color: inherit;
}

.gs-solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(84, 170, 182, .45);
    box-shadow: var(--gs-shadow);
}

.gs-solution-card img {
    width: 118px;
    height: 62px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 22px;
}

.gs-solution-card span {
    display: inline-flex;
    margin-top: auto;
    color: var(--gs-magenta);
    font-weight: 700;
}

.gs-diagram-section {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(22, 118, 130, .92)),
        url("images/gs-architecture-modern.svg") center / cover;
}

.gs-diagram-section h2,
.gs-diagram-section p,
.gs-diagram-section .gs-kicker {
    color: #fff;
}

.gs-diagram-section .gs-kicker::before {
    background: linear-gradient(90deg, #fff, var(--gs-green));
}

.gs-check-list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.gs-check-list li {
    position: relative;
    padding: 12px 0 12px 34px;
    color: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.gs-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, #fff 0 34%, var(--gs-green) 36% 100%);
    
    /* Animation */
    animation: pulseGreen 1.8s infinite ease-in-out;
    box-shadow: 0 0 0 0 rgba(0, 180, 120, 0.7);
}

@keyframes pulseGreen {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 180, 120, 0.7);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 10px rgba(0, 180, 120, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 180, 120, 0);
    }
}
@keyframes pulseRed {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(179, 27, 82);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 10px rgba(0, 180, 120, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 180, 120, 0);
    }
}

.gs-system-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 34px;
    min-height: 410px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.gs-system-map::before,
.gs-system-map::after {
    content: "";
    position: absolute;
    inset: 50% 8%;
    height: 1px;
    background: rgba(255, 255, 255, .22);
}

.gs-system-map::after {
    transform: rotate(90deg);
}

.gs-map-node {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.gs-map-node:nth-child(2),
.gs-map-node:nth-child(4),
.gs-map-node:nth-child(6) {
    transform: translateY(26px);
}

.gs-map-node.gs-core {
    grid-column: 2;
    grid-row: 2;
    min-height: 124px;
    background: linear-gradient(135deg, var(--gs-magenta), var(--gs-teal));
    font-size: 30px;
}

.gs-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gs-timeline article {
    position: relative;
    overflow: hidden;
}

.gs-timeline article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--gs-magenta), var(--gs-teal), var(--gs-green));
}

.gs-timeline span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    background: var(--gs-ink);
}

.gs-sectors {
    background: var(--gs-soft);
}

.gs-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gs-sector-grid article {
    min-height: 180px;
}

.gs-news {
    background: #fff;
}

.news .n-header h1,
.news .n-header h2 {
    color: var(--gs-ink);
    font-size: clamp(34px, 4vw, 56px);
}

.gs-news-card {
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.gs-news-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--gs-shadow);
}

.gs-news-card img {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
}

.gs-news-card h3,
.gs-news-card p {
    padding-left: 22px;
    padding-right: 22px;
}

.gs-news-card h3 {
    padding-top: 22px;
}

.gs-news-card .plus {
    display: inline-flex;
    margin: 18px 22px 24px;
    color: var(--gs-magenta);
    font-weight: 700;
}

.newsletter {
    background:
        linear-gradient(135deg, rgba(179, 27, 82, .96), rgba(22, 118, 130, .94)),
        url("images/gs-newsletter-modern.svg") center / cover;
    color: #fff;
    padding: 54px 0;
}

.newsletter p {
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
}

.newsletter .nl-form label {
    color: #fff;
    font-weight: 700;
}

.newsletter .nl-form .input-ab {
    display: flex;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .28);
}

.newsletter .nl-form input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
}

.newsletter .nl-form input[type="submit"] {
    height: 48px;
    line-height: 48px;
    border-radius: 999px;
    background: var(--gs-ink);
    border-color: var(--gs-ink);
    color: #fff;
    padding: 0 22px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    text-align: center;
}

.footer-content {
    background: #071015;
    color: rgba(255, 255, 255, .78);
    border-top: 0;
    padding: 56px 0 34px;
}

.footer-content a,
.footer-content h5,
.footer-content h6,
.footer-contact ul li,
.footer-social p {
    color: rgba(255, 255, 255, .78);
}

.footer-content strong {
    color: #fff;
}

.footer-contact .logo {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    max-width: 210px;
}

.footer-menu a:hover {
    color: var(--gs-teal);
}

.footer-social ul {
    padding-left: 0;
}

.gs-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .75s ease, transform .75s ease;
}

.gs-reveal.gs-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 1199px) {
    .gs-solution-grid,
    .gs-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .header .primary-menu .brand img {
        width: auto;
        max-width: 210px;
    }

    .gs-section {
        padding: 70px 0;
    }

    .gs-hero {
        min-height: auto;
        padding: 74px 0 58px;
    }

    .gs-proof-row,
    .gs-feature-grid,
    .gs-sector-grid {
        grid-template-columns: 1fr;
    }

    .gs-floating-card {
        position: static;
        margin-top: 12px;
        animation: none;
    }

    .gs-system-map {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: auto;
    }

    .gs-map-node.gs-core {
        grid-column: auto;
        grid-row: auto;
    }

    .gs-map-node:nth-child(2),
    .gs-map-node:nth-child(4),
    .gs-map-node:nth-child(6) {
        transform: none;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 12px 0;
    }

    .header .contact-menu,
    .header .second-menu {
        display: none;
    }

    .gs-hero h1 {
        font-size: 40px;
    }

    .gs-hero-actions,
    .newsletter .nl-form .input-ab {
        flex-direction: column;
    }

    .gs-btn,
    .newsletter .nl-form input[type="submit"] {
        width: 100%;
        text-align: center;
    }

    .gs-proof-row,
    .gs-solution-grid,
    .gs-timeline,
    .gs-system-map {
        grid-template-columns: 1fr;
    }

    .gs-system-map::before,
    .gs-system-map::after {
        display: none;
    }

    .newsletter p {
        font-size: 24px;
        margin-bottom: 22px;
    }
}

/*------------------------ END GREATSOFT MODERN REDESIGN ------------------------------*/

/*------------------------ DETAILED INNER PAGE CONTENT ------------------------------*/
.gs-page-enrichment {
    padding: 90px 0;
    background:
        radial-gradient(circle at 8% 10%, rgba(84, 170, 182, .13), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(179, 27, 82, .10), transparent 26%),
        #fff;
    border-top: 1px solid rgba(84, 170, 182, .18);
}

.gs-enrich-hero {
    margin-bottom: 44px;
}

.gs-enrich-hero h1 {
    color: var(--gs-ink);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.06;
    font-weight: 700;
    margin-bottom: 22px;
}

.gs-enrich-hero p {
    color: var(--gs-muted);
    font-size: 18px;
    line-height: 1.85;
    max-width: 780px;
}

.gs-enrich-hero img {
    width: 100%;
    border-radius: 28px;
    background: #f5fafb;
    box-shadow: var(--gs-shadow);
}

.gs-enrich-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 46px;
}

.gs-enrich-grid article,
.gs-enrich-steps div,
.gs-enrich-list,
.gs-enrich-tags {
    background: #fff;
    border: 1px solid var(--gs-line);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(16, 24, 32, .06);
}

.gs-enrich-grid article {
    padding: 24px;
    min-height: 210px;
}

.gs-enrich-grid article:hover,
.gs-enrich-steps div:hover {
    transform: translateY(-5px);
    box-shadow: var(--gs-shadow);
}

.gs-enrich-grid h3,
.gs-enrich-detail h3 {
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-enrich-grid h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.gs-enrich-grid p,
.gs-enrich-steps p,
.gs-enrich-list li {
    color: var(--gs-muted);
    line-height: 1.72;
}

.gs-enrich-detail {
    align-items: stretch;
}

.gs-enrich-detail > div {
    display: flex;
    flex-direction: column;
}

.gs-enrich-detail h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.gs-enrich-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gs-enrich-steps div {
    padding: 22px;
}

.gs-enrich-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--gs-magenta), var(--gs-teal));
    font-weight: 700;
}

.gs-enrich-steps h4 {
    color: var(--gs-ink);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gs-enrich-list,
.gs-enrich-tags {
    padding: 26px;
}

.gs-enrich-list {
    margin-bottom: 18px;
}

.gs-enrich-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gs-enrich-list li {
    position: relative;
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid var(--gs-line);
}

.gs-enrich-list li:last-child {
    border-bottom: 0;
}

.gs-enrich-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, #fff 0 32%, var(--gs-teal) 35% 100%);
    animation: pulseGreen 1.8s infinite ease-in-out;
    box-shadow: 0 0 0 0 #54AAB6;
}

.gs-enrich-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gs-enrich-tags h3 {
    flex: 0 0 100%;
}

.gs-enrich-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(84, 170, 182, .12);
    color: var(--gs-teal-dark);
    font-weight: 700;
}

.gs-enrich-deep {
    margin-top: 48px;
}

.gs-enrich-panel,
.gs-enrich-cta {
    height: 100%;
    border-radius: 26px;
    padding: 30px;
    border: 1px solid var(--gs-line);
    box-shadow: 0 16px 42px rgba(16, 24, 32, .07);
}

.gs-enrich-panel {
    background: #fff;
}

.gs-enrich-panel h3,
.gs-enrich-cta h3 {
    color: var(--gs-ink);
    font-size: 28px;
    line-height: 1.18;
    font-weight: 700;
    margin-bottom: 16px;
}

.gs-enrich-panel > p,
.gs-enrich-cta p {
    color: var(--gs-muted);
    line-height: 1.75;
}

.gs-question-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.gs-question-list li {
    position: relative;
    padding: 13px 0 13px 34px;
    color: var(--gs-ink);
    border-bottom: 1px solid var(--gs-line);
    line-height: 1.55;
}

.gs-question-list li:last-child {
    border-bottom: 0;
}

.gs-question-list li::before {
    content: "?";
    position: absolute;
    left: 0;
    top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: var(--gs-magenta);
    font-size: 13px;
    font-weight: 700;
    animation: pulseRed 1.8s infinite ease-in-out;
    box-shadow: 0 0 0 0 #B31B52;
}

.gs-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.gs-metric-grid article {
    padding: 20px;
    border-radius: 18px;
    background: var(--gs-soft);
    border: 1px solid rgba(84, 170, 182, .18);
}

.gs-metric-grid strong {
    display: block;
    color: var(--gs-teal-dark);
    font-size: 19px;
    margin-bottom: 8px;
}

.gs-metric-grid p {
    margin: 0;
    color: var(--gs-muted);
    line-height: 1.65;
}

.gs-faq-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.gs-faq-list details {
    border-radius: 18px;
    background: var(--gs-soft);
    border: 1px solid rgba(84, 170, 182, .18);
    overflow: hidden;
}

.gs-faq-list summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-faq-list details[open] summary {
    color: var(--gs-magenta);
}

.gs-faq-list p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--gs-muted);
    line-height: 1.75;
}

.gs-enrich-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(22, 118, 130, .92)),
        url("images/gs-newsletter-modern.svg") center / cover;
}

.gs-enrich-cta h3,
.gs-enrich-cta p {
    color: #fff;
}

.gs-enrich-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 50px;
    margin-top: 18px;
    padding: 14px 22px;
    border-radius: 999px;
    background: #fff;
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-enrich-cta a:hover {
    color: var(--gs-magenta);
    transform: translateY(-2px);
}

.gs-sage-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.gs-sage-actions .gs-btn {
    min-height: 50px;
    color: #fff;
    background: var(--gs-ink);
    box-shadow: 0 16px 34px rgba(16, 24, 32, .14);
}

.gs-sage-actions .gs-btn:hover {
    color: #fff;
    background: var(--gs-magenta);
    transform: translateY(-2px);
}

.gs-sage-actions .gs-btn-outline,
.gs-btn-outline {
    border: 1px solid rgba(22, 118, 130, .28);
    color: var(--gs-teal-dark);
    background: #fff;
    box-shadow: none;
}

.gs-sage-actions .gs-btn-outline:hover {
    color: var(--gs-magenta);
    background: #fff;
}

.gs-sage-video-panel,
.gs-sage-products {
    margin-bottom: 46px;
    border: 1px solid var(--gs-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 24, 32, .07);
}

.gs-sage-video-panel {
    padding: 28px;
}

.gs-sage-main-video {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 28px;
    align-items: center;
}

.gs-sage-video-panel h3,
.gs-sage-video-panel h2,
.gs-sage-products h3,
.gs-sage-benefits h2 {
    color: var(--gs-ink);
    font-weight: 700;
    line-height: 1.16;
}

.gs-sage-video-panel h3,
.gs-sage-video-panel h2,
.gs-sage-products h3 {
    font-size: 30px;
    margin: 10px 0 14px;
}

.gs-sage-video-panel p {
    color: var(--gs-muted);
    line-height: 1.75;
    margin: 0;
}

.gs-sage-video-panel video,
.gs-video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--gs-soft);
    box-shadow: 0 16px 34px rgba(16, 24, 32, .12);
}

.gs-sage-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(3, 166, 80, .18);
    border-radius: 20px;
    background: #101820;
    box-shadow: 0 18px 38px rgba(16, 24, 32, .16);
}

.gs-sage-player video {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    background: #101820;
    box-shadow: none;
    object-fit: cover;
}

.gs-sage-player-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 34px rgba(16, 24, 32, .22);
    transform: translate(-50%, -50%);
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.gs-sage-player-overlay::before,
.gs-sage-player-toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid var(--gs-green);
}

.gs-sage-player-overlay::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%);
}

.gs-sage-player-overlay:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.04);
}

.gs-sage-player.is-playing .gs-sage-player-overlay {
    opacity: 0;
    pointer-events: none;
}

.gs-sage-player-controls {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
    grid-template-columns: 42px auto minmax(140px, 1fr) 42px 86px 42px;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    color: #fff;
    background: rgba(16, 24, 32, .82);
    box-shadow: 0 14px 34px rgba(16, 24, 32, .24);
    backdrop-filter: blur(12px);
}

.gs-sage-player-btn {
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    transition: background .2s ease, transform .2s ease;
}

.gs-sage-player-btn:hover,
.gs-sage-player-btn:focus-visible {
    background: var(--gs-green);
    transform: translateY(-1px);
}

.gs-sage-player.is-playing .gs-sage-player-toggle::before {
    width: 14px;
    height: 18px;
    margin-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.gs-sage-player-time {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    min-width: 78px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.gs-sage-player-progress,
.gs-sage-player-volume {
    --gs-progress: 0%;
    --gs-volume: 100%;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.gs-sage-player-progress {
    background: linear-gradient(90deg, var(--gs-green) 0 var(--gs-progress), rgba(255, 255, 255, .24) var(--gs-progress) 100%);
}

.gs-sage-player-volume {
    background: linear-gradient(90deg, #fff 0 var(--gs-volume), rgba(255, 255, 255, .24) var(--gs-volume) 100%);
}

.gs-sage-player-progress::-webkit-slider-thumb,
.gs-sage-player-volume::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-radius: 50%;
    appearance: none;
    background: var(--gs-green);
    box-shadow: 0 4px 12px rgba(16, 24, 32, .24);
}

.gs-sage-player-progress::-moz-range-thumb,
.gs-sage-player-volume::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--gs-green);
    box-shadow: 0 4px 12px rgba(16, 24, 32, .24);
}

.gs-sage-player-mute::before,
.gs-sage-player-mute::after,
.gs-sage-player-fullscreen::before,
.gs-sage-player-fullscreen::after {
    content: "";
    position: absolute;
}

.gs-sage-player-mute::before {
    left: 12px;
    width: 8px;
    height: 14px;
    border-radius: 2px;
    background: #fff;
}

.gs-sage-player-mute::after {
    left: 20px;
    width: 11px;
    height: 18px;
    border: 2px solid #fff;
    border-left: 0;
    border-radius: 0 999px 999px 0;
}

.gs-sage-player.is-muted .gs-sage-player-mute {
    background: rgba(235, 0, 87, .86);
}

.gs-sage-player.is-muted .gs-sage-player-mute::after {
    width: 18px;
    height: 2px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    transform: rotate(-42deg);
}

.gs-sage-player-fullscreen::before {
    inset: 12px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.gs-sage-player-fullscreen::after {
    inset: 17px;
    background: rgba(255, 255, 255, .18);
}

.gs-video-placeholder {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 22px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.gs-video-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 24, 32, .12), rgba(16, 24, 32, .68));
}

.gs-video-placeholder a {
    position: relative;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--gs-ink);
    background: #fff;
    font-weight: 700;
}

.gs-sage-products {
    padding: 28px;
}

.gs-sage-products-head {
    max-width: 760px;
    margin-bottom: 22px;
}

.gs-sage-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gs-sage-products-grid article {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--gs-line);
    border-radius: 20px;
    background: var(--gs-soft);
}

.gs-sage-products-grid img {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 18px;
}

.gs-sage-products-grid h4 {
    color: var(--gs-ink);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gs-sage-products-grid p {
    color: var(--gs-muted);
    font-size: 15px;
    line-height: 1.65;
}

.gs-sage-products-grid article > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.gs-sage-products-grid a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    color: #fff;
    background: var(--gs-teal-dark);
    font-size: 14px;
    font-weight: 700;
}

.gs-sage-products-grid a + a {
    color: var(--gs-teal-dark);
    background: #fff;
    border: 1px solid rgba(22, 118, 130, .22);
}

.gs-sage-product {
    padding: 86px 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(84, 170, 182, .13), transparent 28%),
        radial-gradient(circle at 90% 8%, rgba(179, 27, 82, .10), transparent 24%),
        #fff;
}

.gs-sage-product-hero {
    margin-bottom: 48px;
}

.gs-sage-product-hero h1 {
    color: var(--gs-ink);
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.05;
    font-weight: 700;
    margin: 12px 0 20px;
}

.gs-sage-product-hero p {
    color: var(--gs-muted);
    font-size: 18px;
    line-height: 1.8;
}

.gs-sage-product-hero img {
    width: 100%;
    border-radius: 28px;
    box-shadow: var(--gs-shadow);
}

.gs-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 42px;
    padding: 9px 16px 9px 12px;
    border: 1px solid rgba(84, 170, 182, .34);
    border-radius: 999px;
    color: var(--gs-teal-dark);
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(84, 170, 182, .7), rgba(179, 27, 82, .42)) border-box;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .07);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 18px;
    transition: color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.gs-back-link::before {
    content: "\2190";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--gs-teal-dark), var(--gs-magenta));
    font-size: 15px;
    line-height: 1;
}

.gs-back-link:hover {
    color: var(--gs-magenta);
    border-color: rgba(179, 27, 82, .38);
    box-shadow: 0 16px 35px rgba(16, 24, 32, .10);
    transform: translateY(-2px);
}

.gs-sage-product-layout {
    display: grid;
    grid-template-columns: 1.5fr .8fr;
    gap: 22px;
    margin-bottom: 34px;
}

.gs-sage-product-layout .gs-sage-video-panel,
.gs-sage-product-layout .gs-sage-benefits {
    margin-bottom: 0;
}

.gs-sage-benefits {
    padding: 28px;
    border: 1px solid var(--gs-line);
    border-radius: 26px;
    background: var(--gs-soft);
}

.gs-sage-benefits h2 {
    font-size: 28px;
    margin-bottom: 18px;
}

.gs-sage-benefits span {
    display: block;
    padding: 14px 0;
    color: var(--gs-ink);
    font-weight: 700;
    border-bottom: 1px solid rgba(84, 170, 182, .2);
}

.gs-sage-benefits span:last-child {
    border-bottom: 0;
}

.gs-sage-product-modules {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .gs-enrich-grid,
    .gs-sage-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gs-sage-main-video,
    .gs-sage-product-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gs-page-enrichment {
        padding: 64px 0;
    }

    .gs-enrich-grid,
    .gs-enrich-steps,
    .gs-sage-products-grid {
        grid-template-columns: 1fr;
    }

    .gs-metric-grid {
        grid-template-columns: 1fr;
    }

    .gs-enrich-grid article {
        min-height: auto;
    }

    .gs-enrich-panel,
    .gs-enrich-cta {
        padding: 24px;
    }

    .gs-enrich-cta a {
        width: 100%;
    }

    .gs-sage-actions,
    .gs-sage-actions .gs-btn,
    .gs-sage-products-grid a {
        width: 100%;
    }

    .gs-sage-video-panel,
    .gs-sage-products,
    .gs-sage-benefits {
        padding: 22px;
    }

    .gs-sage-player-controls {
        right: 10px;
        bottom: 10px;
        left: 10px;
        grid-template-columns: 38px 1fr 38px 38px;
        gap: 8px;
        padding: 8px;
        border-radius: 14px;
    }

    .gs-sage-player-btn {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 10px;
    }

    .gs-sage-player-time,
    .gs-sage-player-volume {
        display: none;
    }

    .gs-sage-player-overlay {
        width: 62px;
        height: 62px;
    }

    .gs-back-link {
        width: 100%;
        justify-content: center;
        margin-bottom: 16px;
    }
}

/*------------------------ END DETAILED INNER PAGE CONTENT ------------------------------*/

/*------------------------ MODERN ARCHIVES ------------------------------*/
.gs-archive-page {
    background: var(--gs-soft);
}

.gs-archive-hero {
    padding: 72px 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(22, 118, 130, .92)),
        url("images/gs-architecture-modern.svg") center / cover;
}

.gs-archive-hero .gs-kicker,
.gs-archive-hero h1,
.gs-archive-hero h1 a,
.gs-archive-hero p {
    color: #fff;
}

.gs-archive-hero h1 {
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    margin-bottom: 18px;
}

.gs-archive-hero p {
    max-width: 780px;
    font-size: 18px;
    line-height: 1.8;
}

.gs-archive-content {
    padding: 76px 0;
}

.gs-archive-intro {
    max-width: 850px;
    margin-bottom: 36px;
}

.gs-archive-intro h2 {
    color: var(--gs-ink);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 16px;
}

.gs-archive-intro p {
    color: var(--gs-muted);
    font-size: 18px;
    line-height: 1.75;
}

.gs-archive-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--gs-line);
    box-shadow: 0 16px 40px rgba(16, 24, 32, .06);
    transition: transform .24s ease, box-shadow .24s ease;
}

.gs-archive-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--gs-shadow);
}

.gs-archive-card a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
}

.gs-archive-card img {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    background: var(--gs-soft);
}

.gs-archive-card div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.gs-archive-card span {
    color: var(--gs-teal-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 12px;
}

.gs-archive-card h3 {
    color: var(--gs-ink);
    font-size: 23px;
    line-height: 1.22;
    font-weight: 700;
    margin-bottom: 12px;
}

.gs-archive-card p {
    color: var(--gs-muted);
    line-height: 1.7;
    margin-bottom: 22px;
}

.gs-archive-card strong {
    margin-top: auto;
    color: var(--gs-magenta);
}

.gs-home-news-layout {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(180px, .72fr);
    gap: 22px;
    align-items: stretch;
}

.gs-home-news-item,
.gs-home-news-action {
    min-width: 0;
}

.gs-news .gs-archive-card {
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(16, 24, 32, .07);
}

.gs-news .gs-archive-card:hover {
    transform: translateY(-5px);
}

.gs-news .gs-archive-card img {
    aspect-ratio: 1.22 / 1;
}

.gs-news .gs-archive-card div {
    padding: 20px;
}

.gs-news .gs-archive-card h3 {
    font-size: 19px;
}

.gs-news .gs-archive-card p {
    font-size: 15px;
    line-height: 1.62;
}

.gs-home-news-action {
    display: flex;
    align-items: stretch;
}

.gs-home-news-action a {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    padding: 26px 22px;
    overflow: hidden;
    border-radius: 18px;
    color: var(--gs-ink);
    text-align: center;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(145deg, var(--gs-teal), var(--gs-magenta)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 14px 34px rgba(16, 24, 32, .07);
    transition: transform .28s ease, box-shadow .28s ease, color .28s ease, background .28s ease;
    isolation: isolate;
}

.gs-home-news-action a::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .16) 34%, rgba(255, 255, 255, .72) 48%, rgba(255, 255, 255, .12) 62%, transparent 100%);
    opacity: 0;
    transform: translateX(-120%);
    transition: opacity .28s ease;
}

.gs-home-news-action a::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--gs-magenta);
    box-shadow: inset 0 0 0 9px rgba(255, 255, 255, .22);
    transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
    animation: gs-action-pulse 3.2s ease-in-out infinite;
}

.gs-home-news-action a span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    color: inherit;
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: transform .28s ease;
}

.gs-home-news-action a:hover {
    color: #fff;
    background:
        linear-gradient(145deg, var(--gs-ink), var(--gs-magenta)) padding-box,
        linear-gradient(145deg, var(--gs-teal), var(--gs-magenta)) border-box;
    box-shadow: 0 20px 42px rgba(16, 24, 32, .14);
    transform: translateY(-5px);
}

.gs-home-news-action a:hover::before {
    opacity: 1;
}

.gs-home-news-action a:hover::after {
    background: var(--gs-teal);
    box-shadow:
        inset 0 0 0 9px rgba(255, 255, 255, .24),
        0 0 0 10px rgba(84, 170, 182, .16);
    transform: translate(6px, -6px);
    animation: none;
}

.gs-home-news-action a:hover span {
    transform: translateY(-1px);
}

@keyframes gs-action-shine {
    from {
        transform: translateX(-120%);
    }

    to {
        transform: translateX(120%);
    }
}

@keyframes gs-action-pulse {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
        box-shadow: inset 0 0 0 9px rgba(255, 255, 255, .22);
    }

    50% {
        transform: translate(-3px, 3px) scale(1.06);
        box-shadow:
            inset 0 0 0 9px rgba(255, 255, 255, .22),
            0 0 0 8px rgba(179, 27, 82, .08);
    }
}

@media (max-width: 1199px) {
    .gs-home-news-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gs-home-news-action {
        grid-column: 1 / -1;
    }

    .gs-home-news-action a {
        min-height: 120px;
    }
}

@media (max-width: 575px) {
    .gs-home-news-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gs-news .gs-archive-card div,
    .gs-home-news-action a {
        padding: 18px;
    }

    .gs-home-news-action a {
        min-height: 96px;
        justify-content: flex-start;
        text-align: left;
    }

    .gs-home-news-action a span {
        max-width: calc(100% - 56px);
        font-size: 16px;
    }
}

.gs-pagination {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.gs-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.gs-pagination a,
.gs-pagination span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--gs-line);
    background: #fff;
    color: var(--gs-ink);
    font-weight: 700;
    padding: 8px 14px;
}

.gs-pagination .current,
.gs-pagination a:hover {
    background: var(--gs-ink);
    color: #fff;
}

.gs-empty-state {
    padding: 42px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--gs-line);
    box-shadow: 0 16px 40px rgba(16, 24, 32, .06);
}

.gs-empty-state h2 {
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-empty-state p {
    color: var(--gs-muted);
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gs-search-hero {
    background:
        linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(84, 170, 182, .82)),
        url("images/gs-hero-modern.svg") center / cover;
}

.gs-search-hero strong {
    color: #fff;
    font-weight: 800;
}

.gs-search-panel {
    margin: -110px 0 58px;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--gs-line);
    box-shadow: var(--gs-shadow);
}

.gs-search-form {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.gs-search-form input[type="search"] {
    width: 100%;
    min-height: 58px;
    padding: 0 20px;
    border: 1px solid var(--gs-line);
    border-radius: 999px;
    color: var(--gs-ink);
    background: var(--gs-soft);
    font-size: 17px;
    outline: none;
}

.gs-search-form input[type="search"]:focus {
    border-color: var(--gs-teal);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(84, 170, 182, .16);
}

.gs-search-form button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--gs-ink);
    font-weight: 800;
    transition: transform .22s ease, background .22s ease;
}

.gs-search-form button:hover {
    background: var(--gs-magenta);
    transform: translateY(-2px);
}

.gs-search-card img {
    aspect-ratio: 1.35 / 1;
}

.gs-search-empty {
    max-width: 760px;
}

@media (max-width: 767px) {
    .gs-search-panel {
        margin-top: -88px;
        padding: 18px;
        border-radius: 18px;
    }

    .gs-search-form {
        flex-direction: column;
    }

    .gs-search-form button {
        width: 100%;
    }
}

/*------------------------ END MODERN ARCHIVES ------------------------------*/

/*------------------------ MODERN SINGLES ------------------------------*/
.gs-single-page {
    background: var(--gs-soft);
}

.gs-single-hero {
    padding: 74px 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(179, 27, 82, .82)),
        url("images/gs-hero-modern.svg") center / cover;
}

.gs-single-hero .gs-kicker,
.gs-single-hero h1,
.gs-single-hero p {
    color: #fff;
}

.gs-single-hero h1 {
    max-width: 980px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 18px;
}

.gs-single-hero p {
    font-size: 17px;
    margin: 0;
}

.gs-single-content {
    padding: 76px 0;
}

.gs-single-article {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--gs-line);
    box-shadow: var(--gs-shadow);
}

.gs-single-image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    background: var(--gs-soft);
}

.gs-single-body {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px;
}

.gs-single-body h2,
.gs-single-body h3,
.gs-job-panel h2,
.gs-single-next h2 {
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-single-body p,
.gs-single-body li {
    color: var(--gs-muted);
    font-size: 18px;
    line-height: 1.85;
}

.gs-single-body img {
    border-radius: 20px;
}

.gs-single-next,
.gs-job-panel {
    margin-top: 28px;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid var(--gs-line);
    background: #fff;
    box-shadow: 0 16px 40px rgba(16, 24, 32, .06);
}

.gs-job-panel {
    margin: 0 48px 48px;
    background: var(--gs-soft);
}

.gs-single-next p,
.gs-job-panel p {
    color: var(--gs-muted);
    line-height: 1.75;
}

.gs-single-next a,
.gs-job-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    color: #fff;
    background: var(--gs-ink);
    font-weight: 700;
}

.gs-single-next a:hover,
.gs-job-panel a:hover {
    background: var(--gs-magenta);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .gs-single-content {
        padding: 54px 0;
    }

    .gs-single-body {
        padding: 28px;
    }

    .gs-job-panel {
        margin: 0 24px 28px;
    }
}

/*------------------------ END MODERN SINGLES ------------------------------*/

/*------------------------ HEADER, FORMS AND TECHNICAL SOLUTIONS ------------------------------*/
.gs-site-header {
    padding: 0;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(84, 170, 182, .18);
}

.gs-header-top {
    background: #071015;
    color: #fff;
    font-size: 13px;
}

.gs-header-top-inner,
.gs-header-main-inner,
.gs-contact-list,
.gs-header-quick,
.gs-second-menu,
.gs-header-actions {
    display: flex;
    align-items: center;
}

.gs-header-top-inner {
    justify-content: space-between;
    gap: 18px;
    min-height: 42px;
}

.gs-contact-list,
.gs-second-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 14px;
    flex-wrap: wrap;
}

.gs-contact-list a,
.gs-second-menu a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .82);
    font-weight: 600;
}

.gs-contact-list img,
.gs-social-link img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.gs-header-quick {
    gap: 12px;
    justify-content: flex-end;
}

.gs-social-link {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .10);
}

.gs-header-main {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px);
}

.gs-header-main-inner {
    min-height: 82px;
    justify-content: space-between;
    gap: 24px;
}

.gs-brand img {
    width: 190px;
    max-height: 62px;
}

.gs-primary-nav {
    flex: 1;
    text-align: center;
}

.gs-primary-nav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gs-primary-nav li {
    margin: 0 !important;
}

.gs-primary-nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-primary-nav > ul > li > a:hover {
    color: var(--gs-magenta);
    background: rgba(179, 27, 82, .08);
}

.gs-primary-nav a::before {
    display: none !important;
}

.gs-primary-nav .sub-nav-menu {
    top: calc(100% - 8px);
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(8px);
    width: min(1080px, calc(100vw - 40px));
    padding: 28px;
    border: 1px solid rgba(84, 170, 182, .18);
    border-radius: 24px;
    background: #fff;
    text-align: left;
    box-shadow: var(--gs-shadow);
    opacity: 0;
    visibility: hidden;
}

.gs-primary-nav .menu-item:hover > .sub-nav-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.gs-primary-nav .sub-nav-menu h1 {
    width: auto;
    display: inline-flex;
    margin: 0 0 18px;
    rotate: 0deg;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gs-magenta), var(--gs-teal));
    color: #fff;
    font-size: 20px;
}

.gs-primary-nav .sub-nav-menu ul {
    float: none;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.gs-primary-nav .sub-nav-menu li a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 14px;
    background: var(--gs-soft);
    color: var(--gs-ink);
}

.gs-primary-nav .sub-nav-menu li a:hover {
    background: rgba(84, 170, 182, .14);
}

.gs-header-actions {
    gap: 10px;
}

.gs-search-bar form,
.gs-mobile-panel .v-search-bar form {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 190px;
    min-height: 42px;
    padding: 6px 12px;
    border: 1px solid var(--gs-line);
    border-radius: 999px;
    background: #fff;
}

.gs-search-bar input[type="search"],
.gs-mobile-panel input[type="search"] {
    min-width: 0;
    flex: 1;
    border: 0;
}

.gs-search-bar input[type="image"],
.gs-mobile-panel input[type="image"] {
    width: 18px;
    height: 18px;
    padding: 0;
}

.gs-header-cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    color: #fff;
    background: var(--gs-ink);
    font-weight: 700;
}

.gs-header-cta:hover {
    color: #fff;
    background: var(--gs-magenta);
    transform: translateY(-2px);
}

.gs-toggle-menu {
    display: none;
}

.gs-toggle-menu a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--gs-ink);
    background: var(--gs-soft);
    font-size: 24px;
    font-weight: 700;
}

.gs-mobile-panel {
    padding: 20px;
    border-top: 1px solid var(--gs-line);
    background: #fff;
}

.gs-mobile-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gs-mobile-panel a {
    display: block;
    padding: 12px 0;
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-form-page {
    background: var(--gs-soft);
}

.gs-form-hero {
    padding: 90px 0 78px;
    background:
        radial-gradient(circle at 6% 12%, rgba(84, 170, 182, .16), transparent 30%),
        radial-gradient(circle at 94% 10%, rgba(179, 27, 82, .12), transparent 28%),
        #fff;
}

.gs-form-hero h1 {
    color: var(--gs-ink);
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.04;
    font-weight: 700;
    margin-bottom: 22px;
}

.gs-form-hero p,
.gs-form-card-head p,
.gs-contact-aside p {
    color: var(--gs-muted);
    font-size: 17px;
    line-height: 1.75;
}

.gs-form-visual {
    width: 100%;
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--gs-shadow);
}

.gs-form-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.gs-form-proof div {
    padding: 18px;
    border: 1px solid var(--gs-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 14px 35px rgba(16, 24, 32, .06);
}

.gs-form-proof strong {
    display: block;
    color: var(--gs-magenta);
    font-size: 24px;
}

.gs-form-proof span {
    color: var(--gs-muted);
    font-size: 13px;
}

.gs-form-section {
    padding: 82px 0;
}

.gs-form-card,
.gs-contact-aside {
    border: 1px solid var(--gs-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--gs-shadow);
}

.gs-form-card {
    padding: 34px;
}

.gs-form-card-head {
    margin-bottom: 26px;
}

.gs-form-card-head h2,
.gs-contact-aside h3 {
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-form-card-head h2 {
    font-size: clamp(30px, 4vw, 44px);
}

.gs-modern-form {
    display: grid;
    gap: 18px;
}

.gs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gs-field {
    display: grid;
    gap: 8px;
}

.gs-field label {
    color: var(--gs-ink);
    font-weight: 700;
}

.gs-field input,
.gs-field textarea,
.gs-field select {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    border: 1px solid var(--gs-line);
    border-radius: 16px;
    background: var(--gs-soft);
    color: var(--gs-ink);
    outline: none;
}

.gs-field textarea {
    resize: vertical;
}

.gs-field input:focus,
.gs-field textarea:focus,
.gs-field select:focus {
    border-color: var(--gs-teal);
    box-shadow: 0 0 0 4px rgba(84, 170, 182, .16);
}

.gs-file-field small {
    color: var(--gs-muted);
}

.gs-form-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 8px;
}

.gs-form-footer input[type="submit"] {
    min-height: 52px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--gs-ink);
    font-weight: 700;
}

.gs-form-footer input[type="submit"]:hover {
    background: var(--gs-magenta);
}

.gs-contact-aside {
    display: grid;
    gap: 20px;
    padding: 28px;
}

.gs-contact-aside ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.gs-contact-aside li {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--gs-line);
}

.gs-contact-aside li:last-child {
    border-bottom: 0;
}

.gs-contact-aside a {
    color: var(--gs-teal-dark);
    font-weight: 700;
}

.gs-contact-note {
    padding: 22px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--gs-ink), var(--gs-teal-dark));
}

.gs-contact-note h3,
.gs-contact-note p {
    color: #fff;
}

.gs-tech-section {
    margin: 54px 0;
    padding: 36px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(22, 118, 130, .92)),
        url("images/gs-architecture-modern.svg") center / cover;
    color: #fff;
    box-shadow: var(--gs-shadow);
}

.gs-tech-section h3,
.gs-tech-section p,
.gs-tech-section .gs-kicker {
    color: #fff;
}

.gs-tech-section h3 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 18px;
}

.gs-tech-section p {
    color: rgba(255, 255, 255, .84);
}

.gs-tech-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.gs-tech-flow span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
}

.gs-tech-flow strong {
    color: #fff;
}

.gs-tech-diagram {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
}

.gs-tech-core,
.gs-tech-node {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    border-radius: 18px;
    text-align: center;
    font-weight: 700;
}

.gs-tech-core {
    grid-column: 2;
    grid-row: 2;
    min-height: 112px;
    color: #fff;
    background: linear-gradient(135deg, var(--gs-magenta), var(--gs-teal));
    font-size: 26px;
}

.gs-tech-node {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .16);
}

.gs-tech-modules {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.gs-tech-modules article {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    color: var(--gs-ink);
}

.gs-tech-modules h4 {
    color: var(--gs-ink);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gs-tech-modules p {
    color: var(--gs-muted);
    margin: 0;
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .gs-primary-nav {
        display: none;
    }

    .gs-toggle-menu {
        display: inline-flex;
    }

    .gs-tech-modules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gs-header-top {
        display: none;
    }

    .gs-search-bar,
    .gs-header-cta {
        display: none;
    }

    .gs-form-grid,
    .gs-form-proof,
    .gs-tech-diagram,
    .gs-tech-modules {
        grid-template-columns: 1fr;
    }

    .gs-tech-core {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .gs-brand img {
        width: 165px;
    }

    .gs-form-card,
    .gs-contact-aside,
    .gs-tech-section {
        padding: 24px;
        border-radius: 22px;
    }

    .gs-form-footer input[type="submit"] {
        width: 100%;
    }
}

/*------------------------ END HEADER, FORMS AND TECHNICAL SOLUTIONS ------------------------------*/

/*------------------------ STABLE LEGACY HEADER COMPATIBILITY ------------------------------*/
.header:not(.gs-site-header) {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 0 14px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
}

.header:not(.gs-site-header) .top-menu ul,
.header:not(.gs-site-header) .primary-menu ul,
.header:not(.gs-site-header) .vertical-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header:not(.gs-site-header) .top-menu li,
.header:not(.gs-site-header) .primary-menu li {
    display: inline-block;
}

.header:not(.gs-site-header) .primary-menu .brand,
.header:not(.gs-site-header) .primary-menu .menu-items,
.header:not(.gs-site-header) .primary-menu .search-bar,
.header:not(.gs-site-header) .primary-menu .toggle-menu {
    vertical-align: middle;
}

.header:not(.gs-site-header) .primary-menu .brand {
    width: 17%;
}

.header:not(.gs-site-header) .primary-menu .brand img {
    max-width: 190px;
    width: 100%;
}

.header:not(.gs-site-header) .primary-menu .menu-items {
    width: 61%;
}

.header:not(.gs-site-header) .primary-menu .search-bar {
    width: 18%;
    float: right;

}

.header:not(.gs-site-header) .primary-menu .toggle-menu {
    width: 5%;
    text-align: right;
    display: none;
}

.header:not(.gs-site-header) .toggle-menu a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--gs-ink);
    background: var(--gs-soft);
    font-size: 24px;
    font-weight: 700;
}
@media (min-width: 991px) {
.header:not(.gs-site-header) .vertical-menu {
    padding: 22px;
    background: #fff;
    border-top: 1px solid var(--gs-line);
    box-shadow: var(--gs-shadow);
    display: none;
}
}
@media (max-width: 767px) {
    .header:not(.gs-site-header) .vertical-menu {

        padding: 22px;
    background: #fff;
    border-top: 1px solid var(--gs-line);
    box-shadow: var(--gs-shadow);
}
}
.header:not(.gs-site-header) .vertical-menu a {
    display: block;
    /*padding: 12px 0;*/
    color: var(--gs-ink);
    font-weight: 700;
}

@media (max-width: 991px) {
    .header:not(.gs-site-header) .top-menu,
    .header:not(.gs-site-header) .primary-menu .menu-items,
    .header:not(.gs-site-header) .primary-menu .search-bar {
        display: none;
    }

    .header:not(.gs-site-header) .primary-menu .brand {
        width: 80%;
        text-align: left;
    }

    .header:not(.gs-site-header) .primary-menu .toggle-menu {
        display: inline-block;
        width: 18%;
    }
}

/*------------------------ END STABLE LEGACY HEADER COMPATIBILITY ------------------------------*/

/*------------------------ MODERN SUB NAV MENU ------------------------------*/
.header .primary-menu .menu-items .sub-nav-menu {
    z-index: 1005;
    width: min(1120px, calc(100vw - 48px));
    left: 50%;
    right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 28px;
    transform: translateX(-50%) translateY(14px);
    visibility: hidden;
    opacity: 0;
    margin-top: 16px;
    padding: 28px;
    text-align: left;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(245, 250, 251, .96)),
        radial-gradient(circle at 92% 10%, rgba(84, 170, 182, .18), transparent 28%);
    border: 1px solid rgba(84, 170, 182, .22);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(16, 24, 32, .16);
    backdrop-filter: blur(14px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.header .primary-menu .menu-items .menu-item:hover > .sub-nav-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.header .primary-menu .menu-items .sub-nav-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translateX(-50%) rotate(45deg);
    background: #fff;
    border-left: 1px solid rgba(84, 170, 182, .18);
    border-top: 1px solid rgba(84, 170, 182, .18);
    display: none;
}

.header .primary-menu .menu-items .sub-nav-menu h1 {
    display: inline-flex;
    flex: 0 0 100%;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 22px;
    padding: 10px 16px;
    rotate: 0deg;
    border-radius: 999px;
    color: #4b4b4b;
    /*background: linear-gradient(135deg, var(--gs-magenta), var(--gs-teal));*/
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    background-color:#fff;
    /* text-decoration: overline; */
    /*box-shadow: 0 7px 15px #ccc;*/
    border: 1px solid #e7e7e7;
}

.header .primary-menu .menu-items .sub-nav-menu h1 strong {
    display: none;
}

.header .primary-menu .menu-items .sub-nav-menu h2 {
    color: var(--gs-muted);
    font-family: "Funnel Display", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.header .primary-menu .menu-items .sub-nav-menu ul {
    float: none;
    flex: 1 1 56%;
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 10px;
    width: 56%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.header .primary-menu .menu-items .sub-nav-menu ul li {
    display: block;
    margin: 0;
}

.header .primary-menu .menu-items .sub-nav-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 16px;
    color: var(--gs-ink);
    background: rgba(255, 255, 255, .72);
    font-weight: 700;
    text-decoration: none;
}

.header .primary-menu .menu-items .sub-nav-menu a:hover {
    color: var(--gs-magenta);
    background: #fff;
    border-color: rgba(84, 170, 182, .24);
    box-shadow: 0 12px 28px rgba(16, 24, 32, .08);
    transform: translateY(-2px);
    text-decoration: none;
}

.header .primary-menu .menu-items .sub-nav-menu a::before,
.header .primary-menu .menu-items .nav-item:hover .sub-nav-menu a::before {
    display: none;
}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children::after,
.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children li::before {
    content: "";
}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children {
    position: relative;
}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children > a::after {
    content: ">";
    margin-left: auto;
    color: var(--gs-teal-dark);
    font-weight: 700;
}

.header .primary-menu .menu-items > ul > .menu-item-has-children > a::before,
.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children > a::before {
    content: "";
    display: inline-flex !important;
    width: 0;
    height: 22px;
    margin-right: 0;
    border-radius: 999px;
    background:
        linear-gradient(135deg, var(--gs-magenta), var(--gs-teal));
    opacity: 0;
    transform: scale(.72);
    transition: width .2s ease, margin .2s ease, opacity .2s ease, transform .2s ease;
}

.header .primary-menu .menu-items > ul > .menu-item-has-children:hover > a::before,
.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children:hover > a::before {
    width: 22px;
    margin-right: 8px;
    opacity: 1;
    transform: scale(1);
}

.header .primary-menu .menu-items > ul > .menu-item-has-children:hover > a::before,
.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children:hover > a::before {
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .64);
}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children ul {
    position: absolute;
    top: 0;
    left: calc(100% + 14px);
    z-index: 1010;
    display: grid;
    grid-template-columns: 1fr;
    width: 280px;
    min-width: 240px;
    margin: 0;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    float: none;
    background: #fff;
    border: 1px solid rgba(84, 170, 182, .20);
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(16, 24, 32, .14);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    transform: translateX(8px);
}

.header .primary-menu .sub-nav-menu .menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.header .primary-menu .menu-items .sub-nav-menu .menu-item-type-custom ul li {
    margin-left: 0;
}

.header .primary-menu .menu-items .sub-nav-menu .bg-sub-m {
    width: 36%;
    flex: 0 0 36%;
    min-height: 210px;
    display: inline-flex;
    float: right;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(16, 24, 32, .95), rgba(22, 118, 130, .86)),
        url("images/gs-architecture-modern.svg") center / cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.header .primary-menu .menu-items .sub-nav-menu .bg-sub-m img {
    width: min(78%, 260px);
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .20));
}

@media (max-width: 1199px) {
    .header .primary-menu .menu-items .sub-nav-menu {
        width: calc(100vw - 30px);
    }

    .header .primary-menu .menu-items .sub-nav-menu ul {
        width: 100%;
    }

    .header .primary-menu .menu-items .sub-nav-menu .bg-sub-m {
        display: none;
    }
}

/*------------------------ END MODERN SUB NAV MENU ------------------------------*/

/*------------------------ REMOVE PRIMARY/SUB MENU BEFORE DECORATION ------------------------------*/
.header .primary-menu .menu-items a::before,
.header .primary-menu .menu-items a:hover::before,
.header .primary-menu .menu-items .nav-item:hover .sub-nav-menu a::before,
.header .primary-menu .menu-items .sub-nav-menu::before,
.header .primary-menu .menu-items .sub-nav-menu a::before,
.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children li::before,
.header .primary-menu .menu-items > ul > .menu-item-has-children > a::before,
.header .primary-menu .menu-items > ul > .menu-item-has-children:hover > a::before,
.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children > a::before,
.header .primary-menu .menu-items .sub-nav-menu .menu-item-has-children:hover > a::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 0 !important;
}

/*------------------------ END REMOVE PRIMARY/SUB MENU BEFORE DECORATION ------------------------------*/

/*------------------------ WAVESOFT PAGE ------------------------------*/
.gs-wavesoft-suite {
    padding: 0 0 96px;
    background: #f7fbfc;
}

.gs-wavesoft-suite .container {
    display: grid;
    gap: 34px;
}

.gs-wavesoft-suite-inline {
    display: grid;
    gap: 34px;
    padding: 34px 0;
    background: transparent;
}

.gs-wavesoft-partner-row,
.gs-wavesoft-schema,
.gs-wavesoft-edition,
.gs-wavesoft-sheets article,
.gs-wavesoft-videos article {
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
}

.gs-wavesoft-partner-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
}

.gs-wavesoft-partner-row h2,
.gs-wavesoft-schema h2,
.gs-wavesoft-section-head h2 {
    margin: 8px 0 0;
    color: #17112c;
    font-size: 32px;
    line-height: 1.18;
}

.gs-wavesoft-badges {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
}

.gs-wavesoft-badges img {
    width: 126px;
    height: 126px;
    object-fit: contain;
}

.gs-wavesoft-schema {
    display: grid;
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 34px;
    overflow: hidden;
}

.gs-wavesoft-schema p,
.gs-wavesoft-edition > p,
.gs-wavesoft-sheets p {
    margin: 14px 0 0;
    color: #5e6778;
    font-size: 16px;
    line-height: 1.75;
}

.gs-wavesoft-schema img {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
}

.gs-wavesoft-section-head {
    max-width: 850px;
    margin-top: 20px;
}

.gs-wavesoft-editions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gs-wavesoft-edition {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
}

.gs-wavesoft-edition-head {
    display: flex;
    gap: 16px;
    align-items: center;
}

.gs-wavesoft-edition-head img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex: 0 0 72px;
}

.gs-wavesoft-edition h3,
.gs-wavesoft-sheets h3,
.gs-wavesoft-videos h3 {
    margin: 0;
    color: #17112c;
    font-size: 22px;
    line-height: 1.25;
}

.gs-wavesoft-edition-head p {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
}

.gs-wavesoft-standard {
    border-top: 4px solid #f45a05;
}

.gs-wavesoft-pro {
    border-top: 4px solid #b966a7;
}

.gs-wavesoft-enterprise {
    border-top: 4px solid #0caeaa;
}

.gs-wavesoft-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
}

.gs-wavesoft-module-grid span {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 54px;
    padding: 10px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    color: #202636;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    background: #f8fafc;
}

.gs-wavesoft-module-grid img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex: 0 0 34px;
}

.gs-wavesoft-sheets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gs-wavesoft-sheets article {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 24px;
}

.gs-wavesoft-sheets a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 18px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    background: #0caeaa;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gs-wavesoft-sheets a:hover {
    color: #fff;
    background: #17112c;
    box-shadow: 0 12px 28px rgba(23, 17, 44, .18);
    transform: translateY(-2px);
}

.gs-wavesoft-videos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gs-wavesoft-videos article {
    padding: 20px;
}

.gs-wavesoft-videos video,
.gs-wavesoft-video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-top: 14px;
    border-radius: 8px;
    background-color: #101828;
}

.gs-wavesoft-videos video {
    display: block;
    object-fit: cover;
}

.gs-wavesoft-video-placeholder {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gs-wavesoft-video-placeholder a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #f45a05;
}

@media (max-width: 1199px) {
    .gs-wavesoft-editions,
    .gs-wavesoft-sheets,
    .gs-wavesoft-videos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gs-wavesoft-schema {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gs-wavesoft-suite {
        padding-bottom: 68px;
    }

    .gs-wavesoft-partner-row,
    .gs-wavesoft-schema {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .gs-wavesoft-partner-row h2,
    .gs-wavesoft-schema h2,
    .gs-wavesoft-section-head h2 {
        font-size: 25px;
    }

    .gs-wavesoft-badges {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .gs-wavesoft-badges img {
        width: 108px;
        height: 108px;
    }

    .gs-wavesoft-editions,
    .gs-wavesoft-sheets,
    .gs-wavesoft-videos,
    .gs-wavesoft-module-grid {
        grid-template-columns: 1fr;
    }
}

/*------------------------ END WAVESOFT PAGE ------------------------------*/

/*------------------------ SAGE 100 DOWNLOADS ------------------------------*/
.gs-sage-100-sheets {
    display: grid;
    gap: 24px;
    margin-top: 38px;
}

.gs-sage-100-sheet-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gs-sage-100-sheet-group {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
}

.gs-sage-100-sheet-group h3 {
    margin: 0;
    color: #17112c;
    font-size: 22px;
    line-height: 1.25;
}

.gs-sage-100-sheet-group p {
    margin: 10px 0 0;
    color: #5e6778;
    font-size: 15px;
    line-height: 1.65;
}

.gs-sage-100-sheet-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}

.gs-sage-100-sheet-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background: #0caeaa;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gs-sage-100-sheet-links a:hover {
    color: #fff;
    background: #17112c;
    box-shadow: 0 12px 28px rgba(23, 17, 44, .18);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .gs-sage-100-sheet-groups {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .gs-sage-100-sheet-links {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/*------------------------ END SAGE 100 DOWNLOADS ------------------------------*/

/*------------------------ ACURTIME PAGE ------------------------------*/
.gs-acurtime-suite {
    display: grid;
    gap: 28px;
    padding: 34px 0;
}

.gs-acurtime-focus,
.gs-acurtime-features article,
.gs-acurtime-downloads,
.gs-acurtime-sheet-grid article {
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
}

.gs-acurtime-focus {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 26px;
    align-items: center;
    padding: 30px;
}

.gs-acurtime-focus h2,
.gs-acurtime-download-head h2 {
    margin: 8px 0 0;
    color: #17112c;
    font-size: 30px;
    line-height: 1.2;
}

.gs-acurtime-focus p,
.gs-acurtime-features p,
.gs-acurtime-download-head p,
.gs-acurtime-sheet-grid p {
    margin: 12px 0 0;
    color: #5e6778;
    font-size: 16px;
    line-height: 1.7;
}

.gs-acurtime-focus img {
    width: 150px;
    max-height: 92px;
    object-fit: contain;
    justify-self: end;
}

.gs-acurtime-features,
.gs-acurtime-sheet-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gs-acurtime-features article,
.gs-acurtime-sheet-grid article {
    padding: 24px;
}

.gs-acurtime-features h3,
.gs-acurtime-sheet-grid h3 {
    margin: 0;
    color: #17112c;
    font-size: 21px;
    line-height: 1.28;
}

.gs-acurtime-downloads {
    padding: 30px;
}

.gs-acurtime-download-head {
    max-width: 780px;
    margin-bottom: 22px;
}

.gs-acurtime-sheet-grid article {
    display: flex;
    flex-direction: column;
    min-height: 210px;
}

.gs-acurtime-sheet-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 18px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    background: #0caeaa;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gs-acurtime-sheet-grid a:hover {
    color: #fff;
    background: #17112c;
    box-shadow: 0 12px 28px rgba(23, 17, 44, .18);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .gs-acurtime-focus,
    .gs-acurtime-features,
    .gs-acurtime-sheet-grid {
        grid-template-columns: 1fr;
    }

    .gs-acurtime-focus {
        padding: 24px;
    }

    .gs-acurtime-focus img {
        justify-self: start;
    }

    .gs-acurtime-focus h2,
    .gs-acurtime-download-head h2 {
        font-size: 25px;
    }
}

/*------------------------ END ACURTIME PAGE ------------------------------*/
