@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root{
    --primary-color: #00b0d5;
    --secondary-color: #3B82F6;
    --tertiary-color: #10B981;
    --quaternary-color: #EF4444;
    --background-color: #F3F4F6;
    --text-color: #111827;
    --border-radius: 8px;
    --font-family: 'Poppins', sans-serif;

        --first-color: #E3F8FF;
    --second-color: #DCFAFB;
    --third-color: #FFE8DF;
    --accent-color: #a1a1a1;
    --dark-color: #313131;
}

*{padding: 0; margin: 0;}

body{
  font-family: var(--font-family);
  /* padding-left: 10px;
  padding-right: 10px; */
}

/* From Uiverse.io by Mike11jr */ 
.btn {
 padding: 1.1em 2em;
 background: none;
 border: 2px solid #fff;
 font-size: 15px;
 color: #131313;
 cursor: pointer;
 position: relative;
 overflow: hidden;
 transition: all 0.3s;
 border-radius: 12px;
 background-color: #25D366 !important;
 font-weight: bolder;
 box-shadow: 0 2px 0 2px #000;
}

.btn:before {
 content: "";
 position: absolute;
 width: 100px;
 height: 120%;
 background-color: #000000;
 top: 50%;
 transform: skewX(30deg) translate(-150%, -50%);
 transition: all 0.5s;
}

.btn:hover {
 background-color: #333 !important;
 color: #fff;
 box-shadow: 0 2px 0 2px #0d3b66;
}

.btn:hover::before {
 transform: skewX(30deg) translate(250%, -50%);
 transition-delay: 0.1s;
 background-color: #ffee00;
}

