/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;
  border:0 solid #e5e7eb}
:after,:before{--tw-content:""}
:host,html{line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  tab-size:4;
  font-family: 'Roboto', sans-serif; 
  font-feature-settings:normal;
  font-variation-settings:normal;
  -webkit-tap-highlight-color:transparent}
body{margin:0;
  line-height:inherit}





.relative{position:relative}
.bg-\[\#010043\]{--tw-bg-opacity:1; background-color:rgb(1 0 67/var(--tw-bg-opacity))}
.w-full{width:100%}
.min-h-screen{min-height:100vh}
.overflow-hidden{overflow:hidden}

.absolute{position:absolute}
.inset-0{inset:0}
.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}
.from-black\/20{--tw-gradient-from:rgb(0 0 0/0.2);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.via-black\/30{--tw-gradient-via:rgb(0 0 0/0.3);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-via),var(--tw-gradient-to)}
.to-black\/90{--tw-gradient-to:rgb(0 0 0/0.9)}

.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}

.bottom-6{bottom:1.5rem}
.rotate-180{--tw-rotate:180deg}


.z-10 {
  z-index: 10;
}
.pt-4 {
  padding-top: 1rem; 
}
.pb-5 {
  padding-bottom: 1.25rem; 
}
@media (min-width: 1024px) {
  .lg\:pb-10 {
    padding-bottom: 2.5rem; 
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem; 
  }
}

.w-full {
  width: 100%;
}
.w-48 {
  width: 12rem; 
}
.h-24 {
  height: 6rem; 
}
.h-full {
  height: 100%;
}



.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.gap-12 {
  gap: 3rem; 
}


.text-center {
  text-align: center;
}
.text-lg {
  font-size: 1.125rem; 
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .md\:text-xl {
    font-size: 1.25rem; 
    line-height: 1.75rem;
  }
}
.tracking-wider {
  letter-spacing: .05em; 
}


.pointer-events-none {
  pointer-events: none; 
}
.select-none {
  user-select: none; 
}


.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
} 


.object-contain {
  object-fit: contain; 
}

.bg-water{--tw-bg-opacity:1;
  background-color:rgb(217 245 250/var(--tw-bg-opacity))}
.text-white{--tw-text-opacity:1;
  color:rgb(251 255 254/var(--tw-text-opacity))}
.text-black{--tw-text-opacity:1;
  color:rgb(0 0 0/var(--tw-text-opacity))}
.bg-midnightblue{--tw-bg-opacity:1;
  background-color:rgb(1 0 67/var(--tw-bg-opacity))}
  
@container (min-width: 28rem){.\@md\:text-3xl{font-size:1.875rem;
  line-height:2.25rem}
.\@md\:text-xl{font-size:1.25rem;
  line-height:1.75rem}

}

.cursor-pointer{
    cursor:pointer;
}
.w-12{width:3rem}
.sm\:w-14{width:3.5rem}
.md\:w-16{width:4rem}
.aspect-square{aspect-ratio:1/1}
.text-brandorange{--tw-text-opacity:1;
  color:rgb(255 164 0/var(--tw-text-opacity))}


@keyframes scroll-carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    
    
    
    transform: translateX(-87rem); 
  }
}


.carousel-track-inner {
  animation: scroll-carousel 30s linear infinite; 
  width: 177rem; 
}


.carousel-track-inner:hover {
  animation-play-state: paused;
}


.video-nav-buttons {
    position: fixed; 
    left: 1.25rem;  
    top: 6.25rem;
    z-index: 50; 
    display: flex;
    flex-direction: column; 
    gap: 0.625rem;  
}


.nav-button {
    width: 0.75rem; 
    height: 0.75rem; 
    background-color: rgba(255, 255, 255, 0.5); 
    border: 0.0625rem solid rgba(255, 255, 255, 0.8); 
    border-radius: 50%; 
    cursor: pointer; 
    transition: background-color 0.3s, border-color 0.3s; 
    padding: 0; 
    margin: 0; 
    box-shadow: 0 0.125rem 0.3125rem  rgba(0, 0, 0, 0.2); 
}


.nav-button:hover,
.nav-button.active {
    background-color: white; 
    border-color: white; 
}

@media (max-width: 1023px) { 
    .video-nav-buttons {
        left: 0.75rem; 
        top: 5rem; 
        gap: 0.5rem; 
    }
    .nav-button {
        width: 0.625rem; 
        height: 0.625rem;
    }
}


@media (max-width: 767px) {
    .video-nav-buttons {
        left: 0.5rem; 
        top: 4rem; 
        gap: 0.4rem;
    }
    .nav-button {
        width: 0.5rem; 
        height: 0.5rem;
    }
}

@media (min-width: 1200px) { 
    .video-nav-buttons {
        left: 1.5rem; 
        top: 7rem; 
    }
    .nav-button {
        width: 0.875rem; 
        height: 0.875rem;
    }

    
    
    /*
    @keyframes scroll-carousel {
      100% {
        transform: translateX(-Xrem); // Новое значение для этих экранов
      }
    }
    .carousel-track-inner {
      animation: scroll-carousel Ys linear infinite; // Возможно, другая скорость
    }
    */
}


/* Медиа-запрос для очень больших экранов (Full HD без масштабирования или 4K),
   чтобы охватить самые широкие мониторы */
@media (min-width: 1600px) {
    .video-nav-buttons {
        left: 2rem; 
        top: 8rem;
    }
    .nav-button {
        width: 1rem; 
        height: 1rem;
    }
  }

    
/*
 * Styles for the navigation menu on top of the YouTube video background.
 * Ensure this file is linked correctly in your HTML head:
 * <link rel="stylesheet" href="путь/к/вашему/33bf361648ccc58b.css">
 */


.video-desktop, .video-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;

}


.video-desktop {
    display: block; 
}
.video-mobile {
    display: none;
}



@media (max-width: 768px) {
    
    .video-desktop {
        display: none;
    }

    
    .video-mobile {
        display: block;
        
        
        width: 100vw;
        height: calc(100vw * 16 / 9); 
    }
}





.gradient-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; 
}
.main-nav-menu {
    position: fixed;
    top: 50%;    
    transform: translateY(-50%); 
    z-index: 100;
    color: #fff;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    opacity: 0.6; 
}
.main-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav-menu li {
    position: relative;
    margin-bottom: 0; 
    padding: 0.625rem 1.25rem;  
    cursor: pointer;
    
    transition: color 0.3s ease;
}

.main-nav-menu li a {
    display: block;
    color: inherit; 
    text-decoration: none;
    transition: font-weight 0.3s ease, color 0.3s ease; 
}


.main-nav-menu li a:hover {
    color: #9f9f9f; 
}


.main-nav-menu li span {
    position: absolute;
    left: -1.25rem; 
    top: 50%;
    transform: translateY(-50%);
    width: 0; 
    height: 0.09375rem;
    opacity: 0.5;
    transition: width 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}


.main-nav-menu li.active a {
    font-weight: bold; 
    
    color: inherit; 
}

.main-nav-menu li.active span {
    width: 1.5625rem; 
    opacity: 1; 
    background-color: #fff; 
}




.main-nav-menu.text-dark-theme {
    color: #000; 
    
}


.main-nav-menu.text-dark-theme li a {
    color: #000; 
}


.main-nav-menu.text-dark-theme li a:hover {
    color: #555; 
}




.main-nav-menu.text-dark-theme li.active a {
    font-weight: bold; 
    color: #000; 
}

.main-nav-menu.text-dark-theme li.active span {
    background-color: #000; 
}

@media (max-width: 991px) { 
    .main-nav-menu {
        display: none; 
    }

    
    .main-nav-menu.text-dark-theme {
        color: #fff; 
        background-color: rgba(0, 0, 0, 0.9);
    }
    .main-nav-menu.text-dark-theme li a {
        color: #fff; 
    }
    .main-nav-menu.text-dark-theme li a:hover {
        color: #ccc; 
    }
    .main-nav-menu.text-dark-theme li.active span {
        background-color: #fff; 
    }
}



    .main-nav-menu {
        left: 4rem; 
        font-size: 1.4rem; 
    }
    .main-nav-menu li span {
        left: -1.5rem; 
    }
    .main-nav-menu li.active span {
        width: 1.875rem; 
    }

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

        
    .main-nav-menu {

left: 2.66rem;
        font-size: 0.86rem; 
    }
    .main-nav-menu li span {
        left: -1.5rem; 
    }
    .main-nav-menu li.active span {
        width: 1.875rem; 


       }
    }


@media (min-width: 1706px) and (max-width: 2559px) {

    .main-nav-menu {

left: 2.66rem;
        font-size: 0.86rem; 
    }
    .main-nav-menu li span {
        left: -1.5rem; 
    }
    .main-nav-menu li.active span {
        width: 1.875rem; 


       }


}



@media (min-width: 1200px) and (max-width: 1705px) 
{


.main-nav-menu {
  left: 1.77rem;
  font-size: 0.57rem; 
}

.main-nav-menu li span {
  left: -1rem; 
}

.main-nav-menu li.active span {
  width: 1.25rem; 
}

}






.logo-container { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50; 
    text-align: center;
    width: 100%; 
}

.logo-container img { 
    width: 25%;
    height: auto;
    display: block;
    margin: 0 auto;
}




@media (max-width: 767px) {
    .logo-container {
        
        z-index: 60; 
        
    }

    .logo-container img {
        width: 40%; 
        min-width: 9.375rem; 
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .logo-container img {
        width: 30%; 
        min-width: 12.5rem; 
    }
}


@media (min-width: 1200px) {
    .logo-container img {
        width: 20%; 
        max-width: 21.875rem; 
    }
}


@media (min-width: 1600px) {
    .logo-container img {
        width: 18%; 
        max-width: 25rem; 
    }
}

@media (min-width: 1200px) and (max-width: 1705) {
    .logo-container{
        left: 25%;
    }
}




.header-buttons {
    position: absolute; 
    top: 3.125rem; 
    right: 3.125rem; 
    z-index: 10; 

    display: flex; 
    gap: 0.9375rem; 
    
    align-items: center; 
}


.header-button {
    padding: 0.75rem 1.5625rem;
    background-color: transparent; 
    color: white; 
    border: 0.125rem solid white; 
    border-radius: 0.5625rem;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700; 
    cursor: pointer;
    text-decoration: none; 
    display: inline-block; 
    text-align: center; 
    white-space: nowrap; 
    transition: background-color 0.3s ease, color 0.3s ease; 
    opacity: 0.5; 
}


.header-button:hover {
    background-color: #fece00; 
    color: #282828; 
    opacity: 1;
    border-color: #fff; 
}


@media (max-width: 767px) { 
    .header-buttons {
        top: 1.25rem; 
        right: 1.25rem; 
        gap: 0.625rem; 
        
    }

    .header-button {
        padding: 0.625rem 1.125rem; 
        font-size: 0.9em; 
        border-width: 0.09375rem; 
        border-radius: 0.4375rem; 
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .header-buttons {
        top: 1.875rem; 
        right: 1.875rem; 
        gap: 0.75rem; 
    }

    .header-button {
        padding: 0.6875rem 1.375rem; 
        font-size: 1.1em; 
        border-width: 0.1rem; 
    }
}


@media (min-width: 1200px) {
    .header-buttons {
        top: 3.75rem; 
        right: 3.75rem; 
        gap: 1.25rem; 
    }

    .header-button {
        padding: 0.875rem 1.875rem; 
        font-size: 1.4em; 
        border-width: 0.15rem; 
    }
}


@media (min-width: 1600px) {
    .header-buttons {
        top: 4.375rem; 
        right: 4.375rem; 
        gap: 1.5625rem; 
    }

    .header-button {
        padding: 1rem 2.1875rem; 
        font-size: 1.5em; 
        border-width: 0.1875rem; 
    }
  }

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi)  {

.header-buttons {
        top: 3.2rem; 
        right: 3.1rem; 
        gap: 1.25rem; 
    }

    .header-button {
        padding: 0.875rem 1.875rem; 
        font-size: 0.9em; 
        border-width: 0.10rem; 
    }
}


@media (min-width: 1706px) and (max-width: 2559px) {


.header-buttons {
        top: 3.2rem; 
        right: 3.1rem; 
        gap: 1.25rem; 
    }

    .header-button {
        padding: 0.875rem 1.875rem; 
        font-size: 0.9em; 
        border-width: 0.10rem; 
    }

} 

@media (min-width: 1200px) and (max-width: 1705px) 
{

.header-buttons {
    top: 2.13rem; 
    right: 2.07rem; 
    gap: 0.83rem; 
}

.header-button {
    padding: 0.58rem 1.25rem; 
    font-size: 0.6em; 
    border-width: 0.07rem; 
}


}








.scroll-down-button { 
    position: absolute; 
    bottom: 1.5rem; 
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 50; 
    cursor: pointer;
}

.scroll-down-button div { 
    transform: rotate(180deg); 
}

.scroll-down-button svg { 
    width: 3rem; 
    height: 3rem; 
    color: #ff4500; 
}


@media (max-width: 767px) {
    .scroll-down-button {
        bottom: 1rem; 
    }
    .scroll-down-button svg {
        width: 2.5rem; 
        height: 2.5rem;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .scroll-down-button {
        bottom: 1.25rem; 
    }
    .scroll-down-button svg {
        width: 2.75rem; 
        height: 2.75rem;
    }
}


@media (min-width: 1200px) {
    .scroll-down-button {
        bottom: 1.75rem; 
    }
    .scroll-down-button svg {
        width: 3.25rem; 
        height: 3.25rem;
    }
}


@media (min-width: 1600px) {
    .scroll-down-button {
        bottom: 2rem; 
    }
    .scroll-down-button svg {
        width: 3.5rem; 
        height: 3.5rem;
    }
}


.revealing-content {
    max-height: 0 !important; 
    opacity: 0 !important;
    padding: 0 1.5625rem !important; 
    overflow: hidden !important; 
    transition: max-height 0.6s ease-out, opacity 0.6s ease-out, padding 0.6s ease-out !important; 
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
}

.revealing-content p {
    margin: 0.9375rem 0; 
}

.revealing-content ul {
    margin: 0.9375rem 0;
    padding-left: 1.25rem;
}


.my-revealing-block:hover .revealing-content {
    max-height: 31.25rem !important; 
    opacity: 1 !important;
    padding: 1.25rem 1.5625rem !important; 
}


@media (max-width: 767px) { 
    .my-revealing-block {
        width: 90%; 
        max-width: 21.875rem; 
    }

    .revealing-title {
        font-size: 1.15em; 
        padding: 0.9375rem 1.25rem; 
    }

    .revealing-content {
        font-size: 0.9em; 
        padding: 0 1.25rem !important; 
    }

    .my-revealing-block:hover .revealing-content {
        max-height: 25rem !important; 
        padding: 0.9375rem 1.25rem !important; 
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .revealing-content {
        padding: 0 1.5rem !important; 
    }

    .revealing-content p {
        margin: 1rem 0; 
    }

    .revealing-content ul {
        margin: 1rem 0;
        padding-left: 1.375rem; 
    }

    .my-revealing-block:hover .revealing-content {
        max-height: 35rem !important; 
        padding: 1.25rem 1.5rem !important; 
    }
}

/* Медиа-запросы для больших десктопных экранов (1200px+)
@media (min-width: 1200px) {
    .my-revealing-block:hover .revealing-content {
        max-height: 40rem !important; 
        padding: 1.5rem 2rem !important; 
    }
}

 Медиа-запросы для очень больших экранов (1600px+) 
@media (min-width: 1600px) {
    .my-revealing-block:hover .revealing-content {
        max-height: 50rem !important; 
        padding: 1.875rem 2.5rem !important; 
    }
 }*/ 



.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
    position: relative;
    overflow: hidden;
    width: 20rem; 
    height: 25rem; 
    background-color: white; 
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.25rem;  
    border: 0.0625rem solid #eee; 
    border-radius: 0.5rem; 
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transform: translateZ(0); 
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
    position: relative;
    font-size: 3.5em;
    z-index: 3;
    font-weight: 700;
    color: #BFA430;
    margin-top: 25rem;
    margin-left: 4.6875rem; 
    transition: color 0.2s ease-in-out;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h4,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h4 {
    position: relative;
    font-size: 1.3em;
    z-index: 3;
    margin-top: 3.125rem;
    margin-left: 4.6875rem;
    color: #3E2D83;
    transition: color 0.2s ease-in-out;

}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h3,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h3 {
    position: relative;
    font-size: 2.0em;
    z-index: 3;
    font-weight: 600;
    margin-top: 1.5625rem; 
    margin-left: 4.6875rem;
    color: #3E2D83;
    transition: color 0.2s ease-in-out;

    border-top: 0.125rem solid #BFA430; 
    padding-bottom: 0.9375rem; 
}



.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p),
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p) {
    position: relative;
    z-index: 3;
    color: #000000; 
    transition: color 0.2s ease-in-out;
    margin-bottom: 31.25rem;
    opacity: 1; 
    transform: translateY(0); 
}



.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1; 
    transform: translateX(0) translateZ(0); 
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    will-change: transform, opacity;
}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 8s ease-out;
}



