/* Base styling */
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  background-color: #f8f9fa;
  color: #333;
}

/* Logo animation */
.logo-animate {
  max-height: 60px;
  animation: logoBounce 2s infinite ease-in-out;
}

@keyframes logoBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Hero Section */
.hero {
  background: linear-gradient(120deg, #3b82f6 0%, #1e3a8a 100%);
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
}

.animated-svg {
  animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Software box */
.software-box {
  background-color: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.software-box i {
  font-size: 36px;
  color: #3b82f6;
}

.software-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Section headings */
h2 {
  font-weight: 600;
}

/* Footer */
footer {
  background: #fff;
  font-size: 14px;
}

/* Form controls */
input.form-control, textarea.form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
}

input.form-control:focus, textarea.form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.2rem rgba(59,130,246,.25);
}



    .scrolling-wrapper {
      overflow: hidden;
      position: relative;
      width: 100%;
    }
    
    .scrolling-content {
      display: inline-flex;
      animation: scroll-left 30s linear infinite;
      min-width: max-content;
    }
    
    .scroll-item {
      white-space: nowrap;
      font-size: 0.9rem;
      padding: 6px 14px;
      display: flex;
      align-items: center;
      color: #000;
    }
    
    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    /* Apply this to override styles in the embedded form */


.fa-rain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.fa-rain i {
  position: absolute;
  color: white;
  font-size: 12px;
  opacity: 0.6;
  animation: dropFall linear infinite;
}

@keyframes dropFall {
  0% {
    transform: translateY(-100px);
    opacity: 0.8;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}



/* Button style for mobile with black background */
@media (max-width: 767px) {
  .cta-btn {
    background-color: #000000; /* Black background for mobile */
    color: #C8EA4F; /* Text color C8EA4F */
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 10px; /* Slightly rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for style */
    text-decoration: none; /* Remove underline */
    padding: 12px 40px; /* Adjust padding for mobile */
    display: inline-block;
    position: absolute;
    bottom: 180px; /* 100px from the bottom */
    border: 2px dashed #C8EA4F;
  background-image: url('https://www.transparenttextures.com/patterns/black-linen.png');
padding: 1.8rem 4rem;    /* Vertical 1.8rem, horizontal 4rem */
  font-size: 1.8rem;       /* Bigger text */
  font-weight: 700;
  letter-spacing: 0.7px;
  }

  .cta-btn:hover {
    background-color: #C8EA4F; /* Hover background color */
    color: #000000; /* Hover text color */
  }
}

/* Button style for desktop, laptop, and tablet with C8EA4F background */
@media (min-width: 768px) {
  .cta-btn {
    background-color: #C8EA4F; /* Stylish green background */
    color: #000000; /* Black text */
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 10px; /* Slightly rounded corners for a torn paper effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for style */
    text-decoration: none; /* Remove underline */
    padding: 14px 50px; /* Adjust padding for desktop */
    display: inline-block;
    position: absolute;
    bottom: 100px; /* 100px from the bottom */
    border: 2px dashed #C8EA4F;
  background-image: url('https://www.transparenttextures.com/patterns/black-linen.png');
padding: 1.8rem 4rem;    /* Vertical 1.8rem, horizontal 4rem */
  font-size: 1.8rem;       /* Bigger text */
  font-weight: 700;
  letter-spacing: 0.7px;
  }

  .cta-btn:hover {
    background-color: #000000; /* Hover background color */
    color: #C8EA4F; /* Hover text color */
  }
}

  .unlock-animate {
    animation: pulseUnlock 2s infinite;
  }

  @keyframes pulseUnlock {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
    100% { transform: scale(1); opacity: 1; }
  }






.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #000;
  color: #C8EA4F;
  border: none;
  border-radius: 20%;
  padding: 12px 15px;
  font-size: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.scroll-to-top:hover {
  background-color: #222;
}

.neon-glow {
  transition: all 0.4s ease;
  box-shadow: 0 0 10px #C8EA4F33, 0 0 20px #C8EA4F33, 0 0 30px #C8EA4F22;
}

.neon-glow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px #C8EA4F, 0 0 25px #C8EA4Faa, 0 0 35px #C8EA4F99;
}





.footer-menu-section a {
  color: #C8EA4F !important;
  text-decoration: none !important;
  position: relative;
  padding-bottom: 2px;
}

.footer-menu-section a::before {
  content: none !important;
}

.footer-menu-section a:hover {
  text-decoration: underline !important;
  text-decoration-color: #C8EA4F;
}




.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 2px;
  background-color: #000;
  color: #C8EA4F;
  border: 1px solid #C8EA4F;
  text-decoration: none;
}

