@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Freestyle Script";
    src: url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.woff2") format("woff2"),
         url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

  html {
    scroll-behavior: smooth;
  }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.submenu{
  background: #00000008;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.178);
}
.submenu ul a{
    color: #2e2e2e;
}
.submenu ul a li:hover{
  background-color: #212121ad;
    backdrop-filter: blur(10px);
}
.submenu ul a li:hover i{
    color: rgb(224, 224, 224);
}
.submenu-li-icon-container:hover{
    background: black !important;
}
.mobile-sidebar{
  background: #151515;

}
.mobile-nav .menu-item{
  background-color: #00000027 !important;
}
.mobile-nav .menu-item:hover{
  background-color: #00000056 !important; 
}
.mobile-submenu.open .menu-item:hover{
  background-color: #00000027 !important;
}
nav a{
    color: black;
    transition: color 0.3s ease;
}
nav a:hover{
  color: rgb(177, 177, 177) !important;
}
.submenu ul a:hover h5{
    color: rgb(199, 199, 199) !important;
}
.submenu ul a:hover h4{
    color: rgb(255, 255, 255) !important;
    font-weight: 400;
}
  /* Chrome, Safari, Edge (WebKit) */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
  }

  ::-webkit-scrollbar-track {
    background: #181818; /* Fully transparent track */
  }

  ::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #c5c5c5, #c5c5c5); /* Blue gradient */
    border-radius: 10px;
    border: 2px solid transparent; /* Creates a gap from track edge */
    background-clip: content-box; /* Prevents background from bleeding into border */
    
  }

  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom,#c5c5c5, #c5c5c5);
  }


body{
  scrollbar-width: thin; /* Makes it slimmer */
  scrollbar-color: #c5c5c5 transparent; /* Thumb + transparent track */
  background: #222222;
  /*font-family: poppins;*/
  font-family: Poppins ,sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  place-items: center;
    
}
::selection {
  background: #000000;  /* Selection background color */
  color: white;         /* Selection text color */
}
img{
  user-select: none;         /* Disable text selection */
  pointer-events: none;      /* Disable interaction (like dragging) */
  -webkit-user-drag: none;   /* Prevent dragging in WebKit browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.menu{
    position: relative !important;
    /*top: 0 !important;*/
    left: 50%;
    flex-wrap: wrap;
    max-width: 1300px;
    border-radius: 10px;
    background: none !important;
    color: black;
    width: 90%;
    /*height: 10% !important;*/
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: slideDown 0.5s ease-in-out forwards;
}
.mobile-sidebar.open{
    position: absolute;
}
.contact-button{
    background-color: rgb(40, 40, 40) !important;
    border: 1px solid #2b2b2b99 !important;
}
.contact-button:hover{
    background-color: rgba(36, 36, 36, 0.04) !important;
    color: #575757 !important;
    border: 1px solid #ffffff26 !important;  
}
.get-started-button{
  background-color: rgb(40, 40, 40) !important;
    color: white !important;
    border: none !important;
    
}
.get-started-button:hover{
    background-color: rgb(40, 40, 40) !important;
    color: #fff !important;
    border: none !important;
}
.mobile-header{
    color: rgb(255, 255, 255);
}
.menu-icon p{
    color: rgb(41, 41, 41);
 }
.cover-sec1-gr{
    width: 100%;
    max-width: inherit;
    background: #eeeeee;
    display: flex;
    place-content: center;
}


.cover-sec1-gr header{
    width: 100%;
    height: 50vh;
    position: relative;
    place-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0rem 2rem 0rem 2rem;
    min-height: 400px;
}
.texts-on-media-sec1-gr{
    width: 100%;
    height: fit-content;
    display: flex;
    position: relative;
    max-width: 1200px;
    flex-wrap: wrap;
}
.faqs-text-container-sec1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    place-content: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    max-width: 1200px;
    flex-wrap: wrap;
}
.faqs-text-container-sec1 h1{
    font-family: 'poppins';
    font-size: 3rem;
    width: fit-content;
    max-width: 100%;
    place-content: center;
    line-height: 1;
    align-items: center;
    text-shadow: 1px 1px 0px white;
    color: #222;
}





    