.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: 6.25rem;
    box-sizing: border-box;
    opacity: 1; 
    transform: translateY(0) translateZ(0); 
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    z-index: 1;
    border: none;
    border-radius: 0;
    color: white; 
    will-change: transform, opacity;
}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h4,
.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h3 {
    display: none;
}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: inherit;
    opacity: 1;
    visibility: visible;
}



.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    transition: transform 0.9s ease-in-out; 
    opacity: 1; 
    transform: translateX(0) translateZ(0);
    will-change: transform; 
}


.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    transition: transform 0.2s ease-in-out; 
    opacity: 1; 
    transform: translateX(0) translateZ(0);
    will-change: transform; 
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn:hover::after {
    transform: translateX(100%) translateZ(0);
    
}

.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT:hover::after {
    transform: translateX(100%) translateZ(0);
    
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn:hover .InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB img,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT:hover .InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB img {
    transform: scale(1.07); 
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn:hover > span,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT:hover > span {
    color: white;
}
.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn:hover > h4,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT:hover > h4 {
    color: white;
}
.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn:hover > h3,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT:hover > h3 {
    color: white;
    border-color: white;
}
.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn:hover > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p) {
    color: white;
}



@media (max-width: 767px) {
.swiper-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
    font-size: 2.5em;
    margin-top: 3rem;
    margin-left: 1rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h4,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h4 {
    font-size: 1.1em;
    margin-top: 1.5rem;
    margin-left: 1rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h3,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h3 {
    font-size: 1.2em;
    margin-top: 0.8rem;
    margin-left: 1rem;
    padding-bottom: 0.6rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > p,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > p {
    font-size: 1.2em;
    margin-top: 0.8rem;
    margin-left: 1rem;
    padding-bottom: 0.6rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p),
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p) {
    margin-bottom: 5rem;
    font-size: 0.9em;
}

.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
    padding: 2rem;
}


.swiper-slide {
    width: 100% !important; 
    height: auto;          
    padding-bottom: 0;     
    margin-bottom: 0;      
}
}





.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
    width: 40.625rem; 
    height: 75rem; 
    flex-shrink: 0;
}




@media (min-width: 768px) and (max-width: 1023px) {
    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
        width: 20rem; 
        height: 26.25rem; 
        padding: 1.3rem; 
    }

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
        font-size: 3em;
        margin-top: 15rem; 
        margin-left: 3rem; 
    }

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h4,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h4 {
        font-size: 1.2em;
        margin-top: 2rem; 
        margin-left: 3rem;
    }

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h3,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h3 {
        font-size: 1.8em;
        margin-top: 1rem; 
        margin-left: 3rem;
        padding-bottom: 0.8rem; 
    }

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p),
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p) {
        margin-bottom: 10rem; 
    }

    .InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
        padding: 4rem; 
    }
}






@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

        

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
    font-size: 2.33em;
    font-weight: 450;
    margin-top: 16.66rem;
    margin-left: 3.125rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h4,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h4 {
    font-size: 0.86em;
    margin-top: 2.083rem;
    margin-left: 3.125rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h3,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h3 {
    font-size: 1.33em;
    font-weight: 500;
    margin-top: 1.0416rem;
    margin-left: 3.125rem;

    border-top: 0.083rem solid #BFA430; 
    padding-bottom: 0.625rem; 
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p),
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p) {
    margin-bottom: 20.83rem;

}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB {
    font-size: 0.8em;
}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
    padding: 4,16rem;
}

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
        width: 27.08rem; 
        height: 50rem; 
        padding: 1.375rem; 
    }

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
        margin-top: 20rem; 
        margin-left: 5rem; 
    }

    .InnovativeStrategyInnerCard-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
        padding: 7rem; 
    }

    }
    




@media (min-width: 1706px) and (max-width: 2559px) {

       

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
    font-size: 2.33em;
    font-weight: 450;
    margin-top: 16.66rem;
    margin-left: 3.125rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h4,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h4 {
    font-size: 0.86em;
    margin-top: 2.083rem;
    margin-left: 3.125rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h3,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h3 {
    font-size: 1.33em;
    font-weight: 500;
    margin-top: 1.0416rem;
    margin-left: 3.125rem;

    border-top: 0.083rem solid #BFA430; 
    padding-bottom: 0.625rem; 
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p),
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p) {
    margin-bottom: 20.83rem;

}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB {
    font-size: 0.8em;
}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
    padding: 4,16rem;
}

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
        width: 27.08rem; 
        height: 50rem; 
        padding: 1.375rem; 
    }

    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
        margin-top: 20rem; 
        margin-left: 5rem; 
    }

    .InnovativeStrategyInnerCard-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
        padding: 7rem; 
    }


} 


@media (min-width: 1200px) and (max-width: 1705px) {


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
    font-size: 1.55em;
    font-weight: 450;
    margin-top: 11.11rem;
    margin-left: 2.083rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h4,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h4 {
    font-size: 0.57em;
    margin-top: 1.388rem;
    margin-left: 2.083rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > h3,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > h3 {
    font-size: 0.88em;
    font-weight: 500;
    margin-top: 0.6944rem;
    margin-left: 2.083rem;

    border-top: 0.055rem solid #BFA430; 
    padding-bottom: 0.416rem; 
}


.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p),
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > p:not(.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn p) {
    margin-bottom: 13.88rem;
}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB {
    font-size: 0.53em;
}


.InnovativeStrategyCardImage-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
    padding: 2.77rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
    width: 18.05rem;
    height: 33.33rem;
    padding: 0.916rem;
}

.InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn > span,
.InnovativeStrategyCard-sc-1da1tno-0.iDwkfT > span {
    margin-top: 13.33rem;
    margin-left: 3.33rem;
}

.InnovativeStrategyInnerCard-sc-5p1vq0-0.cvdeBB .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn {
    padding: 4.66rem;
}

}



.ScrollController-g92nda-0.idXImW {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.875rem;
    padding: 1.25rem; 
    box-sizing: border-box;
}

.swiper-slide {
    width: auto !important;
    max-width: 100%;
    display: block !important;
}


.my-custom-swiper-section {
    padding: 3.125rem 0;
    background-color: #f9f9f9;
    margin: 3.125rem 0;
}


.swiper {
    width: 90%;
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding-bottom: 3.125rem;
}


.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
    padding-bottom: 1.25rem;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 15.625rem;
    object-fit: cover;
    border-bottom: 0.0625rem  solid #eee;
}


.swiper-slide .slide-content {
    padding: 0.9375rem 1.25rem; 
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.swiper-slide .slide-content h3 {
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: #333;
}

.swiper-slide .slide-content p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
}


.swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background-color: #007bff;
    opacity: 1;
}


.swiper-button-next,
.swiper-button-prev {
    color: #007bff !important;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}


@media (max-width: 767px) {
    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
        width: 20rem; 
        height: 30rem; 
    }

    .my-custom-swiper-section {
        padding: 1.5rem 0; 
        margin: 1.5rem 0; 
    }

    .swiper {
        width: 100%;
        padding: 0 1rem 2rem 1rem; 
    }

    .swiper-slide {
        font-size: 0.9rem; 
        border-radius: 0.5rem; 
        padding-bottom: 1rem; 
    }

    .swiper-slide img {
        height: 10rem; 
    }

    .swiper-slide .slide-content {
        padding: 0.75rem 1rem; 
    }

    .swiper-slide .slide-content h3 {
        font-size: 0.2em;
        margin-bottom: 0.5rem; 
    }

    .swiper-slide .slide-content p {
        font-size: 0.8em;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .InnovativeStrategyInnerCard-sc-1lw43su-0.AbELn,
    .InnovativeStrategyCard-sc-1da1tno-0.iDwkfT {
        width: 25rem; 
        height: 40rem; 
    }

    .my-custom-swiper-section {
        padding: 2rem 0; 
        margin: 2rem 0; 
    }

    .swiper {
        width: 95%;
        padding-bottom: 2.5rem; 
    }

    .swiper-slide {
        font-size: 1rem; 
        border-radius: 0.625rem; 
        padding-bottom: 1.125rem; 
    }

    .swiper-slide img {
        height: 12.5rem; 
    }

    .swiper-slide .slide-content {
        padding: 0.875rem 1.125rem; 
    }
}


    .my-custom-swiper-section {
        padding: 1.75rem 0; 
        margin: 1.75rem 0; 
    }

    .swiper {
        width: 42%;
        max-width: 40rem; 
        padding-bottom: 1.75rem; 
    }

    .swiper-slide img {
        height: 9.37rem; 
    }


#logo-video {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%; 
}

#logo-video img {
  
  width: 25%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #logo-video img {
    
    width: 65%; 
  }
}



#logo {
    opacity: 0; 
    
    transition: opacity 0.1s ease;
    
    position: fixed; 
    top: 6%;
    right: 121.5rem; 
    transform: translateY(-50%);
    z-index: 102; 
  
    display: flex; 
    align-items: center;
    justify-content: flex-start;
    width: 35%;
    height: auto; 

    
}


#logo img {
    height: 2.5rem; 
    width: auto; 
    max-width: 100%;

    
    filter: none; 
    transition: filter 0.3s ease; 
    
    
    
     
    
}


#logo.visible {
    opacity: 1; 
}


#logo.visible img {
    
    filter: brightness(0); 


     
}

#logo.visible.logo-white img {
    filter: brightness(0) invert(1); 
}


@media (max-width: 767px) {
    #logo {
        opacity: 0;
    }

}


@media (min-width: 768px) and (max-width: 1023px) {
    #logo {
        right: auto; 
        left: 1.5rem; 
        width: 30%; 
    }

    #logo img {
        height: 2.25rem; 
    }
}


@media (min-width: 1024px) and (max-width: 1999px) {
#logo {
    position: fixed;
    top: 3.125rem;     
    z-index: 100;    
    width: auto;
}


#logo img {

    width: 25%; 
    height: auto; 
    display: block; 
    margin: 0; 
}
}



@media (min-width: 1200px) and (max-width: 2559px) {
    
    #logo {
        width: 25%; 
    }
    
    #logo img {
        height: 2.5rem; 
    }



}


.company-info-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items: center;
  min-height: 100vh; 
  padding: 1.25rem;
  box-sizing: border-box;
  overflow: hidden; 
  background-color: #f4f6f9; 
  position: relative;
}

.company-info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 75rem; 
  flex-direction: column; 
  padding: 1.25rem;
}


@media (max-width: 767px) {
    .company-info-section {
        padding: 1rem; 
        min-height: auto; 
    }

    .company-info-content {
        padding: 1rem; 
        max-width: 100%; 
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .company-info-section {
        padding: 1.5rem; 
    }

    .company-info-content {
        padding: 1.5rem; 
        max-width: 60rem; 
    }
}


@media (min-width: 1600px) {
    .company-info-section {
        padding: 2rem; 
    }

    .company-info-content {
        padding: 2rem; 
        max-width: 85rem; 
    }
}




.company-title-text {
  text-align: center;
  padding: 1.25rem;
  opacity: 0; 
  transform: translateY(-18.75rem);  
  transition: opacity 2.5s ease-out, transform 2.5s ease-out;
  flex-shrink: 0; 
  margin-top: 0; 
  margin-bottom: 0; 

  max-width: 200rem; 

  
  white-space: nowrap; 

  position: relative; 
  z-index: 1; 

  margin-left: auto;   
  margin-right: auto;  

}

.company-title-text h2 {
  font-size: clamp(5em, 20vw, 15em); 
  font-weight: bold;
  color: #28282a;
  font-family: Oswald, sans-serif; 
  text-align: center;
  margin: 0; 
}

.company-title-text.animate-in {
  opacity: 1;
  transform: translateY(0);
}



.company-image-container {
  width: 100%;
  flex-grow: 1; 
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative; 
  overflow: hidden; 
  margin-top: -9.375rem; 
  z-index: 1; 
}

.company-image {
  max-width: 90%; 
  width: auto; 
  max-height: 50vh; 
  height: auto; 
  object-fit: contain; 
  transform: translateY(100%); 
  transition: transform 2s ease-out; 
  display: block; 
}

.company-image.animate-in {
  transform: translateY(0);
}




@media (max-width: 767px) {
    .company-title-text {
        padding: 0.8rem; 
        transform: translateY(-5rem); 
        white-space: normal; 
    }

    .company-title-text h2 {
        font-size: clamp(3em, 15vw, 10em); 
    }

    .company-image-container {
        margin-top: 0; 
    }

    .company-image {
        max-width: 95%; 
        max-height: 40vh; 
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .company-title-text {
        padding: 1rem; 
        transform: translateY(-10rem); 
    }

    .company-title-text h2 {
        font-size: clamp(3.5em, 15vw, 10em);
    }

    .company-image-container {
        margin-top: 0; 
    }

    .company-image {
        max-width: 90%;
        max-height: 45vh;
    }
}


@media (min-resolution: 1.5dppx) and (min-width: 1024px) and (max-width: 2500px) {
    .company-title-text {
        padding: 1rem; 
        transform: translateY(-10rem); 
    }

    .company-title-text h2 {
        font-size: clamp(3.5em, 15vw, 10em);
    }

    .company-image-container {
        margin-top: 0; 
    }

    .company-image {
        max-width: 90%;
        max-height: 45vh;
    }
}





.text-cards-wrapper {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: flex-start; 
  gap: 2.5rem; 
  margin-top: 0; 

  opacity: 0.99;
  border-radius: 0 0 3.75rem 3.75rem; 

  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 109.375rem; 
  max-width: none !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  box-sizing: border-box !important;
}


.text-cards-wrapper::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('media/pattern.webp');
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
  background-color: #f8f8f8; 

  
  opacity: 0.05; 

  z-index: -1; 
}


.company-description-text {
  flex: 1; 
  min-width: 18.75rem; 
  max-width: calc(50% - 20px); 
  text-align: left; 
  padding-right: 1.25rem; 
  box-sizing: border-box; 

    
  opacity: 0; 
  transform: translateX(-100%); 
  transition: opacity 2.2s ease-out, transform 2.2s ease-out; 
  
}

.company-description-text.animate-in {
  opacity: 1;
  transform: translateX(0); 
}

.company-description-text h3 {
  font-size: 3.5em; 
  color: #3E2D83; 
  margin-bottom: 0px; 
  text-align: center !important;
  font-weight: 700;
  font-family: 'Montserrat' , sans-serif; 
  
}
.company-description-text p {
  font-size: 1.5em; 
  line-height: 1.7; 
  color: #1C0772; 
  margin-bottom: 1em; 
}


@media (max-width: 767px) {
    
    .text-cards-wrapper {
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        gap: 1.25rem;
        min-width: auto;
        max-width: 100%;
        margin: 0 auto; 
        padding: 0.8rem !important;
        border-radius: 0 0 1.25rem 1.25rem;
    }

    
    .company-description-text {
        min-width: auto;
        max-width: 100%;
        padding: 0;
        text-align: center; 
        transform: translateX(0); 
        opacity: 1; 
        transition: none; 
    }

    .company-description-text h3 {
        font-size: 2em;
        text-align: center;
    }

    .company-description-text p {
        font-size: 1em;
        text-align: center;
    }

    
    .company-info-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.25rem;
    }

    .company-image-container {
        margin-top: 0rem;
    }

    .company-image {
        max-height: 30vh;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .text-cards-wrapper {
        gap: 2rem; 
        min-width: auto; 
        flex-direction: row; 
        justify-content: center;
        padding-left: 1rem !important; 
        padding-right: 1rem !important; 
        border-radius: 0 0 2.5rem 2.5rem; 
    }

    .company-description-text {
        min-width: 15rem; 
        max-width: calc(50% - 1rem); 
        padding-right: 1rem; 
    }

    .company-description-text h3 {
        font-size: 2.5em;
    }

    .company-description-text p {
        font-size: 1.2em;
    }

    .company-info-content {
        flex-direction: row; 
        justify-content: space-between;
        align-items: flex-start;
        gap: 2.5rem; 
    }

    .company-title-text {
        max-width: 90%;
        margin-top: 0;
    }

    .company-title-text h2 {
        font-size: clamp(3em, 18vw, 9em);
    }

    .company-image-container {
        margin-top: -0 
    }

    .company-info-section {
        padding: 0.8rem; 
    }

    .company-image {
        max-height: 35vh;
    }
}


@media (min-width: 993px) and (max-width: 1199px) {
    .text-cards-wrapper {
        gap: 2.5rem; 
        min-width: 60rem; 
        padding-left: 1.5rem !important; 
        padding-right: 1.5rem !important; 
    }

    .company-description-text {
        min-width: 20rem; 
        max-width: calc(50% - 1.25rem); 
        padding-right: 1.25rem; 
    }
    
    
    .company-description-text h3 {
        font-size: 3em;
    }
    .company-description-text p {
        font-size: 1.4em;
    }


    .company-title-text h2 {
        font-size: clamp(10em, 40vw, 30em); 
    }

    .company-image-container {
        margin-top: 0; 
    }

    .company-info-section {
        padding: 1.875rem; 
    }

    .company-image {
        max-height: 55vh;
    }
}



@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

.text-cards-wrapper {

  gap: 1.10rem; 
  min-width: 72.916rem; 
  padding-left: 0.83rem !important;
  padding-right: 0.83rem !important;

}


.company-description-text {
  min-width: 12.5rem; 
  max-width: calc(50% - 20px); 
  padding-right: 0.83rem; 
}


.company-description-text h3 {
  font-size: 2.6em; 

  font-weight: 700;
  
}

.company-description-text p {
  font-size: 1em; 
  margin-bottom: 0.6em; 
}


}




