 body {
   padding: 0;
   margin: 0;
   font-family: Arial, sans-serif;
   overflow-x: hidden;
 }

 /* Fade-in Transition for Sections */
 section,
 .our1,
 .benefits-section,
 .bg2 {
   opacity: 0;
   transform: translateY(20px);
   transition: opacity 1s ease-out, transform 1s ease-out;
 }

 section.visible,
 .our1.visible,
 .benefits-section.visible,
 .bg2.visible {
   opacity: 1;
   transform: translateY(0);
 }
/* Custom Link Color Adjustment */
/* Using a more specific selector to ensure the gray links match the image */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: +999;
    background-color: white;
}
.img-fluid-logo,.img-fluid2{
    filter: brightness(150%) !important;
}

.navbar-nav li a {
    position: relative;
    /* text-shadow: 0 8px 16px rgb(156, 99, 206); */

    font-weight: 500;
    transition: .5s;
    padding: 0px 20px !important;

    &:hover {
        background: linear-gradient(to right, #005ee2, #9100f1, #ce0aff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        /* for firefox  */
        color: transparent;
        transform: scale(1.01);
    }
}

.navbar-nav li a::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 0%;
    bottom: 0;
    left: 0;
    background-color: var(--color-accent-glow);
    transition: .5s linear;
    margin: 0px 0px -10px 0px;
    display: inline-block;
}

.navbar-nav li a:hover:before {
    width: 100%;
}

@media (max-width:768px) {
    .navbar-nav li a::before {
        position: absolute;
        content: '';
        height: 2px;
        width: 0%;
        bottom: 0;
        left: 0;
        background-color: var(--color-accent-glow);
        transition: .5s linear;
        margin: 0px 0px -1px 0px;
        display: inline-block;
    }

    .navbar-nav li a:hover:before {
        width: 30%;
    }
}

.dropdown-menu {
    border-radius: 0px !important;
    border: 2px solid rgba(134, 134, 245, 0.151) !important;
}

.dropdown-menu li {
    padding: 0px 0px 15px 0px;

}

.dropdown-menu li a {
    text-decoration: none;
    
    &:hover {
        background-color: rgba(245, 239, 255, 0.384);
    }
}




.nav-btn {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #3076d8;
    border: none;
    outline: none;
    color: #005ee2;
    transition: .5s;
    background-color: transparent;
    border: 2px solid #005ee2;
    &:hover{
      color: white;
      background-color: #005ee2;
    }
}

@media (max-width:768px) {
    .nav-btn {
        margin-bottom: 20px;
    }

    .nav-item {
        margin: 10px 0px !important;

    }

}


@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown .dropdown-menu {
        display: none;
        transition: display 0.5s ease-in-out;
    }


    .navbar .dropdown:hover .dropdown-toggle::after {
        transform: rotate(-180deg);
        transition: transform 0.5s;
    }
}






 /* Hero Section */
 .k1 {
   text-align: center;
 }
 

 .bg1 {
   background-image: linear-gradient(to left, rgb(125, 57, 136), rgb(65, 48, 250), rgb(65, 48, 250));
   width: 100%;
   padding: 100px 0;
 }

 .Transform {
   color: white;
   font-size: 3rem;
   line-height: 1.2;
 }

 .Transform2 {
   color: rgb(239, 222, 181);
   font-size: 3rem;
   line-height: 1.2;
 }

 .take {
   color: white;
   font-size: 1.35rem;
 }

 .btn1 {
   padding: 10px 10px;
   font-size: 18px;
   background: white;
   color: #000;
   border: none;
   border-radius: 5px;
   transition: background 0.3s ease;
 }

 .btn1:hover {
   background: #eee;
 }

 @media (max-width:768px) {
  .Transform{
    font-size: 30px;
    font-weight: 700;
  }
  .Transform2{
    font-size: 30px;
  }
  
 }

 /* Stats and Cards */
 .number {
   font-size: 40px;
   font-weight: 700;
 }

 .number1 {
   color: rgb(88, 88, 88);
   font-size: 1.2rem;
   font-weight: 600;
 }


 @media (max-width:768px) {
  .number{
    font-size: 30px;
    font-weight: 700;
  }
 }
 .our1 {
   background-color: rgb(231, 242, 251);
   padding: 80px 0;
 }

 .our {
   text-align: center;
   font-size: 2.2rem;
 }
