/*----------------------------------common------------------------------------*/
/*print block*/
@media print
{
	* { display: none; }
}
/*print block*/
#logo_image
{
	height:70px !important;
}
#services_list
{
	color:#747474 !important;
}
#services_list:hover
{
	color:#FFB600 !important;
}
.required:after {
  content:"*";color:red;
}
input[type=text],input[type=email],input[id=pin],input[type=tel] {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
#loading_div
	 {
display:none;	
	 }
/*#p1_list*/
/*{*/
/*	color:#747474 !important;*/
/*}*/
/*#p1_list:hover*/
/*{*/
/*	color:#FFB600 !important;*/
/*}*/
#s2, #delete_emp, #primary_salary, #save_btn_stats, #modal_add, #pen_btn, #save_btn_10e, #send_msg, #continue, #login, #submit_otp, #calculate_btn, #s1 {
    border-radius: 15px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #FF4A6D, #ff7a18);
    border: none;
    color: #000000 !important;
    box-shadow: 0 10px 25px rgba(255, 74, 109, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}


#s2:hover, #delete_emp:hover, #primary_salary:hover, #save_btn_stats:hover, #modal_add:hover,  #pen_btn:hover, #save_btn_10e:hover, #send_msg:hover, #continue:hover, #login:hover, #submit_otp :hover, #calculate_btn:hover, #s1:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffb600, #ff7a18);
    color: #ffffff !important;
}

#s2:active, #delete_emp:active,#primary_salary:active, #save_btn_stats:active, #modal_add:active,  #pen_btn:active, #save_btn_10e:active, #send_msg:active, #continue:active, #login:active, #submit_otp:active, #calculate_btn:active, #s1:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 8px 18px rgba(255, 74, 109, 0.45);
}
#email_btn, #update_pin, #verify_btn, #proceed, #add_btn, #go_btn, #da_preview
{
    border-radius: 15px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #ffb600, #ff7a18);
    border: none;
    color: #000000 !important;
    box-shadow: 0 10px 25px rgba(255, 74, 109, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
#email_btn:hover, #update_pin:hover, #verify_btn:hover, #proceed:hover, #add_btn:hover, #go_btn:hover, #da_preview:hover
{
	transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #FF4A6D, #ff7a18);
    color: #ffffff !important;
}

 #loading_btn
	 {
 position: fixed;
  bottom: 500px;
  right: 650px;
  z-index: 90;
  display: none;
	 }
input[type=text],input[type=email] {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] 
  .arrow::before, 
  .tooltip.bs-tooltip-bottom 
  .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #ff0000;   
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color:#ff0000;
    border-radius: .25rem;
}
body.modal-open .container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

table, th, td,tr {
  border: 2px solid black;
  border-collapse: collapse;
}
a[id=forgot_modal]
{
    color:#ff4500;
}
a[id=forgot_modal]:hover
{
    color:#000000;
}
a[id=gallery]
{
    color:#000000;
}
a[id=gallery]:hover
{
    color:#FFB600;
}
input[id=pen],input[id=employee_name],input[id=designation],input[id=pan],
input[id=section],input[id=name],input[id=name_text],input[id=place],input[id=office_no],
input[id=mobile_no],input[id=pin],input[id=email_id],input[id=email],
input[id=subject],input[id=dob] {
  text-align: left;
}
/*----------------------------------------------------------------------------*/
/*-----------------------------abhis_index starts-----------------------------*/
@keyframes ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100%, 0, 0); }
}
.tcontainer{
	width: 100%;
	overflow: hidden;
}
.ticker-wrap {
	width: 100%;
	padding-left: 100%;
	background-color: #D4D4D8;
}
.ticker-move {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 80s;
}
.ticker-move:hover{
	animation-play-state: paused;
}
.ticker-item{
	display: inline-block;
	padding: 0 1rem;
}  
#chevron:hover {
    color: #ffb600;
}
.carousel-indicators .active
{
	background-color: #641e16;
}
.carousel-indicators li
{
	background-color: #000000;
}
#modal_btn {
    background: linear-gradient(135deg, #ffb600, #ff7a18);
  /*background-color: #000000;*/
  color: #000000;
  border-radius: 15px
}
#modal_btn:hover {
	background: linear-gradient(135deg, #FF4A6D, #ff7a18);
  color: #ffffff;
  border-radius: 15px
}
#msg1_head
{
	color:#FFB600;
}
#msg1_head:hover
{
	color:#000000;
}
#msg1
{
	color:#000000;
}
#msg1:hover
{
	color:#FFB600;
}
.hover-shadow:hover
{
box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}
.font_head_class{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold !important;
}
.font_message_class{
	font-family: 'Montserrat', sans-serif !important;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------message starts-------------------------------*/
  .required:after {
  content:"*";color:red;
}
#message {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
#messageus_btn
{
	background-color:#000000;
	color:#FFB600;
}
#messageus_btn:hover
{
	background-color:#FFB600;
	color:#000000 !important;
}
/*----------------------------------------------------------------------------*/
/*-----------------------------calculator starts------------------------------*/
#calculate_btn
{
	background-color:#FFB600;
}
#calculate_btn:hover
{
	background-color:#000000;color:#FFFFFF;
}
/*----------------------------------------------------------------------------*/
/*------------------------------downloads starts------------------------------*/
#file_link {
  color: blue;
}
#file_link:hover {
  text-decoration: underline;
  color: red;
}
table[id=tablesearch1],tr[id=downloads],td[id=downloads]
{
    border: none;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------p1 login starts------------------------------*/
#modal_close:hover
{
color:#FFB600;
}
#modal_close {
	color:#FFFFFF;
}
#modal-header {
    background-color: #ffb600;
}

