 body {
        font-family:'Times New Roman', Times, serif;
    }
    .navbar-custom {
        background-color: white; 
        font-weight: bold;
    }
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-nav .nav-link {
        color:black;
        font-weight: bold;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-nav .nav-link:hover {
        color: rgba(5, 90, 218, 0.918); 
    }
    .navbar-toggler-icon {
        background-color: white; 
    }

    .navbar-nav .nav-item {
        margin-right: 20px; 
    }

    @media (max-width: 768px) {
        .navbar-nav {
            text-align: center;
        }
        .navbar-nav .nav-item {
            margin: 10px 0; 
        }
    }

    .navbar-nav .nav-link {
        font-weight: bold; 
        transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .navbar-nav .nav-link:hover {
        color: #ffd700; 
        transform: scale(1.1); 
    }

    .navbar-custom {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .gradient-heading {
        font-size: 30px;
        font-weight: bold;
        background: linear-gradient(45deg, #ff8a00, #e52e71, #044bea, #7a00ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 300% 300%;
        animation: gradient-text 8s ease infinite;
        margin-left: 10px;
    }

    @keyframes gradient-text {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }
    .navbar-nav .login-button {
        background-color: #3786e0;
        color: white !important;
        padding: 6px 15px;
        border-radius: 5px;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .navbar-nav .login-button:hover {
        background-color: #6da5ee;
        transform: scale(1.05);
    }

 
/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
    margin-top: 100px;
  }
  
  .details .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #ffffff;
  }
  

  .details .content p:last-child {
    margin-bottom: 0;
  }
  .dig{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(32, 28, 124) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    margin-top:80px;
  }

  .dig1{
    color: #ffffff;
    font-size: 30px;
    margin-top: -30px;
  }

  .dig2{
    color: #FBF9F1;
    font-size: 18px;
    text-align: left;
    width: 70%;
    /* text-align: justify; */
    margin-top:40px;
  }

 
/* services */
.title{
    text-align: center;
}
.services-section {
    background-color: #f0faff; /* Light background */
    padding: 50px 10px;
}
.service-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 30px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}
.icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: background 0.3s ease; /* smooth background transition */
}
.service-title {
    font-weight: 700;
    font-size: 18px;
    color: #22427c;
    margin-bottom: 15px;
}
/* provide */
.provide-title{
    text-align: center;
}
.provide{
    background-color: rgb(255, 255, 255);
    margin: 1rem;

}
.pro1{
    margin-left:7rem;
    margin-bottom:2rem;
  
}
.pro2{
    margin-right:1rem;
    margin-bottom:2rem;

}
.card{
    border: none ;
    box-shadow: 1px 1px 4px #d1d0d0;
    background-color: #ffffff;
    
}
.card:hover{
    box-shadow: 5px 5px 5px 5px #7e7b7b;
}
.t{
    color: #11009E;
    font-size: 28px;
    
}
/* product */
.product{
    background-color: rgb(255, 255, 255);
    margin: 1rem;
}

.i{
    color: #0014FF;
    display:flex;
    justify-content:center;
    font-size: 70px;
}

.p1{
background-color: rgb(255, 255, 255);
/* margin-left: 8rem; */
width: 85%;
height: 100%;
border: 2px solid rgb(206, 205, 205);
}
.p12{
    background-color: rgb(255, 255, 255);
    /* margin-left: 4rem; */
    width: 85%;
    height: 100%;
    border: 2px solid rgb(206, 205, 205);
    }
.p13{
    background-color: rgb(255, 255, 255);
    /* margin-right: 15rem; */
    width: 85%;
    height: 100%;
    border: 2px solid rgb(206, 205, 205);
    }
.p2{
    text-align: center;
}
.p3{
    color: #0014FF;
    font-size: 30px;
}
.p4{
    color: rgb(3, 3, 3);
    font-size: 20px;
}

.p5{
    color: rgb(184, 180, 180);
    font-size: 15px;
}
.p6{
    color: rgb(184, 180, 180);
    font-size: 15px;
    padding-bottom: 50px;
}
/* contact */
.contact-title{
    margin-top:5rem;
    text-align: center;
}
  .contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
  }
  
  .contact .info-box i {
    font-size: 32px;
    color: #106eea;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form .form-group {
    margin-bottom: 20px;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #106eea;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #106eea;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #3b8af2;
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .c{
    margin-top: -50px;
    
  }
  .label-float{
    position: relative;
    padding-top: 13px;
  }
  
  .label-float input {
    border: 1px solid #3951b2;
    border-radius: 5px;
    outline: none;
    min-width: 250px;
    /* padding: 15px 20px; */
    padding-top: 20px;
    font-size: 16px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance:none;
    color: #B6BBC4;
  }
  .label-float textarea {
    border: 1px solid #3951b2;
    border-radius: 5px;
    outline: none;
    min-width: 250px;
    padding-top: 35rem;
    font-size: 16px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance:none;
    color: #B6BBC4;
  }
  .label-float input:focus,.label-float textarea:focus{
    border: 1px solid #3951b2;
  }
  
  .label-float input::placeholder,
  .label-float textarea::placeholder{
    color:transparent;
  }
  
  .label-float label{
    pointer-events: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: white;
    padding: 5px;
    box-sizing: border-box;
  }
  
  .label-float input:required:invalid + label,.label-float textarea:required:invalid + label{
    color: #596FB7;
  }
  .label-float input:focus:required:invalid,.label-float textarea:focus:required:invalid{
    border: 1px solid #596FB7;
  }
 
.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label,
.label-float textarea:focus + label,
.label-float textarea:not(:placeholder-shown) + label {
  font-size: 13px;
  top: 0;
  color: #3951b2;
}
/* footer */
#footer {
    background: #010351;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  
  #footer .footer-top {
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #010246;
    color: #fff;
    border-top: 4px solid #B4D4FF;
    text-align: center;
    padding: 30px 20px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #B4D4FF;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #B4D4FF;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul a:hover {
    color: #B4D4FF;
  }
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
  }
  
  @media (max-width: 575px) {
    #footer .footer-top .footer-info {
      margin: -20px 0 30px 0;
    }
  }
  .bold-label {
    font-weight: bold;
}

