/* From Uiverse.io by Smit-Prajapati */ 
.parent {
  width: 100%;
  /* height: 600px; */
  margin-bottom: 50px;
  perspective: 1000px;
  margin-top: 60px;
}

.parent .contact-card {
  height: 400px !important;
  border-radius: 50px;
  background: linear-gradient(135deg, rgb(0, 162, 255) 0%, rgb(223, 198, 255) 100%);
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}


.parent .contact-card2 {
  height: 400px !important;
  border-radius: 50px;
  background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  width: 100%;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}


.parent .glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
  transform: translate3d(0px, 0px, 25px);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
}

.parent .content {
  /* padding: 100px 60px 0px 30px; */
  transform: translate3d(0, 0, 26px);
      margin-top: 100px;
    padding: 0px 25px;

}

.parent .content .title {
  display: block;
  color: #2b2b2b;
  font-weight: 900;
  font-size: 20px;
}

.parent .content p {
  color: rgba(39, 39, 39, 0.765);
  font-size: 15px;
  margin-top: 20px;
  line-height: 3px;
  font-weight: 600;
}

.parent .bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}

.parent .bottom .view-more {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}

.parent .bottom .view-more:hover {
  transform: translate3d(0, 0, 10px);
}

.parent .bottom .view-more .view-more-button {
  background: none;
  border: none;
  color: #00c37b;
  font-weight: bolder;
  font-size: 12px;
}

.parent .bottom .view-more .svg {
  fill: none;
  stroke: #00c37b;
  stroke-width: 3px;
  max-height: 15px;
}

.parent .bottom .social-buttons-container {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
}

.parent .bottom .social-buttons-container .social-button {
  width: 30px;
  aspect-ratio: 1;
  padding: 5px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  display: grid;
  place-content: center;
  box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
}

.parent .bottom .social-buttons-container .social-button:first-child {
  transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
}

.parent .bottom .social-buttons-container .social-button:nth-child(2) {
  transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
}

.parent .bottom .social-buttons-container .social-button:nth-child(3) {
  transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
}

.parent .bottom .social-buttons-container .social-button .fa-solid {
  width: 15px;
  fill: #00894d;
}

.parent .bottom .social-buttons-container .social-button {text-decoration: none; color: inherit;}
.bottom .social-buttons-container .social-button:hover {
  background: black;
  color: #fff;
}

.parent .parent .bottom .social-buttons-container .social-button:hover .fa-solid {
  color: white;
  text-decoration: none !important;
}

.parent .bottom .social-buttons-container .social-button:active {
  background: rgb(255, 234, 0);
}

.parent .bottom .social-buttons-container .social-button:active .fa-solid {
  color: black;
}

.parent .logo {
  position: absolute;
  right: 0;
  top: 0;
  transform-style: preserve-3d;
}

.parent .logo .circle {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0;
  right: 0;
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 249, 203, 0.2);
  transition: all 0.5s ease-in-out;
}

.parent .logo .circle1 {
  width: 170px;
  transform: translate3d(0, 0, 20px);
  top: 8px;
  right: 8px;
}

.parent .logo .circle2 {
  width: 140px;
  transform: translate3d(0, 0, 40px);
  top: 10px;
  right: 10px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition-delay: 0.4s;
}

.parent .logo .circle3 {
  width: 110px;
  transform: translate3d(0, 0, 60px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}

.parent .logo .circle4 {
  width: 80px;
  transform: translate3d(0, 0, 80px);
  top: 23px;
  right: 23px;
  transition-delay: 1.2s;
}

.parent .logo .circle5 {
  width: 50px;
  transform: translate3d(0, 0, 100px);
  top: 30px;
  right: 30px;
  display: grid;
  place-content: center;
  transition-delay: 1.6s;
}

.parent .logo .circle5 .svg {
  width: 20px;
  fill: white;
}

.parent:hover .card {
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.parent:hover .card .bottom .social-buttons-container .social-button {
  transform: translate3d(0, 0, 50px);
  box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
}

.parent:hover .card .logo .circle2 {
  transform: translate3d(0, 0, 60px);
}

.parent:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 80px);
}

.parent:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 100px);
}

.parent:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 120px);
}



 