#modal-header #modal-title {
    color: #ff4500 !important;
}

input[id=p1_username],input[id=p1_password],input[id=p1_pen] {
  background-color: #FFFFFF;
  color: #000000;
  border:1px solid #ffb600 !important;
  border-radius: 5px !important;
  text-align: left;
}
/*#login*/
/*{*/
/*align:center;*/
/*color:#FFFFFF;*/
/*background: linear-gradient(135deg, #FF4A6D, #ff7a18);*/
/*border-radius: 15px;*/
/*}*/
/*#login:hover*/
/*{*/
/*	color:#000000;*/
/*	background: linear-gradient(135deg, #ffb600, #ff7a18);*/
/*	border-radius: 15px;*/
/*}*/
.fa-sign-in-alt:hover
{
	color:#FFFFFF;
}
#logo_image
{
	height:70px !important;
}
#proceed
{
	background-color:#FFB600;
}
#proceed:hover
{
	background-color:#000000;color:#FFFFFF;
}
/*----------------------------------------------------------------------------*/
/*---------------------------------delete starts--------------------------------*/
#delete_emp
{
	background-color:#000000;color:#FFFFFF;
}
#delete_emp:hover{
	background-color:#FFB600;color:#000000;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------details starts-------------------------------*/
/*#primary_salary:hover{*/
/*	background-color:#000000;color:#FFB600;*/
/*}*/
/*#primary_salary{*/
/*background-color:#FFB600;color:#000000;*/
/*}*/
 #loading_btn_details
	 {
 position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  display: none;
	 }
#snoAlertBox_details{
    position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  display: none;
}
/*----------------------------------------------------------------------------*/
/*--------------------------------its starts-------------------------------*/
#loading_btn_its
	 {
position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
	display:none;	 
	 }
 #snoAlertBox_its{		 
	 position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none; 
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;	 
	display:none;
 }
  #snoAlertBox{		 
	 position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none; 
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;	 
	display:none;
 }
	  .required:after {
  content:"*";color:red;
}

/*body.modal-open .container{*/
/*    -webkit-filter: blur(1px);*/
/*    -moz-filter: blur(1px);*/
/*    -o-filter: blur(1px);*/
/*    -ms-filter: blur(1px);*/
/*    filter: blur(1px);*/
/*}*/
input{
  text-align: center;
}



