.page-link {
    transition: 0.3s ease-in-out;
    border: none;
    margin: 0 5px;
    color: #333;
    background-color: #f8f9fa;
}

.page-link:hover {
    background-color: #3FA9F5;
    color: #fff;
}

.page-item.active .page-link,
.page-link.active-page {
    background-color: #3FA9F5;
    color: white !important;
    font-weight: 600;
    box-shadow: 0 0 8px rgba(84, 143, 191, 0.4);
}

.page-link.rounded-circle {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    border-radius: 50% !important;
}

.mb-3 .form-control {
    border: 1px solid #3FA9F5 !important;
}
.mb-3 .form-control:focus {
    border-color: #3FA9F5 !important;
    box-shadow: none !important;
}

.whatsapp-float {
        position: fixed;
        bottom: 125px;
        right: 43px;
        background-color: #25d366;
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 0;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        animation: blink-glow 1s infinite ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-animation: blink-glow 1s infinite ease-in-out;
      }

      .whatsapp-float:hover {
        background-color: #fff;
        color: #25d366;
      }


      @keyframes blink-glow {
        0% {
          box-shadow: 0 0 10px #3FA9F5, 0 0 20px #3FA9F5;
        }
        50% {
          box-shadow: 0 0 20px #3FA9F5, 0 0 30px #3FA9F5;
        }
        100% {
          box-shadow: 0 0 10px #3FA9F5, 0 0 20px #3FA9F5;
        }
      }
.area{
        height: 228px;
      }

.amc-section {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-radius: 1rem;
}

.amc-table thead {
    background-color: #3FA9F5;
    color: white;
}

.amc-table th {
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.amc-table td {
    padding: 0.9rem;
    vertical-align: middle;
    font-size: 0.95rem;
}

.amc-btn {
    background-color: #FF931E;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 0.9rem;
    transition: all 0.3s ease-in-out;
}

.amc-btn:hover {
    background-color: #e57e0d;
    color: #fff;
    transform: scale(1.05);
}
.text-orange {
    color: #FF931E  !important; /* Deep orange (similar to screenshot) */
}
a:hover {
    color: #3FA9F5 !important;
}
.custom-pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    margin: 0 5px;
    display: flex;                 
    align-items: center;          
    justify-content: center;      
    font-weight: 500;
    color: #3FA9F5;
    background-color: #fff;
    border: 2px solid #3FA9F5;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 0;                   
    line-height: normal;         
}

.custom-pagination .page-item .page-link:hover {
    background-color: #FF931E;
    color: #fff;
    border-color: #FF931E;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(255, 147, 30, 0.3);
}

.custom-pagination .page-item.active .page-link,
.custom-pagination .page-link.active-page {
    background-color: #3FA9F5;
    color: #fff;
    font-weight: 600;
    border-color: #3FA9F5;
    box-shadow: 0 6px 14px rgba(63, 169, 245, 0.4);
}

.custom-pagination .page-item.disabled .page-link {
    background-color: #f3f3f3;
    color: #bbb;
    border: none;
    cursor: not-allowed;
    box-shadow: none;
}
.icon-orange {
    color: #FF931E !important;
}

.cta-box {
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(to right, #000000, #131e29);
  border-radius: 12px;
  color: white; /* Important: ensures all text is white */
}

.cta-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
  color: white; /* Make sure the text is visible */
}

.cta-title span {
  font-weight: bold;
}

.cta-button {
  display: inline-block;
  background-color: #3FA9F5;
  color: white;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background-color:black;
  color: #ffffff;
}

/* Fixed height for subdropdown menus */
.main-menu .navigation > li > ul > li > ul {
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.main-menu .navigation > li > ul > li > ul::-webkit-scrollbar {
    width: 5px;
}

.main-menu .navigation > li > ul > li > ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.main-menu .navigation > li > ul > li > ul::-webkit-scrollbar-thumb {
    background: #3FA9F5;
    border-radius: 8px;
}

.main-menu .navigation > li > ul > li > ul::-webkit-scrollbar-thumb:hover {
    background: #2d8fd8;
}

/* Fix for dropdown display issues */
.main-menu ul.navigation li.dropdown > ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.main-menu ul.navigation li.dropdown > ul.open,
.main-menu ul.navigation li.dropdown:hover > ul.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Only show dropdown on hover for desktop */
@media (min-width: 992px) {
  .main-menu ul.navigation li.dropdown.has-products:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* Ensure dropdowns are hidden by default on mobile */
@media (max-width: 991px) {
  .main-menu ul.navigation li.dropdown > ul {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  .main-menu ul.navigation li.dropdown > ul.open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}