.welcome-animate{
    left: -2rem;
    opacity: 0;
    position: relative;
    scale: 1.2;
    filter: blur(10px);
    transition: left 1s ease, opacity 1s ease, filter 1s ease, scale 1s ease;    
}
.welcome-animate.active{
    left: 0rem;
    opacity: 1;
    filter: blur(0px);
    top: 0rem;
    scale: 1;
}


.logo-animate{
    opacity: 0;
    top: -2rem;
    position: relative;
    scale: 1.2;
    filter: blur(10px);
    transition: top 0.5s ease, opacity 0.5s ease, filter 0.5s ease, scale 0.5s ease;    
}
.logo-animate.active{
    top: 0rem;
    opacity: 1;
    filter: blur(0px);
    scale: 1;
}


.other-p-animate{
    right: -2rem;
    opacity: 0;
    position: relative;
    scale: 1.2;
    filter: blur(10px);
    transition: right 1s ease, opacity 1s ease, filter 1s ease, scale 1s ease;    
}
.other-p-animate.active{
    opacity: 1;
    filter: blur(0px);
    scale: 1;
    right: 0rem;
    top: 0rem;
}

















/*--------------------------------Section 2---------------------------------*/
.cover-sec2-gr{
    width: 100%;
    max-width: inherit;
    background: linear-gradient(to right, #eeeeee 30%, #eeeeee 30%);
    display: flex;
    place-content: center;

}
.section2-gr{
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 0rem 2rem 4rem 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    overflow: visible;
}



.terms-both-divs-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 5rem;
    
}
.left-terms-div{
    width: 25%;
    height: fit-content;
  background: #222222;
  display: flex;
  flex-direction: column;
    border-radius: 0px 70px 70px 0px;
  /* the magic */
  position: sticky;
  top: 1.5rem;   /* distance from top of viewport */
  align-self: flex-start;
  padding: 1rem 0.5rem 1rem 0rem;
  box-shadow: 1px 1px 0px white, 5px 1px 15px 1px #0000004d;
}

.each-left-term-item{
    display: flex;
  flex-direction: row;
  align-items: center;
  place-content: start;
  width: 100%;
  height: 100%;
  gap: 0.5rem;
}
.left-terms-div::before {
content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  left: -9999px;
  right: 100%;
  background: inherit;
}



.right-terms-div{
    width: 70%;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    position: relative;
}
.left-terms-div a{
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: visible;
    display: flex;
    flex-direction: row;
    place-content: start;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    cursor: pointer;
    padding: 0.7rem;
    z-index: 2;
    transform: translateX(0%) !important;
    transition: transform 0.3s ease;
}
.left-terms-div a:hover{
    transform: translateX(-5%) !important;
}

.left-terms-div a.active {
    transform: translateX(-5%) !important; /* same as hover */
    z-index: 3;
}




.circle-glow{
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    filter: blur(15px);
    opacity: 0;
    position: absolute;
    place-content: center;
    align-items: center;
    border-radius: 50%;
    background: #eee;
    transition: opacity 0.5s ease;
}
.item-circle-container{
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    position: relative;
    place-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
}