.solutions {
  background: linear-gradient(90deg, #008cff 0%, #0072ff 50%, #372be2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* modern browsers */
}
 .card1 {
   padding: 25px;
   background-color: #fff;
   border-radius: 18px;
   transition: all 0.3s ease;
   text-align: center;
   height: 100%;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
 }

 .card1:hover {
   box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
   transform: translateY(-5px);
 }

 .card1 img {
   margin-bottom: 15px;
   border-radius: 12px;
   width: 60px;
   height: 60px;
 }

 .card1 h2 {
   font-size: 1.25rem;
   margin: 10px 0;
 }

 .card1 p {
   color: #555;
   font-size: 15px;
 }

 @media (max-width: 768px) {
   .card1 img {
     width: 50px;
     height: 50px;
   }

   .card1 h2 {
     font-size: 1.4rem;
   }
 }





 
 /* Benefits Section */
 .benefits-section {
   padding: 100px 20px;
 }
 @media (max-width:768px) {
  .benefits-section h2{
    padding: 0px 0px 0px 20px ;
  }
  .benefits-section span{
    padding: 0px 0px 0px 20px ;
  }
 }

 .benefits-section h2 {
   font-size: 1.75rem;
   margin-bottom: 30px;
 }

 .benefit-points span {
   font-size: 1.1rem;
   display: block;
   margin-bottom: 20px;
 }

 .card2,
 .card3,
 .card4,
 .card5 {
   color: white;
   border-radius: 18px;
   padding: 30px;
   text-align: center;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 @media (max-width:768px) {
 .card2{
  padding: 10px;
 }
 }
 .card2:hover,
 .card3:hover,
 .card4:hover,
 .card5:hover {
   transform: scale(1.05);
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 }

 .card2 {
   background-color: rgb(17, 99, 200);
 }

 .card3 {
   background-color: rgb(232, 30, 124);
 }

 .card4 {
   background-color: rgb(196, 30, 242);
   transform: scale(0.95);
 }

 .card5 {
   background-color: rgb(79, 30, 242);
   transform: scale(0.95);
 }

 @media (max-width: 576px) {

   .card2,
   .card3,
   .card4,
   .card5 {
     transform: scale(1);
     padding: 25px;
   }
 }

 /* ERM and CRM Sections */
 .ermpart,
 .crmpart {
   padding: 80px 0;
 }

 .ermpart {
   background-color: aliceblue;
 }
.ermpart h1{
    text-align: center;
    background: linear-gradient(90deg, #008cff 0%, #0072ff 50%, #372be2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
 .crmpart {
   background-color: rgb(251, 240, 242);
 }

.crmpart h1 {
   font-size: 2.5rem;
   text-align: center;
   margin: 20px 0;
   background: linear-gradient(90deg, #008cff 0%, #0072ff 50%, #372be2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
 }
 @media (max-width:768px) {
  .crmpart h1{
    font-size:30px ;
  }
 }



 h6 {
   text-align: center;
   color: rgb(98, 103, 108);
   margin-bottom: 40px;
   font-size: 1.2rem;
 }

@media (max-width:768px) {
  
  .ermtext{
   padding: 0px 0px 0px 30px !important;
  }
}
 .erm-box,
 .crm-box {
   background: white;
   border-radius: 16px;
   padding: 25px;
   box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
   margin-bottom: 40px;
 }

 .erm-card,
 .crm-card {
   display: flex;
   align-items: center;
   gap: 15px;
   background-color: #f0f6ff;
   border-radius: 14px;
   padding: 18px;
   margin-bottom: 18px;
   transition: all 0.3s ease;
 }

 .erm-card:hover,
 .crm-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
 }

 .erm-icon,
 .crm-icon,
 .crm-icon1,
 .crm-icon2,
 .crm-icon3 {
   color: white;
   border-radius: 10px;
   font-size: 1.3rem;
   padding: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 50px;
   height: 50px;
 }

 .erm-icon {
   background: linear-gradient(135deg, #4a63f6, #5f9cf7);
 }

 .crm-icon {
   background-color: rgb(241, 58, 58);
 }

 .crm-icon1 {
   background-color: rgb(13, 182, 83);
 }

 .crm-icon2 {
   background-color: rgb(244, 141, 24);
 }

 .crm-icon3 {
   background-color: rgb(23, 104, 234);
 }

 .erm-text {
   font-size: 1rem;
   font-weight: 500;
   color: #0b1533;
 }
 .keyerm{
    background: linear-gradient(90deg, #008cff 0%, #0072ff 50%, #372be2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
 }
.crmmodules{
    background: linear-gradient(90deg, #008cff 0%, #0072ff 50%, #372be2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
 .custom-card {
   background-color: #fff;
   border-radius: 12px;
   padding: 25px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
   text-align: center;
   transition: all 0.3s ease;
 }

 .custom-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
 }

 .card-icon {
   width: 60px;
   height: 60px;
   border-radius: 12px;
   font-size: 28px;
   color: #fff;
   margin: 0 auto 15px auto;
   transition: transform 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .custom-card:hover .card-icon {
   transform: scale(1.15);
 }

 .card-title {
   font-size: 1.2rem;
   margin-bottom: 10px;
 }

 .card-text {
   font-size: 14px;
 }

 .bg-green {
   background-color: #16a34a;
 }

 .bg-blue {
   background-color: #2563eb;
 }

 .bg-orange {
   background-color: #ea580c;
 }

 .bg-purple {
   background-color: #6f42c1;
 }

 .bg-red {
   background-color: #dc3545;
 }

 .bg-pink {
   background-color: #d63384;
 }

 @media(max-width:768px) {
   h1 {
     font-size: 2.2rem;
   }

   .card-icon {
     width: 50px;
     height: 50px;
     font-size: 24px;
   }
 }

 /* Contact Section */
 .contact-section {
   background-color: white;
   padding: 80px 0;
 }

 .contact-card {
   background: #fff;
   border-radius: 12px;
   padding: 20px;
   margin-bottom: 20px;
   box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
   display: flex;
   align-items: start;
   transition: transform 0.3s ease;
 }

 .contact-card:hover {
   transform: translateY(-3px);
 }

 .contact-card i {
   font-size: 1.5rem;
   margin-right: 10px;
 }

 .icon,
 .icon1,
 .icon2,
 .icon3 {
   width: 50px;
   height: 50px;
   border-radius: 10px;
   padding: 7px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .icon {
   background-color: #dbeafe;
   color: #2563eb;
 }

 .icon1 {
   background-color: #ffedcd;
   color: #ea580c;
 }

 .icon2 {
   background-color: #dcfce7;
   color: #16a34a;
 }

 .icon3 {
   background-color: #f3e8ff;
   color: #9333ea;
 }

 .contact-info {
   font-size: 0.95rem;
   color: #333;
   padding-left: 10px;
 }

 .contact-form {
   border-radius: 15px;
   box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
   padding: 25px;
   margin-top: 20px;
 }

 .contact-form button {
   background: #0066ff;
   color: #fff;
   border: none;
   padding: 10px 25px;
   border-radius: 6px;
   transition: all 0.3s ease;
 }

 .contact-form button:hover {
   background: #007be0;
   color: white;
 }

 .contact-title {
   font-size: 2.3rem;
   color: #1E3A8A;
   padding-top: 35px;
 }

 .contact-title1 {
   font-size: 1.3rem;
   color: #1E3A8A;
 }

 .contact-subtitle {
   font-size: 1.1rem;
   color: #4B5563;
 }

 @media (max-width: 768px) {
   .contact-title {
     font-size: 1.8rem;
   }

   .contact-form {
     padding: 20px;
   }
 }

 /* Footer Styles */
 .footer-section {
   background-color: #0b1320;
   border-top: 4px solid #5a3dff;
   font-family: "Poppins", sans-serif;
 }

 .footer-logo {
   width: 42px;
   height: 42px;
   background: linear-gradient(135deg, #5a3dff, #4361ee);
 }


 .footer-link {
   color: #adb5bd;
   text-decoration: none;
   transition: all 0.3s ease;
   font-size: 0.95rem;
 }

 .footer-link:hover {
   color: #fff;
   text-decoration: underline;
 }

 .footer-divider {
   border-color: rgba(255, 255, 255, 0.1);
 }


 @media (max-width: 768px) {
   .footer-section {
     text-align: center;
   }

   .footer-logo {
     margin: 0 auto 10px;
   }

   .footer-section ul {
     padding: 0;
   }
 }

 .bg2 {
   background: linear-gradient(to left, rgb(125, 57, 136), rgb(65, 48, 250), rgb(65, 48, 250));
   width: 100%;
   color: white;
   text-align: center;
   padding: 80px;
 }