/* Template Name: Lizehen
   Author: Themesdesign
   Version: 1.1.0
   File Description: Main Css file of the template
*/
/****************************************\

01.general
02.helper
03.components
04.menu
05.home
06.how-it-work
07.services
08.counter
09.pricing
10.testimonial
11.team
12.blog
13.contact
14.footer
15.responsive

*****************************************/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #33324e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

.section {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.vertical-content {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
}

.btn {
  font-size: 15px;
  padding: 0.7rem 1.4rem;
  transition: all 0.4s;
  font-weight: 600;
}
.btn:hover {
  outline: none;
  text-decoration: none;
  transform: translateY(-4px);
}

.btn-sm {
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
}

.btn-rounded {
  border-radius: 30px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-17 {
  font-size: 17px;
}

.f-20 {
  font-size: 20px;
}

.f-30 {
  font-size: 30px;
}

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.box-shadow {
  box-shadow: 0 0 40px rgba(95, 125, 149, 0.1);
}

.box-shadow-lg {
  box-shadow: 0 5px 35px 0 rgba(95, 125, 149, 0.15);
}

.read-more {
  color: #33324e;
  font-weight: 500;
  padding: 2px 0px;
}
.read-more:hover {
  color: #4353ff;
  padding: 2px 0px;
  transition: all 0.3s;
}
.read-more i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title-box .title-sub-title {
  background: rgba(67, 83, 255, 0.2);
  padding: 7px 22px;
  display: inline;
  border-radius: 30px;
  font-size: 13px;
}
.title-box .title-heading {
  font-size: 30px;
}

.row > * {
  position: relative;
}

.bg-primary {
  background-color: #4353ff !important;
}

.bg-soft-primary {
  background-color: rgba(67, 83, 255, 0.1) !important;
}

.text-primary {
  color: #4353ff !important;
}

.icon-dual-primary {
  color: #4353ff;
  fill: rgba(67, 83, 255, 0.2);
}

.btn-soft-primary {
  background-color: rgba(67, 83, 255, 0.25);
  color: #4353ff;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-primary {
  background: #4353ff !important;
  border-color: #4353ff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #2f40ff;
  border-color: #2f40ff;
}

.btn-outline-primary {
  color: #4353ff;
  border-color: #4353ff;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #4353ff;
  border-color: #4353ff;
}

.bg-success {
  background-color: #00c99c !important;
}

.bg-soft-success {
  background-color: rgba(0, 201, 156, 0.1) !important;
}

.text-success {
  color: #00c99c !important;
}

.icon-dual-success {
  color: #00c99c;
  fill: rgba(0, 201, 156, 0.2);
}

.btn-soft-success {
  background-color: rgba(0, 201, 156, 0.25);
  color: #00c99c;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #00b58c;
  border-color: #00b58c;
}

.btn-success {
  background: #00c99c !important;
  border-color: #00c99c !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #00b58c;
  border-color: #00b58c;
}

.btn-outline-success {
  color: #00c99c;
  border-color: #00c99c;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #00c99c;
  border-color: #00c99c;
}

.bg-info {
  background-color: #15b2ec !important;
}

.bg-soft-info {
  background-color: rgba(21, 178, 236, 0.1) !important;
}

.text-info {
  color: #15b2ec !important;
}

.icon-dual-info {
  color: #15b2ec;
  fill: rgba(21, 178, 236, 0.2);
}

.btn-soft-info {
  background-color: rgba(21, 178, 236, 0.25);
  color: #15b2ec;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #12a5db;
  border-color: #12a5db;
}

.btn-info {
  background: #15b2ec !important;
  border-color: #15b2ec !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #12a5db;
  border-color: #12a5db;
}

.btn-outline-info {
  color: #15b2ec;
  border-color: #15b2ec;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #15b2ec;
  border-color: #15b2ec;
}

.bg-warning {
  background-color: #f5a416 !important;
}

.bg-soft-warning {
  background-color: rgba(245, 164, 22, 0.1) !important;
}

.text-warning {
  color: #f5a416 !important;
}

.icon-dual-warning {
  color: #f5a416;
  fill: rgba(245, 164, 22, 0.2);
}

.btn-soft-warning {
  background-color: rgba(245, 164, 22, 0.25);
  color: #f5a416;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus, .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-warning {
  background: #f5a416 !important;
  border-color: #f5a416 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #ec9a0a;
  border-color: #ec9a0a;
}

.btn-outline-warning {
  color: #f5a416;
  border-color: #f5a416;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #f5a416;
  border-color: #f5a416;
}

.bg-danger {
  background-color: #fb7179 !important;
}

.bg-soft-danger {
  background-color: rgba(251, 113, 121, 0.1) !important;
}

.text-danger {
  color: #fb7179 !important;
}

.icon-dual-danger {
  color: #fb7179;
  fill: rgba(251, 113, 121, 0.2);
}

.btn-soft-danger {
  background-color: rgba(251, 113, 121, 0.25);
  color: #fb7179;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus, .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-danger {
  background: #fb7179 !important;
  border-color: #fb7179 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #fa5d66;
  border-color: #fa5d66;
}

.btn-outline-danger {
  color: #fb7179;
  border-color: #fb7179;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #fb7179;
  border-color: #fb7179;
}

.bg-orange {
  background-color: #fff8f6 !important;
}

.bg-soft-orange {
  background-color: rgba(255, 248, 246, 0.1) !important;
}

.text-orange {
  color: #fff8f6 !important;
}

.icon-dual-orange {
  color: #fff8f6;
  fill: rgba(255, 248, 246, 0.2);
}

.btn-soft-orange {
  background-color: rgba(255, 248, 246, 0.25);
  color: #fff8f6;
}
.btn-soft-orange:hover, .btn-soft-orange:focus, .btn-soft-orange:active, .btn-soft-orange.active, .btn-soft-orange.focus, .btn-soft-orange:not(:disabled):not(.disabled):active, .btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-orange {
  background: #fff8f6 !important;
  border-color: #fff8f6 !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
  background: #ffe8e2;
  border-color: #ffe8e2;
}

.btn-outline-orange {
  color: #fff8f6;
  border-color: #fff8f6;
}
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
  background: #fff8f6;
  border-color: #fff8f6;
}

.bg-dark {
  background-color: #212529 !important;

}

.bg-soft-dark {
  background-color: rgba(51, 50, 78, 0.1) !important;
}

.text-dark {
  color: #33324e !important;
}

.icon-dual-dark {
  color: #33324e;
  fill: rgba(51, 50, 78, 0.2);
}

.btn-soft-dark {
  background-color: rgba(51, 50, 78, 0.25);
  color: #33324e;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus, .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-dark {
  background: #33324e !important;
  border-color: #33324e !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #2b2a42;
  border-color: #2b2a42;
}

.btn-outline-dark {
  color: #33324e;
  border-color: #33324e;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #33324e;
  border-color: #33324e;
}

.bg-muted {
  background-color: #767dac !important;
}

.bg-soft-muted {
  background-color: rgba(118, 125, 172, 0.1) !important;
}

.text-muted {
  color: #767dac !important;
}

.icon-dual-muted {
  color: #767dac;
  fill: rgba(118, 125, 172, 0.2);
}

.btn-soft-muted {
  background-color: rgba(118, 125, 172, 0.25);
  color: #767dac;
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus, .btn-soft-muted:not(:disabled):not(.disabled):active, .btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #6971a4;
  border-color: #6971a4;
}

.btn-muted {
  background: #767dac !important;
  border-color: #767dac !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #6971a4;
  border-color: #6971a4;
}

.btn-outline-muted {
  color: #767dac;
  border-color: #767dac;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #767dac;
  border-color: #767dac;
}

.bg-purple {
  background-color: #9261c6 !important;
}

.bg-soft-purple {
  background-color: rgba(146, 97, 198, 0.1) !important;
}

.text-purple {
  color: #9261c6 !important;
}

.icon-dual-purple {
  color: #9261c6;
  fill: rgba(146, 97, 198, 0.2);
}

.btn-soft-purple {
  background-color: rgba(146, 97, 198, 0.25);
  color: #9261c6;
}
.btn-soft-purple:hover, .btn-soft-purple:focus, .btn-soft-purple:active, .btn-soft-purple.active, .btn-soft-purple.focus, .btn-soft-purple:not(:disabled):not(.disabled):active, .btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #8852c1;
  border-color: #8852c1;
}