.label {
    font-weight: bold;
}

.input {
    height: 2rem;
}

.input1 {
    height: 2.3rem;
}

.b1 {
    width: 80px;
    height: 35px;
    background-color: #11009E;
    border: none;
    color: white;
    border-radius: 4px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.b2 {
    width: 80px;
    height: 35px;
    background-color: #f44336;
    border: none;
    color: white;
    border-radius: 4px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;

}

.b2:hover {
    color: white;
}

#successAlert {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 40%;
    padding: 20px;
    font-size: 22px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Spinner Overlay (Covers entire screen, not inside body) */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    /* Above modal */
}

/* Loader Square 7 (Inside Overlay) */
.loader-square-7 {
    width: 100px;
    height: 100px;
    position: relative;
    transform: rotateZ(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.loader-square-7>div {
    width: 50%;
    height: 50%;
    position: relative;
}

.loader-square-7>div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    animation: anm-sq-7-move 2s infinite linear both;
    transform-origin: 100% 100%;
}

.loader-square-7>div:nth-child(2) {
    transform: rotateZ(90deg);
}

.loader-square-7>div:nth-child(4) {
    transform: rotateZ(180deg);
}

.loader-square-7>div:nth-child(3) {
    transform: rotateZ(270deg);
}

.loader-square-7>div:nth-child(2)::before {
    animation-delay: 0.3s;
}

.loader-square-7>div:nth-child(4)::before {
    animation-delay: 0.6s;
}

.loader-square-7>div:nth-child(3)::before {
    animation-delay: 0.9s;
}

@keyframes anm-sq-7-move {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* Initial button styles */
.custom-btn {
    background-color: #3498db;
    border: 2px solid #3498db;
    padding: 5px 10px;
    color: white;
    text-align: center;
    font-size: 15px;

    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.custom-btn span {
    position: relative;
    z-index: 1;
}

.custom-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.5s;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
}

.custom-btn:hover {
    color: #3498db;
    background-color: white;
}

.custom-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}