@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Bebas Neue", sans-serif;
}
p{
    font-family: "Poppins", sans-serif;
}
.section{padding-top: 50px;}

/* header88888888888888888888 */

 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 31, 51, 0.8);
    z-index: 999;
}

.container {
    max-width: 1200px;
    margin: auto;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 180px;
}

/* Right side */
.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Social icons */
.social-icons {
    list-style: none;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/* Navigation */
.main-nav {
    display: flex;
    /* flex-direction: column; */
    gap: 30px;
}

.menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.btn-contact {
    background: #00a3c8;
    padding: 6px 14px;
    border-radius: 4px;
}

/* Icon menu */
.icon-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.icon-menu img {
    width: 28px;
    height: auto;
}

.menu-item {
  position: relative;
}

.menu-item > a {
  /* display: block; */
  /* padding: 10px 18px; */
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.menu-item > a:hover {
  color: #c43cc7;
}

/* Dropdown */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  background: #0a2a3f;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #e3eef7;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.dropdown li a:hover {
  background: #0f3b5a;
  color: #ffffff;
}

/* Hover Trigger */
.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Purple indicator line (like screenshot) */
.has-dropdown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #c43cc7;
  transition: width 0.3s ease;
}

.has-dropdown:hover::after {
  width: 100%;
}


.has-dropdown:hover .dropdown {
  transition-delay: 0.15s;
}