.page-numbers.current {
  background-color: #C8EA4F;
  color: #000;
  font-weight: bold;
}



/* === Custom Comments Section === */
.comment-respond,
.comments-area {
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}

.comment-respond h3,
.comments-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #212529;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.comment-form input[type="submit"] {
  background-color: #0d6efd;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background-color: #0b5ed7;
}

.comment-body {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.comment-meta {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

.comment-content {
  font-size: 1rem;
  color: #212529;
}


.rkr-like-btn.liked i {
    color: red;
    transform: scale(1.2);
}








/* Fix WordPress dropdowns for Bootstrap without navwalker */
/* === Navbar Main Items === */
/* === Navbar Main Items === */
.navbar-nav {
  padding-left: 0; /* reset default ul padding */
}

.navbar-nav > li {
  margin: 0 0.5em;
  position: relative;
}

.navbar-nav > li > a {
  padding: 0.8em 1em;
  font-weight: 500;
  color: #212529 !important;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  user-select: none;
}

/* Underline effect on hover */
.navbar-nav > li > a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #007bff;
  transform: scaleX(0);
  transform-origin: bottom center;
  transition: transform 0.3s ease;
}

.navbar-nav > li > a:hover::after {
  transform: scaleX(1);
}

/* === Dropdown Menu Parent Item Arrow (pure CSS) - Always Visible === */
.navbar-nav .menu-item-has-children > a {
  padding-right: 1.6em; /* space for arrow */
}

.navbar-nav .menu-item-has-children > a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%) rotate(0deg);
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* Rotate arrow on hover (desktop only) */
@media (min-width: 992px) {
  .navbar-nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* === Dropdown Menu === */
.navbar-nav .menu-item-has-children {
  position: relative;
}

/* Position and style submenu dropdown */
.navbar-nav .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  max-width: 90vw;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5em;
  padding: 0.5em 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  overflow-x: auto;

  /* Keep submenu inside viewport horizontally */
  right: auto;
  max-width: calc(100vw - 2em);
}

/* Align submenu to left by default */
.navbar-nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Dropdown links */
.sub-menu li a {
  display: block;
  padding: 0.6em 1.2em;
  color: #333;
  white-space: nowrap;
  transition: background 0.2s ease;
  font-size: 0.95em;
  user-select: none;
}

.sub-menu li a:hover {
  background-color: #f8f9fa;
  border-radius: 0.3em;
}

/* === Mobile Menu Styles === */
@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
  }

  .navbar-nav > li {
    margin: 0.2em 0;
  }

  .navbar-nav > li > a {
    padding: 0.8em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
  }

  /* Mobile arrow using CSS */
  .navbar-nav .menu-item-has-children > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(0deg);
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    transition: transform 0.3s ease;
    pointer-events: none;
  }

  /* Rotate arrow when submenu open */
  .navbar-nav .menu-item-has-children > a.open::before {
    transform: translateY(-50%) rotate(180deg);
  }

  /* Mobile submenu styling */
  .navbar-nav .menu-item-has-children .sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    background: #f1f1f1;
    border: none;
    box-shadow: none;
    padding-left: 1em;
    margin-top: 0.3em;
    border-left: 2px solid #007bff;
  }

  /* Show submenu if open */
  .navbar-nav .menu-item-has-children .sub-menu.open {
    display: block;
  }

  /* Submenu link styles mobile */
  .sub-menu li a {
    padding: 0.6em 1em;
    font-size: 0.9em;
  }
}