.btn-purple {
  background: #9261c6 !important;
  border-color: #9261c6 !important;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
  background: #8852c1;
  border-color: #8852c1;
}

.btn-outline-purple {
  color: #9261c6;
  border-color: #9261c6;
}
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
  background: #9261c6;
  border-color: #9261c6;
}

.bg-pink {
  background-color: #f12699 !important;
}

.bg-soft-pink {
  background-color: rgba(241, 38, 153, 0.1) !important;
}

.text-pink {
  color: #f12699 !important;
}

.icon-dual-pink {
  color: #f12699;
  fill: rgba(241, 38, 153, 0.2);
}

.btn-soft-pink {
  background-color: rgba(241, 38, 153, 0.25);
  color: #f12699;
}
.btn-soft-pink:hover, .btn-soft-pink:focus, .btn-soft-pink:active, .btn-soft-pink.active, .btn-soft-pink.focus, .btn-soft-pink:not(:disabled):not(.disabled):active, .btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #f01390;
  border-color: #f01390;
}

.btn-pink {
  background: #f12699 !important;
  border-color: #f12699 !important;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
  background: #f01390;
  border-color: #f01390;
}

.btn-outline-pink {
  color: #f12699;
  border-color: #f12699;
}
.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
  background: #f12699;
  border-color: #f12699;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.icon-dual-white {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.2);
}

.btn-soft-white {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active, .btn-soft-white.focus, .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-white {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
}

.bg-light {
  background-color: #f6f7fb !important;
}

.bg-soft-light {
  background-color: rgba(246, 247, 251, 0.1) !important;
}

.text-light {
  color: #ffffff !important;
}

.icon-dual-light {
  color: #f6f7fb;
  fill: rgba(246, 247, 251, 0.2);
}

.btn-soft-light {
  background-color: rgba(246, 247, 251, 0.25);
  color: #f6f7fb;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus, .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-light {
  background: #f6f7fb !important;
  border-color: #f6f7fb !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #e8eaf5;
  border-color: #e8eaf5;
}

.btn-outline-light {
  color: #f6f7fb;
  border-color: #f6f7fb;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f6f7fb;
  border-color: #f6f7fb;
}

bar {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* keeps it above other sections */
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar .topbar-link li {
    display: inline-block;
    padding: 0px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.1); /* vertical dividers */
}

.topbar .topbar-link li:last-child {
    border-right: none;
}

/* Right section (social icons) */
.topbar .topbar-social li {.top
    display: inline-block;
    padding: 8px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1); /* vertical dividers */
}

.topbar .topbar-social li:first-child {
    border-left: none;
}

/* Link & icon colors */
.topbar a,
.topbar i {
    color: #fff;
    transition: color 0.3s ease;
}

.topbar a:hover,
.topbar i:hover {
    color: #2b08d7; /* highlight on hover (green like your sample) */
}