@media (min-width: 1706px) and (max-width: 2559px) {


.text-cards-wrapper {

  gap: 1.10rem; 
  min-width: 72.916rem; 
  padding-left: 0.83rem !important;
  padding-right: 0.83rem !important;

}


.company-description-text {
  min-width: 12.5rem; 
  max-width: calc(50% - 20px); 
  padding-right: 0.83rem; 
}


.company-description-text h3 {
  font-size: 2.6em; 

  font-weight: 700;
  
}

.company-description-text p {
  font-size: 1em; 
  margin-bottom: 0.6em; 
}


}


@media (min-width: 1200px) and (max-width: 1705px) 


{


.text-cards-wrapper {
  gap: 0.73rem;
  min-width: 70.61rem;
  padding-left: 0.83rem !important;
  padding-right: 0.83rem !important;
}

.company-description-text {
  min-width: 8.33rem;
  max-width: calc(50% - 5.84px);
  padding-left: 10.0rem;
}

.company-description-text h3 {
  font-size: 1.73em;
  font-weight: 700;
}

.company-description-text p {
  font-size: 0.67em;
  margin-bottom: 0.4em;
}



}








.icon-group-container {
    display: flex; 
    justify-content: space-around; 
    align-items: flex-start; 
    flex-wrap: wrap; 
    margin-top: 2.5rem; 
    padding: 0 1.25rem;  
}


.icon-item {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    margin: 0.3125rem; 
    flex-basis: 20%; 
    max-width: 28.125rem; 
    min-width: 21.875rem;
    margin-bottom: 4.6875rem;
}


.feature-icon {
    width: 3.75rem; 
    height: 3.75rem;
    margin-bottom: 0.625rem; 
}


.icon-label {
    font-size: 1.25rem; 
    color: #333; 
    line-height: 1.2;
    margin: 0; 
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.0625rem; 
}


@media (max-width: 768px) {
    
    .icon-group-container {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center;
        gap: 1rem;
        padding: 0 1rem;
        margin-top: 2rem;
    }

    
    .icon-item {
        
        flex-basis: calc(50% - 0.5rem); 
        min-width: 0; 
        max-width: 100%; 
        margin: 0; 
        text-align: center; 
    }

    
    .feature-icon {
        width: 3rem;
        height: 3rem;
        margin-bottom: 0.5rem;
    }

    .icon-label {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .icon-group-container {
        padding: 0 0.5rem; 
        margin-top: 1.5rem; 
    }
    .icon-item {
        flex-basis: 90%; 
        min-width: auto; 
        max-width: 18rem; 
        margin: 0.5rem; 
        margin-bottom: 2rem; 
    }
    .feature-icon {
        width: 2.5rem; 
        height: 2.5rem; 
    }
    .icon-label {
        font-size: 1rem; 
    }
}


@media (min-width: 1200px) {
    .icon-group-container {
        padding: 0 2rem; 
        margin-top: 3rem; 
    }
    .icon-item {
        flex-basis: 22%; 
        max-width: 30rem; 
        min-width: 25rem; 
        margin-bottom: 5rem; 
    }
    .feature-icon {
        width: 4rem; 
        height: 4rem; 
    }
    .icon-label {
        font-size: 1.35rem; 
    }
}

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {


.icon-group-container {
    margin-top: 1.6667rem; 
    padding: 0 0.8333rem;  
}


.icon-item {
    margin: 0.2083rem; 
    flex-basis: 20%; 
    max-width: 18.75rem; 
    min-width: 14.5833rem;
    margin-bottom: 3.125rem;
}


.feature-icon {
    width: 2.5rem; 
    height: 2.5rem;
    margin-bottom: 0.4167rem; 
}


.icon-label {
    font-size: 0.8333rem; 
    letter-spacing: 0.0417rem; 
}


       }




@media (min-width: 1706px) and (max-width: 2559px) {

.icon-group-container {
    margin-top: 1.6667rem; 
    padding: 0 0.8333rem;  
}


.icon-item {
    margin: 0.2083rem; 
    flex-basis: 20%; 
    max-width: 18.75rem; 
    min-width: 14.5833rem;
    margin-bottom: 3.125rem;
}


.feature-icon {
    width: 2.5rem; 
    height: 2.5rem;
    margin-bottom: 0.4167rem; 
}


.icon-label {
    font-size: 0.8333rem; 
    letter-spacing: 0.0417rem; 
}


} 




@media (min-width: 1200px) and (max-width: 1705px) 
{

.icon-group-container {
    margin-top: 1.1111rem;
    padding: 0 0.5555rem;
}

.icon-item {
    margin: 0.1388rem;
    flex-basis: 13.33%;
    max-width: 12.5rem;
    min-width: 9.7222rem;
    margin-bottom: 2.0833rem;
}

.feature-icon {
    width: 1.6667rem;
    height: 1.6667rem;
    margin-bottom: 0.2778rem;
}

.icon-label {
    font-size: 0.5555rem;
    letter-spacing: 0.0278rem;
}


}



       

.anim-app {



  display: flex; 
  flex-direction: column; 
  gap: 1.25rem;
  box-sizing: border-box; 

  width: 100%; 
  max-width: 75rem; 
  margin: 0 auto;


}

#anim-app .anim-title {
  font-family: 'Montserrat'; 
  font-size: 1.5rem;
  font-weight: 700;
  color: #5D4037;
  text-align: center;
}


#anim-app .anim-card-info p {
  line-height: 1.5em;
  opacity: 0; 
  text-shadow: rgba(0, 0, 0, 1) 0 0.125rem 0.1875rem;
  transition: 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#anim-app .anim-card-info h1 + p,
#anim-app .anim-card-info p + p {
  margin-top: 0.625rem; 
}

.anim-container {
  display: flex; 
  flex-direction: column; 
  gap: 1.25rem;
}

#anim-app .anim-container {
  padding: 2.5rem 1.25rem; 
  display: flex; 
  flex-direction: column;
  align-items: center;
  width: 100%;
}



.card-row {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center; 
  gap: 1.25rem;  
}

.card {
  flex: 1 1 12.5rem;
  max-width: 15.625rem;
  background-color: #fff;
  border-radius: 0.625rem; 
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}

#anim-app .anim-card-wrap {
  margin: 0.625rem; 
  transform: perspective(50rem); 
  transform-style: preserve-3d !important; 
  cursor: pointer !important; 
}

#anim-app .anim-card-wrap:hover .anim-card-info {
  transform: translateY(0);
}

#anim-app .anim-card-wrap:hover .anim-card-info p {
  opacity: 1;
}

#anim-app .anim-card-wrap:hover .anim-card-info,
#anim-app .anim-card-wrap:hover .anim-card-info p {
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

#anim-app .anim-card-wrap:hover .anim-card-info:after {
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0);
}

#anim-app .anim-card-wrap:hover .anim-card-bg {
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}

#anim-app .anim-card-wrap:hover .anim-card {
    transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: rgba(255, 255, 255, 0.2) 0 0 2.5rem 0.3125rem, 
                rgba(255, 255, 255, 1) 0 0 0 0.0625rem, 
                rgba(0, 0, 0, 0.66) 0 1.875rem 3.75rem 0, 
                inset #333 0 0 0 0.3125rem, 
                inset white 0 0 0 0.375rem; 
}


#anim-app .anim-card {
    position: relative !important;
    flex: 0 0 15rem !important; 
    width: 16.25rem !important; 
    height: 20rem !important; 
    background-color: #333;
    overflow: hidden;
    border-radius: 0.625rem; 
    box-shadow: rgba(0, 0, 0, 0.66) 0 1.875rem 3.75rem 0, 
                inset #333 0 0 0 0.3125rem,
                inset rgba(255, 255, 255, 0.5) 0 0 0 0.375rem;
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}


#anim-app .anim-card-bg {
    opacity: 0.5;
    position: absolute;
    top: -1.25rem;
    left: -1.25rem; 
    right: -2.1875rem;
    bottom: -1.25rem; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.5s 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    pointer-events: none;
}


#anim-app .anim-card-info {
    padding: 1.25rem;
    position: absolute;
    bottom: 0;
    color: #fff;
    transform: translateY(40%);
    transition: 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}


#anim-app .anim-card-info * {
  position: relative;
  z-index: 1;
}

#anim-app .anim-card-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#anim-app .anim-card-info h1 {
    font-family: 'Montserrat'; 
    font-size: 1.5rem; 
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0.625rem 0.625rem;
}

@media (max-width: 768px) {
    .anim-app {
        gap: 0.625rem;
        padding: 0 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #anim-app .anim-title {
        font-size: 1.25rem;
        text-align: center;
    }

    #anim-app .anim-container {
        padding: 1.5rem 0.8rem;
    }

    .card-row {
        gap: 0.8rem;
        flex-direction: column;
        
        align-items: center;
        width: 100%;
    }

    .card {
        flex: 1 1 auto;
        max-width: 100%;
        border-radius: 0.5rem;
        padding: 1rem;
    }

    #anim-app .anim-card-wrap {
        margin: 0.5rem auto;
        transform: perspective(30rem);
    }

    #anim-app .anim-card {
        flex: 0 0 12.5rem !important;
        width: 13.5rem !important;
        height: 16.875rem !important;
        border-radius: 0.5rem;
        box-shadow: rgba(0, 0, 0, 0.66) 0 1rem 2rem 0,
                    inset #333 0 0 0 0.25rem,
                    inset rgba(255, 255, 255, 0.5) 0 0 0 0.3rem;
    }

    #anim-app .anim-card-bg {
        top: -0.8rem;
        left: -0.8rem;
        right: -1.2rem;
        bottom: -0.8rem;
    }

    #anim-app .anim-card-info {
        padding: 0.8rem;
        transform: translateY(30%);
    }

    #anim-app .anim-card-info h1 {
        font-size: 1.25rem;
        text-shadow: rgba(0, 0, 0, 0.5) 0 0.5rem 0.5rem;
    }

    #anim-app .anim-card-info p {
        font-size: 0.9rem;
    }
}




@media (min-width: 769px) and (max-width: 1024px) {
    .anim-app {
        gap: 1.25rem; 
        padding: 0 1.25rem; 
    }

    #anim-app .anim-title {
        font-size: 1.5rem; 
    }

    #anim-app .anim-container {
        padding: 2.5rem 1.25rem; 
    }

    .card-row {
        gap: 1.25rem; 
        justify-content: center;
    }

    .card {
        flex: 1 1 11.5rem; 
        max-width: 15rem; 
        padding: 1.25rem; 
    }

    #anim-app .anim-card-wrap {
        margin: 0.625rem; 
        transform: perspective(45rem); 
    }

    #anim-app .anim-card {
        flex: 0 0 14rem !important; 
        width: 15rem !important; 
        height: 19rem !important; 
    }

    #anim-app .anim-card-bg {
        top: -1.1rem; 
        left: -1.1rem; 
        right: -1.8rem; 
        bottom: -1.1rem; 
    }

    #anim-app .anim-card-info {
        padding: 1.25rem; 
        transform: translateY(38%);
    }
}



@media (min-width: 1025px) and (max-width: 1440px) {
    .anim-app {
        max-width: 80rem; 
        gap: 1.5rem; 
    }

    #anim-app .anim-title {
        font-size: 1.625rem; 
    }

    #anim-app .anim-container {
        padding: 2.8rem 1.5rem; 
    }

    .card-row {
        gap: 1.5rem; 
    }

    .card {
        flex: 1 1 13rem; 
        max-width: 16rem; 
        padding: 1.375rem; 
    }

    #anim-app .anim-card-wrap {
        margin: 0.75rem; 
        transform: perspective(55rem); 
    }

    #anim-app .anim-card {
        flex: 0 0 16rem !important; 
        width: 17rem !important; 
        height: 21rem !important; 
    }
}

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

.anim-app {

  gap: 0.83rem;

  max-width: 50rem; 
}

#anim-app .anim-title {
  font-size: 1rem;
  font-weight: 700;
}


#anim-app .anim-card-info p {
  line-height: 1em;
  font-size: 0.66rem;
  text-shadow: rgba(0, 0, 0, 1) 0 0.083rem 0.116rem;
}


#anim-app .anim-card-info h1 + p,
#anim-app .anim-card-info p + p {
  margin-top: 0.4167rem; 
}

.anim-container {
  gap: 0.8333rem; 
}

#anim-app .anim-container {
  padding: 1.6667rem 0.8333rem; 
}


.card-row {
  gap: 0.8333rem;  
}

.card {
  flex: 1 1 8.3333rem; 
  max-width: 10.4167rem; 
  border-radius: 0.4167rem; 
  box-shadow: 0 0.1667rem 0.3333rem rgba(0, 0, 0, 0.1);
  padding: 0.8333rem;
}

#anim-app .anim-card-wrap {
  margin: 0.4167rem; 
  transform: perspective(33.3333rem); 
}

#anim-app .anim-card {
    flex: 0 0 10rem !important; 
    width: 10.8333rem !important; 
    height: 13.3333rem !important; 
    border-radius: 0.4167rem; 
}

#anim-app .anim-card-bg {
    opacity: 0.5;
    top: -0.8333rem; 
    left: -0.8333rem; 
    right: -1.4583rem; 
    bottom: -0.8333rem; 
}

#anim-app .anim-card-info {
    padding: 0.8333rem; 
}

#anim-app .anim-card-info h1 {
    font-size: 1rem; 
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0.4167rem 0.4167rem; 
}


       }




@media (min-width: 1706px) and (max-width: 2559px) {



.anim-app {

  gap: 0.83rem;

  max-width: 50rem; 
}

#anim-app .anim-title {
  font-size: 1rem;
  font-weight: 700;
}