#back_btn:hover {
  color: #ff0000;
}
#reset:hover {
  color: #ff0000;
}
#mail_pdf:hover {
  color: #ff0000;
}
/*----------------------------------------------------------------------------*/
/*------------------------------statements starts-----------------------------*/
#save_btn_stats
{
	background-color:#FFB600;color:#000000;
}
#save_btn_stats:hover
{
	background-color:#000000;color:#FFB600;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------10e starts--------------------------------*/

input[type=text] {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
#pen_btn{
	 background-color:#FFB600;
	 color:#000000;
	 float:right;
}
#pen_btn:hover
{
	background-color:#000000;
	 color:#FFB600;
}
.delete_btn
{
	float:right;
	color:#000000;
}
.delete_btn:hover
{
	color:#FFB600;
	cursor: pointer;
}	
#loading_btn_10e
	 {
position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
	display:none;	 
	 }
#save_btn_10e
{
	background-color:#FFB600;
}
#save_btn_10e:hover
{
	background-color:#000000;color:#FFFFFF;
}
/*----------------------------------------------------------------------------*/
/*--------------------------------update starts-------------------------------*/
#update_pin
{
	background-color:#FFB600;color:#000000;
}
#update_pin:hover{
	background-color:#000000;color:#FFB600;
}
a[id=logout],a[id=email]
{
    color: relative!important;
}
/*#logout:{*/
/*    color: #ffffff!important;*/
/*}*/
/*#logout:hover{*/
/*    color: #000000!important;*/
/*}*/
/*----------------------------------------------------------------------------*/
#image {
  position: fixed;
  display: none;
  pointer-events: none;
}

/* For quote box container */
.d-md-table {
  width: 100%;  /* Make the quote items fill the available width */
  border-radius: 10px;
  background-color: #f3f5ef;
  overflow: hidden; /* To ensure content inside doesn't overflow the rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow for better visibility */
  margin-bottom: 15px; /* Optional: Space between quote items */
}

/* Center text */
.text-center {
  text-align: center;
}

/* Add rounded corners for left and right sides of each cell */
.rounded-left {
  border-radius: 10px 0 0 10px;
}

.rounded-right {
  border-radius: 0 10px 10px 0;
}
/* Typography */
.font_head_class {
  font-family: 'Meera', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;  /* Optional: To make headings stand out more */
}

/* Styling for the quote message */
.font_message_class {
  font-family: 'Meera', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;  /* Darker color for better readability */
  margin-top: 10px;  /* Space between heading and message */
}

/* Optional: Add hover effects for the quote box */
.d-md-table:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.custom-div {
  background-color: #ffffff;
  padding: 5px;
 border: 1px solid #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1), -4px -4px -4px rgba(0, 0, 0, 0.1);
  border-radius: 10px; /* Rounded corners */
}

.custom-div:hover {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2), -6px -6px -6px rgba(0, 0, 0, 0.2);
  border: 1px solid #f3f5ef; /* Darker border on hover */
}
textarea:focus {
  border: 1px solid #FFB600 !important;
}
/* =========================================================
   SUBSCRIBE CONTAINER – COMPACT MODERN CARD
========================================================= */
.subscribe {
    position: relative;
   /* padding: 7px 14px;          /* ↓ reduced height */
    border-radius: 14px;
    background: #0b0f1a;
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(0,0,0,0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* =========================================================
   LEFT VERTICAL ACCENT STRIP
========================================================= */
.subscribe::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;                 /* slightly thinner */
    height: 100%;
    background: linear-gradient(180deg, #ffcc33, #ff9900);
    border-radius: 14px 0 0 14px;
}

/* =========================================================
   PATTERN OVERLAY – CHANGED COLOR
========================================================= */
.subscribe::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,204,51,0.20) 1px, transparent 1px);
    background-size: 18px 18px; /* tighter pattern */
    /*opacity: 0.35;*/
    pointer-events: none;
}

/* keep content above overlays */
.subscribe > * {
    position: relative;
    z-index: 1;
}

/* =========================================================
   ANIMATED GLOW ON HOVER
========================================================= */
.subscribe:hover {
    transform: translateY(-2px);
    box-shadow:
        0 14px 38px rgba(0,0,0,0.55),
        0 0 28px rgba(255,182,0,0.35);
}