.circle-item{
    width: 100%;
    height: 100%;
    place-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    background: linear-gradient(var(--angle, 90deg), transparent 20%, #eeeeee60 50%, transparent 80%);
    border-radius: 50%;
    padding: 0.083rem;
}
.inner-circle-item{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #333;
    display: flex;
    position: relative;
    align-items: center;
    transition: background 0.5s ease;
    place-content: center;
}
.circle-item-number{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    place-content: center;
    
}

.circle-item-number h2{
    color: #535353;
    font-weight: 500 !important;
    transition: color 0.5s ease;
}

.left-terms-div a h2{
    color: #eeeeee5e;
    font-weight: 300;
}




.faqs-text-container-sec1 div{
    display: flex;
    place-content: end;
    align-items: end;
    margin-bottom: 2rem;
}

.faqs-text-container-sec1 h5{
    color: rgb(160, 160, 160);
    text-shadow: 1px 1px 1px white;
    line-height: 1;
    width: 100%;
    text-align: right;
}
.faqs-text-container-sec1 p{
    text-shadow: 1px 1px 1px white;
    color: #5a5a5a;
    width: 50%;
    
}

.faqs-text-container-sec1 img{
    width: auto;
    height: 1.5rem;
    margin: 0rem 0.5rem;
    border-radius: 7px;
}
.faqs-text-container-sec1 span{
    top: 0.4rem;
    position: relative;
}
.terms-titles-descriptions-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent;
    margin-top: 2rem;
    gap: 2rem;
}
.terms-titles{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0rem 0rem;
    padding: 1rem;
    border-radius: 10px;
    transition: background 0.3s ease, scale 0.5s ease;
}

.terms-titles h2{
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #222;

}

.terms-titles h2::after{
    content: "";
    flex: 1;
    height: 1px;
    background: #22222250;
    margin-left: 10px;
    box-shadow: 1px 1px 0px 0px #ffffff91;
}

.terms-titles p{
    text-shadow: 1px 1px 1px white;
    color: #5a5a5a;
    margin-top: 0.5rem;
}
.terms-titles ul{
    list-style-type: disc;
    margin-left: 3rem;
    color: #5a5a5a;
}



.terms-titles.active{
    background: rgba(255, 255, 255, 0.5);
    scale: 1.05;
    scroll-margin-top: 1rem; /* this ensures a gap above when scrolled */
}



.h2-right-of-circle{
    color: #eeeeee5e;
    transition: color 0.5s ease;
    font-weight: 400;
    line-height: 1.2;
}

.left-terms-div a.active .h2-right-of-circle{
    color: white;
}

.left-terms-div a.active .inner-circle-item{
    background: #eee;
}
.left-terms-div a.active .circle-item-number h2{
    color: #222;
}

.left-terms-div a.active .circle-glow{
    opacity: 0.5;
}


.terms-titles > *:not(h2):not(ul){
  margin-left: 1rem;
}















.custom-table p{
  text-shadow: none;
  color: white;
  margin: 0;
}












  .fade-up-delay1, .fade-left-delay1, .fade-right-delay1, .zoom-delay1 { opacity: 0; will-change: transform, opacity; }







          .cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      backdrop-filter: blur(5px);
      background-color: rgba(0, 0, 0, 0.87);
      color: #fff;
      padding: 1rem;
      display: none;
      justify-content: space-between;
      align-items: center;
      z-index: 9999;
      font-family: sans-serif;
    }

    .cookie-banner.show {
      display: flex;
    }

    .cookie-banner button {
      background: rgb(255, 255, 255);
      color: black;
      border: none;
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      cursor: pointer;
      border-radius: 5px;
      transition: background 0.3s ease, color 0.3s ease;
    }
    .cookie-banner button:hover{
      background: rgb(75, 75, 75);
      color: white
    }
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* or any background color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  border: 6px solid rgb(31, 31, 31);
  border-top: 6px solid rgb(121, 121, 121);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}
#loader p{
  color: white;
  font-family: 'poppins';
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}














#section7{
  overflow: hidden;
}
.cover-section7{
  background: #222;
}
.x7-description-logo-footer p{
  color: rgb(159, 159, 159);
}

.sec7-div-down ul li{
  color: rgb(159, 159, 159);
}
.div-up-right-div h3{
  color: rgb(159, 159, 159);
}
.footer-sec7 h6 a{
  color: rgb(165, 165, 165) !important;
}
#logo-previews{
  color: white;
}
.div-up-right-div{
  background: transparent;
}
#color-section-wrapper{
  margin-top: 1rem;
}
























