#anim-app .anim-card-info p {
  line-height: 1em;
  font-size: 0.66rem;
  text-shadow: rgba(0, 0, 0, 1) 0 0.083rem 0.116rem;
}


#anim-app .anim-card-info h1 + p,
#anim-app .anim-card-info p + p {
  margin-top: 0.4167rem; 
}

.anim-container {
  gap: 0.8333rem; 
}

#anim-app .anim-container {
  padding: 1.6667rem 0.8333rem; 
}


.card-row {
  gap: 0.8333rem;  
}

.card {
  flex: 1 1 8.3333rem; 
  max-width: 10.4167rem; 
  border-radius: 0.4167rem; 
  box-shadow: 0 0.1667rem 0.3333rem rgba(0, 0, 0, 0.1);
  padding: 0.8333rem;
}

#anim-app .anim-card-wrap {
  margin: 0.4167rem; 
  transform: perspective(33.3333rem); 
}

#anim-app .anim-card {
    flex: 0 0 10rem !important; 
    width: 10.8333rem !important; 
    height: 13.3333rem !important; 
    border-radius: 0.4167rem; 
}

#anim-app .anim-card-bg {
    opacity: 0.5;
    top: -0.8333rem; 
    left: -0.8333rem; 
    right: -1.4583rem; 
    bottom: -0.8333rem; 
}

#anim-app .anim-card-info {
    padding: 0.8333rem; 
}

#anim-app .anim-card-info h1 {
    font-size: 1rem; 
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0.4167rem 0.4167rem; 
}


} 



@media (min-width: 1200px) and (max-width: 1705px) 
{

.anim-app {
    gap: 0.55rem;
    max-width: 33.33rem;
}

#anim-app .anim-title {
    font-size: 0.67rem;
    font-weight: 700;
}


#anim-app .anim-card-info p {
    line-height: 1em;
    font-size: 0.44rem;
    text-shadow: rgba(0, 0, 0, 1) 0 0.055rem 0.077rem;
}

#anim-app .anim-card-info h1 + p,
#anim-app .anim-card-info p + p {
    margin-top: 0.2778rem;
}

.anim-container {
    gap: 0.5555rem;
}

#anim-app .anim-container {
    padding: 1.1111rem 0.5555rem;
}


.card-row {
    gap: 0.5555rem;
}

.card {
    flex: 1 1 5.5555rem;
    max-width: 6.9444rem;
    border-radius: 0.2778rem;
    box-shadow: 0 0.1111rem 0.2222rem rgba(0, 0, 0, 0.1);
    padding: 0.5555rem;
}

#anim-app .anim-card-wrap {
    margin: 0.2778rem;
    transform: perspective(22.2222rem);
}

#anim-app .anim-card {
    flex: 0 0 6.6667rem !important;
    width: 7.2222rem !important;
    height: 8.8888rem !important;
    border-radius: 0.2778rem;
}

#anim-app .anim-card-bg {
    opacity: 0.5;
    top: -0.5555rem;
    left: -0.5555rem;
    right: -0.9722rem;
    bottom: -0.5555rem;
}

#anim-app .anim-card-info {
    padding: 0.5555rem;
}

#anim-app .anim-card-info h1 {
    font-size: 0.67rem;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0.2778rem 0.2778rem;
}


}






#intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: transparent !important;;
    overflow: hidden; 
    pointer-events: none; 
    
}


.stripe {
    position: absolute;
    width: 25%; 
    height: 100%;
    background-color: #FFFFFF; 
    opacity: 1; 
    transition: transform 1.5s ease-out; 
    
}


.stripe-1 { left: 0; transition-delay: 0s; } 
.stripe-2 { left: 25%; transition-delay: 0.1s; } 
.stripe-3 { left: 50%; transition-delay: 0.4s; } 
.stripe-4 { left: 75%; transition-delay: 0.7s; } 


#intro-overlay.revealing .stripe-1 { transform: translateY(-100%); }
#intro-overlay.revealing .stripe-2 { transform: translateY(-100%); } 
#intro-overlay.revealing .stripe-3 { transform: translateY(-100%); }
#intro-overlay.revealing .stripe-4 { transform: translateY(-100%); } 


#intro-overlay.hide-overlay-final {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 1s ease-out, visibility 1s; 
}

#intro-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    
}

#intro-logo img {
    width: 25vw;
    max-width: 37.5rem;
    height: auto;
    filter: brightness(0); 

    mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    mask-position: 100% 0; 
}

@keyframes logo-fill-move-and-fade {
    0% {
        opacity: 0.1; 
        mask-position: 100% 0; 
        -webkit-mask-position: 100% 0;
        transform: translateY(0);
    }
    10% {
        opacity: 0.4; 
        mask-position: 100% 0; 
        -webkit-mask-position: 100% 0;
        transform: translateY(0);
    }
    40% { 
        opacity: 1;
        mask-position: 0% 0; 
        -webkit-mask-position: 0% 0;
        transform: translateY(0);
    }
    70% { 
        opacity: 1; 
        transform: translateY(-20px);
        mask-position: 0% 0; 
        -webkit-mask-position: 0% 0;
    }
    100% {
        opacity: 0; 
        transform: translateY(-100px);
        mask-position: 0% 0; 
        -webkit-mask-position: 0% 0;
        visibility: hidden; 
    }
}



@media (max-width: 768px) {
    #intro-logo img {
        width: 40vw; 
        max-width: 18.75rem; 
    }

    @keyframes logo-fill-move-and-fade {
        70% {
            transform: translateY(-0.625rem); 
        }
        100% {
            transform: translateY(-3.125rem); 
        }
    }
}



.product-slider__cart1 {
     position: relative;
  box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
  background-image: linear-gradient(-45deg, #fece00 0%, #fece00 100%);
  border: none;
  color: #282828;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 150px;
  min-width: 200px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 72px;
  letter-spacing: 2px;
  margin: 0 ; 
  cursor: pointer;
  margin-left: 80px;
  z-index: 100;
   transition: all .2s ease-in-out;
  text-align: center;


    
}

.product-slider__cart1:hover {
    transform: translateY(-0.2em);
    background-image: linear-gradient(-45deg, #ffffff 0%, #ffffff 100%);
    border-color: #1C0772;
      color: transparent;
 border: 2px solid #1C0772;



  -webkit-text-stroke: 2px #1C0772;
}


@media (max-width: 768px) {
    .product-slider__cart1 {
        min-width: auto;
        min-height: auto;
        width: 85%;
        margin: 0 auto;
        font-size: 36px;
        padding: 15px;
        text-align: center;
        display: flex;
    }

    /* Убираем анимацию при наведении для мобильных устройств,
       потому что на них нет курсора */
    .product-slider__cart1:hover {
        transform: none;
        background-image: linear-gradient(-45deg, #fece00 0%, #fece00 100%);
        border-color: transparent;
        color: #282828;
        border: none;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

.product-slider__cart1 {
box-shadow: 0 5px 66px 0 rgba(204, 51, 66, 0.6);
padding: 7px 20px;
border-radius: 33px;
min-height: 100px;
min-width: 133px;
font-size: 48px;
letter-spacing: 1px;
margin-right: 27px;
margin-left: 53px;

}
       }


@media (min-width: 1706px) and (max-width: 2559px) {

.product-slider__cart1 {
box-shadow: 0 5px 66px 0 rgba(204, 51, 66, 0.6);
padding: 7px 20px;
border-radius: 33px;
min-height: 100px;
min-width: 133px;
font-size: 48px;
letter-spacing: 1px;
margin-right: 27px;
margin-left: 53px;

}

} 


@media (min-width: 1200px) and (max-width: 1705px) 
{

.product-slider__cart1 {
  box-shadow: 0 3.33px 44px 0 rgba(204, 51, 66, 0.6);
  padding: 4.67px 13.33px;
  border-radius: 22px;
  min-height: 66.67px;
  min-width: 88.67px;
  font-size: 32px;
  letter-spacing: 0.67px;
  margin-right: 18px;
  margin-left: 35.33px;
}


}









.hidden-on-load {
    display: none !important;
}


#language-selection-screen {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; 
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    z-index: 9999; 
    
    transition: opacity 0.5s ease-out;
    gap: 50px; 
}


.language-options {
    display: flex;
    gap: 25px; 
}


.lang-button {
    color: #333; 
    text-decoration: none;
    font-weight: 500;
    font-size: 48px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif; 
    gap: 85px;
    padding: 15px 25px;
    border-radius: 12px;
    background-color: #f8f8f8;
    transition: all 0.3s ease;
    width: 25vw;
}

#lang-logo img {
    max-width: 550px; 
    height: auto; 
    margin-bottom: 200px; 
    filter: brightness(0);
    z-index: 10000; 
}


.lang-button:hover {
    background-color: #fece00; 
    transform: translateY(-5px); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #282828; 
    border-color: #fece00; 
}



.flag-icon {
    width: 350px;
    height: 235px;
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    
}

#greeting-message {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10000;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    animation: fadeIn 0.5s ease-out forwards;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer; 
    display: none; 
}

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

        
#language-selection-screen {
    gap: 33px; 
}


.language-options {
    gap: 17px; 
}


.lang-button {
    font-size: 32px;
    gap: 57px;
    padding: 10px 17px;
    border-radius: 8px;
    width: 25vw;
}

#lang-logo img {
    max-width: 367px; 
    margin-bottom: 133px; 
}


.lang-button:hover {
    transform: translateY(-3px); 
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}



.flag-icon {
    width: 233px;
    height: 157px;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}


#greeting-message {
    top: 13px;
    right: 13px;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}



 }



@media (min-width: 1706px) and (max-width: 2559px) {


        
#language-selection-screen {
    gap: 33px; 
}


.language-options {
    gap: 17px; 
}


.lang-button {
    font-size: 32px;
    gap: 57px;
    padding: 10px 17px;
    border-radius: 8px;
    width: 25vw;
}

#lang-logo img {
    max-width: 367px; 
    margin-bottom: 133px; 
}


.lang-button:hover {
    transform: translateY(-3px); 
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}



.flag-icon {
    width: 233px;
    height: 157px;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}


#greeting-message {
    top: 13px;
    right: 13px;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}


} 




@media (min-width: 1200px) and (max-width: 1705px) 
{


#language-selection-screen {
    gap: 22px; 
}


.language-options {
    gap: 11.33px; 
}


.lang-button {
    font-size: 21.33px;
    gap: 38px;
    padding: 6.67px 11.33px;
    border-radius: 5.33px;
    width: 25vw;
}

#lang-logo img {
    max-width: 244.67px; 
    margin-bottom: 88.67px; 
}


.lang-button:hover {
    transform: translateY(-2px); 
    box-shadow: 0 3.33px 8.67px rgba(0, 0, 0, 0.2);
}



.flag-icon {
    width: 155.33px;
    height: 104.67px;
    border-radius: 1.33px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}


#greeting-message {
    top: 8.67px;
    right: 8.67px;
    padding: 4.67px 6.67px;
    font-size: 10.67px;
    border-radius: 3.33px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 2px 6.67px rgba(0, 0, 0, 0.1);
}


}



 
@media (max-width: 768px) {

#language-selection-screen {
        gap: 30px; 
    }
    
    .language-options {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center;
        gap: 15px;
    }

    .lang-button {
        flex-direction: column; 
        font-size: 4vw; 
        gap: 5px;
        padding: 10px 15px;
        width: auto;
    }

    #lang-logo img {
        max-width: 50vw; 
        margin-bottom: 30px;
    }

    .flag-icon {
        width: 15vw; 
        height: auto;
    }

    #greeting-message {
        font-size: 14px;
        top: 10px;
        right: 10px;
        padding: 8px 12px;
    }
    




}





.slideshow {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin-top: 10em;
  
}



.slideshow .slider {
  width: 100vw; 
  height: 100vw; 
  z-index: 2;
}

.slideshow .slider * {
  outline: none;
}


.slideshow .slider .item {
  height: 100vh; 
  width: 100vw; 
  position: relative;
  overflow: hidden;
  border: none;
}

.slideshow .slider .item .text {
  display: none;
}

.slideshow .slider .item img {
  min-width: 101%; 
  min-height: 101%; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0.8); 
  -webkit-filter: brightness(0.8); 
  -moz-filter: brightness(0.8); 
  -ms-filter: brightness(0.8); 
}


.slideshow .slider .slick-current img {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}


.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;

  opacity: 0; 
  visibility: hidden; 
  transition: opacity 0.3s ease, visibility 0.3s ease; 
}

.slideshow:hover .slick-dots {
  opacity: 1; 
  visibility: visible; 
}

.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0; 
}

.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}

.slideshow .slick-dots li button::before {
  content: '';
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  opacity: 0.6;
}

.slideshow .slick-dots li.slick-active button::before {
  width: 40px;
  opacity: 1;
}





.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 85px !important;
  width: 90vw;
  max-width: 2500px;
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  pointer-events: none;
  text-transform: uppercase;
  line-height: 1.2; 
  white-space: normal !important;
  word-break: break-word !important; 
  overflow: visible;
  letter-spacing: 0.1cap;

  item { 
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
    display: block; 
    margin: 0; 
    padding: 0; 
    white-space: nowrap; 
  }

  .slick-current .item { 
    opacity: 1; 
  }

}

.slideshow-text .slick-list,
.slideshow-text .slick-track {
  width: 100% !important; 
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.slideshow-text .slick-slide {
    
    width: 100% !important; 
    display: flex !important; 
    justify-content: center; 
    align-items: center;     
    height: auto;            
    box-sizing: border-box;  
    padding: 0 20px;         
}



.slideshow-text .item {
    
    max-width: 100%;       
    text-align: center;    
    white-space: normal;   
    word-break: break-word; 
    line-height: 1.2;      
    
}



@media (max-width: 768px) {


    .slideshow {
  height: 50vh;
     margin-top: 0;
}

.slideshow .slider {
  height: 50vh; 
}

.slideshow .slider .item {
  height: 70vh; 
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}

.slideshow .slider .item img {
  width: 70%; 
  height: 70%; 
  object-fit: cover; 
}


  
  .slideshow-text {
    font-size: 0.7em !important;
  }

  
  .slideshow .slick-dots {
    display: none !important;
  }

  
  .slideshow-text .slick-slide {
    padding: 0 10px;
  }

  
  .slideshow-text .item {
    white-space: normal;
  }
}

@media (max-width: 380px) {
  
  .slideshow-text {
    font-size: 0.6em !important;
  }


}


@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

 .slideshow {
     margin-top: 10em;
}


.slideshow .slider .item {
  height: 90vh; 
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}

.slideshow .slider .item img {
  width: 90%; 
  height: 90%; 
  object-fit: cover; 
}


.slideshow .slick-dots {
  width: 27px;
}

.slideshow .slick-dots li {
  margin: 7px 0; 
}

.slideshow .slick-dots li button {
  width: 13px;
  height: 10px;
}

.slideshow .slick-dots li button::before {
  height: 1px;
  width: 13px;
}

.slideshow .slick-dots li.slick-active button::before {
  width: 27px;
}


.slideshow-text {
  font-size: 57px !important;
  width: 90vw;
  max-width: 1667px;
}

.slideshow-text .slick-slide {
    padding: 0 13px; 
}


}


@media (min-width: 1706px) and (max-width: 2559px) {


 .slideshow {
     margin-top: 10em;
}


.slideshow .slider .item {
  height: 90vh; 
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}

.slideshow .slider .item img {
  width: 90%; 
  height: 90%; 
  object-fit: cover; 
}


.slideshow .slick-dots {
  width: 27px;
}

.slideshow .slick-dots li {
  margin: 7px 0; 
}

.slideshow .slick-dots li button {
  width: 13px;
  height: 10px;
}

.slideshow .slick-dots li button::before {
  height: 1px;
  width: 13px;
}

.slideshow .slick-dots li.slick-active button::before {
  width: 27px;
}


.slideshow-text {
  font-size: 57px !important;
  width: 90vw;
  max-width: 1667px;
}

.slideshow-text .slick-slide {
    padding: 0 13px; 
}


} 






@media (min-width: 1200px) and (max-width: 1705px) 
{

.slideshow {
  margin-top: 8.67em;
}

.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}