/* =========================================================
   TITLE STYLING
========================================================= */
.section-sub-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* =========================================================
   ICON BADGE – MATCHED COLOR
========================================================= */
.section-sub-title i {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffcc33;
    color: #000000;
    font-size: 14px;
    box-shadow: 0 5px 14px rgba(255,204,51,0.55);
}

/* =========================================================
   AUTO LIGHT BACKGROUND SUPPORT
========================================================= */
@media (prefers-color-scheme: light) {
    .subscribe {
        /*background: #ffffff;*/
        box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    }

    .subscribe::before {
        background-image:
        radial-gradient(rgba(255,204,51,0.12) 1px, transparent 1px);
    background-size: 18px 18px; /* tighter pattern */
    }

    /*.section-sub-title {*/
        /*color: #1a1a1a;*/
    /*}*/
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 768px) {
    .subscribe {
        padding: 12px 18px;
    }

    .section-sub-title {
        font-size: 16px;
    }

    .section-sub-title i {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
}
/* =====================================================
   MAIN FORM CONTAINER – 3D SOLID LOOK
===================================================== */
#employee_details {
    background-color: #ffffff;
    border: 2px solid #111;
    border-radius: 10px;
    padding: 20px;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

/* =====================================================
   LABELS
===================================================== */
#employee_details label {
    color: #000000;
    font-weight: 600;
}

/* =====================================================
   INPUTS & SELECT – BASE STYLE
===================================================== */
#employee_details input,
#employee_details select {
    background-color: #ffffff !important;
    color: #000000 !important;

    border: 2px solid #444 !important;
    border-radius: 6px;

    padding: 7px 10px;
    font-size: 14px;

    box-shadow:
        inset 0 2px 4px rgba(0,0,0,0.25),
        0 1px 2px rgba(0,0,0,0.2);

    transition: all 0.25s ease;
}

/* =====================================================
   PLACEHOLDER TEXT
===================================================== */
/*#employee_details input::placeholder {*/
/*    color: #555;*/
/*}*/

/* =====================================================
   INACTIVE SELECT (MAIN FIX)
===================================================== */
#employee_details select:required:invalid {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #444 !important;
}

/* =====================================================
   DROPDOWN OPTIONS
===================================================== */
#employee_details select option {
    background-color: #ffffff;
    color: #000000;
}

/* =====================================================
   HOVER / FOCUS EFFECT (FLAME ACCENT)
===================================================== */
#employee_details input:hover,
#employee_details select:hover,
#employee_details input:focus,
#employee_details select:focus {
    border-color: #ff6a00 !important;
    outline: none;

    box-shadow:
        0 0 6px rgba(255,106,0,0,0.7),
        inset 0 2px 4px rgba(0,0,0,0.25);
}

/* =====================================================
   HR – DARK & VISIBLE
===================================================== */
#employee_details hr {
    border: none;
    height: 2px;
    background-color: #222;
    margin: 20px 0;
}

/* =====================================================
   BUTTONS – FLAME 3D STYLE
===================================================== */
#employee_details .btn {
    background-color: #ff6a00;
    color: #000000;
    font-weight: 700;

    border: 2px solid #cc5200;
    border-radius: 6px;

    padding: 8px 22px;

    box-shadow:
        0 6px 0 #cc5200,
        0 10px 20px rgba(0,0,0,0.35);

    transition: all 0.2s ease;
}

/* BUTTON HOVER */
#employee_details .btn:hover {
    background-color: #ff8500;

    box-shadow:
        0 4px 0 #cc5200,
        0 12px 25px rgba(255,106,0,0.6);

    transform: translateY(2px);
}

/* BUTTON ACTIVE (PRESS) */
#employee_details .btn:active {
    transform: translateY(6px);
    box-shadow:
        0 2px 0 #cc5200;
}

/* =====================================================
   ICONS (EYE, STATUS ICONS)
===================================================== */
#employee_details i {
    color: #000000;
}

/* =====================================================
   SMALL TEXT / WARNINGS
===================================================== */
#employee_details p {
    color: #000000;
}

