html {
  scroll-behavior: smooth;
}
body {
  background-color: #fafafa;
  position: relative;
  font-size: 14px;
  max-width: 1920px;
  margin: auto;
  overflow-x: clip;
}
p {
  margin: 0;
  font-size: 18px;
  font-family: "rubik";
  line-height: 32px;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.heading_2 {
  color: #520e91;
  background-image: linear-gradient(45deg, #520e91, #a03cc7 50%, #e28c7c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
  font-family: "Exo", sans-serif;
}
.heading_4 {
  font-size: 50px;
  font-family: Exo;
  font-weight: 600;
  text-transform: uppercase;
}
.about-banner .rig-hero-title h1.banner-main-heading {
  font-size: 240px;
}
.contact-us .rig-hero-title h1.banner-main-heading {
  font-size: 210px;
}
.about-banner .img-el-1,
.contact-us .img-el-1 {
  right: 30%;
  left: unset;
}
.filterable-gallery .holo-spring{
	margin-inline: unset !important;
	margin-left: 50%;
	 animation: jump 3s infinite;
	position: absolute;
	left: 80%;
}
.about-banner .img-el-2 {
  top: unset;
  right: unset;
  bottom: 10%;
  left: 15%;
  z-index: 0;
}
.contact-us .img-el-2 {
  top: unset;
  right: unset;
  bottom: 22%;
  left: 21%;
}
.contact-us .img-el-3 {
  left: 3%;
  bottom: 29%;
}
.about-banner .img-el-3 {
  left: unset;
  bottom: 30%;
  right: 17%;
}
#header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.container {
  max-width: 1280px;
}
.container-fluid {
  max-width: 1920px;
}
.customslider .owl-item .item {
  padding: 30px 30px 6px;
  min-height: 503px;
  border-radius: 10px;
  background-size: cover;
  align-content: end;
  position: relative;
  overflow: hidden;
}
.customslider .owl-item .item:after {
  content: "";
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.customslider .owl-item .item .content {
  position: relative;
  z-index: 99;
  max-width: 500px;
}
.customslider .owl-item .item .content .heading-3 {
  font-weight: 600;
  font-size: 32px;
}
.customslider .owl-item .item .content p {
  color: #ffffff9e;
  font-weight: 300;
  line-height: 28px;
}
.customslider .owl-nav button {
  font-size: 20px;
  background-image: linear-gradient(45deg, #520e91, #a03cc7 50%, #e28c7c 100%);
  width: 50px;
  height: 40px;
}
.customslider .owl-nav button span {
  font-size: 50px;
  font-weight: 600;
}
.logi-section.logislidessec {
  padding: 80px 0 0px;
}
.logi-section.logislidessec .logislides .banner {
  height: 665px;
  object-fit: cover;
}
.logi-section.logislidessec .logislides .owl-dots .owl-dot span {
  width: 23px;
  height: 23px;
  background-color: white;
  border: 1px solid #505edd;
}
.logi-section.logislidessec .logislides .owl-dots {
  position: fixed;
  left: calc(1280px - 0px);
  bottom: calc(665px - 0px);
}
.logi-section.logislidessec .logislides .owl-dots .owl-dot.active span {
  background: linear-gradient(
    129deg,
    rgba(156, 84, 173, 1) 0%,
    rgba(83, 37, 176, 1) 50%,
    rgba(79, 107, 232, 1) 100%
  );
  border: 1px solid #505edd;
}
.logi-slider .owl-carousel .owl-nav .owl-prev,
.logi-slider .owl-carousel .owl-nav .owl-next {
  font-size: 20px;
  background-image: linear-gradient(45deg, #520e91, #a03cc7 50%, #e28c7c 100%);
  width: 50px;
  height: 40px;
}
.logi-slider .owl-carousel .owl-nav .owl-prev span,
.logi-slider .owl-carousel .owl-nav .owl-next span {
  font-size: 50px;
  font-weight: 600;
  color: white;
}
.logi-slider .owl-carousel .owl-dots .owl-dot.active span,
.logi-slider .owl-carousel .owl-dots .owl-dot:hover span {
  background: #7422a8;
}
.logi-section .customslider .owl-stage-outer {
  overflow: visible;
  clip-path: polygon(0% 0, 130% 0, 130% 100%, 0% 100%);
}
.logi-slider.logi-section {
  overflow: hidden;
}
.logi-slider .owl-theme .owl-nav {
  display: none;
}
.logi-slider .owl-theme .owl-dots {
  margin-top: 10px;
}
.logi-usp .below-row {
  position: relative;
}
.logi-usp .below-row::before {
  content: "";
  background-image: url(../image/abstract-iridescent-round.webp);
  width: 100%;
  position: absolute;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: -175px;
  max-width: 250px;
  transform: rotate(346deg);
}
.d-none-desktop {
  display: none;
}
.rg_section {
  position: relative;
  overflow-x: clip;
}
.rg_section_bg {
  background-size: cover;
}
.rg_section100 {
  height: 100vh;
}
.rg_section100,
.rg_section_overlay {
  height: 100% !important;
  min-height: 854px;
}
.rg_section100,
.rg_section_overlay {
  height: 100% !important;
  min-height: 854px;
}
.rg_section100 {
  align-content: center;
}
.home .rg_section_overlay {
  position: absolute;
}
.rg_hero_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
.home .rg_hero_content {
  position: relative;
  top: 0;
}
.img-el-1 {
  position: absolute;
  left: 20%;
  top: 20%;
}
.img-el-2 {
  position: absolute;
  right: 18%;
  top: 15%;
}
.img-el-3 {
  position: absolute;
  left: 8%;
  bottom: 20%;
}
.img-el-4 {
  position: absolute;
  right: 41%;
  bottom: 25%;
}

.home .img-el-1 {
  left: 6%;
  top: auto;
  bottom: -140px;
  max-width: 170px;
}
.home .img-el-2 {
  right: auto;
  top: 29%;
  max-width: 122px;
  left: -80px;
}
.home .img-el-3 {
  right: auto;
  left: 124px;
  bottom: auto;
  right: auto;
  z-index: -1;
  max-width: 90px;
  top: 10%;
}
.home .img-el-4 {
  right: auto;
  bottom: -70px;
  max-width: 90px;
  left: 130px;
}
.home .img-el-5 {
  top: -30px;
  position: absolute;
  right: 14%;
  max-width: 130px;
}
.service-banner .element img,
.about-banner .element img,
.contact-us .element img {
  /* position: relative;
    max-width: 250px; */
  animation: jump 3s infinite;
}
.content_and_image_group .image-element.floating-right img {
  top: 28%;
  right: 0%;
}
.content_and_image_group .overall-button-wrapper a {
  background: #fff;
  box-shadow: #5325b040 0px 6px 20px 0px;
  padding: 13px 60px 13px 28px;
  border-radius: 50px;
  font-size: 24px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  color: #070707;
  position: relative;
}
.content_and_image_group .overall-button-wrapper a:hover,
#banner-404 .back-to-home:hover, #thank-you .back-to-home:hover {
  transform: translateY(-2px);
  box-shadow: #fff 0px 8px 25px;
  opacity: 0.9;
}
.content_and_image_group .overall-button-wrapper a::after {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  background-image: url(../image/black-stars.png);
  background-repeat: no-repeat;
  right: 26px;
  top: 12px;
}
.content_and_image_group .overall-button-wrapper {
  margin: auto;
  width: auto;
}
.service-banner .small-heading {
  font-family: "Exo", sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
.service-banner .banner-content {
  width: 50%;
  color: #fff;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.about-banner .banner-content {
  color: #fff;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  position: absolute;
  top: 5%;
  font-family: "Rubik", san-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.breadcrumbs a {
  color: #fff;
}
@keyframes jump {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}
.rig-hero-title h1.banner-main-heading {
  font-weight: 700;
  font-size: 136px;
  line-height: 1.4;
  -webkit-text-stroke: #fff 2px;
  color: transparent;
  font-family: Exo;
  text-transform: uppercase;
  filter: drop-shadow(0 0 6px #eee);
}
.home .rig-hero-title h1.banner-main-heading {
  font-size: 13.5vw;
  line-height: 1.4;
  -webkit-text-stroke: #fff 3.62px;
  color: #fff9;
  filter: drop-shadow(0 0 6px #eee);
}
.home .rig-hero-title h1.banner-main-heading .highlight,
.home .rig-hero-title h1.banner-main-heading .highlight .element {
  display: inline;
  position: relative;
}
.home .rig-hero-title h1.banner-main-heading .highlight {
  color: transparent;
  z-index: 2;
}
.home .rig-hero-title h1.banner-main-heading .highlight .glass {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  filter: blur(10px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
.launch_offer_group,
.cta-section,
.contact-section {
  padding-block: 100px;
}
.contact_section_group {
  padding-block: 75px 45px;
}
.logi-why-us .man-sitting{
	animation: jump 3s infinite;
}
.image-element.floating-right img {
  position: absolute;
  top: -15%;
  right: 10%;
  animation: jump 3s infinite;
}
.launch_offer_group .content {
  padding-bottom: 50px;
}
.launch_offer_group .icon-heading {
  color: #520e91;
  background-image: linear-gradient(45deg, #520e91, #a03cc7 50%, #e28c7c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
}
.launch_offer_group .col-lg-4 img {
  animation: spin 10s linear infinite;
}
.home .logi-section.logislidessec .spring{
	animation: jump 3s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logi-why-us {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.logi-why-us h2 {
  font-family: "Exo", sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
.logi-why-us .image-element img {
  position: absolute;
  top: -5%;
  right: 15%;
  animation: jump 3s infinite;
}
.logi-why-us .content {
  width: 71%;
}
.logi-why-us .content p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 22px;
}
.logi-why-us .feature-box img {
  padding-bottom: 25px;
  max-width: 90px;
  max-height: 90px;
}
.logi-why-us .feature-box .feature-title {
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 00.1px;
}
.logi-why-us .feature-box .feature-desc {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.cta-heading.heading_2 {
  font-size: 73px;
}
.cta-left .cta-button,
.boxes_layout_group .overall-button-wrapper a,
.cta-section .cta-button {
  background: linear-gradient(90deg, #3d27c1 0%, #6f25ac 100%);
  box-shadow: 0px 6px 20px 0px #5325b040;
  padding: 13px 60px 13px 28px;
  border-radius: 50px;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.boxes_layout_group .overall-button-wrapper {
  margin-top: 40px;
}
.heading_2.new {
  background-image: linear-gradient(
    255.82deg,
    #812182 18.48%,
    #a03cc7 59.24%,
    #e28c7c 100%
  );
}
.cta-left .cta-button:after,
.boxes_layout_group .overall-button-wrapper a:after,
.cta-section .cta-button:after {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  background-image: url("https://logi5labs.com/wp-content/uploads/2025/10/stars.png");
  background-repeat: no-repeat;
  right: 26px;
  top: 12px;
}
.contact-section .heading_2,
.map-locator .heading_2 {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.4;
  color: transparent;
  font-family: Exo;
  text-transform: uppercase;
  background: -webkit-linear-gradient(
    84.74deg,
    #8d14ff 4.69%,
    #ffdfdf 55.91%,
    #ff00fc 107.12%
  );
  -webkit-background-clip: text;

  -webkit-text-stroke: 4px transparent;
  color: #180e3c;
  -webkit-text-fill-color: unset;
}
.contact-section .heading_2 {
  font-size: 80px;
  line-height: 1;
  background: -webkit-linear-gradient(
    180deg,
    #8d14ff 4.69%,
    #ffdfdf 55.91%,
    #ff00fc 107.12%
  );
  -webkit-background-clip: text;

  -webkit-text-stroke: 4px transparent;
  width: 85%;
}
.contact-section p {
  font-size: 22px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.contact-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.launch_offer_group .image-found {
  text-align: center;
}
.wpcf7 {
  /* background-color: #1a0f30;  */
  padding: 40px 40px 30px;
  border-radius: 8px;
  color: #e0e0e0;
  max-width: 900px;
  margin: 0 auto;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  */
  position: relative;
  overflow: hidden;
}
.two-column-row input {
  width: 98% !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}

.wpcf7 label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #e0e0e0;
  font-weight: 500;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #7c7c7c;
  background-color: transparent;
  color: #e0e0e0;
  font-size: 17px;
  outline: none;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-bottom-color: #9333ea;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgb(255, 255, 255);
}

.wpcf7 select {
  /* background-image: url(''); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%239AA0C6' fill-rule='evenodd' d='M4.43 8.512a.75.75 0 0 1 1.058-.081L12 14.012l6.512-5.581a.75.75 0 0 1 .976 1.138l-7 6a.75.75 0 0 1-.976 0l-7-6a.75.75 0 0 1-.081-1.057' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 32px;
  padding-right: 30px;
  color: #e0e0e0;
}

.wpcf7 select option {
  background-color: #331f50;
  color: #e0e0e0;
}

.wpcf7 textarea {
  min-height: 100px;
  resize: vertical;
  padding-bottom: 20px;
}

.wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(90deg, #3d27c1 0%, #6f25ac 100%);
  box-shadow: 0px 6px 20px 0px #5325b040;
  padding: 13px 70px 13px 28px;
  border-radius: 50px;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
  border: none;
  transition: ease-in-out 0.2s;
  position: relative;
}

.wpcf7-form-control.wpcf7-submit:hover,
.cta-left .cta-button:hover,
.boxes_layout_group .overall-button-wrapper a:hover,
.cta-section .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(147, 51, 234, 0.6);
  opacity: 0.9;
}

.wpcf7-form-control.wpcf7-submit::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(https://logi5labs.com/wp-content/uploads/2025/10/stars.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 26px;
  top: 14px;
}
.home .wpcf7-form-control.wpcf7-submit::after {
  top: 14px;
}
.wpcf7-form p {
  text-align: left;
}
.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #dc3545;
  color: #fff;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #28a745;
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.9em;
  display: block;
  margin-top: 5px;
  text-align: left;
}
.two-column-row {
  display: flex;
  gap: 24px;
}
.footer-wrapper .col-wrapper ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 50px;
}
.copyright-wrap .col-wrapper ul {
  justify-content: flex-end;
  gap: 5px;
}
.copyright-wrap .col-wrapper ul li:nth-child(2) a {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-inline: 5px;
}
.footer-wrapper {
  padding-top: 66px;
  padding-bottom: 0px;
}
.footer-wrapper h3 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #5325b0;
}
.footer-wrapper ul li a {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.footer-wrapper ul li a:hover {
  color: #f9b24f;
}
.footer-wrapper .col-wrapper.first ul {
  flex-direction: column;
  margin-bottom: 50px;
}
.footer-wrapper .social-icons {
  display: flex;
  gap: 30px;
}
.footer-wrapper .social-icons a {
  color: #747474;
  font-size: 22px;
  color: negative;
}
.footer-copy p,
.footer-wrapper #nav_menu-5 ul li a {
  color: #747474;
}

/* About us styling*/

.logi-about .element {
  position: absolute;
  bottom: 0;
}

.logi-about .element img {
  position: relative;
  max-width: 250px;
  animation: jump 3s infinite;
}

.philosophy-section .philosophy-item p {
  line-height: 28px;
}

.philosophy-section .philosophy-item .heading-3 {
  font-size: 26px;
  font-weight: bold;
}

@keyframes jump {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.philosophy-section .philosophy-item {
  padding: 0px 20px 50px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #ac2dd4;
  border-radius: 8px;
  box-shadow: 0px 4px 3px #0000004a;
}

.philosophy-section .philosophy-item .philosophy-icon img {
  max-width: 150px;
  height: 150px;
  margin: auto;
  object-fit: contain;
}

.philosophy-section .philosophy-item {
  height: 100%;
}

.logi-usp {
  background-size: cover;
}

.logi-usp .usp-box img {
  max-width: 89px;
  padding-bottom: 50px;
}

.logi-usp .usp-box {
  background-color: #0f0927;
  height: 100%;
  padding: 69px 25px 28px 25px;
  border-radius: 10px;
}

.logi-usp .usp-box .heading-3 {
  font-size: 26px;
  font-weight: bold;
}

.logi-usp .usp-box p {
  font-size: 18px;
  color: #ffffffb1;
  font-weight: 300;
}

.logi-usp .usp-left {
  margin-top: -40px;
}

.logi-usp .heading_outline {
  font-size: 80px;
}

.heading_outline {
  font-weight: 800;
  line-height: 90px;
  -webkit-text-stroke: #fff 2px;
  color: transparent;
  font-family: Exo;
  text-transform: uppercase;
}

.logi-section {
  padding: 100px 0;
}

.logi-usp .upper-row .content * {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
}

.logi-usp .upper-row .content {
  padding-bottom: 80px;
}

/* Contact us Styling */

.single-page .rig-hero-title h1.banner-main-heading {
  font-size: 180px;
}

.single-page .heading_4 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact_section_group .heading_2 {
  text-transform: uppercase;
  font-size: 48px;
  background-image: linear-gradient(
    255.82deg,
    #520e91 18.48%,
    #a03cc7 59.24%,
    #e28c7c 100%
  );
}

.contact_section_group {
  .wpcf7 input[type="text"]::placeholder,
  .wpcf7 input[type="email"]::placeholder,
  .wpcf7 input[type="tel"]::placeholder,
  .wpcf7 select,
  .wpcf7 textarea::placeholder {
    color: #747474;
  }
  .wpcf7 select option {
    background: unset;
    color: #747474;
  }
  .wpcf7-form-control.wpcf7-submit {
    padding: 10px 148px;
  }
  .wpcf7-form-control.wpcf7-submit::after {
    right: 101px;
  }
  .text-start {
    text-align: center !important;
  }
}
.contact-details-section .icon-item {
  list-style: none;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.contact-details-section .box-wrapper {
  display: flex;
  gap: 25px;
}
.contact-details-section {
  padding-block: 50px;
}
.contact-details-section .contact-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  min-width: 410px;
  min-height: 350px;
}
.contact-details-section .icon-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.contact-details-section .icon-info p,
.contact-details-section .icon-info a {
  font-size: 22px;
  color: #000;
}
.map-locator .heading_2 {
  font-size: 92px;
  /* background: linear-gradient(84.74deg, #8D14FF 4.69%, #FFDFDF 55.91%, #FF00FC 107.12%); */
  background: -webkit-linear-gradient(
    332deg,
    #8d14ff 4.69%,
    #ffdfdf 55.91%,
    #ff00fc 107.12%
  );
  -webkit-background-clip: text;
}
.map-locator {
  padding-top: 67px;
  padding-bottom: 800px;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-el-ball {
  position: absolute;
  right: 38%;
  bottom: 25%;
  animation: jump 3s infinite;
}
.rg_hero_content {
  max-width: 1340px;
}
.page-template-policy-template .rig-hero-title p {
  font-size: 22px;
  color: #fff;
}
.policy-page .img-el-ball {
  top: 20%;
  bottom: unset;
  z-index: 0;
}
.page-template-policy-template h2 {
  color: #520e91;
  background: linear-gradient(
    85.54deg,
    #9c54ad 2.61%,
    #5325b0 43.93%,
    #4f6be8 94.43%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 56px;
  font-weight: bold;
  font-family: "Exo", sans-serif;
}
.page-template-policy-template .logi-content {
  padding-top: 30px;
  padding-bottom: 80px;
}
.page-template-policy-template .content > p {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-template-policy-template .content > h2 {
  margin-top: 50px;
}
.page-template-policy-template .rig-hero-title h1.banner-main-heading {
  font-size: 115px;
}
.page-template-policy-template .breadcrumbs {
  z-index: 1;
}
.blog .rig-hero-title h1.banner-main-heading {
  font-size: 170px;
}
#banner-404 .back-to-home, #thank-you .back-to-home {
  background: #fff;
  box-shadow: 0px 6px 20px 0px #5325b040;
  padding: 13px 80px 13px 28px;
  border-radius: 50px;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #070707;
  position: relative;
}
#banner-404 .button-wrapper {
  margin-top: 90px;
}
.back-to-home:after {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  background-image: url(https://logi5labs.com/wp-content/uploads/2025/10/black-stars.png);
  background-repeat: no-repeat;
  right: 26px;
  top: 12px;
}
.latest-posts-section {
  padding: 100px 0px;
  background: #f9f9f9;
}
.latest-posts-section .section-title {
  color: #520e91;
  background-image: linear-gradient(
    85.54deg,
    #9c54ad 2.61%,
    #5325b0 43.93%,
    #4f6be8 94.43%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  font-family: "Exo", sans-serif;
  margin-bottom: 45px;
}
.latest-posts-section .posts-grid {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
  gap: 20px;
  /* max-width: 1200px; */
  margin: 0 auto;
}
.latest-posts-section .post-card {
  /* background: #fff; */
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  flex: 0 0 32%;
}
.latest-posts-section .post-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 6px 20px rgba(0,0,0,0.1); */
}
.latest-posts-section .post-thumbnail {
  width: 100%;
  height: 405px;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
  transition: 0.3s;
}
.latest-posts-section .post-card:hover .post-thumbnail {
  border-radius: 30px 30px 30px 30px;
}
.latest-blogs-section {
  padding: 100px 0;
  background: #fff;
}
.latest-posts-section .post-content {
  padding-top: 20px;
}
.latest-posts-section .post-title a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 23px;
}
.latest-posts-section .post-title a:hover {
  color: #5325b0;
}
.latest-posts-section .post-excerpt {
  margin: 10px 0 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}
.latest-posts-section .read-more {
  display: inline-block;
  color: #7d40af;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  transition: color 0.3s ease;
}
.latest-posts-section .owl-dots{
	position: absolute;
    top: -100px;
    right: 0px;
}
.latest-posts-section .owl-theme .owl-dots .owl-dot.active span, .latest-posts-section .owl-theme .owl-dots .owl-dot:hover span{
	background: linear-gradient(85.54deg, #9C54AD 2.61%, #5325B0 43.93%, #4F6BE8 94.43%);
}
.latest-posts-section .owl-theme .owl-dots .owl-dot span{
	height: 20px;
	width: 20px;
}
.latest-posts-section .owl-theme .owl-dots .owl-dot span{
	border: 1px solid #505EDD;
	background: #FFF;
}
.page-numbers {
  color: #000;
}
.latest-posts-section .read-more:hover,
.post-tags a:hover,
.page-numbers:hover {
  color: #5325b0;
}
.post-tags {
  padding: 6px 25px;
  background: #a7d8f8;
  color: #372d77;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
}
.post-tags {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-page:after {
  position: absolute;
  content: "";
  background: url("../image/img-el-ball.png");
  height: 92px;
  width: 92px;
  right: 38%;
  bottom: 25%;
  animation: jump 3s infinite;
}
.page-template-policy-template .rig-hero-title h1.banner-main-heading {
  font-size: 160px;
}
.page-id-323.page-template-policy-template
  .rig-hero-title
  h1.banner-main-heading {
  font-size: 105px;
}
.page-template-service .rig-hero-title h1.banner-main-heading {
  font-size: 130px;
}
.page-id-326.page-template-policy-template
  .rig-hero-title
  h1.banner-main-heading {
  -webkit-text-stroke: #a03cc7 2px;
  filter: drop-shadow(0 0 6px pink);
}
.page-id-326.page-template-policy-template .policy-page .img-el-ball {
  top: unset;
  bottom: 20%;
  right: 20%;
}
/* Single post */

.single-post-section {
  padding: 50px 0;
  background: #fff;
  font-family: "Inter", sans-serif;
}
.single-post .rg_section100,.single-post .rg_section_overlay, .blog .rg_section100, .blog .rg_section_overlay{
	min-height: 150px;
}
.single-post .breadcrumbs, .blog .breadcrumbs{
	margin-top: 50px;
}
.rg_hero_content {
  max-width: 1250px;
}
.single-post-section .container {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}
.sidebar-wrapper .post-card {
    display: flex;
    flex-direction: row;
	justify-content: center;
    align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	border-radius: 0;
}
.sidebar-wrapper{
	margin-left:130px;
}
.sidebar-wrapper .post-content{
	padding-top: 0px;
}
.single-post .main-content .sidebar-wrapper .sidebar-title h4{
	color: #520e91;
    background-image: linear-gradient(85.54deg, #9c54ad 2.61%, #5325b0 43.93%, #4f6be8 94.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    font-family: "Exo", sans-serif;
	margin-bottom: 20px;
}
.single-post .latest-posts-section .section-title{
	font-size: 40px;
}
.sidebar-wrapper .post-card:hover .post-thumbnail {
    border-radius: 0px;
}
.sidebar-wrapper .post-thumbnail{
	width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 0;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #777;
}

.breadcrumbs a:hover {
  color: #f2ac61;
  text-decoration: none;
}

.featured-image {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  min-height: 535px;
  object-fit: cover;
  display: block;
}

.post-header {
  margin-bottom: 25px;
}

.post-title {
  color: #6c63ff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-meta {
  color: #777;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.share-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-link a {
  color: #6c63ff;
  font-size: 18px;
  transition: 0.3s;
}

.share-link a:hover {
  color: #4b45cc;
}

.post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.post-content p {
  margin-bottom: 20px;
}
.single-post .main-content {
  padding-block: 50px;
}
.single-post .main-content h4,
.single-post .main-content p {
  color: #171313;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}
.single-post .main-content h4 {
  font-weight: bold;
	margin-top: 0px;
}
.single-post .post-content  span{
	display: block;
	text-align: justify;
	margin: 15px 0;
}
.sidebar-wrapper .post-title a, .sidebar-wrapper .post-title {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
	margin-bottom: 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  z-index: 99999;
}
.logo img {
  min-height: 54px;
}

.menu-toggle {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #00000026;
  border-radius: 50px;
  padding: 10px;
}
.menu-toggle span {
  background: #fff;
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: 0.5s ease-in-out;
}
.menu-toggle span:first-child {
  background: linear-gradient(90deg, #00000000 30%, rgba(255, 255, 255, 1) 0%);
}
.menu-toggle span:last-child {
  background: linear-gradient(90deg, #fff 70%, #00000000 0%);
}
.menu-toggle.clicked span {
  display: none;
}
.menu-toggle.clicked span:last-child {
  background: #fff;
  transform: rotate(48deg);
  display: block;
  transform-origin: 18px -1px;
}
.menu-toggle.clicked span:first-child {
  background: #fff;
  transform: rotate(135deg);
  display: block;
  transform-origin: 11px 4px;
}
.menu-toggle.clicked span {
  width: 80%;
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: radial-gradient(circle at 30% 10%, #4e0187, #150038 80%); */
  background: url("../image/menu-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 60px;
  overflow-y: auto;
  z-index: 999;
  overflow: hidden;
  background-position-y: 88%;
}
.overlay-menu:before {
  position: absolute;
  content: "";
  height: 110px;
  width: 110px;
  background-image: url("../image/img-el-ball.png");
  left: 10%;
  top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: spiral 3s infinite;
}
.overlay-menu:after {
  position: absolute;
  content: "";
  height: 110px;
  width: 110px;
  background-image: url("../image/spiral.png");
  right: 45%;
  bottom: 34%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: spiral-reverse 3s infinite;
}
@keyframes spiral-reverse {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1);
    filter: brightness(1);
  }

  25% {
    transform: translateY(10px) rotate(-3deg) scale(1.05);
    filter: brightness(1.05);
  }

  50% {
    transform: translateY(15px) rotate(3deg) scale(1.1);
    filter: brightness(1.1);
  }

  75% {
    transform: translateY(10px) rotate(-3deg) scale(1.05);
    filter: brightness(1.05);
  }

  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
    filter: brightness(1);
  }
}

@keyframes spiral {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1);
    filter: brightness(1);
  }

  25% {
    transform: translateY(-10px) rotate(3deg) scale(1.05);
    filter: brightness(1.05);
  }

  50% {
    transform: translateY(-15px) rotate(-3deg) scale(1.1);
    filter: brightness(1.1);
  }

  75% {
    transform: translateY(-10px) rotate(3deg) scale(1.05);
    filter: brightness(1.05);
  }

  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
    filter: brightness(1);
  }
}

.overlay-menu.open {
  /* display: flex;  */
  /* animation: faderight 0.8s ease-in-out; */
  animation: fadeDown 0.8s forwards;
  justify-content: space-between;
  transform: translateY(0);
  z-index: 999;
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.overlay-menu.close {
  animation: fadeUp 0.8s ease-in;
}
.overlay-menu {
  display: block;
  transform: translateY(-900px);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}

@keyframes fadeUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.overlay-close {
  position: absolute;
  top: 2%;
  right: 8%;
  font-size: 32px;
  cursor: pointer;
  color: #fff;
}

.overlay-menu-items {
  list-style: none;
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  margin: 0 0 80px;
  padding: 0;
}
.overlay-menu-items li a {
  color: #ccc;
  text-decoration: none;
  font-size: 28px;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}
.overlay-menu-items li:first-child a {
  color: #f9b24f;
}
.overlay-menu-items li a:hover {
  color: #f9b24f;
}

.overlay-footer {
  width: 100%;
  margin-top: 150px;
  max-width: 1280px;
  margin-inline: auto;
}
.menu-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 170px;
}
.menu-column {
  text-align: left;
}
.menu-column h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.menu-column p,
.menu-column a {
  color: #ddd;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.social-links a {
  color: #ccc;
  margin-right: 15px;
  font-size: 18px;
  transition: color 0.3s ease;
}
.social-links a:hover {
  color: #f9b24f;
}

.overlay-menu .header-menu {
  list-style: none;
  display: flex;
  gap: 165px;
  margin-top: 265px;
  padding-left: 0;
  max-width: 1280px;
  margin-inline: auto;
}
.overlay-menu .header-menu li a {
  font-family: "Exo", sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transform: 0.3s ease-in;
}
.overlay-menu .header-menu li a:hover {
  color: #f2ac61;
}
.overlay-nav {
  width: 100%;
}

/* Initially, the .main-header has no background */
.main-header {
  transition: all 0.8s ease-in-out;
}

/* When the page is scrolled more than 100px, the .scrolled class will be added */
.main-header.scrolled {
  background: #1e024e;
  backdrop-filter: blur(300px);
}
body.hide-scroll {
  overflow: hidden;
}
body.hide-scroll .main-header.scrolled {
  background: transparent;
  backdrop-filter: unset;
}

/* Homepage */

.boxes_layout_group {
  padding-block: 100px 150px;
}
.boxes_layout_group .image-element.floating-right img {
  position: absolute;
  top: -7%;
  right: 2%;
  animation: spiral-reverse 3s infinite;
}
.boxes_layout_group .content p {
  width: 70%;
  font-size: 22px;
}
/* .boxes_layout_group .box_wrapper{
    padding: 50px 20px;
    border: 1px solid;
    border-image: linear-gradient(90deg, #ff0000, #0000ff);
    border-image: linear-gradient(180deg, #AC2DD4 0%, #59176E 100%);
    border-image-slice: 1;
    border-radius: 10px;
} */
.boxes_layout_group .box_wrapper {
  position: relative;
  border-radius: 20px;
  padding: 1px; /* Border thickness */
  background: linear-gradient(180deg, #ac2dd4 0%, #59176e 100%);
  margin: 8px;
  min-height: 453px;
}
.boxes_layout_group .box_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(180deg, #ac2dd4 0%, #59176e 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /* Masks out the inside */
  mask-composite: exclude;
  pointer-events: none;
}
.boxes_layout_group .box_wrapper > .inner {
  background: #fff; /* Inner background */
  border-radius: 19px;
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  min-height: 453px;
}
.boxes_layout_group .box_wrapper .icon-wrapper {
  margin-bottom: 50px;
}
.boxes_layout_group .box_wrapper .box-heading h4,
.boxes_layout_group .box_wrapper .box-description {
  margin-bottom: 20px;
}
.boxes_layout_group .box_wrapper .button-wrapper a,
.content_and_image_group .button-wrapper a {
  padding-left: 0;
  position: relative;
  transition: 0.3s ease-in-out;
}
.boxes_layout_group .box_wrapper .box-heading h4 {
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.boxes_layout_group .box_wrapper .box-description {
  font-family: "Rubik", sans-serif;
  font-size: 19px;
  color: #848484;
}
.boxes_layout_group .box_wrapper .button-wrapper a:after,
.content_and_image_group .button-wrapper a:after {
  position: absolute;
  content: ">";
  right: -5px;
  top: 6px;
}
.boxes_layout_group .box_wrapper .button-wrapper a:after {
  color: #d47c8a;
}
.boxes_layout_group .box_wrapper .button-wrapper:hover a:after,
.content_and_image_group .button-wrapper:hover a:after {
  transform: translateX(5px);
  transition: 0.3s ease-in-out;
}
.boxes_layout_group .main-box-wrapper {
  gap: 0px;
}
.boxes_layout_group .image-element-2 img {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.boxes_layout_group .heading_2 {
  background-image: linear-gradient(
    85.54deg,
    #9c54ad 2.61%,
    #5325b0 43.93%,
    #4f6be8 94.43%
  );
}
.content_and_image_group {
  background-image: url(../image/image-content-bg-new.png);
  padding-block: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content_and_image_group .heading_2 {
  background-image: unset;
  background-image: linear-gradient(45deg, #fff, #fff 50%, #fff 100%);
  /* color: #FFF; */
  font-size: 70px;
  font-weight: 700;
  max-width: 60%;
}
.content_and_image_group .content > p {
  color: #fff;
  width: 60%;
  font-size: 22px;
  margin-bottom: 50px;
}
.content_and_image_group .heading > h4 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.content_and_image_group .description > p {
  color: #fff;
  margin-bottom: 20px;
}
.content_and_image_group .button-wrapper a {
  padding-left: 0;
  color: #fff;
  font-size: 15px;
  margin-bottom: 40px;
}
.content_and_image_group .box {
  border-bottom: 1px solid #ffffff53;
  margin-bottom: 40px;
}
.content_and_image_group .box-wrapper .box:last-child {
  border-bottom: none;
}
.content > p > a {
  color: #5325b0;
}
.contact-details-section .icon-info a:hover {
  color: #f9b24f;
}
.blog .nav-links{
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
@media only screen and (min-width:1140px) and (max-width:1980px){
	.home .rig-hero-title h1.banner-main-heading{
		font-size: 11.5vw;
	}
}
@media only screen and (min-width:768px){
	body{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1336px) {
  .container {
    max-width: 1140px;
  }
  .rig-hero-title h1.banner-main-heading {
    font-size: 115px;
  }
  .overlay-menu {
    padding-inline: 100px;
  }
  .overlay-menu .header-menu {
    gap: 135px;
  }
}