@media screen and (orientation: portrait) and (min-width: 1201px){
.terms-both-divs-container{
  flex-direction: column;
}



.left-terms-div::before{
    background: transparent;
}



.left-terms-div a{
    transform: translateX(5%);
}

.left-terms-div a:hover{
    transform: translateX(0%);
}

.left-terms-div a.active {
    transform: translateX(0%); /* same as hover */
    z-index: 3;
}

.right-terms-div{
    width: 100%;
}




.faqs-text-container-sec1 p{
    width: 90%;
}
.faqs-text-container-sec1 div{
    margin-bottom: 1rem;
}





.terms-both-divs-container{
    gap: 3rem;
}
.terms-titles-descriptions-container{
    margin-top: 0rem;
}
.left-terms-div{
position: relative;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    place-self: center;
    box-shadow: none;
    border-radius: 0px;
    line-height: 1.3;
    padding: 1rem 0rem;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}
}




@media screen and (orientation: portrait) and (max-width: 1200px){
.terms-both-divs-container{
  flex-direction: column;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 25vh;
}


.left-terms-div::before{
    background: transparent;
}



.left-terms-div a{
    transform: translateX(5%);
}

.left-terms-div a:hover{
    transform: translateX(0%);
}

.left-terms-div a.active {
    transform: translateX(0%); /* same as hover */
    z-index: 3;
}

.right-terms-div{
    width: 100%;
}


.faqs-text-container-sec1 p{
    width: 90%;
}
.faqs-text-container-sec1 div{
    margin-bottom: 1rem;
}





.terms-both-divs-container{
    gap: 3rem;
}
.terms-titles-descriptions-container{
    margin-top: 0rem;
}
.left-terms-div{
position: relative;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    place-self: center;
    box-shadow: none;
    border-radius: 0px;
    line-height: 1.3;
    padding: 1rem 0rem;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}
}



@media screen and (orientation: portrait) and (max-width: 992px){
.terms-both-divs-container{
  flex-direction: column;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 40vh;
}


.left-terms-div::before{
    background: transparent;
}
.left-terms-div{
    width: 100%;
    background: #222222;
    display: grid;
    position: relative;
    align-self: flex-start;
    height: fit-content;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);

    padding: 1rem;
    top: 0rem;
}


.left-terms-div a{
    transform: translateX(5%);
}

.left-terms-div a:hover{
    transform: translateX(0%);
}

.left-terms-div a.active {
    transform: translateX(0%); /* same as hover */
    z-index: 3;
}

.right-terms-div{
    width: 100%;
}



.faqs-text-container-sec1 p{
    width: 90%;
}
.faqs-text-container-sec1 div{
    margin-bottom: 1rem;
}





.terms-both-divs-container{
    gap: 3rem;
}
.terms-titles-descriptions-container{
    margin-top: 0rem;
}
.left-terms-div{
position: relative;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    place-self: center;
    box-shadow: none;
    border-radius: 0px;
    line-height: 1.3;
    padding: 1rem 0rem;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}
}



@media screen and (orientation: portrait) and (max-width: 768px){
.terms-both-divs-container{
  flex-direction: column;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 50vh;
}
.faqs-text-container-sec1 h1{
  font-size: 3rem;
}

.left-terms-div::before{
    background: transparent;
}
.left-terms-div{
    width: 100%;
    background: #222222;
    display: grid;
    position: relative;
    align-self: flex-start;
    height: fit-content;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);

    padding: 1rem;
    top: 0rem;
}


.left-terms-div a{
    transform: translateX(5%);
}

.left-terms-div a:hover{
    transform: translateX(0%);
}

.left-terms-div a.active {
    transform: translateX(0%); /* same as hover */
    z-index: 3;
}


.right-terms-div{
    width: 100%;
}





