@charset "UTF-8";

*,
*::before,
*::after {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.section-margin{
    margin: 50px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
div{
    line-height: 1.2;
}
html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a:hover{
    text-decoration: none!important;
    outline: none!important;
}

a, button, input {
    outline: none;
}
p{
    line-height: 1.2;
}
ol, ul {
    padding: 0;
    margin: 0!important;
    list-style-type: none;
}

.copyright{
    color: #fff;
    font-family: var(--custom-first-font);
    font-size: 20px;
}
.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}
b, strong {
    font-weight: 600;
    color: var(--first-color);
}
main {
    position: relative;
    z-index: 0; 
    overflow-x: clip;
}
iframe {
    width: 100%;
    border: none;
    display: block;
}

button:focus {
    outline: none;
}

svg{
    width: 24px;
    height: 24px;
}

figure{
    margin: 0px;
}

html[lang="ar"] body {
    direction: ltr!important
}

.p60 {
    padding: 60px 0;
}

.homeButton {
    font-weight: bold;
}

.success{
    display: none;
}

.unsuccessful{
    display: none;
}

.line {
    position: relative;
    top: 60px;
    width: 100%;
    height: 5px;
    background: var(--line-color);
}

.footer-line {
    position: relative;
    top: 30px;
    width: 100%;
    height: 5px;
    background: #4c4c4a;
}

:root {
    --custom-first-font: "Poppins", sans-serif;
    --color: #b71237;
    --color-2: #ACA09B;
    --color-3: #707070;
    --color-4: #877D7A;
    --progress-bar:#ACA09B69;
    --color-lightblue: #48C5AF;
    --color-category-title:#cbc1bd;
    --button-gradient: transparent linear-gradient(71deg, #C2B5B0 0%, #C6B9B4 3%, #FAF0EC 45%, #FFF6F2 49%, #D0C4C0 82%, #A99C97 96%, #A0928D 100%, #A0928D 100%) 0% 0% no-repeat padding-box;;
    --button-gradient-2:transparent radial-gradient(closest-side at 50% 50%, #9E0F2E 0%, #67061D 100%) 0% 0% no-repeat padding-box;;
    --text-gradient:linear-gradient(79deg, #AB9F9A 0%, #AB9F9A 41%, #BDB2AD 78%, #C6BCB7 98%, #C6BCB7 100%) 0% 0% no-repeat padding-box;
    --title-gradient:linear-gradient(79deg, #ffffff 0%, #ffffff 2%, #c1bfbf 22%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    --text2-gradient:transparent linear-gradient(71deg, #C2B5B0 0%, #C6B9B4 3%, #FAF0EC 45%, #FFF6F2 49%, #D0C4C0 82%, #A99C97 96%, #A0928D 100%, #A0928D 100%) 0% 0% no-repeat padding-box;
    --bg-gradient:linear-gradient(45deg, #181921 0%, #2E2F3A 100%) 0% 0% no-repeat padding-box;
    --bg-gradient-2:linear-gradient(118deg, #1E2029 0%, #14161D 100%) 0% 0% no-repeat padding-box;
    --bg-gradient-3:linear-gradient(127deg, #796E6B 0%, #ACA09B 61%, #6F6662 95%, #6F6662 100%) 0% 0% no-repeat padding-box;
    --bg-color:#f0f5f6;    
    --red-color:transparent radial-gradient(closest-side at 50% 50%, #9E0F2E 0%, #67061D 100%) 0% 0% no-repeat padding-box;    
    --color-white:#F4F6FB;
    --text-light:#fff;
    --gutter0:0px;
    --gutter25:25px;
     --border-color: #707070;
    --glow-color: #667eea;
    --glow-color-end: #764ba2;
}
.gutterbg{
  padding-left: var(--gutter25);  
  padding-right: var(--gutter25);  
}

body {
    font-family: "Poppins", sans-serif;
    color:#fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    position: relative!important;
    background: #1a1c23;
    overflow-x: hidden;
    --gutter-x: 15px;
    --gutter-x3: -15px;
}

a[href*="s-sols.com"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
}

.section-btns .btn {
    background: var(--button-gradient-2);
    padding: 10px 15px;
    min-width: 220px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.section-btns .btn.btn-primary {
    background: var(--button-gradient);
    padding: 10px 15px;
    min-width: 220px;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
}

svg{
  width: 30px;
  height: 30px;
}

.gap-5{
  gap: 10px;
}

.gap-10{
  gap: 10px;
}

.gap-35{
  gap: 35px;
}

@keyframes opacIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.doctor-animation {
  animation: opacIn 1.5s ease-in-out forwards;
}

header{
  position: relative;
  z-index: 10;
}


.banner-multi-decor {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-auto-rows: clamp(80px, 8vw, 149px);
    z-index: -1;
    pointer-events: none;
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.banner-multi-decor .item {
    position: relative;

    border-left: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-top: 0;
    border-right: 0;

    --angle: 0deg;
    --base: rgb(255 255 255 / 6%);
    --glow: #fff;

    background:
            conic-gradient(
                    from var(--angle),
                    transparent 0deg,
                    var(--glow) 28deg,
                    transparent 56deg
            ) border-box;

    -webkit-mask:
            linear-gradient(#000 0 0) padding-box,
            linear-gradient(#000 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.banner-multi-decor .item.is-active {
    animation: border-spin 2s linear forwards;
}


.banner-multi-decor .item.is-last-row {
    border-bottom: 0;
}

@keyframes border-spin {
    to { --angle: 360deg; }
}

@supports not (mask-composite: exclude) {
    .banner-multi-decor .item.is-active {
        box-shadow: inset 0 0 8px #fff;
    }
}

/* === Hamburger Buton === */

.mobile-hamburger-menu {
    display: flex;
    z-index: 999999;
    flex-direction: column;
    padding: 10px;
    width: 40px;
    height: 34px;
}

.mobile-hamburger-menu .hamburger-menu {
    position: relative;
    transform: translateY(6px);
    background:#fff;
    transition: all 0ms 300ms;
    width: 20px;
    height: 2px;
}

.mobile-hamburger-menu .hamburger-menu.animate {
    background:#fff;
}

.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background:#fff;
}

.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    background:#fff;
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu .hamburger-menu:after,
.mobile-hamburger-menu .hamburger-menu:before {
    width: 20px;
    height: 2px;
}

.mobile-hamburger-menu .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background:#fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background:#fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


/* === Menü Paneli === */

#side-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999
}

#side-menu .backdrop {
    background-color: rgb(0 0 0 / .8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    flex: 1;
    width: 100%;
    height: 100%
}

#side-menu .content {
    padding: 60px 0 50px;
    width: 85%;
    max-width: 400px;
      background: linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;

    box-shadow: -3px 0 10px 0 #00000026;
    margin-right: calc((50% + 56px) * -1);
    overflow-y: auto;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative
}

#side-menu .content .close-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer
}

#side-menu .menu-ana-menu-container {
    margin-top: 25px;
}

#side-menu .content .close-btn:hover {
    color: #FF7A2E
}

#side-menu .content.in {
    margin-right: 0
}

#side-menu .content .headerLogos img {
    width: 200px;
    margin: 0 auto;
}

#side-menu .content ul.menu {
    padding: 0 12px
}

#side-menu .content ul.menu li.current-menu-item>a {
    font-weight: 700;
    color: var(--color);
}

#side-menu .content ul.menu li.opened.menu-item-has-children>a svg {
    transform: translateY(-50%) rotate(180deg)
}

#side-menu .content ul.menu li.opened>ul.sub-menu {
    max-height: 400px
}

#side-menu .content ul.menu li.menu-item-has-children>a svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 8px;
    right: 0;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #c1c1c1
}