.phone-topbar {
  padding: 11px 0;
}
.phone-topbar .topbar-link a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.topbar-social i {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-none {
  display: inline-block;
}

.mobile-block {
  display: none !important;
}

.logo .logo-light {
  display: inline-block;
}
.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}
.nav-sticky .logo .logo-light {
  display: none;
}
.nav-sticky .btn-soft-light {
  background-color: rgba(67, 83, 255, 0.25) !important;
  color: #4353ff !important;
}



/* Footer Style */
        /* Define the primary dark green color */
        :root {
            --duet-dark-green: #212529; /* Using a darker shade for the main footer body */
            --duet-light-green: #377d22; /* For the "Get in Touch" button/section */
            --duet-text-gray: #c9c9c9; /* Light gray text for the main content */
            --duet-link-green: #90ee90; /* Light green for links */
        }

        .footer-main {
            background-color: var(--duet-dark-green);
            color: var(--duet-text-gray);
            padding-top: 2rem;
            position: relative;
            
        }

        .footer-link-title {
            color: white; /* Title headings are white/brighter */
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
            margin-bottom: 1rem;
        }

        .footer-link-list {
            list-style: none;
            padding-left: 0;
        }

        .footer-link-list li {
            margin-bottom: 0.3rem;
            display: flex;
            align-items: center;
        }

        .footer-link-list li a {
            color: var(--duet-text-gray);
            text-decoration: none;
            transition: color 0.2s;
            font-size: 0.95rem;
        }

        .footer-link-list li a:hover {
            color: var(--duet-link-green);
        }

        .footer-link-list li::before {
            content: '›'; /* Custom bullet point (you can use an icon for better look) */
            color: var(--duet-link-green);
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }
        
        .get-in-touch {
            background-color: var(--duet-light-green);
            color: white;
            padding: 0.5rem 1rem;
            text-align: center;
            font-weight: bold;
            font-size: 1.1rem;
            margin-top: -2rem; /* Pull it up slightly to overlap the top */
        }
        
        .contact-info p {
            margin-bottom: 0.5rem;
            font-size: 0.95rem;
        }
        
        .contact-info strong {
            color: white;
            font-weight: normal;
        }
        
        .map-container {
            border: 1px solid #444; /* Optional: border around the map */
        }
        
        .web-admin-btn {
            background-color: #377d22; /* Specific green for the admin button */
            color: white;
            text-decoration: none;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s;
        }

        .web-admin-btn:hover {
            background-color: #4a9e34;
            color: white;
        }

        .up-arrow {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background-color: var(--duet-light-green);
            color: white;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            cursor: pointer;
        }
/*  */


/* Links Toggle */
#importantLinks ul li {
    border-bottom: 1px solid #eee;
    padding: 6px 0;
}

#importantLinks ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

#importantLinks ul li a:hover {
    color: #28a745;
    font-weight: 500;
}


/* Toggle End */
/* Typewriter Start for h2 */
.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid rgb(153, 106, 17); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 4s steps(200, end),
    blink-caret .80s step-end infinite;
    font-size: x-large;
    
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
/* Typewriter stop for h2 */

/* fade up effect */
.fade-up-element {
  opacity: 50; /* Start invisible */
  transform: translateY(20px); /* Start slightly below its final position */
  animation: fadeUp 5s ease-out forwards; /* Apply the animation */
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at its original position */
  }
}
/* Fade up effect end */

