﻿@font-face 
{
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.TTF');
  src: local("?"), url('../fonts/Poppins-Regular.woff') format("woff"), url('../fonts/Poppins-Regular.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.TTF');
  src: local("?"), url('../fonts/Poppins-SemiBold.woff') format("woff"), url('../fonts/Poppins-SemiBold.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.TTF');
  src: local("?"), url('../fonts/Roboto-Regular.woff') format("woff"), url('../fonts/Roboto-Regular.TTF') format("truetype"); 
}

html, body{font-family:Roboto-Regular, Calibri, Arial; color:#000; font-size:18px; line-height: 22px; background:#ffffff;}
p{font-size: 17px;}

a{color: #000;; text-decoration:none; transition:color 0.3s ease-in-out;}
a:hover{color:#242b3e; text-decoration:none;}
.clearfix{width:100%;}
/* Back to top button */
.back-to-top{position:fixed; display:none; background: #242b3e; color:#fff; width:44px; height:44px; text-align:center; line-height:1; font-size:16px; border-radius:50%; right:15px; bottom:15px; transition:background 0.5s; z-index:999;}
.back-to-top i{padding-top:12px; color:#fff;}
.header{margin:0; padding:0;}
.header-upper{background: #242b3e; height:35px;}
.Login_btn{background:#fcae39; color:#fff !important; }
.logo{padding:0; display:inline-block; font-size:30px; font-weight:bold; text-transform:uppercase; color:#333;}
.logo img{margin-top: -6px; height: 45px;}
.logo a{color:#242b3e; text-decoration:none;}
.logo a:hover{color: #242b3e; text-decoration:none;}
#favicon {border-radius: 20px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav, .main-nav * {margin:1px 2px 0; padding:0; list-style:none; }
.main-nav > ul > li{position: relative; white-space: nowrap; float: left; margin: 0 1px 0;}
.main-nav a{display:block; color:#242b3e; position:relative; margin:0; padding:10px 8px; margin:0 1px; text-decoration:none; transition:0.3s; font-weight:normal; line-height:20px; font-size:16px; }
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {color:#9381ff; text-decoration:none;}
.main-nav li a:focus{color:#242b3e; text-decoration:none;}
.main-nav .drop-down ul {display:block; position:absolute; left:0; top:calc(100% + 30px); z-index:999; opacity 0; visibility:hidden; padding:0; background:#fff; box-shadow:0px 0px 30px rgba(127, 137, 161, 0.25); transition:ease all 0.3s;}
.main-nav .drop-down:hover > ul {opacity:1; top:100%; visibility:visible;}
.main-nav .drop-down li {min-width:180px; position:relative;}
.main-nav .drop-down ul a {padding:10px 20px;font-size: 13px;color: #242b3e; border-right:none;}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {color:#ffffff; background:#9381ff;}
.main-nav .drop-down > a:after {content:"\f107"; font-family:FontAwesome; padding-left:5px;}
.main-nav .drop-down .drop-down ul {top:0; left:calc(100% - 30px);}
.main-nav .drop-down .drop-down:hover > ul {opacity:1; top:0; left:100%;}
.main-nav .drop-down .drop-down > a {padding-right:35px;}
.main-nav .drop-down .drop-down > a:after {content:"\f105"; position:absolute; right:15px;}

/* Mobile Navigation */
.mobile-nav {position:fixed; top:0; bottom:0; z-index:9999; overflow-y:auto; left:-260px; width:260px; padding-top:18px; background: #1f1f28; transition:0.4s;}
.mobile-nav * {margin: 0;padding: 0;list-style: none;}
.mobile-nav a {display:block; position:relative; color:#fff; padding:5px 10px; font-weight:500; font-size:13px;}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {color:#9381ff; text-decoration:none;}
.mobile-nav .drop-down > a:after {content:"\f078"; font-family:FontAwesome; padding-left:10px; position:absolute; right:15px;}
.mobile-nav .active.drop-down > a:after {content:"\f077";}
.mobile-nav .drop-down > a {padding-right:35px;}
.mobile-nav .drop-down ul {display:none; overflow:hidden;}
.mobile-nav .drop-down li {padding-left:20px;}
.mobile-nav-toggle{position:fixed; right:0; top:8px; z-index:9998; border:0; background:none; font-size:24px; transition:all 0.4s; outline:none !important; line-height:1; cursor:pointer; text-align:right;}
.mobile-nav-toggle i {margin:10px 10px 0 0; color: #242b3e;}
.mobile-nav-overly{width:100%; height:100%; z-index:9997; top:0; left:0; position:fixed; background:rgba(19, 39, 57, 0.8); overflow:hidden; display:none;}
.mobile-nav-active {overflow:hidden;}
.mobile-nav-active .mobile-nav {left:0;}
.mobile-nav-active .mobile-nav-toggle i {color: #374469;}

.nav-justified > .nav-link, .nav-justified .nav-item{margin: 0 2px;}
.fixed-top{top:-40px; transform:translateY(40px); transition:transform .3s; background:#fff; box-shadow: 0 0 10px #ccc;}
.master-wrapper-content{margin-top: 70px;}
.nav_bar{background:#ffffff  ; padding:5px 0;}  /* updated on 09/05/2025 at 11.50 am */
.main_container{width:100%; min-height:400px; margin:10px 0;}
.nav-link{color:#333;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color:#242b3e;}

.Login_btn{background-color: #242b3e; border-radius:10px; padding: 10px 25px !important;}
.Login_btn:hover {background-color: #084c61  ;}
.save-btn{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF; border-radius: 5px; padding: 2px 5px;}
.save-btn:hover{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF;}
.Blue-heading{ color: #242b3e;}

.form_head{font-size:25px; text-transform:uppercase; text-align:center; color: #242b3e; font-weight:bold; margin:0 0 20px;}
.form_tab{width:100%; margin:0 0 20px;}
.form_tab ul{margin:0; padding:0;}
.form_tab ul li{margin:0 0 10px; padding:0 20px 0 0; list-style-type:none; display:inline-block;}
.form_tab ul li a{color:#7c7c7c; text-decoration:none;}
.form_tab ul li.active{color: #242b3e;}
.form_tab ul li.active .no{background: #242b3e; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}

.form_tab ul li .no{background:#7c7c7c; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}
.form_tab ul li .line{width:150px; height:1px; border-bottom:1px solid #7c7c7c; margin: 17px 0 0; float: left;}
.form_tab ul li.active .line{width:150px; height:1px; border-bottom:1px solid #242b3e; margin: 17px 0 0; float: left;}
/*--------------------------------------------------------------
# Error msg
--------------------------------------------------------------*/
.error_msg{color:#cd1414; position:absolute; font-size:11px; display:block; margin:15px 0 0;}
.mandatory{color:#cd1414;}
.validation {color: #cd1414;font-size: 13px;position: absolute;margin: 0;top: inherit !important;left: inherit !important;}
.form-label{margin:0;}
.form-check-label{font-size: 14px;}
.form_heading{font-size:20px; text-transform:uppercase; color:#18ca96; border-bottom:1px solid #18ca96;}
.DatePick{background: #fff url(../images/CalIcon.png) right center no-repeat; background-position: right; background-repeat: no-repeat;}
.form-control {font-size: 14px; background-color: #fbfffe;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer{background: #9381ff; color:#fff; padding:40px 0 20px;}
.footer_logo{height:50px;}
.footer_head{font-size:20px; font-weight:bold; margin:0 0 10px;}
.footer_link{width:100%; margin:0; padding:0 0 20px;}
.footer_link ul{margin:0; padding:0;}
.footer_link ul li{margin:0; padding:0 0 5px; display:block; list-style-type:none;}
.footer_link ul li a{color:#fff;}
.footer .sociallink{width:100%;}
.footer .sociallink a{color:#fff; font-size:20px; margin:0 5px 0 0;}
.footer .sociallink a:hover{color:#ddd7ff;}
.footer .AddressDiv{margin:0 0 20px;}
.footer .AddHead{font-size:15px; letter-spacing:1px; font-weight:bold;}
.footer-logo{height: 40px; display: flex; align-items: center;}
.footer-logo-img{max-height: 100%; max-width: 100%; object-fit: contain;}
.copyright{font-size:14px; color:#fff; text-align:center; padding:5px 0; margin:10px 0 0; border-top:1px solid #ccc;}

/*--------------------------------------------------------------
# Start Datatable CSS
--------------------------------------------------------------*/
.table {color: #333;border: 1px solid rgb(225, 225, 225);}
.table tr {border-bottom: 1px solid #ffffff;border-bottom: 1px solid rgb(225, 225, 225);}
.table thead {background: #ece9ff;color: #000000;border-bottom: 1px solid rgb(225, 225, 225);font-weight: normal;}
table.dataTable.no-footer {border-bottom: 0;}
table.dataTable thead th {padding: 5px;}
table.dataTable tbody td {padding: 5px;}
.dataTables_wrapper .dataTables_paginate .paginate_button {padding: 0px 8px;background: #9381ff;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {background: #9381ff; border-radius: 10px;color: #fff !important;}
.dataTables_length {display: none;}
.dataTables_length select {border: 1px solid #242b3e; padding: 2px 8px;border-radius: 6px; outline: none;}
.dataTables_info {display: none;}
.dataTables_filter {display: block;margin-bottom: 7px;border-radius: 10px;border-color: #242b3e !important;}
.dataTables_filter input {border: 1px solid #242b3e;border-radius: 6px;}
.table .fa {font-size: 13px;}
.dataTables_wrapper .dataTables_filter input {
    padding: .375rem .75rem;
    border: 1px solid rgb(199, 199, 199); border-radius:6px;
}

/*--------------------------------------------------------------
# End Datatable CSS
--------------------------------------------------------------*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #242b3e;
    border-color: #dee2e6 #dee2e6 #242b3e;
}
.nav-logo {height: 40px;margin-top: -1px;}
.fa-icon {color: #343a40;}
.fa-search {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);color: #58069b;cursor: pointer;}
.bot-message {  background-color: #e7ebf0;color: #000000;align-self: flex-start;margin-right: auto;}
.input-area {border-radius: 10px;background-color: #e7ebf0;position: sticky;bottom: 0;z-index: 100;color: #333;}
.bg-chat-input {background-color: #ffffff;border-radius: 15px;color: #333;}
#userInput:focus {outline: none;box-shadow: none;}
.search_bar {padding: 8px;border: 1px solid #242b3e;border-radius: 10px;margin: 5px;width: 96%;margin-left: 7px;}

.input-group {padding: 20px 10px;border-radius: 15px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);overflow: hidden;background-color: white;}
.input-group-text {background-color: transparent;border: none;}
.form-control {border: block;box-shadow: none !important;border-radius: 6px;}

/*--- card ---*/
.card {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);padding: 5px;}

/*--- All Button---*/
.btn {font-size: 14px; font-weight:bold;}
.btn-primary{background: #9381ff; border:1px solid #9381ff;}
.btn-primary:hover{background:#8370f4; border:1px solid #8370f4;}
.btn-primary:focus{background: #9381ff; border:1px solid #9381ff;}
.btn-light {transition: none !important;border: 1px solid #9381ff;padding: 7px 18px;border-radius: 10px;color: #9381ff;background-color: transparent;box-shadow: none;}
.btn-light:hover {border: 1px solid #9381ff; padding: 7px 18px; background-color: #7c67f9;color: white;box-shadow: none; }
.btn-add { font-size: 16px;padding: 8px 16px;  border-radius: 10px;color: #fff;background-color: #242b3e;border-color: #242b3e;}
.btn-add:hover {color: #fff;background-color: #374469;border-color: #374469;}
.btn-grey {padding: 8px 14px;border-radius: 10px;color: #000000;background-color: #f1f1f1;border-color: #c2c2c2;}
.btn-grey:hover {color: #000000;background-color: #ffbb09;border-color: #c2c2c2;}
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {color: #fff;background-color: #242b3e;border-color: #242b3e;}

.card-table {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);}
.card-table-body {padding: 0;}
.card-table table {width: 100%;border-collapse: separate;border-spacing: 0;}
.card-table th,
.card-table td {padding: 12px 16px;text-align: left;vertical-align: middle;}
.card-table th {color: #64748b;}
.table>:not(:last-child)>:last-child>* {border-bottom: 1px solid rgba(100, 116, 139, 0.1);font-weight: normal;}
.card-table tr {border-bottom: 1px solid #e0e0e0;}
.card-table thead tr {background-color: #f8f9fa;}

.label {color: black !important;}
.custom-contact-field {display: flex;gap: 10px;}
.custom-contact-field select,
.custom-contact-field input {flex: 1;}
.custom-contact-field select {flex: 0 0 130px;}

#back-to-home {font-size: 16px; font-weight: 500; color:  #9381ff;}

.form-check .form-check-input {border: 1px solid rgb(205, 205, 205);box-shadow: none;}
.form-card {border: 1px solid rgb(205, 205, 205);border-radius: 6px;}
.form-card:hover {border-color: #242b3e;}
.dropdown-icon {pointer-events: none;font-size: 1rem;color: #6c757d}
select.form-control {appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;}

.navbar-toggler-icon{margin-left: 24px !important;margin-top: 7px !important;}
.user_image{height: 20px;width: 20px;border-radius: 50px;} 
.main-heading{color: #000; font-size: 32px; font-weight: 700;}

.fa-arrow-up{transform: rotate(45deg);}
.card-heading{color: #000; font-size: 24px; font-weight: 600;}

.nav-tabs .nav-link {border: none;border-bottom: 3px solid transparent;color: #333;font-weight: 500;margin-right: 20px;}
.nav-tabs .nav-link.active {border-color: #242b3e;color: #242b3e;}
.form-select{ border-radius: 6px; font-size: 14px;}
.ellipsis {display: inline-block;max-width: 110px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;}

/* Status and Priority Badge */
#badge-open {display: inline-block;padding: 0px 14px;background-color: #eff6ff;color: #3f65ee;border:1px solid #3f65ee; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-InProgress {display: inline-block;padding: 0px 14px;background-color: #fefce8;color: #ca9955;border: 1px solid #ca9955; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Closed {display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-High {display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Medium {display: inline-block;padding: 0px 14px;background-color: #fff7ed;color: #ef740c;border: 1px solid #ef740c; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Low {display: inline-block;padding: 0px 14px;background-color: #f0fdf4;color: #16a670;border: 1px solid #16a670; font-size: 10px;border-radius: 15px;font-weight: 500;}0
.status-icon {width: 14px;height: 14px;border-radius: 50%;display: inline-block;margin-right: 10px;vertical-align: middle;}
.open { background-color: #c7d7fa; }
.progress { background-color: #ffe18f; }
.resolved { background-color: #a5f0c5; }
#badge-new{
    display: inline-block;
    padding: 0px 14px;
    background-color: #e9edff;
    color: #3b5bdb;
    border: 1px solid #3b5bdb;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}


.resource-card {background-color: #f3f7f9;border-radius: 12px;padding: 20px;text-align: center;height: 100%;transition: 0.2s ease;}
.resource-card:hover {background-color: #ffd569;}                 /* 05/05/2025 after 03:30 PM */
.resource-icon {background-color: rgba(217, 240, 247, 0.3); border-radius: 50%;width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;margin: 0 auto 10px auto;font-size: 18px;}     /* 05/05/2025 after 03:30 PM */
  
.floating-btn {position: fixed;bottom: 20px;right: 20px;background-color: #242b3e;color: white;width: 48px;height: 48px;border-radius: 50%;display: flex;justify-content: center;align-items: center;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);font-size: 24px;border: none;}
.icon-circle {width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 16px;}


#badge-Verified{display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Pending{display: inline-block;padding: 0px 14px;background-color: #fefce8;color: #ca9955;border: 1px solid #ca9955; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Rejected{display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Completed{display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Flagged{display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 15px;font-weight: 500;}
.arrow-sort{height: 15px;margin-top: -4px;}

/* Website 07/05/2025 Time: 03.00 PM */
.Login_btn_nav{background-color: transparent;border-radius: 10px;font-weight: bold; padding: 10px 25px !important; border: 1px solid #9381ff;color: #9381ff !important;}
.Login_btn_nav:hover {background-color: #9381ff; color: #fff !important;}
.btn-signup{background-color: #9381ff;color: white !important;font-weight: bold; border-radius: 10px;font-weight: bold; padding: 10px 25px !important; border: 1px solid #9381ff;}
.btn-signup:hover {background-color: transparent;border: 1px solid #9381ff;color: #9381ff !important;}


.badge-sky {background-color: #cae2ec;padding: 6px 20px;border-radius: 20px;color: #4fb6de;width: auto; }
.fa-sky{color: #43b2dd;}
.fw-bold {font-weight: 900 !important;}


.password-container {position: relative;}
#Login_Password {padding-right: 40px; }
#togglePassword {position: absolute;top: 50%;right: 10px;transform: translateY(-50%);cursor: pointer;}

.badge-accordian {padding: 14px 18px;border-radius: 50%;background-color: #242b3e;}
.filter-container {text-align: left;}
.advanced-filter-row {display: none;margin-top: 10px;gap: 20px;align-items: flex-start;}
.advanced-filter-row .filter-group {display: flex;flex-direction: column;}
.filter-group label {margin-bottom: 5px;font-weight: bold;font-size: 14px;}
.filter-group input,
.filter-group select {padding: 8px;font-size: 16px;width: 150px;border-radius: 8px;border: 1px solid #d1d1d1 !important;}
.toggle-btn {padding: 8px 16px; border-radius: 8px;border: 1px solid #d1d1d1 !important;background-color: transparent;color: rgb(0, 0, 0);border: none;cursor: pointer;}
.toggle-btn:hover {background-color: #ffbb09;}
.search-btn {margin-top: 24px; border-radius: 8px;padding: 8px 16px;background-color: #242b3e;color: white;border: none;cursor: pointer;}
.search-btn:hover {background-color: #374469;}
.row-flex {display: flex;flex-wrap: wrap;}

.Login_box {padding: 30px;box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.01);position: relative;overflow: hidden;border-radius: 10px;margin: 100px 10px 40px 10px;transition: all 0.3s ease-in-out;border: 1px solid #e8e8e8;}
.title{color: #9381ff;}
#profile-frame {width: 120px;height: 130px;border: 1px solid #ccc;border-radius: 4px;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;background-color: #f9f9f9;  cursor: pointer;margin-bottom: 8px;}
#profile-frame img {width: 100%;height: 100%;object-fit: cover;display: block; }
#profile-frame label {position: absolute;inset: 0;margin: 0;cursor: pointer;}
#placeholder-icon {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;}
#ProfilePhoto {display: none;}
.mandatory {color: #cf0000;}
.btn-search{ border-radius: 6px; border: 1px solid rgb(199, 199, 199);}
#badge-active{display: inline-block;padding: 0px 14px;background-color:#00af34 ;color: #ffffff;border: 1px solid #00af34; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-inactive{display: inline-block;padding: 0px 14px;background-color:#848484 ;color: #ffffff;border: 1px solid #848484; font-size: 10px;border-radius: 15px;font-weight: 500;}
.feature-icon {width: 40px;height: 40px;background-color: #e6e6ff;color: #5c6bc0;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 20px;margin-right: 12px;}  

/*---Home Start----*/
.hero {display: flex;flex-direction: row;justify-content: space-between;align-items: center;height: 100vh;background: linear-gradient(to right, #000000, #9381ff);color: white;padding: 2rem;overflow: hidden;}
.hero-content {flex: 1;padding-right: 2rem;}
.hero-content h1 {font-size: 3rem;font-weight: bold;}
.highlight {color: #ffbb88;}
.hero-content p {margin: 1rem 0;font-size: 1.2rem;color: #e0e0e0;}
.hero-buttons {margin-top: 2rem;}
.hero-buttons button {padding: 12px 20px;margin-right: 1rem;border: none;border-radius: 50px;font-weight: bold;cursor: pointer;transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;will-change: transform;}
.hero-buttons button:hover {transform: scale(1.05);}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content {animation: slideUp 1s ease-out forwards;animation-delay: 0.1s;}
.animate-slide-up {transform: translateY(50px);opacity: 0;transition: all 1s ease;}
.animate-slide-up.visible {transform: translateY(0);opacity: 1;}

.btn-primary-hero {background-color: #ffffff;color: #000000;}
.btn-primary-hero:hover {background-color: #f0f0f0;color: #000;}
.btn-secondary-hero {background-color: transparent;color: #ffffff;border: 1px solid #ffffff !important;}
.btn-secondary-hero:hover {background-color: rgba(255, 255, 255, 0.1);color: #ffffff;}
.hero-image-container {flex: 1;position: relative;display: flex;align-items: center;justify-content: center;}
.hero-right-image{   width: 90%;border-radius: 15px;height: 320px;}


/* .hero-image-container img {width: 80%;max-width: 400px;animation: rotate360 10s linear infinite;}
@keyframes rotate360 {
from {transform: rotateY(0deg);}
to {
transform: rotateY(360deg);
}
} */

.animate-left {transform: translateX(-50px);}
.animate-left.visible {transform: translateX(0);opacity: 1;}
.animate-up {transform: translateY(50px);transition: all 0.8s ease-out;}
.animate-up.visible {opacity: 1;transform: translateY(0);}
.animate-right {transform: translateX(50px);}
.animate-right.visible {transform: translateX(0);opacity: 1;}
.why-section {padding: 60px 15px;background-color: #f9fafb;}
.highlight-label {color: #ff7043;font-weight: bold;font-size: 14px;display: inline-block;margin-bottom: 10px;}
.text-block,
.image-block {opacity: 0;transition: all 1s ease;}
.cta-box {background: linear-gradient(135deg, #9d8df1 0%, #bcbcf9 100%);position: relative;overflow: hidden;border-radius: 20px;}
.cta-box::before,
/* .cta-box::after {content: "";position: absolute;border-radius: 50%;opacity: 0.2;background-color: #ffffff;}
.cta-box::before {width: 300px;height: 300px;top: -100px;left: -100px;}
.cta-box::after {width: 400px;height: 400px;bottom: -150px;right: -100px;} */
.btn-chat{align-items: center; font-size: 16px;background-color: #25D366; color: white;text-decoration: none;padding: 6px 20px;border-radius: 20px;margin-top: 8px;}
.btn-chat:hover {background-color: #1a9848; color: white;}
.btn-white{align-items: center; font-size: 16px;background-color: #ffffff;  color: #9381ff !important;text-decoration: none;padding: 6px 20px;border-radius: 20px;margin-top: 8px;}
.btn-white:hover {background-color: #feffc6; color: rgb(0, 0, 0) !important;}

.card-custom {border: none;border-radius: 20px;color: white;transition: transform 0.3s ease, box-shadow 0.3s ease;}
.card-custom-purple{border: none;border-radius: 20px;color: white;}
.card-custom:hover {transform: translateY(-8px);box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);}
.card-lg {padding: 30px;height: 190px;}
.card-sm {padding: 20px;height: 180px;}
.bg-purple { background-color: #8a6df1; }
.bg-pink { background-color: #f25c8e; }
.bg-orange { background-color: #f6a530;}
.bg-teal { background-color: #20c2b6; }
.bg-indigo { background-color: #7a5ef8; }
.icon {font-size: 28px;margin-bottom: 12px;}
.card-title {font-size: 20px;font-weight: 600;}
.card-text {font-size: 16px;opacity: 0.9;}
.learn-more {cursor: pointer;display: inline-block;font-weight: 600;color: inherit;position: relative;padding-bottom: 2px;transition: color 0.3s ease;}
.learn-more .arrow {margin-left: 5px;transition: margin-left 0.3s ease;}
.learn-more:hover {text-decoration: underline;}
.learn-more:hover .arrow {margin-left: 8px;}

.testimonial-card {background: white;border-radius: 12px;box-shadow: 0 0 15px rgba(0,0,0,0.05);padding: 20px;height: 100%;}
.testimonial-card .quote-icon {font-size: 24px;color: #7c4dff;}
.testimonial-img {width: 40px;height: 40px;border-radius: 50%;object-fit: cover;margin-right: 10px;}

.stats-section {background: linear-gradient(135deg, #9f8fff, #937bff);color: white;padding: 60px 20px;text-align: center;}
.stats-box {padding: 30px;border-radius: 12px;background-color: rgba(255, 255, 255, 0.1);margin: 10px 0;}
.stats-box h3 {font-weight: bold;font-size: 28px;}
.stats-box p {margin: 0;font-size: 14px;}

.whatsapp-badge {display: inline-flex;align-items: center; font-size: 16px;background-color: #25D366; color: white;text-decoration: none;padding: 6px 20px;border-radius: 20px;margin-top: 8px;}
.whatsapp-icon {width: 16px;height: 16px;margin-right: 8px;}
.whatsapp-badge:hover {background-color: #1a9848; color: white;}

.section-heading { font-size: 34px;font-weight: 600;text-align: center;line-height: 1;} 
.section-subtext {text-align: center;color: #666;margin-bottom: 30px;}
/*---Home End----*/

/*---About Start----*/
.section-title {color: #000;font-weight: bold;margin-bottom: 15px;}
.purple-bg {
    background: linear-gradient(135deg, #ab00a5, #287bff);
    padding: 150px 10px 90px 10px;
    text-align: center;
}
.mission-values .card {border: none;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}
.leadership-card img {width: 100%;border-radius: 10px 10px 0 0; height: 200px; object-fit: cover;}
.leadership-card {text-align: center;}
.cta-section {background-color: #f6f4ff;padding: 80px 20px;}
.cta-section .btn {margin: 10px;}
.designation{color:#9d8df1 ;}

.btn-Purple{align-items: center; font-size: 16px;background-color: #9381ff;  color: #ffffff !important;text-decoration: none;padding: 6px 20px;border-radius: 20px;margin-top: 8px;}
.btn-Purple:hover {background-color: #7c67f9; color: rgb(255, 255, 255) !important;}
.bg-round-icon{height: 40px; width: 40px; border-radius: 50%; background-color: #f2ffb4;}
/*---About End----*/

/*---Contact Start----*/
.contact-icon{font-size: 20px; color: #9381ff;}
.notification-red-badge{    position: absolute;top: 4px;right: 4px;padding: 2px 4px;border-radius: 50%;background: red;color: white;font-size: 9px;}
/*---Contact End----*/

/*---FAQs Start----*/
.tab-btn {border: none;border-radius: 20px;padding: 6px 20px;margin: 5px;background-color: #eae6ff;color: #555;cursor: pointer;transition: 0.3s;}
.tab-btn.active {background-color: #9381ff;color: #ffffff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);}
.accordion-item {background-color: #fff;border-radius: 10px;margin-bottom: 10px;border: 1px solid #e0e0e0;}
.accordion-button {background-color: #fff;font-weight: 500;}
.accordion-button::after {font-family: "bootstrap-icons";transition: transform 0.2s ease-in-out;}
.accordion-button:focus {box-shadow: none;}
/*---FAQs End----*/

/*---Services Start----*/
.service-card {background-color: #f4f1ff;border-radius: 12px;padding: 25px;box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);transition: transform 0.3s ease;}
.service-card:hover {transform: translateY(-5px);}
.service-icon {width: 40px;height: 40px;background-color: #ffeedd;color: #7a4df1;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 20px;margin-bottom: 10px;}
.step-box {text-align: center;background-color: white;padding: 25px;border-radius: 12px;box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);height: 100%;}
.step-icon {width: 35px;height: 35px;background-color: #ffeedd;color: #7a4df1;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;font-weight: 600;margin-bottom: 10px;}
.step-title {font-weight: 600;font-size: 18px;}
.step-description {color: #555;font-size: 14px;}
.highlight-service {color: #7a4df1;font-weight: 600;}
.pricing-card {background: #fff;border-radius: 15px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);padding: 0;transition: all 0.3s ease;border: 1px solid #eee;display: flex;flex-direction: column;height: 100%;}
.card-header-custom {background-color: #9381ff; border-radius: 15px 15px 0 0;color: #FFF;padding: 20px;font-size: 22px;font-weight: 600;}
.price {font-size: 32px;font-weight: 700;color: #ffffff;margin-top: 20px;}
.price small {font-size: 18px;color: #FFF;}
.pricing-content {padding: 25px 20px;flex: 1;justify-content: space-between;}
.pricing-list {list-style: none;padding: 0;margin: 20px 0 25px 0;text-align: left;}
.pricing-list li {padding: 5px 0;position: relative;padding-left: 24px;font-size: 14px;color: #333;}
.pricing-list li::before {content: '\2713';position: absolute;left: 0;color: #7A4DF1;font-weight: bold;}
.btn-purple {background-color: #7A4DF1;color: white;border: none;padding: 10px 20px;border-radius: 8px;font-size: 14px;font-weight: 500;width: 100%;}
.btn-purple:hover {background-color: #6237cc;}
.custom-quote {font-size: 14px;margin-top: 30px;color: #555;}
.custom-quote a {color: #7A4DF1;text-decoration: none;font-weight: 500;}
.experience-section {background: #f7f4ff;padding: 60px 0;text-align: center;}
.experience-section h3 {font-weight: 700;margin-bottom: 15px;}
.experience-section p {color: #444;font-size: 15px;margin-bottom: 30px;max-width: 700px;margin-left: auto;margin-right: auto;}
.btn-outline-purple {border: 2px solid #7A4DF1;color: #7A4DF1;background-color: transparent;padding: 10px 20px;font-size: 14px;font-weight: 500;border-radius: 8px;}
.btn-outline-purple:hover {background-color: #7A4DF1;color: white;}
.text-muted {font-size: 16px;color: #6c757d !important;}
.grey-text{color: #6c757d; font-size: 18px; padding: 10px 16px; border-radius: 50% !important;}
/*---Services End----*/

/* CSS- Website V1 start */
#oval-btn{border: 1px solid #9381ff; border-radius: 45px; padding: 6px 16px; color: #9381ff; }
.footer-icon-img{height: 23px; width: 23px;}
.mobile-footer {position: fixed;bottom: 0;left: 0;width: 100%;background-color: #7A4DF1;display: none;justify-content: space-around;z-index: 1000;}
.footer-item {display: flex;flex-direction: column;align-items: center;color: #fff;text-decoration: none;font-size: 12px;}
.footer-item i { margin-top: 4px;font-size: 20px;margin-bottom: 4px;}
.footer-item.active {background-color: #ffffff;color: #003537;padding: 6px 12px;border-radius: 12px;}
.icon-home::before {content: "\f015";font-family: "Font Awesome 5 Free";font-weight: 900;}
.icon-call::before {content: "\f095";font-family: "Font Awesome 5 Free";font-weight: 900;}
.icon-whatsapp::before {content: "\f232";font-family: "Font Awesome 5 Brands";}
.icon-menu::before {content: "\f0c9";font-family: "Font Awesome 5 Free";font-weight: 900;}
.hero-section {
    background-color: #e1dcff;
}
.hero-title {font-weight: 700;font-size: 2.5rem;line-height: 1.3;}
.hero-subtext {font-size: 1rem;color: #555;margin-top: 1rem;max-width: 500px;}
.hero-image {max-width: 100%;height: auto;}
.purple-text{color: #7665dc;}
.btn-booknow{border: 1px solid #9381ff; border-radius: 45px; padding: 6px 16px; color: #9381ff;background-color: transparent; }
.btn-booknow:hover{border: 1px solid #9381ff; background-color: #937bff; color: white;}
.btn-join{border: 1px solid #9381ff; background-color: #937bff; color: white;border-radius: 45px; padding: 6px 16px;}
.btn-join:hover{border: 1px solid #9381ff;  color: #9381ff;background-color: transparent; }
.services-card {padding: 20px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);border-radius: 15px;}
.round-icon{background-color: #f2efff; padding: 10px; text-align: center; border-radius: 50%; height: 100px;width: 100px;}
.services-icon{height: 40px; width: 40px;}
.btn-request {border: 1px solid #fff; border-radius: 45px; padding: 6px 16px; color: #fff;background-color: transparent; color: white; }
.container_gap{min-height:75px; display: none;}

.floating-contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.floating-contact-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #007bff;
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s;
    white-space: nowrap;
}

.floating-contact-button i {
    font-size: 16px;
}

.floating-contact-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px); color: white;
}

.whatsapp-button {
    background-color: #25D366;
}

.whatsapp-button:hover {
    background-color: #0f9d41; color: white;
}
.loc-icon{color: #ff0000; font-size: 18px;}
#location-dropdown{border: none; background: transparent; font-size: 14px;}

.card-sub-heading {
    color: black;
    font-weight: 20px;
    font-weight: 600;
}

.profile-circle {
    width: 64px;
    height: 64px;
    background-color: #d9d9d9;
    border-radius: 50%;
    border: 2px solid #9381ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    color: #555;
}

.badge-label {
    background-color: #f0f0f0;
    color: #000;
    font-size: 0.72rem;
    padding: 5px 10px;
    margin-right: 6px;
}

.info-label {
    font-weight: 500;
    color: #6c757d;
    min-width: 140px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.info-value {
    text-align: right;
    float: right;
    color: #000;
    word-break: break-all;
    font-size: 16px;
}

.small-muted {
    font-size: 0.78rem;
    color: #777;
}

.info-block {
    margin-bottom: 10px;
}

.rounded-pill {
    border-radius: 50rem !important;
}

#badge-active-green {
    display: inline-block;
    padding: 6px 14px;
    background-color: #00af34;
    color: #ffffff;
    border: 1px solid #00af34;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

.doc-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 16px;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.doc-title {
    color: black;
    font-size: 16px;
}

.doc-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.doc-info {
    display: flex;
    gap: 10px;
}

.doc-icon {
    font-size: 18px;
    color: #555;
}

.doc-text {
    font-size: 14px;
}

    .doc-text p {
        margin: 0;
    }

    .doc-text .title {
        font-weight: bold;
        margin-bottom: 2px;
    }

    .doc-text .filename {
        color: #888;
        font-size: 12px;
    }

.doc-view {
    font-size: 14px;
    color: #2a6edc;
    font-weight: 500;
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
}

    .doc-view:hover {
        text-decoration: underline;
    }

.section {
    margin-bottom: 16px;
}

    .section h3 {
        font-size: 16px;
        margin-bottom: 8px;
        color: #444;
    }

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 999px;
    white-space: nowrap;
    border: 1px solid;
}

.blue-tag {
    background-color: #f3f6fd;
    color: #2c3e7a;
    border-color: #e0e6f9;
}

.yellow-tag {
    background-color: #fff5e0;
    color: #a97616;
    border-color: #ffeac2;
}

.countdown-container {
    text-align: center;
}

.countdown-title {
    font-weight: bold;
    font-size: 26px;
    color: #7665dc;
}
.text-purple {color: #a44ce0;font-weight: 500;}
.countdown-box {background: linear-gradient(135deg, #a44ce0, #287bff);color: white;font-weight: bold;font-size: 1.5rem;padding: 10px;border-radius: 12px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);text-align: center;}
.countdown-box span {display: block;font-size: 0.8rem;font-weight: normal;margin-top: 5px;}
.countdown {font-size: 30px !important;font-weight: bold !important;}
.caregiver-card {
    flex: 0 1 calc(25% - 20px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .caregiver-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }

/* CSS- Website V1 End */
.caregiver-image {
    border: 2px solid #9381ff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}
.celebration-tag {
    background: linear-gradient(to right, #691fe0, #f107a3);
    color: gold;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 12px;
    animation: hangRope 2s ease forwards;
}

#celebration {
    display: none;
    position: absolute;
    top: 15%;
    left: 24%;
    transform: translateX(-50%);
    z-index: 999;
    text-align: center;
}
.hero-section-mobile {
  
    display: none !important;
}
.care-solutions-icon{height:85px; width:85px;}
.care-sol-heading{font-size:24px;}

.btn-approve {
    background: #029f4f;
    border-radius: 8px;
    padding: 2px 16px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #029f4f;
}

    .btn-approve:hover {
        background: #027f3f;
        border: 1px solid #027f3f;
    }
/*---media----*/
@media (max-width: 768px) {
    .donut-chart {max-width: 260px;}
    .intro-info {margin: 150px 0 0;}
    .table-responsive td {white-space: normal !important;}  
    .content-header>.breadcrumb,
    .content-header>.container>.breadcrumb {top: 15px;}
    .responsive_table {width: 100%;overflow-x: scroll;overflow-y: hidden;}
    .main-contener {margin: 0;}
    .login-bg {display: none;}
    .Mobile {display: none;}
    .hero {flex-direction: column;padding: 1.5rem;height: auto;text-align: center;}
    .hero-content {padding-right: 0; margin-top: 90px;}
    .hero-content h1 {font-size: 2.2rem;}
    .hero-buttons {display: flex;flex-direction: column;gap: 1rem;align-items: center;}
    .hero-buttons button {width: 100%;}
    .hero-image-container {margin-top: 2rem;}
    /* .badge {top: -23px;right: 10px;font-size: 0.9rem;padding: 0.8rem;} */
    .animate-left, .animate-right {transform: translateY(30px);}
    .animate-left.visible,
    .animate-right.visible {transform: translateY(0);}


    /*---website V1 Start----*/
    .hero-title {font-size: 2rem; margin-top: 40px;}
    /*---website V1 End----*/
 }

@media (max-width: 576px) {
        .transaction-item {flex-direction: column;align-items: flex-start !important;}
        .transaction-item > div:last-child {align-self: flex-end;margin-top: 0.5rem;}
        .info-title {font-size: 1rem;}
        .action-links {margin-top: 0;}
        .navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
        .nav-logo {margin-left: 14px;}
        .nav-right{float: right;}
        .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {float: left;}

      }
      

@media (max-width: 480px) {
    .px-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
    .footer-text {text-align: center !important;}
    .navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
    .nav-logo {margin-left: 14px;}
    .nav-right{float: right;}
    .footer {text-align: center;}
    .invest-opt-btn { margin-top: -40px;float: left !important; margin-bottom: 44px;position: relative; margin-right: 192px;z-index: 12;}
    .footer-logo{justify-content: center;}
    .section-heading {font-size: 24px;}
    .hero-right-image{width: 100%;height: 220px;}
    .form-control {font-size: 12px;}
    .form-select{font-size: 12px;}
    .footer{display: none;}

    /*---website V1 Start----*/
    .mobile-footer{display: block;}
    .hero-section {padding: 80px 0 0 0;}
    .container_gap{min-height:70px; display: block;}
    .floating-contact-buttons{display: none;}
    /*---website V1 End----*/
    .tag {font-size: 0.8rem;padding: 5px 12px;}
    .countdown-title{font-size:22px;}

    .hero-section {
        display: none !important;
    }

    .hero-section-mobile { margin-top:35px;
        display: block !important;
    }

 
    .care-solutions-icon {
        height: 70px;
        width: 70px;
    }
    .care-sol-heading {
        font-size: 16px;
    }
   /* .purple-bg {
        padding: 96px 10px 38px 10px;
    }*/
    .web-subtitle{font-size:14px !important;}
    .section-title{font-size:24px;}
    .services-icon {height: 35px;width: 35px;}
    .log-box{margin-top:100px !important;}
    .celebration-tag {
        font-size: 14px;
        font-weight: bold;
        padding: 10px 14px;
    }
    #celebration {
        left: 50% !important;
        top: 12%;
    }


    
  }