.slideshow .slider .item img {
  width: 60%;
  height: 60%;
  object-fit: cover;
}


.slideshow .slick-dots {
  width: 18px;
}

.slideshow .slick-dots li {
  margin: 4.67px 0;
}

.slideshow .slick-dots li button {
  width: 8.67px;
  height: 6.67px;
}

.slideshow .slick-dots li button::before {
  height: 0.67px;
  width: 8.67px;
}

.slideshow .slick-dots li.slick-active button::before {
  width: 18px;
}


.slideshow-text {
  font-size: 20px !important;
  width: 60vw;
  max-width: 1111.33px;
}

.slideshow-text .slick-slide {
  padding: 0 8.67px;
}


}






.slick-list,
.slick-track {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.slick-active {
  display: block;
}


.chat-container {
    position: fixed;
    top: 0; 
    right: 20px; 
    z-index: 1000; 
}


.chat-trigger {
    background-color: #FECE00; 
    color: #333333; 
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif; 
    font-weight: bold;
}


.trigger-icon {
    width: 24px; 
    height: 24px;
    border-radius: 50%;
}

.trigger-text {
    font-weight: bold;
}





.chat-trigger {
    position: fixed; 
    right: 20px; 
    z-index: 10000;
    cursor: pointer;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    background-color: transparent; 
    box-shadow: none; 
    width: 60px; 
    
    
    top: calc(-400px - 65px); 

    
    transition: top 0.5s ease-out; 
}






.chat-header {
    background-color: #FECE00;
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.assistant-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.header-text p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.close-chat-button {
    background: none;
    border: none;
    color: #A58600;
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
    line-height: 3;
}

.close-chat-button:hover {
    color: #A58600;
}

.chat-body {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.message {
    background-color: #EAEAEA;
    color: #333333;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    max-width: 80%;
    align-self: flex-end;
    word-break: break-word;
}

.bot-message {
    background-color: #efeeee;
    align-self: flex-start;
}

.chat-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
}

#message-input {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

#send-button {
    background-color: #F0C000;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#send-button:hover {
    background-color: #FFA500;
}

.round-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F0C000;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.round-button:hover {
    background-color: #FFA500;
}

.round-button svg {
    width: 24px;
    height: 24px;
}

.chat-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-input-container input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

#open-chat-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
    z-index: 10001; 
    background-color: #fece00;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {




.chat-container {
    right: 13.33px; 
}


.chat-trigger {
    padding: 6.67px 10px; 
    border-bottom-left-radius: 6.67px; 
    border-bottom-right-radius: 6.67px; 
    gap: 5.33px; 
}

.trigger-icon {
    width: 16px; 
    height: 16px; 
    border-radius: 50%;
}


.chat-trigger {
    right: 13.33px; 
    width: 40px; 
    
    
    top: calc(-266.67px - 43.33px); 
}


.chat-header {
    padding: 6.67px; 
    border-bottom: 0.67px solid #ddd; 
}

.assistant-avatar {
    width: 26.67px; 
    height: 26.67px; 
    border-radius: 50%;
    margin-right: 6.67px; 
}

.header-text p {
    font-size: 10.67px; 
}

.close-chat-button {
    font-size: 16px; 
}

.chat-body {
    padding: 6.67px; 
}

.message {
    padding: 5.33px 8px; 
    border-radius: 5.33px; 
    margin-bottom: 5.33px; 
    max-width: 80%; 
}

.chat-footer {
    padding: 6.67px; 
}

#message-input {
    padding: 5.33px; 
    border: 0.67px solid #ccc; 
    border-radius: 3.33px; 
    margin-right: 6.67px; 
}

#send-button {
    padding: 5.33px 10px; 
    border-radius: 3.33px; 
    cursor: pointer;
    font-size: 10.67px; 
}

.round-button {
    width: 26.67px; 
    height: 26.67px; 
    border-radius: 50%;
}

.round-button svg {
    width: 16px; 
    height: 16px; 
}

.chat-input-container {
    gap: 6.67px; 
}

.chat-input-container input {
    padding: 4.67px; 
    border: 0.67px solid #ccc; 
    border-radius: 8.67px; 
}

#open-chat-button {
    bottom: 13.33px; 
    right: 13.33px; 
    padding: 6.67px 10.67px; 
    font-size: 6.67px; 
    box-shadow: 0 2px 4.67px rgba(0,0,0,0.2); 
}
        
        

       }



@media (min-width: 1706px) and (max-width: 2559px) {




.chat-container {
    right: 13.33px; 
}


.chat-trigger {
    padding: 6.67px 10px; 
    border-bottom-left-radius: 6.67px; 
    border-bottom-right-radius: 6.67px; 
    gap: 5.33px; 
}

.trigger-icon {
    width: 16px; 
    height: 16px; 
    border-radius: 50%;
}


.chat-trigger {
    right: 13.33px; 
    width: 40px; 
    
    
    top: calc(-266.67px - 43.33px); 
}


.chat-header {
    padding: 6.67px; 
    border-bottom: 0.67px solid #ddd; 
}

.assistant-avatar {
    width: 26.67px; 
    height: 26.67px; 
    border-radius: 50%;
    margin-right: 6.67px; 
}

.header-text p {
    font-size: 10.67px; 
}

.close-chat-button {
    font-size: 16px; 
}

.chat-body {
    padding: 6.67px; 
}

.message {
    padding: 5.33px 8px; 
    border-radius: 5.33px; 
    margin-bottom: 5.33px; 
    max-width: 80%; 
}

.chat-footer {
    padding: 6.67px; 
}

#message-input {
    padding: 5.33px; 
    border: 0.67px solid #ccc; 
    border-radius: 3.33px; 
    margin-right: 6.67px; 
}

#send-button {
    padding: 5.33px 10px; 
    border-radius: 3.33px; 
    cursor: pointer;
    font-size: 10.67px; 
}

.round-button {
    width: 26.67px; 
    height: 26.67px; 
    border-radius: 50%;
}

.round-button svg {
    width: 16px; 
    height: 16px; 
}

.chat-input-container {
    gap: 6.67px; 
}

.chat-input-container input {
    padding: 4.67px; 
    border: 0.67px solid #ccc; 
    border-radius: 8.67px; 
}

#open-chat-button {
    bottom: 13.33px; 
    right: 13.33px; 
    padding: 6.67px 10.67px; 
    font-size: 6.67px; 
    box-shadow: 0 2px 4.67px rgba(0,0,0,0.2); 
}

} 



@media (min-width: 1200px) and (max-width: 1705px) 
{


.chat-container {
    right: 8.89px;
}


.chat-trigger {
    padding: 4.44px 6.67px;
    border-bottom-left-radius: 4.44px;
    border-bottom-right-radius: 4.44px;
    gap: 3.55px;
}

.trigger-icon {
    width: 10.67px;
    height: 10.67px;
    border-radius: 50%;
}


.chat-trigger {
    right: 8.89px;
    width: 26.67px;
    top: calc(-177.78px - 28.89px);
}


.chat-header {
    padding: 4.44px;
    border-bottom: 0.44px solid #ddd;
}

.assistant-avatar {
    width: 17.78px;
    height: 17.78px;
    border-radius: 50%;
    margin-right: 4.44px;
}

.header-text p {
    font-size: 7.11px;
}

.close-chat-button {
    font-size: 10.67px;
}

.chat-body {
    padding: 4.44px;
}

.message {
    padding: 3.55px 5.33px;
    border-radius: 3.55px;
    margin-bottom: 3.55px;
    max-width: 80%;
}

.chat-footer {
    padding: 4.44px;
}

#message-input {
    padding: 3.55px;
    border: 0.44px solid #ccc;
    border-radius: 2.22px;
    margin-right: 4.44px;
}

#send-button {
    padding: 3.55px 6.67px;
    border-radius: 2.22px;
    cursor: pointer;
    font-size: 7.11px;
}

.round-button {
    width: 17.78px;
    height: 17.78px;
    border-radius: 50%;
}

.round-button svg {
    width: 10.67px;
    height: 10.67px;
}

.chat-input-container {
    gap: 4.44px;
}

.chat-input-container input {
    padding: 3.11px;
    border: 0.44px solid #ccc;
    border-radius: 5.78px;
}

#open-chat-button {
    bottom: 8.89px;
    right: 8.89px;
    padding: 4.44px 7.11px;
    font-size: 4.44px;
    box-shadow: 0 1.33px 3.11px rgba(0,0,0,0.2);
}


}






@media (max-width: 768px) {
  
  .chat-container {
    
    right: 2vw; 
    bottom: 2vh; 
    width: 90vw; 
    max-width: 320px; 
  }

  
  .chat-trigger {
    
    right: 2vw;
    width: 50px; 
  }

  
  .chat-header {
    padding: 10px;
  }
  
  .assistant-avatar {
    width: 30px;
    height: 30px;
  }
  
  .header-text p {
    font-size: 14px;
  }
  
  .close-chat-button {
    font-size: 20px;
  }

  .chat-body {
    padding: 10px;
  }

  .message {
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    
  }

  .chat-footer {
    padding: 10px;
  }
  
  
  #open-chat-button {
    bottom: 2vh;
    right: 2vw;
    padding: 10px 16px;
    font-size: 10px;
  }
}






.content-with-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    gap: 20px;
    background-color: #f9f9f9;
    overflow-x: hidden;
    overflow: hidden;
    
    min-height: 1350px;
    margin-left: 6em;
    height: auto !important; 
}

