.body-bg {
  background: #f9f7f2;
}
.img-black img {
  filter: grayscale(100%);
  transition: filter 0.4s ease-in-out;
}

.img-black img:hover {
  filter: grayscale(0%);
}

.nav-item-children {
  top: 63px !important;
  padding: 0 !important;
}
.nav-item-children::before {
  background-color: transparent !important;
  box-shadow: none;
}
.bg-classic {
  background: #eff8fa;
}
.bg-classic p {
  color: #257a8d;
  font-weight: 500;
}

.text-c {
  color: #808291;
  word-spacing: 8px;
  transform: scaleY(0.99);
}
.dark .text-c {
  color: #eff8fa;
}
.text-blue {
  color: #d1dcec !important;
}
.max-h {
  max-height: 450px !important;
}

.form-message {
  margin-top: 12px;
  font-size: 14px;
  display: none;
}

.form-message.success {
  color: #1e7e34;
}

.form-message.error {
  color: #c82333;
}

.submit-wrapper {
  position: relative;
  display: inline-block;
}

.submit-wrapper .btn-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.8s linear infinite;
}

.submit-wrapper.loading .btn-spinner {
  display: block;
}

.submit-wrapper.loading input {
  color: transparent;
  pointer-events: none;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.lqd-cf-response-output.success {
  color: #28a745;
}

.lqd-cf-response-output.error {
  color: #dc3545;
}

.ld-fh-txt-outline {
  -webkit-text-stroke: 2px #f0f0f0 !important;
}

.nav-trigger.style-2 .bar:after,
.nav-trigger.style-2 .bar:before {
  background: #1eb200 !important;
}

.ocr.is-not-stuck .c-white {
  color: #cbcbcb !important;
}
.half-white {
  color: #edededff !important;
  opacity: 1 !important;
}
.ld-media-item.shadow-onhover {
  box-shadow: 0 50px 75px rgba(0, 0, 0, 0.25) !important;
}
.ld-media-item-overlay,
.ld-media-txt h3 {
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 25px;
}

.custom-list li a:hover {
  background: #fdcd00;
}
.custom-list li a {
  display: inline-block;
  padding: 8px 10px;
  width: 100%;
  border-bottom: 1px solid #fdcd00;
  line-height: 20px;
}
.custom-list li:last-child a {
  border-bottom: none;
}
.custom-list {
  padding: 0 5px !important;
}
.menu-border {
  border: 1px solid #fce414;
  border-radius: 10px !important;
  padding: 10px 20px;
}
.menu-section {
  background: #f9f7f2;
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px;
}
.nav-section {
  width: 270px !important;
  left: unset !important;
  margin-inline-start: auto !important;
  right: unset !important;
}
.is-stuck .solid-row {
  background: #f9f7f2;
}
.banner-color {
  min-width: 900px;
  min-height: 900px;
  background-color: #ffcf00;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-yellow-100 {
  color: #f9f7f2;
}
.bg-yellow-100 {
  background: #f9f7f2;
}
.bg-yellow {
  background: #ffcf00;
}
.main-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 35px;
}
.bg-gray {
  background: #495055;
}
.bg-gray-100 {
  background: #f7f8fa;
}
.bg-gray-800 {
  background: #2b2c2c;
}
.text-yellow-200 {
  color: #ffcf00 !important;
}

.border-yellow {
  border-color: #ffcf00 !important;
}
.border-yellow-800 {
  border-color: #745f00 !important;
}
.menu-heading {
  text-transform: uppercase;
  color: rgb(69, 69, 69);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 1.15em !important;
}
.megamenu.megamenu-fullwidth .nav-item-children {
  width: 1170px;
  left: 62%;
  right: 60%;
}
.img-menu .nav-item-children{
  left: 100% !important;
  transform: translateX(-49%) !important;
}
.megamenu .nav-item-children {
  max-width: 1170px;
}
.menu-img {
  max-width: 150px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.faq-border {
  border: 1px solid #ffd51e;
  border-radius: 7px;
}
.collapsed .title-t {
  color: #f9f7f2;
}
.title-t {
  color: #1b1b1b;
}
.dark .h2,
.dark h2 {
  color: #f9f7f2;
}
.dark .h3,
.dark h3 {
  color: #f9f7f2;
}
@media (min-width: 1200px) {
  .liquid-row-responsive-69969f4c4308c {
    padding-top: 42px !important;
    padding-right: 2.5vw !important;
    padding-bottom: 12px !important;
    padding-left: 2.5vw !important;
  }
}
.img-menu .menu-item a{
	    width: 100%;
		display: block;
}
.img-menu .menu-item a:hover{
	font-weight: 800;
	color: #dcbf00;
}


.submit-wrapper {
	position: relative;
	display: inline-block;
}

.submit-wrapper .btn-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255,255,255,0.4);
	border-top: 2px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: spin 0.8s linear infinite;
}

.submit-wrapper.loading .btn-spinner {
	display: block;
}

.submit-wrapper.loading input {
	color: transparent;
	pointer-events: none;
}

.menu-link{
  text-decoration: underline;
    color: #3F51B5;
    line-height: 20px;
    font-weight: 500;
}

.about .module-img {
	bottom: -33%;
}

.about .module-img {
	right: -20%;
}