#side-menu .content ul.menu li a {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #eaeaea
}

#side-menu .content ul.menu li ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    overflow-y: auto;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 10px
}

#side-menu .content ul.menu li ul.sub-menu li {
    padding: 2px 8px;
    background-color: var(--color);
    border-bottom: 1px solid #edd9d9
}

#side-menu .content ul.menu li ul.sub-menu li a {
    padding: 0;
    border: none;
    height: 40px;
    color: #fff
}

#side-menu .content .lang-list {
    margin-top: 20px
}

#side-menu .content .lang-list li div {
    display: flex;
    align-items: center;
    height: 48px;
    color: #041D33;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
    position: relative
}

#side-menu .content .lang-list li div svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 8px;
    right: 0;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #041D33
}

#side-menu .content .lang-list li .name {
    margin-left: 10px
}

#side-menu .content ul.social-menu {
    margin-top: 30px
}

#side-menu .content ul.social-menu li {
    margin: 5px
}

#side-menu .content ul.social-menu li a {
    border: 1px solid #041D33;
    padding: 6px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

#side-menu .content ul.social-menu li a svg {
    color: #041D33
}

#side-menu .mobile-contact-btn {
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 4px 24px;
    font-size: 18px;
    text-align: center;
    max-width: 200px;
    color: #fff;
    background-color: #041D33;
    margin: 24px auto
}