/* =====================================================
   MOBILE SAFE
===================================================== */
@media (max-width: 768px) {
    #employee_details {
        padding: 15px;
    }
}
/**/
/* ===== Message Us Button ===== */
.header-get-a-quote {
    display: flex;
    align-items: center;        /* vertical middle */
}

.header-get-a-quote .btn {
    padding: 8px 16px;
    line-height: 1;
}


/* ===== Button ===== */
.header-get-a-quote .btn {
    border-radius: 50px;
    padding: 8px 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #FF4A6D, #ff7a18);
    border: none;
    box-shadow: 0 10px 25px rgba(255,74,109,0.35);
    transition: all 0.3s ease;
    color: #000000;
}

.header-get-a-quote .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(255,74,109,0.55);
    background: linear-gradient(135deg, #ffb600, #ff7a18);
    color: #ffffff;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .header-right {
        justify-content: center;
        /*margin-top: 15px;*/
    }

    .top-info-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* ===== SITE NAVIGATION ===== */
/*.site-navigation {*/
/*    padding: 12px 0;*/
/*}*/

/* ===== NAVBAR GRADIENT CONTAINER ===== */
.container-fluid.nav-container {
    /*padding-left: 60px;*/
    padding-right: 24px;
    background: linear-gradient(180deg, #000000 0%, #0b1224 55%, #111827 100%);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    border-radius: 0;
}


/* Dark mode navbar */
body.dark-mode .container-fluid.nav-container {
    background: linear-gradient(180deg, #000000 0%, #020617 100%);
}

/* Navbar transparent */
.navbar {
    background: transparent !important;
}

/* ================= FLAME TEXT BASE ================= */
.navbar-dark .navbar-nav .nav-link,
#gallery {
    font-weight: 600;
    position: relative;       /* needed for ::after */
    display: inline-block;    /* needed for ::after */
    padding: 5px 8px;
    line-height: 1.2;

    /* Fire gradient text */
    background: linear-gradient(
        90deg,
        #ff4500,
        /*#ffb600,*/
        #ff8c00,
        #ffd700,
        #ff4500
    );
    background-size: 400% 100%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    transition: transform 0.3s ease;
    transform: scale(1);
}

/* ================= UNDERLINE ================= */
.navbar-dark .navbar-nav .nav-link::after,
#gallery::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -6px;
    width: 80%;
    height: 3px;

    background: linear-gradient(
        90deg,
        #ff4500,
        #ff8c00,
        #ffd700
    );

    border-radius: 8px;
    opacity: 0;
    transform: scaleX(0.6);
    transition: all 0.3s ease;
}

/* ================= HOVER / ACTIVE ================= */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-item.active > .nav-link,
#gallery:hover {
    animation: flameFlicker 1.5s linear infinite;
    transform: scale(1.05);
}

/* Show underline */
.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after,
.navbar-dark .navbar-nav .nav-item.active > .nav-link::after,
#gallery:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

/* ================= FLAME ANIMATION ================= */
@keyframes flameFlicker {
    0% {
        background-position: 0% 50%;
        text-shadow:
            0 0 4px #fff600,
            0 0 10px #ff8c00,
            0 0 18px #fff600;
    }
    50% {
        background-position: 100% 50%;
        text-shadow:
            0 0 6px #fff600,
            0 0 14px #ff8c00,
            0 0 26px #fff600;
    }
    100% {
        background-position: 0% 50%;
        text-shadow:
            0 0 4px #fff600,
            0 0 10px #ff8c00,
            0 0 18px #fff600;
    }
}
/**/
/* =========================================================
   FOOTER BASE – PATTERN BACKGROUND
========================================================= */
#footer {
    position: relative;
    background-color: #0f0f14;
    color: #eaeaea;
    overflow: hidden;
}

/* subtle dot pattern */
#footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.6;
    pointer-events: none;
}

/* =========================================================
   FOOTER MAIN AREA
========================================================= */
.footer-main {
    position: relative;
    padding: 60px 0 40px;
    z-index: 1;
}

/* =========================================================
   FOOTER WIDGETS – SIMPLE CARDS
========================================================= */
.footer-widget {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 22px;
}