.animated-element {
    opacity: 0;
    
  transform: none;
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.animated-element.text-content {
    transition-delay: 0.3s;
}

.animated-element.text-content h2,
.animated-element.text-content p {
    opacity: 0;
    transform: translateX(-100%); 
    transition: opacity 2.0s ease-out, transform 2.0s ease-out;
}

.animated-element.visual-section h3 {
    opacity: 0;
    transform: translateY(100%); 
    transition: opacity 2.0s ease-out, transform 2.0s ease-out 0.6s; 
}

.animated-element.visual-section img {
    opacity: 0;
    transform: translateX(100%); 
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.content-with-animation.is-visible .animated-element.text-content h2,
.content-with-animation.is-visible .animated-element.text-content p,
.content-with-animation.is-visible .animated-element.visual-section h3,
.content-with-animation.is-visible .animated-element.visual-section img {
    opacity: 1;
    transform: translateX(0) translateY(0); 
}


.content-with-animation.is-visible .animated-element {
    opacity: 1;
    transform: translateX(0);
}

.text-content {
    max-width: 31.25rem;
    text-align: left;
}

.text-content h2 {
    font-size: 4em;
    color: #3E2D83;
    margin-bottom: 20px;
    font-weight: 750;
    font-family: 'Montserrat', sans-serif;
    text-align: center;

}


.text-content p {
    font-size: 1.5em;
    line-height: 1.6;
    color: #3315AF;
    margin-bottom: 15px;
}

.visual-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.visual-section img {
    max-width: 100%;
    height: auto;
    display: block;
    transform: rotate(15deg);
}

.visual-section h3 {
    position: absolute;
    font-size: 9em;
    font-weight: 450;
    font-family: 'Oswald', sans-serif;
    color: #1C0772;
    margin-bottom: 200px !important;
    text-align: left;
    line-height-step: 2;
    margin: 0;
    line-height: 1em;
    left: 0;
    top: 725px;
    margin-left: 100px;
    bottom: -100%;
    opacity: 0;
    transition: bottom 1.5s ease-out, opacity 1.5s ease-out;
}

.content-with-animation.is-visible .visual-section h3 {
    
    bottom: 0;
    opacity: 1;
}


@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {



.content-with-animation {
    padding: 33px 13px;   
    gap: 13px;            
    min-height: 900px;    
    margin-left: 4em;     
}

.text-content {
    max-width: 20.83rem;  
}

.text-content h2 {
    font-size: 2.67em;    
    margin-bottom: 13px;  
}

.text-content p {
    font-size: 1em;       
    margin-bottom: 10px;  
}

.visual-section h3 {
    font-size: 6em;       
    margin-bottom: 133px !important; 
    top: 480px;           
    margin-left: 67px;    
}

.visual-section img {
    max-height: 75vh;
}

}




@media (min-width: 1706px) and (max-width: 2559px) {



.content-with-animation {
    padding: 33px 13px;   
    gap: 13px;            
    min-height: 900px;    
    margin-left: 4em;     
}

.text-content {
    max-width: 20.83rem;  
}

.text-content h2 {
    font-size: 2.67em;    
    margin-bottom: 13px;  
}

.text-content p {
    font-size: 1em;       
    margin-bottom: 10px;  
}

.visual-section h3 {
    font-size: 6em;       
    margin-bottom: 133px !important; 
    top: 480px;           
    margin-left: 67px;    
}

.visual-section img {
    max-height: 75vh;
}


} 




@media (min-width: 1200px) and (max-width: 1705px) 
{


.content-with-animation {
  padding: 22px 8.67px;
  gap: 8.67px;
  min-height: 600px;
  margin-left: 2.67em;
}

.text-content {
  max-width: 13.88rem;
}

.text-content h2 {
  font-size: 1.78em;
  margin-bottom: 8.67px;
}

.text-content p {
  font-size: 0.67em;
  margin-bottom: 6.67px;
}

.visual-section h3 {
  font-size: 3.55em;
  margin-bottom: 88.67px !important;
  top: 275px;
  margin-left: 44.67px;
}

.visual-section img {
  max-height: 50vh;
}


}




@media (max-width: 768px) {
  
  .content-with-animation {
    flex-direction: column;
    padding: 20px 10px; 
    margin-left: 0; 
    min-height: auto; 
  }

  
  .text-content h2 {
    font-size: 2.5em; 
    text-align: center;
  }
  
  .text-content p {
    font-size: 1em; 
    text-align: center; 
  }
  
  
  .visual-section img {
    transform: none; 
  }
  
  
  .visual-section h3 {
    position: static; 
    font-size: 3em; 
    margin: 20px 0; 
    left: auto; 
    top: auto; 
    transform: none; 
  }
  
  
  .animated-element.visual-section h3 {
    opacity: 0;
    transform: none; 
  }
  
  .content-with-animation.is-visible .animated-element.visual-section h3 {
    opacity: 1;
    transform: none;
  }
}



.secondary-feature-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 25px;
    gap: 30px;
    max-width: 1700px;
    margin-left: 22em;
    margin-right: auto;

    
    opacity: 1; 
    transform: none; 
}


.secondary-feature-block.is-visible-secondary {
    opacity: 1;
    transform: translateY(0); 
}


.secondary-feature-block .block-text-content {
    max-width: 550px;
    text-align: right;

        opacity: 0;
    transform: translateX(100%); 
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.secondary-feature-block .block-text-content h2 {
    font-size: 4em;
    color: #3E2D83;
    margin-bottom: 20px;
    font-weight: 750;
    font-family: 'Montserrat', sans-serif;
    text-align: center;

}

.secondary-feature-block .block-text-content p {
    font-size: 1.5em;
    line-height: 1.6;
    color: #3315AF;
    margin-bottom: 15px;
    text-align: right;
}


.secondary-feature-block .block-visual-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    max-width: 100%;

        opacity: 0;
    transform: translateX(-100%); 
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.secondary-feature-block.is-visible-secondary .block-text-content,
.secondary-feature-block.is-visible-secondary .block-visual-section {
    opacity: 1;
    transform: translateX(0); 
}


.secondary-feature-block .block-visual-section img {
    height: auto;
    max-width: 1200px;
    display: block;
}

.secondary-feature-block .block-visual-section h3 {
    font-size: 1.5em;
    margin-top: 15px;
}

@media (max-width: 768px) {
  
  .secondary-feature-block {
    flex-direction: column; 
    padding: 20px 10px; 
    margin-left: auto; 
    margin-right: auto;
    gap: 10px; 
  }

  
  .secondary-feature-block .block-text-content {
    max-width: 100%; 
    text-align: center; 
  }

  
  .secondary-feature-block .block-text-content h2 {
    font-size: 2.5em; 
    text-align: center;
  }
  
  .secondary-feature-block .block-text-content p {
    font-size: 1em; 
    text-align: center;
  }

  
  .secondary-feature-block .block-visual-section {
    max-width: 100%;
  }
  
  .secondary-feature-block .block-visual-section img {
    max-width: 100%; 
    height: auto;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {


.secondary-feature-block {
    padding: 40px 17px;   
    gap: 20px;            
    margin-top: 53px;     
    max-width: 1133px;    
    margin-left: 14.67em; 
}

.secondary-feature-block .block-text-content {
    max-width: 367px;     
}

.secondary-feature-block .block-text-content h2 {
    font-size: 2.67em;    
    margin-bottom: 13px;  
}

.secondary-feature-block .block-text-content p {
    font-size: 1em;       
    margin-bottom: 10px;  
}

.secondary-feature-block .block-visual-section img {
    height: auto;
    max-width: 800px;     
    display: block;
}

.secondary-feature-block .block-visual-section h3 {
    font-size: 1em;       
    margin-top: 10px;     
}

 

}





@media (min-width: 1706px) and (max-width: 2559px) {

.secondary-feature-block {
    padding: 40px 17px;   
    gap: 20px;            
    margin-top: 53px;     
    max-width: 1133px;    
    margin-left: 14.67em; 
}

.secondary-feature-block .block-text-content {
    max-width: 367px;     
}

.secondary-feature-block .block-text-content h2 {
    font-size: 2.67em;    
    margin-bottom: 13px;  
}

.secondary-feature-block .block-text-content p {
    font-size: 1em;       
    margin-bottom: 10px;  
}

.secondary-feature-block .block-visual-section img {
    height: auto;
    max-width: 800px;     
    display: block;
}

.secondary-feature-block .block-visual-section h3 {
    font-size: 1em;       
    margin-top: 10px;     
}


} 




@media (min-width: 1200px) and (max-width: 1705px) 
{


.secondary-feature-block {
  padding: 26.67px 11.33px;
  gap: 13.33px;
  margin-top: 35.33px;
  max-width: 755.33px;
  margin-left: 9.78em;
}

.secondary-feature-block .block-text-content {
  max-width: 244.67px;
}

.secondary-feature-block .block-text-content h2 {
  font-size: 1.78em;
  margin-bottom: 8.67px;
}

.secondary-feature-block .block-text-content p {
  font-size: 0.67em;
  margin-bottom: 6.67px;
}

.secondary-feature-block .block-visual-section img {
  height: auto;
  max-width: 533.33px;
  display: block;
}

.secondary-feature-block .block-visual-section h3 {
  font-size: 0.67em;
  margin-top: 6.67px;
}

}










.third-content-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    gap: 20px;
    overflow-x: hidden;
    overflow: hidden;
margin-left: 15em;
    min-height: 1650px;
    height: auto !important; 

}


.third-content-block .third-animated-element {
    opacity: 1; 
    transform: none; 
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.third-content-block.is-visible .third-animated-element {
    opacity: 1;
    transform: translateX(0);
}

.third-content-block .third-animated-element.third-text-content {
    transition-delay: 0.3s;
}


.third-content-block .third-text-content {
    max-width: 500px;
    text-align: left;
}

.third-content-block .third-text-content h2 {
    font-size: 4em;
    color: #3E2D83;
    margin-bottom: 20px;
    font-weight: 750;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.third-content-block .third-text-content p {
    font-size: 1.5em;
    line-height: 1.6;
    color: #3315AF;
    margin-bottom: 15px;
    text-align: left;
}


.third-content-block .third-visual-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
}

.third-content-block .third-visual-section img {
    height: auto;
    display: block;
    margin-bottom: 0px;
    transform: rotate(5deg);
    max-width: 100%;

    opacity: 0;
    transform: translateX(100%); 
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.third-content-block .third-text-content h2,
.third-content-block .third-text-content p {
    opacity: 0;
    transform: translateX(-100%); 
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.third-content-block .third-text-content h3{
    opacity: 0;
    transform: translateY(-100%); 
    transition: opacity 2s ease-out, transform 2s ease-out;
}


.third-content-block.is-visible .third-text-content h2,
.third-content-block.is-visible .third-text-content p,
.third-content-block.is-visible .third-visual-section h3,
.third-content-block.is-visible .third-visual-section img {
    opacity: 1;
    transform: translateX(0) translateY(0); 
}



@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .third-content-block .third-visual-section img {
        width: 90%; 
        max-width: 1150px; 
        height: auto;
        
    }
}

@media screen and (min-width: 1441px) {
    .third-content-block .third-visual-section img {
        width: 1150px; 
    }
}

@media (max-width: 768px) {
  
  .third-content-block {
    flex-direction: column;
    padding: 20px 10px; 
    margin-left: 0; 
    min-height: auto; 
  }
  
  
  .third-content-block .third-visual-section img {
    transform: none; 
  }

  
  .third-content-block .third-text-content {
    max-width: 100%; 
    text-align: center; 
  }

  .third-content-block .third-text-content h2 {
    font-size: 2.5em; 
    text-align: center;
  }
  
  .third-content-block .third-text-content p {
    font-size: 1em; 
    text-align: center;
  }

  
  .third-content-block .third-text-content h2,
  .third-content-block .third-text-content p,
  .third-content-block .third-visual-section img {
    transform: none; 
  }

  
  .third-content-block.is-visible .third-text-content h2,
  .third-content-block.is-visible .third-text-content p,
  .third-content-block.is-visible .third-visual-section h3,
  .third-content-block.is-visible .third-visual-section img {
    transform: none; 
  }
}


.third-content-block .third-visual-section h3 {
    position: absolute;
    font-size: 8em;
    font-weight: 450;
    font-family: 'Oswald', sans-serif;
    color: #1C0772;
    margin-bottom: 200px !important;
    text-align: left;
    line-height-step: 2;
    margin: 0;
    line-height: 1em;
    left: 0;
    top: 1000px;
    bottom: -100%;
    opacity: 0;
 transform: translateY(100%); 
    transition: opacity 3s ease-out, transform 3s ease-out 0.4s; 
}

.third-content-block.is-visible .third-visual-section h3 {
    
    bottom: 200px; 
    opacity: 1;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .third-content-block .third-visual-section h3 {
        font-size: 6em; 
        top: 700px; 
        margin-left: 100px; 
        
        
        
    }
}



@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {


.third-content-block {
    padding: 33px 13px;   
    gap: 13px;            
    margin-left: 10em;    
    min-height: 1100px;   
}

.third-content-block .third-text-content {
    max-width: 333px;     
}

.third-content-block .third-text-content h2 {
    font-size: 2.67em;    
    margin-bottom: 13px;  
}

.third-content-block .third-text-content p {
    font-size: 1em;       
    margin-bottom: 10px;  
}

.third-content-block .third-visual-section h3 {
    font-size: 5.33em;    
    margin-bottom: 133px !important; 
    line-height: 1em;
    top: 667px;           
}

.third-content-block .third-visual-section img {
 width: 100%;
    max-height: 90vh;
}


}



@media (min-width: 1706px) and (max-width: 2559px) {


.third-content-block {
    padding: 33px 13px;   
    gap: 13px;            
    margin-left: 10em;    
    min-height: 1100px;   
}

.third-content-block .third-text-content {
    max-width: 333px;     
}

.third-content-block .third-text-content h2 {
    font-size: 2.67em;    
    margin-bottom: 13px;  
}

.third-content-block .third-text-content p {
    font-size: 1em;       
    margin-bottom: 10px;  
}

.third-content-block .third-visual-section h3 {
    font-size: 5.33em;    
    margin-bottom: 133px !important; 
    line-height: 1em;
    top: 667px;           
}

.third-content-block .third-visual-section img {
 width: 100%;
    max-height: 90vh;
}

} 



@media (min-width: 1200px) and (max-width: 1705px) 
{


.third-content-block {
    padding: 22px 8.67px;
    gap: 8.67px;
    margin-left: 6.67em;
    min-height: 733.33px;
}

.third-content-block .third-text-content {
    max-width: 222px;
}

.third-content-block .third-text-content h2 {
    font-size: 1.78em;
    margin-bottom: 8.67px;
}

.third-content-block .third-text-content p {
    font-size: 0.67em;
    margin-bottom: 6.67px;
}

.third-content-block .third-visual-section h3 {
    font-size: 3.55em;
    margin-bottom: 88.67px !important;
    line-height: 1em;
    top: 300px;
}

.third-content-block .third-visual-section img {
    width: 100%;
    max-height: 60vh;
}


}










.general-info-box {
    width: 80%;
    margin: 80px auto;
    padding: 30px;
    text-align: center;
}

.general-info-box h4 {
    font-size: 1.8em;
    color: #334d6e;
    margin-bottom: 15px;
}

.general-info-box p {
    font-size: 1.0em;
    color: #555;
    line-height: 1.5;
}


@media (max-width: 768px) {
    
    .content-with-animation {
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
        max-width: 100%;
    }

    .content-with-animation .text-content {
        text-align: center;
    }

    
    .secondary-feature-block {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
        max-width: 100%;
    }

    .secondary-feature-block .block-text-content {
        text-align: center;
    }

    .general-info-box {
        width: 95%;
        margin: 40px auto;
        padding: 20px;
    }
}



@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {




.general-info-box {
    margin: 53px auto;   
    padding: 20px;       
}

.general-info-box h4 {
    font-size: 1.2em;    
    margin-bottom: 10px; 
}

.general-info-box p {
    font-size: 0.67em;   
}


}



@media (min-width: 1706px) and (max-width: 2559px) {


.general-info-box {
    margin: 53px auto;   
    padding: 20px;       
}

.general-info-box h4 {
    font-size: 1.2em;    
    margin-bottom: 10px; 
}

.general-info-box p {
    font-size: 0.67em;   
}

} 




@media (min-width: 1200px) and (max-width: 1705px) 
{


.general-info-box {
    margin: 35.33px auto;
    padding: 13.33px;
}

.general-info-box h4 {
    font-size: 0.8em;
    margin-bottom: 6.67px;
}

.general-info-box p {
    font-size: 0.44em;
}


}





#language-selection-screen {
    transition: opacity 0.5s ease-out; 
}

#language-selection-screen.fade-out-screen {
    opacity: 0;
    pointer-events: none; 
}


.main-heading-container {
    margin: 0 auto; 
    text-align: center; 
    width: 65%;

    height: 25vh; 
                  

    text-align: center; 
    padding-top: 7vh; 
    box-sizing: border-box; 
    z-index: 101; 
     
     

    margin-top: 2vw;
}


.main-slideshow-heading {
    font-size: 8em; 
    color: 	#1C0772;       
    font-family: 'Monserrat', sans-serif; 
    font-weight: 800;  
    text-transform: uppercase; 
    letter-spacing: 0.8vw;  
    margin: 0;         
    line-height: 1;    
    pointer-events: auto; 
}


.industry-intro-text {
    font-size: 2em; 
    color: #1C0772; 
    text-align: center; 
    margin-top: 2vw; 
    padding: 0 2vw; 
    line-height: 1.5; 
}

@media (max-width: 767px) {
    .main-heading-container {
        width: 90%; 

        margin-bottom: 15vw;
    }
    .main-slideshow-heading {
        font-size: 7vw;
        letter-spacing: 1vw;
        padding: 0 2vw;
    }
    .industry-intro-text {
        font-size: 2.5vw;
        padding: 0 3vw;
    }
}

@media (max-width: 480px) {
    .main-heading-container {
        width: 95%; 
    }
    .main-slideshow-heading {
        font-size: 5vw;
        letter-spacing: 0.8vw;
    }
    .industry-intro-text {
        font-size: 3.5vw;
        padding: 0 2vw;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

.main-heading-container {

    height: 16vh; 
                  

    text-align: center; 
    padding-top: 5vh; 

    margin-top: 1.3vw;
}


.main-slideshow-heading {
    font-size: 5.33em; 
}


.industry-intro-text {
    font-size: 1.33em; 
    margin-top: 1.33vw; 
    padding: 0 1.33vw; 
}


}


@media (min-width: 1706px) and (max-width: 2559px) {

.main-heading-container {

    height: 16vh; 
                  

    text-align: center; 
    padding-top: 5vh; 

    margin-top: 1.3vw;
}


.main-slideshow-heading {
    font-size: 5.33em; 
}


.industry-intro-text {
    font-size: 1.33em; 
    margin-top: 1.33vw; 
    padding: 0 1.33vw; 
}

} 



@media (min-width: 1200px) and (max-width: 1705px) 
{


.main-heading-container {
  height: 10.67vh;
  text-align: center;
  padding-top: 3.33vh;
  margin-top: 0.87vw;
}


.main-slideshow-heading {
  font-size: 3.55em;
}


.industry-intro-text {
  font-size: 0.89em;
  margin-top: 0.89vw;
  padding: 0 0.89vw;
}

}









.contact-hero-section {
    position: relative; 
    width: 100%;
    margin-top: 50px;
    height: 100vh; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #fff; 
    text-align: center;
    overflow: hidden; 
    z-index: 0;
}




.hero-background-image {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    z-index: 1; 
    pointer-events: none; 
    filter: brightness(65%); 
}




.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    padding: 20px;
    box-sizing: border-box;
    z-index: 2; 
}




.contact-content {
    z-index: 3; 
    max-width: 90%; 
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    height: 100%; 

}




.main-phone-number {
    font-size: 15em; 
    font-weight: bold;
    color: #fff; 
    text-decoration: none; 
    margin-bottom: 1.875rem; 
    display: block; 
    text-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.3); 
    letter-spacing: 0.05em; 
    white-space: nowrap; 
    font-family: 'Oswald', sans-serif;
}




.contact-details-grid {
    display: flex; 
    justify-content: space-around; 
    align-items: flex-start; 
    width: 100%; 
    max-width: 93.75rem; 
    gap: 2.5rem; 
    margin-top: 18.75rem; 
    flex-wrap: wrap; 
}


.contact-column {
    flex: 1; 
    min-width: 17.5rem; 
    padding: 1.25rem; 
    border-radius: 0.625rem;
}


.contact-column p {
    font-size: 1.8em; 
    color: #eee; 
    margin: 0.5rem 0; 
    line-height: 1.5; 
    text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.4); 
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

}


.contact-column a {
    color: #fff; 
    text-decoration: none; 
    transition: color 0.3s ease;
}

.contact-column a:hover {
    color: #00bcd4; 
    text-decoration: underline;
}






.email-info {
    font-size: 2em; 
    font-weight: bold; 
    color: #ffd700; 
    margin-right: 21.875rem !important; 
         margin-bottom: 5rem; 
}


.email-link {
    color: #fff; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}

.email-link:hover {
    color: #00bcd4; 
    text-decoration: underline; 
}


.website-info {
    font-style: italic; 
    color: #c9c9c9; 
}


.additional-phone {
    font-size: 1.2em; 
    font-weight: 500; 
    color: #fff;
}


.address-info {
    font-size: 1em; 
    color: #ddd;
    text-align: right !important;
    margin-bottom: 6rem !important; 
}


.working-hours-info {
    font-size: 1em;
    font-weight: bold; 
    color: #fff;
    margin-top: 0.9375rem; 
}




.bottom-contact-text {
    font-size: 1.1em; 
    color: #ccc; 
    max-width: 50rem; 
    line-height: 1.8; 
    margin-top: 2.5rem; 
    padding: 0.9375rem 1.875rem; 
    border-radius: 0.625rem; 
    text-align: center; 
    font-weight: 20;
}










.main-phone-number {
    opacity: 0;
    transform: translateY(-80px); 
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}


.contact-logo-container {
    opacity: 0;
    transform: translateX(80px); 
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}


.address-info {
    opacity: 0;
    transform: translateX(80px); 
    transition: opacity 1.2s ease-out 0.2s, transform 1.2s ease-out 0.2s; 
}


.email-info {
    opacity: 0;
    transform: translateX(-80px); 
    transition: opacity 1.2s ease-out 0.2s, transform 1.2s ease-out 0.2s; 
}


.bottom-contact-text {
    opacity: 0;
    transform: translateY(80px); 
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}


.main-phone-number.is-visible,
.contact-logo-container.is-visible,
.address-info.is-visible,
.email-info.is-visible,
.bottom-contact-text.is-visible {
    opacity: 1;
    transform: translateX(0) translateY(0); 
}


@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

.contact-overlay {
    padding: 13.33px; 
}




.main-phone-number {
    font-size: 10em; 
    text-decoration: none;
    margin-bottom: 1.25rem; 
    text-shadow: 0.0833rem 0.0833rem 0.333rem rgba(0, 0, 0, 0.3); 
    letter-spacing: 0.05em; 
}




.contact-details-grid {
    max-width: 62.5rem; 
    gap: 1.666rem; 
    margin-top: 12.5rem; 
}


.contact-column {
    flex: 1;
    min-width: 11.666rem; 
    padding: 0.833rem; 
    border-radius: 0.416rem; 
}


.contact-column p {
    font-size: 1.2em; 
    margin: 0.333rem 0; 
    line-height: 1.5; 
    text-shadow: 0.0416rem 0.0416rem 0.125rem rgba(0, 0, 0, 0.4); 
}





.email-info {
    font-size: 1.333em; 
    margin-right: 14.583rem !important; 
    margin-bottom: 3.333rem; 
}


.additional-phone {
    font-size: 0.8em; 
}


.address-info {
    font-size: 0.666em; 
    margin-bottom: 4rem !important; 
}


.working-hours-info {
    font-size: 0.666em; 
    margin-top: 0.625rem; 
}




.bottom-contact-text {
    font-size: 0.733em; 
    max-width: 33.333rem; 
    line-height: 1.8; 
    margin-bottom: 4rem; 
    padding: 0.625rem 1.25rem; 
    border-radius: 0.416rem; 
    font-weight: 20; 
}






.main-phone-number {
    transform: translateY(-53.33px); 
}


.contact-logo-container {
    transform: translateX(53.33px); 
}


.address-info {
    transform: translateX(53.33px); 
}


.email-info {
    transform: translateX(-53.33px); 
}


.bottom-contact-text {
    transform: translateY(53.33px); 
}


       }




@media (min-width: 1706px) and (max-width: 2559px) {

.contact-overlay {
    padding: 13.33px; 
}




.main-phone-number {
    font-size: 10em; 
    text-decoration: none;
    margin-bottom: 1.25rem; 
    text-shadow: 0.0833rem 0.0833rem 0.333rem rgba(0, 0, 0, 0.3); 
    letter-spacing: 0.05em; 
}




.contact-details-grid {
    max-width: 62.5rem; 
    gap: 1.666rem; 
    margin-top: 12.5rem; 
}


.contact-column {
    flex: 1;
    min-width: 11.666rem; 
    padding: 0.833rem; 
    border-radius: 0.416rem; 
}


.contact-column p {
    font-size: 1.2em; 
    margin: 0.333rem 0; 
    line-height: 1.5; 
    text-shadow: 0.0416rem 0.0416rem 0.125rem rgba(0, 0, 0, 0.4); 
}





.email-info {
    font-size: 1.333em; 
    margin-right: 14.583rem !important; 
    margin-bottom: 3.333rem; 
}


.additional-phone {
    font-size: 0.8em; 
}


.address-info {
    font-size: 0.666em; 
    margin-bottom: 4rem !important; 
}


.working-hours-info {
    font-size: 0.666em; 
    margin-top: 0.625rem; 
}




.bottom-contact-text {
    font-size: 0.733em; 
    max-width: 33.333rem; 
    line-height: 1.8; 
    margin-bottom: 4rem; 
    padding: 0.625rem 1.25rem; 
    border-radius: 0.416rem; 
    font-weight: 20; 
}






.main-phone-number {
    transform: translateY(-53.33px); 
}


.contact-logo-container {
    transform: translateX(53.33px); 
}


.address-info {
    transform: translateX(53.33px); 
}


.email-info {
    transform: translateX(-53.33px); 
}


.bottom-contact-text {
    transform: translateY(53.33px); 
}

} 



@media (min-width: 1200px) and (max-width: 1705px) 
{

.contact-overlay {
    padding: 8.89px;
}




.main-phone-number {
    font-size: 6.67em;
    text-decoration: none;
    margin-bottom: 0.833rem;
    text-shadow: 0.0555rem 0.0555rem 0.222rem rgba(0, 0, 0, 0.3);
    letter-spacing: 0.05em;
}




.contact-details-grid {
    max-width: 41.67rem;
    gap: 1.111rem;
    margin-top: 8.33rem;
}


.contact-column {
    flex: 1;
    min-width: 7.777rem;
    padding: 0.555rem;
    border-radius: 0.277rem;
}


.contact-column p {
    font-size: 0.8em;
    margin: 0.222rem 0;
    line-height: 1.5;
    text-shadow: 0.0277rem 0.0277rem 0.0833rem rgba(0, 0, 0, 0.4);
}





.email-info {
    font-size: 0.888em;
    margin-right: 9.722rem !important;
    margin-bottom: 2.222rem;
}


.additional-phone {
    font-size: 0.533em;
}


.address-info {
    font-size: 0.444em;
    margin-bottom: 2.667rem !important;
}


.working-hours-info {
    font-size: 0.444em;
    margin-top: 0.416rem;
}




.bottom-contact-text {
    font-size: 0.488em;
    max-width: 22.222rem;
    line-height: 1.8;
    margin-bottom: 2.667rem;
    padding: 0.416rem 0.833rem;
    border-radius: 0.277rem;
    font-weight: 20;
}






.main-phone-number {
    transform: translateY(-35.55px);
}


.contact-logo-container {
    transform: translateX(35.55px);
}


.address-info {
    transform: translateX(35.55px);
}


.email-info {
    transform: translateX(-35.55px);
}


.bottom-contact-text {
    transform: translateY(35.55px);
}


}




@media (max-width: 992px) {
    .main-phone-number {
        font-size: 4em;
    }
    .contact-details-grid {
        gap: 1.25rem;
        flex-direction: column; 
        align-items: center; 
    }
    .contact-column {
        min-width: unset; 
        width: 100%; 
        max-width: 25rem; 
    }
}


@media (max-width: 768px) {
  
  .contact-hero-section {
    height: auto;
    min-height: 96vh; 
    padding: 1.2em 0.6em; 
  }

  
  .main-phone-number {
    font-size: 7.2vw; 
    font-size: 42px; 
    margin-bottom: 0.6rem; 
  }
  
  
  .contact-details-grid {
    flex-direction: column;
    gap: 1.2rem; 
    margin-top: 0.6rem; 
    width: 100%;
  }
  
  
  .contact-column {
    flex: none;
    min-width: auto;
    padding: 0.6rem; 
  }

  
  .contact-column p {
    font-size: 0.96em; 
    text-align: center !important;
  }

  
  .email-info,
  .address-info {
    margin: 0 !important;
    text-align: center !important;
  }
  
  .email-info {
    font-size: 1.44em; 
  }

  
  .bottom-contact-text {
    font-size: 0.84em; 
    padding: 0.6rem; 
  }
  
  
  
  .main-phone-number,
  .contact-logo-container,
  .address-info,
  .email-info,
  .bottom-contact-text {
    transform: translateY(-12px) translateX(-12px); 
    transition: opacity 0.96s ease-out, transform 0.96s ease-out; 
  }

  .email-info,
  .address-info {
    transform: translateY(12px) translateX(12px); 
  }
  
  .main-phone-number.is-visible,
  .contact-logo-container.is-visible,
  .address-info.is-visible,
  .email-info.is-visible,
  .bottom-contact-text.is-visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}



@media (max-width: 380px) {
  
  .contact-hero-section {
    height: auto;
    min-height: 80vh;
    padding: 1em 0.5em; 
  }

  
  .main-phone-number {
    font-size: 6vw; 
    font-size: 35px;
    margin-bottom: 0.5rem; 
  }
  
  
  .contact-details-grid {
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem; 
    width: 100%;
  }
  
  
  .contact-column {
    flex: none;
    min-width: auto;
    padding: 0.5rem; 
  }

  
  .contact-column p {
    font-size: 0.8em; 
    text-align: center !important;
  }

  
  .email-info,
  .address-info {
    margin: 0 !important;
    text-align: center !important;
  }
  
  .email-info {
    font-size: 1.2em;
  }

  
  .bottom-contact-text {
    font-size: 0.7em; 
    padding: 0.5rem;
  }
  
  
  
  .main-phone-number,
  .contact-logo-container,
  .address-info,
  .email-info,
  .bottom-contact-text {
    transform: translateY(-10px) translateX(-10px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; 
  }

  .email-info,
  .address-info {
    transform: translateY(10px) translateX(10px);
  }
  
  .main-phone-number.is-visible,
  .contact-logo-container.is-visible,
  .address-info.is-visible,
  .email-info.is-visible,
  .bottom-contact-text.is-visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}




.contact-email {
    position: relative;
    left: -0.625rem; 
    top: 0.3125rem; 
}


.contact-logo-container {
    position: absolute; 
    right: 2rem; 
    top: 76.5625rem; 
    z-index: 4; 
    
    color: #fff;
    
    
    
}




.contact-logo {
    width: 25rem;
    height: auto; 
    opacity: 0.8; 
    transition: opacity 0.3s ease-in-out; 
}

.contact-logo:hover {
    opacity: 1; 
}



@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {


.contact-logo-container {
            position: absolute;
    right: 1rem; 
    top: 49rem; 
}




.contact-logo {
    width: 25rem;
}
       }



@media (min-width: 1706px) and (max-width: 2559px) {


.contact-logo-container {
            position: absolute;
    right: 1rem; 
    top: 49rem; 
}




.contact-logo {
    width: 25rem;
}

} 



@media (min-width: 1200px) and (max-width: 1705px) 
{


.contact-logo-container {
    position: absolute;
    right: 0.67rem;
    top: 32.67rem;
}


.contact-logo {
    width: 16.67rem;
}


}






@media (max-width: 768px) {
    .contact-logo-container {
        
        position: absolute;
        right: auto;
        top: auto;
        
        margin-top: 35rem; 
        text-align: center; 
    }

    .contact-logo {
        
        width: 10rem;
    }
}


.social-media-list { 
            position: relative; 
            
            transform: none; 
            display: flex;
            margin: 1.25rem auto; 
            padding: 0;
            justify-content: center; 
            flex-wrap: wrap; 
            opacity: 1;
        }

        .social-media-list li {
            list-style: none;
            margin: 0 0.3125rem; 
        }

        .social-media-list li a .fa {
            font-size: 2.5rem; 
            color: #fff;
            line-height: 5rem; 
            transition: .5s;
             padding-right: 0.875rem; 
        }

        .social-media-list li a span {
            padding:0;
            margin:0;
            position:absolute;
            top: 1.875rem; 
            color: #fff;
            letter-spacing: 0.25em;
            font-weight: 700;
            transition: .5s;
            text-shadow: 0 0 5px rgba(31, 31, 31, 2);
        }

        .social-media-list li a {
            text-decoration: none;
            display: block; 
            width: 13.125rem;
            height: 5rem;
            background: rgba(255, 255, 255, 0.2); 
            text-align:left;
            padding-left: 1.25rem;
            transform: rotate(-30deg) skew(25deg) translate(0,0);
            transition:.5s;
            box-shadow: -1.25rem 1.25rem 0.625rem rgba(0, 0, 0, .5); 
            position: relative; 
           margin-bottom: 1.875rem; 
        }



        .social-media-list li a:before {
            content: '';
            position: absolute;
         top: 0.625rem; 
         left: -1.25rem; 
    height: 100%;
    width: 1.25rem; 
            background: rgba(255, 255, 255, 0.1); 
            transition: .5s;
            transform: rotate(0deg) skewY(-45deg);
        }

        
.social-media-list li a:after {
            content: '';
            position: absolute;
      bottom: -1.25rem; 
    left: -0.625rem; 
    height: 1.25rem; 
            width:100%;
             background: rgba(255, 255, 255, 0.3); 
            transition: .5s;
            transform: rotate(0deg) skewX(-45deg);
        }

        .social-media-list li a:hover {
            transform: rotate(-30deg) skew(25deg) translate(1.25rem, -0.9375rem); 
            box-shadow: -3.125rem 3.125rem 3.125rem rgba(0, 0, 0, .5); 
        }

        .social-media-list li:hover .fa {
            color:#fff;
        }

        .social-media-list li:hover span {
            color:#fff;
            text-shadow: 0 0 5px rgba(255,255, 255, 2);
        }

        
        .social-media-list li:hover:nth-child(1) a{ background: #4c75a3; } 
        .social-media-list li:hover:nth-child(1) a:before{ background: #446995; }
        .social-media-list li:hover:nth-child(1) a:after{ background: #5a83b9; }

        .social-media-list li:hover:nth-child(2) a{ background: #E1306C; } 
        .social-media-list li:hover:nth-child(2) a:before{ background: #C13584; }
        .social-media-list li:hover:nth-child(2) a:after{ background: #FD1D1D; }

        .social-media-list li:hover:nth-child(3) a{ background: #25D366; } 
        .social-media-list li:hover:nth-child(3) a:before{ background: #1DA851; }
        .social-media-list li:hover:nth-child(3) a:after{ background: #34E677; }

        .social-media-list li:hover:nth-child(4) a{ background: #3b5998; } 
        .social-media-list li:hover:nth-child(4) a:before{ background: #365492; }
        .social-media-list li:hover:nth-child(4) a:after{ background: #4a69ad; }

        .social-media-list li:hover:nth-child(5) a{ background: #0088CC; } 
        .social-media-list li:hover:nth-child(5) a:before{ background: #007AB8; }
        .social-media-list li:hover:nth-child(5) a:after{ background: #0099DD; }

        .social-media-list li:hover:nth-child(6) a{ background: #7BB82B; } 
        .social-media-list li:hover:nth-child(6) a:before{ background: #6BA327; }
        .social-media-list li:hover:nth-child(6) a:after{ background: #8CD02F; }

        .social-media-list li:hover:nth-child(7) a{ background: #0077B5; } 
        .social-media-list li:hover:nth-child(7) a:before{ background: #006699; }
        .social-media-list li:hover:nth-child(7) a:after{ background: #0088CC; }

    


@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {


        .social-media-list li {
            margin: 0 0.003rem; 
        }

        .social-media-list li a .fa {
            font-size: 2.5rem; 
            line-height: 5rem; 
             padding-right: 0.875rem; 
        }

        .social-media-list li a span {
            top: 1.875rem; 
            letter-spacing: 0.25em;
            text-shadow: 0 0 5px rgba(31, 31, 31, 2);
        }

        .social-media-list li a {
            width: 13.125rem;
            height: 5rem;
            padding-left: 1.25rem;
            transform: rotate(-30deg) skew(25deg) translate(0,0)  scale(0.667);
            box-shadow: -1.25rem 1.25rem 0.625rem rgba(0, 0, 0, .5); 
           margin-bottom: 1.875rem; 
        }

        .social-media-list li a:before {
         top: 0.625rem; 
         left: -1.25rem; 
    height: 100%;
    width: 1.25rem; 
            transform: rotate(0deg) skewY(-45deg);

                  background: rgba(255, 255, 255, 0.1); 
        }



.social-media-list li a:after {
      bottom: -1.25rem; 
    left: -0.625rem; 
    height: 1.25rem; 
        }

        .social-media-list li a:hover {
             transform: rotate(-30deg) skew(25deg) translate(1.25rem, -0.9375rem) scale(0.667);
            box-shadow: -3.125rem 3.125rem 3.125rem rgba(0, 0, 0, .5); 
        }


        .social-media-list li:hover span {
            text-shadow: 0 0 5px rgba(255,255, 255, 2);
        }

   }


@media (min-width: 1706px) and (max-width: 2559px) {

        .social-media-list li {
            margin: 0 0.003rem; 
        }

        .social-media-list li a .fa {
            font-size: 2.5rem; 
            line-height: 5rem; 
             padding-right: 0.875rem; 
        }

        .social-media-list li a span {
            top: 1.875rem; 
            letter-spacing: 0.25em;
            text-shadow: 0 0 5px rgba(31, 31, 31, 2);
        }

        .social-media-list li a {
            width: 13.125rem;
            height: 5rem;
            padding-left: 1.25rem;
            transform: rotate(-30deg) skew(25deg) translate(0,0)  scale(0.667);
            box-shadow: -1.25rem 1.25rem 0.625rem rgba(0, 0, 0, .5); 
           margin-bottom: 1.875rem; 
        }

        .social-media-list li a:before {
         top: 0.625rem; 
         left: -1.25rem; 
    height: 100%;
    width: 1.25rem; 
            transform: rotate(0deg) skewY(-45deg);

                  background: rgba(255, 255, 255, 0.1); 
        }



.social-media-list li a:after {
      bottom: -1.25rem; 
    left: -0.625rem; 
    height: 1.25rem; 
        }

        .social-media-list li a:hover {
             transform: rotate(-30deg) skew(25deg) translate(1.25rem, -0.9375rem) scale(0.667);
            box-shadow: -3.125rem 3.125rem 3.125rem rgba(0, 0, 0, .5); 
        }


        .social-media-list li:hover span {
            text-shadow: 0 0 5px rgba(255,255, 255, 2);
        }


} 


@media (min-width: 1200px) and (max-width: 1705px) 
{

.social-media-list li {
  margin: 0 0.002rem;
}

.social-media-list li a .fa {
  font-size: 1.3rem;
  line-height: 3.33rem;
  padding-right: 0.583rem;
}

.social-media-list li a span {
    font-size: 1.0rem;
  top: 1.25rem;
  letter-spacing: 0.25em;
  text-shadow: 0 0 3.33px rgba(31, 31, 31, 2);
}

.social-media-list li a {
  width: 8.75rem;
  height: 3.33rem;
  padding-left: 0.833rem;
  transform: rotate(-30deg) skew(25deg) translate(0, 0) scale(0.445);
  box-shadow: -0.833rem 0.833rem 0.416rem rgba(0, 0, 0, .5);
  margin-bottom: 1.25rem;
}

.social-media-list li a:before {
  top: 0.416rem;
  left: -0.833rem;
  height: 100%;
  width: 0.833rem;
  transform: rotate(0deg) skewY(-45deg);
  background: rgba(255, 255, 255, 0.1);
}

.social-media-list li a:after {
  bottom: -0.833rem;
  left: -0.416rem;
  height: 0.833rem;
}

.social-media-list li a:hover {
  transform: rotate(-30deg) skew(25deg) translate(0.833rem, -0.625rem) scale(0.445);
  box-shadow: -2.083rem 2.083rem 2.083rem rgba(0, 0, 0, .5);
}

.social-media-list li:hover span {
  text-shadow: 0 0 3.33px rgba(255, 255, 255, 2);
}


}




@media (max-width: 768px){


  .social-media-list li {
        margin: 0; 
    }

.social-media-list li a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 6.5625rem;
    height: 2.5rem;
    padding: 0;
    box-shadow: -0.625rem 0.625rem 0.3125rem rgba(0, 0, 0, .5);
    margin-bottom: 0.9375rem;

    transform: rotate(-30deg) skew(25deg) translate(0, 0) scale(0.7);
    
    
    background: rgba(255, 255, 255, 0.4); 
}



    .social-media-list li a .fa {
        font-size: 1.25rem;
        line-height: 2.5rem;
        padding: 0; 
    }

    .social-media-list li a span {
        
        display: none;
    }
    
    .social-media-list li a:before {
        top: 0.3125rem;
        left: -0.625rem;
        height: 100%;
        width: 0.625rem;
        transform: rotate(0deg) skewY(-45deg);

             background: rgba(255, 255, 255, 0.3); 
    }
    
    .social-media-list li a:after {
        bottom: -0.625rem;
        left: -0.3125rem;
        height: 0.625rem;
                     background: rgba(255, 255, 255, 0.5); 
    }

.social-media-list li a:hover {
    transform: rotate(-30deg) skew(25deg) translate(0.625rem, -0.46875rem) scale(0.7);
    
    box-shadow: -1.5625rem 1.5625rem 1.5625rem rgba(0, 0, 0, .5);
}
}





#chat-assistant {
    position: fixed; 
    right: 20px;     
    z-index: 9999;
    
    
    display: flex;
    flex-direction: column;
    width: 325px;
    height: 400px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    
    
    top: -400px;
    opacity: 0;
    visibility: hidden;

    
    transition: top 1s ease-out, opacity 0.7s ease-out, visibility 1s;
}


#chat-trigger {
    position: fixed; 
    z-index: 10000;
    
    
    
    right: 152.5px; 

    
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;

    
    top: -475px; 
    transition: top 1s ease-out;
}


.hanging-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-1px);
    width: 2px;
    background-color: black;
    height: 0;
    transition: height 1s ease-out;
    z-index: -1; 
}

.hook-image {
    width: 60px;
    height: auto;
}



#chat-assistant.is-visible {
    top: 70px; 
    opacity: 1;
    visibility: visible;
}

#chat-trigger.is-visible {
    top: 0; 
}

#chat-trigger.is-visible .hanging-line {
    height: 70px; 
}


.chat-header {
    background-color: #FECE00;
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

.assistant-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.header-text p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.close-chat-button {
    background: none;
    border: none;
    color: #A58600;
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
    line-height: 1;
}

.chat-body {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.message {
    background-color: #EAEAEA;
    color: #333333;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    max-width: 80%;
    align-self: flex-end;
    word-break: break-word;
}

.bot-message {
    background-color: #efeeee;
    align-self: flex-start;
}

.chat-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#message-input {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

#send-button.round-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F0C000;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    padding: 0;
}

#send-button.round-button:hover {
    background-color: #FFA500;
}

#send-button.round-button svg {
    width: 24px;
    height: 24px;
}


.main-heading-container {
    position: relative; 
    z-index: 1; 
}


.heading-deco-img {
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 800px; 
    height: auto; 
    opacity: 0.5; 
    z-index: -1; 
}

.left-deco-img {
    left: -300px; 
}

.right-deco-img {
    right: -300px; 
}


@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {




.heading-deco-img {
    padding-top: 100px; 
    width: 533px; 
}

.left-deco-img {
    left: -200px; 
}

.right-deco-img {
    right: -200px; 
}

       }


@media (min-width: 1706px) and (max-width: 2559px) {


.heading-deco-img {
    padding-top: 100px; 
    width: 533px; 
}

.left-deco-img {
    left: -200px; 
}

.right-deco-img {
    right: -200px; 
}


} 


@media (min-width: 1200px) and (max-width: 1705px) 
{


.heading-deco-img {
    padding-top: 66.67px;
    width: 355.33px;
}

.left-deco-img {
    left: -133.33px;
}

.right-deco-img {
    right: -133.33px;
}


}



@media (max-width: 768px) {
    

    
    #chat-assistant {
        width: 90%; 
        height: 50vh; 
        right: 5%; 
        left: 5%; 
        top: -50vh; 
        border-radius: 10px; 
        box-shadow: 0px 2px 5px rgba(0,0,0,0.5); 
        transition: top 0.7s ease-out, opacity 0.5s ease-out;
    }

    
    #chat-trigger {
        width: 40px; 
        right: auto; 
        left: 50%; 
        transform: translateX(-50%); 
        top: -45vh; 
        transition: top 0.7s ease-out;
    }

    
    .hanging-line {
        width: 1px; 
    }
    
    .hook-image {
        width: 40px; 
    }

    
    #chat-assistant.is-visible {
        top: 15vh; 
    }

    #chat-trigger.is-visible {
        top: 0; 
    }

    #chat-trigger.is-visible .hanging-line {
        height: 15vh; 
    }

    
    .chat-header {
        padding: 8px; 
    }

    .assistant-avatar {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .header-text p {
        font-size: 14px;
    }

    .close-chat-button {
        font-size: 20px;
    }

    .chat-body {
        padding: 8px;
    }
    
    .message {
        padding: 6px 10px;
        font-size: 14px;
    }

    .chat-footer {
        padding: 8px;
    }

    #message-input {
        padding: 6px;
    }
    
    #send-button.round-button {
        width: 35px;
        height: 35px;
    }

    
    .heading-deco-img {
        display: none; 
    }
}



@media (max-width: 1024px) {
    .heading-deco-img {
        display: none; 
    }
}

@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {

#chat-assistant {
    right: 13px;     
    width: 217px;    
    height: 267px;   
    border-radius: 10px; 
    top: -267px;     
}


#chat-trigger {
    right: 102px;    
    width: 40px;     
    top: -317px;     
}


.hanging-line {
    width: 1px;      
}

.hook-image {
    width: 40px;     
}

#chat-assistant.is-visible {
    top: 47px;       
}

#chat-trigger.is-visible .hanging-line {
    height: 47px;    
}


.chat-header {
    padding: 7px;    
}

.assistant-avatar {
    width: 27px;     
    height: 27px;    
    margin-right: 7px; 
}

.header-text p {
    font-size: 11px; 
}

.close-chat-button {
    font-size: 16px; 
}

.chat-body {
    padding: 7px;    
}

.message {
    padding: 5px 8px;   
    border-radius: 5px; 
    margin-bottom: 5px; 
}

.chat-footer {
    padding: 7px;    
}

#message-input {
    padding: 5px;    
    border-radius: 3px; 
    margin-right: 7px;  
}

#send-button.round-button {
    width: 27px;     
    height: 27px;    
}

#send-button.round-button svg {
    width: 16px;     
    height: 16px;    
}


.heading-deco-img {
    width: 533px;    
}

.left-deco-img {
    left: -200px;    
}

.right-deco-img {
    right: -200px;   
}

}


@media (min-width: 1706px) and (max-width: 2559px) {

#chat-assistant {
    right: 13px;     
    width: 217px;    
    height: 267px;   
    border-radius: 10px; 
    top: -267px;     
}


#chat-trigger {
    right: 102px;    
    width: 40px;     
    top: -317px;     
}


