body {
    font-weight: 500;
    color: #57585c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
    padding: 1rem 4rem;
    max-width: 1600px;
    margin: 0px auto;
}

main {
    position: relative;
    width: 100%;
}

.content {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    min-height: -webkit-fill-available;
    height: 100vh;
    max-height: -webkit-fill-available;
    background-color: #001D2F;
    background-image: radial-gradient(95% 100% at 95% 100%, #6be1fc 36%, #015467 72%, #01313d00 100%);
}

.content.rtl {
    background-image: radial-gradient(95% 100% at 5% 100%, #6be1fc 36%, #015467 72%, #01313d00 100%)
}


/* .Explore {
    background-image: url(img/Icons/down-arrow.png);
    font-size: 14px;
    padding: 20px 60PX 20px 80px;
    background-position:  calc(100% - 40px) center;
    background-size: 15px;
    position: absolute;
    z-index: 1000;
    color: #000;
    background-repeat: no-repeat;
    bottom: 0PX;
    right: -20rem;
    text-transform: uppercase;
    line-height: 15px;
    content: "";
    position: absolute;
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 50px) 100%, 0 100%, 0 72px);
    background-color: #FDFCFF;
    z-index: 4;
    display: block;
    width: auto;
    transition-duration: 200ms
}
.Explore.Active {
    right: 0rem;
} */


/* Canvas positions */

.content__inner {
    /* grid-area: 1 / 1 / 1 / 1; */
    position: absolute;
    bottom: 5rem;
    left: 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    z-index: 2;
}

.content__inner.rtl {
    bottom: 6rem;
    right: 4rem;
}

.content__inner.rtl .content__title {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content__inner.rtl .content__subtitle {
    text-align: right;
    text-indent: 0px !Important;
}

.scene {
    position: absolute;
    opacity: 1;
    top: 0;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: lighten;
}

.content__title {
    font-family: 'Playfair Display', serif;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff !important;
    text-align: left;
    margin: 0;
    pointer-events: none;
    line-height: 0.88;
    /* text-transform: uppercase; */
    text-shadow: 1px 1px 10px #ffffff50, 1px 1px 10px #00b4ff50;
    /* animation: load 2s ease-out 2s forwards, up 1.4s ease-out 2s forwards; */
    text-shadow: 0 2px 16px rgba(174, 207, 242, .24);
    /* background: linear-gradient(0deg, #98c0ef 0, #d8ecf8 100%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    opacity: 1;
    margin-left: -5px;
    translate: 0 0;
}

.active .content__title {
    animation: load 2s ease-out 0s forwards, up 1.4s ease-out 0s forwards;
}

.content__title span {
    display: block;
    font-size: 27%;
    line-height: 1;
    margin-bottom: -0px;
    font-weight: 400;
    margin-left: 4px;
    /* opacity: 0;
            animation: load 2s ease-out 2s forwards, up 1.4s ease-out 2s forwards; */
    translate: 0 0;
}

.content__subtitle {
    font-size: 1.25em;
    background: var(--color-subtitle-bg);
    color: var(--color-subtitle);
    padding: 0.5rem 1rem;
    line-height: 1;
    margin: 0;
    margin-top: 5px;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    font-weight: 300;
    /* text-transform: uppercase; */
    text-shadow: 1px 1px 10px #ffffff50, 1px 1px 10px #00b4ff50;
    background: linear-gradient(0deg, #98c0ef 0, #d8ecf8 100%);
    opacity: 1;
    /* animation: load 2s ease-out 3s forwards, up 1.4s ease-out 3s forwards; */
    translate: 0 0;
    border-radius: 4px;
}

.content__inner p {
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
    opacity: 1;
    translate: 0 0;
}

.active .content__subtitle {
    animation: load 2s ease-out 1s forwards, up 1.4s ease-out 1s forwards;
}

.active .content__inner p {
    animation: load 2s ease-out 1.5s forwards, up 1.4s ease-out 1.5s forwards;
}

.ParagraphDiv {
    max-width: 40%;
    text-align: left;
}

.ParagraphDiv.Righty {
    float: right;
    clear: both;
    margin-bottom: 6rem;
}

.WelcomeSection h2 {
    margin: 0;
    font-weight: 500;
    display: inline-block;
}

.WelcomeSection h2 strong {
    color: #015467;
}

.WelcomeSection h3 {
    margin: 0;
    color: #2da3be;
    font-weight: 400;
}

.WelcomeSection p {
    margin: 0;
    font-weight: 300;
    text-align: left;
}

.floating-social-icons {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-social-icons .social-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 0;
}

.floating-social-icons .whatsapp {
    background: #25d366;
}

.floating-social-icons .facebook {
    background: #1877f3;
}

.floating-social-icons .messenger {
    background: #0084ff;
}

.floating-social-icons .social-icon:hover {
    transform: scale(1.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.HeroCompanyProfile {
    position: absolute;
    bottom: 4rem;
    right: 3rem;
    color: #FFF;
    background-image: url(img/Icons/file.png);
    padding-right: 36px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px;
    text-transform: uppercase;
    font-weight: 200;
    display: none;
}

.BusinessUnitsSection {
    /* margin-top: 300px; */
    position: relative;
    will-change: transform;
}

.BUSectionTitle {
    position: relative;
    width: 44%;
    text-align: center !important;
    margin-bottom: 4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    display: inline-block;
    float: left;
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
    color: #57585c;
}

.BUSectionTitle span {
    display: block !Important;
}

.BUSectionTitle::after {
    content: "";
    width: 27%;
    display: block;
    height: 4px;
    background-color: #57585C;
    margin-top: 10px;
    transition-duration: 3s;
    left: 15rem;
    /* position: absolute; */
}

.BUSectionTitle.TextDecode::after {
    width: 0px;
}

.BusinessUnit {
    display: block;
    position: relative;
    max-width: 44%;
    text-align: left;
    margin-bottom: 5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    color: #57585c;
    text-decoration: none;
    outline: none;
}

.BusinessUnit:focus-visible {
    outline: 2px solid #57585C;
    outline-offset: 4px;
}

.FlowUp {
    opacity: 0;
    transform: translateY(10vh) scale(0.9);
    pointer-events: none;
    transition: 2700ms !important;
    will-change: transform, opacity;
}

.FlowUp.Show {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: auto;
}

.BusinessUnit.Righty {
    float: right;
    margin-top: -36rem;
}

.BusinessUnit img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    will-change: transform;
    backface-visibility: hidden;
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.ImgGlitch {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition-duration: 200ms;
    display: none;
}

.BusinessUnit h2 {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    font-weight: 600;
    color: #57585c;
    transition: color 0.3s ease;
}

.BusinessUnit:hover h2 {
    color: #333;
}

.BusinessUnit:hover {
    transform: translateY(-10px);
}

.BusinessUnit:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.BusinessUnit:focus {
    outline: 2px solid #57585C;
    outline-offset: 4px;
}

.BusinessUnit:focus img {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.BusinessUnit:hover .ImgGlitch {
    -webkit-animation: glitch 2s infinite;
    animation: glitch 2s infinite;
}

.CompanyBusinessUnitsBG {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../../img/new/MME-Who-Are-We.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.BusinessUnitsSection:hover .CompanyBusinessUnitsBG {
    opacity: 0.08;
}

.TitleSVG {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -15px;
    margin-left: 10px;
    margin-right: 10px;
    filter: grayscale(1);
    opacity: 0.5;
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}

.line.Show {
    animation: line-ani 10s 0s forwards;
}

@keyframes line-ani {
    to {
        stroke-dashoffset: 0;
    }
}


/* 
        .shiny-cta {
            --animation: gradient-angle linear infinite;
            --duration: 3s;
            --shadow-size: 2px;
            display: inline-block;
            isolation: isolate;
            overflow: hidden;
            cursor: pointer;
            outline-offset: 4px;
            padding: 1.25rem 2.5rem;
            font-family: inherit;
            font-size: 1.125rem;
            line-height: 1.2;
            border: 1px solid transparent;
            border-radius: 10px;
            color: var(--shiny-cta-fg);
            background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box,
                conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
                    transparent,
                    var(--shiny-cta-highlight) var(--gradient-percent),
                    var(--gradient-shine) calc(var(--gradient-percent) * 2),
                    var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
                    transparent calc(var(--gradient-percent) * 4)) border-box;
            box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .shiny-cta::before,
        .shiny-cta::after,
        .shiny-cta span::before {
            content: "";
            pointer-events: none;
            position: relative;
        }

        .shiny-cta:active {
            translate: 0 1px;
        }



        .shiny-cta::before {
            --size: calc(100% - var(--shadow-size) * 3);
            --position: 2px;
            --space: calc(var(--position) * 2);
            width: var(--size);
            height: var(--size);
            background: radial-gradient(circle at var(--position) var(--position),
                    white calc(var(--position) / 4),
                    transparent 0) padding-box;
            background-size: var(--space) var(--space);
            background-repeat: space;
            -webkit-mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg),
                    black,
                    transparent 10% 90%,
                    black);
            mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg),
                    black,
                    transparent 10% 90%,
                    black);
            border-radius: inherit;
            opacity: 0.4;
            z-index: -1;
        }

        .shiny-cta::after {
            --animation: shimmer linear infinite;
            width: 100%;
            aspect-ratio: 1;
            background: linear-gradient(-50deg,
                    transparent,
                    var(--shiny-cta-highlight),
                    transparent);
            -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, black);
            mask-image: radial-gradient(circle at bottom, transparent 40%, black);
            opacity: 0.6;
        }

        .shiny-cta span {
            z-index: 1;
        }

        .shiny-cta span::before {
            --size: calc(100% + 1rem);
            width: var(--size);
            height: var(--size);
            box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
            opacity: 0;
        }

        .shiny-cta {
            --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
            transition: var(--transition);
            transition-property: --gradient-angle-offset, --gradient-percent,
                --gradient-shine;

        }


        .shiny-cta,
        .shiny-cta::before,
        .shiny-cta::after {
            animation: var(--animation) var(--duration),
                var(--animation) calc(var(--duration) / 0.4) reverse paused;
            animation-composition: add;
        }

        .shiny-cta span::before {
            transition: opacity var(--transition);
            -webkit-animation: calc(var(--duration) * 1.5) breathe linear infinite;
            animation: calc(var(--duration) * 1.5) breathe linear infinite;
        }

        .shiny-cta:is(:hover, :focus-visible) {
            --gradient-percent: 20%;
            --gradient-angle-offset: 95deg;
            --gradient-shine: var(--shiny-cta-highlight-subtle);


        }

        .shiny-cta:is(:hover, :focus-visible),
        .shiny-cta:is(:hover, :focus-visible)::before,
        .shiny-cta:is(:hover, :focus-visible)::after {
            -webkit-animation-play-state: running;
            animation-play-state: running;
        }

        .shiny-cta:is(:hover, :focus-visible) span::before {
            opacity: 1;
        }
 */

.PartnersSection {
    padding: 0px;
    max-width: 100%;
    width: 100%;
}

#LinerCanvas {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.Clients {
    position: relative;
    margin-bottom: 0px;
    padding: 100px 0px;
    padding-bottom: 0px;
    width: 100%;
    max-width: 100%;
    /* height: 100vh; */
    z-index: 1;
}

.cHead {
    width: calc(100vw - 16rem);
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    position: relative;
    padding-bottom: 50px;
}

.cHead h2 {
    font-size: 2.7rem;
    color: rgba(2, 0, 36, 1);
    background: rgb(2, 0, 36);
    background: linear-gradient(25deg, #014758 0%, #01333e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-transform: capitalize;
}

.cHead img {
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.3;
}

.cHead .sm_txt {
    width: 16%;
    position: absolute;
    right: 0;
    top: 30%;
    font-size: calc(var(--fontSize) * 0.72);
    color: #17476C;
    text-align: right;
    text-transform: uppercase;
    line-height: 1;
}

.cHead p {
    width: 75%;
    color: #00000090;
    font-size: var(--fontSize);
    margin-top: -20px;
    text-align: left;
    line-height: 1;
}

.ClientsBgLogo {
    background-image: url(./img/Sign.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    width: 25%;
    height: 100%;
    left: -100px;
    top: -100px;
    filter: grayscale(1);
    opacity: 0.05;
    pointer-events: none;
}

.PartOfClients {
    display: flex;
    white-space: nowrap;
    padding: 50px 0px;
    gap: 100px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    mix-blend-mode: multiply;
}

.SlideClients {
    display: flex;
    align-items: center;
    gap: 100px;
}

.Right {
    animation: autoslider 55s infinite linear;
}

.Left {
    animation: autosliderRevert 55s infinite linear;
}

.ClientName {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 199px;
    height: 120px;
    display: block;
}

@keyframes autoslider {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes autosliderRevert {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.AboutUsSection h3 {
    text-align: left;
    font-size: 24px;
    text-transform: lowercase;
}

.AboutUsSection h2 {
    text-align: left;
    color: #014e60;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.AboutUsSection h2 span {
    font-weight: 400;
}

.CerificatesDiv {
    width: 100%;
    text-align: left;
}

.Cert {
    font-size: 0px;
    display: block;
    height: 172px;
    width: 80px;
    background-image: url("../../img/2015.png");
    display: inline-block;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transition-duration: 300ms;
}

.Cert:hover {
    transform: scale(1.1);
}

 :root {
    --NumbersGap: 4rem;
}

.NumbersSection {
    /* gap: var(--NumbersGap); */
    padding: var(--NumbersGap);
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    display: block;
}

.NosNumbersSection {
    width: calc(50% - var(--NumbersGap));
    display: inline-block;
    height: 100%;
    flex-direction: column;
    /* gap: var(--NumbersGap); */
    vertical-align: top;
    /* float: right; */
}

.NumberDiv {
    display: inline-block;
    padding: var(--NumbersGap);
    height: 50%;
    width: 100%;
    background-color: #014e6050;
    display: block;
}

.BigNumberDiv {
    height: 100% !important;
    width: calc(50% - var(--NumbersGap));
    vertical-align: top;
    min-height: 100%;
    display: inline-block;
}

.Counters {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    justify-content: center;
    background-color: #015467;
    max-width: 100vw;
    /* background-image: radial-gradient(95% 100% at 95% 100%, #6be1fc90 36%, #4C83A7 72%, #114A67 100%); */
    background-image: url("../../img/new/f5-7.webp");
    background-size: cover;
    background-position: left top;
}

.OurNumbers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 20px;
}

.ConCounters {
    width: 320px;
    border: 1px dotted rgb(71, 71, 71, 0);
    /* margin-bottom: 30px;
            margin-left: 30px; */
    padding: 40px;
    padding-bottom: 50px;
    transition: 0.3s;
    /* background: url(img/TImeline.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    aspect-ratio: 1/1;
    /* border: 2px solid #015467; */
    overflow: hidden;
    background-color: #FFF;
}

.ConCounters .CountIcon {
    width: 150px;
    height: 150px;
    background-image: url(img/Icons/radio-antenna.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -36px;
    right: -30px;
    pointer-events: none;
}

.ConCounters svg {
    fill: #015467;
}

.ConCounters:hover {
    /* background-color: #efe6d4; */
    filter: brightness(1.1);
    /* color: #fff; */
    transform: scale(1.05);
}

.ConCounters span {
    display: inline-block;
    width: auto;
    color: #015467;
}

.NameOfCon {
    font-size: 16px;
    /* border: 1px solid; */
    width: 100%;
    /* text-align: center; */
    border-radius: 20px;
    margin-bottom: 50px;
    line-height: 1.2;
    color: #015467;
    font-weight: 600;
}

.OurNumbers.Ar .NameOfCon {
    width: 100%;
    text-align: right;
    direction: rtl;
    font-size: 16px;
}

.CountDiv {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.Count {
    font-size: 72px;
    transition: 0.3s;
    letter-spacing: -4px;
    color: #FFF;
    font-weight: 800;
    margin: 0px;
    line-height: 0.8;
    display: inline-block;
}

.Count:hover {
    transform: scale(1.1);
}

.Count::before {
    content: "+";
    font-size: 20px;
    vertical-align: top;
    margin-left: -10px;
    margin-right: 10px;
}

.Thous::after {
    content: "K";
}

.OurCounters {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
}

.OurCounters .SubTitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 0.1;
    margin: 0px;
    /* text-align: center; */
    color: #FFF;
    text-align: center;
}

.NameOfSmile {
    /* text-align: center; */
    /* background-image: url(img/TImeline.gif); */
    background-color: #FFF;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 60px;
    line-height: 0.8;
    margin-left: -2px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.NumbersPointsDiv {
    display: block;
    margin: 10px;
}

.NumbersPointsDiv span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    transform: scale(.1);
    border-radius: 0%;
    animation: 1s NumbersPointsDivAnimation infinite;
    display: inline-block;
    /* background-image: url(img/TImeline.gif); */
    background-color: #FFF;
    background-size: cover;
}

.owl-nav {
    position: absolute;
    top: -110px;
    right: 40px;
    font-size: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 200;
}

.owl-nav.rtl {
    right: unset;
    left: 0px;
}

.owl-dots {
    display: none;
}

.MediaQuer {
    display: none;
    pointer-events: none;
    opacity: 0;
}

@keyframes NumbersPointsDivAnimation {
    50% {
        transform: scale(1);
        border-radius: 50%;
    }
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    outline: none !important;
    background: none !important;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    ;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    outline: none !important;
    background: none !important;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    ;
}

.NumbersPointsDiv span:nth-child(3) {
    animation-delay: .8s;
}

.NumbersPointsDiv span:nth-child(2) {
    animation-delay: 1.6s;
}

.NumbersPointsDiv span:nth-child(1) {
    animation-delay: 2.4s;
}

@media screen and (max-width: 1300px) {
    .ParagraphDiv {
        max-width: 60%;
    }
    .SlideClients,
    .PartOfClients {
        gap: 72px;
    }
    .AboutUsSection {
        background-size: auto 100%;
        position: relative;
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .AboutUsSection::before {
        content: "";
        background: linear-gradient(90deg, #FFFFFF99 75%, #FFFFFF00 100%), linear-gradient(90deg, #FFFFFF99 75%, #FFFFFF00 100%);
        position: absolute;
        top: 0;
        left: 0vw;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
        transition-duration: 800ms;
        opacity: 0;
    }
    .AboutUsSection.Active::before {
        background: linear-gradient(90deg, #FFFFFF99 75%, #FFFFFF00 100%), linear-gradient(90deg, #FFFFFF99 75%, #FFFFFF00 100%);
        opacity: 1;
        left: 0px;
    }
    .AboutUsSection * {
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 1200px) {
    .content__inner {
        transform: scale(0.8);
        transform-origin: left;
    }
    .content__title {
        font-size: 6.6rem;
    }
}

@media screen and (max-width: 1100px) {
    .SlideClients,
    .PartOfClients {
        gap: 44px;
    }
}

@media screen and (max-width: 1000px) {
    .ParagraphDiv {
        max-width: 75%;
    }
    .AboutUsSection {
        padding-right: 4rem;
    }
    .AboutUsSection p {
        width: 85%;
    }
    .AboutUsSection.rtl {
        padding-left: 4rem !important;
    }
}

@media screen and (max-width: 900px) {
    .BUSectionTitle {
        font-size: 55px;
        width: 48%;
    }
    .BusinessUnit {
        max-width: 48%;
        margin-bottom: 3rem;
    }
    .BusinessUnit.Righty {
        margin-top: -27rem;
    }
    .BusinessUnit p {
        font-size: 14px;
    }
    .BusinessUnit img {
        clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    }
    .SlideClients {
        display: none;
        opacity: 0;
        pointer-events: none;
    }
    .PartOfClients {
        display: inline-block;
    }
    .MediaQuer {
        display: flex !important;
        opacity: 1 !important;
        pointer-events: all !important;
    }
}

@media screen and (max-width: 800px) {
    .content__inner {
        transform: scale(0.7);
    }
    .content__title {
        font-size: 5.5rem;
    }
    .ParagraphDiv {
        max-width: 100%;
    }
    .owl-carouselOurNumbers .owl-nav {
        display: none;
    }
    .owl-carouselOurNumbers .owl-dots {
        display: flex;
        justify-content: center;
        /* background-color: #fff !important; */
        margin-top: 72px;
        gap: 10px;
        align-items: center;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .owl-carouselOurNumbers .owl-dot {
        width: 15px;
        height: 15px;
        background-color: #fff !important;
        border-radius: 50%;
        transition: 0.3s;
        transform: scale(0.5);
    }
    .owl-carouselOurNumbers .owl-dot.active {
        width: 20px;
        height: 20px;
        transform: scale(1);
    }
}

@media screen and (max-width: 700px) {
    section {
        padding: 4rem 3rem;
        max-width: 1600px;
        margin: 50px auto;
    }
    .AboutUsSection p {
        width: 100%;
    }
    .AboutUsSection.Active::before {
        background: linear-gradient(90deg, #FFFFFF99 90%, #FFFFFF00 100%), linear-gradient(90deg, #FFFFFF99 90%, #FFFFFF00 100%), linear-gradient(90deg, #FFFFFF99 90%, #FFFFFF00 100%);
    }
    /* .owl-carouselOurNumbers .owl-stage {
                display: flex;
                gap: 80px;
            }        */
    .cHead .sm_txt.rtl {
        left: -5px !important;
        top: 16% !important;
        width: 15% !important;
    }
}

@media screen and (max-width: 650px) {
    .BusinessUnitsSection {
        display: flex;
        flex-direction: column;
        padding: 2rem;
    }
    .BusinessUnitsSection.Dir {
        margin: 0px !important;
    }
    .BUSectionTitle {
        width: 100%;
        margin-bottom: 50px;
        font-size: 42px;
    }
    .BusinessUnit {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .BusinessUnit.Righty {
        margin-top: 0rem;
    }
    .BusinessUnit img {
        clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    }
    .BusinessUnit h2 {
        font-size: 24px;
        margin-top: 15px;
    }
    .BusinessUnit p {
        font-size: 13px;
        line-height: 1.5;
    }
    .PartOfClients {
        padding-top: 0px;
    }
    .cHead {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .content__inner {
        transform: scale(0.6);
        left: 3rem;
    }
    .content__inner.rtl {
        right: -3rem;
        left: unset !important;
        bottom: 2rem;
    }
    .AboutUsSection.rtl {
        padding-left: 2rem !important;
        padding-top: 0rem;
        margin: 0px !important;
    }
    .TitleSVG.FirstTitleSVG {
        width: 40%;
    }
    .Clients {
        padding-bottom: 0px;
    }
    .SlideClients,
    .PartOfClients {
        gap: 20px;
    }
    .ClientName {
        width: 136px;
        height: 80px;
    }
    .SlideClients.Left.MediaQuer {
        left: 100vw;
        position: relative;
    }
    .Right {
        animation: autoslider 172s infinite linear;
    }
    .Left {
        animation: autosliderRevert 172s infinite linear;
    }
    .trail {
        display: none !Important;
    }
}

@media screen and (max-width: 500px) {
    .content__title {
        font-size: 4.5rem;
    }
    .TitleSVG.FirstTitleSVG {
        margin-right: -72px;
    }
    .WelcomeSection {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .WelcomeSection h2 {
        font-size: 20px;
    }
    .WelcomeSection h3 {
        font-size: 16px;
    }
    .WelcomeSection p {
        font-size: 14px;
        margin-top: 8px
    }
    .NameOfSmile {
        font-size: 40px;
    }
}

@media screen and (max-width: 450px) {
    .TitleSVG.FirstTitleSVG {
        margin-right: -72px;
    }
    .TitleSVG.FirstTitleSVG.rtl {
        margin-left: -72px;
        margin-right: unset;
    }
    .ConCounters {
        width: 270px;
    }
    .ConCounters .CountIcon {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 400px) {
    .content__title {
        font-size: 4rem;
    }
    .ConCounters {
        width: 100%;
    }
}

.dirLanguage.rtl svg {
    transform: rotateY(180deg);
}

.FlowUp.rtl img {
    clip-path: polygon(0 0, 0 calc(100% - 50px), 50px 100%, 100% 100%, 100% 50px, calc(100% - 50px) 0) !important;
}

.NameOfSmile.rtl {
    line-height: 1 !important;
}

.cHead img.rtl {
    transform: rotateY(180deg);
}

.cHead .sm_txt.rtl {
    left: 0;
    top: 40%;
    width: 14%;
}

.DirectionAr {
    width: 100%;
}

.AboutUsSection.rtl {
    padding-left: 40%;
    padding-right: 8.5%;
    background-size: cover !important;
}


/* Ensure parent container has position: relative */

.owl-carousel {
    position: relative;
    height: 100vh;
    width: 100%;
    display: block !important;
}

.owl-carousel .owl-item {
    height: 100vh;
    width: 100%;
}

.owl-carousel .owl-stage {
    height: 100vh;
}

.owl-carousel .owl-stage-outer {
    height: 100vh;
}

.owl-carousel .item {
    height: 100vh;
    width: 100%;
    position: relative;
}

.owl-carousel .content {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.owl-carousel .content__inner {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 4rem;
    max-width: 600px;
}

.owl-carousel .content__title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.owl-carousel .content__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.owl-carousel .content__inner p {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
}

.owl-carousel .owl-item.active .content__inner {
    animation: fadeInUp 0.8s ease-out forwards;
}

.owl-carousel .owl-item:not(.active) .content__inner {
    opacity: 0;
    transform: translateY(30px);
}

.owl-carousel .owl-item.active .content__inner {
    animation: fadeInUp 0.8s ease-out forwards;
}

.owl-carousel .owl-item:not(.active) .content__inner {
    opacity: 0;
    transform: translateY(30px);
}


/* Custom Navigation Arrows */

.custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
    padding: 40px;
}

.custom-nav svg {
    width: 40px;
    height: 40px;
    fill: white;
    cursor: pointer;
    pointer-events: all;
    transition: 0.2s ease;
    padding: 10px;
    opacity: 0.27;
}

.custom-nav svg:hover {
    transform: scale(1.1);
    opacity: 1;
}

.custom-nav svg:hover {
    transform: scale(1.1);
}


/* Owl Dots */

.owl-theme .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    position: absolute;
    z-index: 3;
    bottom: 8rem;
    width: 100%;
}

.owl-theme .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.owl-theme .owl-dots button.owl-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.owl-theme .owl-dots button.owl-dot.active {
    background: #fff;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.trail {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    mix-blend-mode: exclusion;
}

.trail>div {
    width: 10%;
    text-align: center;
    color: #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 0 0 0 transparent;
    opacity: 0.5;
    transition: 0.3s ease;
}

.trail>div:hover {
    opacity: 0.7;
}

.trail>div.active {
    opacity: 1;
}


/* Responsive Arrow Sizing (Optional but Recommended) */

@media (max-width: 768px) {
    .custom-nav svg {
        width: 24px;
        height: 24px;
    }
    .owl-carousel .content__inner {
        padding: 2rem;
        max-width: 100%;
    }
    .owl-carousel .content__title {
        font-size: 2.5rem;
    }
    .owl-carousel .content__subtitle {
        font-size: 1.2rem;
    }
    .owl-carousel .content__inner p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .owl-carousel .content__inner {
        padding: 1.5rem;
    }
    .owl-carousel .content__title {
        font-size: 2rem;
    }
    .owl-carousel .content__subtitle {
        font-size: 1rem;
    }
    .owl-carousel .content__inner p {
        font-size: 0.9rem;
    }
}

.Explore {
    mix-blend-mode: exclusion;
    color: #999999 !important;
    z-index: 9;
}

.Explore.Active {
    right: 20rem;
}

.active .Explore.Active {
    right: 0rem;
}

.Preloader {
    display: none !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    top: -25vh;
    left: -25vw;
    width: 150vw;
    height: 150vh;
    background: #FFF;
    z-index: 100;
    transition: 1s 1s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10vh));
}

.Preloader.Now {
    transition: 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1);
}

.PreloaderLogo {
    max-width: 36%;
    max-height: 36%;
    width: auto;
    height: auto;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    /* animation: waitAnimate_544336509 2s linear infinite; */
    z-index: 4;
}

@keyframes waitAnimate_544336509 {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}

.Preloader.Loaded {
    pointer-events: none;
    opacity: 0;
    transform: scale(10);
    /* transform: translateY(-170vh); */
}

.VertLine,
.HoriLine {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background: #00000050;
    opacity: 1;
    z-index: 1;
    display: none;
}

.VertLine {
    height: 100%;
    width: 1px;
    animation: VertLine 4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.HoriLine {
    width: 100%;
    height: 1px;
    animation: HoriLine 10s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes VertLine {
    0% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 0%;
    }
}

@keyframes HoriLine {
    0% {
        top: 0;
    }
    50% {
        top: 100%;
    }
    100% {
        top: 0%;
    }
}

.accent-lines {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    --accent-lines-clr: rgba(0, 0, 0, 0.2);
    display: none;
    transform: rotate(27deg);
}

.accent-lines>div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.accent-lines>div:nth-child(1)>div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-lines-clr), transparent);
    opacity: 0;
    scale: 0;
    animation: accentload 2s ease-out 0s forwards;
}

.accent-lines>div:nth-child(1)>div:nth-child(1) {
    top: 6em;
}

.accent-lines>div:nth-child(1)>div:nth-child(2) {
    top: 11em;
}

.accent-lines>div:nth-child(1)>div:nth-child(3) {
    top: 16em;
}

.accent-lines>div:nth-child(1)>div:nth-child(4) {
    top: 24em;
}

.accent-lines>div:nth-child(1)>div:nth-child(5) {
    top: 29em;
}

.accent-lines>div:nth-child(2)>div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: var(--accent-lines-clr);
}

@keyframes accentload {
    0% {
        opacity: 0;
        scale: 0;
    }
    100% {
        opacity: 1;
        scale: 1;
    }
}

.accent-lines>div:nth-child(2)>div {
    opacity: 0;
    scale: 0;
    animation: accentload 2s ease-out 0s forwards;
}

.accent-lines>div:nth-child(2)>div:nth-child(1) {
    left: 24em;
}

.accent-lines>div:nth-child(2)>div:nth-child(2) {
    left: 34em;
}

.accent-lines>div:nth-child(2)>div:nth-child(3) {
    right: 24em;
}

.accent-lines>div:nth-child(2)>div:nth-child(4) {
    right: 34em;
}

.accent-lines>div:nth-child(1)>div::before,
.accent-lines>div:nth-child(1)>div::after {
    content: '';
    display: none;
    position: absolute;
    width: 0.2em;
    height: 0.2em;
    border-radius: 1em;
    background: #9dc3f7;
    left: 0;
    right: 0;
    margin: auto;
    translate: 0 -1px;
    opacity: 0;
    scale: 0;
    animation: accentload 2s ease-out 0s forwards;
}

.accent-lines>div:nth-child(1)>div:nth-child(3)::before {
    display: block;
    left: 24em;
}

.accent-lines>div:nth-child(1)>div:nth-child(3)::after {
    display: block;
    right: 24em;
}

.accent-lines>div:nth-child(1)>div:nth-child(4)::before {
    display: block;
    left: 24em;
}

.accent-lines>div:nth-child(1)>div:nth-child(4)::after {
    display: block;
    right: 24em;
}

.accent-lines>div:nth-child(1)>div:nth-child(5)::before {
    display: block;
    left: 24em;
}

.accent-lines>div:nth-child(1)>div:nth-child(5)::after {
    display: block;
    right: 24em;
}

 :root {
    --BGColor: #FBFBFE;
}

html {
    -webkit-tap-highlight-color: transparent;
}

 ::-webkit-scrollbar {
    width: 3px;
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px 6px rgb(0 0 0);
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: rgb(252 254 255);
    outline: 0px solid slategrey;
}

a {
    outline: 0 !important;
}

.Logo {
    display: block;
    width: 100px;
    height: 50px;
    background-image: url("../../img/logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3rem;
    left: 4rem;
    z-index: 11;
    filter: brightness(3) grayscale(1) contrast(3);
}

.Logo.ForceWhite {
    filter: brightness(3) grayscale(1) contrast(3) !important;
}

.cursor {
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: white;
    position: fixed;
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference;
    display: none;
}

.cursor-f {
    display: none !important;
    width: var(--size);
    height: var(--size);
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.4202 42.4202C38.8403 46 33.3594 46 23.5 46C13.6406 46 8.15966 46 4.57983 42.4202C1 38.8403 1 33.3594 1 23.5C1 13.6406 1 8.15966 4.57983 4.57983C8.15966 1 13.6406 1 23.5 1C33.3594 1 38.8403 1 42.4202 4.57983C46 8.15966 46 13.6406 46 23.5C46 33.3594 46 38.8403 42.4202 42.4202Z' stroke='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    mix-blend-mode: difference;
    pointer-events: none;
    opacity: 0.36;
    z-index: 999;
}

header {
    /* display: none; */
    position: absolute;
    top: 2.7rem;
    right: 5.2rem;
    display: flex;
    z-index: 4;
}

header a {
    color: #FFF;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 28px;
    vertical-align: middle;
    height: 36px;
    position: relative;
}

header a::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FFFFFF00;
    transition-duration: 300ms;
}

header a:hover::before {
    width: 5px;
    height: 5px;
    background-color: deepskyblue;
}

header a:last-child {
    padding-right: 0px;
}

header a:hover {
    color: deepskyblue;
}

header a.Active {
    color: deepskyblue;
}

header a.Active::before {
    width: 8px;
    height: 8px;
    background-color: deepskyblue;
}

.IconOnly {
    font-size: 0px;
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    filter: invert(1);
    transition-duration: 200ms;
    cursor: pointer;
    background-size: 24px;
}

.IconOnly::before {
    filter: invert(1);
}

.IconOnly:hover {
    transform: scale(1.1);
}

.Linkedin {
    background-image: url(img/Icons/linkedin.png);
}

.Facebook {
    background-image: url(img/Icons/facebook.png);
}

.HeroTexts {
    position: absolute;
    bottom: 6rem;
    left: 12rem;
    z-index: 98;
}

.HeroTitle {
    font-size: 100px;
    color: #eda83f;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .1);
    line-height: 1;
    margin-bottom: 0px !important;
    margin-top: 0px;
    font-size: 72px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0px !important;
    margin-top: 0px;
}

.HeroTexts {
    position: absolute;
    bottom: 6rem;
    left: 12rem;
    z-index: 98;
}

@keyframes animated-text {
    from {
        width: 0;
    }
    to {
        width: 1000px;
    }
}

@keyframes Texty {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

 :root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: var(--animation-timing-function);
    animation-timing-function: var(--animation-timing-function);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

.pace {
    z-index: 20000;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition-duration: 1000ms;
}

.pace .pace-progress {
    display: block;
    margin: 0px;
    width: 0%;
    top: 0px;
    height: 100%;
    background-color: #6be1fc;
    opacity: 1;
    transition-duration: 1000ms;
    margin: auto;
}

.pace.pace-inactive {
    transform: scaleX(10) scaleY(0);
    opacity: 0;
}

.TextDecode,
.TextDecode * {
    color: transparent !Important;
}

.text-animation.space {
    display: inline-block;
    width: 5px;
}

.text-animation:not(.state-3) {
    display: inline-block;
    position: relative;
    color: transparent;
    /* text-transform: uppercase; */
    width: auto;
}

.text-animation:before {
    content: "";
    color: #014656;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #014656;
    width: 0;
    height: 1.2em;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.text-animation.state-1:before {
    width: 1px;
}

.text-animation.state-2:before {
    width: 0.9em;
}

.text-animation.state-3 {
    /* color: black; */
}

.text-animation.state-3:before {
    width: 0;
}

.ContactLink {
    position: relative;
}

.ContactLink::after {
    content: "";
    display: inline-block;
    left: 20px;
    right: 20px;
    bottom: 5px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
}

.ContactLink:hover::after {
    background-color: deepskyblue;
}

.burger {
    position: absolute;
    z-index: 10;
    right: 2.7rem;
    top: 2.7rem;
    cursor: pointer;
    transform: rotateY(0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: #FFFFFF00;
    border-radius: 5px;
    padding: 10px 7px;
    aspect-ratio: 1;
    transform: scale(1.27);
    /* filter: contrast(2) grayscale(1) brightness(2); */
}

.burger:hover {
    transform: scale(1.6);
}

.burger__patty {
    width: 20px;
    height: 3px;
    margin: 0 0 3px 0;
    background: #FFF;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 8px;
}

.burger__patty:last-child {
    margin-bottom: 0;
}

.burger--close {
    transform: rotate(180deg);
    background: #FFF;
    transform: scale(1);
}

.burger--close .burger__patty {
    background: #007691;
}

.burger--close .burger__patty:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.burger--close .burger__patty:nth-child(2) {
    opacity: 0;
}

.burger--close .burger__patty:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
}

.burger:hover .burger__patty {
    background: deepskyblue;
}

.burger--close:hover {
    transform: rotate(180deg) scale(1.1);
}

.menu {
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
    display: block;
    display: flex;
    z-index: 5;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
    background-color: #001D2F00;
    height: 100vh;
}

.menu--active {
    visibility: visible;
    background-color: #001D2F;
    pointer-events: auto;
}

.menu__item.item_Language {
    opacity: 0;
    transition-delay: 0.8s;
}

.menu .menu__item:nth-child(1) {
    margin-left: -5px;
}

.menu--active .menu__item.item_Language {
    opacity: 1;
}

.menu__brand,
.menu__list {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    float: left;
    width: 50%;
    height: 100vh;
    overflow: hidden;
}

.menu__list {
    margin: 0;
    padding: 0;
    /* background: #00000000; */
    /* fallback for old browsers */
    /* background-image: radial-gradient(95% 100% at 95% 100%, #6be1fc90 36%, #01546790 72%, #01313d00 100%); */
    /* background-image: url(img/Imgs/MenuBG.png); */
    width: 60%;
    margin-left: -10%;
    list-style-type: none;
    transform: translate3d(100%, 0%, 0);
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: left;
    padding-left: 15%;
    /* clip-path: polygon(80% 0, 100% 10%, 10% 100%, 0 90%); */
    clip-path: polygon(6rem 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.menu__list.rtl {
    padding-left: 0;
    padding-right: 15%;
}

.menu__list::before {
    content: "";
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    width: calc(100% + 10px);
    clip-path: polygon(6rem 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.5s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(8deg, rgba(2, 0, 36, 0) 0%, rgba(0, 212, 255, 0) 100%);
}

.menu__link.rtl::before {
    left: unset;
    right: 0;
}

.menu__list--active::before {
    top: 0;
    background: linear-gradient(8deg, rgba(2, 0, 36, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.menu__list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #001e36;
    background-image: radial-gradient(95% 100% at 95% 100%, #6be1fc90 36%, #01546790 72%, #01313d00 100%);
    background-size: cover;
    z-index: 0;
    width: calc(100% - 2px);
    clip-path: polygon(6rem 0%, 100% 0%, 100% 100%, 0% 100%);
    pointer-events: none;
}

.menu__list--active {
    transform: translate3d(0, 0, 0);
}

.menu__brand {
    background: white;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(-100%, 0%, 0);
    background: #000;
    /* background-image: url(img/Imgs/MenuSide.png); */
    background-size: cover;
    background-position: center center;
    /* clip-path: polygon(80% 0, 100% 10%, 10% 100%, 0 90%); */
    clip-path: polygon(0 0, 100% 0%, calc(100% - 6rem) 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    display: block;
    z-index: 1;
}

.menu__brand.Selected {
    /* z-index: 2; */
}

.menu__brand--active {
    transform: translate3d(0, 0, 0);
}

.menu__item {
    transform: translate3d(6rem, 0, 0) scale(0);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    letter-spacing: 10px;
    position: relative;
    z-index: 1;
}

.menu__list--active .menu__item {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    letter-spacing: 0px;
}

.menu__link {
    display: inline-block;
    position: relative;
    font-size: 36px;
    padding: 15px 0;
    font-weight: 300;
    text-decoration: none;
    color: white;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: white !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.menu__link:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0%;
    width: 10px;
    height: 1px;
    background: white;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1
}

.menu__link:hover:before,
.menu__link.Active:before {
    width: 100%;
    opacity: 1;
}

.menu a.menu__link:hover {
    color: white !important;
    text-decoration: none !important;
    font-weight: bold !important;
    letter-spacing: 2px;
}

.menu .menu__item:nth-child(1) {
    transition-delay: 0.1s;
}

.menu .menu__item:nth-child(2) {
    transition-delay: 0.2s;
}

.menu .menu__item:nth-child(3) {
    transition-delay: 0.3s;
}

.menu .menu__item:nth-child(4) {
    transition-delay: 0.4s;
}

.menu .menu__item:nth-child(5) {
    transition-delay: 0.5s;
}

.menu .menu__item:nth-child(6) {
    transition-delay: 0.6s;
}

.Explore {
    background-image: url(img/Icons/down-arrow.png);
    z-index: 6;
    font-size: 14px;
    padding: 20px 60PX 20px 80px;
    background-position: calc(100% - 40px) center;
    background-size: 15px;
    position: absolute;
    color: #000;
    background-repeat: no-repeat;
    bottom: 0PX;
    right: -20rem;
    text-transform: uppercase;
    line-height: 15px;
    content: "";
    position: absolute;
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 50px) 100%, 0 100%, 0 72px);
    background-color: var(--BGColor);
    display: block;
    width: auto;
    transition-duration: 200ms
}

.Explore.Active {
    right: 0rem;
}

.LinksInHeader {
    position: absolute;
    display: flex;
    width: 35% !important;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    align-items: flex-start !important;
    justify-content: center !important;
    z-index: 4;
    margin-top: 20px !important;
    gap: 20px;
}

.LinkInHeader {
    width: calc(100% / 3 - 10px) !important;
    text-align: center !important;
}

.MenuLinkInNav {
    padding-top: 15px;
    font-size: 18px !important;
    border-bottom: 1px solid #FFFFFF20;
    padding-bottom: 0px !important;
    transition-duration: 400ms;
    width: 100%;
    font-weight: 400 !important;
    margin-left: 20px;
    margin-left: 20px;
    line-height: 30px;
}

.MenuLinkInNav::before {
    content: none !important;
}

.MenuLinkInNav:hover {
    border-bottom: 1px solid #FFFFFF99;
}

 :root {
    --fontSize: 18px;
}

@media screen and (max-width: 1400px) {
    .menu__link {
        font-size: 26px;
        padding: 15px 0px;
    }
}

@media screen and (max-width: 1350px) {
    .cHead .sm_txt {
        top: 20%;
        font-size: calc(var(--fontSize) * 0.6);
    }
}

@media screen and (max-width: 1150px) {
    .cHead {
        width: calc(100vw - 8rem) !important;
    }
    .cHead p {
        margin-top: -8px !important;
    }
}

@media screen and (max-width: 1000px) {
     :root {
        --fontSize: 14px;
    }
    .menu__link {
        font-size: 22px;
        padding: 10px 0px;
    }
}

@media screen and (max-width: 950px) {
    .cHead .sm_txt {
        top: 25%;
        font-size: calc(var(--fontSize) * 0.67);
    }
}

@media screen and (max-width: 900px) {
    .menu__list::before,
    .menu__list::after {
        display: none;
    }
    .menu__list {
        background-color: #001D2F;
        background-image: radial-gradient(95% 100% at 95% 100%, #6be1fc20 36%, #01546720 72%, #01313d00 100%);
        background-size: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 6rem 4rem;
        margin-left: 0px;
        transition: all 1s 0.36s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu__brand {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        transition: all 1s 0.72s cubic-bezier(0.23, 1, 0.32, 1);
        /* background: #001D2F; */
    }
    .menu__brand--active {
        transition: all 1s 0s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu__brand--active,
    .menu__list--active {
        clip-path: polygon(0 0, 100% 0%, calc(100% - 0rem) 100%, 0% 100%);
        background-color: #001D2F;
    }
    .menu a.menu__link,
    .menu a.menu__link:hover {
        color: white !important;
        text-decoration: none !important;
        font-weight: 400 !important;
        letter-spacing: 0px;
    }
    .menu__link:before {
        background-color: #6be1fc;
    }
    .LinksInHeader {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .Explore {
        line-height: 15px;
        font-size: 14px;
        padding: 15px 39PX 13px 70px;
        background-position: calc(100% - 20px) center;
        background-size: 12px;
    }
    .cHead p {
        /* font-size: 0.66rem !important; */
        width: 80% !important;
    }
    .cHead h2 {
        font-size: 1.7rem !important;
    }
    .cHead .sm_txt {
        top: 10%;
        font-size: calc(var(--fontSize) * 0.67);
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .Logo {
        top: 3rem;
        left: 3rem;
        width: 80px;
        height: 40px;
    }
    .menu__list {
        padding: 6rem 3rem;
    }
    .burger {
        transform: scale(1);
        right: 2.5rem;
    }
    .burger:hover {
        transform: scale(1);
    }
    .burger--close:hover {
        transform: rotate(180deg) scale(0.8);
    }
    .burger--close {
        transform: rotate(180deg) scale(0.8);
    }
    .Explore {
        line-height: 10px;
        font-size: 10px;
        padding: 12px 35PX 10px 63px;
        background-position: calc(100% - 20px) center;
        background-size: 10px;
    }
    .cHead {
        width: calc(100vw - 4rem) !important;
    }
    .cHead p {
        font-size: 10px !important;
        width: 80% !important;
        margin-top: 0px !important;
    }
    .cHead h2 {
        font-size: 1.5rem !important;
    }
    .cHead .sm_txt {
        top: 10%;
        font-size: calc(var(--fontSize) * 0.6);
        width: 25%;
    }
}

@media screen and (max-width: 450px) {
     :root {
        --fontSize: 12px;
    }
    .cHead .sm_txt {
        top: 0%;
        font-size: calc(var(--fontSize) * 0.67);
        width: 28%;
    }
    .cHead h2 {
        font-size: 1.2rem !important;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 400px) {
    .menu__link {
        font-size: 18px;
        line-height: 1.1;
    }
    .menu__item br {
        display: none;
    }
    .burger {
        right: 2rem;
    }
    header {
        right: 4.4rem;
        transform: scale(0.9);
        transform-origin: right center;
    }
    .IconOnly {
        margin-top: 2px;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-height: 650px) {
    .CallToActionSection {
        height: 100vh !important;
        padding-bottom: 55% !important;
    }
    .menu__list {
        height: 120vh;
        display: block;
        overflow-y: auto;
        padding-bottom: 9rem;
    }
    .menu--active {
        height: 150vh;
        display: block;
        overflow-y: auto;
        padding-bottom: 9rem;
    }
    .Logo {
        transition: all 0.4s 0s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .Logo.ForceWhite {
        transform: scale(0);
    }
}

.Language {
    padding: 5px;
    /* background-color: #001D2F; */
    color: #FFF;
    border-radius: 0px;
    border: 1px solid #FFFFFF90;
    text-align: center !important;
    /* position: fixed;
    bottom: 10px;
    right: 10px; */
    /* position: relative;
    z-index: 9999999; */
    display: inline-block;
    aspect-ratio: 1/1;
    width: 40px;
}

.item_Language:hover .Language {
    color: #FFF;
}

.item_Language {
    margin-top: 5%;
}

.item_Language * {
    color: #FFF;
}

.LinkInHeader.item_Language {
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: 15px !important;
}

.MenuLinkInNav.Language {
    font-size: 14px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px;
    line-height: 20px;
}

 :root {
    --TechBorderWidth: 10px;
    --TechBorderHeight: 15px;
    /* Footer variables removed - using modern footer instead */
}

.CallToActionSection {
    height: 72vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    /* mix-blend-mode: luminosity; */
}

.CallToActionSection h3 {
    font-weight: 600;
    font-size: 44px;
    text-align: center;
}

.CallToActionSection h3 br {
    display: none;
}

.CallToActionSection p {
    line-height: 1.2;
    text-align: center;
}

.CalltoActionButton {
    background-color: #FBFBFE50;
    color: #57585c;
    font-weight: 700;
    font-size: 36px;
    padding: 18px 55px;
    border: 1px solid #57585c50;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    background-image: radial-gradient(95% 100% at 95% 100%, #6be1fc00 36%, #01546700 72%, #01313d00 100%);
    border-radius: 8px;
    /* clip-path: polygon(25px 0, 100% 0, 100% 100%, 0px 100%, 0 calc(100% - 50px), 0 25px); */
}

.CalltoActionButton:hover {
    border-color: #01738e00 !important;
    background-color: #01738e;
    color: #F7F6F9;
    /* background-image: radial-gradient(95% 100% at 95% 100%, #6be1fc72 50%, #01546750 72%, #01313d00 100%); */
}


/* Footer styles removed - using modern footer instead */


/* Footer media queries removed - using modern footer instead */

.O_Language {
    width: 50px;
    max-width: 30px;
    max-height: 30px;
    margin-top: 20px;
    transition-duration: 200ms;
    border-radius: 0px;
}

.O_Language .Language {
    border-radius: 0px;
    transition-duration: 200ms;
    height: 30px;
    width: 30px !important;
    padding: 5px !Important;
    font-size: 12px !important;
}

.O_Language:hover {
    background-color: #FFF;
    color: #000000;
}

.O_Language:hover .Language {
    color: #000000;
}


/* Enhanced Navigation Arrows */

.custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 100%;
    pointer-events: none;
}

.nav-arrow {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    backdrop-filter: blur(10px);
}

.nav-arrow:hover {
    background: rgba(0, 0, 0, 0.6);
    border-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.nav-arrow.prev {
    left: 30px;
}

.nav-arrow.next {
    right: 30px;
}

.nav-arrow svg {
    transition: all 0.3s ease;
}

.nav-arrow:hover svg {
    transform: scale(1.1);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* Responsive Navigation */

@media (max-width: 768px) {
    .nav-arrow {
        width: 50px;
        height: 50px;
    }
    .nav-arrow.prev {
        left: 15px;
    }
    .nav-arrow.next {
        right: 15px;
    }
}

@media (max-width: 480px) {
    .nav-arrow {
        width: 45px;
        height: 45px;
    }
    .nav-arrow.prev {
        left: 10px;
    }
    .nav-arrow.next {
        right: 10px;
    }
}


/* Carousel Progress Indicator */

.carousel-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1001;
}

.carousel-progress {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #00d4ff);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.slide-counter {
    position: absolute;
    top: 20px;
    right: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1001;
    backdrop-filter: blur(10px);
}

.play-pause-btn {
    position: absolute;
    top: 20px;
    left: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    z-index: 1001;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.play-pause-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}


/* Responsive Progress Indicator */

@media (max-width: 768px) {
    .slide-counter {
        top: 15px;
        right: 20px;
        padding: 6px 12px;
        font-size: 12px;
    }
    .play-pause-btn {
        top: 15px;
        left: 20px;
        padding: 6px 10px;
        font-size: 14px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Contact Form Section Styles */
.contact-form-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 2rem;
}

.contact-form-content {
    margin-top: 2rem;
}

.contact-form-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.contact-form-card .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-card label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
}

.contact-form-card .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form-card .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.contact-form-card .form-control::placeholder {
    color: #6c757d;
}

.contact-form-card textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form-card .btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.contact-form-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.contact-form-card .btn-primary:active {
    transform: translateY(0);
}

/* Form validation styles */
.contact-form-card .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.contact-form-card .invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Success message styles */
.contact-form-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.contact-form-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form-section {
        padding: 2rem 1rem;
    }
    
    .contact-form-card {
        padding: 1.5rem;
    }
    
    .contact-form-card .btn-primary {
        width: 100%;
        padding: 1rem;
    }
}