  /* Background Image for Body */
  @font-face {
  font-family: 'NTR';
  src: url('/NTR.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
  body {
    background: url('bg.jpg') no-repeat center center fixed;
    background-size: cover;
    background-color:  #206267;
    color: #ffffff;
}
body {
    font-family: 'NTR', sans-serif  !important;
   
    font-size: 16px; /* Adjust as needed */

}

 /* Sidebar Styling */
 .sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 50;

    left: -250px;
    background: rgba(49, 79, 98, 0.2);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
    padding-bottom: 80px;
    overflow-y: auto;
    transition: 0.3s ease-in-out;
    z-index: 1050; /* Keep above blurred background */
}

.sidebar a {
    color: white !important;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;

}

.sidebar a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white !important;
}

/* Sidebar Open */
.sidebar.open {
    left: 0;
}

/* Content Area */
.content {
    margin-left: 0; /* Default for mobile */
    padding: 40px;

    transition: 0.3s ease-in-out;
    color: white;
}

/* Adjust content margin when sidebar is open */
.content.shift {
    margin-left: 250px;
}

/* Sidebar visible on larger screens */
@media (min-width: 992px) {
    .sidebar {
        left: 0;
    }
    .content {
        margin-left: 250px;
    }
    .toggle-btn {
        display: none; /* Hide toggle button on large screens */
    }
}
 
.navbar {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}
.navbar-brand {
position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #ffff !important;
}
.navbar-brand:hover {
    color: #ffff !important; /* Change hover effect */
}
.navbar-brand img {
height: 30px; /* Adjust logo size */
}
/* Toggle Button */
.toggle-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    background: rgba(49, 79, 98, 0.2);
    color: white;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 1000;
}
  /* User Dropdown */
  .user-dropdown {
    position: relative;
    cursor: pointer;
}
.user-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}
.dropdown-menu {
    color: white !important; /* Change text color */
    background-color: rgba(0, 0, 0, 0.1) !important; /* Change background color */
}

.dropdown-item {
    color: white !important; /* Override Bootstrap styles */
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2) !important; /* Change hover effect */
}
   /* Fixed Bottom Navbar */
   .bottom-navbar {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
    background: rgba(15, 46, 99, 0.5);
    padding: 10px 0;
}

.bottom-navbar .nav-item {
    flex: 1;
    text-align: center;
}

.bottom-navbar a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.bottom-navbar a:hover {
    color: #ffc107;
}
.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: white;
}

/* .btn-facebook { background: #3b5998; }
.btn-twitter { background: #1da1f2; }
.btn-whatsapp { background: #25d366; }
.btn-linkedin { background: #0077b5; }
.btn-copy { background: #333; } */