/* fade left */
.fade-right-element {
  /* Initial state (hidden and shifted left) */
  opacity: 0;
  transform: translateX(+30px); /* Adjust the value for desired starting position */
  animation: fadeInLeft 8s ease-out forwards; /* Animation name, duration, timing, and fill-mode */
  font-weight: 800;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(+30px);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* fade left effect end */


.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home {
  position: relative;
  background-color: #ffffff;
  padding: 130px 0px 70px 0px;
}

.home-badge p {
  background-color: #f6f7fb;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 4px;
  border: 1px solid #f6f6f6;
}

.home-content .home-title {
  font-size: 45px;
}

.home-img-2 img {
  position: relative;
  top: 100px;
  z-index: 1;
}

.search-form input {
  padding: 15px 20px;
  width: 100%;
  font-size: 17px;
  color: #767dac !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}
.search-form button {
  position: absolute;
  top: 5px;
  right: 6px;
  outline: none !important;
  border-radius: 30px;
  font-size: 17px;
  padding: 9px 30px;
}
.search-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.bg-home-3 {
  background-image: url(../images/bg-3.jpg);
  padding: 220px 0px 200px 0px;
  background-position: center;
}
.bg-home-3 .home-title {
  font-size: 70px;
  line-height: 1.2;
}

.slidero {
  position: relative;
  z-index: 1;
}

.bg-home-4 {
  padding: 160px 0px 160px 0px;
}

.home-slider {
  position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.bg-home-6 {
  background-image: url(../images/bg-pattern.png);
  padding: 180px 0px 180px 0px;
}

.home-registration-form {
  border-radius: 3px;
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}
.home-registration-form .registration-form label {
  font-size: 13px;
}

.registration-input-box {
  border: none;
  border-radius: 0px;
  color: #767dac;
  border-bottom: 1px solid #c5c5c5;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.registration-input-box:focus {
  border-color: #4353ff;
}

.work-box .work-count p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  color: #4353ff;
  position: relative;
  top: 35px;
  left: 40px;
  display: inline-block;
  background: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.work-box .work-icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #4353ff;
  font-size: 50px;
  color: #ffffff;
  border-radius: 50%;
}
.work-box .arrow {
  position: absolute;
  left: 77%;
  top: 77px;
}

.nav-pills {
  margin-bottom: 15px;
}
.nav-pills .nav-link {
  color: #767dac;
  transition: all 0.5s ease;
}
.nav-pills .nav-link .services-title {
  color: #33324e;
}
.nav-pills .nav-link .services-title i {
  font-size: 34px;
}
.nav-pills .nav-link:hover {
  background: rgba(67, 83, 255, 0.06);
}
.nav-pills .nav-link.active {
  background: #4353ff;
  color: rgba(255, 255, 255, 0.5) !important;
}
.nav-pills .nav-link.active .services-title {
  color: #ffffff;
}

.counter-box .counter-count {
  color: #33324e;
}

.play-icon-circle {
  background: #4353ff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
}

.pricing-box {
  border: 1px solid transparent;
  position: relative;
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
  padding: 35px 50px;
}
.pricing-box .pricing-lable {
  position: absolute;
  right: 0px;
  top: 30px;
  background: #4353ff;
  display: inline-block;
  padding: 4px 19px;
  color: #fff;
  border-radius: 20px 0px 0px 20px;
  font-weight: 600;
}
.pricing-box .pricing-plan h1 {
  font-size: 50px;
}
.pricing-box .pricing-plan sup {
  font-size: 20px;
  position: relative;
  top: -30px;
}
.pricing-box:hover {
  transition: all 0.45s ease;
  border: 1px solid #4353ff;
}

.bg-testimonial {
  background-image: url(../images/bg-4.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
}

.testi-carousel .testimonial-box {
  position: relative;
}
.testi-carousel .testimonial-box .testi-img-user img {
  width: 70px;
}
.testi-carousel .testimonial-box .testi-border {
  border: 1px solid #4353ff;
  width: 120px;
  margin: 0 auto;
}
.testi-carousel:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 82%;
  background: #fff8f6;
  bottom: 14px;
  border-radius: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.owl-pagination {
  display: none;
}

.team-box {
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}
.team-box .team-img img {
  width: 140px;
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}
.team-box .team-social-icon i {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 34px;
  margin-top: -34px;
  margin-left: 30px;
  background: #4353ff;
  color: #ffffff;
  text-align: center;
}
.team-box .team-social i {
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  background-color: #f6f7fb;
  border-radius: 50%;
}
.team-box .team-social i:hover {
  color: #ffffff;
  background-color: #4353ff;
  transition: all 0.5s;
}

.blog-box {
  position: relative;
}
.blog-box .blog-title {
  transition: all 0.5s;
  color: #33324e;
}
.blog-box .blog-title:hover {
  color: #4353ff;
}
.blog-box .blog-lable {
  top: 20px;
  background: #4353ff;
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 6px 14px;
  border-radius: 20px 0px 0px 20px;
}

textarea.form-control {
  height: auto !important;
}

.contact-social i {
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #4353ff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.contact-social i:hover {
  background-color: #ffffff;
  color: #4353ff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.error {
  margin: 8px 0px;
  display: none;
  color: #fb7179;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fb7179;
  border: 2px solid #fb7179;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

.custom-form .form-control {
  height: 44px;
  font-size: 15px;
  padding-left: 15px;
  border-color: #e2e4e8;
  color: #767dac;
  background: transparent;
}
.custom-form .form-control:focus {
  border-color: #4353ff;
  outline: 0;
  box-shadow: none;
}
.custom-form .contact-lable {
  position: absolute;
  left: 27px;
  top: 22px;
  line-height: 20px;
  font-weight: 500;
  color: #767dac;
  background: #ffffff;
  margin: 0px;
  padding: 0px 7px;
  z-index: 1;
}

.footer-link a {
  color: #767dac;
  line-height: 38px;
  font-size: 15px;
  transition: all 0.5s;
}
.footer-link a:hover {
  color: #4353ff;
}

@media (min-width: 200px) and (max-width: 992px) {
  .topbar {
    display: none;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 15px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 -2px 10px rgba(67, 83, 255, 0.14);
    color: #ffffff !important;
    top: 0;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: #33324e !important;
    margin: 0px;
    padding: 4px 0;
    border-top: none !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #4353ff !important;
    border-top: none !important;
  }
  .navbar-toggler {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #33324e;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
  .work-box .arrow {
    display: none;
  }
  .navbar-light .navbar-nav li a.active,
  .navbar-light .navbar-nav li a:hover,
  .navbar-light .navbar-nav li a:active {
    color: #4353ff !important;
  }
}/*# sourceMappingURL=style.css.map */

/* Copyright Area */
.copyright{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
/* Copyright Area End */
/* Footer Ribbon */
/* 1. Set the positioning context on the main footer */
.footer-main {
    position: relative; /* CRITICAL: All children with absolute position will use this as a reference point */
    overflow: hidden; /* Hides any part of the ribbon that might extend outside the footer */
    /* Ensure your footer has a dark background color like #222 or #1e1e1e */
}

/* 2. Style the Ribbon Container (The angled green box) */
.footer-ribbon {
    position: absolute;
    top: 0;
    left: 20;
    
    /* Dimensions and Color */
    width: 200px; /* Adjust width to control how much it overlaps */
    height: 50px; /* Adjust height for thickness */
    background-color: #009F51; /* The vibrant green color */
    color: white;
    
    /* Layout and Text Styling */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10; /* Ensures it sits above all other footer elements */
    
    /* CRITICAL: Creates the sharp, angled corner */
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); 
}

/* 3. Style the text inside the ribbon */
.footer-ribbon-text {
    /* Small adjustment to visually center the text due to the angle */
    padding-right: 20px; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

/* 4. Push the main content down to make space for the ribbon */
.footer-content-padding {
    /* Must be equal to or greater than the ribbon's height (50px) */
    padding-top: 50px !important; 
}

/* Footer Ribon ENd Here  */

/* Main Nav */
/* ====================================
   NAVBAR STYLES - CLEAN VERSION
==================================== */

/* Topbar Styles */
/* ====================================
   TOPBAR STYLES
==================================== */

.topbar {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar .topbar-link li {
    display: inline-block;
    padding: 0px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar .topbar-link li:last-child {
    border-right: none;
}

.topbar .topbar-social li {
    display: inline-block;
    padding: 8px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar .topbar-social li:first-child {
    border-left: none;
}

.topbar a,
.topbar i {
    color: #fff;
    transition: color 0.3s ease;
}

.topbar a:hover,
.topbar i:hover {
    color: #2b08d7;
}

.phone-topbar {
    padding: 11px 0;
}

.phone-topbar .topbar-link a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.topbar-social i {
    color: rgba(255, 255, 255, 0.7);
}

/* ====================================
   MAIN NAVBAR STYLES
==================================== */

.navbar-custom {
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    top: 40px;
    background: transparent;
}

.navbar-custom .navbar-nav li {
    position: relative;
}

.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #767dac !important;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    background-color: transparent !important;
    padding: 25px 15px;
    margin: 0 8px;
    font-weight: 600;
    border: none !important;
    text-decoration: none !important;
    position: relative;
}

/* Remove ALL pseudo-elements (dots/underlines) */
.navbar-custom .navbar-nav li a::after,
.navbar-custom .navbar-nav li a::before,
.navbar-nav .nav-link::after,
.navbar-nav .nav-link::before,
.navbar-nav .nav-item .nav-link::after,
.navbar-nav .nav-item .nav-link::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
}

/* Hover and Active States */
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li a.active {
    color: #4353ff !important;
    background-color: transparent !important;
    border: none !important;
    text-decoration: none !important;
}

/* Dropdown Menu Styles */
.navbar-custom .navbar-nav li .dropdown-menu {
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border: none;
    border-radius: 5px;
    margin-top: 0;
}

.navbar-custom .navbar-nav li .dropdown-menu .dropdown-item {
    padding: 8px 18px;
    color: #767dac !important;
    margin: 0;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
}

.navbar-custom .navbar-nav li .dropdown-menu .dropdown-item:hover {
    color: #4353ff !important;
    background-color: rgba(67, 83, 255, 0.05);
}

/* Dropdown Arrow */
.navbar-custom .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    margin-left: 5px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.navbar-custom .show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Navbar Toggler */
.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #33324e;
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

/* Logo Styles */
.logo .logo-light {
    display: inline-block;
}

.logo .logo-dark {
    display: none;
}

/* Sticky Navbar Styles */
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(67, 83, 255, 0.14);
    top: 0;
}

.nav-sticky .logo .logo-dark {
    display: inline-block;
}

.nav-sticky .logo .logo-light {
    display: none;
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #33324e !important;
}

.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a.active {
    color: #4353ff !important;
}

/* Search Box Styles */
.navbar-custom .input-group {
    width: 200px;
}

.navbar-custom .input-group-text {
    background-color: #f8f9fa;
    border: none;
}

.navbar-custom .form-control {
    border: none;
    background-color: #f8f9fa;
}

.navbar-custom .form-control:focus {
    box-shadow: none;
    background-color: #f8f9fa;
}

/* ====================================
   MEGA MENU STYLES
==================================== */

.mega-menu {
    position: static !important;
}

.mega-menu-content {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    padding: 25px 0;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-top: 4px solid #4353ff;
    margin-top: 0;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu-title {
    color: #4353ff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
    letter-spacing: 0.5px;
}

.mega-menu-content .dropdown-item {
    padding: 8px 0;
    color: #495057;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    white-space: normal;
    line-height: 1.4;
    font-weight: 500;
}

.mega-menu-content .dropdown-item:hover {
    color: #4353ff !important;
    background-color: transparent;
    padding-left: 10px;
}

.mega-menu-content .col-lg-3,
.mega-menu-content .col-lg-4 {
    padding: 0 25px;
    border-right: 1px solid #f8f9fa;
}

.mega-menu-content .col-lg-3:last-child,
.mega-menu-content .col-lg-4:last-child {
    border-right: none;
}

/* ====================================
   NAVBAR ALIGNMENT & RESPONSIVE FIXES
==================================== */

/* Navbar Container Alignment */
.navbar-custom .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Navbar Collapse Alignment */
.navbar-collapse {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Navbar Nav Alignment */
.navbar-nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

/* Navbar Links Alignment */
.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 28px 16px !important;
    margin: 0 4px !important;
}

/* Dropdown Menu Alignment */
.navbar-nav .dropdown-menu {
    margin-top: 0 !important;
    border-radius: 8px !important;
}

/* Mega Menu Responsive Positioning */
@media (min-width: 992px) {
    .mega-menu .dropdown-menu {
        width: auto;
        left: 50% !important;
        transform: translateX(-50%) !important;
        max-width: 1140px;
    }
    
    .mega-menu-content .container-fluid {
        padding: 0 15px;
    }
}

/* Search Box Alignment */
.navbar-custom .input-group {
    margin-left: 20px;
    min-width: 200px;
}

/* Logo Alignment */
.navbar-brand {
    margin-right: auto;
}

/* Navbar Toggler Alignment */
.navbar-toggler {
    margin-left: 15px;
    order: 2;
}

/* ====================================
   MOBILE RESPONSIVE STYLES
==================================== */

@media (max-width: 1199.98px) {
    .navbar-nav .nav-link {
        padding: 28px 12px !important;
        font-size: 14px;
        margin: 0 2px !important;
    }
    
    .navbar-custom .input-group {
        min-width: 180px;
        margin-left: 15px;
    }
}

@media (max-width: 991.98px) {
    /* Hide topbar on mobile */
    .topbar {
        display: none;
    }
    
    /* Mobile navbar layout */
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0 !important;
        background-color: #ffffff !important;
        box-shadow: 0 -2px 10px rgba(67, 83, 255, 0.14);
        top: 0;
    }
    
    .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
        padding: 15px 0;
        border-top: 1px solid #eee;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
        margin: 0 !important;
    }
    
    .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #f8f9fa;
    }
    
    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 15px !important;
        margin: 0 !important;
        border-bottom: 1px solid #f8f9fa;
        font-size: 15px !important;
        justify-content: space-between;
        width: 100%;
    }
    
    /* Mobile logo */
    .logo .logo-light {
        display: none;
    }
    
    .logo .logo-dark {
        display: inline-block;
    }
    
    /* Mobile search */
    .navbar-custom .input-group {
        width: 100%;
        margin: 15px 0 10px 0;
        order: 3;
    }
    
    /* Mobile mega menu */
    .mega-menu-content {
        position: static !important;
        width: 100% !important;
        box-shadow: none;
        border: none;
        border-top: 1px solid #dee2e6;
        padding: 15px 0;
    }
    
    .mega-menu-content .container-fluid {
        padding: 0;
    }
    
    .mega-menu-content .col-lg-3,
    .mega-menu-content .col-lg-4 {
        padding: 0 15px;
        margin-bottom: 20px;
        border-right: none !important;
        border-bottom: 1px solid #e9ecef;
    }
    
    .mega-menu-content .col-lg-3:last-child,
    .mega-menu-content .col-lg-4:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .mega-menu-title {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .mega-menu-content .dropdown-item {
        padding: 6px 0;
        font-size: 13px;
    }
    
    /* Mobile dropdown menus */
    .navbar-nav .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background-color: #f8f9fa;
        margin-left: 15px;
    }
    
    .navbar-nav .dropdown-toggle::after {
        margin-left: auto;
    }
    
    /* Reorder elements for mobile */
    .navbar-toggler {
        order: 2;
    }
    
    .navbar-brand {
        order: 1;
    }
    
    .navbar-collapse {
        order: 3;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        height: 50px !important;
    }
    
    .navbar-toggler {
        padding: 4px 6px;
    }
    
    .mega-menu-content .col-lg-3,
    .mega-menu-content .col-lg-4 {
        padding: 0 10px;
    }
}

/* ====================================
   NAVBAR LIGHT VARIANT
==================================== */

.navbar-light .navbar-nav li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.navbar-light .navbar-nav li a.active,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
    color: #ffffff !important;
}

.navbar-light .navbar-toggler {
    border: none;
    color: #ffffff;
}

/* ====================================
   UTILITY CLASSES
==================================== */

.mobile-none {
    display: inline-block;
}

.mobile-block {
    display: none !important;
}

@media (max-width: 991.98px) {
    .mobile-none {
        display: none !important;
    }
    
    .mobile-block {
        display: inline-block !important;
    }
}
/* ====================================
   SMOOTH TRANSITIONS
==================================== */

.navbar-nav .nav-link,
.dropdown-menu,
.mega-menu-content {
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
/* Main Nav END */

/* Home About Images*/
.main-layout-area {
    /* Set a max width/height to make it look like a floating canvas */
    max-width: 1200px;
    width: 100%;
    /* Aspect ratio close to what is visible, adjust as needed */
    aspect-ratio: 16 / 10;
}

/* Ensure images fill their columns nicely */
.image-1, .image-3 {
    width: 100%;
    height: auto;
    display: block;
}

/* Specific styling for the top-left section containing the overlap */
.image-group-1 {
    /* Height constraint if needed, but flexbox/grid handles it well */
    /* Ensure this group is relative for absolute positioning of its child */
    position: relative;
    /* On large screens, align this group to the top */
    align-self: start; 
}

/* Adjust the main image of the group to define the overall space */
.image-1 {
    /* You might need to adjust the height of the first image to achieve the vertical balance */
    max-height: 1000px; 
    object-fit: cover;
}

/* The small image that overlaps/floats */
.image-2 {
    max-height: 500px;
    position: absolute;
    bottom: -110px;  /* Move it down from the bottom of image-1 */
    left: -10%;    /* Move it left */
    width: 80%;    /* Adjust size as needed */
    z-index: 85;   /* Ensure it's on top */
    
}


/* Styling for the large right-side image */
.image-group-2 {
    /* Push image 3 down/align it to the bottom-right visually */
    align-self: end;
}
.image-3 {
    /* Adjust its size or position to fill the lower-right area */
    max-height: 500px;
    position: absolute;
    bottom: -110px;  /* Move it down from the bottom of image-1 */
    left: -10%;    /* Move it left */
    width: 80%;    /* Adjust size as needed */
    z-index: 85;   /* Ensure it's on top */
}

/* Media Query for Mobile/Smaller Screens */
@media (max-width: 991.98px) {
    /* Adjust the overlapping image position for smaller screens to keep it visible */
    .image-2 {
        bottom: 5%; /* Keep it within the bounds more */
        left: 5%;
        width: 40%;
    }
    .main-layout-area {
        /* Allow content to flow vertically on mobile */
        aspect-ratio: auto; 
    }
}
/* END Home About Images */


/* Achivement BOX */
.page-container {
    /* Simulating the light grey/off-white background */
    background-color: #f7f9fc;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%; /* Ensure it spans the full width of the parent */
}

.achievement-card {
    /* Setting a fixed size for demonstration, use w-75 or w-100 for responsive width */
    width: 90%;
    max-width: 550px;
    /* White background is standard for card, added rounded-lg for smoother look */
    border-radius: 0.75rem; 
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); /* Light shadow for "lift" */
}
.card-header {
    background-color: white; /* Ensure header background is white */
    border-bottom: 1px solid #e9ecef; /* Subtle separator line */
    font-weight: 600; /* Semi-bold text */
    padding: 1rem 1.25rem;
}
/* Achivement BOX END*/

/* Faculty Box Home */


.faculty-title {
    font-size: 2rem; /* Adjust as needed */
    font-weight: 600;
    color: #333; /* Dark text color */
    margin-bottom: 3px;
}

.faculty-title::after {
    content: '';
    display: block;
    width: 60px; /* Width of the green line */
    height: 3px;
    background-color: #009F51; /* Green color from the image */
    margin: 0px auto 0; /* Center the line */
    border-radius: 2px;
}

.faculty-subtitle {
    font-size: 1rem;
    color: #6c757d; /* Muted text color */
    margin-top: 10px;
}

/* --- Faculty Box Styling (The Cards) --- */
.faculty-box {
    /* Base Box Style */
    background-color: #fff;
    border: 1px solid #e8e8e8; /* Light gray border */
    border-radius: 5px; /* Slight rounding of corners */
    height: 100%; /* Ensures all boxes are the same height */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Subtle shadow for depth */
}

.faculty-box-title {
    /* Title inside the box */
    font-size: 1rem;
    font-weight: bolder;
    color: #333;
    margin-bottom: 1rem;
}

/* --- List Styling --- */
.faculty-list {
    padding-left: 0; /* Remove default padding from list-unstyled */
    margin-bottom: 0;
}

.faculty-list li {
    list-style: none; /* Ensure no bullets */
    margin-bottom: 0.20rem; /* Space between list items */
    font-size: 0.70rem;
    color: #495057;
    font-weight: bold;
}

.faculty-icon {
    color: #009F51; /* The green checkmark color */
    font-size: 1.1rem;
    margin-right: 8px; /* Space between icon and text */
}
/* Faculty BOx hoem End */
/* APA */
/* General Section Styling for the Title */
.section-header-container {
    padding-top: 20px;
}

.section-main-title {
    font-size: 2.2rem; /* Adjusted font size for a slightly smaller title */
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.section-main-title::after {
    content: '';
    display: block;
    width: 60px; /* Width of the green line */
    height: 3px;
    background-color: #009F51; /* Green color */
    margin: 8px auto 0; /* Center the line */
    border-radius: 2px;
}


/* --- Custom Card Box Styling --- */
/* Base style for all cards */
.custom-card-box {
    background-color: #fff;
    border: 1px solid #e8e8e8; /* Light gray border for standard cards */
    border-radius: 5px;
    padding: 30px 20px; /* Internal spacing */
    height: 100%; /* Ensures all cards in a row are same height */
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); /* Subtle initial shadow */
}

/* Specific style for the card with the green border */
.custom-card-box.bordered-card {
    border: 1px solid #009F51; /* Green border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Slightly more prominent shadow for the highlighted card */
}

/* Optional: Hover effect for all cards */
.custom-card-box:hover {
    border-color: #009F51; /* Highlight border on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Lift shadow on hover */
}
.custom-card-box.bordered-card:hover { /* Override hover for the green bordered card to keep green */
    border-color: #009F51;
}


/* --- Icon/Image Styling --- */
.icon-header {
    text-align: center;
    margin-bottom: 20px;
    height: 60px; /* Control height for consistent title spacing */
}

.card-icon {
    width: 60px; /* Adjust size of your icon image */
    height: 60px;
    object-fit: contain; /* Ensures the image scales correctly */
}

/* --- Card Title Styling --- */
.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8; /* Separator line below the title */
}

/* --- List Styling --- */
.card-list {
    padding-left: 0;
}

.card-list li {
    list-style: none; /* Remove default bullets */
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #555;
    position: relative; /* Needed for positioning the custom bullet */
    padding-left: 20px; /* Space for the custom bullet */
}

/* Custom Green Checkmark Bullet */
.card-list li::before {
    content: "\2713"; /* Unicode for a checkmark (✓) */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: white; /* White checkmark */
    background-color: #009F51; /* Green circle background */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 8px;
}
/* APA END */

/* Blogs */
.blog-s {
    background-color: #fff;
    border: 1px solid #e8e8e8; /* Light gray border for standard cards */
    border-radius: 5px;
    padding: 20px 20px; /* Internal spacing */
    margin-top: 20px;
    height: 100%; /* Ensures all cards in a row are same height */
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); /* Subtle initial shadow */
}
/* Blogs END */