.about .module-text {
	right: -29%;
}


.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.8;
}
/* Layer 1 - Main rich gold */
.glow1 {
  width: 300px;
  height: 300px;
  background: conic-gradient(
    #d4af37,   /* gold */
    #fbbf24,   /* warm yellow */
    #fde68a,   /* soft light yellow */
    #d4af37
  );
  animation: rotate1 6s linear infinite;
  filter: blur(110px);
  opacity: 0.7;
}

/* Layer 2 - Softer highlight rotation */
.glow2 {
  width: 250px;
  height: 250px;
  background: conic-gradient(
    #facc15,   /* bright yellow */
    #fde68a,   /* pale yellow */
    #fbbf24,   /* warm tone */
    #facc15
  );
  animation: rotate2 10s linear infinite reverse;
  filter: blur(120px);
  opacity: 0.7;
}

/* Layer 3 - Center glow */
.glow3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(255, 215, 0, 0.9),   /* gold center */
    rgba(250, 204, 21, 0.5),  /* yellow */
    transparent 70%
  );
  animation: float 6s ease-in-out infinite;
  filter: blur(100px);
  opacity: 0.6;
}
/* Animations */
@keyframes rotate1 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rotate2 {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

/* Optional floating effect */
@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -30px); }
}


.z-index-2{
  z-index: 2
}

/* GRID */
.video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .video-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD */
.video-card {
  cursor: pointer;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
}

.video-card:hover img {
  transform: scale(1.05);
}

/* Overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

/* Play Button */
.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-circle {
  width: 55px;
  height: 55px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Triangle */
.play-icon {
  width: 0;
  height: 0;
  border-left: 12px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

/* TITLE */
.video-title {
  margin-top: 10px;
  font-size: 14px;
  color: #374151;
}

/* MODAL */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.video-modal.active {
  display: flex;
}

.video-box {
  width: 90%;
  max-width: 800px;
  background: black;
  border-radius: 10px;
  position: relative;
}

.video-box video {
  width: 100%;
  height: 400px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  z-index:10
}
.download-doc a{
  padding: 10px 20px;
    width: 100%;
    background: #ffcf00;
    border-radius: 5px;
    font-weight: 600;
}
.btn-style1{
  border-radius: 0 0 65px 0;
  width: 170px
}
.high-light{
      background: #ffcf00;
    padding: 20px 30px 10px;
}
.high-light::before{
 position: absolute;
    left: 35px;
    top: 100%;
    border-right: 80px solid transparent;
    border-top: 30px solid #ffcf00;
    content: "";
}
.high-light > img{
 display: none;
}


.flow-container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}


@media (max-width: 900px) {
    .process-box, .service-box, .arrow {
        width: 30%;
        margin-bottom: 10px;
    }

    .process-row, .service-row, .arrow-row {
        flex-wrap: wrap;
    }
    .mobile-only {
      display: block !important
    }
}
.mobile-only{
  display: none
}
@media (max-width: 600px) {
    .process-box, .service-box, .arrow {
        width: 45%;
    }
}

.select-menu .ui-selectmenu-text{
  padding-left: 25px;
  font-size: 15px
}

.ui-selectmenu-open{
  width: 500px;
    box-shadow: 1px 1px 6px 1px #ccc;
}
.ui-selectmenu-open ul{
    width: 100%;
}


/* SECTION */
.process-section {
  padding-top: 20px;
  text-align: center;
}

.process-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

/* ROW */
.process-row {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

/* YOUR CARD */
.card {
  width: 200px;
  margin: 40px 0;
  text-align: center;
  position: relative;
  box-shadow: 0px 10px 12px 0px #e2e2e2;
  
}

/* IMAGE */
.hex-img img {
  width: 100%;
  display: block;
}

/* TOP ICON */
.top-circle {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  z-index: 2;
}

.top-circle img {
  width: 35px;
}

/* BOTTOM DOT */
.bottom-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translateX(-50%);
}

/* CONTENT */
.c-content {
  margin-top: 20px;
  padding: 0 10px;
}

.c-content h3 {
  font-size: 18px;
  color: #1f2937;
}

/* LINE */
.line {
  width: 40px;
  height: 3px;
  margin: 10px auto;
  border-radius: 10px;
}

/* LIST */
.c-content ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.c-content li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #4b5563;
  position: relative;
  padding-left: 18px;
  text-align: left
}

.number{
  position: absolute;
    top: -60px;
    font-size: 50px;
    font-weight: 800;
    color: #f6f6f1;
}
.tick-dot{
       width: 13px;              
  height: 13px;
  border-radius: 50%;
  display: inline-flex;    
  align-items: center;      
  justify-content: center;  
  margin-right: 10px;
  font-size: 10px;          
  color: #fff;              
  flex-shrink: 0; 
}

.product-li li {
  display: flex;
 align-items: baseline;
 margin-bottom: 15px;
}

.product-li li:before {
  content: "✔";
  font-size: 10px;
  color: #fff;
  background: #fdca00;
  border-radius: 50%;
  margin-right: 15px;

  width: 16px;
  height: 16px;

  display: inline-flex;        
  align-items: center;       
  justify-content: center;    
  flex-shrink: 0;            
}
.qr-section{
  display: none !important;
}