.royal-contact-container {
            /* background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); */
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding: 3rem 0;
            position: relative;
            overflow: hidden;
            margin-top: 100px;
        }
        
          .royal-geometric-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.1;
            z-index: 1;
        }
        
        .royal-geometric-shape {
            position: absolute;
            border: 2px solid #fff;
            animation: royalRotate 20s linear infinite;
        }
        
        .royal-shape-1 {
            width: 100px;
            height: 100px;
            top: 10%;
            left: 5%;
            border-radius: 50%;
            animation-delay: 0s;
        }
        
        .royal-shape-2 {
            width: 80px;
            height: 80px;
            top: 60%;
            right: 10%;
            transform: rotate(45deg);
            animation-delay: 5s;
        }
        
        .royal-shape-3 {
            width: 60px;
            height: 60px;
            bottom: 20%;
            left: 20%;
            border-radius: 50%;
            animation-delay: 10s;
        }
        
        @keyframes royalRotate {
            0% { transform: rotate(0deg) scale(1); }
            50% { transform: rotate(180deg) scale(1.2); }
            100% { transform: rotate(360deg) scale(1); }
        }
        
        .royal-main-wrapper {
            position: relative;
            z-index: 2;
        }
        
        .royal-contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .royal-info-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 25px;
            padding: 2.5rem;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .royal-info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
            background-size: 300% 100%;
            animation: royalGradientMove 3s ease infinite;
        }
        
        @keyframes royalGradientMove {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        
        .royal-info-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
        }
        
        .royal-card-header {
            text-align: center;
            margin-bottom: 2rem;
            position: relative;
        }
        
        .royal-card-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 2rem;
            color: white;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
            animation: royalPulse 2s ease-in-out infinite;
        }
        
        @keyframes royalPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
        
        .royal-card-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin: 0;
        }
        
        .royal-info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            padding: 1rem;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            border-left: 4px solid #667eea;
            transition: all 0.3s ease;
        }
        
        .royal-info-item:hover {
            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
            border-left-color: #2196f3;
            transform: translateX(5px);
        }
        
        .royal-info-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            color: white;
            font-size: 1rem;
            flex-shrink: 0;
        }
        
        .royal-info-content h6 {
            font-weight: 600;
            color: #495057;
            margin-bottom: 0.3rem;
            font-size: 0.9rem;
        }
        
        .royal-info-content p {
            margin: 0;
            color: #6c757d;
            line-height: 1.5;
            font-size: 0.95rem;
        }
        
        .royal-team-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 25px;
            padding: 2.5rem;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .royal-team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #ff9a9e, #fecfef, #fecfef, #ff9a9e);
            background-size: 300% 100%;
            animation: royalGradientMove 3s ease infinite;
        }
        
        .royal-team-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
        }
        
        .royal-team-member {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 1.5rem;
            border-radius: 20px;
            margin-bottom: 1rem;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .royal-team-member::after {
            content: '';
            position: absolute;
            top: 0;
            right: -50px;
            width: 100px;
            height: 100%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transform: skewX(-20deg);
            transition: right 0.6s ease;
        }
        
        .royal-team-member:hover::after {
            right: 100%;
        }
        
        .royal-team-member:hover {
            transform: translateX(5px);
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
        }
        
        .royal-member-header {
            display: flex;
            align-items: center;
            margin-bottom: 0.8rem;
        }
        
        .royal-member-avatar {
            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-member-info h5 {
            margin: 0;
            font-size: 1rem;
            font-weight: 700;
        }
        
        .royal-member-info p {
            margin: 0;
            font-size: 0.85rem;
            opacity: 0.9;
            line-height: 1.3;
        }
        
        .royal-member-contact {
            display: flex;
            align-items: center;
            font-size: 0.9rem;
            margin-top: 0.5rem;
        }
        
        .royal-member-contact i {
            margin-right: 0.5rem;
            width: 16px;
        }
        
        @media (max-width: 768px) {
            .royal-contact-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
                padding: 0 1rem;
            }
            
            .royal-info-card,
            .royal-team-card {
                padding: 2rem;
            }
            
            .royal-contact-container {
                padding: 2rem 0;
            }
        }
        
        @media (max-width: 400px) {
    .overlay-title.royal-distribution{font-size: 54px !important; margin-top: 20px;}

            .royal-contact-grid {
                padding: 0 0.5rem;
                gap: 1rem;
            }
            
            .royal-info-card,
            .royal-team-card {
                padding: 1.5rem;
                border-radius: 20px;
            }
            
            .royal-card-title {
                font-size: 1.2rem;
                word-wrap: break-word;
                hyphens: auto;
            }
            
            .royal-info-content p {
                font-size: 0.85rem;
                word-wrap: break-word;
                overflow-wrap: break-word;
                hyphens: auto;
                line-height: 1.4;
            }
            
            .royal-member-info h5 {
                font-size: 0.9rem;
                word-wrap: break-word;
                overflow-wrap: break-word;
                hyphens: auto;
                line-height: 1.2;
            }
            
            .royal-member-info p {
                font-size: 0.8rem;
                word-wrap: break-word;
                overflow-wrap: break-word;
                hyphens: auto;
                line-height: 1.3;
            }
            
            .royal-member-contact {
                font-size: 0.85rem;
                word-wrap: break-word;
                overflow-wrap: break-word;
            }
            
            .royal-info-item {
                padding: 0.8rem;
                margin-bottom: 1rem;
            }
            
            .royal-team-member {
                padding: 1.2rem;
                margin-bottom: 0.8rem;
            }
            
            .royal-card-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }
            
            .royal-member-avatar {
                width: 40px;
                height: 40px;
                font-size: 1rem;
                margin-right: 0.8rem;
            }
            
            .royal-contact-container {
                padding: 1.5rem 0;
            }

        }



 

.business-enquiry-form-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.form-title {
    font-weight: 700;
    color: #333;
}

.enquiry-input, .enquiry-textarea, .enquiry-select {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.enquiry-input:focus, .enquiry-textarea:focus, .enquiry-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

.textcounter {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #6c757d;
}





@media(max-width: 768px){
    .business-enquiry-form .col-md-6, 
    .business-enquiry-form .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}