.dropdown {
  transition-delay: 0s;
}

     ul .text-pink a {color: #f705f7; font-weight:600;font-size: 15px;}
     ul .text-orange a {color: #ff8a38; font-weight:600;font-size: 15px;}
     ul .text-red a {color: #fc0404; font-weight:600;font-size: 15px;}
     ul .text-green a {color: #66fb30; font-weight:600;font-size: 15px;}
     ul .text-yellow a {color: #b5b000; font-weight:600;font-size: 15px;}
     ul .text-blue a {color: #64d6ff; font-weight:600;font-size: 15px;}

/* header-close8888888888888888/8 */
        


/* banner-start************Saakvee-cleanrooms-page-start****************** */
img{
    display: block;
    max-width: 100%;
}

.home-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
}

.home-banner .content {
    position: absolute;
    z-index: 20;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner .content a.banner-action {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-image: url(../images/blue-polygon.png);
    background-repeat: no-repeat;
    background-position: center;
    word-spacing: 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
}

.home-banner .video {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.home-banner .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .image {
    height: 100%;
    position: relative;
    z-index: 5;
}

.home-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gradient-bar {
        background-image: linear-gradient(to right, #041f33 0%, #018dbc 100%);
    height: 20px;
}

/* banner-end****************************************** */

/* tab-start  */
.tab-content{margin-bottom: -130px;}
.tab-buttons {
    list-style: none;
    display: flex;
    gap: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.tab-buttons li {
    color: #9bb3c5;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
}

.tab-buttons li.active {
    color: #fff;
}

.tab-buttons li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #00a3c8;
}

.tab-content {
    display: none;
    padding-top: 20px;
}

.tab-content p {
    color: #cfdce5;
    font-size: 14px;
    line-height: 1.7;
}

.tab-content.active {
    display: block;
}
/* tab-end  */

/* section 2-start  */
.odin-block-content-aside {
    padding: 80px 0;
    overflow-x: hidden;
}
.odin-section-heading small, .odin-section-heading .small {
    display: inline-block;
         background-image: linear-gradient(to right, #64d6ff 0%, #018dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.odin-section-heading strong {
    display: block;
    font-size: 40px;
    font-weight: 400;
}

.btn-primary{
    color: #fff;
      background-color: #018dbc;
    border-color: #018dbc;
    box-shadow: inset 0 1px 0 hsl(0 0% 100% / .15), 0 1px 1px rgb(0 0 0 / .075);
}
.odin-block-content-aside .image-cover:after {
    content: "";
    position: absolute;
   z-index: -1;
    top: 50px;
    left: 100px;
    right: -168px;
    bottom: -50px;
    background-color: #001f33;
}

/* section 2-end  */


/* *********************************header-start***************************************** */
ul.divisions-header-icons a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
a:hover {
    color: rgb(0, 94.4, 128.8);
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
ul.divisions-header-icons {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0 20px 0 0;
}
header#site-header.header-float {
    position: fixed;
}
header#site-header {
    z-index: 999;
    background-color: rgb(0 31 51 / .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header#site-header a.logo:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -35px;
    left: 0;
    right: 0;
    background-color: #001f33;
}
header#site-header .odin-menu#primary>li>a {
    color: #fff;
    position: relative;
    display: block;
    font-family: "Bebas Neue";
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}
.odin-menu a {
    display: block;
    text-decoration: none;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
}
header#site-header a.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 10px 10px 10px;
    height: 100px;
}
header#site-header a.logo img {
    max-width: 170px;
    height: auto;
    position: relative;
    z-index: 10;
    transform: translateY(10px);
}

/* *********************************header-end***************************************** */
/* *********************************section02-start***************************************** */

.odin-block-content-aside02 .image-cover:after {
    content: "";
    position: absolute;
   z-index: -1;
    top: 50px;
    left: -168px;
    right: 100px;
    bottom: -50px;
    background-color: #001f33;
}
/* *********************************section02-end***************************************** */

/* slidre  */
.floatsection {
  display: grid;
  font-family: Poppins, sans-serif;
  min-height: 100vh;
  width: 100%;
  justify-content: center;
  padding: 5rem 9%;
  place-items: center;
}
.heading {
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  margin: auto auto 3rem;
  text-align: center;
  width: 40%;
}
.merged-containerfs {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 1rem 1.5rem #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.containerfs {
  display: grid;
  height: 300px;
  margin: auto;
  overflow: hidden;
  place-items: center;
  width: 82%;
}
.slide-containerfs {
  -webkit-animation: scroll-left 20s linear infinite;
  animation: scroll-left 20s linear infinite;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 3000px;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slide-image {
  align-items: center;
  display: flex;
  height: 250px;
  width: 250px;
  padding: 15px;
  -webkit-perspective: 100px;
  perspective: 100px;
}
img {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 90%;
}
img:hover {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}
.merged-heading {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: -30px;
  margin-top: 20px;
  text-align: center;
}

/* slider-end  */

/* footer-start  */


.site-footer {
  background: linear-gradient(135deg, #061b2d, #0a2f4f);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding-top: 40px;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}

.footer-contact {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.footer-social a {
  color: #ffffff;
  margin-right: 12px;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #00c2ff;
}

.footer-col h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #cfd8e3;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #00c2ff;
}

.footer-group img {
  margin-top: 15px;
  width: 160px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  color: #cfd8e3;
}

.gradient-rainbow {
    height: 20px;
    background: linear-gradient(90deg, #0091c1 0%, #435db5 14%, #a213a5 30%, #df4bd4 47%, #ef723e 67%, #feef1b 83%, #66fb30 100%);
}







/* tab  */
.custom-tabs {
            display: flex;
            gap: 30px;
            list-style: none;
            border-bottom: 1px solid #ccc;
        }

        .custom-tabs li {
            cursor: pointer;
            padding-bottom: 8px;
            color: #888;
            position: relative;
        }

        .custom-tabs li.active {
            color: #000;
        }

        .custom-tabs li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #018dbc;
        }

        .tab-box {
            display: none;
            opacity: 0;
            transform: translateY(10px);
            transition: 0.4s ease;
        }

        .tab-box.active {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }

        .tab-box img {
            width: 50%;
        }

        /* tab  */


        
.has-dropdown02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #018dbc;
    transition: width 0.3s ease;}

    .has-dropdown02:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-dropdown02:hover::after {
  width: 100%;
}


.has-dropdown02:hover .dropdown {
  transition-delay: 0.15s;
}
        /* Saakvee-cleanrooms-page-end */


        

        /* cleanroom-solutions-page-start */

.clean-soln-btn01{background-color: #a412a5;}
.tab-buttons01 li.active::after {background-color: #00a3c8;}
.tab-buttons01 li{color:#ffff}

.odin-section-heading01 small, .odin-section-heading01 .small{
          color: #a412a5;
}
    .btn-primary01{
    color: #fff;
    background-color: #a412a5;
    border-color: #a412a5;
    box-shadow: inset 0 1px 0 hsl(0 0% 100% / .15), 0 1px 1px rgb(0 0 0 / .075);
}

.gradient-bar01 {
    background-image: linear-gradient(to right, #520752 0%, #a412a5 100%);
    height: 20px;
}

.home-banner .content a.banner-action01 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-image: url(../images/polygon.webp);
    background-repeat: no-repeat;
    background-position: center;
    word-spacing: 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);}

  .tab-buttons01 li.active::after{
        background-color: #a412a5;
  }
  .tab-buttons01 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #a412a5;
}
 .custom-tabs01 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #a412a5;
  }
  .tab-content{margin-bottom: -130px;}
.tab-buttons01 {
    list-style: none;
    display: flex;
    gap: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.tab-buttons01 li {
    color: #9bb3c5;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
}
.tab-buttons01 li.active {
    color: #fff;
}
.tab-buttons01 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #a412a5;
}
.tab-content01 {
    display: none;
    padding-top: 20px;
}
.tab-content01 p {
    color: #cfdce5;
    font-size: 14px;
    line-height: 1.7;
}
.tab-content01.active {
    display: block;
}
/* tab  */
.custom-tabs01 {
            display: flex;
            gap: 30px;
            list-style: none;
            border-bottom: 1px solid #ccc;
        }
        .custom-tabs01 li {
            cursor: pointer;
            padding-bottom: 8px;
            color: #888;
            position: relative;
        }
        .custom-tabs01 li.active {
            color: #000;
        }
        .custom-tabs01 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #a412a5;
        }
        /* tab  */
/* cleanroom-solutions-page-END */  

  /* iso-pod-page-start */

.clean-soln-btn02{background-color: #F56E28;}
.tab-buttons02 li.active::after {background-color: #00a3c8;}
.tab-buttons02 li{color:#ffff}

.odin-section-heading02 small, .odin-section-heading02 .small{
          color: #F56E28;
}
    .btn-primary02{
    color: #fff;
    background-color: #F56E28;
    border-color: #F56E28;
    box-shadow: inset 0 1px 0 hsl(0 0% 100% / .15), 0 1px 1px rgb(0 0 0 / .075);
}

.gradient-bar02 {
        background-image: linear-gradient(to right, #ff8a38 0%, #020c3b 100%);
    height: 20px;
}


.has-dropdown01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #F56E28;
    transition: width 0.3s ease;}

    .has-dropdown01:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-dropdown01:hover::after {
  width: 100%;
}


.has-dropdown01:hover .dropdown {
  transition-delay: 0.15s;
}

.home-banner .content a.banner-action02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-image: url(../isopod-img/polygon.png);
    background-repeat: no-repeat;
    background-position: center;
    word-spacing: 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);}

  .tab-buttons02 li.active::after{
        background-color: #F56E28;
  }
  .tab-buttons02 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #F56E28;
}
 .custom-tabs02 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #F56E28;
  }
  .tab-content{margin-bottom: -130px;}
.tab-buttons02 {
    list-style: none;
    display: flex;
    gap: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.tab-buttons02 li {
    color: #9bb3c5;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
}
.tab-buttons02 li.active {
    color: #fff;
}
.tab-buttons02 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #F56E28;
}
.tab-content02 {
    display: none;
    padding-top: 20px;
}
.tab-content02 p {
    color: #cfdce5;
    font-size: 14px;
    line-height: 1.7;
}
.tab-content02.active {
    display: block;
}
/* tab  */
.custom-tabs02 {
            display: flex;
            gap: 30px;
            list-style: none;
            border-bottom: 1px solid #ccc;
        }
        .custom-tabs02 li {
            cursor: pointer;
            padding-bottom: 8px;
            color: #888;
            position: relative;
        }
        .custom-tabs02 li.active {
            color: #000;
        }
        .custom-tabs02 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #F56E28;
        }
        /* tab  */
/* iso-pod-page-END */


 /* CLEANCUBE-start */

.clean-soln-btn03{background-color: #66fb30;}
.tab-buttons03 li.active::after {background-color: #66fb30;}
.tab-buttons03 li{color:#ffff}

.odin-section-heading03 small, .odin-section-heading03 .small{
          color: #66fb30;
}

    .btn-primary03{
    color: #fff;
    background-color: #66fb30;
    border-color: #66fb30;
    box-shadow: inset 0 1px 0 hsl(0 0% 100% / .15), 0 1px 1px rgb(0 0 0 / .075);
}

.gradient-bar03 {
        background-image: linear-gradient(to right, #66fb30 0%, #020c3b 100%);
    height: 20px;
}
.has-dropdown03::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #66fb30;
    transition: width 0.3s ease;}

    .has-dropdown03:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-dropdown03:hover::after {
  width: 100%;
}


.has-dropdown03:hover .dropdown {
  transition-delay: 0.15s;
}


.home-banner .content a.banner-action03 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-image: url(../cleancube-img/polygon.png);
    background-repeat: no-repeat;
    background-position: center;
    word-spacing: 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);}

  .tab-buttons03 li.active::after{
        background-color: #66fb30;
  }
  .tab-buttons03 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #66fb30;
}
 .custom-tabs03 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #66fb30;
  }
  .tab-content03{margin-bottom: -130px;}
.tab-buttons03 {
    list-style: none;
    display: flex;
    gap: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.tab-buttons03 li {
    color: #9bb3c5;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
}
.tab-buttons03 li.active {
    color: #fff;
}
.tab-buttons03 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #66fb30;
}
.tab-content03 {
    display: none;
    padding-top: 20px;
}
.tab-content03 p {
    color: #cfdce5;
    font-size: 14px;
    line-height: 1.7;
}
.tab-content03.active {
    display: block;
}

.menu-item > a:hover {
  color: #66fb30;
}


.btn-contact03 {
    background: #66fb30;
    padding: 6px 14px;
    border-radius: 4px;
}
/* tab  */
.custom-tabs03 {
            display: flex;
            gap: 30px;
            list-style: none;
            border-bottom: 1px solid #ccc;
        }
        .custom-tabs03 li {
            cursor: pointer;
            padding-bottom: 8px;
            color: #888;
            position: relative;
        }
        .custom-tabs03 li.active {
            color: #000;
        }
        .custom-tabs03 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #66fb30;
        }
        /* tab  */
/*CLEANCUBE-END */


/* guard-start */

.clean-soln-btn04{background-color: #b5b000;}
.tab-buttons04 li.active::after {background-color: #b5b000;}
.tab-buttons04 li{color:#ffff}

.odin-section-heading04 small, .odin-section-heading04 .small{
          color: #b5b000;
}

    .btn-primary04{
    color: #fff;
    background-color: #b5b000;
    border-color: #b5b000;
    box-shadow: inset 0 1px 0 hsl(0 0% 100% / .15), 0 1px 1px rgb(0 0 0 / .075);
}

.gradient-bar04 {
        background-image: linear-gradient(to right, #524c07 0%, #f1ea4a 100%);
    height: 20px;
}
.has-dropdown04::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #b5b000;
    transition: width 0.3s ease;}

    .has-dropdown04:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-dropdown04:hover::after {
  width: 100%;
}


.has-dropdown04:hover .dropdown {
  transition-delay: 0.15s;
}


.home-banner .content a.banner-action04 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-image: url(../cleancube-img/polygon.png);
    background-repeat: no-repeat;
    background-position: center;
    word-spacing: 100px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);}

  .tab-buttons04 li.active::after{
        background-color: #b5b000;
  }
  .tab-buttons04 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #b5b000;
}
 .custom-tabs04 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #b5b000;
  }
  .tab-content04{margin-bottom: -130px;}
.tab-buttons04 {
    list-style: none;
    display: flex;
    gap: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.tab-buttons04 li {
    color: #9bb3c5;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
}
.tab-buttons04 li.active {
    color: #fff;
}
.tab-buttons04 li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #b5b000;
}
.tab-content04 {
    display: none;
    padding-top: 20px;
}
.tab-content04 p {
    color: #cfdce5;
    font-size: 14px;
    line-height: 1.7;
}
.tab-content04.active {
    display: block;
}

.menu-item > a:hover {
  color: #b5b000;
}


.btn-contact04 {
    background: #b5b000;
    padding: 6px 14px;
    border-radius: 4px;
}
/* tab  */
.custom-tabs04 {
            display: flex;
            gap: 30px;
            list-style: none;
            border-bottom: 1px solid #ccc;
        }
        .custom-tabs04 li {
            cursor: pointer;
            padding-bottom: 8px;
            color: #888;
            position: relative;
        }
        .custom-tabs04 li.active {
            color: #000;
        }
        .custom-tabs04 li.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 2px;
            background: #b5b000;
        }
        /* tab  */





        /* .glow:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 15px;
    background-image: linear-gradient(to bottom, #b5b000, transparent);
    z-index: 10;
    opacity: .75;
}

.glow:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 15px;
    background-image: linear-gradient(to bottom, transparent, #b5b000);
    z-index: 10;
    opacity: .75;
} */
/*CLEANCUBE-END */



/* ***************************************************************************** */

.rte0101 ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url(../images/bullet-point.svg);
    background-size: contain;}

    
    .rte0101 ul:not([class]) li {
    position: relative;
    margin-bottom: 5px;
}

.rte0101 ul:not([class]) {
    list-style: none;
}



.rte01 ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url(../images/bullet-point-pink.svg);
    background-size: contain;}



    /* contact-us page  */
.contact-form {width: 90%;max-width: 600px;background-color: #ffffff;margin: 40px auto;padding: 30px;border: 2px solid #2C4A7A;border-radius: 8px;box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.contact-form h2 {text-align: center;color: #2C4A7A;margin-bottom: 20px;}
.form-group {margin-bottom: 15px;}
.form-group label {display: block;color: #2C4A7A;margin-bottom: 5px;font-weight: 600;}
.form-group input,
.form-group textarea {width: 100%;padding: 10px;border: 1px solid #ccc;border-radius: 4px;font-size: 16px;box-sizing: border-box;}
.form-group textarea {resize: vertical;height: 100px;}
.btn-submit {background-color: #F6C23E;color: #2C4A7A;border: none;padding: 12px 20px;width: 100%;border-radius: 4px;font-size: 16px;font-weight: bold;cursor: pointer;transition: background-color 0.3s;}
.btn-submit:hover {background-color: #e6b21c;}