/* Events */
.events-container {
    width: 100%;
    background-color: #f5f7f7;
    border: #ff1504;
    border-collapse: collapse;
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 10px;
}

.event-row {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee2e6;
}

.event-col {
    padding: 0 10px;
}

.date-col {
    width: 120px;
    font-weight: 700;
    color: #009F51;
    font-size: 14px;
}

.year-col {
    width: 120px;
    color: #009F51;
    font-size: 14px;
}

.content-col {
    flex: 1;
    color: #212529;
    font-size: 14px;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .event-row {
        flex-direction: column;
        gap: 5px;
    }
    
    .date-col,
    .year-col {
        width: 100%;
        font-size: 13px;
    }
    
    .content-col {
        font-size: 13px;
    }
}

/* Categories Section - Exact Match */
.categories-section {
    padding: 10px 0;
    font-family: 'Times New Roman', Times, serif;
}

.categories-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
    text-align: left;
}

.category-item {
    padding: 4px 0;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}

.category-item:last-child {
    border-bottom: none;
}


/* categories-section box for about */
.categories-section {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 250px;
  height: 240px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: sticky;
  top: 90px; /* Change this to your header height + some spacing */
}

/* categories-section-vol for publication page */
.categories-section-vol{
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 250px;
  height: 415px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: sticky;
  top: 90px; /* Change this to your header height + some spacing */
}
.categories-title-vol{
  padding-top: 10px;
  font-weight: bold;
}
/* categories-section-vol for publication page end here */