.faqs-text-container-sec1 p{
    width: 90%;
}
.faqs-text-container-sec1 div{
    margin-bottom: 1rem;
}





.terms-both-divs-container{
    gap: 3rem;
}
.terms-titles-descriptions-container{
    margin-top: 0rem;
}
.left-terms-div{
position: relative;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    place-self: center;
    box-shadow: none;
    border-radius: 0px;
    line-height: 1.3;
    padding: 1rem 0rem;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}
}



@media screen and (orientation: portrait) and (max-width: 600px){
.terms-both-divs-container{
  flex-direction: column;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 35vh;
}
.faqs-text-container-sec1 h1{
  font-size: 2.5rem;
}

.left-terms-div::before{
    background: transparent;
}


.left-terms-div a{
    transform: translateX(5%);
}

.left-terms-div a:hover{
    transform: translateX(0%);
}

.left-terms-div a.active {
    transform: translateX(0%); /* same as hover */
    z-index: 3;
}

.right-terms-div{
    width: 100%;
}








.terms-both-divs-container{
    gap: 3rem;
}
.terms-titles-descriptions-container{
    margin-top: 0rem;
}
.left-terms-div{
position: relative;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    place-self: center;
    box-shadow: none;
    border-radius: 0px;
    line-height: 1.3;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}

.faqs-text-container-sec1 p{
    width: 90%;
}
}








@media screen and (orientation: portrait) and (max-width: 450px){
.terms-both-divs-container{
  flex-direction: column;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 30vh;
}
.faqs-text-container-sec1 h1{
  font-size: 2rem;
}

.left-terms-div::before{
    background: transparent;
}




.left-terms-div a{
    transform: translateX(5%);
    padding: 0.5rem;
}

.left-terms-div a:hover{
    transform: translateX(0%);
}

.left-terms-div a.active {
    transform: translateX(0%); /* same as hover */
    z-index: 3;
}

.right-terms-div{
    width: 100%;
}
.faqs-text-container-sec1 p{
    width: 90%;
}
.faqs-text-container-sec1 div{
    margin-bottom: 1rem;
}





.terms-both-divs-container{
    gap: 3rem;
}
.terms-titles-descriptions-container{
    margin-top: 0rem;
}
.left-terms-div{
position: relative;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    place-self: center;
    box-shadow: none;
    border-radius: 0px;
    line-height: 1.3;
    padding: 1rem 0rem;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}
}


















@media screen and (orientation: landscape) and (min-width: 1201px){
.terms-both-divs-container{
  flex-direction: row;
}
.linked-buttons-privacy{
  width: 40%;
}
.main-content-container{
  width: 70%;
}

.terms-both-divs-container{
    gap: 5rem;
}

}
@media screen and (orientation: landscape) and (max-width: 1200px){
.terms-both-divs-container{
  flex-direction: row;
}
.linked-buttons-privacy{
  width: 40%;
}
.main-content-container{
  width: 70%;
}
.terms-both-divs-container{
    gap: 3rem;
}
.right-terms-div{
    width: 70%;
}
.left-terms-div{
    width: 25%;
}
.left-terms-div::before{
    content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  left: -9999px;
  right: 100%;
  background: inherit;
}
}
@media screen and (orientation: landscape) and (max-width: 992px){
.terms-both-divs-container{
  flex-direction: column;
  align-items: center;
  place-content: center;
}
.linked-buttons-privacy{
  width: 40%;
}
.main-content-container{
  width: 70%;
}
.cover-sec1-gr header{
  height: 80vh;
}
.right-terms-div{
    width: 90%;
}
.left-terms-div{
    position: relative;
    width: 90%;
    grid-template-rows: auto;
  grid-template-columns: repeat(4,1fr);
  display: grid;
  place-self: center;
  box-shadow: none;
  border-radius: 0px;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}
}
@media screen and (orientation: landscape) and (max-width: 768px){
.terms-both-divs-container{
  flex-direction: column;
  align-items: center;
  place-content: center;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}

.left-terms-div{
    position: relative;
    width: 90%;
    grid-template-rows: auto;
  grid-template-columns: repeat(4,1fr);
  display: grid;
  place-self: center;
  box-shadow: none;
  border-radius: 0px;
}
.left-terms-div::before{
   content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9999px;
    right: -9999px;
    background: inherit;
}
.left-terms-div a.active{
    transform: translateX(0%) !important;
}
.left-terms-div a:hover{
    transform: translateX(0%) scale(1.05) !important;
    
}
.section2-gr{
    overflow: hidden;
}
.item-circle-container{
    aspect-ratio: 1/1;
}
}