.btn-facebook:hover { background: #2d4373; }
.btn-twitter:hover { background: #0c85d0; }
.btn-whatsapp:hover { background: #1ebe5d; }
.btn-linkedin:hover { background: #005582; }
.btn-copy:hover { background: #555; }

.share-icon {
    width: 18px;
}

  /* Card Styling */
  .card {
    background: rgba(17, 17, 17, 0.1) !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
    color: #ffffff !important;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}
  .rasicard {
      background: rgba(17, 17, 17, 0.1);
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;

      color: #ffffff;
      overflow: hidden;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
       /* Card Styling */
       .mycard {
        background: rgba(17, 17, 17, 0.1);
        border-radius: 10px;
        height: 150px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        color: #ffffff;
        overflow: hidden;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }

    .mycard:hover {
        transform: translateY(-5px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    }

    .mycard img {
        max-width: 150px;
      max-height: 150px;
        object-fit: cover;
        padding: 10px;
    }

    .mycard-body {
        padding: 10px;
        color: #ffffff;
    }

     .mycard-title {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }

    .mycard-text {
        font-size: 16px;
        color: #ffffff;
    }

    .custom-btn {
        background: #007bff;
        color: white;
        padding: 6px 8px;
        font-size: 12px;
        border-radius: 5px;
        text-decoration: none;
        display: inline-block;
        transition: background 0.3s ease-in-out;
    }
    .log-btn {

        color: white;
        padding-left: 0;

        text-decoration: none;
        display: inline-block;
        transition: background 0.3s ease-in-out;
    }

    .custom-btn:hover {
        background: #0056b3;
    }
    a {
        color: inherit; /* Inherits text color from the parent */
        text-decoration: none; /* Removes underline */
    }

    a:hover {
        color:inherit; /* Change color on hover */
        text-decoration: none; /* No underline on hover */
    }
        /* Responsive Slider Styling */
        .carousel-item img {
            width: 100%;
            height: 60vh; /* Responsive height */
            object-fit: cover; /* Ensures images fit well */
        }

        @media (max-width: 768px) {
            .carousel-item img {
                height: 40vh; /* Smaller height for mobile */
            }
        }

        .carousel-caption {
            background: rgba(0, 0, 0, 0.5);
            padding: 10px;
            border-radius: 5px;
        }
    /* Footer Menu Styling */
    .footer ul {
        background: rgba(0, 0, 0, 0.2); /* Black background for menu */
        padding: 10px;
        border-radius: 5px;
    }

    .footer ul li {
        list-style: none;
        padding: 8px 0;
        color: white; /* White font */
    }
    .line15 {
    line-height: 1.2;  /* Adjust this value for tighter spacing */

    }
    p.firstpar {
        margin-top: -1em;
        margin-left:1px ;
        text-indent: 2em;

      }
      p.nextpar {
        margin-top: -1em;
        text-indent: 2em;

      }
        /* Custom Card Styling */

   .custom-card {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #ffffff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

/* Default: Image on the Left */
.custom-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Mobile: Stack Image and Text Vertically */
@media (max-width: 768px) {
    .custom-card {
        flex-direction: column;
        /* width: 160px; */
        padding: 10px;
    }
    .custom-card img {
        /* width: 150px;
        height: 150px; */
        border-radius: 10px 10px 0 0;
    }

.custom-card-title {
    font-size: 16px;
    font-weight: bold;

}

.custom-card-text {
    font-size: 12px;

}
}

.custom-card-body {
    padding: 15px;
}

.custom-card-title {
    font-size: 14px;
    font-weight: bold;

}

.custom-card-text {
    font-size: 14px;

}

.custom-btn {
    background: #007bff;
    color: white !important;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out;
}

.custom-btn2 {
    background: #075231;
    color: white !important;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out;
}
.custom-btn:hover {
    background: #0056b3;
    color: white !important;
}
.custom-btn2:hover {
     background: #066241;
    color: white !important;
}
 /* Apply Blur Effect When Sidebar is Open */
 .blur-effect {
    filter: blur(8px);
    backdrop-filter: blur(8px); /* Smooth glass-like effect */
    pointer-events: none; /* Prevent interactions with blurred background */
}

.custom-list li {
    line-height: 1.2;  /* Adjust this value for tighter spacing */
    padding: 3px 0;   /* Reduces extra padding */
  }
  a, a:hover, a:focus, a:active {
    text-decoration: none !important;
    color: inherit !important;
}

 .card-img-left {
     width: 100%;
     height: 100%;
     object-fit: cover;
     padding-top: 15px;
     padding-bottom: 15px;
     /* Ensures image maintains aspect ratio */
    min-height: 180px;
    border-radius: 15px !important;

     /* Prevents image from becoming too small */
 }

 .profile-card {
    background: rgba(17, 17, 17, 0.1) !important;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
color: #ffffff !important;
text-align: center;
    padding: 20px;
}
.profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    margin-top: -60px;
}

.wd-5 {
    
    width:25px;
}

.logbutton {
     width: 250px;
    margin-top: 25px;
    padding:10px;
    
     background: rgba(98, 37, 210, 0.5) !important;
border-radius: 10px;
}


.myinput {
     
    padding:5px;
    color: #ffff !important;
     background: rgba(98, 37, 210, 0.3) !important;
     
border-radius: 10px;
}

.form-group {
            margin-bottom: 1.2rem;
             
        }

        label {
            display: block;
            margin-bottom: 0.5rem;
            color: #ffff;
            font-weight: 600;
        }

        input[type="text"],
        /* input[type="number"], */
        input[type="email"],
        input [type="time"],
        input[type="date"] {
            width: 100% !important;
            padding: 0.6rem 1rem !important;

            border: 1px solid #ccc !important;
            border-radius: 6px !important;
            font-size: 1.2rem !important;

            background: rgba(17, 17, 17, 0.1) !important;
            /* 🟡 Light saffron background */
            color: #f3f1ee !important;
            /* 🟤 Dark brown font color */

            transition: border-color 0.3s, background-color 0.3s;
        }

       

        input:focus {
            border-color: #ff9800;
            background-color: #fff8e1;
            outline: none;
        }

        .btn-submit {
            width: 100%;
            padding: 0.7rem;
            font-size: 1rem;
            border: none;
            
            border-radius: 6px;
            background-color: #007bff;
            color: #fff;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }

        .btn-submit:hover {
            background-color: #0056b3;
        }
          .fcard {
           background: rgba(17, 17, 17, 0.1) !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
    color: #ffffff !important;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

            
           
            padding: 2rem;
            max-width: 500px;
            width: 100%;
        }

        .fcard h2 {
            text-align: center;
            margin-bottom: 1.5rem;
            color: #ffff;
        }

         .card_div {
            
           
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }
        .card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}