/* Categories of Academic Calander */
.categories-section-calander{
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 250px;
  height: 100px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: sticky;
  top: 90px; /* Change this to your header height + some spacing */
}

/* --- TIMELINE CUSTOM STYLES --- */

/* General Setup */
.timeline-section-custom {
    padding: 60px 0;
    font-family: "Nunito Sans", sans-serif;
    background-color: #f9f9f9;
}
.container-custom {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Timeline Core: The Vertical Line */
.timeline-custom {
    position: relative;
    margin: 0 auto;
}
.timeline-custom::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e0e0e0; /* Light gray line */
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
}

/* Timeline Item Positioning */
.timeline-item-custom {
    position: relative;
    width: 50%;
    margin-bottom: 70px; /* Increased space between items to accommodate the date box */
}

/* Left Item (First, Third, etc.) */
.timeline-item-custom.left {
    left: 0;
    padding-right: 50px; 
}

/* Right Item (Second, Fourth, etc.) */
.timeline-item-custom.right {
    left: 50%;
    padding-left: 50px; 
}

/* Timeline Dot */
.timeline-item-custom::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4353ff; /* Primary Blue from your template */
    border: 3px solid #f9f9f9; /* Border color matches background */
    bottom: -15px; /* Position it below the content box */
    z-index: 1;
}

