.breadcrumb-wrapper {
    height: 100vh !important;
    min-height: 700px !important;
}

.light-mode .header-area {
    background-color: rgb(255 255 255 / 0.7);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgb(230 230 230);
}

.light-mode .light-logo {
    height: 40px;
    width: auto;
}

.light-mode .header-area .navbar-nav li > a {
    font-size: 14px !important;
    padding: 6px 12px !important;
    color: rgb(40 40 40);
    border-radius: 12px;
    transition: all ease-in-out 0.2s;
}

.light-mode .header-area .navbar-nav li > a:hover  {
    background-color: white;
}

* {
  font-family: "Open Sans", sans-serif ;
  font-style: normal ;
}

.header-area.sticky-on .navbar {
    height: 76px;
}

.header-area .navbar-nav {
    margin: 0 !important;
}

.header-area .navbar .navbar-brand {
    margin: 0 !important;
}

.btn {
    border: 0px solid transparent !important;
    padding: 0 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 18px;
    min-width: 0 !important;
    width: auto !important; 
}

.btn-primary {
    background-color: #20af64 !important;
}

.btn span {
    font-weight: 700;
    font-size: 14px;
    color: white;
}

button span {
    color: white;
}

.header-area  .extreme-section {
    width: 200px;
}

.f-auto {
    flex: auto;
}

.header-area .navbar-nav {
    gap: 24px;
}

.btn-primary.btn-gradient  {
    border: 0px solid transparent !important;
    outline: none !important;
    background-color: #20af64;  
    background: linear-gradient(
        to right,
        #4ad38c 0%,      
        #3fbb7b 20%,      
        #4bcc89 40%       
    );
    background-size: 400% 100%; 
	background-position: -100% 0; 
    animation: shimmer 1.5s infinite linear;
    transition: ease-in-out all 0.8s;
}
 
.btn-primary.btn-gradient:hover {
    background-position: 20% 0; 
}

.bg-overlay::after {
    position: absolute;
    content: "";
    background-color: #1c160b;
    opacity: 0.6;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.breadcrumb-wrapper .breadcrumb-content ul {
    padding: 10px 24px;
    border-radius: 16px;
}

.breadcrumb-wrapper .breadcrumb-content ul li a, .breadcrumb-wrapper .breadcrumb-content ul li {
    color: white;
    font-weight: 700;
}

#scrollTopButton.scrolltop-show {
    border-radius: 18px;
    background-color: rgba(32, 175, 101, 0.6);
    backdrop-filter: blur(6px);
    border: 1px solid #20af64;
}

.grid-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.services-block .card {
    position: relative;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    background: rgb(216 228 232 / 0.1);
    margin-bottom: 1px;
    overflow: hidden;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    height: auto;
}

.services-block .card .card-head {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.services-block .card .card-head .title-service {
    color: rgb(40 40 40);
    font-weight: 700;
    font-size: 16px;
}

.services-block .card .card-head .box-icon{
    height: 52px;
    min-width: 52px;
    border-radius: 18px;
    background-color: rgb(119 205 162);
    backdrop-filter: blur(6px);
    border: 1px solid #20af64;
    align-items: center ;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.services-block .card .card-head .box-icon.after {
    height: 30px;
    min-width: 30px;
    border-radius: 12px;
    background-color: rgba(119, 205, 162, 0.74);
    border: 1px solid #20af64;
    content: "";
    position: absolute;
    left: 51px;
    bottom: 10px;
    z-index: 0;
}

.services-block .card .card-head .box-icon i {
    color: white;
    font-size: 20px;
}

.services-block .card .card-body {
    padding: 20px;
}

.services-block .card .card-body .description-service {
    font-size: 14px;
    color: rgb(80 80 80);
    font-weight: 400;
    text-align: justify;
}

.bg-overlay-2 {
    position: relative;
    z-index: 1;
}

.bg-overlay-2::after {
    position: absolute;
    content: "";
    background-color: #040402;
    opacity: 0.8;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.font-44 {
    font-size: 44px !important;
}

.light-mode .team-info h4, .light-mode .team-info p {
    color: rgb(40 40 40);
}

.footer-wrapper {
    background-color: rgb(40 40 40) !important;
}

.footer-wrapper .footer-bottom {
    border-top: 1px solid rgb(50 50 50);
    background-color: rgb(30 30 30);
}

.footer-wrapper h4, .footer-wrapper h5, .footer-wrapper h6, .footer-wrapper p , .footer-wrapper span, .footer-wrapper li, .footer-wrapper a {
    color: white !important;
}


.light-mode form .form-control {
    height: 46px;
    border-radius: 18px;
    border: 1px solid rgb(230 230 230) !important;
    background: rgb(216 228 232 / 0.01);
    color: rgb(40 40 40) !important;
    padding: 0 20px !important;
}

.light-mode form textarea.form-control {
    padding: 20px !important;
    height: auto !important;
}

.light-mode .contact-form {
    border: 1px solid #f1f1f1 !important;
    background: rgb(216 228 232 / 0.1) !important;
    padding: 40px;
}

form .btn {
    height: 42px !important;
    border-radius: 18px !important;
}

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.grid-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

#contactForm {
    gap: 12px;
}

.contact-form-wrap h2 {
    font-size: 50px !important;
}

.contact-form-wrap .box-icon {
     height: 52px;
    min-width: 52px;
    border-radius: 18px;
    background-color: rgb(119 205 162);
    backdrop-filter: blur(6px);
    border: 1px solid #20af64;
    align-items: center ;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.contact-form-wrap .box-icon i {
    color: white;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}
 
.head-line {
    max-height: 600px;
    min-height: 600px !important;
}

@media screen and (max-width: 991px){
    .navbar-collapse {
        margin-top: 20px;
        padding: 30px 0;
        background-color: rgb(255 255 255 / 0.7);
        backdrop-filter: blur(6px);
        border: 1px solid rgb(230 230 230);
        border-radius: 30px;
    }

    .navbar-toggler span{
        color: rgb(20 20 20);
    }
}