.hanging-line {
    width: 1px;      
}

.hook-image {
    width: 40px;     
}

#chat-assistant.is-visible {
    top: 47px;       
}

#chat-trigger.is-visible .hanging-line {
    height: 47px;    
}


.chat-header {
    padding: 7px;    
}

.assistant-avatar {
    width: 27px;     
    height: 27px;    
    margin-right: 7px; 
}

.header-text p {
    font-size: 11px; 
}

.close-chat-button {
    font-size: 16px; 
}

.chat-body {
    padding: 7px;    
}

.message {
    padding: 5px 8px;   
    border-radius: 5px; 
    margin-bottom: 5px; 
}

.chat-footer {
    padding: 7px;    
}

#message-input {
    padding: 5px;    
    border-radius: 3px; 
    margin-right: 7px;  
}

#send-button.round-button {
    width: 27px;     
    height: 27px;    
}

#send-button.round-button svg {
    width: 16px;     
    height: 16px;    
}


.heading-deco-img {
    width: 533px;    
}

.left-deco-img {
    left: -200px;    
}

.right-deco-img {
    right: -200px;   
}

} 





@media (min-width: 1200px) and (max-width: 1705px) 
{

#chat-assistant {
    right: 8.67px;
    width: 144.67px;
    height: 178px;
    border-radius: 6.67px;
    top: -178px;
}