/* Dot position for Left Content */
.timeline-item-custom.left::before {
    right: -8px; /* Centers dot on the line */
}

/* Dot position for Right Content */
.timeline-item-custom.right::before {
    left: -8px; /* Centers dot on the line */
}

/* Content Box Styling */
.timeline-content-custom {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.timeline-content-custom img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
}
.timeline-content-custom h3 {
    margin-top: 0;
    color: #33324e;
}

/* Date Box Styling (Positioned under the content box, centered on the line) */
.timeline-date-custom {
    position: absolute;
    bottom: -50px; /* Move below the content box, above the dot */
    width: 80px;
    text-align: center;
    background-color: white;
    border: 1px solid #ddd;
    padding: 5px 0;
    border-radius: 5px;
    font-weight: 600;
    z-index: 2;
}

/* Positioning Date Box for Left Content */
.timeline-item-custom.left .timeline-date-custom {
    right: -40px; /* Half of date box width */
    transform: translateX(50%);
}

/* Positioning Date Box for Right Content */
.timeline-item-custom.right .timeline-date-custom {
    left: -40px; /* Half of date box width */
    transform: translateX(-50%);
}


/* --- RESPONSIVE ADJUSTMENTS (for screens less than 768px wide) --- */
@media screen and (max-width: 768px) {
    /* Move the vertical line to the left */
    .timeline-custom::after {
        left: 20px;
    }

    /* All items stack vertically on the left */
    .timeline-item-custom,
    .timeline-item-custom.right {
        width: 100%;
        left: 0;
        padding-left: 60px; /* Space for the line/dot */
        padding-right: 15px;
    }

    /* Move dot to the new left line */
    .timeline-item-custom::before {
        left: 12px;
        right: auto; /* Reset right position */
    }

    /* Reposition the date box near the content, not the center line */
    .timeline-date-custom {
        position: static; /* Let it flow with the content */
        margin-top: 15px;
        margin-bottom: 0;
        width: auto;
        display: inline-block;
        transform: none;
        text-align: center;
    }
}