.media-container-sec7 a:hover{
  background: #535353 !important;
}




.not-allowed-yet:hover .not-allowed-link{
  background: #535353 !important;
}
.not-allowed-yet li{
  color: rgba(159, 159, 159, 0.336) !important;
}










.support-icon-container{
  background: #f0f0f0;
}
.support-icon-container:hover{
  background: #cacaca;
}
.chatbox-container{
  border: none;
}
.support-icon-container img{
  filter: brightness(100) invert(1);
}
.chat-back{
  background: #000000c9;
}
#start-chat{
  background: #222222;
  color: white;
}
#user-form p{
  color: white;
}
.button-title-cb-container{
  color: white;
}
.header-containers-container{
  background: #2b2b2b;
}
.live-chat-box{
  background: orange;
}
#chat-header{
  color: rgb(230, 230, 230);
}

.bubble-wrapper{
  background: #dadada;
  color: black;
}
.bubble-wrapper::after{
  border-right-color: #dadada;
}

.bubble-wrapper2{
  background: black;
  color: white;
}
.bubble-wrapper2::after{
  border-left-color: black;
}

#new-chat-btn{
  background: white;
}
#new-chat-btn:hover{
  background: rgb(201, 201, 201);
}
























.portfolio-links {
  display: none;
  margin-top: 10px;
  gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2,1fr);
}

.portfolio-links button {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  color: black;
  font-family: 'poppins';
  cursor: pointer;
}
.web-btn-port, .graph-btn-port, .vid-btn-port, .app-btn-port{
  transition: transform 0.5s ease, opacity 0.5s ease, background 0.3s ease;
  background: rgb(189, 189, 189);
}

.web-btn-port:hover, .graph-btn-port:hover, .vid-btn-port:hover, .app-btn-port:hover{
  background: rgb(133, 133, 133);
}


#start-chat{
  background: #b4b4b4;
  color: black;
  text-shadow: 1px 1px 0px #dfdfdf;
}
#start-chat:hover{
  background: #e6e6e6;
  
}








  .custom-table {
    width: fit-content;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    margin: 1rem 1rem 0rem 1rem;
  }

  .custom-table th, 
  .custom-table td {
    padding: 1rem;
    text-align: left;
    color: white;
  }
  /* First row orange */
  .custom-table tr:first-child td:first-child {
    background: #383838; /* orange for first col */
  }
  .custom-table tr:first-child td:last-child {
    background: #616161; /* orange for second col */
  }
  /* First column */
  .custom-table td:first-child,
  .custom-table th:first-child {
    background: #454545; /* red */
    white-space: nowrap;
    width: 1px; /* shrink to fit */
  }

  /* Second column */
  .custom-table td:last-child,
  .custom-table th:last-child {
    background: #616161; /* blue */
    width: 100%;
  }

  /* Zebra rows */
  .custom-table tr:nth-child(even) td:last-child {
    background: #454545;
  }

  .custom-table tr:nth-child(even) td:first-child {
    background: #616161;
  }

  /* Hover effect */
  .custom-table tr:hover td {
    filter: brightness(1.15);
    transition: all 0.2s ease-in-out;
  }
#close-sidebar{
  font-size: 1.5rem !important;
}