#side-menu .header-button-group{
    gap: 10px;
    margin-top: 30px;
    padding: 0 25px;
}

#side-menu .header-button {
    background: linear-gradient(259deg, #CB584B 0%, #DB8074 75%, #EBA79D 100%) 0% 0% no-repeat padding-box;
    padding: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
}



nav.menu-menu-container ul {
    max-height: 500px;
    overflow-y: auto;
}

body.modal-opened {
    overflow: hidden;
}

.sticky-social {
    position: fixed;
    right: 0;
    z-index: 9999;
    gap: 10px;
    bottom: 15px;
    right: 15px;
}


#left-whatsapp {

}

#left-whatsapp a {
    height: 75px;
    width: 75px;
    background: linear-gradient(to bottom,#58d164 0%,#2cb842 100%);
    border-radius: 50%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#left-whatsapp a svg {
    color: #fff;
    width: 55px;
    height: 55px;
}

#right-instagram {

}

#right-instagram a {
    height: 75px;
    width: 75px;
    background: linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
    border-radius: 50%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#right-instagram a svg {
    color: #fff;
    width: 55px;
    height: 55px;
}

#mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

#mobile-footer-cta-buttons:before {
    content: " ";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background:linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
}

#mobile-footer-cta-buttons .row {
    --gutter-x: 4px;
    --gutter-x2: -4px;
}

#mobile-footer-cta-buttons .button-x {
    height: 52px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 20px;
    color: #fff;
}

#mobile-footer-cta-buttons .button-x.button-call {
    background:var(--color);
}

#mobile-footer-cta-buttons .button-x.button-whatsapp {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #58D164;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
}

#mobile-footer-cta-buttons .button-x svg {
    color: #fff;
}

#mobile-footer-cta-buttons .button-x span.text {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--custom-first-font);
}

/* sticky social*/
#mobile-sticky-contact {
    position: fixed;
    left: 2%;
    bottom: 10%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}


#mobile-sticky-contact .share-icon {
    background: linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
    padding: 15px;
    border-radius: 50%;
    display: block;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

#mobile-sticky-contact .share-icon svg {
    color: #fff;
}


#mobile-sticky-contact .sticky-contact-items {
    gap: 15px;
    position: absolute;
    left: 5%;
    bottom: calc(100% - 12px);
    padding: 0 3px;
    opacity: 0;
    transform: translateY(10px) scale(.9);
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(.21, 1.02, .73, 1);
}


#mobile-sticky-contact:hover .sticky-contact-items {
    opacity: 1;
    transform: translateY(-10px) scale(1);
    pointer-events: auto;
}


#mobile-sticky-contact .sticky-contact-items li {
    background: var(--color);
    padding: 10px;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    animation: pulseShadow 2s infinite ease-in-out;
}


#mobile-sticky-contact .sticky-contact-items li.ig-icon {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    animation: pulseShadowIg 2s infinite ease-in-out;
}


@keyframes pulseShadow {
    0% { box-shadow: 0 0 8px var(--color), 0 0 15px rgba(0,0,0,0.3); }
    50% { box-shadow: 0 0 15px var(--color), 0 0 25px rgba(0,0,0,0.5); }
    100% { box-shadow: 0 0 8px var(--color), 0 0 15px rgba(0,0,0,0.3); }
}