/* Result Section */
/* Custom styles to match the image precisely */
/* Note: Bootstrap 5 classes handle most of the layout and typography */

.accordion-button:not(.collapsed) {
    /* Style for the *active* green Civil Engineering header */
    color: white !important;
    background-color: #28a745 !important; /* A darker green for the main bar */
    border-color: #28a745 !important;
    box-shadow: none; /* Remove default focus glow if present */
}

.accordion-button {
    /* Style for all default (collapsed) department headers */
    color: #333;
    background-color: white;
    border: 1px solid #e9ecef; /* Light gray border */
    border-radius: .25rem !important; /* Ensure rounded corners on collapsed state */
}

/* Specific styling for the list items inside the expanded CE section */
.list-group-item {
    /* Custom background colors to match the subtle green shades in the image */
    padding-left: 1.5rem; /* Equivalent of the indentation */
}

/* List of Provisionally Selected Candidates (lighter green) */
.list-group-item:nth-child(1) {
    background-color: #f0fdf2 !important; 
}

/* Waiting List According to Merit (slightly darker green) */
.list-group-item:nth-child(2) {
    background-color: #e9f7ec !important;
}

/* Remove border radius from the list items that are inside the expanded accordion body */
.accordion-collapse.show .list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/* Remove the default rounded corners from the accordion header of the expanded section */
#headingCE .accordion-button {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* categories-section-admisiion for Undergraduate Admission page */
.categories-section-ca{
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 250px;
  height: 390px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: sticky;
  top: 90px; /* Change this to your header height + some spacing */
}
.categories-title-ca{
  padding-top: 15px;
  font-weight: bold;
}
/* categories-ssection-admisiion for Undergraduate Admission page end here */

/* Categories for Convocation*/
/* categories-section-vol for publication page */
.categories-section-convo{
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 250px;
  height: 80px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: sticky;
  top: 90px; /* Change this to your header height + some spacing */
}
.categories-title-convo{
  padding-top: 13px;
  font-weight: bold;
}