/* =========================================================
   WIDGET TITLES
========================================================= */
.footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #ff4500 !important;
    margin-bottom: 12px;
}

/* =========================================================
   FOOTER LOGO
========================================================= */
.footer-logo {
    max-width: 160px;
}

/* =========================================================
   FOOTER TEXT & LINKS
========================================================= */
.footer-widget p,
.footer-widget li,
.footer-widget a {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 1.6;
}

.footer-widget a {
    transition: color 0.3s ease;
}

.footer-widget a:hover {
    color: #ffb600;
}


/* =========================================================
   SCROLL TO TOP
========================================================= */
#scroll-to-top {
    background: #ffb600;
    color: #000;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(255,182,0,0.45);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 768px) {
    .footer-main {
        padding: 45px 0 25px;
    }

    .footer-widget {
        margin-bottom: 18px;
    }
}
/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #0d0d0d;
  color: #999;
}

.footer-main {
  padding: 80px 0 60px;
  background-color: #000000;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #ffb600;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
  max-height: 35px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #ffb600;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}


.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #111;
  padding: 0;
}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #ffb600;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}
/**/
/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #0d0d0d;
  color: #999;
}

.footer-main {
  padding: 80px 0 60px;
  background-color: #000000;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #ffb600;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
  max-height: 35px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #ffb600;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}



.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #111;
  padding: 0;
}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #33dfdd;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}
/**/
/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #ffb600;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #ffb600;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #ffb600;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #ffb600;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #ffb600;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #ffb600;
  color: #fff;
  border: 1px solid transparent;
}
/**/
#login_div{
    background: linear-gradient(
        75deg,
        #fff9e8,
        #fff0da,
        #fff9e8,
        #fff0da
    );
}


/**/

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  color: #ffb600;
}
/**/
.form-control {
  box-shadow: none;
  border: 1px solid #000000;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #ffb600 !important;
}
/******************************************************************************/
/***************************************************************************/
.btn-save {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #ffb600);
    color: #1FA800 !important;
    border: 1px solid #ff4500 !important;
}
.btn-save:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #96FAA6, #ffffff);
    color: #000000 !important;
    border: 1px solid #054200 !important;
}
.btn-reset, .btn-mail {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #979795);
    color: #000000 !important;
    border: 1px solid #ff4500 !important;
}
.btn-reset:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffb600, #ffffff);
    color: #303030 !important;
    border: 1px solid #000000 !important;
}
.btn-back {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #ffb600);
    color: #0015FF !important;
    border: 1px solid #ff4500 !important;
}
.btn-back2 {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #979795);
    color: #0015FF !important;
    border: 1px solid #ff4500 !important;
}
.btn-back:hover,  .btn-back2:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #5779FF, #ffffff);
    color: #000000 !important;
    border: 1px solid #0015FF !important;
}
.btn-delete {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #979795);
    color: #ff0000 !important;
    border: 1px solid #ff4500 !important;
}
.btn-delete:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #FF5C5C, #ffffff);
    color: #303030 !important;
    border: 1px solid #000000 !important;
}
.btn-pdf {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #ffb600);
    color: #FF0000 !important;
    border: 1px solid #ff4500 !important;
}
.btn-pdf:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #979795, #ffffff);
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.btn-proceed {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #ffb600);
    color: #007A80 !important;
    border: 1px solid #ff4500 !important;
}
.btn-proceed:hover, .btn-mail:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #33dfdd, #ffffff);
    color: #000000 !important;
    border: 1px solid #007A80 !important;
}
.btn-pdf-disabled {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 35px rgba(255, 74, 109, 0.55);
    background: linear-gradient(135deg, #ffffff, #ffb600);
    color: #000000 !important;
    border: 1px solid #000000 !important;
}


.select2-container--default .select2-selection--single {
    box-shadow: none;
    border: 1px solid #000000;
    padding: 5px 20px;
    height: 44px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection__rendered {
    color: #959595;
    line-height: normal;
    padding-left: 0;
}

.select2-container--default .select2-selection__arrow {
    height: 44px;
}
/******************************************************************************/