#chat-trigger {
    right: 68px;
    width: 26.67px;
    top: -211.33px;
}


.hanging-line {
    width: 0.67px;
}

.hook-image {
    width: 26.67px;
}

#chat-assistant.is-visible {
    top: 31.33px;
}

#chat-trigger.is-visible .hanging-line {
    height: 31.33px;
}


.chat-header {
    padding: 4.67px;
}

.assistant-avatar {
    width: 18px;
    height: 18px;
    margin-right: 4.67px;
}

.header-text p {
    font-size: 7.33px;
}

.close-chat-button {
    font-size: 10.67px;
}

.chat-body {
    padding: 4.67px;
}

.message {
    padding: 3.33px 5.33px;
    border-radius: 3.33px;
    margin-bottom: 3.33px;
}

.chat-footer {
    padding: 4.67px;
}

#message-input {
    padding: 3.33px;
    border-radius: 2px;
    margin-right: 4.67px;
}

#send-button.round-button {
    width: 18px;
    height: 18px;
}

#send-button.round-button svg {
    width: 10.67px;
    height: 10.67px;
}


.heading-deco-img {
    width: 355.33px;
}

.left-deco-img {
    left: -133.33px;
}

.right-deco-img {
    right: -133.33px;
}


}



      .popup-container {
        position: fixed; 
        top: 0;
        left: 20em; 
        z-index: 10000; 
        width: 15em; 
        display: none; 
        opacity: 0.8; 
      }
      
      .popup-container img {
        width: 100%;
        height: auto;
      }

      
      .slide-in-animation {
        display: block !important;
        animation: slideDown 1s ease-out forwards;
      }
      
      
      .slide-out-animation {
        display: block !important;
        animation: slideUp 1s ease-in forwards;
      }

        .clickable-hotspot {
    position: absolute;   
    
    
    left: 15%;
    bottom: 25%;
    width: 50%;          
    height: 25%;          

    
    
  }

          .clickable-hotspot-2 {
    position: absolute;   
    
    
    left: 35%;
    bottom: 25%;
    width: 50%;          
    height: 25%;          

    
    
  }

            .clickable-hotspot-3 {
    position: absolute;   
    
    
    left: 65%;
    bottom: 25%;
    width: 50%;          
    height: 25%;          

    
    
  }


      @keyframes slideDown {
        from {
          transform: translateY(-120%);
        }
        to {
          transform: translateY(0);
        }
      }

      @keyframes slideUp {
        from {
          transform: translateY(0);
        }
        to {
          transform: translateY(-120%);
        }
      }


        #tooltip-display {
    position: absolute;
    display: none; 
    top: 50%; 
    transform: translateY(-50%); 
    left: 100%; 
    margin-left: 15px; 
    
    padding: 10px;
    background: #333;
    color: white;
    border-radius: 5px;
    white-space: nowrap; 
  }


html, body {
    overflow-x: hidden !important;
}

#industries-section, .split-slideshow {
    overflow: hidden !important;
}


.hotspot-text {
    position: absolute;
    
    left: 100%;
    margin-left: 20px; 
    
    
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap; 
    
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
    transition: opacity 0.3s ease;
}


.clickable-hotspot .hotspot-text { top: 15%; }
.clickable-hotspot-2 .hotspot-text { top: 40%; }
.clickable-hotspot-3 .hotspot-text { top: 50%; left: -3%; }


.clickable-hotspot:hover .hotspot-text,
.clickable-hotspot-2:hover .hotspot-text,
.clickable-hotspot-3:hover .hotspot-text {
    opacity: 1;
    visibility: visible;
}



@media screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-width: 1280px) and (max-width: 1920px)
       and (min-height: 720px) and (max-height: 1080px)
       and (min-resolution: 144dpi) {


.popup-container {
    right: 13.33em; 
    width: 10em;   
}

#tooltip-display {
    margin-left: 10px; 
    padding: 7px;      
    border-radius: 3px; 
}

.hotspot-text {
    margin-left: 13px; 
    padding: 5px 8px;  
    border-radius: 3px; 
}


}




@media (min-width: 1706px) and (max-width: 2559px) {

.popup-container {
    right: 13.33em; 
    width: 10em;   
}

#tooltip-display {
    margin-left: 10px; 
    padding: 7px;      
    border-radius: 3px; 
}

.hotspot-text {
    margin-left: 13px; 
    padding: 5px 8px;  
    border-radius: 3px; 
}

} 


@media (min-width: 1200px) and (max-width: 1705px) 
{


.popup-container {
    right: 8.89em;
    width: 6.67em;
}

#tooltip-display {
    margin-left: 6.67px;
    padding: 4.67px;
    border-radius: 2px;
}

.hotspot-text {
    margin-left: 8.67px;
    padding: 3.33px 5.33px;
    border-radius: 2px;
}

}




@media (max-width: 768px) {
  .popup-container {
    left: 1%; 
    width: 35%; 
  }
}


@media (min-width: 1200px) and (max-width: 1705px)  {
    .image-card {
     margin-left: 5rem;
     margin-right: 5rem;
     margin-bottom: 1rem;
      width: 4rem; 
      height: 4rem; 

    }
  }