@keyframes pulseShadowIg {
    0% { box-shadow: 0 0 8px #d62976, 0 0 15px rgba(0,0,0,0.3); }
    50% { box-shadow: 0 0 18px #fa7e1e, 0 0 30px rgba(0,0,0,0.5); }
    100% { box-shadow: 0 0 8px #d62976, 0 0 15px rgba(0,0,0,0.3); }
}


#mobile-sticky-contact .sticky-contact-items li a {
    color: #fff;
    display: block;
}



    /* h-bottom */
header {
    padding: 15px 0px 0px;
}
header .h-top{
    padding: 15px 0 10px;
    overflow-x: clip;
}

header .h-top .header-top-container {
    gap: 20px;
}

header .h-top .header-top-container .header-social-container {
    gap: 5px;
}

header .h-top .header-top-container .header-social-container svg{
    width: 20px;
    height: 20px;
    color: #fff;
}

header .h-top .header-contact-container {
    gap: 10px;
}

header .h-top .header-contact-container a{
    color: var(--color);
    gap: 5px;
    font-size: 16px;
}

header .h-top .h-top-btn {
    background: linear-gradient(84deg, #1B447D 0%, #153562 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 7px 15px;
    min-width: 194px;
    text-align: center;
    border-radius: 6px;
}

header .h-left .logo img {
    width: 275px;
}

header .h-bottom{
    padding: 0px 5%;
}

header .h-bottom .header-button-group{
    gap: 10px;
    margin-right: 10px;
}

header .web-lang > li {
    border: 2px solid var(--color);
    border-radius: 9px;
    padding:3px 4px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
}

header .web-lang > li:after {
    content: ' ';
    border: 6px solid;
    transform: translateY(35%);
    border-color:var(--color) transparent transparent transparent;
    margin-left: 5px;
}


header .web-lang {
    margin: 0;
    cursor: pointer;
    z-index: 999;
    list-style: none;
    padding: 0;
}

header .web-lang>li {
    position: relative;
    display: inline-flex;
}

header .web-lang>li.menu-item-has-children {
    padding: 5px 10px;
}

header .web-lang .menu-item-has-children img {
    width: 23px;
    height: 23px;
    color: #fff;
    cursor: pointer;
}

header .web-lang>li .lang-item {
    color: #000;
    background: #fff;
    padding: 4px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    border: 2px solid #2B1638;
}

header .web-lang>li .lang-item a img,
header .web-lang>li .lang-item img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

header .web-lang>li .lang-item a span,
header .web-lang li ul.sub-menu li span {
    color: #fdfdfd;
    font-weight: 600;
}

header .web-lang li ul.sub-menu {
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    background:var(--color);
    pointer-events: none;
    transition: all 0.2s;
    border-radius: 13px;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

header .web-lang>li:hover ul.sub-menu {
    z-index: 15;
    opacity: 1;
    top: 100%;
    pointer-events: initial;
}

header .web-lang li ul.sub-menu li {
    padding: 0;
    margin: 0;
    transition: all 0.2s;
}

header .web-lang li ul.sub-menu li:hover {
    background-color: #e6e6e6;
}

header .web-lang li ul.sub-menu li:hover span {
    color: #000;
}

header .web-lang li ul.sub-menu li .d-flex {
    padding: 10px 28px 10px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

header .web-lang li ul.sub-menu li:last-child .d-flex {
    border-bottom: none;
}

header .web-lang li ul.sub-menu li img.flag-img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

header .tops-menu > li {
  position: relative;
}


header.header-area.scrolled .tops-menu > li > a {
    color: #000;
}

header .tops-menu > li {
    position: relative;
}

header .tops-menu > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .tops-menu > li > a:first-child {
    padding-left: 0;
}

header .tops-menu li a:hover{
    color: var(--color);
}

header .tops-menu > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: var(--color);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .tops-menu > li:hover::after {
    width: 100%;
}

header .tops-menu > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    min-width: 225px;
    padding: 10px;
    opacity: 0;
    border-radius: 15px;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    z-index: 9;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .tops-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

header .tops-menu li ul.sub-menu::-webkit-scrollbar {
    width: 8px;
}
header .tops-menu li ul.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
header .tops-menu li ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
header .tops-menu li ul.sub-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

header .tops-menu li ul.sub-menu li {
    position: relative;
}

header .tops-menu li ul.sub-menu li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .tops-menu li ul.sub-menu li a:hover {
    opacity: 0.5;
}

header .tops-menu li ul.sub-menu li.sub-menu-item{
    display: flex;
    align-items: center;
}

header .tops-menu li ul.sub-menu li.sub-menu-item ul.sub-menu{
    background: var(--color);
}

header .tops-menu li ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: -5px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .tops-menu li ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

header .tops-menu > li.current-menu-item > a {
    color: var(--color);
}

header .tops-menu > li.current-menu-item > a::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background-color: var(--color);
    bottom: 0;
    left: 0;
}

header .tops-menu li.sub-mega-menu > ul.sub-menu {
    display: flex;
    position: absolute;
    top: 100%;
    left: -100%;
    right: unset;
    width: max-content;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .tops-menu li.sub-mega-menu:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

header .tops-menu .sub-mega-menu .sub-menu li {
    background: var(--color);
    padding: 5px;
}

header .tops-menu .sub-mega-menu .sub-menu li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .tops-menu .sub-mega-menu .sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

header .tops-menu li.sub-mega-menu ul.sub-menu li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

header .tops-menu li.sub-mega-menu ul.sub-menu li a svg {
    width: 21px;
    height: 21px;
}

header .tops-menu li.sub-mega-menu ul.sub-menu li {
    background: #1E2029;
}

header .tops-menu li.sub-mega-menu ul.sub-menu li ul.sub-menu li a {
    font-size: 18px;
    font-weight: 300;
}



.meeting-btn {
    border: 1px solid #fff;
    border-radius: 10px;
    font-weight: 300;
    font-size: 18px;
    transition: all 0.5s;
    background:var(--button-gradient-2);
    color: var(--text-light);
    padding: 6px 16px;
    margin-right: 15px;
}

.meeting-btn:hover{
  transform: scale(1.1);
  transition: 0.5s;
  color: #fff;
}

.section-subtitle{
    color: transparent;
    background: var(--text2-gradient);
    background-clip: text;
    font-size: 18px;
    font-weight: 600;
}

.section-title {
    color: transparent;
    font-size: 40px;
    font-weight: 700;
    background: var(--text2-gradient);
    background-clip: text;
    font-size: 40px;
    font-weight: 600;
}
.section-midtitle{
    color:var(--color);
    font-size: 40px;
    font-weight: 700;
}

.btn-area {
    gap: 18px;
}

.btn-area .wp-btn {
    background: var(--button-gradient);
    min-width: 335px;
    justify-content: center;
    gap: 5px;
    align-items: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--color-white);
    font-size: 18px;
}

.btn-area .services-btn.d-flex {
    border: 2px solid var(--text-light);
    color: #fff;
    min-width: 254px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.btn-area .services-btn.d-flex::before,
.btn-area .services-btn.d-flex::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--progress-bar);
    transform: skew(15deg);
    transition: width 0.4s ease-in-out;
    z-index: 0;
}

.btn-area .services-btn.d-flex::after {
    right: -10px;
}

.btn-area .services-btn.d-flex::before {
    left: -10px;
}

.btn-area .services-btn.d-flex:hover::before,
.btn-area .services-btn.d-flex:hover::after {
    width: 130%;
}

.btn-area .services-btn.d-flex span {
    position: relative;
    z-index: 2;
}

.otgs-development-site-front-end {
    display: none;
}

.skiptranslate {
    display: none;
}
#goog-gt-tt {
    display: none !important;
}
@keyframes shineReset {
    0% {
    }

    100% {
        height: 0%;
        opacity: 0
    }
}

/* cookie */

#cmplz-cookiebanner-container .cmplz-body {
    text-align: center;
    width: 100%;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
    min-width: 300px;
    max-width: 542px;
    display: grid;
    grid-row-gap: 10px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link{
    font-size:12px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title{
    font-size:22px;
}
  /* center form */