.btn:active {
 transform: scale(0.9);
}
.home-page{padding-left: 10px; padding-right: 10px;}
footer{position: relative; float: left; width: 100%; margin-top: 50px;}
.homefooter .royal-max-footer{margin-top: 0;}
.custom-nav{border-radius: 50px !important;  backdrop-filter: blur(16px) saturate(180%);-webkit-backdrop-filter: blur(16px) saturate(180%);background-color: rgba(0,0,0,0.05) !important; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.custom-nav .navbar-brand{display: flex; justify-content: center;  text-align: center; align-items: center;}
.custom-nav .navbar-brand span{font-size: 14px; margin-left: 5px; font-weight: 600; color: #333;}
.custom-nav .brandname{font-size: 12px; margin: 0; line-height: 0; font-weight: bold; text-align: center; position: relative; top: -3px;}
.custom-nav .navbar-brand img{height: 40px; width: max-content; position: relative;}
.navb-brand{position: relative; top: 6px;}
.navbar-inner{display: flex !important; justify-content: space-between !important;}
.navbar-nav .nav-link.active {
  color: #007bff; /* Highlight color for active link */
  font-weight: bold; /* Optional: make the active link bold */
  border-bottom: 2px solid #007bff; /* Optional: add an underline for emphasis */
}
.custom-nav .nav-link{font-size: 14px; transition: 0.2s ease-in-out;}
.custom-nav .nav-link:hover{color: #28ca00;}
.fullpageheight{height: 100vh;}


.btn-prime{background-color: var(--primary-color) !important; color: #fff !important; font-weight: 600; border-radius: 50px !important;}
.btn-prime:hover{background-color: #222222 !important;}

.carousel-container{border-radius: 50px; overflow: hidden; --bs-gutter-x: 0rem !important; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; height: 500px;}

.carousel-item{position: relative;}
.carousel-item .inner{display: flex; padding: 50px; justify-content: space-evenly; align-items: center; position: relative;}
.carousel-item .inner .bntext label{font-family: "Roboto", sans-serif; font-size: 16px; color: #333; font-weight: 600;}
.carousel-item .inner .productimg img{width: 40%; filter: drop-shadow(0 0 0.75rem #333); 	animation: float 6s ease-in-out infinite; position: relative; right: 50px; top: 20px;}
.carousel-item .inner .productimg .bnimgsec{width: 35%; filter: drop-shadow(0 0 0.75rem #333); 	animation: float 6s ease-in-out infinite;}
.carousel-item .inner .productimg {display: flex; justify-content: end;}
.carousel-item .inner .bntext h1{font-size: 35px; color: #222222; font-weight: 700;}


.fisrtbanner{position: relative; overflow: hidden; padding-top: 100px; padding-bottom: 100px;}
.fisrtbanner .moleculel{width: 10%; position: absolute; animation: leftcircle 10s linear infinite; left: 0;}
.fisrtbanner .moleculer{width: 10%; position: absolute; animation: rightcircle 10s linear infinite; right: 0; bottom: 0;}

.circuit-wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  background-color: white;
}

 .social-icons {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .social-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: #666;
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .social-icon:hover {
            transform: translateY(-2px);
            color: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .social-icon.facebook:hover {
            background: #1877f2;
        }
        
        .social-icon.twitter:hover {
            background: #1da1f2;
        }
        
        .social-icon.youtube:hover {
            background: #ff0000;
        }
        
        .social-icon.phone:hover {
            background: #25d366;
        }
        
        .social-icon.mail:hover {
            background: #ea4335;
        }
        
        .social-icon i {
            font-size: 16px;
            transition: transform 0.3s ease;
        }
        
        .social-icon:hover i {
            transform: scale(1.1);
        }
        

.circuit-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 19px,
      rgba(75, 85, 99, 0.08) 19px,
      rgba(75, 85, 99, 0.08) 20px,
      transparent 20px,
      transparent 39px,
      rgba(75, 85, 99, 0.08) 39px,
      rgba(75, 85, 99, 0.08) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 19px,
      rgba(75, 85, 99, 0.08) 19px,
      rgba(75, 85, 99, 0.08) 20px,
      transparent 20px,
      transparent 39px,
      rgba(75, 85, 99, 0.08) 39px,
      rgba(75, 85, 99, 0.08) 40px
    ),
    radial-gradient(
      circle at 20px 20px,
      rgba(55, 65, 81, 0.12) 2px,
      transparent 2px
    ),
    radial-gradient(
      circle at 40px 40px,
      rgba(55, 65, 81, 0.12) 2px,
      transparent 2px
    );
  background-size:
    40px 40px,
    40px 40px,
    40px 40px,
    40px 40px;
}

.productimg {
  position: relative;
}

.royalmax01{background-color: #F0FAF0; padding-top: 50px; padding-bottom: 50px; margin-top: 100px; position: relative;}
.royalmax01 .leafl{width: 10%; position: absolute; left: 0; transform: scaleX(-1)}
.royalmax01 .leafr{width: 10%; position: absolute; right: 0; bottom: 0;}
.magicpattern {
  position: absolute;
  top: 50%;
  right: 0;
  width: 350px;
  height: 350px;

  border-radius: 50%; 
  transform: translateY(-50%);
  z-index: 0; 
  animation: blob 8s ease-in-out infinite;
  opacity: 0.9;
}

@keyframes leftcircle {
  from {
    transform: rotate(0deg); /* Starting state: no rotation */
  }
  to {
    transform: rotate(-360deg); /* Ending state: full 360-degree rotation */
  }
}

@keyframes rightcircle {
  from {
    transform: rotate(0deg); /* Starting state: no rotation */
  }
  to {
    transform: rotate(360deg); /* Ending state: full 360-degree rotation */
  }
}

/* Amoeba blob morphing animation */
@keyframes blob {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 40% 45% 55% 60%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
  50% {
    border-radius: 50% 50% 60% 40% / 60% 40% 60% 40%;
  }
  75% {
    border-radius: 70% 30% 40% 60% / 55% 65% 35% 45%;
  }
}




/* .home-sidebar label{font-size: 18px; font-weight: 600; color: #4b5966; border-bottom: 1px solid #333; width: 100%; font-family: var(--font-family);} */
.home-sidebar .nav-link{font-weight: 600; color: #757575; font-size: 14x;}
.home-sidebar .nav-link{text-align: left;}
.home-sidebar .nav-link.active{background-color: transparent !important; color: #000 !important; font-weight: 600; border-left: 4px solid var(--primary-color); border-radius: 0px !important;}
.section-title {position: relative;z-index: 1;}
.section-title.text-center .sub-title {padding-right: 15px;margin-bottom: 9px;}
.section-title.text-center .sub-title::after {left: auto;right: 0;}
.section-title .title {font-size: 60px;letter-spacing: -2.5px;margin-bottom: 0;line-height: 1.19;font-weight: 700;}
.section-title .overlay-title {position: absolute;left: 50%;top: -60px;transform: translateX(-50%);font-size: 200px;font-weight: 700;line-height: .75;color: #d5d5d5;letter-spacing: -3px;z-index: -1;}
.gallery{padding-top: 120px; font-family: var(--font-family);}


.catalogue{display: flex; flex-wrap: wrap; justify-content: space-around; gap: 10px;}
.card{width: 18rem; border-radius: 20px !important; border-color: transparent !important;}


       /* Hero Section */
        .royal-max-hero-section {
            background: linear-gradient(135deg, #2c5530 0%, #4a7c59 100%);
            color: white;
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            padding: 50px 20px;
        }
        
        .royal-max-hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="leaf" patternUnits="userSpaceOnUse" width="20" height="20"><path d="M10 2C15 2 18 8 18 12C18 16 15 18 10 18C5 18 2 16 2 12C2 8 5 2 10 2Z" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23leaf)"/></svg>') repeat;
        }
        
        .royal-max-hero-content {
            position: relative;
            z-index: 2;
        }
        
        .royal-max-hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .royal-max-hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }
        
        .royal-max-hero-badge {
            background: white;
            color: #2c3e50;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        

        /* CTA Button */
        .royal-max-cta-button {
            background: #d4af37;
            color: #2c3e50;
            border: none;
            padding: 15px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .royal-max-cta-button:hover {
            background: #b8941f;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
            color: #2c3e50;
        }
        
        /* Section Styling */
        .royal-max-section-padding {
            padding: 80px 0;
        }
        
        .royal-max-section-title {
            font-size: 2.5rem;
            font-weight: 600;
            color: #2c5530;
            margin-bottom: 1rem;
            position: relative;
        }
        
        .royal-max-section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: #d4af37;
        }
        
        .royal-max-section-subtitle {
            font-size: 1.2rem;
            color: #6c757d;
            margin-bottom: 3rem;
        }
        
        /* About Section */
        .royal-max-about-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: 1px solid rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .royal-max-about-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        
        .royal-max-about-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #8fbc8f, #4a7c59);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: white;
        }
        
        /* Why Choose Us Section */
        .royal-max-features-section {
            background: #f8f9fa;
            text-align: center;
        }

        .royal-max-research-section h4{text-align: center;}
        
        .royal-max-feature-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: 1px solid rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .royal-max-feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .royal-max-feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #8fbc8f, #4a7c59);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: white;
        }
        
        /* Research Section */
        .royal-max-research-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: 1px solid rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .royal-max-research-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        
        .royal-max-research-process-item {
            text-align: center;
            padding: 1rem;
            background: #f8f9fa;
            border-radius: 10px;
        }
        
        .royal-max-research-process-item i {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        
        /* Certifications Section */
        .royal-max-certifications-section {
            background: #f8f9fa;
        }
        
        .royal-max-cert-badge {
            background: white;
            border-radius: 15px;
            padding: 1.5rem;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }
        
        .royal-max-cert-badge:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .royal-max-cert-icon {
            font-size: 3rem;
            color: #d4af37;
            margin-bottom: 1rem;
        }
        
        /* Testimonials Section */
        .royal-max-testimonials-section {
            background: white;
        }
        
        .royal-max-testimonial-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin: 1rem 0;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .royal-max-testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .royal-max-testimonial-card::before {
            content: '"';
            position: absolute;
            top: -10px;
            left: 20px;
            font-size: 4rem;
            color: #8fbc8f;
            font-family: serif;
        }
        
        .royal-max-testimonial-text {
            font-style: italic;
            margin-bottom: 1rem;
            padding-left: 1rem;
        }
        
        .royal-max-testimonial-author {
            font-weight: 600;
            color: #2c5530;
            text-align: end;
        }
        
        .royal-max-testimonial-stars {
            color: #d4af37;
            margin-top: 0.5rem;
            text-align: center;
        }
        
        /* Expert Section */
        .royal-max-expert-section {
            background: #f8f9fa;
        }
        
        .royal-max-expert-card {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .royal-max-expert-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .royal-max-expert-avatar {
            width: 150px;
            height: 150px;
            background: linear-gradient(135deg, #2c5530, #4a7c59);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 2rem;
            font-size: 4rem;
            color: white;
        }
        
        .royal-max-expert-name {
            font-weight: bold;
            margin-bottom: 1rem;
            color: #2c5530;
        }
        
        .royal-max-expert-credentials {
            color: #6c757d;
            margin-bottom: 1rem;
        }
        
        /* Contact Section */
        .royal-max-contact-section {
            background: linear-gradient(135deg, #6c427b 0%, #523191 100%);
            color: white;
        }
        
        .royal-max-contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }
        
        .royal-max-contact-icon {
            width: 50px;
            height: 50px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            font-size: 1.2rem;
        }
        
        .royal-max-contact-form {
            background: rgba(255,255,255,0.1);
            padding: 2rem;
            border-radius: 1rem;
            backdrop-filter: blur(10px);
        }
        
        .royal-max-contact-form .form-control {
            background: rgba(255,255,255,0.9);
            border: none;
            border-radius: 10px;
            padding: 12px 15px;
        }
        
        .royal-max-contact-form .form-control:focus {
            background: white;
            box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
        }
        
        .royal-max-contact-submit-btn {
            background: #d4af37;
            border: none;
            color: #2c3e50;
            font-weight: bold;
            padding: 12px 30px;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .royal-max-contact-submit-btn:hover {
            background: #b8941f;
            transform: translateY(-2px);
        }


  /* Floating Action Button */
        .royal-max-floating-cta {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #25D366;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 15px 25px;
            font-weight: 600;
            box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
            z-index: 1000;
            transition: all 0.3s ease;
        }
        
        .royal-max-floating-cta:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 30px rgba(212, 175, 55, 0.6);
            color: #2c3e50;
        }

 
        /* Footer */
        .royal-max-footer {
            background: #1a1a1a;
            color: white;
            padding: 2rem 0;
        }
        
     /* .textcounter{color: #fff;} */
        /* Popup overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Popup content */
.popup-overlay .popup-content {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* Popup image */
.popup-overlay .popup-image {
    max-width: 100px;
    margin-bottom: 20px;
}

/* Close button */
.popup-overlay .btn-close {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #2AF598;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
        width: -webkit-fill-available !important;
}


.research{position: relative; overflow: hidden;}
.research .dnal{position: absolute; left: 0; top: 0; width: 10%; animation: leftcircle 10s linear infinite; opacity: 0.1; z-index: 0; font-size: 100px;}
.research .dnar{position: absolute; right: 0; bottom: 0; width: 10%; animation: rightcircle 10s linear infinite; opacity: 0.1; z-index: 0; font-size: 100px;}

#tsparticles {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: 0;
}

.product-page{
  background: #162561;
  background-image: radial-gradient(
      circle at 20% 100%,
      rgba(184, 184, 184, 0.1) 0%,
      rgba(184, 184, 184, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 99%
    ),
    linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  border-radius: 50px;
  height: auto;
  position: relative;
  float: left;
  width: 100%;

}

.productpgsection {
  display: grid;
  grid-template-columns: 50% 45%;
  place-items: center;
  gap: 60px;
  padding: 20px 60px;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  
}
.productpgsection h1{text-transform: uppercase;}
.productpgsection ul li{transition: 0.3s ease-in-out; text-align: justify;text-transform: capitalize;}


.ppglabel{background-color: #000; width: 100%; padding: 3px 10px; border-radius: 10px 10px 0 0; font-weight: 600; color: #fff; text-transform: uppercase !important;}
.productpgsection .content h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 36px;
  color: #fff;
}

.productpgsection .content p {
  font-size: clamp(0.9rem, 3vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}

.productpgsection .content button {
  background: #eaeaea;
  color: #202134;
  font-size: clamp(0.9rem, 4vw, 1rem);
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 8px 14px;
  border-radius: 7px;
  transform: scale(1);
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.productpgsection .content button:is(:hover, :focus) {
  transform: scale(0.98);
  background-color: #6f7aa6;
  color: #eaeaea;
}

/* SLIDER */

.productpgsection .swiper {
  position: relative;
  width: 400px;
  height: 490px;
}

.productpgsection .swiper-slide {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  user-select: none;
  border-radius: 20px;
}



.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.slide1 img{
  object-fit: cover;
}

.slide2 img{
  object-fit: contain;

}
/* .productpagelogo{position: absolute; right: 0; top: 0;}
.productpagelogo img{width: 100%;} */

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

/* Background blurred image */
.image-wrapper .bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* cover fills the container */
  filter: blur(20px); /* adjust blur strength */
  transform: scale(1.1); /* slightly zoom so edges don’t show */
  z-index: 1;
}

/* Main foreground image */
.image-wrapper .main-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain; /* keeps the image fully visible */
  z-index: 2;
}


.thelist ul li, .thelist ul li:before {
  transition: all .4s;
  
}
.thelist {
  max-width: 500px;
  margin: 2em auto;
  line-height: 1.5rem;
}
.thelist:hover ul li {
  opacity: .4;
}
.thelist ul{padding-left: 0;}
.thelist ul li {
  position: relative;
  display: block;
  max-width: 500px;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
.thelist ul li:before {
  content: "";
  position: absolute;
  left:0; bottom:0; top:0;
  width: 20px;
  background: #7F8C9A;
}
.thelist ul li:nth-child(even):before {
  background: #34495E;
}
.thelist ul li + .thelist ul li {
  border-top: 2px solid #ededed;
}
.thelist ul li:hover,
.thelist ul li:focus {
  opacity: 1;
  padding-left: 55px;
}
.thelist ul li:hover:before,
.thelist ul li:focus:before {
  width: 30px;
}

.productstabs-describe{position: relative; float: left; left: 0; width: 100%;}
.productstabs-describe .productdescribelogo{position: absolute; right: 0; bottom: 0;}
.productstabs-describe .productdescribelogo img{width: 60%;}
.productstabs-describe .nav-link.active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 50px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.productstabs-describe .nav-link{color: #053262}
 
.productstabs-describe .nav-tabs{padding: 12px 25px !important;}
.productstabs-describe .tab-pane{color: #757f95; font-size: 16px; font-weight: 500;}


.custom-card{width: 18rem; text-align: center; display: flex; justify-content: center;}
.custom-card img{width: 50%;}

 .gradient-bg {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #06b6d4 100%);
        }
        
        .hero-pattern {
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        

@media (min-width: 600px) and (max-width: 1400px){
  .contact-us .right-side{padding-left: 100px;}
}

@media (max-width: 1050px) {
  .productpgsection .swiper {
    width: 350px;
    height: 450px;
  }
}

@media (max-width: 930px) {

  .productpgsection{display: flex; flex-wrap: wrap; flex-direction: column-reverse;}

  .productpgsection .swiper {
    grid-area: slider;
  }

  .productpgsection .content {
    grid-area: content;
    text-align: center;
  }

  .productpgsection .content h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .social-icons {
                margin-top: 15px;
                justify-content: center;
            }
  .relatedproducts{justify-content: center !important; gap: 50px !important;}
  footer{font-size: 14px; text-align: center;}
}

@media (max-width: 991px) {  /* Bootstrap's lg breakpoint */
  .royal-max-contact-item a{font-size: 12px;}
  .social-icons {
    display: none;
  }
  .mobile-social-widget {
    position: fixed;
    right: 10px;
    top: 150px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    opacity: 0;              /* initially hidden */
    transform: translateX(50px); /* slide in from right */
    transition: all 0.5s ease;  /* smooth animation */
  }

  .mobile-social-widget .facebook { background: #1877F2; }
  .mobile-social-widget .youtube { background: #FF0000; }
  .mobile-social-widget .mail { background: #FBBC05; }

  /* Show widget */
  .mobile-social-widget.show {
    opacity: 1;
    transform: translateX(0);
  }

  .mobile-social-widget a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: 18px;
    transition: transform 0.2s;
  }

  .mobile-social-widget a:hover {
    transform: scale(1.1);
  }

  /* Close button */
  .mobile-social-widget .close-widget {
    align-self: flex-end;
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    font-size: 18px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 20px;
  }
}

/* Hide on desktop */
@media (min-width: 992px) {
  .mobile-social-widget {
    display: none;
  }
}


@media (max-width: 470px) {
  .productpgsection {
    padding: 10px;
  }
.catalogue{justify-content: center;}
.product-page{height: auto;}
.carousel-item .inner{flex-wrap: wrap;}
.productpgsection .swiper {
  position: relative;
  width: 80%;
}
.section-title .overlay-title{
  font-size: 65px;
}
.section-title .title{
  font-size: 30px;
}
.magicpattern{
        width: 230px;
        height: 200px;
        margin: auto;
        top: 60%;
}

.carousel-item.c2 .inner .productimg .bnimgsec{
  width: 50%;
}


.carousel-item .inner .bntext h1 {
  font-size: 18px;
  text-align: center;
}
.carousel-item .inner .bntext label{
  text-align: center;
}
.bntext{
  text-align: center;
}
.carousel-item .inner .productimg img{
 margin: auto;
 right: auto;
 width: 50%;
 top: 50px;
}
.royal-max-cta-button{
  font-size: 14px;
}
.royal-max-hero-badge{
  margin-top: 50px;
}
}

 @media (max-width: 768px) {
            .royal-max-hero-title {
                font-size: 2.5rem;
            }
            
            .royal-max-section-title {
                font-size: 1.5rem;
            }
            
            .royal-max-hero-section {
                padding: 60px 0;
            }
            
            .royal-max-section-padding {
                padding: 60px 0;
            }
            
            .royal-max-floating-cta {
                bottom: 20px;
                right: 20px;
                padding: 12px 20px;
            }
        }



.productbox {
 position: relative;
 width: 220px;
 height: 300px;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: 0.5s;
 z-index: 1;
 cursor: pointer;
 text-decoration: none;
}

.productbox .productimg{width: 40%; position: absolute; z-index: 3; transition: 0.3s ease-in-out;}

.productbox:hover .productimg{filter: drop-shadow(0 0 0.75rem #333); 	animation: float 3s ease-in-out infinite;}

.productbox::before {
 content: ' ';
 position: absolute;
 top: 0;
 left: 35px;
 width: 70%;
 height: 100%;
 text-decoration: none;
 background: #fff;
 border-radius: 8px;
 transform: skewX(15deg);
 transition: 0.5s;
}

.productbox::after {
 content: '';
 position: absolute;
 top: 0;
 left: 50px;
 width: 60%;
 height: 100%;
 background: #fff;
 border-radius: 8px;
 transform: skewX(15deg);
 transition: 0.5s;
 filter: blur(30px);
}

.productbox:hover:before,
.productbox:hover:after {
 transform: skewX(0deg) scaleX(1.3);
}

.productbox.p2:before,
.productbox.p2:after {
 background: linear-gradient(315deg, #ffbc00, #ffa600)
}

.productbox.p1:before,
.productbox.p1:after {
 background: linear-gradient(315deg, #00B0D5, #008CAA)
}

.productbox.p3:before,
.productbox.p3:after {
 background: linear-gradient(315deg, #AA37B4, #631D69)
}

.productbox.p4:before,
.productbox.p4:after {
 background: linear-gradient(315deg, #386546, #68995F)
}

.productbox.p5:before,
.productbox.p5:after {
 background: linear-gradient(315deg, #572259, #B92656)
}

.productbox.p6:before,
.productbox.p6:after {
 background: linear-gradient(315deg, #77BF48, #312E7B)
}
.productbox.p7:before,
.productbox.p7:after {
 background: linear-gradient(315deg, #724E41, #AA7F3E)
}

.productbox.p8:before,
.productbox.p8:after {
 background: linear-gradient(315deg, #DA417C, #B62962)
}

.productbox.p9:before,
.productbox.p9:after {
 background: linear-gradient(315deg, #802831, #302D65)
}

.productbox.p10:before,
.productbox.p10:after {
 background: linear-gradient(315deg, #392566, #7A327F)
}

.productbox.p11:before,
.productbox.p11:after {
 background: linear-gradient(315deg, #7C2D57, #f838ff)
}

.productbox.p12:before,
.productbox.p12:after {
 background: linear-gradient(315deg, #282F68, #ff0800)
}

.productbox.p13:before,
.productbox.p13:after {
 background: linear-gradient(315deg, #9B3B30, #000ecf)
}

.productbox.p14:before,
.productbox.p14:after {
 background: linear-gradient(315deg, #E20304, #200100)
}

.productbox.p15:before,
.productbox.p15:after {
 background: linear-gradient(315deg, #DC3036, #e5ff00)
}

.productbox.p16:before,
.productbox.p16:after {
 background: linear-gradient(315deg, #488B6B, #511854)
}

.productbox.p17:before,
.productbox.p17:after {
 background: linear-gradient(315deg, #8C3078, #2EA269)
}

.productbox.p18:before,
.productbox.p18:after {
 background: linear-gradient(315deg, #241B50, #ffc525)
}

.productbox.p19:before,
.productbox.p19:after {
 background: linear-gradient(315deg, #8B2C2C, #21774C)
}

.productbox.p20:before,
.productbox.p20:after {
 background: linear-gradient(315deg, #e4209c, #1300b9)
}

.productbox.p21:before,
.productbox.p21:after {
 background: linear-gradient(315deg, #e4209c, #00d640)
}


.productbox span {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 5;
 pointer-events: none;
}

.productbox span::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 0;
 border-radius: 8px;
 background: rgba(255, 255, 255, 0.1);
 backdrop-filter: blur(10px);
 opacity: 0;
 transition: 0.1s;
 animation: animate 2s ease-in-out infinite;
 box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.productbox span::before {
 top: -40px;
 left: 40px;
 width: 50px;
 height: 50px;
 opacity: 1;
}

.productbox span::after {
 content: '';
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
 border-radius: 8px;
 background: rgba(255, 255, 255, 0.1);
 backdrop-filter: blur(10px);
 opacity: 0;
 transition: 0.5s;
 box-shadow: 0 5px 15px rgba(0,0,0,0.08);
 animation-delay: -1s;
}

.productbox span:after {
 bottom: -40px;
 right: 40px;
 width: 50px;
 height: 50px;
 opacity: 1;
}

.productbox .content {
 position: relative;
 width: 100%;
 height: 280px;
 padding: 20px 0px;
 background: rgba(255, 255, 255, 0.05);
 backdrop-filter: blur(10px);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 border-radius: 8px;
 z-index: 1;
 transform: 0.5s;
 color: #fff;
 display: flex;
 justify-content: center;
 align-items: end;
 text-transform: none;
}

.productbox .content h2 {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  top: 5px;
  padding: 3px 5px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  color: #ffffff; /* static text color */
  overflow: hidden; /* to contain the shimmer */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
  background: none; /* no gradient animation anymore */
  filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
}

/* Glass background */
.productbox .content h2::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -16px;
  right: -16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15); /* frosted glass */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

/* Reflection shimmer overlay */
.productbox .content h2::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.3) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(25deg);
  z-index: 1;
  pointer-events: none;
  animation: shimmer 2.5s infinite;
}

/* Shimmer animation */
@keyframes shimmer {
  0% { transform: translateX(-100%) rotate(25deg); }
  100% { transform: translateX(600%) rotate(25deg); }
}

.productbox:hover .content h2 {
  background: none; /* remove gradient */
  -webkit-text-fill-color: #fff; /* solid white text */
  -webkit-background-clip: border-box;
  background-clip: border-box;
  animation: none; /* stop animation */
}

.productbox:hover .content h2::before {
  background: rgba(0, 0, 0, 0.6); /* black glass */
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@-webkit-keyframes aitf {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


.relatedproducts{display: flex; float: left; position: relative; width: 100%; justify-content: space-between; flex-wrap: wrap;}
.relatedproductsheading{position: relative; float: left; width: 100%; text-align: center; margin-bottom: 50px;}
.relatedproductsheading label{font-weight: 600;}

.contact-container {
      background: linear-gradient(135deg, #d86bff 0%, #523191 100%);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      width: 100%;
      padding: 10px;
      

    }


    .overlay-title.royal-distribution{font-size: 124px; margin-top: 20px;}

    .contact-container .map-container iframe {
      border: 0;
      width: 100%;
      height: 100%;
    }



    .contact-container .form-container h2 {
      font-weight: 700;
      margin-bottom: 20px;
      color: #ffffff;
    }

    .contact-container .form-control {
      border-radius: 10px;
      box-shadow: none;
      border: 1px solid #ccc;
    }

    .contact-container .form-group {
      position: relative;
      margin-bottom: 20px;
    }

    .contact-container .form-group i {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      color: #686868;
    }

    .contact-container .btn-submit {
      width: 100%;
      padding: 12px;
      border-radius: 12px;
      background: #78c0a8;
      border: none;
      color: #fff;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .contact-container .btn-submit:hover {
      background: linear-gradient(135deg, #1b5e20, #388e3c);
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
      color: #fff;
    }


    
    .team-container .team-title {
      text-align: center;
      font-weight: 700;
      margin-bottom: 30px;
      color: #2e7d32;
      text-transform: uppercase;
    }
    .team-container .card {
      border: none;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      transition: all 0.3s ease-in-out;
      width: 100%;
    }
    .team-container .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
    .team-container .card-body {
      padding: 25px;
    }
    .team-container .card h5 {
      font-weight: 700;
      margin-bottom: 10px;
      color: #2e7d32;
      font-size: 14px;
    }
    .team-container .card p {
      margin-bottom: 6px;
      color: #444;
    }
    .team-container .contact-info i {
      color: #2e7d32;
      margin-right: 8px;
    }

    .marketing-team{
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      border-radius: 20px;
      padding: 20px
    }

    .team-card{position: relative;}
    /* .call-now{text-align: end;} */


    /* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
  background: #25D366;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}



/* From Uiverse.io by andrew-demchenk0 */ 
.mkteam-card {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.mkteam-card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 25px;
}

.card__img {
  height: 50px;
  width: 100%;
}

.card__img svg {
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.card__avatar {
  position: absolute;
  width: 79px;
  height: 79px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(30% - 57px);
}

.card__avatar svg {
  width: 70px;
  height: 70px;
}

.card__title {
  margin-top: 35px;
  font-weight: 500;
  font-size: 18px;
}

.card__subtitle {
  margin-top: 5px;
  font-weight: 600;
  font-size: 13px;
}

.card__btn {
  width: 76px;
  height: 31px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s;
  background-color: #25D366;
  color: #fff;
  border: none;
  padding: 5px 30px;
  text-decoration: none;
}
.card__btn:hover {
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


